* {
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: 'Script MT';
src: url('../fonts/ScriptMTBold.eot');
src: url('../fonts/ScriptMTBold.eot?#iefix') format('embedded-opentype'),
url('../fonts/ScriptMTBold.woff2') format('woff2'),
url('../fonts/ScriptMTBold.woff') format('woff'),
url('../fonts/ScriptMTBold.ttf') format('truetype'),
url('../fonts/ScriptMTBold.svg#ScriptMTBold') format('svg');
font-weight: bold;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Times New Roman';
src: url('../fonts/TimesNewRomanPS-BoldMT.eot');
src: url('../fonts/TimesNewRomanPS-BoldMT.eot?#iefix') format('embedded-opentype'),
url('../fonts/TimesNewRomanPS-BoldMT.woff2') format('woff2'),
url('../fonts/TimesNewRomanPS-BoldMT.woff') format('woff'),
url('../fonts/TimesNewRomanPS-BoldMT.ttf') format('truetype'),
url('../fonts/TimesNewRomanPS-BoldMT.svg#TimesNewRomanPS-BoldMT') format('svg');
font-weight: bold;
font-style: normal;
font-display: swap;
}

.wrapper{
margin-top:100px;    
}

/* btn */

.btn1{
background: #6b2976;
padding:10px 40px;
border:2px solid #6b2976;
display:block;
width:fit-content;
font-size: 17px;
color: #ffffff;
font-weight: 500;
border-radius:50px;
transition:0.5s ease-in-out all 0s;    
}

.btn1:hover{
transition:0.5s ease-in-out all 0s;
color:#6b2976;
background:inherit;     
}

.btn2, .contact_btn .wpcf7-submit, .more-link{
background: #6daf2f;
padding:10px 25px;
border:2px solid #6daf2f;
display:block;
width:fit-content;
font-size: 17px;
color: #ffffff;
font-weight: 500;
border-radius:50px;
transition:0.5s ease-in-out all 0s;    
}

.btn2:hover,
.contact_btn .wpcf7-submit:hover,
.contact_btn .wpcf7-submit:active,
.contact_btn .wpcf7-submit:focus,
.more-link:hover
{
transition:0.5s ease-in-out all 0s;
color:#6daf2f;
background:inherit;     
}

.btn3{
background: #fff;
padding:10px 40px;
border:2px solid #fff;
display:block;
width:fit-content;
font-size: 17px;
color: #6b2976;
font-weight: 500;
border-radius:50px;
transition:0.5s ease-in-out all 0s;    
}

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

.btn4{
background: #012753;
padding:10px 30px;
border:2px solid #012753;
display:block;
width:fit-content;
font-size: 17px;
color: #fff;
font-weight: 500;
border-radius:50px;
transition:0.5s ease-in-out all 0s;    
}

.btn4:hover{
transition:0.5s ease-in-out all 0s;
color:#012753;
background:inherit;     
}

/* topbar-sec */

.topbar-sec{
background:#022753;
padding:15px 0px;
display:flex;   
}

.topbar-info{
float:right;   
}

.topbar-sec ul li{
float:left; 
font-size: 16px;
color: #ffffff;
font-weight: 500; 
position: relative;
margin-right:30px; 
padding-left:45px;
}

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

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

.topbar-sec ul li span{
font-size: 14px;
color: #ffffff;
font-weight: 400;
display:block;
}

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

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

.fixed-header {    
top: -75px;
animation: smoothScroll 1s;
z-index: 999;
transition: all 0.5s ease 0s;
}

.fixed-header .menu-sec{
box-shadow:0 0 6px #00000054;   
}

/* menu-sec */

.menu-sec{
background:#fff;
padding:5px 0px;
position: relative;    
}

.logo a img{
width:174px;
position:absolute;
top:-70px;
transition:0.5s ease-in-out all 0s;    
}

.fixed-header .logo a img{
width:100px; 
top:3px;   
}

/* .menu{
margin-left:30px;
} */

.menu ul li{
float: left;
font-size: 17px;
font-weight: 600;
margin-right:25px;    
}

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

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

.menu-btns a{
display:inline-block;    
}

/* banner-sec */

.banner-sec{
position: relative;
margin-top:180px; 
}

.master-slider {
position: relative !important;

}

