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


body {
font-family: 'Outfit';
}

a {
text-decoration: none !important;
font-family: "Outfit";
}

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

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

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

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

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

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

@font-face {
font-family: 'FONTSPRING DEMO - The Seasons';
src: url('../fonts/FONTSPRINGDEMO-TheSeasonsBold.eot');
src: url('../fonts/FONTSPRINGDEMO-TheSeasonsBold.eot?#iefix') format('embedded-opentype'),
url('../fonts/FONTSPRINGDEMO-TheSeasonsBold.woff2') format('woff2'),
url('../fonts/FONTSPRINGDEMO-TheSeasonsBold.woff') format('woff'),
url('../fonts/FONTSPRINGDEMO-TheSeasonsBold.ttf') format('truetype'),
url('../fonts/FONTSPRINGDEMO-TheSeasonsBold.svg#FONTSPRINGDEMO-TheSeasonsBold') format('svg');
font-weight: bold;
font-style: normal;
font-display: swap;
}

.wrapper{
margin-top:70px;
}

/* btn */

.btn1, .contact-btn .wpcf7-submit{
background: #2a5174;
padding:10px 35px;
font-size: 18px;
color: #effbfa;
font-weight: 400;
display:inline-block;
border-radius:50px;
transition:0.5s ease-in-out all 0s;
}

.btn1:hover, .contact-btn .wpcf7-submit:hover, .contact-btn .wpcf7-submit:active, .contact-btn .wpcf7-submit:focus{
transition:0.5s ease-in-out all 0s;
box-shadow:inset 0 80px #00535c;  
}

.btn2, .more-link{
background: #66d7cb;
padding:10px 35px;
font-size: 18px;
color: #232323;
font-weight: 400;
display:inline-block;
border-radius:50px;
transition:0.5s ease-in-out all 0s;
}

.btn2:hover, .more-link:hover{
transition:0.5s ease-in-out all 0s;
box-shadow:inset 0 80px #2a5174;
color:#fff;  
}

.btn3{
background: #66d7cb;  
font-size: 17px;
color: #282828;
font-weight: 600;
padding:13px 20px;
display:inline-block; 
transition:0.5s ease-in-out all 0s; 
}

.btn3:hover{
transition:0.5s ease-in-out all 0s;
box-shadow:inset 0 80px #fff;
color:#000;    
}

