* {
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-left: 0px;
list-style: none;
margin:0px;
}

@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;
}

.wrapper{
margin-top:100px;
}

/* btns */

.read-more-btn, .more-link{
padding:14px 30px;
border-radius: 10px;
background: linear-gradient(89deg, #81dd75 0%, #8bd9ff 100%);
font-size: 14px;
text-transform: uppercase;
color: #000000;
font-weight: 700;
display:inline-block;
margin-top:30px;
transition:0.5s ease-in-out all 0s;
}

.read-more-btn:hover, .more-link:hover{
transition:0.5s ease-in-out all 0s; 
background: linear-gradient(89deg, #8bd9ff 0%, #81dd75 100%);
}

.read-more-btn2{
background: #81de76;  
}

.read-more-btn2:hover{
background: #8bd9fb;
}

.read-more-btn3{
background: #8bd9fb;  
}

.read-more-btn3:hover{
background: #0b1c58;
color:#fff;
}

/* header */

.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;
padding:30px 0px;
}

.error404 .header{
background:#0a1b58;	
padding:15px 0px;	
}

.fixed-header {    
top: 0px;
animation: smoothScroll 1s;
z-index: 999;
transition: all 0.5s ease 0s;
box-shadow:0 0.08rem 1rem rgba(0, 0, 0, 0.15);
padding:15px 0px;
background:#0a1b58;
}

.menu-part ul li{
font-size: 15px;
text-transform: uppercase;
font-weight: 400;
float:left;  
margin-right:45px; 
}

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

.menu-part ul li a{
color: #ffffff;
transition:0.3s ease-in-out all 0s;
padding:18px 0px;
}

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

.header .read-more-btn{
margin-top:0px;
}

/* banner-sec */

.banner-sec{
background:#0b1c58;  
padding:180px 0px 120px 0px;
position: relative;
z-index:1;	
}

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

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

.banner-sec img{
position:absolute;
left:0px;
bottom:-33px;
}

.banner-large-heading{
font-size: 56px;
line-height: 77px;
text-transform: uppercase;
color: #ffffff;
font-weight: 700;
position: relative; 
max-width:460px; 
}

.banner-large-heading:before{
position:absolute;  
content:"";
background:url(../images/banner-text-icon.png) no-repeat 0 0;
width:83px;
height:67px;
top: 5px;
right: 40px;
background-size:contain;	
}

.banner-large-heading span{
color:#81de76;  
}

.banner-para{
font-size: 16px;
line-height: 30px;
color: #ffffff;  
}

/* about-us-sec */

.about-left{
position: relative;
padding:0px 70px 0px 28px; 
z-index:1;
}

.about-left:before{
position:absolute;
content:"";
background:#8bd9fb;
width: 80%;
height: 86%;
border-radius:20px;
z-index:-1;
left: 7px;
top: 36px;
}

.about-left img{
border-radius:20px;
}

.exp-box{
background: linear-gradient(89deg, #81dd75 0%, #8bd9ff 100%);
border-radius:30px 0px 0px 30px;
padding:15px 25px 20px;
max-width: 188px;
position:absolute;
top:55px;
right:30px;
text-align:center;
font-size:18px;
text-transform: uppercase;
color: #010101;
font-weight: 700;
}

.exp-box:before{
position:absolute;
content:"";
width: 43px;
height: 36px;
background: #52a6ce;
clip-path: polygon(0 0, 0% 100%, 100% 100%);
top: -36px;
right: 0;
z-index: -1;
}

.exp-box span{
font-size:50px;
display:block; 
line-height:60px; 
}

.small-heading{
font-size: 26px;
color: #81de76;
font-weight: 700;
padding-bottom:7px;  
}

.large-heading{
font-size: 38px;
line-height: 49px;
color: #223645;
font-weight: 700;  
}

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

.about-icon-box{
text-align:center;
margin-right:65px;
}

.icon-box-heading{
font-size: 36px;
color: #0b1c58;
font-weight: 700;  
}

.icon-para{
font-size: 16px;
color: #2b2b2b;
font-weight: 400; 
}

/* service-sec */

.service-sec{
background: #edffeb;
padding:80px 0px;
position: relative;
z-index:1;
}

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

.service-sec .large-heading{
padding-bottom:40px;
}

.owl-carousel .owl-item img {
display: block;
width: inherit !important;
margin: auto;
}

.service-box{
background:#fff;  
padding:12px 15px 50px; 
border-radius: 10px;
text-align:center;
box-shadow:0px 0px 9px 0px #00000008;
margin:5px;
position: relative;
z-index:1;
}

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

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

.service-box-heading{
font-size: 20px;
color: #223645;
font-weight: 700;
padding:10px 0px 12px;
}

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

.service-text{
font-size: 16px;
text-decoration: underline;
text-transform: uppercase;
color: #0b1c58;
font-weight: 700;
text-underline-offset: 5px;
transition:0.3s ease-in-out all 0s;
}

.service-text:hover{
transition:0.3s ease-in-out all 0s;
color:#81dd75; 
}

.service-sec .owl-nav {
position: absolute;
top: 50%;
left: -40px;
right: -40px;
transform: translate(0, -50%);
margin-top: 0;
z-index:-1;
}

.service-sec .owl-prev {
background: url(../images/prev-icon.png) no-repeat center !important;
width:16px;
height:28px;
font-size:0px !important;
float: left;
transition:0.3s ease-in-out all 0s;
}
.service-sec .owl-next {
background: url(../images/next-icon.png) no-repeat center !important;
width:16px;
height:28px;
font-size:0px !important;
float: right;
transition:0.3s ease-in-out all 0s;
}


/* wcu-sec */

.wcu-sec .large-heading{
padding-left:35px;
}

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

.wcu-body{
display:flex;
align-items:center;
margin-left:-13%;
margin-top:40px;
}

.wcu-icon-box{
width: 101px;
height: 101px;
border-radius: 50px;
background-color: #8bd9fb;
border: 8px solid #ffffff; 
display:flex;
align-items:center;
justify-content:center;
}

.wcu-text-part{
width:80%;
margin-left:10px;
}

.wcu-icon-box-heading{
font-size: 20px;
color: #223645;
font-weight: 700; 
padding-bottom:3px; 
}

.wcu-icon-box-para{
font-size: 14px;
line-height: 24px;
color: #223645;
font-weight: 400; 
}

/* testimonial-sec */

.testimonial-sec{
background:#e8f8ff;
padding:50px 0px 180px;
position: relative;  
z-index:1;
}

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

.testimonial-sec:after{
background:url(../images/quote.png) no-repeat 0 0;
position:absolute;
content:"";
width:92px;
height:86px; 
left:50%;
top:37%;
transform:translate(-50%, -50%);
z-index:-1;   
}

.sp-testimonial-free{
margin-top:100px !important;    
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p{
font-size: 18px !important;
line-height: 30px !important;
color: #223645 !important;
font-weight: 400 !important;
max-width: 772px;
margin:0px auto 30px !important;  
}

.sp-testimonial-client-name{
font-size: 20px !important;
color: #223645 !important;
font-weight: 700 !important;    
}

.testimonial-img-list ul li:nth-child(1){
position:absolute; 
top:58px;
left:5%; 
animation: mover1 1s infinite  alternate;
}

@keyframes mover1 {
0% { transform: translateY(0); }
100% { transform: translateY(-10px); }
}

.testimonial-img-list ul li:nth-child(2){
position:absolute; 
top:220px;
left:15%;
animation: mover2 1s infinite  alternate;   
}

@keyframes mover2 {
0% { transform: translateY(0); }
100% { transform: translateY(10px); }
}

.testimonial-img-list ul li:nth-child(3){
position:absolute; 
bottom:-22px;
left:8%; 
animation: mover1 1s infinite  alternate;   
}


.testimonial-img-list ul li:nth-child(4){
position:absolute; 
top:-46px;
right:7%;
animation: mover1 1s infinite  alternate;   
}

.testimonial-img-list ul li:nth-child(5){
position:absolute; 
top:120px;
right:14%;
animation: mover1 1s infinite  alternate;   
}

.testimonial-img-list ul li:nth-child(6){
position:absolute; 
bottom:216px;
right:5%;   
animation: mover2 1s infinite  alternate;
}

.testimonial-img-list ul li:nth-child(7){
position:absolute; 
bottom:65px;
right:14%; 
animation: mover1 1s infinite  alternate;   
}


/* contact-sec */

.contact-sec .small-heading{
margin-top:80px;  
}

.contact-sec .large-heading{
padding-bottom:40px;
}

.image-top-gap{margin-top:80px;}

.contact-sec img{
border-radius:20px;  
}

.home-contact .wpcf7-text, .home-contact .wpcf7-select, .home-contact .wpcf7-textarea{
border: 1px solid #949494;
border-radius:10px;  
padding:15px 30px;
width:100%; 
color: #131313;
outline:0px;
}

.home-contact .wpcf7-textarea{
height: 142px;
resize:none;   
}

.home-contact ::placeholder{
color: #131313;    
}

.wpcf7-submit{
padding:14px 40px !important;
border-radius: 10px !important;
background: linear-gradient(89deg, #81dd75 0%, #8bd9ff 100%) !important;
font-size: 14px !important;
text-transform: uppercase !important;
color: #000000 !important;
font-weight: 700 !important;
display:inline-block !important;
margin-top:10px !important;
transition:0.5s ease-in-out all 0s !important;
}

.wpcf7-submit:hover, .wpcf7-submit:active, .wpcf7-submit:focus{
transition:0.5s ease-in-out all 0s !important;   
background: linear-gradient(89deg, #8bd9ff 0%, #81dd75 100%) !important; 
}

/* cta-sec */

.cta-sec{
margin-top:110px;
}

.cta-bg{
border-radius: 50px;
background: linear-gradient(89deg, #81dd75 0%, #8bd9ff 100%); 
padding:60px 65px;
position: relative;
z-index:1; 
}

.cta-bg:before{
position:absolute;
content:"";
background:url(../images/cta-img.png) no-repeat 0 0;
width:330px;
height:374px;
background-size:contain;
right: 90px;
top: -55px;
z-index:-1;
}

.cta-heading{
font-size: 48px;
color: #000000;
font-weight: 700;
line-height:60px;  
}

.cta-text{
font-size: 28px;
text-transform: uppercase;
color: #000000;
font-weight: 700;
vertical-align:middle;
padding-left:80px;
position: relative;
transition:0.3s ease-in-out all 0s;
}

.cta-text:hover{
transition:0.3s ease-in-out all 0s;
color:#fff;
}

.cta-text:before{
position:absolute;
content:"";
background:url(../images/call-icon.png) no-repeat 0 0;
width:33px;
height:33px;
background-size:contain;
left:32px;
top:4px;
transition:0.3s ease-in-out all 0s;
}

.cta-text:hover:before{
filter:brightness(0) invert(1); 
}

/* footer-sec */

.footer-sec{
background:#0b1b57;
padding:50px 0px 0px;
margin-top:60px; 
}

.page-id-10 .footer-sec{
padding:200px 0px 0px; 
margin-top:-110px;   
}

.footer-text{
font-size: 14px;
line-height: 26px;
color: #ffffff;
font-weight: 400; 
padding:25px 0px 30px; 
}

.footer-heading{
font-size: 20px;
text-transform: uppercase;
color: #ffffff;
font-weight: 700;
padding-bottom:5px;  
}

.footer-list ul li{
font-size: 14px;
line-height: 36px;
color: #ffffff;
font-weight: 400;  
}

.footer-list ul li a{
color:#fff;
transition:0.3s ease-in-out all 0s;
}

.footer-list ul li a:hover{
transition:0.3s ease-in-out all 0s;
color: #81de76; 
}

.contact-info ul li{
margin-bottom:10px; 
padding-left:38px;
position: relative;
}

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

.social-icons ul li span{
position:static !important;
}

.contact-info ul li span, .social-icons ul li span{
position:absolute;
left:0px;
top:5px;
background: linear-gradient(89deg, #81dd75 0%, #8bd9ff 100%);
width:28px;
height:28px;
border-radius:50px;
display:flex;
align-items:center;
justify-content:center;
}

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

.copy-right-text{
text-align:center;
color:#fff;
font-size:14px;
padding:16px 15px;
margin-top:55px;
border-top:1px solid #fff;
}

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

.copy-right-text a:hover{
transition:0.3s ease-in-out all 0s;
color: #81de76; 
}

/* scroll to top */

#top {
background: linear-gradient(89deg, #81dd75 0%, #8bd9ff 100%);
border-radius:50px;
padding:5px;
color: #ffffff;
height: 50px;
width: 50px;
position: fixed;
right: 20px;
bottom: 40px;
text-align: center;
text-transform: uppercase;
opacity: 0;
z-index: 10000;
font-size: 0;
border: 0;
transition: all 0.2s ease-in-out 0s;
cursor: pointer;
outline: none;
padding:12px;

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

.site-content, .site-main .widecolumn {
margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
background:#0a1b58 !important;
background-size: cover !important;
max-width: 100% !important;
padding: 240px 0 80px !important;
margin: 0 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 {
position:absolute;
content:"";
background:url(../images/banner-top-shape.png) no-repeat 0 0;
width:100%; 
height:100%; 
background-size:100%;
top:0px;
left:0px;
z-index:-1;
background-position:left top;
}

.page .entry-header:after, .blog_page_header:after {
position:absolute;
content:"";
background:url(../images/banner-bottom-shape.png) no-repeat 0 0;
width:100%; 
height:100%; 
background-size:100%;
bottom:-2px;
left:0px;
z-index:-2;
background-position:left 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: #fff;
position: relative;
font-size: 32px;
font-weight: 600;
text-transform: none;
z-index: 99;
margin-bottom: 3px;
}
.breadcrumb-container {
width: 100%;
color: #fff;
position: relative;
font-size: 15px;
}
.breadcrumb-container a {
color: #81dd75;
}
.page {
margin-top: 0 !important;
}
/* inner-sec */

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

.inner-heading{
color: #223645;
font-size:28px;
line-height:1.3;  
font-weight: 700;
padding-bottom:20px; 
position: relative;
}

.inner-heading:before{
position:absolute;
content:"";
width:40px;
height:3px;
background:#81de76;
left:0px;  
bottom:10px;
border-radius:4px;
}

.centered:before{
left:50%;
transform: translateX(-50%);
}

.inner-heading span{
background:#81de76;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.inner-sub-heading{
font-size:16px; 
font-weight:600; 
color:#0a1b58;
padding-bottom:5px;
}

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

.inner-para:last-child{
padding-bottom:0px;
}

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

.inner-list ul{
padding-bottom:10px;
}

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

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

.call-bg{
background:linear-gradient(89deg, #81dd75 0%, #8bd9ff 100%);
padding:35px;
border-radius:5px;
}

.call-heading{
color: #223645;
font-size: 28px;
line-height: 1.3;
font-weight: 700;
padding-bottom: 20px; 
position: relative;  
}

.call-heading:before{
position:absolute;
content:"";
width:40px;
height:3px;
background:#223645; 
left:50%;  
bottom:10px;
border-radius:4px; 
transform: translateX(-50%);  
}

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

/* review */

.review-box{
background:#8bd9fb;
height:100%;
padding:30px;
border-radius:10px;	
}

.review-para{
font-size: 16px;
line-height: 30px;
color:#223645;
font-weight: 400;
padding-bottom:5px;	
}

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

/* contact-us */

.ref_form_box{
filter: drop-shadow(0px 6px 8px rgba(0, 0, 0, 0.09));
padding: 35px;
border-radius:10px;
background:#fff; 
margin-bottom:30px;
}

.ref_form_box .inner-heading p{
margin-bottom:0px !important;
}

.ref_form_box_label{
margin-top:12px;
color:#223645;
}

.ref_form_box p{
margin-bottom:4px !important; 
}

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

.ref_form_box_input input, .ref_form_box_input .wpcf7-select {
border-radius: 3px;
background: #f8f8f8;
border: 1px solid #e1e1e1;
font-size: 15px;
color: #181818;
font-weight: 400;
padding:12px 15px;
width:100%;	
outline:none;	
}

.ref_form_box_input textarea {
border-radius: 3px;
height:144px;
background: #f8f8f8;
border: 1px solid #e1e1e1;
font-size: 15px;
color: #181818;
font-weight: 400;
padding:12px 15px;
}


::placeholder{color:#181818 !important;}

.contact_page_info {
position: relative;
padding-left: 47px;
color:#181818;
margin-top: 25px;
font-weight:400;
}

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

.contact_page_info strong{
color:#223645;
}

.contact_page_info a{
color:#223645;
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:#81de76; 
}

span.wpcf7-list-item {
margin: 0 !important;
display: block;
}
.wpcf7-list-item label {
display: block;
position: relative;
margin-top: 8px;
color:#223645;
cursor: pointer;
font-size: 16px;
-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:linear-gradient(89deg, #81dd75 0%, #8bd9ff 100%);
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 #000;
border-width: 0 1px 1px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

/* error message */

.error_container {
display: flex;
min-height: 100vh;
align-items: center;
text-align: center;
margin-top:100px;
}

/* blog */

.more-link{
display:block;
margin-top:20px;
width:fit-content;
font-size:16px;
padding:12px 30px;	
}

.entry-title a{
font-weight:500;
color:#223645;	
}

.wp-block-heading {
  border-top: 3px solid #8bd9ff;
  color:#223645;
  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:#626262 !important;
transition:0.3s ease-in-out all 0s;	
}

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

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

/* footer-fixed */

.footer-fixed-buttons {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
z-index: 99;
}

.footer-btn1 {
background:#81dd75;
color: #000 !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:#8bd9ff;
color: #000 !important;
width: 50%;
float: left;
padding: 10px 0;
}

/* responsive */

@media only screen and (max-width : 767px) {
.banner-sec img{position:static;margin-bottom:-20px;}
.banner-sec{padding:120px 0px 0px;overflow:hidden;}
.banner-large-heading:before{right:15px;}
.banner-btns .read-more-btn{padding:14px 24px;}
.about-left{padding:0px 40px 0px 20px;}	
.exp-box{right:10px;}
.owl-nav{display:none;}	
.wcu-sec .large-heading{padding-left:0px;}
.wcu-body{margin-left:0px !important;}	
.image-top-gap{margin-top:0px;}	
.testimonial-sec:after{top:28%;}
.cta-bg:before{display:none;}
.cta-bg{padding:30px !important;}
.cta-text{display:none;}
}


@media only screen and (min-width : 300px) and (max-width : 1023px) {
.primary-navigation, .header .read-more-btn, .testimonial-img-list{display:none;}
.testimonial-sec{padding:50px 0px;}	
.sp-testimonial-free{margin-top:80px !important;}
.wcu-body{margin-top: 24px;margin-left:-22%;}	
.upper-arrow{bottom:80px !important;}
.copy-right-text{margin-top:40px;padding-bottom:60px;}	
}

@media only screen and (min-width : 300px) and (max-width : 1024px) {
.header, .fixed-header{padding:10px 0px;}	
.banner-large-heading{font-size:30px;line-height:1.3;}	
.banner-large-heading:before{width:40px;}	
.wrapper, .cta-sec{margin-top:50px;}	
.small-heading{font-size:20px;}	
.large-heading{font-size:30px;line-height:1.3;}	
.about-para{padding:14px 0px;}
.exp-box{padding:13px 21px 15px;max-width:150px;font-size:16px;}
.exp-box span{font-size:40px;line-height:50px;}	
.icon-box-heading{font-size:30px;padding-top:5px;}
.service-sec{padding:50px 0px;}	
.wcu-text-part{width:66%;}
.contact-sec .large-heading, .service-sec .large-heading{padding-bottom:30px;}	
.cta-bg{padding:40px;}
.cta-heading{font-size:27px;line-height:1.3;}	
.cta-text{font-size:20px;padding-left:50px;}	
.cta-text:before{width:25px;left:15px;}	
.page-id-10 .footer-sec{padding:160px 0px 0px;}
.inner-sec, .footer-sec{margin-top:50px;}
.call-bg, .ref_form_box{padding:30px;}	
.page .entry-header, .blog_page_header{padding:150px 0 60px !important;}	
.page .entry-title, .blog_page_title{font-size:26px;}	
}

@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) {
.banner-sec{padding:120px 0px 80px 0px;overflow:hidden;}	
.banner-sec img{width:52%;bottom:-26px;}
.service-sec .owl-nav{left:-25px;right:-25px;}
.wcu-sec .row{align-items:center;}	
.cta-bg:before{width:258px;right:40px;top:-63px;}		
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.banner-sec{padding:120px 0px 80px 0px;overflow:hidden;}	
.banner-sec img{width:52%;bottom:-26px;}
.service-sec .owl-nav{left:-25px;right:-25px;}	
.wcu-sec .row{align-items:center;}
.cta-bg:before{width:258px;right:40px;top:-63px;}		
}

/* 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) {

}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.cta-bg:before{top:-28px;}	
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	.cta-bg:before{top:-28px;}	
}

/* 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-part ul li{margin-right:35px;}	
.banner-large-heading{font-size:47px;}
.banner-sec img{width: 52%;bottom: -26px;}	
.cta-heading{font-size: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-part ul li{margin-right:35px;}
.banner-large-heading{font-size:47px;}
.banner-sec img{width: 52%;bottom: -26px;}		
.cta-heading{font-size: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) {

}

