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


body {
font-family: 'Outfit';
}

a {
text-decoration: none;
}

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

@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: normal;
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-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: '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: 'Fredoka';
src: url('../fonts/Fredoka-SemiBold.eot');
src: url('../fonts/Fredoka-SemiBold.eot?#iefix') format('embedded-opentype'),
url('../fonts/Fredoka-SemiBold.woff2') format('woff2'),
url('../fonts/Fredoka-SemiBold.woff') format('woff'),
url('../fonts/Fredoka-SemiBold.ttf') format('truetype'),
url('../fonts/Fredoka-SemiBold.svg#Fredoka-SemiBold') format('svg');
font-weight: 600;
font-style: normal;
font-display: swap;
}

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

.wrapper{
margin-top:80px;
}

/* header-sec */

.header{
position: fixed;
top: 0;
left: 0;
width: 100%;
transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
z-index: 999;
padding:10px 0px;
}
.fixed-header {  
background: #96765a;
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);  
top:0px;
animation: smoothScroll 1s;
z-index: 999;
transition: all 0.5s ease 0s;
}

.error404 .header{
background: #96765a;	
}

.logo img{
width:179px;
height:inherit;
transition:all 0.5s ease 0s;
}

.fixed-header .logo img{
width:120px;
}

.menu ul{
margin-left:-30px;
}

.menu ul li{
font-size: 17px;
font-weight: 500;
float:left;
margin-right:24px;
transition:0.5s ease-in-out all 0s;
}

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

.menu ul li a{
color:#fff;
padding:40px 0px;
display:block;
transition:0.3s ease-in-out all 0s;
}

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

.fixed-header .menu ul li a{
padding:26px 0px;
transition:0.5s ease-in-out all 0s;
}

.header-btn1{
padding:10px 28px;
border-radius: 3px;
filter: drop-shadow(0px 6px 8px rgba(0,0,0,0.1));
background-color: #ff7911;
font-size: 16px;
color: #ffffff;
font-weight: 600;
transition:0.5s ease-in-out all 0s;
}

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

.header-btn2{
padding:10px 20px;
border-radius: 3px;
filter: drop-shadow(0px 6px 8px rgba(0,0,0,0.1));
background-color: #ffe8b5;
font-size: 16px;
color: #282828;
font-weight: 600;
transition:0.5s ease-in-out all 0s;
margin-left:10px;
}

.header-btn2:hover{
transition:0.5s ease-in-out all 0s;
background:#181717;
color:#fff;
}

.ndis-logo{
	width:160px;
	margin-left:10px;
}

/* banner-sec */

.master-slider {
position: relative !important;
z-index:2;
}

.banner-sec{
position:relative;
}

.ms-slide:before{
position:absolute;
content:"";
width:100%;
height:100%;
left:0px;
top:0px;
background:rgba(0, 0, 0, 0.40);
z-index:1;
}

.ms-slide-info{
position:absolute !important;
left:50%;
top:68%;
transform:translate(-50%, -50%);
z-index:2;
}

.banner-small-heading{
font-size: 23px;
color: #ffffff;
font-weight: 700;
text-align:center;
}

.banner-large-heading{
font-size: 40px;
color: #ffffff;
font-weight: 600;
font-family: "Fredoka";
text-align: center;
padding-bottom:22px;
}

.banner-btns{
text-align:center;
}

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

.banner-btn1{
border-radius: 3px;
filter: drop-shadow(0px 6px 8px rgba(0,0,0,0.1));
background-color: #f3f3f3;
padding:13px 47px;
font-size: 18px;
color: #282828;
font-weight: 600;
transition:0.5s ease-in-out all 0s;
}

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

.banner-btn2{
border-radius: 3px;
filter: drop-shadow(0px 6px 8px rgba(0,0,0,0.1));
background-color: #ffe8b5;
padding:13px 40px;
font-size: 18px;
color: #282828;
font-weight: 600;
transition:0.5s ease-in-out all 0s;
margin-left:20px;
}

.banner-btn2:hover{
background: #96765a;
color:#fff;
transition:0.5s ease-in-out all 0s;
}

/* banner-bottom-sec */

.flex-box{
display:flex;
justify-content:space-between;
flex-wrap:wrap;
position: relative;
margin-top:-33px;
z-index:2;
}

.box-wrap{
border-radius: 6px;
background-color: #ffe8b5;
padding:20px 27px;
max-width:28%;
}

