* {
padding: 0px;
margin: 0px;
box-sizing: border-box;
}

/* <style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
font-family: "Poppins", sans-serif;
</style>     */

body {
font-family: "Poppins";
overflow-x:hidden;
}

a {
text-decoration: none !important;
}

ul {
padding: 0px !important;
margin:0px !important;
list-style: none !important;
}

img{
max-width:100%;
height:auto;  
}

@font-face {
font-family: "Poppins";
src: url("../fonts/Poppins-Light.eot");
src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"),
url("../fonts/Poppins-Light.woff2") format("woff2"),
url("../fonts/Poppins-Light.woff") format("woff"),
url("../fonts/Poppins-Light.ttf") format("truetype"),
url("../fonts/Poppins-Light.svg#Poppins-Light") format("svg");
font-weight: 300;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Poppins";
src: url("../fonts/Poppins-Regular.eot");
src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
url("../fonts/Poppins-Regular.woff2") format("woff2"),
url("../fonts/Poppins-Regular.woff") format("woff"),
url("../fonts/Poppins-Regular.ttf") format("truetype"),
url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Poppins";
src: url("../fonts/Poppins-Medium.eot");
src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"),
url("../fonts/Poppins-Medium.woff2") format("woff2"),
url("../fonts/Poppins-Medium.woff") format("woff"),
url("../fonts/Poppins-Medium.ttf") format("truetype"),
url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
font-weight: 500;
font-style: normal;
font-display: swap;
}


@font-face {
font-family: "Poppins";
src: url("../fonts/Poppins-SemiBold.eot");
src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"),
url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
url("../fonts/Poppins-SemiBold.woff") format("woff"),
url("../fonts/Poppins-SemiBold.ttf") format("truetype"),
url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
font-weight: 600;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Poppins";
src: url("../fonts/Poppins-Bold.eot");
src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"),
url("../fonts/Poppins-Bold.woff2") format("woff2"),
url("../fonts/Poppins-Bold.woff") format("woff"),
url("../fonts/Poppins-Bold.ttf") format("truetype"),
url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
font-weight: bold;
font-style: normal;
font-display: swap;
}

.container-fluid{
max-width:1920px;  
}

/* btn */

.btn1, .more-link, .contact-btn .wpcf7-submit{
background: #003855; 
font-size: 14px;
color: #ffffff;
font-weight: 400;
padding:13px 30px;
border-radius:50px; 
display:inline-block;
transition:0.5s ease-in-out all 0s;
}

.btn1:hover, .more-link:hover, .contact-btn .wpcf7-submit:hover, .contact-btn .wpcf7-submit:active, .contact-btn .wpcf7-submit:focus{
box-shadow: inset 0 0 60px 1px #017260, inset 0 0 25px rgb(255 255 255 / 26%);
color: #fff;
transition: 0.5s ease-in-out all 0s;  
}

.btn2{
background: #017260; 
font-size: 14px;
color: #ffffff;
font-weight: 400;
padding:13px 30px;
border-radius:50px; 
display:inline-block;
transition:0.5s ease-in-out all 0s;
}

.btn2:hover{
box-shadow: inset 0 0 60px 1px #003855, inset 0 0 25px rgb(255 255 255 / 26%);
color: #fff;
transition: 0.5s ease-in-out all 0s;  
}

.btn3{
background: #ffffff; 
font-size: 14px;
color: #000;
font-weight: 400;
padding:13px 30px;
border-radius:50px; 
display:inline-block;
transition:0.5s ease-in-out all 0s;
}

.btn3:hover{
background:#000;
color: #fff;
transition: 0.5s ease-in-out all 0s;  
}

/* header-sec */

.header{
position: fixed;
top: 0;
left: 0;
width: 100%;
transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
z-index: 999;
}

.fixed-header {    
top:-49px;
animation: smoothScroll 1s;
z-index: 999;
transition: all 0.5s ease 0s;
filter:drop-shadow(0px 0px 4px rgba(0,0,0,0.20));
background:#fff;
border-bottom: 1px solid #017260; 
}

.topbar-sec{
padding:14px 0px;  
}

.top-left ul{
display:flex; 
align-items:center; 
}

.top-left ul li{
font-size: 14px;
color: #003855;
font-weight: 400; 
margin-right:12px; 
}

.top-left ul li a img{
width:15px;  
}

.top-right ul{
display:flex;
justify-content:flex-end;  
}

.top-right ul li{
font-size: 14px;
color: #003855;
font-weight: 400;
padding-right:35px;
border-right:1px solid #00395579;
margin-right:18px;
}

.top-right ul li a{
color: #003855; 
transition:0.5s ease-in-out all 0s;
}

.top-right ul li a:hover{
color: #017260; 
transition:0.5s ease-in-out all 0s;  
}

.top-right ul li:last-child{
padding-right:0px; 
margin-right:0px; 
border:0px;
}

