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

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

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

a {
text-decoration: none !important;
}

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

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

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

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

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


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

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

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

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

/* btn */

.btn1, .contact-btn .wpcf7-submit{
background: #ffcc00;
border-radius: 50px;
font-size: 16px;
color: #021d59;
font-weight: 600;
padding:10px 32px;
border:2px solid #ffcc00;
display:inline-block;
transition:0.5s ease-in-out all 0s; 
}

.btn1:hover{
background:transparent;
color:#fff;
border-color:#fff;
transition:0.5s ease-in-out all 0s;  
}

.btn2, .more-link{
background: #021b51;
border-radius: 50px;
font-size: 16px;
color: #fef7ec;
font-weight: 600;
padding:12px 32px;
display:inline-block;
transition:0.5s ease-in-out all 0s;
}

.btn2:hover, .more-link:hover{
background:#00843d;
transition:0.5s ease-in-out all 0s;  
}

.btn3{
background: #00843d;
border-radius: 50px;
font-size: 16px;
color: #fef7ec;
font-weight: 600;
padding:12px 32px;
display:inline-block;
transition:0.5s ease-in-out all 0s;
}

.btn3:hover, .contact-btn .wpcf7-submit:hover, .contact-btn .wpcf7-submit:focus, .contact-btn .wpcf7-submit:active{
background:#021b51;
transition:0.5s ease-in-out all 0s;  
}

.contact-btn .wpcf7-submit:hover, .contact-btn .wpcf7-submit:focus, .contact-btn .wpcf7-submit:active{
border-color:#021b51 !important;    
}

/* topbar-sec & menu-sec */

.header{
position: fixed;
top: 0;
left: 0;
width: 100%;
transition:all 500ms ease-in-out;
-moz-transition:all 500ms ease-in-out;
-webkit-transition:all 500ms ease-in-out;
z-index: 999;
}