.banner-btn1{
border-radius:50px;
background: linear-gradient(178deg, #64d6bb 0%, #44c2b2 100%);
border: 2px solid rgba(100,155,137,0.6); 
padding:10px 34px;
font-size: 17px;
color: #2a2a2a;
font-weight: bold;
font-family: 'FONTSPRING DEMO - The Seasons';
transition:0.5s ease-in-out all 0s;
display:inline-block;   
}

.banner-btn1:hover{
box-shadow:inset 0 80px #fff;   
transition:0.5s ease-in-out all 0s;  
}

.banner-btn2{
border-radius:50px;
background:#fff;
border: 2px solid rgba(100,155,137,0.6); 
padding:10px 28px;
font-size: 17px;
color: #2a2a2a;
font-weight: bold;
font-family: 'FONTSPRING DEMO - The Seasons';
transition:0.5s ease-in-out all 0s;
margin-left:10px;
display:inline-block;   
}

.banner-btn2:hover{
box-shadow:inset 0 80px #00535c;   
transition:0.5s ease-in-out all 0s; 
color:#fff; 
}

/* header-sec */

.header{
position: fixed;
top:24px;
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:0px;
animation: smoothScroll 1s;
z-index: 999;
transition: all 0.5s ease 0s;
box-shadow:0 0 6px #00000054;
background:#2a5174; 
}

.menu-bg{
background: #2a5174;
border-radius:10px;
padding:12px 20px;
}

.menu ul{
margin:0 auto;    
}

.menu ul li{
font-size: 17px;
font-family: 'FONTSPRING DEMO - The Seasons';
margin-right:40px;
float:left;
}

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

.menu ul li a{
color: #ffffff;
font-family: 'FONTSPRING DEMO - The Seasons';
transition:0.5s ease-in-out all 0s;
padding:15px 0px;
display:block;
}

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

/* banner-sec */

.banner-sec{
padding:210px 0px 134px;
position: relative;
z-index:1;    
}

.banner-sec:before{
position:absolute;
content:"";
background:url(../images/banner-texture.png) no-repeat 0 0;
top:0px;
left:0px;
width:244px;
height:304px;
background-size:contain;    
}

.banner-sec:after{
position:absolute;
content:"";
background:#00535c;
width:100%;
height:3px;
bottom:-1px;
left:0px;    
}

.banner-img{
position:absolute; 
right:0px;
top:128px;
z-index:-1;   
}

.banner-text-part{
max-width:600px;    
}

.banner-heading{
font-size: 54px;
line-height: 68px;
color: #2a5174;
font-weight: bold;
font-family: 'FONTSPRING DEMO - The Seasons';
padding-bottom:15px;
}

.banner-para{
font-size: 23px;
line-height: 32px;
color: #313131;
font-weight: 600;
padding:10px 0px 15px;
}

.banner-small-para{
font-size: 17px;
line-height:28px;
color: #373737;
font-weight: 400;
padding-bottom:30px;	
}

/* .logo-sec */

.logo-sec{
margin-top:50px;   
}

.logo-heading{
font-size: 26px;
color: #2a5174;
font-weight: 600;
font-family: "Outfit";
text-align:center;
text-decoration:underline;
text-decoration-thickness:4px;
text-underline-offset:15px;
margin-bottom:40px;
}

.logo-list ul li{
display:inline-block;
margin:20px 30px 0px 0px;
width:17%;
text-align:center;
}

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

/* quote-sec */

.quote-sec{
background: #effbfa;
padding:70px 0px 110px;
position: relative;
}

.main-heading{
font-size: 44px;
color: #2a5174;
font-weight: bold;
font-family: 'FONTSPRING DEMO - The Seasons';
line-height:1.3;
}

.tag-para{
font-size: 25px;
color: #373737;
font-weight: 600;
padding:10px 0px 15px;
}

.home-para{
font-size: 17px;
line-height: 30px;
color: #373737;
font-weight: 400;
}

.quote-img{
position:absolute;
right:0px;
bottom:200px;
width:650px;	
}

.quote-form .main-heading{
padding-bottom:30px;    
}

.quote-form p{
margin-bottom:15px;    
}

.quote-form .wpcf7-text, .quote-form .wpcf7-date, .quote-form .wpcf7-textarea{
width:100% !important;
border-radius: 8px !important;
filter: drop-shadow(0px 3px 2.5px rgba(0,0,0,0.26)) !important;
background:#fff; 
padding:18px 20px 18px 45px;
border:0px;
outline:0px; 
font-size: 16px;
color: #494949;
font-weight: 400; 
}

.quote-form .wpcf7-textarea{
height:120px;
}

.quote-form .contact-btn{
position: relative;
margin-top:10px;    
}

.quote-form .contact-btn span{
position:absolute; 
top:10px;
right:20px;
font-size: 17px;
color: #494949;
font-weight:500;
}

.quote-form .contact-btn span a{
color:#078678;
text-decoration:underline !important; 
text-underline-offset:3px !important;  
}

.quote-form input::placeholder, .quote-form textarea::placeholder{
color: #494949 !important;    
}

.quote-form input[name="your-name"], .quote-form input[name="your-email"], .quote-form input[name="phone"], .quote-form input[name="occupation"], .quote-form input[name="dob"], .quote-form input[name="height"], .quote-form input[name="weight"], .quote-form textarea[name="message"]{
background-image:url(../images/form-name-icon.png) !important;
background-repeat:no-repeat !important; 
background-size:17px !important;
background-position:20px center !important; 
}

.quote-form input[name="your-email"]{
background-image:url(../images/form-email-icon.png) !important;    
}

.quote-form input[name="your-email"]{
background-image:url(../images/form-email-icon.png) !important;    
}

.quote-form input[name="phone"]{
background-image:url(../images/form-phone-icon.png) !important;    
}

.quote-form input[name="occupation"]{
background-image:url(../images/form-occupation-icon.png) !important;    
}

.quote-form input[name="dob"]{
background-image:url(../images/form-dob-icon.png) !important;    
}

.quote-form input[name="height"]{
background-image:url(../images/form-height-icon.png) !important;    
}

.quote-form input[name="weight"]{
background-image:url(../images/form-weight-icon.png) !important;    
}

.quote-form textarea[name="message"]{
background-image:url(../images/form-message-icon.png) !important; 
background-position:20px 24px !important;    
}

/* about-sec */

.about-sec{
padding:70px 0px 0px;   
}

.about-left{
position: relative;   
}

.about-box-text{
font-size: 18px;
line-height: 26px;
color: #ffffff;
font-weight: 600;
border-radius: 15px;
background-color: #00535c;
padding:10px;
text-align:center;
position:absolute;
left:0px;
bottom:-110px;
max-height:124px;
max-width:510px;
z-index:2;
}

.sub-heading{
font-size: 21px;
line-height: 33px;
color: #1e686f;
font-weight: 400;
background:url(../images/heading-icon.png) no-repeat 0 0;
background-size:contain;
padding-left:44px;
margin-bottom:12px;
display:inline-block;
}

.sub-heading.centered{
margin:0px auto 12px;
display:table;  
}

.about-para{
font-size: 16px;
line-height: 30px;
color: #393939;
font-weight: 400;
padding:15px 0px;
}

.about-icon-box-sec{
display:flex; 
align-items:center;
justify-content:space-between;
border-top:3px solid #c7cbc9;
padding:20px 0px;
margin-top:30px;  
}

.about-icon-box-body{
display:flex;
align-items:center;
}

.about-box-text-part{
margin-left:15px;
max-width:110px;
}

.about-box-large-text{
font-size: 28px;
color: #2a5174;
font-weight: 600;
}

.about-box-small-text{
font-size: 18px;
color: #2d2d2d;
font-weight: 500;
}

/* mission-sec */

.mission-sec{
background:url(../images/mision-bg.png) no-repeat 0 0;
padding:100px 0px 10px;  
position: relative;
z-index:1;
width:100%;
background-size:cover;
}

.home-list{
padding:20px 0px 10px;   
}

.home-list ul li{
font-size: 17px;
line-height: 27px;
color: #323232;
font-weight: 400;
margin-bottom:14px;
padding-left:30px;
position: relative;
}

.home-list ul li:before{
position:absolute;
content:"";  
background:url(../images/list-icon.png) no-repeat 0 0;
width:22px;
height:22px;
background-size:contain; 
left:0px;
top:4px;
}

/* what-we-do-sec */

.what-we-do-sec .main-heading{
padding:15px 10% 20px;   
}

.tag-bg{
background: #e0f7ee;
font-size: 30px;
color: #393939;
font-weight: bold;
font-family: 'FONTSPRING DEMO - The Seasons';
padding:4px 10px;
display:table;
margin:auto;
}

.what-we-do-box{
background:#fff;
padding:15px;
border-radius: 4px;
background-color: #ffffff;
height:100%; 
transition:0.4s ease-in-out all 0s;  
}

.what-we-do-box:hover{
filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.35));
transition:0.4s ease-in-out all 0s;
}