.ms-slide:before{
position:absolute;
content:"";
background:url(../images/banner-favicon.png) no-repeat 0 0; 
width:543px;
height:100%;
opacity:0.1;
left:9%;
top:47%;
transform: translateY(-50%);
background-size:contain;
background-position:center;
z-index:1;   
}

.ms-slide:after{
position:absolute;
content:"";
background:url(../images/banner-bottom.png) no-repeat 0 0;
width:100%;
height:78px; 
background-size:cover;
left:0px;
bottom:-1px;
background-position:bottom;	
}

.ms-slide-info{
position: absolute !important;
margin-top:0px !important;
width: 100%;
top: 45%;
transform: translateY(-50%);
z-index: 2;
}

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

.banner-sub-title{
font-size: 50px;
color: #96ff00;
font-weight: bold;
font-family: 'Script MT';
position: relative;
display: inline;  
}

.banner-sub-title:before {
position: absolute;
content: "";
width:159px;
height: 2px;
background: #fff;
transform: translate(-50%, 0%);
top: 50%;
left:320px;
}

.banner-heading{
font-size: 105px;
color: #ffffff;
font-weight: bold;
font-family: 'Times New Roman';
line-height:100px;
}

.banner-para{
font-size: 17px;
line-height: 28px;
color: #ffffff;
font-weight: 400;
padding:15px 0px 40px;
}

.banner-para strong{
display:block;    
}

.banner-btns a{
display:inline-block;    
}

.banner-btns .btn1:hover{
border-color:#fff;
color:#fff;    
}

.ms-info a, .ms-info a:hover{
transition:all 0.5s ease-in-out !important;
}

.ms-skin-default .ms-nav-prev{
background:url(../images/left-arrow.png) no-repeat 0 0 !important;
width:18px !important;
height:35px !important;
display:block;
background-size:contain !important;
display:none !important;	
}

.ms-skin-default .ms-nav-next{
background:url(../images/right-arrow.png) no-repeat 0 0 !important;
width:18px !important;
height:35px !important;
display:block;
background-size:contain !important;
display:none !important;	
}

/* banner-bottom-sec */

.banner-bottom-sec{
margin-top:-105px;
position: relative; 
z-index:2;   
}

.wrap-box{
background:#376e03;
padding:28px 17px;
border-radius: 18px;
display:flex;
align-items:center;
justify-content:space-between;
height:100%; 
border:2px dashed #fff;  
}

.wrap-box2{
background:#6b2975;    
}

.wrap-box3{
background:#012753;   
}

.wrap-text-box{
width:80%;
margin-left:15px;    
}

.wrap-box-heading{
font-size: 26px;
color: #ffffff;
font-weight: bold;
font-family: 'Times New Roman';    
}

.wrap-box-para{
font-size: 16px;
letter-spacing: 0px;
line-height: 22px;
color: #ffffff;
font-weight: 400;
}

/* about-sec */

.about-sec{
position: relative;   
}

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

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

.about-sec:after{
position:absolute;
content:""; 
background:url(../images/about-fav-icon.png) no-repeat 0 0; 
width:100%;
height:100%;
top:30px;
left:0px;
z-index:-1;  
}

.sub-title{
font-family: 'Script MT';
font-size: 38px;
color: #6b2976;
font-weight: bold;
position: relative;    
}

.about-sec .sub-title, .faq-sec .sub-title{
overflow:hidden;    
}

.sub-title:after{
position:absolute; 
content:""; 
background: #022753;
width:100%;
height:4px;
top:50%;
left:160px; 
}

.main-heading{
font-size: 56px;
color: #282828;
font-weight: bold;
letter-spacing:-1.7px;
font-family: 'Times New Roman';
line-height:70px;
}

.about-sec .main-heading{
padding-bottom:20px;    
}

.main-heading span{
color:#376e03;   
}

.about-para{
font-size: 17px;
line-height: 28px;
color: #282828;
font-weight: 400;
padding-bottom:25px;
}

.about-btns{
display:inline-flex;    
}

.about-img-part{
position: relative;
z-index:1;    
}

.exp-box{
position:absolute;
content:"";    
background:url(../images/exp-shape.png) no-repeat 0 0;
width:180px;
height:180px;
bottom:0px;
left:0px;
text-align:center;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
background-size:contain;	
}
/* 
.exp-box-text{
font-size: 22px;
line-height: 29px;
color: #ffffff;
font-weight: 300;
} */

