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

.wrapper{
margin-top:75px;
}

.btn1{
border-radius: 10px;
background: #57c325;
border:2px solid #57c325;
font-size: 17px;
color: #ffffff;
padding:11px 45px;
display:inline-block;
transition:0.5s ease-in-out all 0s;
}

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

.btn2{
border-radius: 10px;
background: #1ca3d7;
border:2px solid #1ca3d7;
font-size: 17px;
color: #ffffff;
padding:11px 45px;
display:inline-block;
transition:0.5s ease-in-out all 0s;
}

.btn2:hover{
transition:0.5s ease-in-out all 0s;
color:#1ca3d7; 
background:transparent;   
}

.btn3, .more-link, .contact-btn .wpcf7-submit{
border-radius: 10px;
background: #242424;
border:2px solid #242424;
font-size: 17px;
color: #ffffff;
padding:11px 45px;
display:inline-block;
transition:0.5s ease-in-out all 0s;
}

.btn3:hover, .more-link:hover, .contact-btn .wpcf7-submit:hover, .contact-btn .wpcf7-submit:active, .contact-btn .wpcf7-submit:focus{
transition:0.5s ease-in-out all 0s;
color:#242424; 
background:transparent;   
}

.btn4{
border-radius: 10px;
background: #fff;
border:2px solid #fff;
font-size: 17px;
color: #242424;
padding:11px 45px;
display:inline-block;
transition:0.5s ease-in-out all 0s;
}

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

/* header */

.header{
position: fixed;
top: 0;
left: 0;
width: 100%;
transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
z-index: 999;
background:#fff;
padding:9px 0px;
box-shadow:0 0.08rem 1rem rgba(0, 0, 0, 0.15);
}
.fixed-header {    
top:0px;
animation: smoothScroll 1s;
z-index: 999;
transition: all 0.5s ease 0s;
}

.menu{
display:flex;
justify-content:end;
align-items:center;	
}

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

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

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

.logo a img{
width:261px;	
}

/* banner-sec */

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

.banner-sec:before{
position:absolute;
content:"";
background: #ffffff;
background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0.85) 100%);
width:100%;
height:100%;
left:0px;
top:0px;   
}

.banner-sec:after{
position:absolute;
content:"";
background:url(../images/banner-favicon.png) no-repeat 0 0; 
width:368px; 
height:507px;
left:0px;
top:0px;
background-size:contain; 
}

.banner-content{
position:absolute;
content:"";
top:46%;
transform:translate(0, -50%); 
width:100%;
z-index:1;  
}

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

.banner-heading{
font-size: 52px;
line-height: 68px;
color: #2f2f2f;
font-weight: bold;
}

.banner-heading span{
color:#57c325;   
}

.banner-para{
font-size: 17px;
line-height: 30px;
color: #242424;
padding:20px 0px 30px;
}

/* banner-bottom-sec */

.banner-bottom-sec{
position: relative; 
padding:27px 0px;
z-index:1; 
margin-top:-40px;  
}

.banner-bottom-sec:before{
position:absolute;
content:"";
width:50%;
height:100%;
left:0px;
top:0px;
background: #1ca3d7;
z-index:-1;   
}

.banner-bottom-sec:after{
position:absolute;
content:"";
width:50%;
height:100%;
right:0px;
top:0px;
background: #57c325;
z-index:-1;   
}

.banner-bottom-body{
display:flex;
align-items:center;
height:100%;	
}

.banner-bottom-img-part{
max-width:37%;	
}

.banner-bottom-text-part{
max-width:60%;
margin-left:15px;
}

.banner-bottom-heading{
font-size: 20px;
color: #ffffff;
font-weight: bold;
}

.banner-bottom-text{
font-size: 15px;
line-height: 26px;
color: #ffffff;
}

.banner-bottom-btns{
margin-top:20px;   
}

.banner-bottom-btns .btn4, .banner-bottom-btns .btn3{
font-size:14px;
padding:11px 20px;
min-width:142px;
text-align:center;   
}

/* about-sec */

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

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

.about-left{
position: relative;   
}

.about-logo-img{
position:absolute;
top:0px;
right:0px;
width:160px;   
}

.sub-heading{
font-size: 20px;
text-transform: uppercase;
color: #2f2f2f;
font-weight: bold;
background-image:url(../images/sub-heading-icon.png);
background-repeat:no-repeat;
background-size:contain;
padding-left:35px;
display:inline-block;
margin-bottom:10px;
}