.what-we-do-img img{
margin:auto;
display:block;   
}

.what-we-do-heading{
font-size: 24px;
color: #2a5174;
font-weight: bold;
font-family: 'FONTSPRING DEMO - The Seasons';
line-height:1.3;
text-align:center;
padding:15px 0px 10px;
}

.what-we-do-para{
font-size: 16px;
line-height: 25px;
height:126px;
overflow:auto;
width:100%;
color: #343434;
font-weight: 400;
text-align:center;
padding-right:8px;
}

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

.what-we-do-para::-webkit-scrollbar
{
width:3px;
/* background-color: #F5F5F5; */
}

.what-we-do-para::-webkit-scrollbar-thumb
{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px #2a5174;
background-color: #2a5174;
}

.what-we-do-sec2{
background:#f9f9f9;
padding:50px 0px;
}

/* work-sec */

.work-sec{
background:#f2f7f8;
padding:50px 0px;
}

.work-body{
display:flex;
align-items:center; 
justify-content:space-between;
padding:25px 0px;
border-bottom:2px solid #ced2d3;  
}

.work-icon{
width:76px;
height:76px; 
outline: 5px solid #2a5174;
border-radius:50%;
font-family: 'FONTSPRING DEMO - The Seasons';
font-size: 38px;
color: #3e3e3e;
font-weight: bold; 
background:#d2f0ee;
display:flex;
align-items:center;
justify-content:center; 
}

.work-heading-text{
font-size: 24px;
color: #2a5174;
font-weight: bold;
font-family: 'FONTSPRING DEMO - The Seasons';
}

