

.section1 {
    /* background: #F2F2F2; */
    margin-top: 0;
    height: 433px;
    width: 100%;
}

.breadCrumbs-container {
    padding-left: 2%;
    margin: auto;
    max-width: 1918px;
}

.breadCrumbs {
    font-size: 21.84px;
    font-weight: 300;
    text-align: left;
    color: #0F314D;
    margin-top: 29px;
}

.breadCrumbs strong{
	font-weight: 600;
}

.section2 {
	
}
/*.section2 .container {
    min-height: 176px;
    display: flex;
    align-items: center;
}*/

.sec2-titles{
	padding-right: 30.5%;
	/* background: url("../images/inner_h_arr.png") no-repeat right center; */
}

.sec2-title {
	color: #02BBE6;
    font-size: 54.6px;
    text-align: right;
    font-weight: 700;
    margin: 0;
    line-height: 1;
}



.sec2-title strong {
	font-weight: 900;
	display: block;
}

.sec2-titles-sep {
    background: #FFA900;
    height: 7px;
    width: 64px;
    margin: 9px 0 0;
}

.sec2-sub-title {
    font-size: 21.84px;
    font-weight: 500;
    margin-top: 3px;
    color: #02BBE6;
}




@media (max-width: 1020px) {
	.section1 {
		background-size: cover !important;
		height: 36vw;
	}
}



@media (max-width: 640px) {
	.section1 {
		height: 52vw;
	}
	
	#logos {
		margin-top: 22vw;
		text-align: center;
	}
	
	#logos img, .footer-logo img {
		width: 52vw;
	}
	
	.breadCrumbs {
		font-size: 17px;
		margin-top: 2%;
	}
	
	.sec2-title {
		font-size: 10vw;
		text-align: center;
		margin: 6% auto 0;
	}
}