.about-ndis-logo{
width:146px;	
}

/* service-sec */

.service-sec{
background:url(../images/service-bg.png) no-repeat 0 0;
padding-top:130px;
background-size:cover; 
height:542px;  
}

.centered{
display:table;
margin:auto; 
padding:0px 9%;   
}

.centered:before{
position:absolute;
content:"";  
background: #96ff00;
width:72px;  
height:4px;
top:50%;
left:0px;
}

.centered:after{
position:absolute;
content:"";  
background: #96ff00;
width:72px;  
height:4px;
top:50%;
right:0px;
left:inherit;
}

.service-slider{
margin-top:-280px;    
}

.service-box{
filter: drop-shadow(0px 4px 3.5px rgba(0,0,0,0.25));
margin-top:30px;
position: relative;
z-index:1;
transition:0.5s ease-in-out all 0s;
border-radius:15px;
}

.service-box:before{
position:absolute;
content:""; 
background:#6b2975;
top:0px;
left:0px;
width:100%;
height:100%;
border-radius:15px;
opacity:0;
z-index:0;
transition:0.5s ease-in-out all 0s;   
}

.service-box:hover:before{
transition:0.5s ease-in-out all 0s;
opacity:0.8;    
}

.service-img{
border-radius: 15px;
}

.service-icon-box{
width: 67px;
height: 67px;
border-radius:50%;
filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.24));
background: #ffffff; 
display:flex;
align-items:center;
justify-content:center;
position:absolute;
top:-50px;
z-index: 1;
left: 50%;
transform: translate(-50%, 0);
transition:0.5s ease-in-out all 0s;   
}

.service-box:hover .service-icon-box{
transition:0.5s ease-in-out all 0s;
background: #376e03;     
}

.service-icon-box img{
width:fit-content !important;   
}

.service-box:hover .service-icon-box img{
filter:brightness(0) invert(1);    
transition:0.5s ease-in-out all 0s;    
}

.service-text-part{
background:#6b2975;
padding:25px 8px 16px;
border-radius:0px 0px 15px 15px;
position:absolute;
width:100%;
bottom:-170px;
transition:0.5s ease-in-out all 0s;
min-height:243px;
}

.service-box:hover .service-text-part{
background:#fff;
bottom:0px;
transition:0.5s ease-in-out all 0s;   
}

.service-box:hover .service-text-part{
transition:0.5s ease-in-out all 0s;
bottom:0px;   
}

.service-text-part:before{
position:absolute;
content:"";
background:url(../images/service-box-left-shape.png) no-repeat 0 0;
width:41px;
height:28px;
background-size:contain;
top: -22px;
left: 27%;
}

.service-text-part:after{
position:absolute;
content:"";
background:url(../images/service-box-right-shape.png) no-repeat 0 0;
width:41px;
height:28px;
background-size:contain;
top: -22px;
right: 27%;
}

.service-box:hover .service-text-part:before, .service-box:hover .service-text-part:after{
filter:brightness(0) invert(1);
transition:0.5s ease-in-out all 0s;   
}

.service-heading{
font-size: 21px;
color: #ffffff;
font-weight: bold;
font-family: 'Times New Roman';
text-align: center;
padding-bottom:8px;
transition:0.5s ease-in-out all 0s; 
}

.service-box:hover .service-heading{
color: #6b2976;
transition:0.5s ease-in-out all 0s; 
}

.service-para{
font-size: 16px;
line-height: 25px;
color: #1e1e1e;
font-weight: 400;
color:#fff;
text-align:center;
padding:5px 0px 8px;
transition:0.5s ease-in-out all 0s;
}

.service-box:hover .service-para{
color: #1e1e1e;
transition:0.5s ease-in-out all 0s; 
}

.read-more-text{
font-size: 17px;
line-height: 25px;
color: #376e03;
font-weight: 600;
text-align:center;
transition:0.5s ease-in-out all 0s;
display:block; 
}

.read-more-text:hover{
color: #6b2976;    
transition:0.5s ease-in-out all 0s;    
}

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