.work-para{
font-size: 16px;
line-height: 23px;
color: #3e3e3e;
font-weight: 400;
max-width:310px;
}

/* wcu-sec */

.wcu-icon-box{
display:flex;
align-items:center;
justify-content:space-between; 
background:#fff;
padding:10px; 
margin-top:15px;
transition:0.5s ease-in-out all 0s;  
}

.wcu-icon-box.active, .wcu-icon-box:hover{
filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.35));
transition:0.5s ease-in-out all 0s;
}

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

.wcu-icon2{
background:#66d7cb;    
}

.wcu-text-part{
max-width:78%;    
}

.wcu-box-heading{
font-size: 24px;
color: #2a5174;
font-weight: 600;
padding-bottom:3px;
}

.wcu-box-para{
font-size: 17px;
line-height: 28px;
color: #323232;
font-weight: 400;
}

/* cta-sec */

.cta-sec{
background:#effbf9;
padding:50px 0px;
position: relative;
z-index:0;   
}

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

.cta-sec .main-heading{
font-size:36px;   
}

.cta-para{
font-size: 17px;
line-height: 30px;
color: #3e3e3e;
font-weight: 400;
padding:25px 0px 30px;
}

/* service-sec */

.service-sec{
background:url(../images/service-texture.png) #2a5174 no-repeat 0 0; 
padding:70px 0px;   
background-size:cover;
width:100%;
background-position:top center;
}

.service-sec .sub-heading{
color: #66d8cc;
background: url(../images/heading-icon2.png) no-repeat 0 0;
background-size: contain;
}

.service-para{
font-size: 17px;
line-height: 28px;
color: #e9f4f9;
font-weight: 400;
text-align:center;
padding:10px 7% 0px;
}

.service-box{
background:url(../images/service-box-texture.png) #ffffff no-repeat 0 0;
padding:22px 0px 15px 20px;
display:flex;
align-items:center;
position: relative;
background-position:bottom left;
height:100%;
z-index:1;	
}

.service-box-heading{
font-size: 30px;
line-height: 28px;
color: #2a5174;
font-weight:500;
}

.service-box-para{
font-size: 17px;
line-height: 28px;
color: #4b4b4b;
font-weight: 400;
padding:20px 0px 40px 0px;
max-width:45%;
}

.read-more-btn{
font-size: 17px;
line-height: 28px;
color: #2a5174;
font-weight: 600;
transition:0.5s ease-in-out all 0s;
}

.read-more-btn:hover{
transition:0.5s ease-in-out all 0s;
color:#66d7cb;    
}

.service-box-img-part img{
position:absolute;
top:15px;
right:10px;    
}

.service-sec .btn2{
margin:auto;
display:table;    
}

.service-sec .btn2:hover{
box-shadow:inset 0 80px #fff;  
color:#000;  
}

/* who-we-help-sec */

.who-we-help-sec .service-para{
color: #171717;
padding:10px 15% 0px;
}

.help-wrap-box{
filter: drop-shadow(0px 2px 5px rgba(0,0,0,0.14));
background:url(../images/help-box-texture.png) #f1f3f3 no-repeat 0 0; 
padding:20px 30px;
display:flex;
align-items:center;
justify-content:space-between;
background-position:98% 90%;  
}

.help-box-icon{
width: 80px;
height: 80px;
border-radius:50%;
background-color: #174267; 
display:flex;
align-items:center;
justify-content:center;   
}

.help-box-text-part{
max-width:78%;   
}

.help-box-heading{
font-size: 22px;
color: #2e5476;
font-weight: 600;
padding-bottom:3px;    
}

.help-box-para{
font-size: 16px;
line-height: 26px;
color: #303030;
font-weight: 400;    
}

/* partner-sec */

.partner-sec .service-para{
color: #393939;
padding:10px 0px 30px;   
}

/* testimonial-sec */

.testimonial-sec{
background:#edf3f5;
padding:70px 0px 0px;
height:400px;
}

.testimonial-sec .service-para{
color: #393939;
padding:0px;
text-align:left;    
}

.testimonial-slider-sec{
margin-top:-140px;    
}

.sp-testimonial-free-wrapper{
overflow:inherit !important;   
}

.sp-testimonial-free{
filter: drop-shadow(0px 3px 2.5px rgba(0,0,0,0.26)) !important;
background-color: #ffffff !important;
padding:50px 22px 30px !important;
border-radius:20px 20px 20px 0px !important;
margin:10px 10px 45px 10px !important; 
position:relative !important;  
}

