body {
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    overflow-x: hidden;
    font-size: 16px;
    font-weight: normal;
}

li {
    list-style-type: none;
}

ul {
    padding: 0;
}

.h1-title {
    font-size: 38px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0px;
}

.h2-title {
  font-weight: 700;
font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0px;
	color:#00205B;
}

.h3-title {
    font-weight: 500;
    font-size: 28px;
    color: #051937;
    line-height: 1;
}

.h4-title {
    font-size: 20px;
    color: #333;
    font-weight: 700;
}

.p-title {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}

span.dark-text {
    font-weight: bold;
    color: #051937;
}

.main-banner button,.banner-button button {
    border-radius: 25px;
    border: none;
    margin-top: 0;
    font-weight: 500;
    padding: 9px 14px;
    font-size: 18px;
}
.main-banner button .main-banner button:focus, .main-banner button:active,
.banner-button button
 {
    color: #00205b;
    background-color: #FFB72C;
    border-color: #FFB72C !important;
    min-width: 253px;
    }
    .main-banner button:hover,.banner-button button:hover {
    background-color: #00205b !important;
    border-color: #00205b !important;
    color: #fff !important;
}
/*------main-banner------*/
.main-banner .bg-light {
    background-color: transparent !important;
    display: block;
    padding-top: 8px;
    margin: 0 auto;
    display: block;
}
.navbar-expand-lg.scrolled {
    background-color: #00205b  !important;
    padding-top: 8px;
}
.main-banner .d-inline-block.website {
    float: right;
}
.main-banner .d-inline-block.website a {
    color: #fff;
}
.main-banner .d-inline-block.website a i {
    font-style: normal !important;
}
.main-banner .d-inline-block.website a:hover {
    color: #fff;
    text-decoration: none;
}
.main-banner button:focus {
    outline: none;
}
.main-banner button {
	border-radius: 25px;
    border: none;
    margin-top: 0;
	font-weight:500;
	    padding: 9px 14px;
    font-size: 18px;
}
.main-banner button.blue-bg {
  background-color: #ffb72d;
	padding: 5px 10px;
    color: #00205b;
    font-size: 16px;
    font-weight: 400;
}
.main-banner button.cp-bg {
        background-color: #013864;
    padding: 5px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.main-banner button.cp-bg:hover,
.main-banner button.blue-bg:hover {
    background-color: #00205b !important;
    border-color: #00205b !important;
    color: #fff !important;
}
.main-banner .top-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    max-width: 1140px;
}
.cp-link a:hover {
    color: inherit;
    text-decoration: none;
}
.cp-link .fa-globe {
    color: #fff;
}
.main-banner {
    background-image: url(../images/banner-top.png);
    background-position: center;
    background-size: cover;
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 500px;
}
.main-banner .h1-title {
    color: #fff;
	font-size:70px;
	text-shadow:7px 6px 4px rgba(0, 0, 0, 0.6);
	margin:10px 0 20px;
}
.main-banner .h2-title {
    color: #fff;
    font-weight: 400;
	font-size:42px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.main_banner {
	text-align:left;
}

.main-banner .banner-button .form-group .btn-primary {
    width: 100% ! important;
}

/**/
h2.title-border-bottom {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
h2.title-border-bottom:after {
    content: '';
    display: block;
    height: 5px;
    width: 112px;
    border-radius: 7px;
    background: #FFB72C;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
/*About Section*/
.about_section {
background: #012448;
border-radius: 17px;
color: #fff;
padding:30px 20px;
}
.about_section .h2-title{
	color: #fff;
	font-size: 20px;
}

/*challenges*/
.challenges {
    background-image: url(../images/section-inner.png);
    background-position: center;
    background-size: cover;
    position: relative;
    height: 100%;
    width: 100%;
	padding-bottom:150px !important;
}
.challenges .row {
    z-index: 2;
    position: relative;
}
.challenges h2 {
    color: #fff;
	margin-bottom:20px;
}

.challenges .h2-title {
    font-size: 22px;
}

h2.title-border-left {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 25px;
}

h2.title-border-left:after {
    content: '';
    display: block;
    height: 5px;
    width: 69px;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}


.objectives_list {
	margin-top:-150px;
	background:#fff;
	padding:50px 30px 30px;
	box-shadow: 0px 4px 48px -13px rgba(0, 0, 0, 0.25);
border-radius: 31px;
}
.objectives_list ul {
    display: flex;
    flex-wrap: wrap;
      justify-content: start;
    width: 100%;
    padding: 0 40px;
}
.objectives_list li {
    width: 31%;
    padding: 0px 0px 15px;
    text-align: center;
    margin: 1% 1%;
    justify-content: start;
    position: relative;
    overflow: hidden;
    color: #000;
	text-align:left;
	padding-left: 80px;
}
.objectives_list li span{
	width :60px;
	position: absolute;
	left:0;
	top:0;
	text-align: center;
}
.objectives_list li span img{
	max-width:100%;
}
.bottom_section {
    background: #fff;
    padding: 20px;
}

.bottom_section h2.title-border-left:after {
    background: #0045C2;
    margin-left: 0;
}

.quote_text {
    position: relative;
	padding:20px;
	background: #EFF7F9;

border-radius: 11px;
}
.quote_text .font-weight-bold{
	font-size:20px;
	font-weight:600 !important;
	display: block;
	color:#00205B;
	margin-top:5px;
}
.main_section .h1-title {
    color: #000;
}
.main_section .top_line {
    font-size: 21px;
    line-height: 1.1;
	font-weight: 500;
	color: #364154;
}
.product-test .font-weight-normal{
	color:#FFB72C;
	font-size:24px;
}
.benefits_section{
	background: #EEFCFF;
}
.benefits_section h2{
	letter-spacing:0.2px;
}
.benefits_icons_list{
	overflow:hidden;
	margin-bottom:0;
}
.benefits_icons_list li{
	position:relative;
}
.benefits_icons_list li span{
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}
.benefits_icons_list li span:before{
	position: absolute;
    bottom: -25px;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 15px;
    display: block;
    background: #000;
    left: 0;
    right: 0;
    margin:0 auto;
}
.benefits_icons_list li span:after {
    content: '';
    display: block;
    height: 1px;
	width:215px;
    background: #000;
    bottom: -17.5px;
    position: absolute;
    left: 20px;
}
.benefits_icons_list li:last-child span:after{
	background:#eefcff;
	left: 28px;
}
.benefits_icons_list li p{
	margin-bottom:0;
}



@media only screen and (max-width: 991px) {
    .h2-title,
    .product .h2-title {
        font-size: 23px;
    }
    .h5-title {
        font-size: 20px;
    }
    .h3-title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .top-footer {
        padding-top: 20px;
    }
    .form-border .btn-primary {
        font-size: 15px;
        padding: 8px 14px;
    }
    .p-title {
        font-size: 16px;
    }
    .h1-title {
        font-size: 25px;
    }
    .h4-title {
        font-size: 22px;
    }
    .main-banner  {
      background-image: url(../images/mobile-banner-top.png);
    background-position: center;
    background-size: cover;
        min-height: 513px;
    }
	.about_section{
		margin: 0 15px;
	}
	.objectives_list{
		margin-left: 15px;
		margin-right: 15px;
		padding: 20px 35px 20px;
	}
	.objectives_list ul{
		padding:0 20px;
	}
	.objectives_list li { 
        display: block;
        margin: 0 0 10px;
        width: 100% !important;
    }
	.main-banner .h1-title{
		font-size: 50px;
	}
	.main-banner .h2-title{
		font-size:30px;
	}
	.benefits_icons_list {
		flex-wrap: wrap;
	}
	.benefits_icons_list  li{
		width:33%;
		margin-bottom:10px;
	}
	.benefits_icons_list li span:after{
		content:normal;
	}
}

@media (min-width:768px) and (max-width:991px) {
    .objectives_list li {
        width: 48% !important;
        margin: 1%;
    }
}