.box-wrap2{
max-width:40%;
filter: drop-shadow(0px 6px 8px rgba(0,0,0,0.09));
background-color: #ffffff;
}

.box-wrap-heading{
font-size: 24px;
color: #282828;
font-weight: 600;
font-family: "Fredoka";
text-align:center;
padding-bottom:15px;
}

.box-wrap-para{
font-size: 16px;
line-height: 23px;
color: #282828;
font-weight: normal;
font-family: "Outfit";
text-align: center;
}

/* about-us-sec */

.about-heading{
font-size: 40px;
color: #ff7911;
font-weight: 600;
font-family: "Fredoka";
}

.about-sub-heading{
font-size: 20px;
line-height: 29px;
color: #282828;
font-weight: 600;
padding-bottom:10px;
}

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

.about-para span{
color:#ff7911;
}

.read-more-btn{
border-radius: 4px;
background: #96765a;
padding:11px 28px;
font-size: 17px;
color: #fdfdfd;
font-weight: 500;
display:inline-block;
transition:0.5s ease-in-out all 0s;
}

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

.about-right{
position:relative;
}

.about-right img{
border-radius:8px;
}

.exp-box{
border-radius: 0px 60px 0px 8px;
background-color: #ff7911;
padding:17px 25px;
left:0px;
bottom:0px;
position:absolute;
max-width:268px;
display:flex;
justify-content:space-between;
}

.exp-box:before{
position:absolute;
content:"";
width:1px;
height:62px;
background:#fff;
left:50%;
}

.exp-box-text{
font-size: 15px;
line-height: 20px;
color: #ffffff;
font-weight: 500;
}

.exp-box-text+.exp-box-text{
padding-left:40px;
}

.exp-box-text span{
font-size:21px;
font-weight:700;
display:block;
}

/* service-sec */

.service-sec{
margin-top:100px;
}


.main-heading{
font-size: 35px;
color: #252220;
font-weight: 600;
font-family: "Fredoka";
padding-bottom:5px;
}

.service-para{
font-size: 17px;
line-height: 27px;
color: #252220;
font-weight: 500;
text-align:center;
max-width:58%;
margin:0px auto 40px;
}

.service-box{
padding:30px 23px;
border-radius: 8px;
filter: drop-shadow(0px 6px 64px rgba(0,0,0,0.1));
background: #ffffff;
height:100%;
}

.icon-box{
display:flex;
}