.sp-testimonial-free:before{
position:absolute;
content:"";
width:40px;
height:40px;
background:#fff;
clip-path: polygon(0 0, 0% 100%, 100% 0);
bottom:-40px;
left:0px; 
filter: drop-shadow(0px 3px 2.5px rgba(0,0,0,0.26)) !important;   
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p{
font-size: 17px !important;
line-height: 27px !important;
color: #393939 !important;
font-weight: 400 !important; 
padding:0px !important;
text-align:left !important; 
margin-bottom:10px !important;  
}

.swiper-slide-next .sp-testimonial-free{
background:url(../images/testimonial-bg.png) #fff no-repeat 0 0 !important;
background-position:bottom right !important;
}

.sp-testimonial-client-rating{
position:absolute;
top:27px;
left:22px;
}

.sp-testimonial-client-name{
font-size: 22px !important;
line-height: 27px !important;
color: #2a5174 !important;
font-weight: 700 !important;
text-align:left !important;
margin-bottom:0px !important;    
}

.sp-testimonial-client-designation{
font-size: 17px !important;
color: #3b3b3b !important;
font-weight: 400 !important;
text-align:left !important;     
}

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

.fa-angle-right:before{
position:absolute;
content:"";
background:url(../images/right-arrow.png) #fff no-repeat 0 0;
width:57px;
height:57px;
background-size:contain;
right:0px;
top:0%;
background-size:27px;
filter: drop-shadow(0px 3px 2.5px rgba(0,0,0,0.26));
border-radius:50%;
background-position:center;
}

.fa-angle-left:before{
position:absolute;
content:"";
background:url(../images/left-arrow.png) #fff no-repeat 0 0;
width:57px;
height:57px;
background-size:contain;
left:0px;
top:0%;
background-size:27px;
filter: drop-shadow(0px 3px 2.5px rgba(0,0,0,0.26));
border-radius:50%;
background-position:center;
}

.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev{
left:-30px !important;    
}

.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next{
right:-30px !important;    
}

/* faq */

.faq-sec .main-heading{
padding-bottom:30px;    
}

.ea-header a{
font-size: 20px !important;
line-height: 30px !important;
color: #2a2a2a !important;
font-weight: 600 !important;
padding-right:35px !important;
}

.ea-body p{
font-size: 16px !important;
line-height: 24px !important;
color: #2a2a2a !important;
font-weight: 400 !important;    
}

#sp-ea-31.sp-easy-accordion>.sp-ea-single{
filter: drop-shadow(0px 3px 2.5px rgba(0,0,0,0.26)) !important;
border:0px !important;
background:#f2fffd !important;
border-radius:10px !important;    
}

.ea-body{
background:#f2fffd !important;
border-radius:10px !important;      
}

.eap-icon-ea-expand-minus:before, .eap-icon-ea-expand-plus:before{
position:absolute;
right:10px;
top:20px; 
}

/* call-sec */

.call-bg{
background: #2a5174;
padding:15px 25px 13px;
position: relative;
z-index:1;  
display:flex;
align-items:center;
justify-content:space-between;  
}

.call-bg:before{
position:absolute;
content:""; 
background:url(../images/call-texture.png) no-repeat 0 0; 
width:100%;
height:100%;
background-size:cover;
mix-blend-mode:color-burn;
background-position:center;
top:0px;
left:0px;
z-index:-1;
}

.call-part{
display:flex;
align-items:center;    
}

.call-icon{
width:60px;
height:60px;
background-color: #ffffff; 
display:flex;
align-items:center;
justify-content:center;   
}

.call-text-part{
margin-left:18px;    
}

.call-text-para{
font-size: 16px;
color: #ffffff;
font-weight: 400;   
}

.call-text{
font-size: 24px;
color: #ffffff;
font-weight: 600;
transition:0.4s ease-in-out all 0s;    
}

.call-text:hover{
transition:0.4s ease-in-out all 0s; 
color: #66d7cb;    
}

.call-bg .main-heading{
font-size:40px; 
max-width:410px;   
}

/* footer-sec */

.footer-sec{
background:url(../images/footer-texture.png) no-repeat 0 0;
padding:60px 0px 25px;
background-size:cover;
width:100%;
background-position:center;
margin-top:60px;    
}

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