.sub-heading span{
color:#1ca3d7;
}

.main-heading{
font-size: 38px;
line-height: 50px;
color: #000000;
font-weight: 600;
}

.main-heading span{
color:#57c325;   
}

.about-para{
font-size: 16px;
line-height: 30px;
color: #1b1b1b;
padding:10px 0px 15px;
}

.about-text-bg{
background: #1ca3d7;
padding:10px 14px;
font-size: 16px;
line-height: 26px;
color: #ffffff;
}

.about-text-bg strong{
font-size:18px;   
}

.about-list{
margin:15px 0px;   
}

.about-list ul li{
font-size: 18px;
line-height: 48px;
color: #1b1b1b;
display:inline-block;
width:48%;
background:url(../images/list-icon.png) no-repeat 0 0;
background-size:30px;
padding-left:40px;
background-position:left center;
}

/* service-sec */

.service-sec{
background: #f2fbfe;
padding:80px 0px;    
}

.carousel-wrap{
margin-top:30px;    
}

.service-box{
border-radius: 10px;
filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.24));
background: #ffffff;
padding:15px 8px;
border-bottom:3px solid #1ca3d7;
margin:10px;
cursor:pointer;	
}

.service-box-top{
display:flex;
justify-content:space-between;
align-items:center;    
}

.service-icon img{
width:50px !important;    
}

.service-box-heading{
font-size: 20px;
color: #1a1a1a;
font-weight:600;
}

.service-box-arrow img{
width:33px !important;
}

.service-box-img img{
border-radius:10px;
margin:15px 0px;    
}

.service-box-text{
font-size: 15px;
line-height: 28px;
color: #1b1b1b;
min-height:112px;
}

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

.service-sec .owl-prev {
background: url(../images/prev-icon.png) #fff no-repeat center !important;
width:45px;
height:45px;
font-size:0px !important;
float: left;
transition:0.3s ease-in-out all 0s;
background-size:12px !important;
filter: drop-shadow(0px 5px 2px rgba(0,0,0,0.24));
border-radius:50%;	
}
.service-sec .owl-next {
background: url(../images/next-icon.png) #fff no-repeat center !important;
width:45px;
height:45px;
font-size:0px !important;
float: right;
transition:0.3s ease-in-out all 0s;
background-size:12px !important;
filter: drop-shadow(0px 5px 2px rgba(0,0,0,0.24));
border-radius:50%;	
}

/* cta1-sec */

.cta1-sec{
background:url(../images/cta1-bg.jpg) no-repeat 0 0;
padding:45px 0px;
background-size:cover; 
position: relative;  
}

.cta1-sec:after{
position:absolute;
content:"";
background:url(../images/cta1-texture.png) no-repeat 0 0;
width:205px;
height:132px;
background-position:top right;
right:0px;
top:0px;    
}

.cta1-btns{
padding-top:10px;    
}

.cta1-btns a{
padding:11px 30px;
font-size:16px;    
}

.cta1-btns .btn4{
color: #1ca3d7;
}

.cta1-btns .btn4:hover{
background: #1ca3d7;
border-color:#1ca3d7;
color:#fff;    
}

/* mid-sec */

.mid-sec{
position:relative;    
}

.mid-sec img{
border-radius:10px;    
}

.mid-sec:before{
position:absolute;
content:""; 
background:url(../images/mid-sec-texture.png) #1ca3d7 no-repeat 0 0;
border-radius:0px 10px 10px 0px;
width:60%;
height:88%;
right:0px;
top:50%;
transform:translate(0, -50%);
z-index:-1; 
background-size:cover;
background-blend-mode:multiply;  
}

.mid-sec-text-part{
padding:40px 0px;   
}

/* testimonial-sec */

.testimonial-sec{
background: #f3fafd;
padding:90px 0px;
position: relative;
z-index:1;
}

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

.sp-testimonial-free{
border-radius: 17px !important;
filter: drop-shadow(0 0 4px rgba(0,0,0,0.18)) !important;
background:url(../images/quote.png) #fff no-repeat 0 0 !important;
margin:10px 10px 30px !important;
padding:65px 18px 65px !important;
position:relative !important;
background-position:95% 18px !important;     
}

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

.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p{
font-size: 16px !important;
line-height: 26px !important;
color: #1b1b1b !important;
text-align:left !important;
padding:0px !important; 
border-bottom:1px solid #ccc !important;
min-height:156px !important;
}