.fixed-header {    
top:-48px;
background: #fff;
animation: smoothScroll 1s;
z-index: 999;
transition:all 500ms ease-in-out;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.topbar-sec{
background: #00843d;
padding:12px 0px;    
}

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

.top-contact-info ul li{
font-size: 16px;
color: #ffffff;
font-weight: 500;  
margin-right:35px;  
}

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

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

.top-contact-info ul li:last-child{
margin-right:0px;    
}

.top-contact-info ul li img{
width:14px; 
margin-right:8px;   
}

.google-translator{
position:absolute;
top:-3px;
right:0px;
}

.menubar-sec{
background:#fff;
padding:9px 0px;    
}

.logo a img{
width:111px;
transition:all 500ms ease-in-out;   
}

.fixed-header .logo a img{
width:80px;
transition:all 500ms ease-in-out;   
}

.menu ul li{
font-size: 16px;
font-weight: 500;
margin-right:60px;
float:left;    
}

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

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

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

.banner-btn a:hover{
background:#021d59;
color:#ffcc00;
border-color:#021d59;  
}

/* banner-sec */

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

.ndis-logo{
position:absolute;
z-index:1;
top:33px;
right:15px;
width:194px;  
}

.banner-sec:before{
position:absolute;
content:"";
width:100%;
height:100%; 
background: #FEF7EC;
background: linear-gradient(90deg, rgba(254, 247, 236, 1) 0%, rgba(254, 247, 236, 1) 25%, rgba(254, 247, 236, 0.5) 50%, rgba(254, 247, 236, 0) 75%, rgba(254, 247, 236, 0) 100%);
top:0px;
left:0px; 
}

.banner-sec:after{
position:absolute;
content:"";
background:url(../images/banner-bottom-shape.png) no-repeat 0 0;
width:504px; 
height:252px;
background-size:cover;
bottom:0px;
right:0px; 
}

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

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

.banner-heading{
font-size: 38px;
line-height: 49px;
color: #011e54;
font-weight: 700;
padding-bottom:15px;
}

.banner-heading span{
color:#00843d; 
}

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

.banner-btn-part .btn2, .about-btn .btn2{
padding:12px 55px 12px 25px;  
position: relative;
}

.banner-btn-part .btn3{
padding:12px 25px 12px 45px;  
position: relative;  
}

.banner-btn-part .btn2:before, .about-btn .btn2:before{
position:absolute;
content:"";
background:url(../images/btn-arrow.png) no-repeat 0 0;
width:20px;
height:10px;
background-size:contain;
right:20px;
top:50%;
transform:translate(0, -50%);  
}

.banner-btn-part .btn3:before{
position:absolute;
content:"";
background:url(../images/btn-call-icon.png) no-repeat 0 0;
width:15px;
height:15px;
background-size:contain;
left:20px;
top:50%;
transform:translate(0, -50%);  
}

/* wrap-sec */

.wrap-sec .col-lg-3{
border-right:1px solid rgba(2, 30, 89, 0.102); 
}

.wrap-sec .col-lg-3:last-child{
border-right:0px;  
}

.wrap-bg{
border-radius: 15px;
filter: drop-shadow(0px 4px 5px rgba(0,0,0,0.14));
background-color: #ffffff;
padding:32px 50px;
position: relative;
z-index:1;
margin-top:-50px;  
}

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

.wrap-box-icon{
width: 73px;
height: 73px;
border-radius: 50px;
border: 2px solid #ffcc00; 
display:flex;
align-items:center;
justify-content:center;
}

.wrap-box-heading{
font-size: 16px;
line-height:22px;
color: #032878;
font-weight:800;
margin-left:20px;
max-width:52%;
}

/* about-sec */

.wrapper{
margin-top:90px;  
}

.about-text-part{
position: relative;  
}

.about-text-part:before{
position:absolute;
content:"";  
background:url(../images/about-arrow.png) no-repeat 0 0;
width:120px;
height:77px;
right:-40px;
top:70px;
background-size:contain;	
}

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

.sub-heading{
font-size: 18px;
letter-spacing: 3px;
text-transform: uppercase;
color: #000000;
font-weight: 400;
border-radius: 50px;
background-color: #ffcc00; 
padding:2px 22px;
display:inline-block; 
margin-bottom:25px;
}

.main-heading{
font-size: 34px;
color: #021d59;
font-weight: 700;
padding-bottom:10px;
}

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

.about-para strong{
font-size:18px;
color:#00843d;
display:block;
margin-bottom:8px;
}

/* wcu-sec */

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

.wcu-bg{
border-radius: 40px;
background-color: #021d59;
padding:26px 86px;
position: relative;
overflow:hidden;
z-index:1;	
}

.wcu-bg:before{
position:absolute;
content:"";
background:url(../images/wcu-shape-left.png) no-repeat 0 0; 
width:72px;
height:114px;
left:0px;
top:0px;
z-index:-1;
}

.wcu-bg:after{
position:absolute;
content:"";
background:url(../images/wcu-shape-right.png) no-repeat 0 0; 
width:72px;
height:150px;
right:0px;
bottom:0px;
z-index:-1;	
}

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

.wcu-sec .main-heading{
color:#fff;
font-size:27px; 
max-width:70%;
margin-right:15px;	
}

.wcu-right-top{
display:flex;
justify-content:space-between;
align-items:center;
padding-bottom:20px;
margin-bottom:20px;
border-bottom:1px solid #3d5280;
}

.wcu-btn .btn1{
padding:12px 25px 12px 45px;
position: relative;
}

.wcu-btn .btn1:before{
position: absolute;
content: "";
background: url(../images/btn-call-icon2.png) no-repeat 0 0;
width: 15px;
height: 15px;
background-size: contain;
left: 20px;
top: 50%;
transform: translate(0, -50%);
transition:0.5s ease-in-out all 0s;  
}

.wcu-btn .btn1:hover:before{
filter:brightness(0) invert(1);
transition:0.5s ease-in-out all 0s;  
}

.wcu-right-bottom{
display:flex;
justify-content:center; 
flex-flow:wrap;
align-items:center; 
}

.wcu-icon-box-body{
display:flex; 
align-items:center;
width:25%; 
position: relative;
}

.wcu-icon-box-body:before{
position:absolute;  
content:"";
width:1px;
height:43px;
border-right:1px solid #3d5280;
right:20px;
}

.wcu-icon-box-body:last-child:before{
display:none;  
}

.wcu-icon-box-heading{
font-size: 14px;
line-height: 24px;
color: #ffffff;
font-weight: 700;
margin-left:13px;
max-width:65%;
}

/* service-sec */

.service-sec .sub-heading{
margin:0px auto 20px;  
}

.service-box{
background:#fff;  
padding:32px 10px; 
filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.14));
text-align:center; 
height:100%;
}