.top-right ul li img{
width:13px; 
margin-right:8px; 
}

.menu{
display:flex;
justify-content:center;    
}

.menu-bar{
background: #ffffff;
border: 1px solid #017260; 
padding:0px 40px 0px 20px;
border-radius:50px;
}

.fixed-header .menu-bar{
border-radius:0px;
border:0px;  
}

.logo a img{
width:149px;  
}

/* .menu ul{
display:flex;
justify-content:center;  
} */

.menu ul li{
font-size: 15px;
font-weight: 400;
margin-right:29px;
float:left;  
}

.menu ul li:last-child{
margin-right:0px;  
}

.menu ul li a{
color: #000000;
transition:0.5s ease-in-out all 0s;
}

.menu ul li a:hover{
transition:0.5s ease-in-out all 0s;  
}

.header-btn{
float:right;    
}

.header-btn a{
padding:13px 25px;
}

/* banner-sec */

.banner-sec{
position: relative;
z-index:1;  
margin-top:95px;
}

.banner-sec:before{
position:absolute;
content:""; 
background: #FFFFFF;
background: linear-gradient(-92deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 25%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
width:100%;
height:100%; 
}

.banner-sec:after{
position:absolute;
content:""; 
background:url(../images/banner-texture.png) no-repeat 0 0; 
width:480px;
height:534px;
background-size:contain;
right:0px;
top:0px;
z-index:1;
}

.banner-content{
position: absolute;
width: 100%;
top: 50%;
transform: translateY(-50%);
z-index: 2;  
}

.banner-part{
max-width:595px;
margin-left:auto;
}

.banner-sub-heading{
font-size: 16px;
line-height:22px;
text-transform: uppercase;
color: #003855;
font-weight: 400; 
border: 1px solid #017260; 
box-shadow:inset 0px 0px 10px 10px #01726047;
border-radius:50px;
display:inline-block;
padding:8px 30px;
background:#fff;
margin-bottom:25px;
}

.banner-heading{
font-size: 48px;
line-height:1.3;
color: #003855;
font-weight: 700;
font-family: "Poppins";
margin-bottom:25px;
}

.banner-para{
font-size: 16px;
line-height: 28px;
color: #232323;
font-weight: 400;
margin-bottom:25px;
}

/* banner-bottom-sec */

.baner-bottom-sec{
position:relative;
z-index:1;
margin-top:-35px;  
}

.wrap-box{
border: 1px solid #017260;
border-radius: 10px;
box-shadow: inset 0px 0px 10px 10px #01726024;
background:#fff; 
display:flex;
align-items:center; 
padding:15px 28px;
height:100%;
}

.wrap-box-heading{
font-size: 16px;
line-height:22px;
color: #1c1c1c;
font-weight: 600;
margin-left:18px;
max-width:66%;
}

/* about-sec */

.about-sec{
position: relative;
}

.about-sec:before{
position:absolute;
content:"";
background:url(../images/favicon-icon.png) no-repeat 0 0;
width:186px;
height:188px;
background-size:contain;
right:0px;
top:-80px;  
}

.wrapper{
margin-top:100px;
}

.sub-heading{
font-size: 16px;
line-height: 22px;
text-transform: uppercase;
color: #003855;
font-weight: 400;
border: 1px solid #017260;
box-shadow: inset 0px 0px 10px 10px #01726047;
border-radius: 50px;
display: inline-block;
padding: 8px 30px;
background: #fff;
margin-bottom:15px;  
}

.main-heading{
font-size: 36px;
line-height:1.3;
color: #000000;
font-weight: 700;
padding-bottom:15px;
}

.about-para{
font-size: 16px;
line-height: 29px;
color: #626262;
font-weight: 400;
padding-bottom:20px;
}

.about-img{
position: relative;  
}

.about-img-box{
border-radius: 10px;
background: #017260;
padding:11px 20px;
position:absolute;
width:100%;
bottom:0px;
left:0px;
}

.about-img-box ul{
display:flex;
align-items:center; 
gap:20px;
}

.about-img-box ul li{
font-size: 16px;
line-height:24px;
color: #ffffff;
font-weight: 400;
display:flex;
align-items:center; 
padding-right:15px; 
position: relative; 
}

.about-img-box ul li:not(:last-child)::before{
position:absolute;
content:"";
width:1px; 
height:42px;
background:#fff;
left:100%;
top:50%;
transform:translate(0, -50%); 
}

.about-img-box ul li:last-child{
padding-right:0px; 
border-right:0px;
justify-content:flex-end; 
}

.about-img-box ul li a{
color: #ffffff;
transition:0.5s ease-in-out all 0s; 
}

.about-img-box ul li a:hover{
color: #12e8c6;
transition:0.5s ease-in-out all 0s;   
}

.about-img-box ul li span{
width: 40px;
height: 40px;
border-radius:50px;
padding:12px;
background-color: #003855; 
display:flex;
align-items:center;
justify-content:center; 
margin-right:14px;
}

/* help-sec */

.img-box{
background:#017260;
padding:25px;
border-radius:5px;
display:flex;
align-items:center;
height:100%;	
}

.img-box img{
border-radius:5px 0px 0px 5px;	
}

.img-box-right{
max-width:55%;
margin-left:20px;	
}

.img-box-heading{
font-size:20px;
line-height:27px;
font-weight:700;
color:#fff;
padding-bottom:10px;	
}

.img-box-para{
font-size:15px;
color:#fff;
line-height:25px;
padding-bottom:15px;	
}

/* service-sec */

.service-sec{
padding:0px 0px 180px; 
position: relative;
z-index:1;
}

.service-sec:before{
position:absolute;
content:"";
background:url(../images/service-bg.png) no-repeat 0 0;
width:100%;
height:100%;
background-position:bottom;
left:0px;
bottom:0px;  
background-size:100%;
z-index:-1;
}

.service-sec:after{
position:absolute;
content:"";
background:url(../images/service-texture.png) no-repeat 0 0;
width:93px;
height:74px;
background-size:contain;
right:0px;
top:-30px; 
z-index:-1; 
}

.sub-heading.d-table{
margin-bottom:15px !important;
}

.service-sec .col-lg-3:nth-child(odd){
margin:90px 0px 90px; 
}

.service-sec .col-lg-3:nth-child(even){
margin-top:20px; 
}

.service-box{
border-radius: 15px;
background: #ffffff;
border: 1px solid #017260;
box-shadow:inset 0px 0px 10px 10px #01726024;
padding:40px 20px 20px;
text-align:center;
background:url(../images/favicon-icon.png) #fff no-repeat 0 0;
background-size:106px;
background-position:center 25px;
}

.service-box-icon{
width: 74px;
height: 74px;
border-radius:50px;
background: #003855;
display:flex;
align-items:center;
justify-content:center;
margin:0px auto 40px;
}

.service-box-heading{
font-size: 20px;
line-height:1.3;
color: #003855;
font-weight: 500;
padding-bottom:15px;
}

.service-box-para{
font-size: 14px;
line-height: 23px;
color: #3a3a3a;
font-weight: 400;
padding-bottom:20px;
}

.service-box-btn a{
padding:9px 15px;
font-size:13px;
}

/* support-sec */

.support-para{
font-size: 16px;
line-height: 23px;
color: #000000;
font-weight: 500;  
}

.support-list{
margin:30px 0px;  
}

.support-list ul li{
font-size: 14px;
line-height: 34px;
color: #000000;
font-weight: 400;
padding-left:24px;
background:url(../images/check-icon.png) no-repeat 0 0;
background-position:left 10px;
}

.support-img img{
border-radius:20px;  
}

/* wcu-sec */

.wcu-sec{
background: #d3fff8; 
padding:80px 0px 170px; 
}

.wcu-flex-icon{
width: 93px;
height: 93px;
border-radius:50px;
background: #017260;
display:flex;
align-items:center;
justify-content:center;
}

.wcu-flex-box{
display:flex;
align-items:center;
margin:30px 0px 30px;  
background:url(../images/wcu-arrow-right.png) no-repeat 0 0;
background-position:right center;
}

.wcu-flex-box-reverse{
flex-direction:row-reverse;
background:url(../images/wcu-arrow-left.png) no-repeat 0 0;
background-position:left center;  
}

.wcu-flex-box-reverse:last-child{
background:inherit;  
}

.wcu-flex-box-text-part{
margin-left:26px;
max-width:65%;
}

.wcu-flex-box-reverse .wcu-flex-box-text-part{
margin:0px 26px 0px 0px; 
text-align:right; 
}

.wcu-flex-box-heading{
font-size: 18px;
color: #232323;
font-weight: 700;
padding-bottom:5px;
}

.wcu-flex-box-para{
font-size: 16px;
line-height: 24px;
color: #232323;
font-weight: 400;
}

/* cta-sec */

.cta-sec{
margin-top:-90px;
position: relative;
z-index:1;  
}

.cta-bg{
border-radius: 20px;
background: #003855;
padding:60px 40px;
text-align:center;
position: relative;
z-index:1;
}

.cta-bg:before{
position:absolute;
content:"";
background:url(../images/cta-left-texture.png) no-repeat 0 0;
width:100%;
height:100%;
background-size:contain;
left:0px;
top:0px;  
background-position:left;
z-index:-1;
}

.cta-bg:after{
position:absolute;
content:"";
background:url(../images/cta-right-texture.png) no-repeat 0 0;
width:100%;
height:100%;
background-size:contain;
right:0px;
top:0px; 
background-position:right; 
z-index:-1;
}

.cta-para{
font-size: 14px;
line-height: 23px;
color: #ffffff;
font-weight: 400;
padding-bottom:35px;
}

/* faq-sec */

.faq-sec{
position: relative; 
z-index:1;   
}

.faq-sec:before{
position:absolute;
content:"";
background:url(../images/faq-left-texture.png) no-repeat 0 0;
width:97px;
height:195px;
left:0px;
top:50px;    
}

.faq-sec:after{
position:absolute;
content:"";
background:url(../images/service-texture.png) no-repeat 0 0;
width:93px;
height:74px;
right:0px;
bottom:-50px; 
z-index:-1;	
}

.faq-body{
margin:25px auto 0px;
max-width:92%;
}

.ea-card{
border:0px !important;
background:inherit !important;
margin-bottom:20px !important;   
}

.ea-header{
border-radius:50px !important; 
}

.ea-header a{
font-size: 16px !important;
color: #000000 !important;
font-weight: 500 !important;
background: #e6f1ef !important; 
border:0px !important; 
border-radius:50px !important;
position: relative;
padding:15px 25px !important;
}

.eap-icon-ea-expand-minus:before{
position:absolute !important;
content:"" !important;
background:url(../images/faq-arrow.png) no-repeat 0 0 !important;
width:11px !important;
height:9px !important;  
right:25px !important;
top:50% !important;
transform:translate(0, -50%) !important;
transition:0.5s ease-in-out all 0s !important;  
}

.eap-icon-ea-expand-plus:before{
position:absolute !important;
content:"" !important;
background:url(../images/faq-arrow.png) no-repeat 0 0 !important;
width:11px !important;
height:9px !important;  
right:25px !important;
top:50% !important;
transform:translate(0, -50%) rotate(180deg) !important;
transition:0.5s ease-in-out all 0s !important;    
}

.ea-body{
background:inherit !important;
font-size: 14px !important;
line-height: 24px !important;
color: #000000 !important;
font-weight: 400 !important;
padding-left:25px !important;    
}

/* testimonial-sec */

.testimonial-sec{
background:url(../images/testimonial-shape.png) #017260 no-repeat 0 0;
padding:90px 0px;
background-size:cover;
background-position:center !important;
}

.sp-testimonial-free{
border-radius: 15px !important;
background: #ffffff !important; 
padding:70px 10px 20px 20px !important;
margin-top:20px !important;
position: relative;   
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p{
font-size: 14px !important;
line-height: 24px !important;
color: #000000 !important;
font-weight: 400 !important; 
text-align:left !important;
padding:0px 10px 0px 0px !important; 
margin:5px 0px !important; 
min-height:132px;  
}

.sp-testimonial-client-name{
font-size: 14px !important;
line-height: 24px !important;
color: #000000 !important;
font-weight: 700 !important;
position:absolute; 
top:20px;
left:20px;   
}

.sp-testimonial-client-designation{
font-size: 12px !important;
line-height: 24px !important;
color: #000000 !important;
font-weight: 400 !important;
position:absolute;
top:43px;
left:105px;
}

.sp-testimonial-client-rating{
position:absolute;
top:48px;
left:20px;    
}

.sp-testimonial-free-section .testimonial-nav-arrow{
transform: translateY(0px) !important; 
}

.sp-testimonial-content{
float: left;
height:132px;
width:100%;
overflow:auto;
margin-bottom: 25px;
}

.sp-testimonial-content::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
background-color: #7f9baa;
}

.sp-testimonial-content::-webkit-scrollbar
{
width:3px;
background-color: #7f9baa;
}

.sp-testimonial-content::-webkit-scrollbar-thumb
{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #3f697f;
}

.sp-testimonial-free-section .testimonial-nav-arrow{
transform: translateY(0px) !important; 
}

.fa-angle-right:before{
position:absolute;
content:"";
background:url(../images/right-arrow.png) no-repeat 0 0;
width:14px;
height:25px;
background-size:contain;
right:0px;
}

.fa-angle-left:before{
position:absolute;
content:"";
background:url(../images/left-arrow.png) no-repeat 0 0;
width:14px;
height:25px;
background-size:contain;
left:0px;
}

/* footer-sec */

.footer-sec{
background:#d3effd;
padding:60px 0px;
position: relative;
z-index:1;
margin-top:60px;
}

.page-id-7 .footer-sec{
padding:80px 0px 65px;
margin-top:0px;    
} 

.footer-logo{
width:182px;    
}

.social-icons li a span{
float: left;
margin-right:10px;
width: 32px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
border-radius: 50%;
transition: 0.3s ease-in-out all 0s;
cursor: pointer;
background:#017260;
}

.social-icons li:last-child{
margin-right:0px;  
}

.footer-heading{
font-size: 20px;
line-height: 37px;
color: #003855;
font-weight: 700;
padding-bottom:10px;
}

.footer-menu{
margin-bottom:0px;
}

.footer-menu li{
font-size: 14px;
line-height: 29px;
color: #0b0b0b;
font-weight: 400;
position:relative;
}

.footer-menu li a{
color: #0b0b0b;
transition:0.3s ease-in-out all 0s;
}

.footer-contact-info li {
line-height: 26px;
padding-left: 42px;
}

.footer-contact-info li span{
position: absolute;
top: -2px;
left: 0;
width: 32px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
background:#017260;
text-align: center;
border-radius: 50%;
transition: 0.3s ease-in-out all 0s;
}

.footer-contact-info ul li span img, .social-icons li a span img{
width:14px;
height:14px;
}

.footer-contact-info li:before{
display:none;
}

.copyright-sec{
background: #003855;
text-align:center;
padding:15px 0px;  
}

.copy-right-text{
font-size: 14px;
color: #ffffff;
font-weight: 400;
}

.copy-right-text a{
color:#fff; 
transition:0.5s ease-in-out all 0s; 
}

.footer-menu li a:hover, .copy-right-text a:hover{
color:#017260;
transition:0.3s ease-in-out all 0s;
}

/* scroll to top */

#top {
background-color: #017260;
border-radius: 50px 50px 50px 50px;
bottom: 0;
color: #ffffff;
height: 48px;
position: fixed;
right: 20px;
bottom: 20px;
text-align: center;
text-transform: uppercase;
width: 50px;
height:50px;
opacity: 0;
z-index: 10000;
font-size: 0;
border: 0;
transition: all 0.2s ease-in-out 0s;
cursor: pointer;
outline: none;
padding:0px !important;

.fa-chevron-up {
line-height: 35px;
-webkit-font-smoothing: antialiased;
font-family: "FontAwesome";
font-size: 22px;
}
}
#top.show {
opacity: 1;
}