.footer-para{
font-size: 16px;
line-height: 28px;
color: #2a2a2a;
font-weight: 400;
padding-top:10px;    
}

.footer-heading{
font-size: 24px;
color: #2a5174;
font-weight: 600;
text-decoration:underline;
text-decoration-color:#03b7f0;
text-underline-offset:10px;
text-decoration-thickness:2px;
padding-bottom:15px;
}

.footer-menu ul li{
font-size: 16px;
line-height: 32px;
font-weight: 400;
padding-left:25px;
background:url(../images/footer-list-icon.png) no-repeat 0 0;
background-position: left 11px;   
}

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

.contact-info ul li{
font-size: 16px;
line-height:16px;
font-weight: 500; 
margin-bottom:25px;
padding-left:34px; 
position: relative; 
}

.contact-info ul li img{
position:absolute; 
left:0px;
top:0px;   
}

.contact-info ul li small{
display:block;
padding-bottom:3px;    
}

.contact-info ul li a{
color: #434343;
transition:0.5s ease-in-out all 0s; 
}

.footer-menu ul li a:hover, .contact-info ul li a:hover{
color: #2a5174;
transition:0.5s ease-in-out all 0s;    
}

/* coprright-sec */

.coprright-sec{
background:#2a5174; 
padding:10px 0px;   
}

.copyright-text{
font-size: 16px;
color: #ffffff;
font-weight: 400;    
}

.copyright-text a{
color: #ffffff;
transition:0.5s ease-in-out all 0s;    
}

.copyright-text a:hover{
color:#66d7cb;
transition:0.5s ease-in-out all 0s;     
}

.social-icons ul{
float:right;    
}

.social-icons ul li{
float:left;
margin-right:10px;    
}

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

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

.social-icons ul li a{
background:#fff;
width:38px;
height:38px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;    
}

/* scroll to top */

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

.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:#e5f2f7 !important;
background-size: cover !important;
max-width: 100% !important;
padding: 270px 0 110px !important;
margin: 0 0 0px !important;
position: relative !important;
overflow: hidden;
text-align: left;
border-bottom:3px solid #00535c;
}

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

.page .entry-header:before, .blog_page_header:before {
position:absolute;
content:"";
background:url(../images/banner-texture.png) no-repeat 0 0;
top:0px;
left:0px;
width:244px;
height:304px;
background-size:contain;
}

.page .entry-header:after, .blog_page_header:after {
position:absolute;
content:"";
background:url(../images/inner-banner.png) no-repeat 0 0;
top:60px;
left:0px;
width:100%;
height:100%;
background-size:contain; 
mix-blend-mode:multiply;
background-position:right bottom;
}

.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: #2a5174;
position: relative;
font-size: 32px;
font-weight: 600;
text-transform: none;
z-index: 99;
margin-bottom: 3px;
}
.breadcrumb-container {
width: 100%;
color: #2a5174;
position: relative;
font-size: 15px;
z-index:1;
}
.breadcrumb-container a {
color: #2a5174;
}
.page {
margin-top: 0 !important;
}

/* inner-sec */

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

.entry-content img{
width:fit-content;
}

.inner-sec .col-lg-5 img{
 width:100%;   
}

.inner-heading{
font-size:30px;
color: #2a5174;
font-weight: bold;
font-family: 'FONTSPRING DEMO - The Seasons';
line-height: 1.3; 
padding-bottom:10px;   
}

.inner-sub-heading{
color:#2a5174;
font-weight:600;
font-size:18px;
padding-bottom:4px;    
}

.inner-para{
font-size: 17px;
line-height: 30px;
color: #373737;
font-weight: 400;
}

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

.inner-list ul li{
font-size: 17px;
line-height:30px;
color: #373737;
font-weight: 400;
position: relative;
padding-left:25px;
margin-bottom:5px;
}

.inner-list ul li:before {
position: absolute;
content: "";
background: url(../images/list-icon.png) no-repeat 0 0;
width:18px;
height:18px;
background-size: contain;
left: 0px;
top:8px;
}

.inner-call-bg{
background: #2a5174;
padding:35px;
position: relative;
z-index:1;  
border-radius:10px; 
text-align:center;
}