.service-box-icon{
width: 125px;
height: 125px;
border-radius:50%;
background: #fff7d5;
display:flex;
align-items:center;
justify-content:center;
margin:0px auto 27px;
}

/* .service-text-body{
min-height:134px;  
} */

.service-box-heading{
font-size: 18px;
color: #021d59;
font-weight: 600;
padding-bottom:10px;
margin-bottom:10px;
border-bottom: 1px solid #e5e8ee;
}

.service-box-para{
font-size: 14px;
line-height: 22px;
color: #383838;
font-weight: 400;
padding:0px 10px 15px 10px;
}

.service-box-btn .btn2{
font-size: 14px;
font-weight:400;
padding:10px 35px;
}

/* testimonial-sec */

.testimonial-sec{
background:#00843d;
padding:50px 0px;
position: relative; 
}

.testimonial-shape{
position: absolute;
width: 100%;
height:256px;
background-size: cover;
object-fit: contain;
top:100%;
left: 0px;
background-position:center;
}

.testimonial-sec:before{
position:absolute;
content:""; 
background:url(../images/testimonial-shape-left.png) no-repeat 0 0;
width:238px; 
height:180px;
left:0px;
bottom:0px;
background-size:contain;	
}

.testimonial-sec:after{
position:absolute;
content:""; 
background:url(../images/testimonial-shape-right.png) no-repeat 0 0;
width:241px; 
height:180px;
right:0px;
bottom:0px;
background-size:contain;	
}

.sp-testimonial-free{
padding-top:90px !important;
position:relative;
background:url(../images/quote-icon.png) no-repeat 0 0 !important;
background-size:56px !important;
background-position:top center !important;	
}

.sp-testimonial-free-section{
max-width:80%; 
margin:0 auto !important;	
}

.sp-testimonial-client-rating{
position:absolute;
top:65px;
left:50%;
transform:translate(-50%, 0);	
}

.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: #ffffff !important;
font-weight: 400 !important;	
}

.sp-testimonial-client-name{
font-size: 16px !important;
color: #ffffff !important;
font-weight: 700 !important;
font-style:italic !important;
margin-bottom:0px !important;	
}

.sp-testimonial-client-designation{
font-size:12px !important;
color:#fff !important;
font-weight:400;	
}

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

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

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

/* contact-info-sec */

.contact-info-sec{
margin-top:40px;  
}

.contact-info-sec .col-md-6{
position: relative;  
}

.contact-info-sec .col-md-6:before{
position:absolute;
content:"";
background:#e5e8ee;
width:1px;
height:49px;
right:20px;  
}

.contact-info-sec .col-md-6:last-child:before{
display:none; 
}

.contact-info-bg{
border-radius: 15px;
filter: drop-shadow(0px 4px 5px rgba(0,0,0,0.14));
background: #ffffff;
padding:35px 50px;
}

.contact-info-body{
display:flex;
align-items:center;  
}

.contact-icon{
width: 45px;
height: 45px;
border-radius:50%;
background-color: #00843d;
display:flex;
align-items:center;
justify-content:center;
padding:10px;  
}

.contact-text-part{
margin-left:10px;
max-width:82%;  
}

.contact-info-heading{
font-size: 16px;
line-height: 25px;
color: #021d59;
font-weight: 800;
}

.contact-info-details{
font-size: 18px;
line-height: 25px;
color: #00843d;
font-weight: 500;
}

.contact-info-details a{
color: #00843d;
transition:0.5s ease-in-out all 0s; 
}

.contact-info-details a:hover{
color: #ffcc00;
transition:0.5s ease-in-out all 0s;  
}

/* cta-sec */

.cta-bg{
border-radius: 20px;
background-color: #fff6d3;
padding:0px 40px;
}