.service-slider .owl-prev {
background: url(../images/owl-arrow.png) no-repeat center !important;
width:44px;
height:44px;
font-size:0px !important;
float: left;
transition:0.3s ease-in-out all 0s;
background-size:contain !important;
transform:rotate(180deg);	
}
.service-slider .owl-next {
background: url(../images/owl-arrow.png) no-repeat center !important;
width:44px;
height:44px;
font-size:0px !important;
float: right;
transition:0.3s ease-in-out all 0s;
background-size:contain !important;	
}

.service-bottom-text{
font-size: 15px;
letter-spacing: 0px;
color: #4f4d4d;
border: 2px solid #b1b1b1;
padding:5px 20px;
border-radius:50px;
display:table;
margin:auto;
margin-top:10px;    
}

.service-bottom-text a{
color: #6b2976;
font-weight: 500;
transition:0.5s ease-in-out all 0s;    
}

.service-bottom-text a:hover{
color:#376e03;  
transition:0.5s ease-in-out all 0s; 
}

/* cta-sec */

.cta-sec{
background:url(../images/cta-bg.jpg) no-repeat 0 0;
padding:23px 0px;
margin-top:60px;
position: relative;
background-size:cover;
z-index:1;    
}

.cta-sec:before{
position:absolute;
content:"";
background: #012753;
background: linear-gradient(90deg, rgba(1, 39, 83, 0.8) 0%, rgba(1, 39, 83, 0.4) 25%, rgba(1, 39, 83, 0) 50%, rgba(1, 39, 83, 0) 75%, rgba(1, 39, 83, 0) 100%);
width:100%;
height:100%;
top:0px;
left:0px;
z-index:-1;    
}

.cta-shape{
background:url(../images/cta-shape.png) no-repeat 0 0;
padding:70px 50px;
max-width:577px;
background-size:contain;	
}

.cta-heading{
font-size: 50px;
line-height:60px;
letter-spacing: -1px;
color: #ffffff;
font-weight: 400;
}

.cta-btns{
display:inline-flex;
margin-top:30px;    
}

.cta-btns .btn3{
padding:10px 20px 10px 60px;
position: relative;    
}

.cta-btns .btn3:before{
position:absolute; 
content:"";
background:url(../images/cta-call-icon.png) no-repeat 0 0;
width:40px;
height:40px;
left: 4px;
top: 3.5px;
transition:0.5s ease-in-out all 0s;   
}

.cta-btns .btn3:hover:before{
filter:brightness(0) invert(1);
transition:0.5s ease-in-out all 0s;    
}

/* wcu-sec */

.wcu-sec{
position: relative;
padding:100px 0px;
background:url(../images/wcu-texture.jpg) no-repeat 0 0; 
background-size:cover;   
}


.wcu-sec .centered{
padding:0px 7%;   
}

.wcu-sec .main-heading{
padding-bottom:35px;    
}

.wcu-box2{
margin-top:132px;    
}

.wcu-box{
position:relative; 
min-height:153px;   
}

.wcu-box:before{
position:absolute;
content:"";
background:#376e03;
width:100%;
height:3px;
transform:rotate(-35deg);
top:150px;
left:50%;
}

.wcu-box2:before{
transform:rotate(35deg);
top:0px;    
}

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

.wcu-heading{
font-size: 22px;
color: #022753;
font-weight: bold;
font-family: 'Times New Roman';
text-align: center;
}

.wcu-para{
font-size: 15px;
line-height: 24px;
color: #262626;
font-weight: 400;
text-align: center;
}

.wcu-icon-box{
width: 105px;
height: 105px;
border-radius:50%;
background-color: #376e03;
border: 2px solid #b1b1b1;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
position:absolute;
left:50%;
transform:translate(-50%, 0);
bottom:-120px;
}

.wcu-icon-box2{
background-color: #6b2976;
top:-120px;
bottom:inherit;
}

/* testimonial-sec */

.testimonial-sec{
background:url(../images/testimonial-bg.jpg) no-repeat 0 0; 
padding:100px 0px;
background-size:cover;
position: relative; 
z-index:1;  
}

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

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

