@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css");
@import url("fonts/fonts.css");

p{
	font-family: 'Futura BQ', Segoe, "Segoe UI";
}

.header_container{
	padding: 26px 0px;
}
.header_inner{
	display: flex;
	justify-content: space-between;
}
.header_top span{
	color: #1ba34b;
	font-family: 'Futura Md BT', Segoe, "Segoe UI";
	font-weight: bold;
}
.header_top span img{
	margin-right: 5px;
}
.blue_btn{
	background: #3651a3;
	color: #fff;
	font-family: 'Futura Md BT';
	font-weight: 500;
	padding: 12px 25px;
	border-radius: 30px;
	display: inline-block;
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 15px;
	border: 0px;
}
.blue_btn:hover{
	background: #1ba34b;
	color: #fff;text-decoration: none;
}
.dark_blue{
	background: #1f3f92;
}
.green_btn{
	background: #1ba34b;
	color: #fff;
	font-family: 'Futura Md BT', Segoe, "Segoe UI";
	font-weight: 500;
	padding: 12px 25px;
	border-radius: 30px;
	display: inline-block;
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 15px;
	border: 0px;
}
.green_btn:hover{
	background: #3651a3;
	color: #fff;text-decoration: none;
}

/*-------------------- Header Menu --------------------------*/

.sub-menu{
	display: none;
}
.navbar .menu-item{
	padding:10px 15px;
}
.navbar .menu-item a{
	color: #303331;
	padding: 0px !important;
	font-family: "Futura BQ", Segoe, "Segoe UI";
	font-weight:500;
	font-size: 16px;
	text-transform: uppercase;
}
.navbar .menu-item a:hover{
	color: #1ba34b;
	text-decoration: none;
}
.navbar .menu-item .sub-menu .menu-item a{
	color: #636466;
	font-size: 0.9rem;
}
.navbar .menu-item .sub-menu .menu-item a:hover{
	color: #1ba34b;
	text-decoration: none;
}
.navbar .dropdown-menu{
	min-width: 300px;
}
.menu-item:hover .sub-menu{
	display: block;
}


/*-------------------- Header Menu --------------------------*/


.home_detail{
	padding: 70px 0px;
}
.home_detail h1{
	color: #3c3f49;
	font-family: 'Futura-Condensed';
	text-transform: uppercase;
}
.home_detail b{
	color: #25448c;
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
}
.home_detail p{
	font-size: 17px;
}
.home_detail_btn{
	text-align: center;
	margin-top: -25px;
	margin-bottom: 20px;
}
.services_container{
	padding-bottom: 70px;
	background: url("../images/grid_lines.svg") no-repeat fixed;
	background-size: 100%;
}
.services_inner{
	text-align: center;
	border-top: solid 3px #4cba77;
	background: #fff;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
	height: calc(100% - 40px);
	padding: 20px;
	margin: 20px 0px;
}
.services_inner:hover{
	box-shadow: 0px 0px 30px rgba(0,0,0,0.4);
}
.services_img{
	margin-bottom: 20px;
}

