.main-outer {
	font-family: CiscoSans;
	font-size: 16px;
	line-height: 1.3;
	color: #10284a;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	text-rendering: optimizeLegibility;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}
img {
	max-width: 100%;
	line-height: 0;
	vertical-align: middle;
}
.overall {
	margin: 0;
	padding: 0;
}
.main-outer *, .main-outer h1, .main-outer h2, .main-outer h3, .main-outer h4, .main-outer h5, .main-outer h6, .main-outer p {
	margin: 0;
	padding: 0;
}
.d-flex {
	display: flex;
}
.bg-lightblue{
   background-color: #def5fb;
}
.bg-darkblue{
    background-color: #0f2649;
}
.bg-lightgrey{
    background-color: #f6f8f8;
}
.sec-title h3{
    font-size: 33px;
    font-weight: 300;
    color: #1e4471;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.1px;
    padding-bottom: 50px;
}
/* Sec-1 */
.sec1{
    padding: 50px 40px;
}
.sec1 h1 {
    font-size: 48px;
    font-weight: 200;
    color: #faaa2a;
    line-height: 1.2;
    padding-left: 70px;
    text-align: center;
    margin: 40px 40px;
}
.sec1 h1 span{
    color: #00bceb;
    font-weight: 400;
}
.sec1 img{
    display: block;
    margin: 0 auto;
}
.sec1 .banner-img{
    padding-right: 65px;
}
/* sec2 */
.sec2{
    padding:50px 40px;
}
.sec2 .box{
    flex: 1;
    text-align: center;
    padding: 0px 98px;
}
.sec2 p{
    font-size: 23px;
    font-weight: 300;
    color: #495057;
    line-height: 1.2;
    padding: 0 4px;
}
.sec2 .progress_bar{
    margin: 15px 0 25px;
}
/* sec3 */
.sec3{
    padding:50px 40px;
}
.sec3 .box{
    flex: 1;
    text-align: center;
    padding: 0px 12px;
}
.sec3 p{
    font-size: 22px;
    font-weight: 300;
    color: #495057;
    line-height: 1.3;
    margin-top: 25px;
}
.sec3 .progress_bar{
    margin: 20px 0 0;
}
/* sec4 */
.sec4{
    padding:50px 40px;
}
.sec4 .box{
    flex: 1;
    text-align: center;
    padding: 0px 10px;
}
.sec4 p{
    font-size: 22px;
    font-weight: 300;
    color: #495057;
    line-height: 1.3;
    margin-top: 20px;
}
/* sec5 */
.sec5{
    padding:50px 40px;
}
.sec5 .box{
    width: 75%;
    margin: 0 auto;
    text-align: center;
    padding: 0px 30px;
}
.sec5 p{
    font-size: 23px;
    font-weight: 300;
    color: #495057;
    line-height: 1.3;
    padding:40px 10px 0 20px;
}
/* sec6 */
.sec6{
    padding:50px 40px;
}
.sec6 img{
    display: block;
    margin: 0px auto;
}
/* sec7 */
.sec7{
    padding:50px 95px;
}
.sec7 p{
    font-size: 23px;
    font-weight: 200;
    color: #495057;
    line-height: 1.3;
    padding:15px 7px;
}
.sec7 p span{
    font-weight: 400;
}
.sec7 .box{
    flex: 1;
    text-align: center;
    padding: 0px 35px;
}
.sec7 .box-border1{
    border-right: 1px solid #e0e1e1;
    border-bottom: 1px solid #e0e1e1;
}
.sec7 .box-border2{
    border-left: 1px solid #e0e1e1;
    border-top: 1px solid #e0e1e1;
}
.sec7 .box-padding{
    padding-top: 65px;
}
.sec7 .mt-5{
    margin-top: 11px;
}
/* sec8 */
.sec8{
    padding:50px 95px 50px 62px;
    text-align: center;
}
.sec8 p{
    font-size: 25px;
    font-weight: 400;
    color: #154574;
    line-height: 1.2;
    margin-bottom: 35px;
}
.sec8 a{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 1.3;
    background-color: #154574;
    border-radius: 25px;
    padding: 9px 45px;
    text-decoration: none;
}
/* responsive view */
@media (max-width: 1024px) {
    br{
        display: none;
    }
}
@media (max-width: 991px) {
    br{
        display: none;
    }
    .sec-title h3 {
        font-size: 28px;
    }
    .sec2, .sec3, .sec4, .sec5, .sec6, .sec7, .sec8 {
        padding: 60px 40px 15px;
    }
    .sec2 .box{
        padding: 50px 40px;
    }
    .sec2 p, .sec3 p{
        font-size: 20px;
    }
}
@media (max-width: 767px) {
	.d-flex{
		flex-direction: column;
    }
    br{
        display: none;
    }
    .sec-title h3 {
        font-size: 24px;
    }
    .sec1, .sec2, .sec3, .sec4, .sec5, .sec6, .sec7, .sec8{
        padding:50px 20px 50px;
    }
    .sec1 img{
        width: 40%;
    }
    .sec1 h1 {
        font-size: 38px;
        padding-left: 0;
    }
    .sec1 .banner-img{
        padding-right: 0;
        width: 100% !important;
    }
    .sec2 .box, .sec3 .box, .sec4 .box, .sec7 .box{
        padding:30px 5px;
    }
    .sec2 p, .sec3 p, .sec4 p, .sec5 p, .sec7 p {
        font-size: 22px;
    }
    .sec5 .box{
        width: 100%;
        padding:40px 0 0;
    }
    .sec5 img{
        width: 70%;
    }
    .sec7 .box-border1, .sec7 .box-border2{
        border: none;
    }
}





