.sp-testimonial-free{
background:url(../images/testimonial-box-bg.png) no-repeat 0 0 !important;
padding:26px !important;
background-size:contain !important;
width:100% !important;
height:209px !important;
margin-bottom:30px !important;
max-width:553px !important;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p{
font-size: 17px !important;
line-height: 26px !important;
color: #3a3a3a !important;
font-weight: 400 !important;
margin-bottom:10px !important;
padding:0px !important;
}

.sp-testimonial-client-name{
font-size: 20px !important;
color: #376e03 !important;
font-weight: 600 !important; 
margin-bottom:3px !important;  
}

.sp-testimonial-free-section .testimonial-pagination .swiper-pagination-bullet{
width:39px !important;
border: 2px solid #efefef !important;
height:7px !important;
border-radius:0px !important; 
background:transparent !important;  
}

#sp-testimonial-free-wrapper-42 .sp-testimonial-free-section .testimonial-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active{
background:#376d03 !important;
border:inherit !important;
}

/* faq-sec */

.faq-sec{
position: relative;   
}

.faq-sec:before{
background:url(../images/faq-img.png) no-repeat 0 0;
width:149px;
height:100%;
position:absolute;
content:"";  
right:0px;
bottom:0px;
background-position:right bottom;
display:none;	
}

.faq-sec .sub-title{
color: #022753;    
}

.faq-sec .sub-title:after{
width:40%;
left:120px;
background:#96ff00;
}

.faq-sec .main-heading{
padding-bottom:10px;
white-space:nowrap;    
}

#sp-ea-47.sp-easy-accordion>.sp-ea-single{
background:inherit !important;
border:0px !important;    
}

.ea-header{
position: relative;
}

.ea-header a{
font-size: 20px !important;
color: #353535 !important;
font-weight: 500 !important;
padding:0px 20px 12px 0px !important;
border-bottom:2px solid #376e03 !important;
}

.ea-body{
padding-left:0px !important;    
padding-bottom:0px !important;    
}

.ea-body p{
font-size: 15px !important;
line-height: 24px !important;
color: #474747 !important;
font-weight: 400 !important;
margin-bottom:0px !important;
}

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

.eap-icon-ea-expand-plus:before, .eap-icon-ea-expand-minus:before{
background:url(../images/faq-arrow.png) no-repeat 0 0;
width:21px !important;
height:12px !important;
background-size:contain;
font-size:0px;
transition:0.5s ease-in-out all 0s;    
}

.eap-icon-ea-expand-minus:before{
transform:rotate(180deg);
}

/* form */

.form-bg{
background:#6b2976; 
padding:40px 17px;
border-radius:35px 35px 0px 0px; 
text-align:center;
height:100%; 
}

.form-heading{
font-size: 32px;
line-height: 26px;
color: #ffffff;
font-weight: bold;
font-family: 'Times New Roman';
padding-bottom:15px;   
}

.form-para{
font-size: 17px;
line-height: 26px;
color: #ffffff;
font-weight: 400;
padding-bottom:25px;
}

.form-bg p{
margin-bottom:10px;    
}

.form-bg .wpcf7-text,
.form-bg .wpcf7-select,
.form-bg .wpcf7-textarea{
width:100%; 
background:rgba(255, 255, 255, 0.2);
padding:13px 20px 13px 40px;
border-radius:10px;
color:#ffffff90; 
outline:0px;
border:1px solid transparent;
transition:0.3s ease-in-out all 0s; 
}

.form-bg .wpcf7-text:focus,
.form-bg .wpcf7-select:focus,
.form-bg .wpcf7-textarea:focus{
border:1px solid #fff;    
}

input[name="your-name"], input[name="phone"], input[name="your-email"], input[name="subject"], textarea[name="message"]{
background-image:url(../images/form-name-icon.png) !important;
background-repeat:no-repeat !important; 
background-size:18px !important;
background-position:12px center !important; 
}

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

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

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

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

.form-bg .wpcf7-textarea{
height:140px; 
resize:none;   
}

.form-bg ::placeholder{
color:#ffffff90;    
}

.form-bg .wpcf7-submit{
border-radius:50px !important;
background: #376e03 !important;
padding:14px !important;
width:100%;
font-size: 17px !important;
color: #ffffff !important;
font-weight: 500 !important;
margin-top:5px;
transition:0.5s ease-in-out all 0s !important;
}

.form-bg .wpcf7-submit:hover,
.form-bg .wpcf7-submit:active,
.form-bg .wpcf7-submit:focus{
transition:0.5s ease-in-out all 0s !important;
background:#fff !important;
color:#376e03 !important;   
}

.wpcf7-spinner{
position:absolute;    
}

/* area-sec */

.area-sec{
background:url(../images/area-texture.jpg) #012753 no-repeat 0 0;
background-size:cover;
background-blend-mode:soft-light;    
}