.sp-testimonial-title{
margin-bottom:0px !important;    
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial p{
border-bottom:0px !important; 
}

.sp-testimonial-post-title{
font-size: 16px !important;
color: #1b1b1b !important;
font-weight: 600 !important;
position:absolute;
left:18px;
bottom:14%;
margin-bottom:0px !important;   
}

.sp-testimonial-client-name{
font-size: 41px !important;
line-height: 20px !important;
text-transform: uppercase !important;
color: #1b1b1b !important; 
font-weight:400 !important;
position:absolute;
right:18px;
bottom:9%;
}

.sp-testimonial-client-name:before{
position:absolute;
content:"";
height:55px;
width:1px;
background:#ccc;
border-right:1px solid #ccc;
left:-20px;
top:-15px;
}

.sp-testimonial-client-designation{
font-size: 12px !important;
line-height:15px !important;
color: #1b1b1b !important; 
max-width:50%;
position:absolute;
left:18px;
bottom:5%;
text-align:left !important;   
}

.sp-testimonial-client-rating{
position:absolute;
left:18px; 
top:35px;   
}

#sp-testimonial-free-wrapper-26 .sp-testimonial-free-section .testimonial-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active{
background-color: #1ca3d7 !important;
border:0px !important;
}

.sp-testimonial-free-section .testimonial-pagination .swiper-pagination-bullet{
width: 19px !important;
height: 19px !important;
border: 2px solid #57c325 !important;
background-color:transparent !important;
}

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


.fa-angle-right:before{
position:absolute;
content:"";
background:url(../images/right-arrow.png) #1ca3d7 no-repeat 0 0;
width:40px;
height:40px;
background-size:contain;
right:0px;
top:0%;
background-size:9px;
filter: drop-shadow(0px 3px 6.5px rgba(0,0,0,0.16));
border-radius:50%;
background-position:center;
}

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

/* blog-sec */

.blog-sec .sub-heading{
margin:0px auto 10px;    
}

.home_news_text_part{
padding:15px 15px 25px;    
}

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

.home_news_top_part{
display:flex;
align-items:center;
justify-content:space-between;
padding-bottom:5px;
}

.home_news_date, .home_news_tag a{
font-size: 14px;
line-height: 28px;
color: rgba(47, 47, 47, 0.5);    
}

.home_news_date i{
margin-right:8px;
}

.home_news_tag a{
pointer-events:none;    
}

.home_news_block{
filter: drop-shadow(0px 2px 5px rgba(0,0,0,0.35));
background-color: #ffffff;
border-radius: 10px;    
}

.home_news_block_heading a{
font-size: 24px;
line-height: 32px;
color: #2f2f2f;
font-weight:600;    
}

.home_news_block_text{
font-size: 16px;
line-height: 28px;
color: #2f2f2f;
padding:8px 0px 16px;    
}

.home_news_block_btn a{
padding:9px 30px;    
}

/* cta2-sec */

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

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

.cta-shape{
background:url(../images/cta2-shape.png) no-repeat 0 0;
padding:135px 50px 135px 80px;
width:100%;
max-width:649px;
height:483px;
position: relative;
margin:60px 15px 15px;
background-size:contain;	
}

.cta-shape:before{
position:absolute;
content:"";
background:url(../images/cta2-shape-back.png) no-repeat 0 0;
width:100%;
max-width:649px;
height:483px;
top:6px;
left:0px;
z-index:-1;
filter:drop-shadow(0px 0px 8px #00000035);
background-size:contain;	
}

.cta2-para{
font-size: 18px;
line-height: 30px;
color: #1b1b1b;
padding:20px 0px;
}

.cta2-btns{
display:flex;
align-items:center;
justify-content:center;
margin-left:70px;    
}

.cta2-btns .btn2{
padding:11px 25px;    
}

.cta-call{
margin-left:33px;
background:url(../images/cta-call-icon.png) no-repeat 0 0;
background-size:contain; 
padding-left:45px;   
}

.cta2-btns .cta-call a{
font-size: 23px;
color: #353535;
font-weight:600;
transition:0.5s ease-in-out all 0s;
}

.cta2-btns .cta-call a:hover{
transition:0.5s ease-in-out all 0s;
color:#57c325;   
}

/* footer-sec */

.footer-sec{
background:url(../images/footer-bg.jpg) no-repeat 0 0;
padding:55px 0px 30px;
background-size:cover;
margin-top:60px;    
}

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

.footer-logo-part{
display:flex;
align-items:center;
/* justify-content:space-between; */
}

.footer-logo{width:150px;}
.ndis-logo{width:200px;}

.footer-menu ul li{
font-size: 17px;
line-height: 32px;
}

.footer-heading{
font-size: 21px;
color: #1ca3d7;
font-weight: bold;
text-decoration:underline;
display:inline-block;
text-decoration-thickness:3px;
text-underline-offset:10px;
margin-bottom:15px;
}

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

.footer-contact-info ul li{
font-size: 17px;
line-height: 28px;
color: #0d0d0d;
margin-bottom:8px;
position: relative;
padding-left:30px;
}

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

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

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

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

/* copyright-sec */

.copyright-sec{
background: #1ca3d7;
padding:9px 0px;
}

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

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

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

.social-info ul{
float:right;    
}

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

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

.social-info ul li img{
width:33px;    
}

/* scroll to top */

#top {
background:#57c325;
border-radius:50%;
padding:5px;
bottom: 0;
color: #ffffff;
height: 55px;
position: fixed;
right: 20px;
bottom:40px;
text-align: center;
text-transform: uppercase;
width: 55px;
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;
}