.services_inner h1{
	color: #3c3f49;
	font-family: 'Futura-Condensed';
	text-transform: uppercase;
	font-size: 28px;
	min-height: 65px;
}
.services_inner p{
	font-size: 17px;
	margin: 0px 0px;
}
.covid_19{
	padding: 120px;
	background: url("../images/covid.jpg") no-repeat fixed;
	background-size: cover;
	color: #fff;
	text-align: center;
}
.covid_19 h1{
	font-family: 'Futura-Condensed';
	text-transform: uppercase;
	font-size: 80px;
	margin-bottom: 30px;
}
.covid_19 p{
	font-size: 18px;
	margin: 20px 0px;
}
.member_of{
	background: url("../images/grid_lines_light.svg") #13358b no-repeat fixed;
	background-size: 100%;
	padding: 60px 0px;
	text-align: center;
}
.member_of h1{
	color: #fff;
	font-family: 'Futura-Condensed';
	text-transform: uppercase;
	font-size: 50px;
	margin-bottom: 40px;
}
.member_of_inner{
	display: flex;
	justify-content: center;
}
.member_of_inner div{
	background: #fff;
	padding:10px;
	border-radius: 5px;
	margin: 15px;
}
.footer_container{
	background: #26448d;
	padding-top: 30px;
	color: #fff;
}
.footer_detail img{
	margin-bottom: 20px;
}
.footer_detail p{
	font-size: 18px;
}
.footer_container h2{
	color: #fff;
	font-family: 'Futura-Condensed';
	font-size: 35px;
	margin-bottom: 20px;
}
.footer_container ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer_container ul li a{
	color: #fff;
	display: inline-block;
}
.footer_container ul li{
	padding: 5px 0px;
}
.footer_bottom{
	background: #244186;
	padding: 10px 0px;
	margin-top: 30px;
}
.footer_bottom p{
	margin: 0px;
}
.social_icon_footer a{
	color: #fff;
	font-size: 20px;
	display: inline-block;
	margin: 0px 5px;
}
.footer_contact_list li{
	display: flex;
}
.footer_contact_list i{
	width: 30px;
	    padding-top: 5px;
}
.testimonial_container{
	padding: 70px 0px;
	background: url("../images/grid_lines.svg") #f9f9f9 no-repeat fixed;
	background-size: 100%;
	position: relative;
}
.testimonial_container h1{
	color: #3c3f49;
	font-family: 'Futura-Condensed';
	text-transform: uppercase;
	font-size: 50px;
	margin-bottom: 40px;
	text-align: center;
}
.testimonial_inner{
	background: #fff;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
	padding: 20px;
	border-radius: 5px;
	margin: 20px 40px;
	min-height: 240px;
}
.testimonial_inner p{
	font-size: 18px;
	padding-left: 60px;
	position: relative;
}
.testimonial_inner p:before {
    content: "";
    background: url(../images/quote.svg) no-repeat;
    width: 28px;
    height: 22px;
    position: absolute;
	left: 0px;
	top: 0px;
}
.testimonial_inner h2{
	color: #26448d;
	text-transform: uppercase;
	font-family: 'Futura-Condensed';
	padding-left: 60px;
}
.testimonial_left {
	width: 120px;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0.14049369747899154) 0%, rgba(255,255,255,0) 100%);
}
.testimonial_left button{
	background: transparent;
	border: 0px;
	    margin-top: 100px;
	outline: none;
	    padding-left: 73px;
}
.testimonial_right{
	width: 120px;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
	position: absolute;
	right: 0px;
	top: 0px;
	background: rgb(0,0,0);
background: linear-gradient(270deg, rgba(0,0,0,0.14049369747899154) 0%, rgba(255,255,255,0) 100%);
}
.testimonial_right button{
	background: transparent;
	border: 0px;
	    margin-top: 100px;
	outline: none;
	    padding-right: 73px;
}
.slick-slide{
	outline: none;
}
.home_header_img{
	background: url("../images/header_home_bg.jpg") no-repeat;
	    background-size: 100% 100%;
	padding: 50px 100px 0px 200px;
}
.home_header_img h1{
	 font-family: 'Futura LtCn BT';
	font-weight: 300;
	text-transform: uppercase;
}
.home_header_img h2{
	font-family: 'Futura Md BT';
	font-weight: bold;
	color: #183c97;
	font-size: 60px;
}
.home_header_img h2 span{
	display: block;
	color: #1ba34b;
}
.page_header{
	padding: 55px 0px;
	background: url("../images/header_bg.jpg") no-repeat;
	background-size: cover;
	text-align: center;
}
.page_header h1{
	color: #183c98;
	font-family: 'Futura Md BT';
	font-weight: bold;
	font-size: 70px;
}
.team_section{
	padding: 50px 0px;
	background: #f9f9f9;
	background: url("../images/grid_lines.svg") no-repeat fixed bottom;
}
.team_box{
	background: #fff;
	padding: 15px;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
	margin: 20px 0px;
	position: relative;
	height: calc(100% - 40px);
}
.team_box h2{
	color: #183c97;
	margin: 6px 0px;
	font-family: 'Futura Md BT';
	font-weight: bold;
	font-size: 28px;
}
.team_box p{
	font-size: 20px;
	color: #3c3f49;
	margin: 0px;
}
.team_overla{
	position: absolute;
	background: rgba(31,179,99,0.9);
	left: 0px;
	top: 0px;
	height: 100%;
	padding: 20px;
	display: none;
}
.team_box .team_overla p{
	color: #fff;
	margin-bottom: 6px;
	font-weight: 300;
	font-size: 17px;
}
.team_box:hover .team_overla{
	display: block;
}
.services_box{
	padding: 50px 0px;
}
.services_box h1{
	color: #183c97;
	font-family: 'Futura-Condensed';
	text-transform: uppercase;
	font-size: 50px;
	margin: 50px 0px;
	position: relative;
}
.services_box h1:before{
	content: "";
    width: 65px;
    height: 4px;
    position: absolute;
    bottom: -10px;
    background: #183c98;
}
.services_box p{
	color: #3c3f49;
	font-size: 19px;
}
.services_box ul li{
	font-size: 18px;
	font-family: 'Futura BQ', Segoe, "Segoe UI";
}
.services_box ul{
	list-style-image: url("../images/bullet.svg");
}
.resources_page{
	text-align: center;
	padding: 50px 0px;
}
.resources_link .services_inner{
	text-align: left;
	    min-height: 383px;
}
.resources_link .services_inner ul{
	margin: 20px 20px 0px 0px;
    padding: 0px;
    list-style: none;
}
.resources_link .services_inner ul li{
	padding: 0px 0px 16px 24px;
    background: url(../images/bullet.svg) no-repeat;
    background-position: left 3px;
}
.resources_link .services_inner ul li a{
	color: #3c3f49;
	font-family: 'Futura BQ', Segoe, "Segoe UI";
}
.contact_list{
	background: url("../images/map.jpg") no-repeat center center;
	padding: 80px 0px;
}
.contact_list .green_btn{
	margin-bottom: 40px;
}
.contact_list h1{
	margin-top: 20px;
}
.contact_list p{
	font-size: 15px;
	margin-bottom: 0px;
}
.contact_info{
	padding: 60px 0px;
}
.contact_email_inner{
	    padding: 80px;
    background: #d0defb;
    margin-left: -70px;
	position: relative;
}
.contact_info .row{
	flex-wrap: nowrap;
}
.contact_email_inner h2{
	color: #183c98;
	font-family: 'Futura-Condensed';
	text-transform: uppercase;
	margin-bottom: 30px;
}
.contact_email_inner h3{
	color: #3c3f49;
	margin-bottom: 20px;
}
.contact_email_inner i{
	    color: #183c98;
    font-size: 28px;
    margin-right: 40px;
    vertical-align: middle;
}
.contact_email_inner a{
	color: #183c98;
	font-family: 'Futura BQ', Segoe, "Segoe UI";
}
#more_info .modal-title{
	color: #183c97;
	font-family: 'Futura-Condensed';
	text-transform: uppercase;
	font-size: 35px;
	position: relative;
	margin: 20px 10px 0px 10px;
}
#more_info .modal-title:before{
	content: "";
    width: 65px;
    height: 4px;
    position: absolute;
    bottom: -10px;
    background: #183c98;
}
#more_info .modal-header{
	border: 0px;
}
#more_info .form-group input[type="text"], input[type="email"]{
	width: 100%;
	    font-family: 'Futura BQ', Segoe, "Segoe UI";
	border: solid 1px #d5d5d9;
	padding: 10px;
}
#more_info .modal-body{
	padding: 40px;
}
#more_info .modal-body h3{
	margin: 15px 0px;
	font-weight: bold;
	color: #3c3f49;
}
.pay_now{
	padding: 80px 0px;
	text-align: center;
}
.pay_now h2{
	color: #183c97;
	font-family: 'Futura-Condensed';
	text-transform: uppercase;
	font-size: 35px;
	margin: 30px 0px;
}
.pay_now .green_btn{
	margin-bottom: 60px;
}





