/* GLOBAL STYLES
-------------------------------------------------- */
body {
  font-family: 'Roboto', sans-serif;
}
h3{
	font-size: 2.2rem;
	color: #fff;
	font-family: 'Oswald', sans-serif;
}
a{
	color:inherit;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color:inherit;
}

p{
	font-size: 1rem;
	color: #B4B5B9;
	line-height: 1.5rem;
}
h1{
	font-size: 2rem;
    color: #34A4FF;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 1rem;
}
.page_main_heading{}
.head_line{
	width: 60px;
	background: #FF0000;
	height: 2px;
}
.pt_80{
	padding: 80px 0px 0px;
}
.pb_80{
	padding: 0px 0px 80px 0px;
}
.ptb_80{
	padding: 80px 0px;
}
.bg-darkblue{
	background: #000C3B;
}
.bg-lightblue{
	background: #1C2956;
}


/* NAVBAR
-------------------------------------------------- */

.navbar{
	background: #fff;
	padding:0rem;
	box-shadow: 0px 0px 20px #000;
}
.navbar-brand {
	padding: 0px;
	margin-left: 3rem;
	display: flex;
	margin-top: 10px;
}
.navbar-brand .edgeinsight_logo img{
	width: 100%;
	max-width: 180px;
}
.navbar-brand .capitaland_logo img{
	width: 100%;
	max-width: 134px;
}
.header_rght{
	width: 60%;
    display: flex;
    justify-content: space-between;
}
.website_name{
	    font-size: 2.3rem;
    color: #212529;
    font-family: 'Oswald', sans-serif;
    justify-content: center;
    align-items: center;
    display: flex;
}
.thinktank_contest{
	font-size: 1.2rem;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    background: #FF0000;
    font-weight: bold;
    padding: 21px 20px;
    width: 160px;
    text-align: center;
    line-height: 1.2rem;
}


/* banner
-------------------------------------------------- */

.main_banner{
	width: 100%;
    float: left;
    background-color: #000C3B;
    padding: 80px 0px 0px 0px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.banner_left{
	width: 70%;
	float: left;
	padding: 4rem 2.6rem;
}
.banner_fys {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    border-top: 1px dotted #34A4FF;
	border-bottom:1px dotted #34A4FF;
	margin: 3rem 0px 0px;
}
.banner_fys .banner_fys_column{
    width:30%;
    max-height: 207px;
    padding: 20px 10px;
	text-align: center;
}
.banner_fys .banner_fys_column.mid_column{
	width: 40%;
	border-left: 1px dotted #34A4FF;
	border-right: 1px dotted #34A4FF;
}
.banner_fys .banner_fys_column .fy_heading {
    color: #fff;
	font-weight: bold;
    font-size:1.7rem;
}
.banner_fys .banner_fys_column .fys_price{
	font-size:2.2rem;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	color: #34A4FF;
	line-height: 2.7rem;
}
.banner_fys .banner_fys_column .fys_price .fys_mw{
	font-size: 1.5rem;
}
.carousel_slides{
	width: 30%;
	float: right;
}
/* Declare heights because of positioning of img element */
.carousel-indicators button{
	border-radius: 10px;
	height: 10px !important;
	width: 10px !important;
	border:none !important;
}
#myCarousel .carousel-item {
  height: 36rem;
}
#myCarousel .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
	
}
.carousel-indicators [data-bs-target]{
	background-color: transparent;
	border: 1px solid #fff!important;
	opacity: 1;
}
.carousel-indicators{
	background: rgba(0,0,0,.5);
    margin: 0px;
    padding: 25px;
}
.carousel-indicators.no-bg-indicator{
	background-color: transparent;
	padding: 0px;
}
.carousel-indicators .active {
    opacity: 1;
    width: 30px!important;
	background-color: #fff;
}