.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: 200px 0 150px !important;
margin:110px 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: 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: #1ca3d7;
}
.page {
margin-top: 0 !important;
}

/* blog */

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

.wp-block-heading {
border-top: 5px solid #1ca3d7;
color: #000;
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, .nav-links a{
transition:0.3s ease-in-out all 0s;
}

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

.entry-meta .tag-links a:hover{
background:#57c325 !important;
color:#fff !important;    
}

.entry-meta .tag-links a:hover:before{
border-right-color: #57c325 !important;   
}

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

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

.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 message */

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

/* inner-sec */

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

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

.inner-heading span{
color:#57c325;    
}

.inner-para, .inner-team-para{
font-size: 16px;
line-height: 30px;
color: #1b1b1b;
}

.inner-box{
background:#1ca3d7;
padding:15px 20px;
height:100%; 
text-align:center; 
display:flex;
flex-direction:column;
justify-content:center;
border-radius:5px;  
}

.inner-box-heading{
font-size: 26px;
color: #fff;
font-weight:700;
}

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

.inner-sub-heading{
font-size:18px;
font-weight:600;
color:#57c325;    
}

.inner-team-img{
margin-bottom:15px;    
}

.inner-team-heading{
font-size:24px;
color:#000;
font-weight:700;
padding-bottom:5px;  
}

.inner-team-para span{
font-weight:500;
color:#1ca3d7;    
}

.inner-team-btn a{
padding:10px 30px;    
}

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

.inner-list ul li{
font-size: 16px;
line-height:28px;
color: #1b1b1b; 
margin-bottom:8px;
background:url(../images/list-icon.png) no-repeat 0 0;
background-size:20px; 
padding-left:27px;
background-position:left 6px;  
}

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

.ref_form_box{
background:#1ca3d7;
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;
font-weight:500;
}

.ref_form_box_input input, .ref_form_box_input .wpcf7-select{
border-radius:8px !important;
background-color: #fdfdfd !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:8px !important;
background-color: #fdfdfd !important;
width: 100% !important;
outline: 0 !important;
padding: 14px 15px !important;
color: #111 !important;
font-size: 15px !important;
border:1px solid #ccc !important;
height:144px !important;
}

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

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

.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:#57c325;	
}

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

/* footer-fixed */

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

/* responsive */

