* {
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 !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;
}

/* btn */

.btn1{
border-radius:50px;
background: #fe0000;
font-size: 16px;
text-transform: uppercase;
color: #ffffff;
font-weight: 700;
display:inline-block; 
padding:14px 35px; 
transition:0.5s ease-in-out all 0s;
}

.btn1:hover{
background: #4c872b; 
transition:0.5s ease-in-out all 0s; 
}

.btn2{
border-radius:50px;
background: #4c872b;
font-size: 16px;
text-transform: uppercase;
color: #ffffff;
font-weight: 700;
display:inline-block; 
padding:14px 35px; 
transition:0.5s ease-in-out all 0s;
}

.btn2:hover{
background: #fe0000; 
transition:0.5s ease-in-out all 0s; 
}

.btn3{
border-radius:50px;
background: #fe6603;
border:2px solid #fe6603;
font-size: 16px;
text-transform: uppercase;
color: #ffffff;
font-weight: 700;
display:inline-block; 
padding:12px 35px; 
transition:0.5s ease-in-out all 0s;
}

.btn3:hover{
border-color:#fff;  
background: inherit; 
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;
background:#fff;
}

.fixed-header {    
top:-42px;
animation: smoothScroll 1s;
z-index: 999;
transition: all 0.5s ease 0s;
filter:drop-shadow(0px 0px 4px rgba(0,0,0,0.20));
}


.topbar-sec{
padding:10px 0px;
background:#fff;; 
}

.topbar-sec ul{
padding:0px;
margin:0px; 
display:flex; 
}

.topbar-sec ul li{
font-size: 14px;
color: #000000;
font-weight: 400;
font-family: "Poppins";
margin-right:20px; 
}

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

.topbar-sec ul li img{
width:14px;
margin-right:6px;  
}

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

.topbar-sec ul li a:hover{
color: #fe6603;
transition:0.5s ease-in-out all 0s;   
}

.social-icons ul {
float:right;  
}

.social-icons ul li img{
width:16px;  
}

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

.menu-sec{
background:#fff;
padding:10px 0px;
border-top:1px solid #d6d6d6;  
}

.logo a img{
width:115px; 
transition:0.5s ease-in-out all 0s; 
}

.fixed-header .logo a img{
width:100px; 
transition:0.5s ease-in-out all 0s; 
}

.menu ul{
margin:0px;
padding:0px;  
}

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

.menu ul li a{
color: #000000;
transition:0.5s ease-in-out all 0s;
padding:10px 25px;
border-radius:20px;
display:inline-block;
}

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

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

.menu-btn .btn1{
padding:14px 28px;
}

/* banner-sec */

.banner-sec{
position: relative;
z-index:1;
overflow:hidden; 
border-radius:0px 0px 50px 50px; 
margin-top:148px;
}

.banner-sec img{
border-radius:0px 0px 50px 50px;
}

.banner-sec:before{
position:absolute;
content:"";
width:100%;
height:100%;
background: #0C094D;
background: linear-gradient(90deg, rgba(12, 9, 77, 0.87) 0%, rgba(12, 9, 77, 0.55) 25%, rgba(12, 9, 77, 0.27) 50%, rgba(12, 9, 77, 0) 75%, rgba(12, 9, 77, 0) 100%);
top:0px;
left:0px;  
}

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

.banner-part{
max-width:525px;
}

.banner-sub-heading{
background-color: #ffe0e0;
border: 1px solid #fe0000;
font-size: 16px;
letter-spacing:1px;
text-transform: uppercase;
color: #fe0000;
font-weight: 400;
padding:5px 30px;
border-radius:50px;
display:inline-block;
}

.banner-heading{
font-size: 48px;
color: #ffffff;
font-weight: 700;
line-height:1.3;
padding-top:15px;
}

.banner-para{
font-size: 16px;
line-height: 29px;
color: #ffffff;
font-weight: 400;
padding:20px 0px 25px;
}

.wrapper{
margin-top:100px;  
}

/* about-sec */

.about-img-grp{
padding-left:57px;  
position: relative;
}

.about-large-img{
position: relative;
}

.about-large-img:before{
position:absolute;
content:"";
background:#fe6603;
width:80%;
height:95%;
background-size:contain;
border-radius:400px;
z-index:-1;
left:20px;
top:40px;
}

.about-img-grp:before, .about-img-grp:after{
position:absolute;
content:""; 
background:url(../images/star-texture.png) no-repeat 0 0;
width:80px;
height:78px;
background-size:contain;
right:0px;
top:0px; 
}