.service-icon{
width: 75px;
height: 75px;
border-radius:50px;
background-image: linear-gradient(0deg, #ff7911 0%, #ffe7b5 100%);
display:flex;
align-items:center;
justify-content:center;
}

.service-heading{
font-size: 25px;
color: #252220;
font-weight: 600;
font-family: "Fredoka";
padding-bottom:8px;
}

.service-text-part{
margin-left:20px;
width:64%;
}

.service-list ul li{
font-size: 17px;
line-height: 25px;
font-weight: 500;
}

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

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

/* get-in-touch-sec */

.get-in-touch-sec{
margin-top:80px;
position: relative;
z-index:1;
padding:125px 0px 26px 0px;
}

.get-in-touch-sec:before{
position:absolute;
content:"";
background:url(../images/contact-shape-left.png) no-repeat 0 0;
width:63%;
height:500px;
z-index:-1;
left:0px;
top:0px;
background-position:top right;
background-size:cover;
}

.get-in-touch-sec:after{
position:absolute;
content:"";
background:url(../images/contact-shape-right.png) no-repeat 0 0;
width:52%;
height:500px;
z-index:-2;
right:0px;
top:0px;
background-position:top left;
background-size:cover;
}

.get-in-touch-sec .form-gap{
padding-right:198px;
}

.get-in-touch-sec .wpcf7-form p{
margin-bottom:0px;
}

.get-in-touch-sec .wpcf7-form-control, .ref_form_box .wpcf7-select, .ref_form_box .wpcf7-date{
border-radius: 3px;
background: #ffffff;
border: 1px solid #ff7911;
font-size: 15px;
color: #252220;
font-weight: 500;
padding:12px 15px;
width:100%;
}

.get-in-touch-sec .wpcf7-select, .ref_form_box .wpcf7-select{
padding:11px 10px;
width:100%;
}

.get-in-touch-sec .wpcf7-textarea{
height:71px;
}

.get-in-touch-sec .wpcf7-submit, .page-id-13 .wpcf7-submit, .ref_form_box .wpcf7-submit{
border-radius: 3px;
background: #181717;
border:0px;
color:#fff;
font-size: 16px;
color: #f5e9e9;
font-weight: 600;
padding:12px 26px;
transition:0.5s ease-in-out all 0s;
margin:auto;
display:table;
width:auto;
}

.get-in-touch-sec .wpcf7-submit:hover,
.get-in-touch-sec .wpcf7-submit:active,
.get-in-touch-sec .wpcf7-submit:focus,
.footer-sec .wpcf7-submit:hover,
.footer-sec .wpcf7-submit:active,
.footer-sec .wpcf7-submit:focus,
.page-id-13 .wpcf7-submit:hover,
.page-id-13 .wpcf7-submit:active,
.page-id-13 .wpcf7-submit:focus,
.ref_form_box .wpcf7-submit:hover,
.ref_form_box5 .wpcf7-submit:active,
.ref_form_box .wpcf7-submit:focus
{
background:#ffe8b5;
color:#282828;
transition:0.5s ease-in-out all 0s;
}

.get-in-touch-sec .wpcf7-form-control::placeholder{
color: #252220;
}


.form-para{
font-size: 16px;
line-height: 24px;
color: #212020;
font-weight: 500;
text-align:center;
padding:5px 0px 22px 0px;
}

.cta-referral-btn{
border-radius: 3px;
background: #96765a;
margin:auto;
display:table;
font-size: 17px;
line-height: 34px;
color: #ffffff;
font-weight: 600;
padding:6px 25px;
transition:0.5s ease-in-out all 0s;
}

.cta-referral-btn:hover{
background:#ff7911;
transition:0.5s ease-in-out all 0s;
color:#fff;
}

/* wcu-sec */

.wcu-sec {
background: url(../images/wcu-texture.png) #ff7911 no-repeat 0 0;
padding: 55px 0px;
background-position:center;
background-size: cover;
position: relative;
z-index:1;
}

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

.wcu-sec::after{
position:absolute;
content:"";
background:url(../images/wcu-img2.png) no-repeat 0 0;
width:100%;
height:528px;
right:0px;
top:8px;
background-position:right;
z-index:-1;
}

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

.wcu-para{
font-size: 18px;
color: #fcfcfc;
font-weight: 500;
padding-bottom:40px;
}

.wcu-left{
position: relative;
}

.wcu-left img{
position:absolute;
left:0px;
top:20px;
}

.wcu-list ul{
padding-bottom:22px;   
}

.wcu-list ul li{
font-size: 18px;
line-height: 36px;
color: #fcfcfc;
font-weight: 400;
padding-left:30px;
background:url(../images/wcu-check.png) no-repeat 0 0;
background-position: left 9px;
background-size:18px;
}

.wcu-btn{
padding:12px 37px;
border-radius: 5px;
background-color: #ffffff;
font-size: 16px;
line-height: 36px;
color: #1c1b1b;
font-weight: 500;
transition:0.5s ease-in-out all 0s;
}

.wcu-btn:hover{
transition:0.5s ease-in-out all 0s;
background:#ffe8b5; 
color:#282828;
}

/* testim-sec */

.testim-sec{
background:#fff4dd;
padding:65px 0px 160px 0px;
margin-bottom:-92px;
}

.testim-small-heading{
font-size: 17px;
color: #ff7911;
font-weight: 500;
}

.testim-sec .main-heading{
padding-bottom:55px;
}

.sp-testimonial-free-wrapper-32{
padding:0px 25px !important;
}

.sp-testimonial-free{
position: relative;
padding: 0px 20px;
}

.sp-testimonial-free:before{
position:absolute;
content:"";
width:1px;
height:163px;
background: #10101030;
top:0px;
right: -10px;
}

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

.sp-testimonial-content p{
padding:30px 0 0 0 !important;
margin-bottom:10px !important;
font-size: 18px !important;
line-height: 29px !important;
color: #252220 !important;
font-weight: 600;
}

.sp-testimonial-client-testimonial{
margin-bottom:10px !important;
}

.sp-testimonial-client-name{
font-size: 20px !important;
color: #ff7911 !important;
font-weight: 600 !important;
text-align:center !important;
}

.sp-testimonial-free-section .testimonial-nav-arrow{
transform:inherit !important;
}

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

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

/* cta-sec */

.cta-bg{
border-radius: 5px;
background: #ff7911;
padding:36px 40px 35px 20px;
position: relative;
z-index:1;
overflow:hidden;
}

.cta-bg:before{
position:absolute;
content:"";
width:100%;
height:100%;
background:url(../images/cta-left-circle.png) no-repeat 0 0;
opacity: 0.169;
left:0px;
top:0px;
z-index:-1;
background-position:-26px -96px;
}

.cta-bg:after{
position:absolute;
content:"";
width:100%;
height:100%;
background:url(../images/cta-right-circle.png) no-repeat 0 0;
opacity: 0.329;
z-index:-1;
right:-22px;
top:0px;
background-position:right;
}

.cta-body-part{
display: flex;
flex-wrap: wrap;
align-items:center;
justify-content:space-between;
}

.cta-text{
line-height:29px;
padding-left:12px;
}

.cta-sub-heading{
font-size: 20px;
color: #090909;
font-weight: 500;
}

.cta-heading{
font-size: 27px;
color: #ffe8b5;
font-weight:700;
}

.cta-para{
font-size:18px;
color: #090909;
font-weight: 500;
}

.cta-btn{
padding-left:43px;
}

.cta-btn .wcu-btn{
padding:16px 42px;
}

/* footer-sec */

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

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

.footer-heading{
font-size: 22px;
color: #eeeeee;
font-weight: 700;  
padding-bottom:10px;
}

.footer-contact-info ul{
padding-bottom:25px;
}

.footer-contact-info ul li{
font-size: 16px;
line-height: 36px;
color: #eaeaea;
font-weight: 400;
}

.footer-contact-info ul li img{
margin-right:8px;
}

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

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

.social-icons ul{
padding-top:10px;
}

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

.footer-logo{
margin:auto;
display:block;
padding-bottom:20px;
}

.footer-para{
line-height: 26px;
color: #e6e6e6;
font-weight: 400;
text-align:center;
padding-bottom:27px;
border-bottom:1px solid #9c9c9c30;
}

.footer-menu ul li{
font-size: 15px;
line-height: 31px;
font-weight: 500;
}

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

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

.footer-border{
position: relative;
}

.footer-border:before, .footer-border:after{
position:absolute;
content:"";
left:0px;
top:0px;
width: 1px;
height:100%;
background-color: #9c9c9c30;
}

.footer-border:after{
right:0px;
left:inherit;
}

.footer-sec .wpcf7-email{
border:0px;
padding:11px 15px;
font-size: 14px;
color: #676767 !important;
font-weight: 400;
}

.footer-sec .wpcf7-email::placeholder{
color: #676767 !important;
}

.footer-sec .wpcf7-submit{
background:#ff7911;
font-size: 16px;
font-weight:500;
padding: 10px 22px;
transition:0.5s ease-in-out all 0s;
}

.copy-right-text{
font-size: 14px;
color: #e9e8e8;
font-weight: 400;
padding:20px 0px;
text-align:center;
margin-top:60px;
border-top:1px solid #9c9c9c30;
}

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

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

#top {
background-color: #282828;
border-radius: 50px 50px 50px 50px;
bottom: 0;
color: #ffffff;
height: 48px;
position: fixed;
right: 20px;
bottom: 20px;
text-align: center;
text-transform: uppercase;
width: 48px;
opacity: 0;
z-index: 10000;
font-size: 0;
border: 0;
transition: all 0.2s ease-in-out 0s;
cursor: pointer;
outline: none;
padding:12px;

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


.site-content, .site-main .widecolumn {
margin-left: 0px !important;
}


.page .entry-header, .blog_page_header {
background-size: cover !important;
max-width: 100% !important;
padding: 340px 0 140px !important;
position: relative;
overflow: hidden;
text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
background:rgba(0, 0, 0, 0.50);
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;
}
.breadcrumb-container {
width: 100%;
color: #fff;
position: relative;
font-size: 15px;
}
.breadcrumb-container a {
color: #ffe8b5;
}
.page {
margin-top: 0 !important;
}

/* inner-page */

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

.inner-heading {
font-size: 30px;
color: #282828;
line-height: 33px;
font-weight: 600;
margin-bottom: 25px;
position: relative;
font-family: "Fredoka";
}

.inner-heading span{
color:#ff7911;
}

.inner-heading:before {
position: absolute;
content: "";
bottom: -10px;
left: 0;
width: 35px;
border-bottom: 2px solid #ff7911;
}

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

.inner-para{
font-size: 17px;
color: #282828;
line-height:27px;
margin-bottom: 12px;
}

.inner-para strong{
  font-size:20px;
  color:#282828;
  padding-bottom:8px;
  display:inline-block;
}

.inner-service-box{
background:#ffe8b5;
padding:30px;
border-radius:5px;
height:100%;
border-bottom:3px solid #ff7911;
}

.inner-service-heading{
font-family: "Fredoka";
color:#282828;
font-size:24px;
font-weight:600;
line-height:1.2;
padding-bottom:10px;
}

.inner-service-para{
color:#282828;
}

.inner-page-mid-sec {
background:#fff9f5;
padding: 60px 0;
margin: 60px 0;
}

.inner-call-sec-bg{
background:#ff7911;
margin-top: 60px;
padding: 40px 30px;
border-radius: 5px;
text-align: center;
}

.inner-call-sec-heading{
font-weight: 600;
font-family: "Fredoka";
color: #fff;
font-size:30px;
line-height: 31px;
position: relative;
padding-bottom: 12px;
}

.inner-call-sec-heading:before {
position: absolute;
content: "";
bottom: 0;
left: 50%;
width: 30px;
transform: translate(-50%, 0);
border-bottom: 2px solid #fff;
}

.inner-call-sec-para{
color: #fff;
line-height:26px;
margin-top:10px;
font-weight:400;
font-size:16px;
}

.point-sec {
padding-left: 23px !important;
margin-bottom: 5px;
display: inline-block;
}

.point-sec li {
font-size: 17px;
line-height: 27px;
font-weight:400;
color: #282828;
margin-bottom: 8px;
position: relative;
}

.point-sec li strong{
color:#ff7911;
}

.point-sec li:before {
content: "";
position: absolute;
background: url(../images/check.png) no-repeat 0 0;
width: 16px;
z-index: 1;
height: 16px;
top: 7px;
left: -26px;
background-size: contain;
}

/* Review */

.review-box{
	background:#ffe8b5;
	padding:20px;
	height:100%;
	border-radius:5px;
	color:#282828;
}

.review-para {
    padding: 5px 0px;
}

.review-name {
    font-weight: 600;
	font-family: "Fredoka";
	font-size:18px;
}

.review-box img{
	width:80px;
}

/* contact form */

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

.ref_form_box_input input {
border-radius: 3px;
background: #ffffff;
border: 1px solid #ff7911;
font-size: 15px;
color: #252220;
font-weight: 500;
padding:12px 15px;
}

.ref_form_box_input textarea {
border-radius: 3px;
height:144px;
background: #ffffff;
border: 1px solid #ff7911;
font-size: 15px;
color: #252220;
font-weight: 500;
padding:12px 15px;
}

.ref_form_box_input select {
border-radius: 3px;
background: #ffffff;
border: 1px solid #ff7911;
font-size: 15px;
color: #252220;
font-weight: 500;
padding:11px 15px;
width:100%;
}

::placeholder{color:#3f3f3f !important;}

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

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

.contact_page_info strong{
color:#282828;
}

.contact_page_info a {
color:#282828;
text-decoration:none !important;
}

/* Referral & Feedback */

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

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

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

.ref_form_box_label {
    color: #282828;
    margin-top: 16px;
	padding-bottom:3px;
}

span.wpcf7-list-item {
	margin: 0 !important;
	display: block;
}
.wpcf7-list-item label {
	display: block;
	position: relative;
	margin-top: 8px;
	color: #282828;
	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:#ffe8b5;
	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 #282828;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.page-id-13 .wpcf7-submit, .ref_form_box .wpcf7-submit{
	margin:inherit;
}

/* error message */

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

/* pdf */

.pdf-box{
background:#fff;
filter:drop-shadow(0px 6px 8px rgba(0,0,0,0.09));
height:300px;
border:10px solid #fff;
	overflow:hidden;
}

/* footer-fixed-btns */

.footer-fixed-buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer-btn1 {
	background: #96765a;
	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:#ffe8b5;
	color: #282828 !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}

/* responsive */


@media only screen and (min-width : 300px) and (max-width : 767px) {
	.ms-nav-next, .ms-nav-prev{display:none;}
	.ms-slide-info {left: 4%;right: 4% !important;width: auto !important;transform: translateY(-60%);}
	.banner-btn1, .banner-btn2{padding:13px 30px;}
	.box-wrap{max-width:100% !important;}
	.get-in-touch-sec:before{width:100% !important;background-position:center !important;}
	.get-in-touch-sec .form-gap{padding-right:12px !important;}
	.get-in-touch-sec:after{display:none !important;}
	.wcu-sec{margin-top:40px;}
	.wcu-left img{position:static;margin-bottom:20px;}
	.sp-testimonial-free{padding:0px;}
	.sp-testimonial-free:before{display:none;}
	.cta-bg{padding:30px;}
	.cta-text{text-align:center;padding-left:0px;margin-top:24px;}
	.pdf-box{height:100%;}
}

@media only screen and (min-width : 300px) and (max-width : 1023px) {
	.primary-navigation{display:none;}
	.box-wrap{max-width:48%;margin-bottom:24px;}
	.box-wrap:last-child{margin:auto;}
	.get-in-touch-sec:before {width:75%;height:615px;background-position:right;}
	.get-in-touch-sec:after{width:60%;height:615px;background-position:left;}
	.wcu-sec::after{display:none;}
	.cta-body-part{justify-content:center;}
	.cta-btn{margin-top:24px;}
	.footer-sec form p{margin-bottom:0px;}
	.top-arrow{bottom:60px !important;}
	.copy-right-text{padding-bottom:60px;}
	.footer-sec .wpcf7-submit{width:100%;}
}

@media only screen and (min-width : 300px) and (max-width : 1024px) {
	.logo img, .fixed-header .logo img{width:100px;}	
	.ms-view, .ms-slide {min-height: 300px !important;}
	.page .entry-header, .blog_page_header{padding:100px 0 60px !important;}
	.banner-large-heading{font-size:30px;}
	.main-heading, .about-heading{font-size:30px;}
	.wrapper, .service-sec, .get-in-touch-sec, .inner-sec, .inner-call-sec-bg{margin-top:50px;}
	.inner-page-mid-sec{padding:50px 0px;margin-top:50px;}
	.inner-heading, .page .entry-title, .blog_page_title{font-size:26px;}
    .flex-box{margin-top:50px;}
	.service-para{max-width:80%;}
	.get-in-touch-sec .form-gap{padding-right: 50px;}
	.wcu-sec{padding:50px 0px;}
	.testim-sec{padding:50px 0px;margin-bottom:0px !important;}
	.cta-sec{margin-top:50px;}
	.cta-text{max-width:510px;}
	.cta-heading{font-size:24px;}
	.cta-para{font-size:16px;}
	.cta-btn{padding-left:0px;}
	.footer-sec{padding-top:50px;margin-top:50px;}
	.page-id-7 .footer-sec{margin-top:50px !important;}
	.footer-border:before, .footer-border:after{display:none;}
	.copy-right-text{margin-top:50px;}
}




/* 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) {
	.primary-navigation{margin:0 0px 0 -140px !important;}
	.logo img, .fixed-header .logo img{width:100px;}
	.menu ul li{font-size:16px;}
	.menu ul li a{padding:22px 0px;}
	.service-text-part{width: 57%;margin-left:14px;}
	.testim-sec{margin-bottom:-110px;}
	.cta-text{max-width:530px;}
	.page-id-7 .footer-sec{margin-top:-110px;}
	.wcu-sec::after{width:250px;height:528px;background-position:left;}
	.get-in-touch-sec:before{width:72%;background-position:right;}
	.get-in-touch-sec:after{width:56%;background-position:left;}
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1199px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.primary-navigation{margin:0 0px 0 -140px !important;}
.logo img, .fixed-header .logo img{width:100px;}
.menu ul li{font-size:16px;}
.menu ul li a{padding:22px 0px;}
.service-text-part{width: 57%;margin-left:14px;}
	.testim-sec{margin-bottom:-110px;}
	.cta-text{max-width:530px;}
	.page-id-7 .footer-sec{margin-top:-110px;}
	.wcu-sec::after{width:250px;height:528px;background-position:left;}
	.get-in-touch-sec:before{width:72%;background-position:right;}
	.get-in-touch-sec:after{width:56%;background-position:left;}
}


@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {
	.get-in-touch-sec:before{width:69%;}
		.get-in-touch-sec:after{width:56%;}
}

@media screen and (min-width: 2048px) {
	.get-in-touch-sec:before{width:71%;}
	.get-in-touch-sec:after{width:60%;}
}

@media screen and (min-width: 2550px) {
	.get-in-touch-sec:before{width:75%;}
	.get-in-touch-sec:after{width:66%;}
}