@media only screen and (max-width : 767px) {
.banner-sec:after{width:300px;}	
.banner-sec img {height: 460px;object-fit: cover;}
.banner-bottom-sec{margin-top:0px;}	
.banner-bottom-sec:before, .banner-bottom-sec:after{display:none;}	
.banner-bottom-body1{background:#1ca3d7;margin-bottom:30px;}
.banner-bottom-body2{background:#57c325;}	
.banner-bottom-body {display: flex;align-items: center;flex-direction:column;}
.banner-bottom-img-part, .banner-bottom-img-part img{width:100%;max-width:100%;}
.banner-bottom-text-part{max-width:100%;padding:25px;margin-left:0px;}
.mid-sec img{margin-top:30px;}	
.mid-sec:before{width:100%;height:100%;border-radius:0px;}
.mid-sec-text-part{padding-top:30px;}
.copyright-text{text-align:center;}	
.social-info{display:flex;justify-content:center;margin-top:15px;}
.cta2-btns{display:none;}
.cta-shape{padding:20px 15px;height:260px;background-position:center;display:flex;justify-content:center;flex-direction:column;}
.cta-shape:before{height:260px;background-position:center;}	
.cta2-sec .main-heading{font-size:25px;}
.cta2-para{font-size:15px;line-height:25px;padding:10px 15%;}	
}

@media only screen and (min-width : 320px) and (max-width :568px) {
.banner-sec img {height: 480px !important;object-fit: cover;}
.banner-btns a{font-size:16px;padding:11px 28px;}
.banner-sec:before{background:linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0.85) 100%) !important;}
.banner-bottom-btns .btn3{min-width:inherit !important;}	
}

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.primary-navigation, .header-btns{display:none;}
.logo a img{width:200px;}	
.banner-sec, .page .entry-header, .blog_page_header{margin-top:89px !important;}
.about-list ul li{width:100%;font-size:16px;line-height:40px;background-size: 26px;padding-left: 35px;}
.banner-bottom-btns .btn3{margin:15px 0px 0px;}		
.upper-arrow{bottom:80px !important;}	
.copyright-sec{padding-bottom:60px;}	
.footer-fixed-buttons{display:block;}
.cta2-btns{flex-direction:column;}	
.cta-call{margin:20px 0px 0px !important;}
.page .entry-header, .blog_page_header{padding:80px 0px 40px !important;}
}

@media only screen and (min-width : 300px) and (max-width : 1024px) {
.banner-heading{font-size:30px;line-height:38px;}
.banner-para{font-size:16px;line-height:27px;padding:10px 0px 20px;}
.banner-sec img{height:460px;object-fit:cover;}	
.wrapper{margin-top:60px;}	
.about-sec, .service-sec, .testimonial-sec{padding:60px 0px;}	
.sub-heading{font-size:18px;}
.main-heading{font-size:30px;line-height:38px;}	
.about-btns a{padding:11px 30px;}
.about-logo-img{width:90px;}
.service-box-heading{font-size:18px;}
.carousel-wrap{margin-top:10px;}
.owl-nav{display:none;}	
.cta1-sec{padding:30px 0px;}
.footer-logo{width:130px;}
.ndis-logo{width:150px;margin-left:30px;}
.cta2-btns .cta-call a{font-size:20px;}	
.inner-box-heading{font-size:23px;}	
.page .entry-title, .blog_page_title, .entry-title{font-size:30px !important;}		
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
	.cta2-para{padding:0px 20%;}
}

@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:400px;}
.banner-sec:before{background:linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0.85) 100%);}
.banner-bottom-body{align-items:flex-start;}
.banner-bottom-text-part{max-width:55%;}	
.banner-bottom-btns .btn4, .banner-bottom-btns .btn3{min-width:inherit;}	
.mid-sec:before{width:65%;height:100%;}	
.cta-shape{padding:80px 30px 80px 50px;width:80%;height:420px;}
.cta-shape:before{width:80%;}	
.cta2-btns{margin-left:0px;}	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.banner-part{max-width:400px;}
.banner-sec:before{background:linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0.85) 100%);}
.banner-bottom-body{align-items:flex-start;}
.banner-bottom-text-part{max-width:55%;}		
.banner-bottom-btns .btn4, .banner-bottom-btns .btn3{min-width:inherit;}	
.mid-sec:before{width:65%;height:100%;}	
.cta-shape{padding:80px 30px 80px 50px;width:80%;height:420px;}
.cta-shape:before{width:80%;}	
.cta2-btns{margin-left:0px;}	
}

/* 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{margin-right:17px;}	
.header-btns a{padding:11px 28px;}
.banner-sec, .page .entry-header, .blog_page_header{margin-top:90px !important;}
.page .entry-header, .blog_page_header{padding:120px 0 90px !important;}
.banner-bottom-btns .btn4, .banner-bottom-btns .btn3 {min-width: inherit;}
.about-list ul li{width:100%;}
.cta-shape{padding:80px 75px 80px 50px;}
.footer-contact-info ul li a{word-break: break-all;}	
}


/* 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{margin-right:17px;}	
.header-btns a{padding:11px 28px;}
.banner-sec, .page .entry-header, .blog_page_header{margin-top:90px !important;}
.page .entry-header, .blog_page_header{padding:120px 0 90px !important;}
.banner-bottom-btns .btn4, .banner-bottom-btns .btn3 {min-width: inherit;}
.about-list ul li{width:100%;}
.cta-shape{padding:80px 75px 80px 50px;}
.footer-contact-info ul li a{word-break: break-all;}	
}

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

}