.upper-arrow img{
animation: bounce 1.5s infinite;
} 

@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
40% {-webkit-transform: translateY(-12px);}
60% {-webkit-transform: translateY(-3px);}
}

.site-content, .site-main .widecolumn {
margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
background: url("../images/inner-banner.jpg") no-repeat 0 0 !important;
background-size: cover !important;
max-width: 100% !important;
padding: 250px 0 90px !important;
margin:95px 0 0px !important;
position: relative;
overflow: hidden;
text-align: center;
}

.blog_page_header{
margin-bottom:60px !important;    
}

.page .entry-header:before, .blog_page_header:before {
background:linear-gradient(-92deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 25%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
position: absolute;
content: "";
top: 0;
right: 0;
bottom: 0;
left: 0;
display:none;	
}

.page .entry-content {
max-width: 100% !important;
padding: 0px !important;
}
.content-area, .content-sidebar {
padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
color: #003855;
position: relative;
font-size: 30px;
font-weight: 600;
text-transform: none;
z-index: 99;
margin-bottom: 3px;
text-align:right;
}
.breadcrumb-container {
width: 100%;
color: #000;
position: relative;
font-size: 15px;
text-align:right;
}
.breadcrumb-container a {
color: #017260;
}
.page {
margin-top: 0 !important;
}

/* inner-sec */

.inner-sec{
margin-top:60px;    
}

.inner-mid-bg{
background:#e1fdf9;  
padding:60px 0px;  
}

.inner-sub-heading{
color:#003855;
font-size:16px;
font-weight:600;
position:relative;
padding-left:50px;
margin-bottom:5px;	
}

.inner-tag-heading{
border: 1px solid #017260;
box-shadow: inset 0px 0px 10px 10px #01726047;
font-size:15px;
border-radius: 50px;
display:table;
padding: 5px 20px;
color: #003855;
font-weight:500;
margin:24px auto;
}

.inner-sub-heading:before{
position:absolute;
content:"";
background:#003855;	
width:45px;
height:1px;
left:0px;
top:50%;	
}

.inner-heading.text-center:before {
left: 50%;
transform: translate(-50%, 0);
}

.inner-heading, .inner-cta-heading{
font-size: 27px;
line-height: 1.3;
text-transform: capitalize;
color: #101010;
font-weight: 700;
padding-bottom: 30px;
position: relative;    
}

.inner-cta-heading{
color:#fff;    
}

.inner-heading:before, .inner-cta-heading:before{
position: absolute;
content: "";
width: 40px;
height: 3px;
background: #017260;
bottom: 15px;
left: 0px;    
}

.inner-cta-heading:before{
background:#fff;
left: 50%;
transform: translate(-50%, 0);    
}

.inner-para, .inner-cta-para{
font-size: 14px;
line-height: 23px;
color: #3a3a3a;
font-weight: 400; 
}

.inner-cta-para{
color:#fff;    
}

.inner-para:last-child, .inner-para p:last-child, .inner-cta-para:last-child, .inner-cta-para .inner-para:last-child{
margin-bottom:0px;
}

.inner-cta-sub-heading{
font-size:15px;
font-weight:600;
color:#fff;
padding-bottom:5px;    
}

.inner-list{
margin:15px 0px;    
}

.inner-list ul li{
font-size: 14px;
line-height: 23px;
color: #3a3a3a;
font-weight: 400;
padding-left:22px;
margin-bottom:7px;
background:url(../images/inner-check-icon.png) no-repeat 0 0;
background-size:15px;
background-position:left 5px;
}

.inner-list ul li:last-child{
margin-bottom:0px;    
}

.inner-img-left{
padding:40px 35px 40px 30px;
position:relative;
z-index:1;	
}

.inner-img-left:before{
position:absolute;
content:"";	
background:#091e42;
width:85%;
height:100%;
left:0px;
top:0px;
z-index:-1;
}

.inner-img-right{
padding:40px 30px 40px 35px;
position:relative;
z-index:1;	
}

.inner-img-right:before{
position:absolute;
content:"";	
background:#003855;
width:85%;
height:100%;
right:0px;
top:0px;
z-index:-1;
}

.inner-cta-bg{
border-radius: 20px;
background: #003855;
padding:35px;
text-align:center;
position: relative;
z-index:1;
}

.inner-cta-bg:before{
position:absolute;
content:"";
background:url(../images/cta-left-texture.png) no-repeat 0 0;
width:100%;
height:100%;
background-size:contain;
left:0px;
top:0px;  
background-position:left;
z-index:-1;
}

.inner-cta-bg:after{
position:absolute;
content:"";
background:url(../images/cta-right-texture.png) no-repeat 0 0;
width:100%;
height:100%;
background-size:contain;
right:0px;
top:0px; 
background-position:right; 
z-index:-1;
}

.inner-box{
background:#003855;
padding:25px;
border-radius:10px;
height:100%;
}

.inner-box-img img{
margin-bottom:25px; 
border-radius:10px 10px 0px 0px; 
width:100%;  
}

.inner-box-heading{
background:#ffffff20;
color:#fff;
font-size:16px;
font-weight:600;
padding:5px 15px;
display:inline-block;
margin-bottom:15px;
border-radius:50px;    
}

.inner-box-para{
color:#fff;
font-size:14px;
line-height:25px;
margin-bottom:20px;
}

/* faq */

.faq-block {
margin-top: 15px
}

.faq-heading {
margin-top: 0px;
margin-bottom: 0px;
font-size: 16px;
font-weight:600;
background: #00395557;
color: #003855;
padding: 12px 20px;
line-height: inherit;
border-radius: 5px 5px 0px 0px;
}

.faq-para {
color: #111;
font-size:15px;
padding: 17px 20px;
background: #f8f8f8;
border-radius: 0px 0px 5px 5px;
border-bottom:1px solid #0038556b;
}

/* blog */

.more-link {
display: block;
width: fit-content;
padding: 10px 30px;
margin:20px 0px 0px;
font-family: "Outfit";
text-transform:capitalize;
}

.post .entry-title{
font-size:27px !important;
line-height:1.3 !important;
text-transform: capitalize;
font-weight:700 !important;
/* text-transform:uppercase;	 */
color:#3a3a3a;	
}

.post .entry-title a{
color:#161616 !important;	
}

.wp-block-heading {
border-top: 5px solid #003855;
color:#3a3a3a;
font-size: 18px;
font-weight: 600;
margin: 0 0 18px;
padding-top: 7px;
text-transform: uppercase;
font-weight:600;
}

.post .entry-summary, .post .entry-content, .comment-form-comment label{
font-size: 14px;
line-height: 23px;
color: #3a3a3a;
font-weight:400;
padding-bottom:10px;
}

.comment-form-comment label{
font-weight:700;
padding-bottom:3px;	
}

.post ul{
margin:15px 0px !important;	
padding-left:20px !important;
list-style:disc !important;
}

.post ul li strong{
font-size:16px !important;    
}

.site-content .has-post-thumbnail .entry-header {
margin-top: 0 !important;
}

.post-template-default .site-content .entry-content,
.post-template-default .site-content .entry-header,
.blog .site-content .entry-header,
.blog .site-content .entry-summary {
max-width: 100% !important;
}

.content-sidebar .widget a{
color:#000 !important;
transition: all 500ms ease-in-out;
}

.entry-meta a{
color:#3f3f3f !important;	
}

.entry-title a, .entry-meta a{
transition: all 500ms ease-in-out;   
}

.content-sidebar .widget a:hover, .entry-title a:hover, .entry-meta a:hover {
color:#003855 !important;
transition: all 500ms ease-in-out;	
}

.site-content footer.entry-meta {
margin-bottom:30px !important;    
}

.wp-block-group ul li{
line-height:20px;
margin-bottom:10px;
padding-bottom:5px;
border-bottom:1px solid #ccc;    
}

.wp-block-group ul li:last-child{
padding-bottom:0px;
border-bottom:0px;    
}

/* inner-contact */

.ref_form_box{
background:#003855;
padding:30px;
border-radius:15px;   
}

.ref_form_box p, .ref_form_box_input p{
margin-bottom:0px;    
}

.ref_form_box .wpcf7-text, 
.ref_form_box .wpcf7-date,
.ref_form_box .wpcf7-select,
.ref_form_box .wpcf7-file,
.ref_form_box textarea
{
background:#fff;
padding:14px 20px;
border-radius:50px; 
width:100%; 
border:0px;
outline:0px;  
}

.ref_form_box .wpcf7-select{
padding:12px 20px !important;   
}

.ref_form_box .wpcf7-file{
padding:10px 20px !important;   
}

.ref_form_box_label, .ref_form_box_input label{
color:#fff;
padding-bottom:5px; 
font-size:15px;   
}

.ref_form_box_input input, .ref_form_box_input .wpcf7-select{
border-radius:4px !important;
background-color: #fafafa !important;
width: 100% !important;
outline: 0 !important;
padding: 13px 15px !important;
color: #000 !important;
font-size: 14px !important;
border:1px solid #ccc !important;
}

.ref_form_box_input .wpcf7-select{
padding: 12px 15px !important;   
}

.ref_form_box_input textarea {
border-radius:4px !important;
background-color: #fafafa !important;
width: 100% !important;
outline: 0 !important;
padding: 14px 15px !important;
color: #000 !important;
font-size: 14px !important;
border:1px solid #ccc !important;
height:144px !important;
}

.ref_form_box_input input::placeholder, 
.ref_form_box_input textarea::placeholder
{
color:#000;    
}

.ref_form_box .wpcf7-submit{
background:#fff;
color:#000;    
}

.contact_page_info {
position: relative;
padding-left: 47px;
color:#3a3a3a;
margin-top: 25px;
font-size:15px;
}

.contact_page_info img {
position: absolute;
top: 7px;
left: 0;
width: 35px !important;
border-radius:0px;
}

.contact_page_info strong{
color:#000;
font-size:16px;
}

.contact_page_info a {
color:#3f3f3f;
text-decoration:none !important;
transition:0.5s ease-in-out all 0s;
}

.contact_page_info a:hover{
transition:0.5s ease-in-out all 0s;
color:#017260;	
}

span.wpcf7-list-item {
margin: 0 !important;
display: block;
}
.wpcf7-list-item label {
display: block;
position: relative;
margin-top: 8px;
color: #fff;
cursor: pointer;
font-size: 15px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.half_check .wpcf7-list-item {
width: 45%;
}
.wpcf7-list-item label input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.wpcf7-list-item-label {
position: relative;
padding-left: 22px;
}
.wpcf7-list-item-label::before {
position: absolute;
top: 1px;
left: 0;
height: 16px;
width: 16px;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 50%;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
background-color: #ccc;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
background:#017260;
border:inherit;
}
.wpcf7-list-item-label:after {
content: "";
position: absolute;
display: none;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
display: block;
}
.wpcf7-list-item label .wpcf7-list-item-label:after {
left: 6px;
top: 3px;
width: 5px;
height: 9px;
border: solid #fff;
border-width: 0 1px 1px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

/* testimonials */

.review-box{
background:#017260;
padding:25px;
border-radius:5px;
height:100%;
position: relative; 
z-index:1;	
}

.review-box:before{
position:absolute;
content:"";
background:url(../images/testimonial-shape.png) no-repeat 0 0;
width:100%;
height:100%;
left:0px;
top:0px;
z-index:-1;	
background-size:cover;	
}

.review-para{
font-size:15px;
color:#fff;
line-height:25px;
padding:0px 10px 10px 0px;
height:132px;  
overflow:auto;
float: left;
width:100%;
margin-bottom:10px;	
}

.page-id-15 .review-para{
height:90px;	
}

.review-para::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
background-color: #fff;
}

.review-para::-webkit-scrollbar
{
width:3px;
background-color: #7f9baa;
}

.review-para::-webkit-scrollbar-thumb
{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #3f697f;
}

.review-heading{
font-size:18px;
color:#fff;	
font-weight:700;	
}

/* 404 */

.error_container {
display: flex;
align-items: center;
text-align: center;
margin-bottom:60px;	
}

/* footer-fixed */

.footer-fixed-buttons {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
z-index: 99;
display:none;
}
.footer-btn1 {
background:#017260;
color: #fff !important;
width: 50%;
float: left;
padding: 10px 0;
}
.footer-btn2 {
background: #fff;
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, 0);
height: 44px;
width: 44px;
border-radius: 50%;
padding: 9px 12px 0;
}
.footer-btn3 {
background:#003855;
color: #fff !important;
width: 50%;
float: left;
padding: 10px 0;
}

.rmp-container .rmp-menu-title .rmp-menu-title-image{
filter:brightness(0) invert(1) !important;	
}

/* responsive */

@media only screen and (max-width : 767px) {
.faq-body{max-width:100%;}
.cta-bg:before{background-repeat:repeat !important;background-size: inherit;background-position:top;height:50%;}	
.cta-bg:after{display:none;}	
}


@media only screen and (min-width : 321px) and (max-width : 480px) {
.banner-img{height:540px !important;}
.banner-heading, .main-heading{font-size:27px !important;}
.baner-bottom-sec{margin-top:60px;}		
.img-box{flex-direction:column;}
.img-box img{border-radius:5px 5px 0px 0px;}	
.img-box-right{max-width:100%;margin:20px 0px 0px;}	
.wcu-flex-box{flex-direction:column;background:inherit !important;}
.wcu-flex-box-text-part, .wcu-flex-box-reverse .wcu-flex-box-text-part{max-width:100%;margin:15px 0px 0px;text-align:center;}
.ea-header a{padding:15px 35px 15px 20px !important;}
.cta-bg{padding:25px !important;}
.cta-btn a{padding:13px 22px;font-size:15px !important;}
.inner-img-left{padding-right:0px;}	
.inner-img-right{padding-left:0px;}	
.page .entry-header:before, .blog_page_header:before{display:block !important;}	
}

@media only screen and (min-width : 320px) and (max-width :568px) {

}

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.topbar-sec, .header-btn, .primary-navigation{display:none;}
.fixed-header{top:0px;}	
.menu-bar{border-radius:0px;padding:0px;border:0px;}	
.header{background: #fff;border-bottom: 1px solid #017260;padding:5px 0px;}
.logo a img{width:110px;}
.banner-sec, .page .entry-header, .blog_page_header{margin-top:73px !important;}
.banner-sec:before{background:linear-gradient(-92deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 25%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.55) 75%, rgba(255, 255, 255, 0) 100%);}	
.banner-img{height:450px;object-fit:cover;}	
.about-img-box ul{flex-direction:column;align-items:flex-start;width:100%;}
.about-img-box ul li{width:100%;}	
.about-img-box ul li:not(:last-child)::before{bottom:-12px;left:0px;top:inherit;width:100%;height:1px;background:#ffffff40;}
.about-img-box ul li:last-child{justify-content:flex-start;}
.about-img-box{bottom:-60px;}	
.service-sec .col-lg-3:nth-child(odd), .service-sec .col-lg-3:nth-child(even){margin:24px 0px 0px;}
.service-box{height:100%;}
.upper-arrow{bottom:80px !important;}
.footer-fixed-buttons{display:block;}
.copyright-sec{padding-bottom:60px;}
.page .entry-header, .blog_page_header{padding:120px 0 70px !important;}	
}

@media only screen and (min-width : 300px) and (max-width : 1024px) {
.banner-sub-heading, .sub-heading{font-size:15px;margin-bottom:15px;}	
.banner-heading{font-size:30px;margin-bottom:15px;}
.banner-para{margin-bottom:15px;}
.wrap-box-heading{font-size:15px;}
.wrapper{margin-top:60px;}
.main-heading{font-size:30px;padding-bottom:12px;}
.about-sec:before{width:100px;}	
.about-para, .support-para{font-size:15px;line-height:27px;}	
.about-img-box ul li{font-size:15px;padding:0px;}
.support-list{margin:20px 0px;}	
.service-sec{padding-bottom:120px;}		
.wcu-sec{padding:60px 0px 130px;}
.wcu-flex-icon{width:75px;height:75px;padding:20px;}
.cta-bg{padding:35px;}	
.testimonial-sec{padding:60px 0px;}
.footer-sec{padding:60px 0 40px !important;}
.page .entry-title, .blog_page_title{font-size:27px !important;}
.inner-box-heading{font-size:15px;}	
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {

}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}


/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width:1199px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
.menu ul li{margin-right:15px;font-size:14px;}
.header-btn a{padding:13px 20px;}
.top-right ul li{padding-right:25px;}
.about-img-box ul{flex-direction:column;align-items:flex-start;width:100%;}
.about-img-box ul li{width:100%;}	
.about-img-box ul li:not(:last-child)::before{bottom:-12px;left:0px;top:inherit;width:100%;height:1px;background:#ffffff40;}
.about-img-box ul li:last-child{justify-content:flex-start;}
.about-img-box{bottom:-60px;}
.service-sec .col-lg-3:nth-child(odd){margin:60px 0px 40px;}	
}


/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width:1199px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.menu ul li{margin-right:15px;font-size:14px;}
.header-btn a{padding:13px 20px;}
.top-right ul li{padding-right:25px;}
.about-img-box ul{flex-direction:column;align-items:flex-start;width:100%;}
.about-img-box ul li{width:100%;}	
.about-img-box ul li:not(:last-child)::before{bottom:-12px;left:0px;top:inherit;width:100%;height:1px;background:#ffffff40;}
.about-img-box ul li:last-child{justify-content:flex-start;}
.about-img-box{bottom:-60px;}	
.service-sec .col-lg-3:nth-child(odd){margin:60px 0px 40px;}	
}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {
	
}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

}