.about-img-grp:after{
left:0px;
bottom:0px;
top:inherit;
right:inherit;  
}

.exp-box{
border-radius: 10px;
background: #fa6707;
padding:17px 13px;
max-width:195px;
display:flex;
align-items:center;
position:absolute;
bottom:190px;
left:0px;
}

.exp-box-icon{
width: 39px;
height: 39px;
border-radius:50%;
background: #ffffff;
padding:9px;
display:flex;
align-items:center;
justify-content:center;
}

.exp-box-heading{
font-size: 18px;
color: #ffffff;
font-weight: 500;
line-height:1.3;
max-width:50%;
margin-left:17px;
}

.exp-box-heading span{
font-size:20px; 
font-weight:600; 
}

.sub-heading{
border-radius:50px;
background: #ffe0e0;
border: 1px solid #fe0000;
font-size: 16px;
letter-spacing:1px;
text-transform: uppercase;
color: #fe0000;
font-weight: 400;
padding:8px 25px;
margin:0px auto 20px;
display: inline-block;
}

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

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

/* service-sec */

.service-sec{
border-radius: 50px;
background: #ffefe5;
padding:45px 0px 80px;  
}

.service-sec .main-heading{
padding:0px 20%;  
}

.service-sec .col-lg-3, .service-btn, .wcu-sec .col-lg-3{
margin-top:42px;  
}

.service-box{
background: #ffffff;
padding:13px 9px 30px 9px;
height:100%;
box-shadow:0px 0px 10px 1px #00000020;
border-radius:20px;
height:100%;
}

.service-box-img-part{
border: 3px solid #211873;  
border-radius:22px; 
}

.service-box-img-part2{
border: 3px solid #fe0000;
}

.service-box-img-part3{
border: 3px solid #4c872b;
}

.service-box-img-part4{
border: 3px solid #fe6603;
}

.service-box-img-part img{
border-radius:20px;  
}

.service-box-text-part{
padding-top:40px;
position: relative;  
}

.service-box-light-text{
opacity: 0.122;
font-size: 30px;
color: #000000;
font-weight: 800;
position:absolute;
right:0px;
top:0px;
}

.service-box-heading{
font-size: 18px;
line-height: 24px;
color: #000000;
font-weight: 500;
text-align:center;
padding-bottom:10px;
}

.service-box-para{
font-size: 14px;
line-height: 25px;
color: #2f2f2f;
text-align:center;
padding-bottom:12px;   
}

.text-link-btn{
font-size: 16px;
text-decoration: underline !important;
color: #fe6603;
font-weight: 700;
text-decoration-thickness:2px !important;
text-underline-offset:3px;
text-align:center;
margin:auto;
display:block;
transition:0.5s ease-in-out all 0s;
}

.text-link-btn:hover{
transition:0.5s ease-in-out all 0s;
color:#fe0000;  
}

/* wcu-box */

.wcu-box{
border-radius: 10px;
background: #ffc9a6;
border:2px solid #fe6603;
padding:28px 18px 58px;
text-align:center;
position: relative;
}

.wcu-box2{
background: #c9b4d5;
border: 2px solid #7d7084;  
}

.wcu-box3{
background: #ffb0b0;
border: 2px solid #fe0000;  
}

.wcu-box4{
background: #69b4d0;
border: 2px solid #2d6681;  
}

.wcu-box-heading{
font-size: 18px;
color: #000000;
font-weight: 500;
}

.wcu-icon{
width: 80px;
height: 80px;
border-radius:50%;
background: #fe6603;
display:flex;
align-items:center;
justify-content:center;
position:absolute;
left:50%;
bottom:-40px;
transform:translate(-50%, 0%);
}

.wcu-box2 .wcu-icon{
background: #7d7084;
}

.wcu-box3 .wcu-icon{
background: #fe0000;
}

.wcu-box4 .wcu-icon{
background: #2d677d;
}

/* cta-sec */

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

.cta-bg{
border-radius: 50px;
background:url(../images/cta-texture.png) #4c872b no-repeat;
padding:80px 30px 70px;
position: relative;
background-size:233px;
background-position:right center;
}

.cta-bg:before{
position:absolute;
content:"";
background:url(../images/star-texture2.png) no-repeat 0 0;
width:80px;
height:78px;  
background-size:contain;
top:75px;
left:85px;
}

.cta-bg .main-heading{
font-size:40px; 
padding:0px 15%; 
padding-bottom:20px;
}

.cta-sec .btn1:hover{
background:#fff;
color:#000;  
}