.cta-heading{
font-size: 38px;
line-height:48px;
color: #021d59;
font-weight: 700;
padding-bottom:20px;
}

.cta-heading span{
color:#00843d;
font-family: 'Delaney';
}

/* footer-sec */

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

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

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

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

.footer-para{
font-size: 14px;
line-height: 27px;
color: #ffffff;
font-weight: 400;    
}

.social-icons li a span{
float: left;
margin-right:10px;
width: 32px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
background:#ffcc01;
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{
color:#ffcc01;
transition:0.3s ease-in-out all 0s;
}

.footer-contact-info li {
line-height: 23px;
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:#ffcc01;
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 #ffffff20;
}

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

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

/* scroll to top */

#top {
background:#ffcc01;
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: 180px 0 100px !important;
margin:176px 0 0px !important;
position: relative;
overflow: hidden;
text-align: center;
}

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

.page .entry-header:before, .blog_page_header:before {
background: rgba(0, 0, 0, 0.7);
position: absolute;
content: "";
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.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:7px;
}
.breadcrumb-container {
width: 100%;
color: #fff;
position: relative;
font-size: 15px;
}
.breadcrumb-container a {
color: #ffcc00;
}
.page {
margin-top: 0 !important;
}

/* inner-sec */

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

.inner-heading{
font-size: 27px;
line-height:1.3;
color: #021d59;
font-weight: 700;
padding-bottom: 10px;
}

.inner-para, .inner-cta-para{
font-size: 15px;
line-height: 27px;
color: #3f3f3f;
font-weight: 400;    
}

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

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

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

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

.inner-box{
background:#00843d;
padding:25px 15px;
height:100%;
border-radius:5px;
border-bottom:3px solid #021d59;    
}

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

.inner-box-para{
color:#fff;
font-size:14px;
line-height:23px;    
}

.inner-cta-bg{
background:#021d59;
padding:30px;
text-align:center; 
border-radius:10px;   
}

.inner-cta-heading{
font-size: 27px;
line-height:1.3;
color: #fff;
font-weight: 700;
padding-bottom: 10px;    
}

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

.inner-cta-btn a:hover{
border-color:#ffcc00;
color:#ffcc00;    
}

/* inner-reviews */

.page-id-11 .sp-testimonial-free-section{
max-width:90%;    
}

.page-id-11 .sp-testimonial-free{
background:url(../images/quote-icon.png) no-repeat #00843d 0 0 !important;
padding:120px 25px 30px !important;
height:100% !important;
border-radius:10px !important;
background-size: 56px !important;
background-position: top 30px center !important;
}

.page-id-11 .sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p{
padding:0px !important;    
}

.page-id-11 .sp-testimonial-client-rating{
top: 95px;    
}

/* inner-contact */