.home-area-list ul{
text-align:center;
margin-top:20px !important;    
}

.home-area-list ul li {
display: inline-block;
margin:0px 2px;
}

.home-area-list ul li a {
padding:9px 9px 9px 37px;
border: 2px solid #ffffff;
border-radius:50px;
margin: 0px 0px 15px 0px;
transition: all 0.5s ease-in-out;
color: #fff;
font-size: 16px;
font-weight:400;
position: relative;
display:inline-block;
text-align:left;
width:100%;
}

.home-area-list ul li a:before{
background:url(../images/area-icon.png) no-repeat 0 0;	
content: "";
width: 21px;
height: 21px;
display: inline-block;
background-size: contain;
position: absolute;
top: 11px;
left: 11px;
transition: all 0.5s ease-in-out;
}

.home-area-list ul li a:hover{
transition: all 0.5s ease-in-out;
background:#fff;
color:#356a03;	
}

/* footer-sec */

.footer-sec{
background:url(../images/footer-bg.png) #011b37 no-repeat 0 0;
width:100%;
padding:70px 0px 40px;
background-size:cover;
background-attachment:fixed;
background-position:center;
margin-top:60px;
}

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

.footer-logo, .ndis-logo{
width:138px;    
}

.footer-text{
font-size: 16px;
line-height: 28px;
color: #ffffff;
font-weight: 400;
padding:24px 0px 18px;
}

.social-links ul li{
float:left; 
margin-right:12px;   
}

.social-links ul li a{
background: #376e03;
width:36px;
height:36px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
transition:0.5s ease-in-out all 0s;   
}

.social-links ul li a img{
width:20px;    
}

.footer-heading{
font-size: 24px;
line-height: 28px;
color: #ffffff;
font-weight: 600;
text-decoration:underline;
text-decoration-color:#8bc43f;
padding-bottom:25px;
text-underline-offset:15px;
}

.footer-list ul li{
font-size: 16px;
line-height: 34px;
font-weight: 400;
padding-left:24px;
position: relative;
}

.footer-list ul li:before{
position:absolute;
content:"";
background:url(../images/footer-link-icon.png) no-repeat 0 0;
width:13px;
height:11px;
left:0px;
top:13px;    
}

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

.contact-info ul li{
font-size: 14px;
line-height: 26px;
color: #ffffff;
font-weight: 400;
margin-bottom:15px;
padding-left:48px;
position: relative;
}

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

.contact-info ul li strong{
font-weight:400;
font-size:16px;
}

.contact-info ul li:first-child strong a{
font-size:20px;
font-weight:500; 
}

.contact-info ul li:last-child strong{
font-size:18px;
font-weight:500; 
}

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

.contact-info ul li span{
background: #376e03;
width:36px;
height:36px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
position:absolute;
left:0px; 
top:5px;    
}

.contact-info ul li span img{
width:20px;    
}

.copyright-text{
font-size: 16px;
color: #ffffff;
font-weight: 400;
background:#376d03; 
text-align:center;
padding:11px 15px;
}

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

.footer-list ul li a:hover, .contact-info ul li a:hover, .copyright-text a:hover{
transition:0.5s ease-in-out all 0s; 
color:#96ff00;   
}

/* scroll to top */

#top {
background:#012753;
border-radius:8px;
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: url("../images/inner-banner.jpg") no-repeat !important;
background-size: cover !important;
max-width: 100% !important;
padding: 150px 0 110px !important;
margin: 180px 0 0px !important;
position: relative;
overflow: hidden;
text-align: center;
}
.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;
}

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

.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:#6daf2f;
}
.page {
margin-top: 0 !important;
}

/* inner-pages */

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

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

.inner-heading{
font-size:30px; 
line-height:1.3;
font-family: 'Times New Roman';
color:#282828; 
padding-bottom:10px; 
}

.inner-heading span{
color:#376e03;   
}

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

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

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

.inner-list ul li::before{
position:absolute;
content: '\2713';
display: inline-block;
color: #6daf2f;
padding: 0 6px 0 0; 
left:0px;
top:0px;
font-weight:600;   
}

.call-bg{
background:#376e03;
padding:40px 30px;
text-align:center; 
border-radius:15px;   
}