.video_column{
	width: 100%;
	float: left;
	position: relative;
}
.video_column iframe{
	width: 100%;
	height: 368px;
}
.video_column .video_icon{
	position: absolute;
	left: 50%;
	top:50%;
	right: 50%;
	bottom:50%;
	margin-left: -50px;
	margin-top:-50px;
	content: "";
}
.video_headline{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(0,12,59,.8);
    color: #fff;
    font-size: 1.5rem;
	content: "";
	font-weight: bold;
	padding: 50px 0px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
/* Since positioning the image, we need to help out the caption */




#myCarousel1{
	margin:40px  0px;
	padding:40px 0px;
	border-top: 1px solid #284094;	
}
#myCarousel1 .card{
	background-color: transparent;
	padding:0px 20px;
	border: 0px;
	width: 20%;
	text-align: center;
}
#myCarousel1 .card img{
	width: 100%;
}
#myCarousel2{
	padding: 0px 10%;
}
#myCarousel2 img{
	width: 100%;
}
.card-img-top {
	border-radius: 100%;
}
.card-title{
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.2rem;
    line-height: 1.5rem;
	width: 100%;
    float: left;
}
.card-title .card-text{
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
    color: #B4B5B9;
    line-height: 1rem;
	margin: 5px 0px 0px;
}

.main_content .border-start{
	border-left: 1px dashed #2A55E8!important;
	
}
hr{
	margin: 0px;
    background-color: #284094!important;
    opacity: 4;
}

.contest_box{
	background: #000C3B;
	border: 2px dotted #34A4FF;
	display: flex;
	width: 100%;
}
.contest_box p{
	font-size:1.4rem;
    line-height: 1.4em;
}
.contest_box_left{
	width: 40%;
}
.contest_box_left img{
	width: 100%;
	max-width: 430px;
}
.contest_box_right{
	width: 60%;
	padding: 3rem;
	font-family: 'Roboto Condensed', sans-serif;
}
.contest_box .contest_quote{
	font-size: 2rem;
    color: #34A4FF;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    width: 100%;
    float: left;
    border: 2px dotted #34A4FF;
    padding: 28px;
    line-height: 2.5rem;
	margin:20px 0px;
}
.subtext{
	font-size: 2.5rem;
    color: #B1B1B1;
    line-height: 3rem;
}
.article_section{
	
}
.article_section .card{
	background-color: transparent;
	padding: 0px 20px;
	border: 0px;
}
.article_section .card img{
	width: 100%;
}
.article_section .card .card-title{
	font-size: 1.5rem;
    line-height: 1.8rem;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 10px;
}
.article_section .card .card-title .card-text{
	line-height: 1.3rem;
}

footer{
	background-color: #000;
	font-size: 1rem;
	color: #828282;
	text-align: center;
	padding: 10px;
}