/* testimonial-sec */

.testimonial-sec{
position: relative;  
}

.testimonial-sec:before{
position:absolute;
content:"";
background:url(../images/cta-texture.png) no-repeat 0 0;
width:233px; 
height:245px;
background-size:contain;
right:0px; 
}

.testimonial-sec .main-heading{
padding-bottom:25px;
}

.testimonial-img-part{
position:relative;  
}

.rating-box{
border-radius: 30px;
background: #ffffff;
box-shadow:0px 0px 10px 1px #00000020;
padding:30px 15px;
max-width:215px;
position:absolute;
content:"";
right:30px;
top:50%;
transform:translate(0%, -50%);
}

.rating-flex{
display:flex;
align-items:center;
justify-content:space-between;  
}

.rating-large-text{
font-size: 38px;
color: #000000;
font-weight: 700;
}

.rating-small-text{
font-size: 12px;
color: #484848;
font-weight: 400;
padding-bottom:20px;
}

.rating-box-para{
font-size: 14px;
line-height: 22px;
color: #626262;
font-weight: 400;
}

#sp-testimonial-free-wrapper-31 .sp-testimonial-free-section{
margin:0px !important;
}

.sp-testimonial-free{
position:relative !important;
padding:30px 15px 80px !important;	
background:url(../images/quote-icon.png) no-repeat 0 0 !important;
background-size:58px !important;
background-position:100% 0px !important;
}

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

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

.sp-testimonial-post-title{
font-size: 16px !important;
line-height: 22px !important;
color: #000000 !important;
font-weight:700 !important;
text-align:left !important;	
}

.sp-testimonial-client-name{
font-size: 14px !important;
color: #626262 !important;
font-weight:500 !important;	
font-weight: 500 !important;
position:absolute;
top:54px;
left:15px;	
}

.sp-testimonial-client-rating{
position:absolute;
top:5px;
left:15px;
margin:0px !important;	
}

.sp-testimonial-content p{
padding-top:20px !important;	
}

.sp-testimonial-free-section .testimonial-nav-arrow{
top:inherit !important;    
bottom:-10px !important; 
transform: translate(-50%, -50%) !important;
left:96% !important;
display: flex !important;
align-items: center !important;
gap: 20px !important;	
}

.fa-angle-right:before{
position:absolute;
content:"";
background:url(../images/testimonial-right-arrow.png) no-repeat 0 0;
width:40px;
height:40px;
background-size:contain;
right:-7px;
top:0%;
float: right !important;
}

.fa-angle-left:before{
position:absolute;
content:"";
background:url(../images/testimonial-left-arrow.png) no-repeat 0 0;
width:40px;
height:40px;
background-size:contain;
left:-56px;
top:0%;
float: right !important;	
}

/* footer-sec */

.footer-sec{
background:#241965;
padding:100px 0px 0px;
border-radius:50px 50px 0px 0px;
margin-top:60px;
}

.page-id-8 .footer-sec{
margin-top:100px;    
}

.footer-sec ul{
margin:0px;
padding:0px;  
}

.footer-logo img{
width:200px;  
}

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

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

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

.footer-menu li{
font-size: 14px;
line-height: 30px;
font-weight: 400;
position: relative;
}

.footer-menu li:before{
position: absolute;
content: "";
background: url(../images/footer-star.png) no-repeat 0 0;
width: 13px;
height: 13px;
top: 8px;
left:0px;
}

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

.footer-menu li a:hover{
padding-left:2px;
color:#fe6603;
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:#fe6603;
text-align: center;
border-radius: 50%;
transition: 0.3s ease-in-out all 0s;
}

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

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

.copy-right{
color:#fff;
font-size:14px;
margin-top:50px;
padding:15px 30px;
border-top:1px solid #fff;
}

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

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

/* scroll to top */

#top {
background:#fe6603;
border-radius:50%;
padding:8px;
bottom: 0;
color: #ffffff;
height:50px;
position: fixed;
right: 20px;
bottom:40px;
text-align: center;
text-transform: uppercase;
width:50px;
opacity: 0;
z-index: 10000;
font-size:0px;
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: url("../images/inner-banner.jpg") no-repeat 0 0 !important;
background-size: cover !important;
max-width: 100% !important;
padding: 200px 0 110px !important;
margin:148px 0 0px !important;
position: relative;
overflow: hidden;
text-align: center;
border-radius: 0px 0px 50px 50px;
}

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