.call-heading{
font-size:30px;
line-height:1.3; 
font-family: 'Times New Roman';
color:#fff; 
padding-bottom:5px;    
}

.call-para{
font-size: 17px;
line-height: 28px;
color: #fff;
font-weight: 400;
padding-bottom:20px;    
}

.inner-cta-btns{
display:inline-flex;    
}

.inner-service-box{
background:#022753;
padding:25px;
height:100%;
border-radius:10px;
text-align:center;
}

.inner-service-box-img{
padding-bottom:12px;    
}

.inner-service-box-heading{
font-size:24px;
font-family: 'Times New Roman';
color:#fff;
padding-bottom:8px;    
}

.inner-service-box-para{
font-size: 16px;
line-height: 26px;
color: #fff;
font-weight: 400;
padding-bottom:20px;   
}

.inner-service-box .btn3{
margin:auto;
}

.ref_form_box{
background:#6b2976;
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:13px 20px;   
}

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

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

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

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


.ref_form_box_input textarea {
border-radius: 30px !important;
background-color: #f6f6f6 !important;
width: 100% !important;
outline: 0 !important;
padding: 14px 15px !important;
color: #171717 !important;
font-size: 15px !important;
border:1px solid #ccc !important;
height:144px !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:#96ff00;	
}

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:#6daf2f;
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 {
font-weight: 500;
display: block;
width: fit-content;
margin-top:20px;
}

.wp-block-heading {
border-top: 5px solid #6b2976;
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:#2e2e2e !important;
transition:0.3s ease-in-out all 0s;	
}

.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:#6daf2f !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: 28px;
color: #282828;
font-weight: 400;	
}

/* error message */

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

/* review */

.review-box{
background:url(../images/review-star.png) #022753 no-repeat 0 0; 
padding:50px 30px 30px;
height:100%; 
border-radius:15px; 
background-position:30px 25px;
background-size:90px; 
}

.review-para{
color:#fff;
font-size:16px;
line-height:27px; 
padding-bottom:5px;   
}

.review-heading{
font-size:20px;
font-weight:700; 
color:#6daf2f;  
}

/* footer-fixed */

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



.fixed_buttons {
  position: fixed;
  right: -52px;
  top: 50%;
  z-index: 55555;
  transform: rotate(-90deg);
  width: auto;
}
.fixed_buttons li {
  float: left;
  margin: 0 2px;
  list-style: none;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
}
.fixed_buttons li a {
    padding: 12px 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    transition: all 0.3s;
}
.fixed_buttons li.contact_btn a{ background:#6daf2f; border-radius: 10px 10px 0 0;}
.fixed_buttons li.contact_btn a:hover{background:#6b2976;}

.whatsapp_link {
  width: 52px;
  position: fixed;
  left: 10px;
  bottom: 15px;
	z-index: 55;
}
.whatsapp_link img {
  max-width: 100%;
}

/* 2) Subtle pulse (scale in/out) */
.pulse {
  animation: pulse 1.6s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.06); }
}


/* responsive */

@media only screen and (max-width: 1024px) {
.desk_btn{ display: none;}	
	
}

@media only screen and (max-width : 767px) {
.about-sec:before{display:none;}
.banner-bottom-sec{margin-top:30px;}
.ms-slide-info{top:48% !important;}	
.sub-title:before, .sub-title:after{display:none;}
.area-sec{padding:60px 0px;margin:60px 0px;}
.service-text-part:before{left:32%;}	
.service-text-part:after{right:32%;}	
}

@media only screen and (min-width : 320px) and (max-width :568px) {
.banner-sec .container{padding:0px;}
.ms-slide-info{left:4% !important;right:4% !important;width:auto !important;}
.banner-btns a{padding:10px 30px;}
.cta-btns .btn4{padding:10px 25px;font-size:16px;}	
.cta-shape{background-position:top left;}
.cta-heading{font-size:19px !important;line-height:26px !important;}	
.sp-testimonial-free{background-size:cover !important;height:auto !important;background-position:top left !important;}
.inner-cta-btns .btn3{font-size:16px;padding:10px 27px;}	
}

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.primary-navigation, .topbar-sec, .menu-btns, .wcu-box:before{display:none;}
.fixed-header{top:0px;}
.logo a img{position:static;}
.fixed-header .logo a img, .logo a img{width:80px;} 
.banner-sec{margin-top:90px;}
.page .entry-header, .blog_page_header{margin-top:90px !important;padding:70px 0px !important;}	
.ms-slide:after{background-size:contain;}	
.owl-nav{display:none;}
.about-btns{display:block;}
.about-btns .btn4{margin:15px 0px 0px !important;}
.centered{padding:0px 15%;}	
.centered:after{right:0px !important;left:inherit !important;width:72px !important;}
.wcu-sec .centered{padding:0px 14%;}
.sub-title:after{width:100px ;left:130px;}	
.wcu-icon-box{position:static;transform:inherit;margin-bottom:10px;}
.copyright-text{padding-bottom:60px;}
.upper-arrow{bottom:80px !important;}
.footer-fixed-buttons{display:block;}
.cta-btns .btn3{display:none;}
.cta-btns .btn4{margin-left:0px !important;}	
}

