/* normal */

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition-duration:0.2s;
}
html,
body {
	font-family: "Inter", sans-serif;
	font-size: 18px;
	color: #004b8b;
	font-weight: 400;
	line-height:1.777;
	
	
}

body {
	background:#fff
}
img {
	border: 0px;
	display: block;
	max-width: 100%;
	height:auto;
}
a{color:inherit; text-decoration: none;}

input,
select,
textarea,
button{ -webkit-appearance: none;-moz-appearance:none; appearance:none; outline: none;}
input[type="checkbox"]{-webkit-appearance: unset;-moz-appearance:unset; appearance:unset;}

ul {
	list-style: disc;
}
h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
	font-weight: 700; line-height:1.2;
}

h1, .h1{font-size:45px; margin-bottom: 30px}
h2, .h2{font-size:24px;}
h3, .h3{font-size:22px;}
h4, .h4{font-size:20px;}
h5, .h5{font-size:18px;}
h6, .h6{font-size:16px;}

p{margin-bottom:1em}

h1 span, .h1 span{color:#3eb34e}

h1.fancy , .h1.fancy {font-weight:400;}
h1.fancy b, .h1.fancy b{font-weight:700} 

.maxw1{max-width:1710px; margin:0 auto; padding: 0 20px;}
.maxw2{max-width:1390px; margin:0 auto; padding: 0 20px;}
.maxw3{max-width:1080px; margin:0 auto; padding: 0 20px;}

.clear{clear:both;}

.btn{display:inline-block; cursor:pointer; line-height:1; background: transparent;}
.btn.round_btn{width:60px; height:60px; border-radius:100%; line-height:60px; font-size:21px; text-align:center;}
.btn.l_btn{font-size:20px;  border-radius:20px; padding: 20px 30px; font-weight:700}
.btn.n_btn{font-size:18px;  border-radius:15px; padding: 18px 30px; font-weight:700}

.btn.white_border{border:1px solid rgba(255,255,255,0.4);}
.btn.colored_border{border:1px solid rgba(0,75,139,0.4);}

.white{color:#fff}
.color1{color:#004b8b}

.btn i.icon_left{display:inline-block; margin-right:10px;}
.btn i.icon_right{display:inline-block; margin-left:10px;}

.btn.colored_border:hover{background: #fff;}
.btn.colored_border.color1:hover{background: #fff; color:#004b8b!important}
.btn.white_border:hover{background:#fff; color:#004b8b!important}
.btn.white_border.white:hover{background:#fff; color:#004b8b!important}
.btn.clr1_white{background:#004b8b; color:#fff}
.btn.clr2_white{background:#3eb34e; color:#fff}

.mob_menu{background:#004b8b; color:#fff; font-size:20px; min-height:100vh; overflow:hidden;width:0; max-width:100%; position:absolute; top:0; right:0; z-index:999999; }
.mob_menu.open{width: 400px; }
.mob_menu .inner{padding: 20px 30px 40px 40px; }
.mob_menu .close{text-align:right;}
.mob_menu .close .close_btn{display:inline-block; font-size: 30px; cursor:pointer}
.mob_menu ul{ overflow:hidden; margin-bottom:30px}
.mob_menu ul ul{display:none; font-size:90%; margin-left:20px}
.mob_menu ul li{list-style:none;}
.mob_menu ul li a{ padding: 10px 0px; display:block}
.mob_menu ul li ul{display:none; margin-left:20px}
.mob_menu ul li ul li {position:relative; }
.mob_menu ul li ul li a{ }
.mob_menu ul li.menu-item-has-children a{position:relative;}
.mob_menu ul li.menu-item-has-children i{position:absolute; right:0; top:50%; transform:translatey(-50%); width: 25px; height:25px; line-height:25px; text-align:center; border-radius:100%; border:1px solid #fff; background:#004b8b; display:inline-block; font-size:15px; margin-left:35px; transition-duration:0.5s }

.mob_menu ul li.menu-item-has-children.sub > a i{transform:translatey(-50%) rotate(180deg);}
.mob_menu ul li ul li ul{left:100%; top:0}

#template{padding-top:140px}
.header{font-size:0; position:fixed; width:100%; top:0; left:0; background:#fff; z-index:999}
.header .inner{padding: 30px 0; }
.header .logo{display:inline-block; vertical-align:middle; width:300px}
.header .menu_bar{display:inline-block; font-size:18px; vertical-align:middle; width:calc(100% - 670px); text-align:right; font-weight:600}
.header .menu_bar ul{text-align:right;     display: inline-block;}
.header .menu_bar ul li{display:inline-block; margin: 0 5px}
.header .menu_bar ul li a{padding: 5px 20px; display:block; position:relative;}
.header .menu_bar ul li.menu-item-has-children > a:after{content:"\f063"; font-family:"Font Awesome 6 Pro"; font-weight:900; display:inline-block; margin-left:5px;}
.header .menu_bar > ul > li > a:before{content:""; display:block; width:0%; bottom:0; left:50%;  border-bottom:2px solid #2181c4; transition-duration:0.2s; position:absolute; transform:translatex(-50%)}
.header .menu_bar > ul > li > a:hover:before{width: calc(100% - 40px);}
.header .menu_bar ul ul{position:absolute; z-index:999; background:rgba(255,255,255,0.8); display:none}
.header .menu_bar ul li:hover > ul{ display:block}
.header .menu_bar ul ul li{margin:0; display:block; text-align:left; border-left:2px solid #004b8b; position:relative; }
.header .menu_bar ul ul li:hover > a{background:#004b8b; color:#fff;}
.header .menu_bar ul ul li a{}
.header .menu_bar ul ul ul{position:absolute; z-index:999; background:rgba(255,255,255,0.8); left:100%; top:0}

.header .contact_btns{display:inline-block; width:370px; text-align:right; vertical-align:middle}
.header .contact_btns .btn{margin-left:15px; vertical-align:middle}
.header .contact_btns .menu_btn{display:none; position:relative;}
.header .contact_btns .menu_btn span{position: absolute;    bottom: 7px;    width: 100%;    text-align: center;    font-size: 10px;    bottom: 7px;    left: 0;    line-height: 1;}

.header.sticky{box-shadow:0 0 10px rgba(0,75,139,0.25)}
.header.sticky .inner{padding: 10px 0; }

.banner{overflow:hidden; width:100%}
.banner .slider{width:calc(100% + 20px); margin-left:-10px;}
.banner .slider .slide{background:#004b8b; font-size:0; position:relative; margin: 0 10px;}
.banner .slider .slide .image{position:relative;}
.banner .slider .slide .image:after{content:""; padding-bottom:100%; display:block}
.banner .slider .slide .text_bar{width:100%; height:100%; padding: 60px;  display:flex; align-items: flex-end;  position:absolute; background:linear-gradient(0deg, rgba(9,77,141,0.75), transparent); }
.banner .slider .slide .text_bar .flexbox{width:100%;  display:flex;    align-items: center; justify-content: space-between;}
.banner .slider .slide .text_bar .title{font-size:35px; font-weight:800; line-height:1.2; width:calc(100% - 80px)}
.banner .slider .slide .text_bar .arrow{width:60px; height:60px; border-radius:100%; line-height:60px; font-size:21px; text-align:center; }

.banner_subpage{overflow:hidden; width:100%}
.banner_subpage .slider{width:calc(100% + 20px); margin-left:-10px;}
.banner_subpage .slider  .slide .image{position:relative; min-height:180px}
.banner_subpage .slider .slide .image:after{content:""; padding-bottom:15%; display:block}
.banner_subpage .slider .slide .text_bar{width:100%; height:100%; padding: 60px;  display:flex; align-items: flex-end;  position:absolute; background:linear-gradient(0deg, rgba(9,77,141,0.75), transparent); }
.banner_subpage .slider .slide .text_bar .flexbox{width:100%;  display:flex;    align-items: center; justify-content: space-between;}
.banner_subpage .slider .slide .text_bar .btn_bar{text-align:center; width:100%}

.breadcrumbs{font-size:80%; color:#686067; margin: 5px 0; text-align:right; }
.breadcrumbs i{margin:5px;}

.content_bar {margin-bottom: 120px; margin-top:115px}
.content_bar .left{width:calc(50% + 100px); float:left; padding-left:160px}
.content_bar .left .content_box{ position:relative;}


.content_bar .left .content_box ul, .content_bar .left .content_box ol{margin-left:30px; margin-bottom:1em}

.content_bar .left .content_box .btns{margin-top:50px}
.content_bar .left .content_box .btns .btn{margin: 0 10px 10px 0}

.gallery_block{margin-top:50px; display:block;}
.gallery_list{ width: calc(100% + 12px); margin: -6px;}
.gallery_list a{float: left; width: calc(25% - 12px); margin: 6px;}
.gallery_list a:after{padding: 100% 0 0; display:block; content:"";}


.content_bar .left .content_box .faq_block {margin-top:50px}
.content_bar .left .content_box .faq_block .h3{margin-bottom:10px}
.content_bar .left .content_box .faq_block .faq_answer{display:none}
.content_bar .left .content_box .faq_block .faq_item{margin: 0 0 20px;}
.content_bar .left .content_box .faq_block .faq_item:last-child{margin: 0;}
.content_bar .left .content_box .faq_block .faq_question{cursor: pointer; padding: 15px 50px 15px 15px; position: relative; border: 1px solid #004b8b; border-bottom: 3px solid #004b8b}
.content_bar .left .content_box .faq_block .faq_question:hover{background:#fff;}
.content_bar .left .content_box .faq_block .faq_question i{position: absolute; float: left; width: 50px; text-align: center; line-height: 30px; right: 0; top: 30px; margin: -15px 0 0;}
.content_bar .left .content_box .faq_block .faq_item.active .faq_question i{transform: rotate(180deg);}
.content_bar .left .content_box .faq_block .faq_answer{padding: 15px; display: none;  border-left: 1px solid #004b8b; border-bottom: 1px solid #004b8b; border-right: 1px solid #004b8b}

.content_bar .left .content_box  a:hover{color:#2181c4}
.content_bar .left .content_box .download_block{margin: 50px 0 0;}
.content_bar .left .content_box .download_block .h3{margin: 0 0 10px;}
.content_bar .left .content_box .download_item{display:block; cursor: pointer; padding: 15px 0px 15px 30px;  position: relative; border-bottom: 1px solid #004b8b; margin: 0 0 5px; line-height:1.3 }
.content_bar .left .content_box .download_item:hover{opacity:0.8;}
.content_bar .left .content_box .download_item i{position: absolute; float: left; width: 14px; text-align: center; line-height: 20px; left: 0px; top: 50%; margin: -10px 0 0; }
.content_bar .left .content_box .download_item:hover{border-color: #004b8b}

.content_bar  .usps {margin-top:50px; padding-left:160px}
.content_bar  .usps .grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:25px 35px;}
.content_bar  .usps .usp{text-align:center; display:grid; grid-template-rows:subgrid; grid-row: span 3; justify-items: center; gap:5px}
.content_bar  .usps .usp .icon{display:inline-flex; border-radius:100%; height:70px; width:70px; font-size:30px; background:#004b8b; color:#fff;     align-items: center;    justify-content: center;}
.content_bar  .usps .usp .title{font-weight:700; width:100%}
.content_bar  .usps .usp .short_text{width:100%}

.content_bar .right{width:calc(50% - 100px); float:left; padding-left:100px; }
.content_bar .right .image_box{width:calc(80%); margin-left:20%; position:relative;}
.content_bar .right .image_box .image{display:block; border-radius:15px; overflow:hidden;}
.content_bar .right .image_box .image img{width:100%}
.content_bar .right .image_box .image2{width:50%; border-radius:15px; position:absolute; bottom:50px; left:-20%;}
.content_bar .right .image_box .image2:after{content:""; padding-bottom:100%; display:block;}
.content_bar .right .contact_info ul{list-style:none}


.content_bar .right .contact_info{background: #004b8b; padding: 35px; color: #fff; border-radius:30px;  }
.content_bar .right .contact_info .h2{color: #fff; margin: 0 0 25px;}
.content_bar .right .contact_info li{display:block; width: 100%; line-height: 16px; padding: 3px 0; margin-bottom:7px}
.content_bar .right .contact_info li span{display: inline-block; width: 55px;}
.content_bar .right .contact_info li i{color: #3eb34e}
.content_bar .right .contact_info li a{}
.content_bar .right .contact_info li a:hover{color:#3eb34e}
.content_bar .right .contact_info .btn{margin: 25px 0 0;}

.item_list .item_item{display:block; cursor: pointer; padding: 15px 50px 15px 15px; position: relative; border: 1px solid #004b8b; border-bottom: 3px solid #004b8b; margin-bottom:20px}
.item_list .item_item .item_image{width:150px; height:150px; margin-right:40px; float:left; }
.item_list .item_item .item_text{width:calc(100% - 190px); float:left;}

.footer .footer_wrap{background:#004b8b; color:#fff; padding-top:90px;border-top-left-radius:50px; border-top-right-radius:50px; position:relative;  }
.footer .grid{display:grid; grid-template-columns:250px 1fr 1fr 200px; gap:20px 30px ;}
.footer .grid .col{display:grid; grid-template-rows:subgrid; grid-row:span 2; }
.footer .grid .col .title{display:grid;     align-items: center; }
.footer .logo_footer{margin-left:0px }
.footer .title{font-size:30px; font-weight:700; line-height:1.3; }
.footer ul li{list-style:none; margin-left:35px; margin-bottom:0.4em}
.footer ul li:before{content:"\f061"; font-family:"Font Awesome 6 Pro"; font-weight:300; margin-left:-35px; margin-right:18px; font-size:18px;}
.footer .social_btns{ text-align:right;}
.footer .social_btns.btn{margin: 0 5px 10px;}
.footer .bottom{margin-top: 80px; padding: 22px 40px; text-align:center; color:rgba(255,255,255,0.2); border-top:1px solid rgba(255,255,255,0.2)}
.footer .bottom a{display:inline-block}
.footer a:hover{color:#fff}

.wpcf7 h2{margin-bottom:0.5em}

.wpcf7 .form_item{margin-bottom: 20px; display:flex; flex-wrap:wrap}
.wpcf7 .label{width: 100%; }
.wpcf7 .form_field{width: calc(100% ); }
.wpcf7 input, .wpcf7 textarea,  .wpcf7 select{width:100%; padding:5px 15px; border: 1px solid #004b8b ; border-radius:10px; font:inherit; color:inherit; }
.wpcf7 textarea{height:200px}

.wpcf7 select{background:url(img/angle-down.png) no-repeat calc(100% - 10px) 50% #fff;}

span.wpcf7-list-item {display: inline-block;margin: 0px 0 0;}
span.checkbox{margin-top:10px; display: block;}
.wpcf7 .wpcf7-list-item {display: inline-block;  width: 100%;}
.wpcf7-list-item-label {margin-left: 30px;display: inline-block; vertical-align: top;}
.wpcf7-checkbox {padding: 5px 0px; display:inline-block}
.wpcf7-checkbox label {position: relative;cursor: pointer;}
.wpcf7-checkbox input[type=checkbox] {position: absolute;visibility: hidden;height: 1em;width: 1em;top: 0.05em;left: 0px;}
.wpcf7-checkbox input[type=checkbox] + span:before {display: block;position: absolute;content: '';border-radius: 0;height: 1em;width: 1em;top: 0.05em;left: 0px;border: 1px solid #004b8b; background:#fff}
.wpcf7-checkbox input[type=checkbox] + span:after {display: flex;        justify-content: center; align-items: center;position: absolute;content: "\f00d";font-family: "Font Awesome 6 Pro"; font-weight:900; height: calc(1em - 3px);    width: calc(1em - 3px);color:#004b8b;top: calc(0.05em + 2px);    left: 2px;visibility: hidden;font-size: 1em;text-align: center; }
.wpcf7-checkbox input[type=checkbox]:checked + span:before {background: transparent;}
.wpcf7-checkbox input[type=checkbox]:checked + span:after {visibility: visible;}

.wpcf7-acceptance {padding: 5px 0px; display:inline-block}
.wpcf7-acceptance label {position: relative;cursor: pointer;}
.wpcf7-acceptance input[type=checkbox] {position: absolute;visibility: hidden;height: 1em;width: 1em;top: 0.05em;left: 0px;}
.wpcf7-acceptance input[type=checkbox] + span:before {display: block;position: absolute;content: '';border-radius: 0;height: 1em;width: 1em;top: 0.05em;left: 0px;border: 1px solid #004b8b; background:#fff}
.wpcf7-acceptance input[type=checkbox] + span:after {display: flex;        justify-content: center; align-items: center;position: absolute;content: "\f00d";font-family: "Font Awesome 6 Pro"; font-weight:900; height: calc(1em - 3px);    width: calc(1em - 3px);color:#004b8b;top: calc(0.05em + 2px);    left: 2px;visibility: hidden;font-size: 1em;text-align: center; }
.wpcf7-acceptance input[type=checkbox]:checked + span:before {background: transparent;}
.wpcf7-acceptance input[type=checkbox]:checked + span:after {visibility: visible;}

.wpcf7-radio label {position: relative;cursor: pointer;}
.wpcf7-radio input[type=radio] {position: absolute;visibility: hidden;width: 1em;height: 1em;top: 0;left: 0;}
.wpcf7-radio input[type=radio] + span:before {display: block;position: absolute;content: '';border-radius: 100%;height: 1em;width: 1em;top: 0.05em;left: 0px;border: 1px solid #004b8b; background:#fff}
.wpcf7-radio input[type=radio] + span:after {display: block;position: absolute;content: "";font-family: "Font Awesome 6 Pro"; font-weight:900; height: calc(1em - 3px);    width: calc(1em - 3px);    color: #004b8b;    background: #004b8b;
    border-radius: 100%;    top: calc(0.05em + 2px);    left: 2px;visibility: hidden;text-align: center;}
.wpcf7-radio input[type=radio]:checked + span:before {background: transparent;}
.wpcf7-radio input[type=radio]:checked + span:after {visibility: visible;}


@media only screen and (max-width: 1710px) {
	.header .menu_bar ul li{margin:0}
	.content_bar .left { padding-left: 0px;}
	.content_bar  .usps {padding-left:0px}
}


@media only screen and (max-width: 1600px) {
	#template{padding-top:130px}
	.header .logo{width:250px}
	.header .menu_bar {width: calc(100% - 620px);}
	
	.banner .slider .slide .text_bar .title {    font-size: 30px;}
	.banner .slider .slide .text_bar .arrow {    width: 50px;    height: 50px;    line-height: 50px;}
	.banner .slider .slide .text_bar {   padding: 40px;}
}

@media only screen and (max-width: 1550px) {
	
}

@media only screen and (max-width: 1450px) {
	.header .menu_bar ul li a { padding: 5px 15px;}
	
	.btn.round_btn{width:60px; height:60px; line-height:60px; font-size:21px; }
	
	
}


@media only screen and (max-width: 1350px) {
	.header .menu_bar{display:none}
	.header .contact_btns{ width:calc(100% - 250px);}
	.header .contact_btns .menu_btn{display:inline-block}
	
	.content_bar .left {width: calc(50%);}
	.content_bar .right {width: calc(50%);}
}

@media only screen and (max-width: 1250px) {
	
	
	.footer .grid {   grid-template-columns: 1fr 1fr; gap:30px}
	.footer .grid .naw{grid-column:span 2}
	.footer .grid .social{grid-column:span 2}
	.footer .social_btns{text-align:left;}
}
@media only screen and (max-width: 1100px) {
	.banner .slider .slide .text_bar {   padding: 25px;}
}
@media only screen and (max-width: 1050px) {
	.btn.l_btn{font-size:19px; padding: 18px 35px; border-radius:15px; }
	.btn.n_btn{font-size:16px; padding: 16px 25px; }
	
	#template{padding-top:110px}
	.header .inner{padding: 20px 0}
	
	
	.content_bar .right .image_box {
    width: calc(85%);
    margin-left: 15%;}
	
	.content_bar{margin-top:85px}
	
	.gallery_list a{width: calc(33.3333% - 12px);}
	
	.footer .title {    font-size: 28px;}
}


@media only screen and (max-width: 900px) {
	
	
	.content_bar  .usps {margin-top:0px; }
	.content_bar .left{width:100%; margin-bottom:3em}
	.content_bar .right{width:100%; padding-left:0}
	.content_bar .right .image_box{max-width:550px; }
	.content_bar .right .contact_info {padding: 25px;}
	
	.content_bar  .usps .grid{grid-template-columns:repeat(2, 1fr);}
	
	.footer .footer_wrap{ border-top-left-radius:30px; border-top-right-radius:30px;}
}

@media only screen and (max-width: 800px) {
	
	.header .contact_btns .btn.l_btn{display:none}
	
	.banner .slider .slide .text_bar .title {        font-size: 24px;    }
	
	.gallery_list a{ width: calc(25% - 12px);}
	
	
	
}


@media only screen and (max-width: 700px) {
	.gallery_list a{ width: calc(33.3333% - 12px);}
	.footer .col25{width:100%; }
	.footer .social_btns{    margin-top: 0px;}
	.footer .bottom {    margin-top: 30px;}
	.item_list .item_item{padding: 15px 15px 15px 15px;}
	.item_list .item_item .item_text{width:calc(100%); margin-top:20px; }
	.footer .grid {   grid-template-columns: 1fr; }
	.footer .grid .col{gap:15px}
	.footer .grid .naw{grid-column:span 1}
	.footer .grid .social{grid-column:span 1}
}
@media only screen and (max-width: 700px) {
	.banner .slider .slide .text_bar {        padding: 20px;    }
	.banner .slider .slide .text_bar .title { width: calc(100% - 60px);}
	.banner .slider .slide .text_bar .arrow {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
	

}
	
@media only screen and (max-width: 550px) {	
	.banner .slider .slide .image:after { padding-bottom: 65%; }
}

@media only screen and (max-width: 500px) {
	.btn.round_btn{width:50px; height:50px; line-height:50px; font-size:19px; }
	.btn.l_btn{font-size:17px; padding: 15px 25px;}
	.mob_menu .inner{padding: 20px 20px 40px 20px; }
	.header .contact_btns .btn {    margin-left: 7px;}
	.content_bar{margin-top: 50px}
	.content_bar .left .content_box { padding-left: 0px;}
	
	
	.content_bar .left .content_box .btns {    margin-top: 30px;}
	.gallery_list a{ width: calc(50% - 12px);}
	.content_bar  .usps .grid{grid-template-columns:repeat(1, 1fr);}
}

@media only screen and (max-width: 430px) {
	#template{padding-top:95px}
	.header .logo{width:calc(100% - 150px); padding-right:20px}
	.header .contact_btns {width: 150px;}
	
	    .banner .slider .slide .text_bar .title {
        font-size: 20px;
    }
	
	.content_bar .left .content_box { padding-left: 0px;}
	.content_bar .left .content_box:before{display:none}
	.footer .footer_wrap{padding-top:50px;}
	
	
}

@media only screen and (max-width: 370px) {
	body{font-size:16px}
	h1, .h1{font-size:35px; }

	
	

	
	.header .logo{width:calc(100% - 100px); padding-right:20px}
	.header .contact_btns {width: 100px;}
	
	.header .contact_btns .btn.round_btn {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
	
	.header .contact_btns .menu_btn span{   font-size: 8px;    bottom: 6px;   }
	
	.footer .logo_footer {width:150px;}
	.footer .title {    font-size: 26px; margin-bottom:15px}
	
}