.page .entry-header:before, .blog_page_header:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
background: #0C094D;
background: linear-gradient(90deg, rgba(12, 9, 77, 0.87) 0%, rgba(12, 9, 77, 0.55) 25%, rgba(12, 9, 77, 0.27) 50%, rgba(12, 9, 77, 0) 75%, rgba(12, 9, 77, 0) 100%);
top: 0px;
left: 0px;
}

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

/* inner-sec */

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

.inner-img img{
width:100%;
border-radius:10px;    
}

.inner-heading{
font-size: 30px;
line-height: 1.3;
color: #4c872b;
font-weight: 700;
padding-bottom: 10px;
}

.inner-para{
font-size: 15px;
line-height: 27px;
color: #2f2f2f;
font-weight: 400;
}

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

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

.inner-list ul{
padding:0px;
margin:0px;    
}

.inner-list ul li{
font-size: 15px;
line-height: 27px;
color: #2f2f2f;
font-weight: 400;
margin-bottom:5px;
padding-left:18px; 
position: relative;  
}

.inner-list ul li:before{
position: absolute;
content: '\2713';
color: #fe0000;
padding: 0 6px 0 0;
top: 2px;
left: 0px;
font-weight:700;
}

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

.call-bg{
background:#fe0000;
padding:30px;
border-radius:10px;
text-align:center;    
}

.call-heading{
font-size: 30px;
line-height: 1.3;
color: #fff;
font-weight: 700;   
}

.call-para{
font-size: 15px;
line-height: 27px;
color: #fff;
font-weight: 400;
padding-top:10px;    
}

.inner-cta-grp a, .contact-btn .wpcf7-submit{
background:#4c872b;
border:2px solid #4c872b;
padding:10px 25px;
font-size:16px;
font-weight:600;
color:#fff;
display:inline-block;
border-radius:50px; 
margin:15px 5px; 
transition:0.5s ease-in-out all 0s;  
}

.inner-cta-grp a:hover{
background:inherit !important;
color:#4c872b !important;    
transition:0.5s ease-in-out all 0s; 
}

.contact-btn .wpcf7-submit:hover, .contact-btn .wpcf7-submit:active, .contact-btn .wpcf7-submit:hover{
background:#fe0000 !important;    
}

.call-bg .inner-cta-grp a:hover{
border-color:#fff;
color:#fff !important; 
}

.inner-box{
background: #4c872b;
padding:30px 25px;
height:100%;
text-align:center;
color:#fff;
border-radius:10px;
}

.inner-box-img img{
height:220px !important;
object-fit:cover;
object-position:top;
width:100%;  
margin-bottom:15px; 
border-radius:10px 10px 0px 0px; 
}

.inner-box-heading{
font-size:20px;
line-height:1.3;
padding-bottom:5px;
font-weight:700;
}

.inner-box-para{
font-size: 15px;
line-height: 27px;
color: #fff;
font-weight: 400; 
}

.page-id-16 .inner-box{
background:url(../images/rating-img.png) #4c872b no-repeat 0 0;
padding:50px 25px 30px;
background-position:center 30px;
}

.inner-box .inner-cta-grp a, .ref_form_box .contact-btn .wpcf7-submit{
background:#fff;
color:#000; 
border-color:#fff;   
}

.inner-box .inner-cta-grp a:hover, .contact-btn .wpcf7-submit:hover, .contact-btn .wpcf7-submit:hover:active, .contact-btn .wpcf7-submit:hover:focus{
background:inherit;  
color:#fff;
transition:0.5s ease-in-out all 0s;  
}

.ref_form_box{
background:#4c872b;
padding:35px;
border-radius:15px;   
}

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

.contact-btn .wpcf7-submit{
padding:12px 35px;
border-radius:50px; 
font-size:16px; 
border:2px solid #fff;
transition:0.5s ease-in-out all 0s;    
}

.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 !important;
outline:0px !important;  
}

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

.ref_form_box .wpcf7-file{
padding:9px 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:50px !important;
background-color: #fff !important;
width: 100% !important;
outline: 0 !important;
padding: 12px 15px !important;
color: #272727 !important;
font-size: 15px !important;
border:1px solid #ccc !important;
}


.ref_form_box_input textarea {
border-radius: 20px !important;
background-color: #fff !important;
width: 100% !important;
outline: 0 !important;
padding: 14px 15px !important;
color: #272727 !important;
font-size: 15px !important;
border:1px solid #ccc !important;
height:144px !important;
resize:none !important;
}

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

.contact_page_info {
position: relative;
padding-left: 47px;
color:#2f2f2f;
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:#141414;
}