.inner-call-bg:before{
position:absolute;
content:""; 
background:url(../images/call-texture.png) no-repeat 0 0; 
width:100%;
height:100%;
background-size:cover;
mix-blend-mode:color-burn;
background-position:center;
top:0px;
left:0px;
z-index:-1;
}

.call-heading{
font-size:30px;
color: #fff;
font-weight: bold;
font-family: 'FONTSPRING DEMO - The Seasons';
line-height: 1.3; 
padding-bottom:10px;     
}

.call-para{
font-size: 17px;
line-height: 30px;
color: #fff;
font-weight: 400;
}

.inner-sec .service-box{
border:1px solid #2a5174;    
filter:drop-shadow(0px 0px 2px rgba(0,0,0,0.20)) !important;    
}

.inner-sec .service-box p{
margin-bottom:0px;    
}

.ref_form_box{
background:linear-gradient(178deg, #64d6bb 0%, #44c2b2 100%);
padding:35px;
border-radius:15px; 
margin-bottom:30px;  
}

.ref_form_box .inner-heading{
padding-bottom:0px;	
}

.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:13px 20px;   
}

.ref_form_box .wpcf7-file{
padding:11px 20px;   
}

.ref_form_box_label, .ref_form_box_input label{
color:#2a2a2a;
padding-bottom:5px;    
}

.contact_btn .wpcf7-submit{
padding:12px 35px !important;
}

.ref_form_box_input input::placeholder, .ref_form_box_input textarea::placeholder, .ref_form_box_input select::placeholder{
color: #494949 !important;    
}

.ref_form_box_input input, .ref_form_box_input .wpcf7-select{
border-radius:5px !important;
filter: drop-shadow(0px 3px 2.5px rgba(0, 0, 0, 0.08)) !important;
background: #fff !important;
width: 100% !important;
outline: 0 !important;
padding: 13px 15px !important;
color: #494949 !important;
font-size: 15px !important;
border:1px solid #ccc !important;
border:2px solid rgba(100,155,137,0.6) !important;
}


.ref_form_box_input textarea {
border-radius:5px !important;
filter: drop-shadow(0px 3px 2.5px rgba(0, 0, 0, 0.08)) !important;
background: #fff !important;
width: 100% !important;
outline: 0 !important;
padding: 14px 15px !important;
color: #494949 !important;
font-size: 15px !important;
border:1px solid #ccc !important;
height:144px !important;
border:2px solid rgba(100,155,137,0.6) !important;
}

.ref_form_box_input::placeholder{
color:#171717;    
}

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

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

.contact_page_info strong{
color:#141414;
}

.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:#44c2b2;	
}

/* blog */

.more-link {
font-weight: 500;
display: block;
width: fit-content;
margin-top:20px;
}

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

.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:#373737 !important;
transition:0.3s ease-in-out all 0s;	
}

.entry-title a{
font-family: 'FONTSPRING DEMO - The Seasons';
}

.entry-meta a, .entry-title a{
transition:0.3s ease-in-out all 0s;
}

.content-sidebar .widget a:hover, .entry-meta a:hover, .entry-title a:hover {
color:#44c2b2 !important;
transition:0.3s ease-in-out all 0s;		
}

.site-content .entry-title{
font-weight:500;
}

.post .entry-summary, .post .entry-content{
font-size: 17px;
line-height: 30px;
color: #373737;
font-weight: 400;	
}

.error_container {
display: flex;
align-items: center;
text-align: center;
}

/* footer-fixed */

.footer-fixed-buttons {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
z-index: 99;
display:none;
}
.footer-btn1 {
background:#2a5174;
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:#66d7cb;
color: #282828 !important;
width: 50%;
float: left;
padding: 10px 0;
}

/* responsive */

@media only screen and (max-width : 767px) {
.banner-img{position:static;padding-bottom:24px;}
.logo-heading{text-underline-offset: inherit !important;}
.work-heading-text{font-size:20px;}
.quote-img{position:static;}	
.call-bg{flex-direction:column;gap:10px;}
.service-para{padding:10px 0px !important;}	
.service-box{padding:22px 20px 15px 20px;flex-direction:column;}
.service-box-img-part img{position:static;}	
.service-box-text-part{padding-bottom:15px;}	
.service-box-para{max-width:100%;}	
.copyright-text{text-align:center;padding-bottom:10px;}	
.social-icons ul{float:inherit;display:flex;justify-content:center;}
	.page .entry-header:after, .blog_page_header:after{background-size:80% !important;}	
}