@media (max-width:1024px) {
	.blue_btn {    padding: 12px 16px;    font-size: 14px;}
	.green_btn {    padding: 12px 24px;    font-size: 14px;}
	.navbar .green_btn{width: 120px;}
	.home_header_img h2 {    font-size: 40px;}
	.home_header_img h1 {    font-size: 30px;}
	.navbar .menu-item {    padding: 10px 8px;}
}
@media (max-width:768px) {
	.header_top span{display: none;}
	.blue_btn {    padding: 12px 17px;    font-size: 14px;   margin-left: 5px;}
	.home_header_img {    padding: 50px 100px 0px 70px;}
	.header_logo img{max-width: 180px;}
	.navbar{display: block;text-align: right;}
	.navbar-collapse{    position: absolute;    background: #fff;    right: 0px;    top: 44px;    padding: 10px;    z-index: 99;    min-width: 200px;box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    text-align: left;}
	.navbar-collapse .green_btn{width: 100%;}
	.home_header_img h2 {    font-size: 35px;}
	.home_header_img h1 {    font-size: 24px;}
	.footer_contact_list i{margin-right: 10px;    width: auto;}
	.footer_detail{margin-bottom: 20px;}
	.page_header {    background-size: 100% 100%;padding: 35px 0px;}
	.page_header h1 {    font-size: 38px;}
	.contact_info .row{	flex-wrap: wrap;margin: 0px;}
	.contact_email_inner{margin-left: 0px;}
	.contact_email{width: 100%;}
	.contact_info div{text-align: center;width: 100%;}
}
@media (max-width:500px) {
	.header_inner{display: block;}
	.header_logo {text-align: center;margin-bottom:25px;}
	.header_top a{width: 100%;margin-bottom: 10px;}
	.navbar {position: absolute;    top: 35px;    right: 0px;}
	.navbar-collapse{top:98px;}
	.home_header_img {    padding: 50px 26px 0px 33px; background-size: cover;}
	.home_detail{padding-bottom: 20px;}
	.covid_19 {    padding: 120px 16px;}
	.member_of_inner{display: block;}
	.footer_bottom{text-align: center;}
	.footer_bottom .row{display: block;}
	.footer_bottom p {    margin: 10px;}
	.testimonial_left, .testimonial_right{display: none;}
	.page_header {    background-size: 100% 100%;    padding: 6px 50px;}
	.services_box h1 {    font-size: 35px;}
	.contact_info{padding-top: 0px;}
	.contact_email_inner {    padding: 26px;}
	.contact_email_inner h3 {    font-size: 20px;}
}


.header_top > a:nth-child(2){
	background: #3651a3;
color: #fff;
font-family: 'Futura Md BT';
font-weight: 500;
padding: 12px 25px;
border-radius: 30px;
display: inline-block;
margin-left: 10px;
text-transform: uppercase;
font-size: 15px;
border: 0px;
text-decoration: none;
}
.header_top > a:nth-child(3){
	background: #3651a3;
color: #fff;
font-family: 'Futura Md BT';
font-weight: 500;
padding: 12px 25px;
border-radius: 30px;
display: inline-block;
margin-left: 10px;
text-transform: uppercase;
font-size: 15px;
border: 0px;
text-decoration: none;
}
.header_top > a:nth-child(4){
	background: #3651a3;
color: #fff;
font-family: 'Futura Md BT';
font-weight: 500;
padding: 12px 25px;
border-radius: 30px;
display: inline-block;
margin-left: 10px;
text-transform: uppercase;
font-size: 15px;
border: 0px;
text-decoration: none;
}
.header_top > a:nth-child(2):hover {
    background: #1ba34b;
    color: #fff;
    text-decoration: none;
}
.header_top > a:nth-child(3):hover {
    background: #1ba34b;
    color: #fff;
    text-decoration: none;
}
.header_top > a:nth-child(4):hover {
    background: #1ba34b;
    color: #fff;
    text-decoration: none;
}


a[type="button"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wpcf7 {
	width: 100%;
}

@media(max-width: 1199px) {

.header_top > a:nth-child(2) {
	padding: 12px 15px;
	font-size: 14px;
}
.header_top > a:nth-child(3) {
	padding: 12px 15px;
	font-size: 14px;
}
.header_top > a:nth-child(4) {
	padding: 12px 15px;
	font-size: 14px;
}

.navbar .menu-item a {
    font-size: 15px;
}

}

@media(max-width: 767px) {
	.resources_link .services_inner {
		min-height: auto;
	}
	.services_container {
		padding-bottom: 0;
	}
	.services_box {
		padding: 0px;
	}
}