.ref_form_box{
background:#00843d;
padding:35px;
border-radius:15px;   
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

span.wpcf7-list-item {
margin: 0 !important;
display: block;
}
.wpcf7-list-item label {
display: block;
position: relative;
margin-top: 8px;
color: #fff;
cursor: pointer;
font-size: 15px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.half_check .wpcf7-list-item {
width: 45%;
}
.wpcf7-list-item label input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.wpcf7-list-item-label {
position: relative;
padding-left: 22px;
}
.wpcf7-list-item-label::before {
position: absolute;
top: 1px;
left: 0;
height: 16px;
width: 16px;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 50%;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
background-color: #ccc;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
background:#ffcc00;
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);
}

/* blog */

.more-link {
display: block;
width: fit-content;
padding: 10px 30px;
margin:20px 0px 0px;
}

.post .entry-title{
font-size:27px !important;
line-height:1.3 !important;
text-transform: capitalize;
font-weight:600 !important;
color:#000;
}

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

.wp-block-heading {
border-top: 5px solid #ffcc00;
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: #000;
font-weight:400;
padding-bottom:10px;	
}

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

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

.post ul li{
font-size: 15px;
line-height: 27px;
color: #000;
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:#000 !important;
transition: all 500ms ease-in-out;
}

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

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

.content-sidebar .widget a:hover, .entry-title a:hover, .entry-meta a:hover {
color:#021d59 !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;    
}

/* 404 */

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

/* footer-fixed */

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

/* responsive */

@media only screen and (max-width : 767px) {
.about-text-part:before{display:none;}
.wcu-right-top{flex-direction:column;}	
.wcu-sec .main-heading{max-width:100%;margin:12px 0px !important;padding-bottom:0px !important;text-align:center;}
.wcu-large-icon{margin:auto;}
.testimonial-shape{top:98% !important;}	
.ndis-logo{display:none;}
.banner-content{top:45% !important;}
.cta-bg{padding-bottom:0px !important;}	
.cta-img{position:static !important;margin:20px auto 0px;display:block;width:auto !important;}
.footer-sec .border-end{border-right:0px !important;}
.banner-sec:before{background:linear-gradient(90deg, rgba(254, 247, 236, 1) 0%, rgba(254, 247, 236, 1) 25%, rgba(254, 247, 236, 0.5) 50%, rgb(254 247 236 / 40%) 75%, rgb(254 247 236 / 22%) 100%);}	
}


@media only screen and (min-width : 320px) and (max-width : 480px) {
.sub-heading{font-size:15px !important;}
.wcu-icon-box-body{width:100% !important;}
.contact-info-bg{padding:30px 20px !important;}	
.contact-info-details{font-size:15px !important;}
.testimonial-sec:before, .testimonial-sec:after{width:170px;}
.banner-img{height:520px !important;}
.banner-btn-part a{font-size:15px;}	
.banner-btn-part .btn2{padding:12px 50px 12px 20px;}	
.banner-btn-part .btn3{padding:12px 15px 12px 45px;}
.service-sec .main-heading{padding-bottom:0px !important;}	
}

@media only screen and (min-width : 320px) and (max-width :568px) {
.google-translator #google_language_translator select.goog-te-combo {
width: 117px !important;
font-size: 12px !important;
font-weight: 700 !important;
}
.google-translator #google_language_translator select.goog-te-combo {
appearance: none !important;
 }	
}

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.primary-navigation, .top-contact-info, .banner-btn{display:none;}
.topbar-sec{padding:0px;}
.fixed-header{top:0px;}	
.logo a img, .fixed-header .logo a img{width:70px !important;}
.banner-sec{margin-top:87px !important;}
.banner-img{height:440px;object-fit:cover;}
.wcu-icon-box-body{width:50%;margin-bottom:15px;}
.copy-right{margin-top:30px;padding-bottom:60px;}
.upper-arrow{bottom:60px !important;}
.footer-fixed-buttons{display: block;}	
.google-translator{top:22px;}	
.google-translator {
right: 80px !important;
}		
.google-translator #google_language_translator select.goog-te-combo{padding:9px !important;}
.page .entry-header, .blog_page_header{margin-top:87px !important;padding:100px 0 70px !important;}	
}

@media only screen and (min-width : 300px) and (max-width : 1024px) {
.banner-heading{font-size:30px;line-height:38px;}
.banner-sec:after{width:300px;}	
.ndis-logo{width:130px;}	
.wrap-sec .col-lg-3{border-right:0px;}
.wrap-bg{padding:30px;}
.wrapper{margin-top:60px;}
.main-heading, .cta-heading{font-size:30px;line-height:1.3;}
.about-text-part:before{width:90px;}	
.sub-heading{font-size:16px;margin-bottom:18px;}
.wcu-bg{padding:26px 30px;}	
.wcu-icon-box-body:before, .contact-info-sec .col-md-6:before{display:none;}
.wcu-large-icon{width:70px;height:70px;}	
.wcu-large-icon img{width:40px;}
.contact-info-bg{padding:30px;}	
.contact-info-details{font-size:16px;}
.contact-text-part{max-width:70%;}
.contact-info-sec{margin-top:0px;}
.cta-sec{position:relative;}	
.cta-bg{padding:30px;}
.cta-img{position:absolute;width:300px;bottom:0px;right:70px;}	
}

@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:500px;}
.banner-content{top:45%;}
.wcu-sec .main-heading{max-width:68%;}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.banner-part{max-width:500px;}
.banner-content{top:45%;}
.wcu-sec .main-heading{max-width:68%;}		
}

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


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

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

}