@media only screen and (min-width : 320px) and (max-width :480px) {
.logo-list ul li{width:27%;margin:20px 15px 0px 0px;}
.work-para{max-width:55%;}
.wcu-text-part{max-width:70%;}	
}

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.header-btns, .primary-navigation{display:none !important;}
.header{top:0px;}	
.header .container-fluid{padding:0px;}	
.menu-bg{border-radius:0px;}	
.footer-fixed-buttons{display:block;}
.logo-list ul{text-align:center;}	
.coprright-sec{padding-bottom:55px;}
.upper-arrow{bottom:60px !important;}
.page .entry-header, .blog_page_header{padding:180px 0 100px !important;}
.rmp-menu-title-image{mix-blend-mode:multiply;}	
}

@media only screen and (min-width : 300px) and (max-width : 1024px) {
.logo a img{width:200px;}	
.banner-sec{padding:120px 0px 60px;}	
.banner-heading{font-size:30px;line-height:38px;}	
.banner-small-para{font-size:16px;line-height:24px;}
.logo-heading{font-size:22px;margin-bottom:25px;}	
.wrapper{margin-top:50px;}
.main-heading{font-size:30px;}
.work-icon{width:60px;height:60px;font-size:22px;}
.wcu-icon{width:70px;height:70px;padding:10px;}
.service-sec, .quote-sec{padding:60px 0px;}	
.service-box-heading{font-size:24px;}	
.service-box-para{padding:10px 0px;}
.partner-btns a{font-size:16px;padding:10px 24px;}
.call-text{font-size:20px;}	
.call-bg .main-heading{font-size:25px;}	
.btn1, .btn2, .btn3{font-size:15px;}
.inner-sec{margin-top:50px;}	
.inner-heading, .call-heading, .page .entry-title, .blog_page_title{font-size:27px !important;}	
.footer-sec{padding:50px 0px 25px;margin-top:50px;}	
}

@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) {
.logo-list ul li{width:23%;margin:20px 15px 0px 0px;}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.banner-img{width:400px !important;top:inherit;bottom:0px;}	
.logo-list ul li{width:15% !important;}
.work-para{max-width:50%;}
.wcu-text-part{max-width:72%;}	
.service-box-img-part img{width:46%;z-index:-1;}
.quote-img{width:370px !important;bottom:0px;}
.page .entry-header:after, .blog_page_header:after{background-size:60%;}	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.banner-img{width:400px !important;top:inherit;bottom:0px;}	
.logo-list ul li{width:15% !important;}
.work-para{max-width:50%;}
.wcu-text-part{max-width:72%;}
.service-box-img-part img{width:46%;z-index:-1;}
.quote-img{width:370px !important;bottom:0px;}	
.page .entry-header:after, .blog_page_header:after{background-size:60%;}	
}

/* 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) {
.banner-img{width:550px;top:inherit;bottom:0px;}	
.menu ul li{margin-right:12px;font-size:16px;}
.menu ul li:last-child{margin-right:10px;}	
.header-btns .banner-btn1{padding: 10px 20px;font-size: 15px;}	
.header-btns .banner-btn2{padding: 10px 20px;font-size: 15px;}
.menu-bg{padding:12px;}
.contact-info ul li a{word-wrap:break-word;}
.logo-list ul{text-align:center;}	
.logo-list ul li{width:18%;}
.work-icon{width:60px;height:60px;font-size:22px;}	
.work-para{max-width:60%;}
.wcu-text-part{max-width:72%;}
.quote-img{width:450px;bottom:0px;}	
}


/* 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) {
.banner-img{width:550px;top:inherit;bottom:0px;}	
.menu ul li{margin-right:12px;font-size:16px;}
.menu ul li:last-child{margin-right:10px;}		
.header-btns .banner-btn1{padding: 10px 20px;font-size: 15px;}	
.header-btns .banner-btn2{padding: 10px 20px;font-size: 15px;}
.menu-bg{padding:12px;}	
.contact-info ul li a{word-wrap:break-word;}
.logo-list ul{text-align:center;}	
.logo-list ul li{width:18%;}
.work-icon{width:60px;height:60px;font-size:22px;}
.work-para{max-width:60%;}	
.wcu-text-part{max-width:72%;}	
.quote-img{width:450px;bottom:0px;}	
}

@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) {

}