/*links article*/
.links-article .card{
	background: none;
	border: none;
	margin: 0 10px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */
@media screen and (max-width:1200px) {
	.contest_box p {
    font-size: 1.2rem;
	}
	.contest_box .contest_quote {
        font-size: 1.3em;
    line-height: 1.7rem;
		margin-bottom: 20px;
	}
	.contest_box_right {
    padding: 2rem;
	}
}
@media screen and (max-width:1024px) {
	.navbar-brand {
    margin-left: 1rem;
}
	.navbar-brand .edgeinsight_logo img {
    max-width: 180px;
}
	.navbar-brand .capitaland_logo img {
    width: 100%;
    max-width: 130px;
}
	.banner_fys .banner_fys_column .fys_price {
    font-size: 2.1rem;
	}
	.video_column iframe {
    height: 570px;
}
	#myCarousel1, #myCarousel2, #myCarousel3, #myCarousel4 {
    padding: 0px 5% 60px;
}
	.contest_box p {
    font-size: 1.2rem;
	}
	.contest_box .contest_quote {
    font-size: 1.3rem;
    line-height: 1.6rem;
	}
}
@media screen and (max-width:991px) {
	.navbar-brand .edgeinsight_logo img {
    max-width: 150px;
}
	.navbar-brand .capitaland_logo img {
    max-width: 100px;
}
	.website_name {
    font-size: 1.5rem;
	}
	.main_banner{
		display: block;
	}
	.banner_fys .banner_fys_column .fys_price {
    font-size: 2.5rem;

	}
	.banner_left {
    width: 100%;
	}
	.carousel_slides {
    width: 100%;
	}
	.thinktank_contest {
    font-size: 1rem;
    padding: 10px;
    width: 130px;
	}
	#myCarousel1, #myCarousel2, #myCarousel3, #myCarousel4 {
    padding: 0px 5% 60px;
}
	#myCarousel1 .card, #myCarousel2 .card, #myCarousel3 .card, #myCarousel4 .card {
    padding: 0px;
	}
	.contest_box_right {
    padding: 1rem;
	}
	.contest_box p {
    font-size: 1rem;
	line-height: 1.2em;
	}
	.contest_box .contest_quote {
    font-size: 1.2rem;
    padding: 5px;
    line-height: 1.5rem;
	}
	.article_section .card {
    padding: 0px;
	}
	.video_column iframe {
    height: 410px;
}
	.navbar-brand {
    margin-left: 1rem;
}
	#myCarousel1 .card {
    padding: 0px 10px!important;
}
}
@media screen and (max-width:767px) {
	.navbar-brand {
        margin-left: 1rem;
    padding: 0px 0px;
    margin: 10px 0px 0px 1rem;
}
	.thinktank_contest {
    width: auto;
}
	h1 {
    font-size: 1.8rem;
}
	h3 {
    font-size: 1.5rem;
	}
	p {
    font-size: .9rem;
    line-height: 1.2rem;
		text-align: center;
}
	.navbar-brand .edgeinsight_logo img {
    max-width: 180px;
}
	.navbar-brand .capitaland_logo img {
    max-width: 130px;
}
	.header_rght {
		width: 100%;
	}
	.website_name{
		margin-left: 1rem;
	}
	.main_banner {
    display: block;
		padding: 4rem 1rem;
	}
	.banner_left {
    width: 100%;
		padding: 4rem 0rem;
		text-align: center;
	}
	.carousel_slides {
    width: 100%;
	}
	.contest_box{
		display: block;
	}
	.contest_box_left {
		display: none;
}
	.contest_box_right {
    width: 100%;
		float: left;
		padding: 2rem;
	}
	#myCarousel1 .card, #myCarousel2 .card, #myCarousel3 .card, #myCarousel4 .card {
    padding: 0px;
}
	.banner_fys .banner_fys_column .fy_heading {
    font-size: 1.3rem;
}
	.banner_fys .banner_fys_column .fys_price {
    font-size: 1.6rem;
	}
	.video_headline {
    font-size: 1.5rem;
    padding: 10px 20px;
}
.video_column iframe{
	height: 360px;
}
	.contest_box p {
    font-size: 1.2rem;
	}
	.contest_box .contest_quote {
		font-size: 1.5rem;
		line-height: 2rem;
		text-align: center;
	}
	.subtext {
    font-size: 2rem;
    line-height: 2.5rem;
	}
	.article_section .card .card-title {
    font-size: 1.3rem;
	}
	.card-title .card-text {
    font-size: .9rem;
	}
	.main_content .border-start {
    border-top: 1px dashed #2A55E8!important;
		border-left: none!important;
}
	.main_content .border-start.ps-5{
		padding: 50px 0px 0px!important;
	}
	.main_content img{
		margin-bottom: 40px;
    width: 100%;
    max-width: 180px;
	}
	.article_section .card {
    text-align: center;
}
	footer {
    font-size: .9rem;
	}
	#myCarousel1 .d-flex{
	display: block!important;
    text-align: center;
}
	#myCarousel1 .card {
        width: 28%;
    display: inline-block;
    padding: 0px 20px;
}
}

@media screen and (max-width:567px) {
	.navbar-brand {
    margin: 10px 0px 5px 1rem;
}
	.banner_fys{
		display: block;
	}
	.banner_fys .banner_fys_column, .banner_fys .banner_fys_column.mid_column {
    width: 100%;
		border-left: 0px;
		border-right: 0px;
		border-top: 1px dotted #34A4FF;
    border-bottom: 1px dotted #34A4FF;
	}
	#myCarousel1, #myCarousel2, #myCarousel3, #myCarousel4 {
    padding:0px 1% 60px;
}
	.video_column iframe {
    height: 240px;
}
	.website_name {
    font-size: 1rem;
}
	.navbar-brand .capitaland_logo img {
    max-width: 100px;
}
	.navbar-brand .edgeinsight_logo img {
    max-width: 150px;
}
	#myCarousel1 .d-flex{
	display: block!important;
    text-align: center;
}
	
	#myCarousel1 .card {
    width:100%;
    display: inline-block;
}
	#myCarousel1 .card img {
    width: 50%;
}
}