@media only screen and (min-width : 300px) and (max-width : 1024px) {
.ms-view, .ms-slide, .ms-slide-bgcont{min-height: 540px !important;}
.ms-slide:before{width:250px;top:35%;}	
.ms-slide-bgcont img{object-fit: cover;max-width: 100% !important;}	
.ms-slide-info{top:40%;}	
.banner-sub-title{font-size:27px;}
.banner-sub-title:before{left:200px;width:100px;}	
.banner-heading{font-size:40px;line-height:50px;}
.banner-para{font-size:16px;padding:10px 0px 20px;}	
.wrap-box{padding:20px 15px;}	
.wrap-box-heading{font-size:22px;}
.wrapper{margin-top:60px;}
.sub-title{font-size:27px;}
.faq-sec .sub-title:after{left:90px;}	
.main-heading{font-size:30px;line-height:42px;}	
.about-sec:after{background-size:contain;width:250px;}
.exp-box{width:160px;height:160px;}	
.about-ndis-logo{width:120px;}	
.service-sec{padding-top:100px;}
.service-slider{margin-top:-340px !important;}	
.cta-heading{font-size:24px;line-height:32px;max-width:300px;}
.cta-shape{padding:60px 40px;}	
.wcu-sec, .testimonial-sec{padding:60px 0px;}
.wcu-box2{margin-top:0px;}
.sp-testimonial-free{margin:auto;}	
.faq-sec .main-heading{white-space:inherit;}
.ea-header a{font-size:17px !important;padding-right:30px !important;line-height:24px !important;}
.footer-sec{padding:60px 0px 30px !important;}
.footer-heading{font-size:22px;}	
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
.sp-testimonial-free{background-size:cover !important;height:auto !important;background-position:top left !important;}	
}

@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) {
.about-sec:before{width:400px;}
.service-text-part:before{left:32%;}	
.service-text-part:after{right:32%;}	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.about-sec:before{width:400px;}
.service-text-part:before{left:32%;}	
.service-text-part:after{right:32%;}	
}

/* 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{font-size:15px !important;margin-right:18px !important;}
.menu-btns .btn1{font-size:16px;padding:10px 25px;}
.menu-btns .btn2{font-size:16px;padding:10px 19px;}	
.logo a img{width:140px;top:-50px;}	
.owl-nav{display:none;}
.wcu-icon-box{position:static;transform:inherit;margin-bottom:10px;}
.wcu-box{margin-top:0px;}	
.wcu-box:before{display:none;}
.about-sec .sub-title:after{width:150px;left:150px;}
.sp-testimonial-free{margin:auto;}
.footer-heading{font-size:22px;}
.faq-sec .main-heading{white-space:normal;}	
.banner-heading{font-size:60px;line-height:60px;}	
}


/* 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{font-size:15px !important;margin-right:18px !important;}
.menu-btns .btn1{font-size:16px;padding:10px 25px;}
.menu-btns .btn2{font-size:16px;padding:10px 19px;}	
.logo a img{width:140px;top:-50px;}	
.owl-nav{display:none;}
.wcu-icon-box{position:static;transform:inherit;margin-bottom:10px;}
.wcu-box{margin-top:0px;}	
.wcu-box:before{display:none;}
.about-sec .sub-title:after{width:150px;left:150px;}
.sp-testimonial-free{margin:auto;}
.footer-heading{font-size:22px;}
.faq-sec .main-heading{white-space:normal;}	
.banner-heading{font-size:60px;line-height:60px;}	
}

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

}