.contact_page_info a {
color:#2f2f2f;
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:#fe0000;	
}

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: 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:#fe0000;
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);
}

/* blog */

.more-link {
display: block;
width: fit-content;
padding: 10px 30px;
margin:20px 0px 0px;
border-radius:50px;
background:#4c872b;
color:#fff;
transition:0.5s ease-in-out all 0s;
font-size:16px;
font-weight:500;	
}

.more-link:hover {
background:#fe0000;
color:#fff;	
transition:0.5s ease-in-out all 0s;
}

.post .entry-title{
font-size:30px !important;
line-height:1.3 !important;
text-transform: capitalize;
font-weight:700 !important;
color:#4c872b;	
}

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

.wp-block-heading {
border-top: 5px solid #4c872b;
color:#000;
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: 15px;
line-height: 27px;
color: #2f2f2f;
padding-bottom:10px;	
}

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

.post ul{
margin:15px 0px !important;	
}

.post ul li{
font-size: 14px;
line-height: 27px;
color: #303030;
font-weight: 400;
margin-bottom:5px;
padding-left:18px;
position:relative;	
}

.post ul li:before{
position:absolute;
content:"";
background:#303030;	
width:9px;
height:9px;
border-radius:50%;
left:0px;
top:8px;	
}

.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:#303030 !important;
transition: all 500ms ease-in-out;
}

.entry-meta a{
color:#303030 !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:#fe0000 !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;    
}

/* error */

.error_container {
display: flex;
align-items: center;
text-align: center;
margin-top: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:#fe6603;
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:#fe0000;
color: #fff !important;
width: 50%;
float: left;
padding: 10px 0;
}

/* responsive */

@media only screen and (max-width : 767px) {
.about-large-img img{width:100%;}
.banner-sec img{height:470px !important;object-fit:cover;}	
.banner-sec:before{background:linear-gradient(90deg, rgba(12, 9, 77, 0.87) 0%, rgb(12 9 77 / 79%) 25%, rgb(12 9 77 / 53%) 50%, rgb(12 9 77 / 40%) 75%, rgb(12 9 77 / 20%) 100%);}	
.about-img-grp{padding-left:25px;}	
.service-sec .main-heading, .cta-bg .main-heading{padding:0px;}	
.testimonial-sec .sub-heading{display:table;}	
.testimonial-sec .main-heading{text-align:center;}
.testimonial-sec::before, .cta-bg:before{display:none;}	
.sp-testimonial-free{margin-top:24px;}	
.ref_form_box{padding:30px;}	
.inner-cta-grp a{margin:15px 5px 0px;padding:10px 22px !important;}	
}


@media only screen and (min-width : 321px) and (max-width : 480px) {
.cta-btns .btn1{display:none;}	
}

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

}

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.primary-navigation, .menu-btn, .topbar-sec{display:none !important;}
.fixed-header{top:0px;}	
.banner-sec img{height:420px;object-fit:cover;}	
.logo a img, .fixed-header .logo a img{width:100px;}
.banner-sec, .page .entry-header, .blog_page_header{margin-top:95px !important;}	
.copy-right{margin-top:30px;padding-bottom:60px;}	
.footer-fixed-buttons{display:block;}
.upper-arrow{bottom:60px !important;}	
}

@media only screen and (min-width : 300px) and (max-width : 1024px) {	
.banner-heading, .main-heading, .cta-bg .main-heading, .rating-large-text{font-size:30px;}
.banner-para{padding:12px 0px 18px;}
.about-large-img:before{width:95%;height:93%;}
.wrapper{margin-top:60px;}	
.service-sec .col-lg-3, .service-btn, .wcu-sec .col-lg-3{margin-top:24px;}	
.wcu-sec .col-lg-3{margin-bottom:40px;}	
.wcu-sec .col-lg-3:last-child{margin-bottom:0px;}	
.cta-bg{padding:50px 30px;}	
.fa-angle-right:before{right:5px;}	
.fa-angle-left:before{left:-65px;}	
.footer-sec{padding:60px 0px 0px;margin-top:60px !important;}	
	.page .entry-header, .blog_page_header{padding:120px 0 70px !important;}	
}

@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-part{max-width:450px;}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.banner-part{max-width:450px;}
}

/* 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 a{padding:9px 16px;}
.about-large-img:before {
width: 95%;
height: 93%;
}
.fa-angle-right:before{right:0px !important;}	
}


/* 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 a{padding:9px 16px;}
.about-large-img:before {
width: 95%;
height: 93%;
}	
.fa-angle-right:before{right:0px !important;}		
}

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

}

