body{ padding: 0px; margin: 0px; list-style: none; font: normal 16px/26px 'Poppins'; color:#000; background: #f3efe9; }
p{padding: 0px; margin: 0px;}
a{padding: 0px; margin: 0px; outline: none;}
ul{ list-style: none; padding: 0px; margin: 0px;}
label{ list-style: none; padding: 0px; margin: 0px;}
ul li{ padding: 0px; margin: 0px;}
h1, h2, h3, h4, h5, h6{padding: 0px; margin: 0px;}
input[type="text"]::-webkit-placeholder { opacity: 1;  }
input[type="text"]::-moz-placeholder { opacity: 1;}
input[type="password"]::-webkit-placeholder { opacity: 1;}
input[type="password"]::-moz-placeholder { opacity: 1;}
input[type="search"]::-webkit-placeholder { opacity: 1;}
input[type="search"]::-moz-placeholder { opacity: 1;}
input[type="email"]::-webkit-placeholder { opacity: 1; }
input[type="email"]::-moz-placeholder { opacity: 1;}
input[type="tel"]::-webkit-placeholder { opacity: 1;}
input[type="tel"]::-moz-placeholder { opacity: 1;}
textarea::-moz-placeholder { opacity: 1;  }
textarea::-webkit-placeholder { opacity: 1;}
a:hover{ outline: none !important; text-decoration: none;}
a:active{ outline: none !important; text-decoration: none;}
a{ text-decoration: none !important;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
button, input[type="submit"]{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; cursor: pointer;}
input, button{ -webkit-appearance: none;}
input:focus{ outline: none; box-shadow: none;}
button:focus, input[type="submit"]:focus{ outline: none; box-shadow: none;}
figure{ margin: 0px !important; }


/*font-family: 'Poppins';
font-family: 'Fira Sans';
font-family: 'Playlist';*/


.btn_link { padding: 12px 30px; border-radius: 30px; text-transform: uppercase; font-weight: normal; color:#fff; display: inline-block; font-family: 'Poppins'; font-size: 14px; line-height: 22px; background: #b38a66; margin-top: 10px; overflow: hidden; z-index: 1; transition: background-color 0.3s ease; position: relative; font-weight: 600; }
.btn_link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #6c4e33;
  transform: scaleX(0);
  transform-origin: left;
  z-index: -1;
  transition: transform 0.3s ease;
}
.btn_link:hover::before {
  transform: scaleX(1);
}
.btn_link:hover{ color:#fff !important; }
.menu_sec li.btn_link a:hover { color:#b38a66 !important;}



/*header*/
p, h1, h2, h3, h4, h4, h5, h6{padding-bottom: 15px;}
.header_sec { width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; position: relative;  z-index: 55; padding: 15px 0; }

.header_sec .row{ align-items: flex-end !important; }
.nav_top{ margin: 0px;  background: none; border: none; min-height: auto; box-shadow: none; border-radius: 0; padding: 0; }
.navbar-brand{margin: 0; padding: 0; width: auto; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.navbar-brand img{max-width: 150px; width: auto;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } 

.menu_sec { padding: 0; display: flex !important; justify-content: flex-end; align-items: center; }
.menu_sec li{ margin: 0 0 0 35px; font-size: 16px; line-height: 20px; color:#000; position: relative; font-weight: normal; float: left; }
.menu_sec li a{display: inline-block; color: #0e0e0e; padding: 5px 0; letter-spacing: 0; text-transform: capitalize; }
.menu_sec li:first-child{ margin-left: 0px; }
.menu_sec li a:hover{ color:#b38a66 !important; }
.menu_sec li a:after{position: absolute; content: ""; width: 0px; height: 2px; background: #b38a66; bottom: 0; left: 0; transition: all 0.5s ease-in-out; visibility: hidden; opacity: 0;}
.menu_sec li a:hover:after{ width: 100%; visibility: visible; opacity: 1; }
.primary-navigation .menu-item-has-children > a:after{ display: none !important; }
.site-navigation ul .sub-menu{width: 250px; padding: 0; background: #b38a66; top: 35px; box-shadow: 0 0 7px -4px #646363; }
.site-navigation ul .sub-menu li a:after{ display: none; }
.site-navigation ul .sub-menu li{ width: 100%; font-size: 14px; line-height: 18px; margin: 0px; }
.site-navigation ul .sub-menu li a{ width: 100%; padding: 10px 15px !important; color:#fff; }
.site-navigation ul .sub-menu li a:hover{ background: #000 !important; color: #fff !important; }
.menu_sec li.menu_btn { padding: 0px; border: none; }
.menu_sec li.menu_btn a { color: #fff; padding: 12px 35px; background: #b38a66 !important;  border-radius: 30px; font-weight: 600; font-size: 14px; position: relative; overflow: hidden;
  z-index: 1; transition: background-color 0.3s ease; text-transform: uppercase; }
.menu_sec li.menu_btn a:after{ display: none !important;}
.menu_sec li.menu_btn a:before{   content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #6c4e33 !important;
  transform: scaleX(0);
  transform-origin: left;
  z-index: -1;
  transition: transform 0.3s ease;
  display: block;
   border-radius: 30px;
}
.menu_sec li.menu_btn a:hover::before { transform: scaleX(1);}
.menu_sec li.menu_btn a:hover{ color:#fff !important; }
.top-logo{width: 18%;}
.header-mid { width: 82%; padding-right: 105px; position: relative;}

.header_sec.fixed{position: fixed; top: 0; left: 0; width: 100%; z-index: 99; background: #f3efe9; box-shadow: 0 0 14px -8px #000; animation: slideDown 0.75s ease-out; padding: 6px 0; }
.header_sec.fixed .header_top{ display: none; }
.header_sec.fixed .headerMain { padding:10px 0; }
.drop-arw { white-space: nowrap;  margin-left: 5px;  font-size: 14px;}
.header_sec.fixed .top_contact{ display: none;}
.header_sec.fixed .row { align-items: center !important;}


@keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  
.header-right .btn_link{ float: right; margin: 0; }
.header_sec.fixed .navbar-brand img { max-width: 100px;}

.primary-navigation li.menu-item-12 ul.sub-menu {
  height: 250px;
  overflow-y: auto;
  scrollbar-width: thin;
}


.top_contact { position: absolute; right: 15px; top: -45px; }
.top_contact ul li{ margin: 0 15px 0 0; color:#000; font-family: 'Poppins'; font-size: 14px; line-height: 20px; font-weight: normal; float: left; padding-left: 42px;
  position: relative;}
.top_contact ul li a{ color:#000; }
.top_contact ul li a:hover{ color:#785d3a; }
.top_contact ul li:last-child{ margin-right: 0px;}
.top_contact ul li i{ width: 34px; height: 34px; background: #fff; display: flex; justify-content: center; color:#785d3a; position: absolute; left: 0; top: -6px; border-radius: 100%; line-height: 23px; border: 1px solid #785d3a; border-radius: 100%; align-items: center; }


.bannersec{ width: 100%; position: relative;}  
/* .bannersec:before{ width: 100%; position: absolute; left: 0; bottom: 0; background: url(../images/banbg.png) repeat-x left bottom; height: 110px; content: "";} */
.banner_box{ width: 100%; background: #e8d7c7; min-height: auto; border-radius: 60px; position: relative; overflow: hidden; }
.banner_box .container{ position: relative;}

.bann_img img{ max-width: 100%;}
.bann_img1{ width: auto; position: absolute; left: 8px; top: 18px; }
.bann_img2{ width: auto; position: absolute; right: 0px; top: 0px; }
.bann_img3{ width: auto; position: absolute; right: 8px; bottom: 18px; }
.bann_img4{ width: auto; position: absolute; left: 0px; bottom: 0px; }

.banner_innr{ width: 100%; position: absolute; left: 50%; top: 50%; -ms-transform: translate(-50%,-50%); 
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
 	transform: translate(-50%,-50%); z-index: 5; }
.banTxt{max-width: 100%; display: inline-block; padding: 0 10px; }
.banTxt .ban_subheading{display: inline-block; width: 100%; font-size: 30px; line-height: 32px; color: #202020; padding-bottom: 25px; position: relative; text-transform: uppercase; font-family: 'Fira Sans'; position: relative; }   
.banTxt .ban_heading, .banTxt h1{display: inline-block; width: 100%; font-size: 60px; line-height: 65px; color: #7c5b37; padding-bottom: 20px; position: relative; text-transform: capitalize; font-family: 'Playlist'; position: relative; }   
.ban_content{display: inline-block; width: 100%; font-size: 16px; line-height: 30px; color: #000; padding-bottom: 15px; font-weight: normal; }   
.banTxt .btn_link{ margin: 0;}

.ban_left{ width: 100%; }
.ban_leftInnr{ width: 100%; height: 420px; background: url(../images/content_box.png) no-repeat 0 0; padding: 130px 120px 90px 135px; background-size: 100% 100%; }
.banner_innr .row{ align-items: center; }

.ban_item{ width: 100%; }
.banslide_heading{ width: 100%; font-size: 26px; line-height: 38px; color:#202020; text-transform: uppercase; font-family: 'Fira Sans'; padding: 0 0 15px; }
.banslide_signature{ width: 100%; font-size: 26px; line-height: 32px; color:#7c5b37; text-transform: capitalize; font-family: 'Playlist'; }






.wrapper{ padding: 90px 0; }


.about_sec{position: relative; }
.about_sec .container{ position: relative; z-index: 55; }
.reverse{ flex-direction: row-reverse; }
.top_heading{ width: 100%; font-size: 36px; line-height: 40px; font-family: 'Fira Sans'; color: #000; font-weight: 400; padding-bottom: 15px; text-transform: uppercase; }
.top_heading strong{ color:#785d3a; font-family: 'Playlist'; font-size: 42px; font-weight: normal; text-transform: capitalize; }
.top_paragraph{ font-size: 16px; line-height: 30px; color: #000; font-weight: normal; padding-bottom: 15px; }

.about_top{ width: 100%; position: relative; z-index: 2; }
.about_img1 { position: absolute; left: 0; top: -20px; width: 200px; border-radius: 0 150px 150px 0; z-index: 5; }
.about_img2 { position: absolute; right: 0; bottom: 20px; width: 200px; border-radius: 150px 0 0 150px; z-index: 5; }
.about_top:after{ background: url(../images/line1.png) no-repeat 0 0; width: 100px; height: 250px; position: absolute; right: 0; top: -60px; background-size: 100%; content: ""; z-index: 1; }
.about_btm { width: 100%; position: relative; }
.about_btm img { width: 100%; margin-top: -100px;}
.about_top:before{ background: url(../images/ban_icon5.png) no-repeat 0 0; width: 219px; height: 170px; position: absolute; left: 0; bottom: 56px; background-size: 100%; content: ""; z-index: 1; }

.list_style{ width: 100%; padding: 15px 0; }
.list_style li{ width: 100%; display: inline-block; font-size: 18px; line-height: 26px; color:#1d1d1d; padding: 10px; padding-left: 30px; }
.list_style li strong{ font-size: 22px; line-height: 26px; color:#0e2a7e; display: inline-block; margin: 0 0 5px; }
.list_style li:before{ width: 10px; height: 10px; position: absolute; left: 0px; top: 0; background: #0e2a7e; border-radius: 100%; content: ""; }

.about_left{ width: 100%; padding: 0 10%; } 
.about_rt{ width: 100%; }
.about_imgbox{ width: 100%; }
.about_imgbox img{ max-width: 100%; border-radius: 10px; }
.about_left .top_heading{ padding-bottom: 25px; }


.service_sec{width: 100%; background: url(../images/service_bg.png) no-repeat center center #fff; background-size: 100%; }
.wrapper.service_sec { padding-bottom: 120px;}
.service_sec .owl-carousel .owl-item { padding: 10px;}
.service_box { text-align: center; width: 100%;  position: relative; background: url(../images/service_bxbg.png) no-repeat left bottom #fff; background-size: 100%;
  padding: 10px; border-radius: 20px; box-shadow: 0px 1px 12.1px -2.1px rgba(0, 0, 0, 0.15);
}
.service_text{ width: 100%; padding: 15px 0 0; }
.service_img{ width: 100%; overflow: hidden; border-radius: 10px; position: relative; }
.serv_img{ width: 100%; border-radius: 10px;-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;  }
.service_title{ width: 100%; font-size: 17px; line-height: 24px; text-transform: capitalize; color:#7c5b37; font-weight:normal bold; padding: 0 0 5px; min-height: 55px; font-family: 'Fira Sans';}
.service_content { font-size: 14px; line-height: 24px; color: #151515; padding: 0 0 10px; min-height: auto;}
.service_box .btn_link{padding: 10px 30px;}
.service_box .read_link{ text-align: center; font-weight: 600; text-decoration: underline; color:#7c5b37; text-decoration: underline !important; text-underline-offset: 5px; text-transform: uppercase;}
.service_box .read_link:hover{ color:#000; }


.service_sec .owl-carousel { margin-top: 20px; padding: 0; }
.service_hvr{ width: 100%; position: absolute; left: 0px; top: 0px; height: 100%; }
.service_box:hover .service_img img{ -webkit-transform: scale(1.1); transform: scale(1.1);}
.service_sec .owl-nav .owl-prev {
    background: url(../images/prev.png) no-repeat center center #fff !important;
    width: 35px !important;
    height: 35px !important;
    background-size: 11px !important;
    content: "";
    opacity: 1;
    font-size: 0px !important;
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translate(0, -50%);
	border-radius: 100%;
    box-shadow: 0 0 8px -4px #000;
}
.service_sec .owl-nav .owl-prev:hover{ opacity: 1;}
.service_sec .owl-nav .owl-next {
    background: url(../images/next.png) no-repeat center center #fff !important;
    width: 35px !important;
    height: 35px !important;
    background-size: 11px !important;
    content: "";
    opacity: 1;
    font-size: 0px !important;
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 100%;
    box-shadow: 0 0 8px -4px #000;
}
.service_sec .owl-nav .owl-next:hover{ opacity: 1;}




.toparww{ position: fixed; right: 15px; bottom: -30px; font-size: 26px; color:#b38a66 !important; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; z-index: 5; width: 55px; height: 55px; display: flex; justify-content: center; align-items: center; background: #fff; border-radius: 100%; z-index: 5555; }
.toparww_main.fixed .toparww{opacity: 1; visibility: visible; bottom: 60px; }



.get_intouch{ width: 100%; position: relative; background: #f3efe9; }
.get_intouch:before{ width: 210px; height: 140px; position: absolute; left: 0; top: 0; background: url(../images/line2.png) no-repeat 0 0; content: ""; background-size: 100%;}
.get_intouch .container{ position: relative; z-index: 1; }

.get_frm{ width: 100%; display: inline-block; margin: 8px 0; }
.get_frm input[type="text"], .get_frm input[type="email"], .get_frm input[type="tel"], .get_frm select, .get_frm textarea{ width: 100%; height: 60px; padding: 0 15px; 
  background: #fff; border: none; outline: none; font-size: 14px; line-height: 18px; color:#4a4a4a; border-radius: 15px; font-family: 'Poppins'; border:1px solid #7c5b37; transition: all 0.3s; }
.get_frm textarea{ padding: 15px 15px; resize: none; height: 120px; }
.get_frm input[type="text"]::placeholder, .get_frm input[type="email"]::placeholder, .get_frm input[type="tel"]::placeholder, .get_frm textarea::placeholder{ opacity: 1; 
  color:#131313; }
.get_frm .btn_link { cursor: pointer; border: none; padding: 15px 60px; outline: none; margin: 0; }
.get_frm .btn_link:hover{background: #7c5b37;}
.get_frm select{ cursor: pointer;}
.get_frm.get_btn { display: flex; gap: 10px;}
.get_frm input[type="text"]:focus, .get_frm input[type="email"]:focus, .get_frm input[type="tel"]:focus, .get_frm select:focus, .get_frm textarea:focus{ border-color:#222;}
.gettouch_left .row{ margin: 0 -5px; }
.gettouch_left .col-md-6, .gettouch_left .col-md-12, .gettouch_left .col-lg-12{ padding: 0 8px;}
.btn_div{ text-align: center;}
.btn_div .btn_link{ margin: 15px 0 0;}


.get_rt{ width: 100%; padding-left: 30px; margin-top: -140px; position: relative; }
.get_intouch::after { background: url(../images/ban_icon6.png) no-repeat 0 0; width: 175px; height: 190px; background-size: 100%; position: absolute; right: 0; bottom: 180px;
content: ""; }
.get_rt img{ max-width: 100%; }




.testimonial_sec{ width: 100%; position: relative; background: #fff; }
.wrapper.testimonial_sec {padding-bottom: 70px;}
.testimonial_sec .top_heading{ padding-bottom: 30px; text-align: center; }
.testimonial_sec::before { background: url(../images/ban_icon7.png) no-repeat 0 0; width: 160px; height: 148px; background-size: 100%; position: absolute; left: 0; top: 0;
content: ""; }



.get_in_touch{ width: 100%;}
.get_touchInnr{ width: 100%; background: url(../images/getbg.jpg) no-repeat 0 0; background-size: cover; padding: 40px 30px; position: relative; border-radius: 8px; z-index: 1; }
.get_touchInnr:after{ background: url(../images/line2.png) no-repeat 0 0; width: 210px; height: 130px; background-size: 100%; position: absolute; right: 0; top: 0; content: ""; }
.get_touchInnr .top_heading{ color:#fff; }
.get_touchInnr .btn_link{ color:#fff; border: 1px solid #fff; background: none; }
.get_touchInnr .btn_link:hover{ color:#fff !important; border: 1px solid #fff; background: #fff; }
.get_in_touch .top_subheading, .get_in_touch .top_heading{ color:#fff; }
.get_in_touch .row{ align-items: center; }


.private_service{ width: 100%; background: #fff; position: relative; }
.private_service::after { background: url(../images/line3.png) no-repeat 0 0; width: 200px; height: 130px; background-size: 100%; position: absolute; right: 0; bottom: -60px;
content: ""; }
.private_serviceInnr{ width: 100%; background: #f3efe9; padding: 45px; border-radius: 40px; position: relative; z-index: 5; }
.service_btn ul{ display: flex; gap: 10px; justify-content: flex-end; }
.private_service .row{ align-items: center; }
.private_serviceInnr .top_heading{ font-weight: 600; }


.footer_sec{ width: 100%; position: relative; background: #b38a66; }
.footer_top{ width: 100%; padding: 65px 0; }
.footer_box{ width: 100%; }
.footer_heading{ font-size: 18px; line-height: 24px; font-weight: 600; color:#f6f6f9; text-transform: uppercase; padding: 0 0 20px; font-weight: bold; letter-spacing: 1px; }

.foot_link li {width: 100%; margin: 0 0 10px; font-size: 14px; line-height: 24px; color: #fff; position: relative; font-weight: normal;}
.foot_link li a{color:#fff; }
.foot_link li a:hover{ color:#000; }
.foot_link li:last-child{ margin-right: 0px;}

.foot_contact li { width: 100%; margin: 0 0 12px; font-size: 14px; line-height: 24px; color: #fff; position: relative; padding: 3px; padding-left: 36px; }
.foot_contact li a{color:#fff; }
.foot_contact li a:hover{ color:#000; }
.foot_contact li i{ font-size: 12px; color:#7c5b37; position: absolute; left: 0px; top: 3px; width: 28px; height: 28px; border-radius: 100%; display: flex; justify-content: center; align-items: center;  background: #fff;}
.foot_contact li:last-child{ margin-right: 0px;}

/* .footer_box1{width: 25%;}
.footer_box2{width: 14%;}
.footer_box3{width: 24%;}
.footer_box4{width: 19%;}
.footer_box5{width: 18%;} */

.footer_btm{ width: 100%; padding: 20px 0; border-top: 1px solid #c2a185; font-size: 14px; line-height: 20px; font-weight: normal; color:#fff; text-align: center; position: relative; }
.footer_btm a{ color:#fff; }
.footer_btm a:hover{ color:#000; }
.mobile_btm{ display: none;}

.ndis_logo { width: auto; position: absolute; right: 10px; top: -15px; }
.ndis_logo img{ max-width: 100%;}
.header_sec.fixed .ndis_logo { width: 70px; right: 10px; top: -12px;}

.home .footer_top { padding: 130px 0 50px 0px;}
.home .footer_sec {margin-top: -80px;}

.social_box{ width: 100%; display: flex; padding: 10px 0 0;}
.social_box li{ float: left; margin: 0 10px 0 0; }
.social_box li:last-child{ margin-right: 0px; }
.social_box li a{ width: 28px; height: 28px; background: #f3efe9; color:#7c5b37; font-size: 14px; border-radius: 100%; display: flex; align-items: center; justify-content: center; }
.social_box li a:hover{ background: #222; color:#fff; }






/*NEW CSS*/
.primary-navigation{ float: none !important; }
.menu-primary-menu-container{display: flex !important; flex-basis: auto; justify-content: flex-end !important; flex-grow: 1; align-items: center;}
.primary-navigation .menu_sec li li{ margin: 0; }
.primary-navigation .menu_sec li li a:before{ display: none !important; }
.primary-navigation .menu_sec ul {background: #af794b; }
.primary-navigation .menu_sec li:hover > a, .primary-navigation .menu_sec li.focus > a { /*color: #cd3386 !important;*/ background: none !important;}
.navbar-brand img { height: auto; max-width: 100%; }



/*CONTENT PAGE CSS*/
.page .entry-header, .blog_page_header { background: url(../images/banner.jpg) no-repeat 0 0; background-position: 0 0 !important; background-size: cover !important;  max-width: 100% !important; padding: 200px 0 150px !important;  margin: 0 0 50px !important;  position: relative;  overflow: hidden;  text-align: center;}
.page .entry-header::after, .blog_page_header::after {   background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);  position: absolute;
content: "";  right: 0;  bottom: 0;  left: 0;  height: 60%;}
.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; z-index: 99; margin-bottom: 3px; text-transform: capitalize; }
.breadcrumb-container { width: 100%; color: #b38a66; position: relative; font-size: 15px; z-index: 5; }
.breadcrumb-container a { color: #fff;}
.page { margin-top: 0 !important; margin-bottom: 0 !important;}
.page .entry-content {  max-width: 100% !important;  padding: 0px !important;}
.full-width .site-content {  margin-left: 0;}  
.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; */
content: "";  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);  position: absolute;  left: 0; top: 0; z-index: 0;  width: 100%;
height: 20%;}
.page .entry-header{ margin: 0 !important;}
.primary-navigation .menu-item-has-children > a, .primary-navigation .page_item_has_children > a {   padding-right: 0 !important;  }






/* INNER CONTENT */
.inner_content .container{ position: relative; z-index: 2; }
.inner_title {
  color: #000;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
  position: relative;
  padding-bottom: 12px;
 font-family: 'Fira Sans';
  text-transform: uppercase;
  margin-bottom: 15px;
      text-align: left;
}
.inner_subtitle {
  color: #000;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
 font-family: 'Fira Sans';
  margin-bottom: 15px;
  text-transform: capitalize;
   text-align: left;
}
.inner_subtitle2 {
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  padding-bottom: 5px;
 font-family: 'Fira Sans';
  text-transform: capitalize;
  text-align: left;
}

.inner_txt {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  /* margin-top: 10px; */
  padding-bottom: 15px;
  line-height: 1.6em;
  font-family: 'Poppins';
  text-align: left;
}
.inner_title strong, .inner_subtitle strong, .inner_subtitle2 strong {
  padding-bottom: 16px;
  color: #785d3a;
  font-family: 'Playlist';
  font-weight: normal;
  text-transform: capitalize;
}


.inner_title::before, .inner_subtitle::after  {
  background: #785d3a;
  width: 35px;
  height: 5px;
  content: "";
  position: absolute;
  left: 0;
  border-radius: 5px;
  bottom: 0px;
}



.core-box {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 30px 20px;
  background: #fff;
  border-radius: 5px;
  min-height: 100%;
}
.core-box img {
  width: 80px;
  padding-bottom: 20px;
}
.margin-top{
  margin-top: 40px;
}
.inner_list_txt ul {
  padding: 0;
  margin: 0;
}
.inner_list_txt ul li {
  position: relative;
  padding: 3px;
  padding-left: 30px;
  background-size: 18px;
  font-size: 16px;
  line-height: 1.6em;
  font-family: 'Poppins';
  color: #000;
  font-weight: normal;
  list-style: none;
}
 .inner_list_txt ul li:before{ position: absolute; left: 0; top: 0; color:#0e2a7e; background: url(../images/bullet.png) no-repeat left top 6px; width: 20px; height: 25px; background-size: 20px; content: ""; }
.inner_list_txt {
  margin-bottom: 10px;
} 
.inner_bottm_sec {
background: #b38a66;
  padding: 40px 30px;
  text-align: center;
  width: 100%;
  border-radius: 5px;
}
.inner_bottm_sec .inner_title:after, .inner_bottm_sec .inner_subtitle:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  height: 3px;
  background: #ffffff;
}
.breadcrumb-container {
  z-index: 5;
  color:#b38a66;
}
.sub_heading {
  font-weight: 700;
  padding:10px 0 0;
  color: #000;
}
.sub_heading strong{ color: #b38a66;}
/* .inner_bottm_sec .inner_txt { margin-top: 20px;} */
.inner_bottm_sec .inner_txt{ padding: 0 5% 15px;}





/* CONTACT US */
.content_page {  width: 100%; padding: 75px 0;}
.get_box{ width: 100%; display: inline-block; margin: 0 0 7px; }
.get_box input[type="text"], .get_box input[type="email"], .get_box input[type="tel"], .get_box select, .get_box textarea{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s;font-family: 'Poppins';}
.get_box .btn_link{ border: none;font-family: 'Poppins'; }
.get_box textarea{ height: 70px; padding: 10px 20px 15px;}
.get_box input[type="text"]:focus, .get_box input[type="email"]:focus, .get_box input[type="tel"]:focus, .get_box select:focus, .get_box textarea:focus{ border-color:#f8c259 !important;}
.get_box input[type="text"]::placeholder, .get_box input[type="email"]::placeholder, .get_box input[type="tel"]::placeholder, .get_box select::placeholder, .get_box textarea::placeholder{ color:#131313; opacity: 1; }

.contact_page_heading {
font-size: 34px;
line-height: 1.2;
text-transform: capitalize;
color: #000;
padding: 0 0 15px;
 font-family: 'Poppins';
font-weight: 600;
position: relative;
display: inline-block;
}
.contact_page_heading::before {
position: absolute;
content: "";
bottom: 8px;
left: 0;
width: 30px;
height: 3px;
background: #785d3a;
}
.contact_page_heading strong { font-family: 'Playlist'; font-weight: normal; color: #785d3a; }
.contact_page_info {
position: relative;
color: #000;
margin-top: 25px;
padding-left: 57px;
font-family: 'Poppins';
}
.contact-img {
position: absolute;
top: 3px;
left: 0;
background:#fff;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
width: 45px;
height: 45px;
border-radius:50%;
text-align: center;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
}
.contact-text strong {
font-weight: 600;
}
.contact-text a {
transition:
all 0.5s ease;
text-decoration: none !important;
color: #000;
}
.contact_page_info {
color: #000;
}
.contact-text a:hover{ color:#b38a66; }

.contact_right {
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
padding: 25px 25px 0;
border-radius:5px;
text-align: left;
background: #fff;
}
.contact-page input, .contact-page textarea, .contact-page select {
width: 100%;
padding: 0 15px !important;
color: #000 !important;
outline:none;
border-color:#ccc !important;
}


.contact-page textarea{ height: 120px; padding: 15px !important}
.contact_box{ width: 100%; margin-bottom: 20px;}

.contact-page input[type="submit"] {
font-size: 16px;
line-height: 24px;
text-transform: uppercase;
color: #fff !important;
font-weight: normal;
text-align: center;
border-radius:50px;
width: fit-content;
padding:13px 50px !important;
transition:all 0.5s ease;
border: none;
font-family: 'Poppins';
height: auto;
letter-spacing: 1px;
font-weight: bold;
background: #b38a66; }
.contact-page input[type="submit"]:hover {
background: #6c4e33 !important;
color:#fff !important;
}
.get_touchSec { padding: 20px 0;}
.get_touchSec .col-lg-6, .get_touchSec .col-lg-12{ padding: 0 5px;}
.get_touchSec .row{ margin: 0 -5px; }
.get_touchSec p{ padding: 0; }

.full-width .hentry { margin-bottom: 0 !important;}
.inner_content { width: 100%; padding:75px 0 !important;}
.reverse{ flex-direction: row-reverse; }


.thank_you { text-align: center;}

/* error */

.inner_content{ /* background: none; */ border-radius: 0px;}

.error404 .header_sec{ position: relative; }
.error404 .header_sec.fixed{ position: fixed; }
.error_page{ text-align: center; padding: 75px 0 !important; }
.error_page .site-content{ margin: 0px; width: 100%; }
.error_page .page-content{ width: 100%; text-align: center; margin: 0px; max-width: 100%;}
.error_page .page-content img{ max-width: 400px; margin: 20px 0;}
.home_btn{ width: 100%; display: inline-block; }
.error_page .inner_title::after{ left: 50%; transform: translate(-50%, 0);}
.inner_txt .home_btn a.btn_link{ text-decoration: none !important;}

.thank_you .inner_txt p{ font-size: 16px; color: #000; font-weight: normal; padding-bottom: 15px; line-height: 1.7em; }
.error404 .header_sec{ background: #f3efe9; }
.error404 .inner_title::before, .error404 .inner_subtitle::after  { left: 50%; transform: translate(-50%, 0);}




/* blog page css  */


.more-link { padding: 12px 30px 12px; border-radius: 30px; text-transform: uppercase; font-weight: normal; color:#fff; display: inline-block; font-family: 'Poppins'; font-size: 16px; line-height: 24px; margin-top: 10px; overflow: hidden; z-index: 1; transition: background-color 0.3s ease; position: relative; font-weight: 600; display: block; width: fit-content; background: #b38a66; }
.more-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #6c4e33;
  transform: scaleX(0);
  transform-origin: left;
  z-index: -1;
  transition: transform 0.3s ease;
}

.more-link:hover::before {
  transform: scaleX(1);
}
.more-link:hover{ color:#fff; }


.post .entry-title{ font-size: 24px !important;  font-weight: 600 !important; line-height: 2rem; }
.blog .main-content, .single .content-area{ padding: 65px 0; margin: 0px; }
.blog .category-blog .post-thumbnail img, .single .category-blog .post-thumbnail img{ width: 100%; }
.content-sidebar h2 { color:#000;}
.blog_sec { width: 100%; padding:65px 0;  display: inline-block; } 
.blog_sec .category-blog .post-thumbnail img{ width: 100%; }
.page .entry-header, .blog_page_header { z-index: 1;}
.entry-title a, .post .entry-title { color:#000; }
.entry-title a:hover, .entry-meta a:hover { color: #b38a66 !important;}
.post-navigation a:hover, .image-navigation a:hover { color: #b38a66 !important; }
.blog .page .entry-header, .blog .blog_page_header, .single .page .entry-header, .single .blog_page_header, .archive .page .entry-header, .archive .blog_page_header{ margin: 0 !important;}

.single .entry-content p, .entry-summary p{ font-size: 16px; line-height: 28px; font-family: 'Poppins'; color: #000; font-weight: normal; padding-bottom: 15px;}
.content-sidebar .widget a { color: #000; font-size: 15px; line-height: 24px; }
.menu_sec li > a{ background: none !important; }


.get_rt .row{ margin: 0 -7px; }
.get_rt .col-md-6, .get_rt .col-md-12{ padding: 0 7px;}
.btn_div .btn_link{ margin: 15px 0 0;}
.get_frm p{ padding: 0;}
.wpcf7-spinner { position: absolute !important; right: 0 !important;}
.get_rt, .contact_right{ position: relative;}
.get_rt .top_heading{ background-position: center bottom;}

.get_box input[type="file"] {  padding: 14px 15px !important;}

.get_box{ width: 100%; display: inline-block; margin: 7px 0; }
.get_box input[type="text"], .get_box input[type="email"], .get_box input[type="tel"], .get_box input[type="date"], .get_box input[type="file"], .get_box select, .get_box textarea{ width: 100%; height: 55px; padding: 0 30px; background: #fff; border: 1px solid #7c5b37; outline: none; font-size: 15px; line-height: 18px; color:#4a4a4a; border-radius: 10px; font-family: 'Poppins'; }
.get_box textarea{ padding: 20px 30px; resize: none; height: 140px; }
.get_box input[type="text"]::placeholder, .get_box input[type="email"]::placeholder, .get_box input[type="date"]::placeholder, .get_box input[type="file"]::placeholder, .get_box input[type="tel"]::placeholder, .get_box textarea::placeholder{ opacity: 1; color:#959595; }
.get_box .btn_link { cursor: pointer; border: none; padding: 15px 60px; outline: none; margin: 0; }
.get_box select{ cursor: pointer;}

.get_sec .row{ margin: 0 -10px; }
.get_sec .col-md-6, .get_sec .col-md-12{ padding: 0 10px;}
.get_box input[type="file"] { padding: 14px 15px !important;}


.thank_you img{ max-width: 100%; margin-bottom: 15px;}
/* .site-navigation ul .sub-menu { width: 250px; top: 34px; box-shadow: 0 0 7px -4px #646363; padding: 5px;} */
.get_frm input[type="text"]:focus, .get_frm input[type="email"]:focus, .get_frm input[type="tel"]:focus, .get_frm select:focus, .get_frm textarea:focus{ 
 border: 1px solid #222 !important; }
.img_box img{ width: 100%; border-radius: 8px; }

.get_frm{ width: 100%; display: inline-block; margin: 6px 0; }

.get_frm .btn_link { cursor: pointer; border: none; padding: 15px 42px; outline: none; margin: 0; }
/* .get_frm .btn_link:hover{background: #10254f;} */
.get_frm select{ cursor: pointer;}

.get_sec .row{ margin: 0 -10px; }
.get_sec .col-md-6, .get_sec .col-md-12{ padding: 0 10px;}
.btn_div .btn_link{ margin: 15px 0 0;}

.yello_sec { background: #efefef;}





/* Referral form css here  */
.inner-form-container a {text-decoration: none !important;}
.inner-form-page .inner_txt a {text-decoration: none;}
.inner-form-label { font-size: 16px; font-weight: 600;}
.inner-form-label p {	margin-bottom: 0; padding-bottom: 10px; }
.inner-form-input input {
	 width: 100%; height: 45px; background: #fff; padding: 0 20px; outline: none; font-size: 12px; line-height: 18px; font-weight: normal; color:#000; font-family: 'Poppins'; border: 1px solid #b38a66;  background: #fff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; border-radius: 7px; }
.inner-form-input select {
	 width: 100%; height: 45px; background: #fff; padding: 0 20px; outline: none; font-size: 12px; line-height: 18px; font-weight: normal; color:#000; font-family: 'Poppins'; border: 1px solid #b38a66;  background: #fff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; border-radius: 7px;  
}
.inner-form-textarea textarea {
	 width: 100%; height: 100px; background: #fff; padding: 15px 20px; outline: none; font-size: 12px; line-height: 18px; font-weight: normal; color:#000; font-family: 'Poppins'; border: 1px solid #b38a66;  background: #fff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; border-radius: 7px; 
}
.inner-form-container {margin: 0 0 30px;padding: 30px 20px;	border-radius: 20px;	box-shadow: 0 0 5px #dfdfdf; background: #fff; }
.inner-form-heading p {	margin-bottom: 0;  padding: 0;}
.inner-form-heading {	color: #000;	font-size: 35px;	line-height: 1.2;	font-weight: 400;	position: relative;	padding-bottom: 12px;	margin-bottom: 24px; font-family: 'Fira Sans'; text-transform: uppercase; }
.inner-form-heading strong { color: #785d3a;  font-family: 'Playlist'; font-weight: normal; text-transform: capitalize; }
.inner-form-heading::after {	position: absolute;	content: "";	bottom: 0;	left: 12px;	width: 30px;	height: 3px;	background: #785d3a;}
.inner-form-radio .wpcf7-list-item {display: block;	margin: 0;}
.inner-form-text {font-size: 16px;	text-align: center;	font-weight: 600;}
.inner-form-page input:focus,.inner-form-page select:focus,.inner-form-page textarea:focus{	border: 1px solid #222;}
.inner-form-submit-btn {	display: flex;	justify-content: center;}

.inner-form-submit-btn input[type="submit"] {font-size:14px; text-transform: uppercase;  color: #fff; font-weight: bold; text-align: center; border-radius: 30px;
width: fit-content;  padding: 13px 35px;  font-family: 'Poppins'; background: #b38a66; }
.inner-form-submit-btn input[type="submit"]:hover {background: #6c4e33; color: #fff; }
.inner-form-submit-btn .wpcf7-spinner {display: none;}
.inner-form-radio { width: 100%; display: inline-block; padding-bottom: 15px; }
.inner-form-radio .wpcf7-list-item{ position: relative; float: left; margin: 0 15px 0 0; padding: 2px; padding-left: 25px; }
.inner-form-radio input[type="radio"] { border: none; width: 100%; height: 100%; position: absolute; left: 0; top: 0; cursor: pointer; background: url(../images/radio2.png) no-repeat left top 7px; background-size: 18px; }
.inner-form-radio input[type="radio"]:checked{ background: url(../images/radio1.png) no-repeat left top 7px; background-size: 18px; }

.error404 .header_sec { box-shadow: 0 0 14px -8px #000;}
.thank_you img{ max-height: 300px; }

.inner_top, .inner_content, .blog .main-content, .single .content-area, .archive .blog_sec, .singular .blog_sec{position: relative;}
.inner_top::before, .inner_content::before, .blog .main-content::before, .single .content-area::before, .archive .blog_sec::before, .singular .blog_sec::before {
  background: url(../images/ban_icon7.png) no-repeat 0 0;
  width: 115px;
  height: 105px;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.inner_top::after, .inner_content::after, .blog .main-content::after, .single .content-area::after, .archive .blog_sec::after, .singular .blog_sec::after{
  background: url(../images/ban_icon3.png) no-repeat 0 0;
  width: 110px;
  height: 90px;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 00px;
  content: "";
}  

.singular .content-area::before, .singular .content-area::after{ display: none;}
.singular.single .content-area{ padding-bottom: 0;}
.singular .site-content .entry-content { background: #fff; margin-top: -8px !important; padding-top: 10px;}
.inner_top, .inner_content{ background: #f3efe9;}

.testimonial_slider .sp-testimonial-free-section .sp-testimonial-item{ background: #fff; box-shadow: 0 0 13px 0px #ececec; border-radius: 15px !important; padding: 15px; }
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p{ color:#242424; font-size: 14px; line-height: 24px; text-align: left; padding: 0; }
.testimonial_slider #sp-testimonial-free-wrapper-64 .sp-testimonial-free-section{ margin: 0 30px !important; padding: 20px 10px !important;}
.testimonial_slider #sp-testimonial-free-wrapper-64 .sp-testimonial-free{ border: 1px solid #7c5b37; border-radius: 15px !important; padding: 15px; position: relative; padding-top: 52px; }
.testimonial_slider #sp-testimonial-free-wrapper-64 .sp-testimonial-free-section .sp-testimonial-client-image { position: absolute; left: 15px; bottom: 12px; margin: 0;}
.testimonial_slider #sp-testimonial-free-wrapper-64 .sp-testimonial-free-section .sp-testimonial-client-image img{ border-radius: 0 !important; width: 52px; }
.testimonial_slider #sp-testimonial-free-wrapper-64 .sp-testimonial-free-section .sp-testimonial-client-rating { position: absolute; left: 15px; top: 25px;}
.testimonial_slider #sp-testimonial-free-wrapper-64 .sp-testimonial-free-section .sp-testimonial-client-name{ text-align: left; color:#242424; font-weight: 700; text-transform: capitalize; padding: 0 0 0 62px; position: relative; top: -6px; }
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial .sp-testimonial-content { margin: 0 !important; height: 150px !important; overflow-y: auto; display: block; padding-right: 10px;  
  /* Firefox scrollbar */
  scrollbar-width: thin;
  scrollbar-color: #b38a66 #fff; /* thumb color | track color */
}
.testimonial_slider #sp-testimonial-free-wrapper-64 .sp-testimonial-free-section .sp-testimonial-client-testimonial { margin: 0 0 25px !important;}



/* Chrome, Edge, Safari scrollbar */
.testimonial_slider .sp-testimonial-free-section 
.sp-testimonial-client-testimonial 
.sp-testimonial-content::-webkit-scrollbar {
  width: 6px;
}

.testimonial_slider .sp-testimonial-free-section 
.sp-testimonial-client-testimonial 
.sp-testimonial-content::-webkit-scrollbar-track {
  background: #fff; /* scrollbar background */
  border-radius: 10px;
}

.testimonial_slider .sp-testimonial-free-section 
.sp-testimonial-client-testimonial 
.sp-testimonial-content::-webkit-scrollbar-thumb {
  background-color: #b38a66; /* scrollbar thumb color */
  border-radius: 10px;
}

.testimonial_slider .sp-testimonial-free-section 
.sp-testimonial-client-testimonial 
.sp-testimonial-content::-webkit-scrollbar-thumb:hover {
  background-color: #b38a66; /* hover color (optional) */
}

.testimonial_slider .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev{ background: url(../images/prev.png) no-repeat 0 0 !important; width: 18px !important; height: 34px !important; background-size: 100% !important; position: absolute; left: 0px; top: 55%; transform: translate(0, -50%); border: none !important; font-size: 0px !important; }
.testimonial_slider .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next{ background: url(../images/next.png) no-repeat 0 0 !important; width: 18px !important; height: 34px !important; background-size: 100% !important; position: absolute; right: 0px; top: 55%; transform: translate(0, -50%); border: none !important;font-size: 0px !important; }

.private_service:after{ background: url(../images/line3.png) no-repeat 0 0; width: 220px; height: 150px; background-size: 100%; position: absolute; right: 0; top: -30px; }
.post .entry-title h3, .post .entry-title h4, .post .entry-title h5, .post .entry-title h6{ font-family: 'Fira Sans'; }
.single .entry-content li, .single .entry-summary li  { font-size: 16px; line-height: 28px; font-family: 'Poppins'; color: #000; font-weight: normal; padding-bottom: 15px; }
.single .entry-content ul{ list-style-type: disc; padding: 15px 0; padding-left: 20px; }

.inner_list_txt ul li {padding-left: 24px;}
.inner_list_txt ul li::before { background: url(../images/arrow.png) no-repeat 0 0; background-size: 100%; width: 15px; height: 13px; top: 10px; }


.btn_link2{ background: #6c4e33 !important;}
.btn_link::before{background-color: #fff !important;}
.btn_link:hover{ color:#6c4e33 !important; }
.yello_sec { background: #e8d7c7; padding: 45px 0 65px 0 !important; }

.yello_sec .inner_subtitle {
  color: #000;
  font-size: 22px;
}


.resource_box .flex-shrink-0 {
  width: 50px;
}
.resource_box {
  background: #fff;
  margin: 10px 0;
  padding: 15px;
  border-radius: 7px;
  box-shadow: 0 0 7px -5px #222;	
}
.resource_box .btn_link::before {
  background-color: #222 !important;
}
.resource_box .btn_link:hover{ color:#fff !important; }
.resource_box .flex-grow-1 p{ padding: 0px; }
.resource_box .btn_link {
    padding: 6px 16px;
    font-size: 12px;
}
.resource_title {
  font-size: 15px;
}
.resources_page .container{ position: relative; z-index: 1; }
.resources_page .d-flex {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.resources_page .ms-3 {
  margin-left: 0 !important;
}
.resources_page .flex-grow-1 {
  text-align: center;
}
.flex-grow-1 {
  padding: 10px 0 0;
}
.inner_top .container{position: relative; z-index: 3; }

.ban_leftInnr {
/*  background: url(../../../../wp-content/uploads/2026/01/green_floral.png) no-repeat 0 0; */
	background: url(../../../../wp-content/uploads/2026/01/green_floral2-1.png) no-repeat 0 0;
    background-size: 100% 100%;
}
.banner_box {
  background: #fff;
}
.home_banner{ width: 100%; height: 100%; object-fit: cover; }

.private_serviceInnr .top_heading {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 22px;
    line-height: 30px;
}
.private_serviceInnr {
    padding: 35px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}
.private_serviceInnr .bann_img3 {
    right: -10px;
    bottom: -14px;
}

.faq_innr2{ }
.faq_innr2 .sp-easy-accordion > .sp-ea-single { background: #fff !important; border-color: #6c4e33 !important;}
.faq_innr2 .sp-easy-accordion > .sp-ea-single > .ea-header a {color: #000 !important; font-size: 15px !important;}
.faq_innr2 .sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body { font-size: 14px !important; line-height: 24px !important;}
.faq_innr2 .sp-easy-accordion > .sp-ea-single.ea-expand{ background:#6c4e33 !important; }
.faq_innr2 .sp-easy-accordion > .sp-ea-single.ea-expand > .ea-header a{ color:#fff !important; }
.faq_innr2 .sp-easy-accordion > .sp-ea-single.ea-expand > .ea-header a .ea-expand-icon{ color:#fff !important; }
.faq_innr2 .sp-easy-accordion .sp-ea-single .ea-header {
    padding: 0 !important;
}
.faq_innr2 .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
    padding: 10px !important;
}
.home_ban .banner_box::before {
  background: #dbdbdb;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  opacity: 0.3;
}

.banTxt .ban_heading, .banTxt h1 {
  color: #794206;
}



/* new */
.ban_left {
  width: 100%;
  background: #fff;
  padding: 6px;
  border-radius: 30px;
}
.ban_leftInnr {
  background: none;
  min-height: 300px;
  height: auto !important;
/*   border: 2px dashed #579342; */
border: 2px dashed #957553;
  border-radius: 25px;
  padding: 40px;	
}
.home_banner {
  height: 670px;
}
.banner_box {
  background: #e8d7c7;
  min-height: 580px;
}
.banTxt .ban_heading, .banTxt h1 {
  color: #7c5b37;
}


.private_serviceInnr .top_heading {
  padding: 0;
  color: #c6742d;
}


.footer_sec {
  background: url(../../../../wp-content/uploads/2026/01/essential_banner.jpg) no-repeat left center !important;
  background-size: cover !important;
}
.footer_sec:before{ width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; background: rgba(179, 138, 102, 0.85); content: ""; }
.footer_sec .container{position: relative; }
.resource_box {
  height: 100%;
}

.resource_title::first-letter{ text-transform: uppercase; }
.ftr_social_innr{ width: 100%; display: flex; justify-content: space-between; align-items:center; flex-wrap: wrap; }
.ftr_social img {
    max-width: 75px;
    border-radius: 5px;
}
.ftr_social .footer_heading { padding: 0 0 5px;}
.follow_insta { margin-top: 10px;}


.ftr_social img {
    max-width: 42px;
}
.social_box {
    padding: 5px 0 0;
}







@media only screen and (min-width: 1400px) {
.ban_leftInnr {
  width: 100%;
  height: 520px; 
}
	
	
	
}

@media only screen and (max-width: 1299px) {
.about_img1 {
 top: -20px;
 width: 150px;
}
.about_top::before {
  width: 140px;
  height: 111px;
  bottom: 56px;
}
.about_img2 {
  width: 150px;
}
.about_top::after {
  width: 85px;
  height: 198px;
  top: 20px;
}  
.wrapper {
  padding: 75px 0;
}
.top_heading {
  font-size: 32px;
  line-height: 36px;
}
.top_heading strong {
  font-size: 36px;
}
.top_paragraph {
  font-size: 15px;
  line-height: 27px;
  padding-bottom: 15px;
}
.banner_box {
  height: 600px;
}
.banTxt .ban_subheading {
  font-size: 28px;
  line-height: 35px;
}
.banTxt .ban_heading, .banTxt h1 {
  font-size: 45px;
  line-height: 55px;
}
.wrapper.service_sec {
  padding-bottom: 90px;
}
.get_rt {
  margin-top: -110px;
}
.get_intouch::before {
  width: 135px;
  height: 90px;
}
.get_frm input[type="text"], .get_frm input[type="email"], .get_frm input[type="tel"], .get_frm select, .get_frm textarea {
  width: 100%;
  height: 55px;
  border-radius: 10px;
}
.get_frm textarea {
  height: 120px;
}
.testimonial_sec::before {
  width: 125px;
  height: 115px;
}
.testimonial_sec .top_heading {
  padding-bottom: 20px;
}
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-item {
  padding: 12px;
}
.wrapper.testimonial_sec {
  padding-bottom: 50px;
}
.private_serviceInnr {
  padding: 30px;
  border-radius: 25px;
}
.top_heading {
  font-size: 30px;
  line-height: 36px;
}
.home .footer_top {
  padding: 115px 0 42px 0px;
}
.toparww {
  width: 45px;
  height: 45px;
}
.testimonial_slider #sp-testimonial-free-wrapper-64 .sp-testimonial-free-section {
  margin: 0 25px !important;
  padding: 15px 10px !important;
}












}



@media only screen and (max-width: 1199px) {
/* blog */
.page .entry-header, .blog_page_header { padding: 160px 0 125px !important;}
.blog .hentry, .archive .hentry, .single .hentry{ max-width: 580px !important;}
.widget h2 { margin-top: 0 !important;}
.post .entry-title{ font-size: 22px !important; line-height: 1.2em; }
.blog .main-content, .single .content-area { padding: 60px 0;}


.inner_title, .inner-form-heading{ font-size: 28px; }
.inner_subtitle { font-size: 26px;}
.top_heading { font-size: 28px;line-height: 32px; padding-bottom: 15px; }
.wrapper { padding: 65px 0; }

.top_paragraph { font-size: 15px; line-height: 28px; padding-bottom: 15px;}
.list_style li{line-height: 28px; }
.top_subheading { font-size: 16px; line-height: 22px; padding: 0 0 12px;}
.inner_txt, .inner_list_txt ul li { font-size: 15px;}
.widget h2 { font-size: 18px !important;}
.single .entry-content p, .entry-summary p { font-size: 15px; line-height: 25px; padding-bottom: 12px;}
.btn_link {padding: 10px 25px;}

.top-logo {
  width: 16%;
}
.top_contact ul li {
    margin-right: 10px;
  font-size: 13px;
  line-height: 20px;
  padding-left: 34px;
}
.top_contact ul li i {
  width: 30px;
  height: 30px;
  left: 0;
  top: -5px;
}
.ndis_logo {
  width: 63px;
  right: 0;
  top: -9px;
}
.header-mid {
  width: 82%;
  padding-right: 75px;
}
.menu_sec li {
  margin: 0 0 0 25px;
  font-size: 15px;
}
.menu_sec li.menu_btn a {
  padding: 10px 25px;
}
.ban_leftInnr {
  height: 380px;
  padding: 110px 100px 80px 111px;
}
.banslide_heading {
  font-size: 23px;
  line-height: 34px;
  padding: 0 0 15px;
}
.banTxt {
  max-width: 100%;
  padding: 0;
}
.banTxt .ban_subheading {
    font-size: 26px;
    line-height: 33px;
    padding-bottom: 20px;
  }
.banTxt .ban_heading, .banTxt h1 {
    font-size: 38px;
    line-height: 48px;
  }
.banner_box {
    height: 550px;
  }
.bann_img1 {
  width: 100px;
}
.bann_img2 {
  width: 170px;
}
.bann_img4 {
  width: 150px;
}
.bann_img3 {
  width: 110px;
}
.about_left {
  padding: 0 8%;
}
.about_img1 {
    top: -20px;
    width: 112px;
  }
.about_img2 {
    width: 120px;
  }
.about_top::before {
    width: 110px;
    height: 86px;
    bottom: 44px;
  }
.about_top::after {
    width: 65px;
    height: 152px;
    top: 98px;
  }
.top_paragraph {
    font-size: 15px;
    line-height: 26px;
    padding-bottom: 15px;
  }
.wrapper.service_sec {
    padding-bottom: 70px;
  }
.get_rt {
  padding-left: 15px;
  margin-top: -140px;
}
.private_serviceInnr .top_heading {
  font-weight: 600;
}
.foot_contact li {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 22px;
  padding: 3px;
  padding-left: 34px;
}
.foot_link li{font-size: 13px;
  line-height: 22px; margin: 0 0 8px;}
.footer_btm {
  padding: 16px 0;
}
.footer_heading {
  font-size: 17px;
  line-height: 22px;
  padding: 0 0 15px;
}
.private_service::after {
  width: 165px;
  height: 85px;
  top: -28px;
}

	
/* new */	
.ban_leftInnr {min-height: 260px; padding: 30px; }
.banner_box {
    height: auto;
    min-height: 520px;
  }



}


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

.mobile_btm{ display: block;}
.footer_fixed_buttons {  position: fixed;  bottom: -80px;  left: 0;  width: 100%;  text-align: center;  z-index: 999; transition: 0.5s; }
.footer_btn3 {   width: 50%;  float: left;  color: #fff !important;  padding:10px 0;  text-decoration:none !important;  text-transform: capitalize; background: #a25512; }
.footer_btn2 {  background:#fff;  position: absolute;  top: 3px;  left: 50%;  transform: translate(-50%, 0);  height: 44px;  width: 44px;  border-radius:50%;  padding-top: 9px;}
.lazyloaded {  opacity: 1;  transition:opacity 400ms; transition-delay: 0s; transition-delay: 0ms;}
.footer_btn1 {  background:#4a321d;  width: 50%;  float: left;  color: #fff !important;  padding:10px 0;  text-decoration:none !important;  text-transform: capitalize;}
.footer_btm { padding-bottom: 60px;}
.header_top{ display: none;}
.footer_fixed_buttons.fixed2{ bottom: 0px;}
    
/* blog */
.widget h2 { font-size: 18px !important; line-height: 1.2;}
.post .entry-title {font-size: 20px !important;  line-height: 1.4em; }
.archive .site-content { margin-right: 36.333%; }

.inner_title, .inner-form-heading{ font-size: 24px; }
.inner_subtitle { font-size: 22px;}
.inner_txt{font-size: 15px; line-height: 24px; padding-bottom: 12px;}
.inner_list_txt ul li{font-size: 15px; line-height: 24px; }
.top_paragraph, .single .entry-content p, .entry-summary p {font-size: 15px; line-height: 24px; padding-bottom: 12px;}
.top_heading { font-size: 28px; line-height: 32px; padding-bottom: 12px; }

.header-rt{ display: none;}

.wrapper { padding: 50px 0; }
.top_paragraph, .single .entry-content p, .entry-summary p, .service_content { font-size: 14px; line-height: 24px;  padding-bottom: 12px; }
.inner_list_txt ul li { font-size: 15px; line-height: 24px;}
.rmp-container .rmp-menu-title .rmp-menu-title-image {
    margin-bottom: 0 !important;
    background: #f3f0ea;
    padding: 12px 10px;
    height: auto;
    width: 150px;
    border-radius: 5px;
  }
.lazyloaded { max-width: 22px;  }
.get_Intouch_innr { padding: 25px 20px;  }
.get_frm input[type="text"], .get_frm input[type="email"], .get_frm input[type="tel"], .get_frm select, .get_frm textarea {height: 55px; padding: 0 15px; font-size: 14px;
  line-height: 18px;}
.get_frm textarea{ height: 130px; padding: 15px; }
.btn_link {padding: 10px 22px;}
.header_sec.fixed {animation: inherit;}
.headerMain {padding: 4px 0;}

.inner_bottm_sec .inner_txt { padding: 0 0 15px;}
.single .entry-content p, .entry-summary p { font-size: 14px; line-height: 24px; padding-bottom: 12px;}  
.content-sidebar .widget a{font-size: 14px; line-height: 24px;}    

.header_sec {
  z-index: 55;
  padding: 10px 0;
}
.bann_img1 {
    width: 70px;
  }
.bann_img2 {
    width: 120px;
  }
.bann_img4 {
    width: 100px;
  }
.bann_img3 {
    width: 85px;
  }
.ban_leftInnr {
    height: 330px;
    padding: 90px 80px 58px 90px;
  }
.banslide_heading {
    font-size: 18px;
    line-height: 27px;
    padding: 0 0 15px;
  }
.banslide_signature {
  font-size: 18px;
  line-height: 26px;
}

.ban_leftInnr {
    height: 350px;
    padding: 110px 76px 70px 90px;
  }
.banTxt .ban_subheading {
    font-size: 21px;
    line-height: 28px;
    padding-bottom: 15px;
  }
.banslide_heading {
    font-size: 18px;
    line-height: 30px;
    padding: 0 0 15px;
  }
.banslide_signature {
  font-size: 21px;
  line-height: 28px;
}
.banTxt .ban_heading, .banTxt h1 {
    font-size: 28px;
    line-height: 35px;
  }
.banner_box {
    height: 480px;
  }
.top_heading strong {
    font-size: 26px;
  }
.get_rt {
    padding-left: 0;
    margin-top: -70px;
  }
.get_intouch::after {
  width: 94px;
  height: 150px;
  bottom: -37px;
}
.wrapper.service_sec {
    padding-bottom: 55px;
  }
.get_frm .btn_link {
  padding: 10px 37px;
}
.testimonial_sec::before {
    width: 80px;
    height: 72px;
  }
.testimonial_slider #sp-testimonial-free-wrapper-64 .sp-testimonial-free-section .sp-testimonial-client-name {
  font-size: 14px !important;
}
.private_service::after {
    width: 110px;
    height: 79px;
    top: -12px;
  }
.ban_leftInnr {
    height: 300px;
    padding: 95px 76px 55px 110px;
  }
.top-logo {
    width: auto;
  }
.navbar-brand img {
  max-width: 125px;
}
.toparww_main.fixed .toparww {
    bottom: 20px;
  }
.header_sec.fixed .navbar-brand img {
  max-width: 120px;
}


/* new */	
.ban_leftInnr {min-height: 230px; padding: 20px; }
.banner_box {
    height: auto;
    min-height: 400px;
  }

 .ndis_logo {
    width: 80px;
    right: 55px;
    top: 24px;
  }
.header_sec.fixed .ndis_logo {
  width: 80px;
  right: 55px;
  top: 24px;
}





} 
 
 
@media only screen and (max-width: 991px) {
.page .entry-title, .blog_page_title{ font-size: 28px; line-height: 32px;}

/* blog */
.blog .hentry, .archive .hentry, .single .hentry { max-width: 400px !important; margin: 0 auto 30px; }
.widget h2 { margin-top: 0 !important;}
.post .entry-title{ font-size: 22px !important; line-height: 1.4em; }
.blog .main-content, .single .content-area { padding: 50px 0;}
.entry-summary{ font-size: 15px; line-height: 26px; }
.widget h2 { font-size: 18px !important; line-height: 1.2;}
.post .entry-title { font-size: 20px !important;  line-height: 1.4em;  }
.entry-content { font-size: 15px !important; line-height: 26px !important;}
  
.toparww {font-size: 21px; width: 42px; height: 42px}
.toparww_main.fixed .toparww {bottom: 25px;}
.get_touchSec { padding: 0 0 20px;}   
  
.top_heading { font-size: 20px; line-height: 26px; padding-bottom: 10px; }
.btn_link { padding: 8px 22px; font-size: 14px; }  
.list_style li { line-height: 22px; font-size: 14px; }  
  
  
.about_img1 {
    top: -20px;
    width: 85px;
  }
.about_img2 {
    width: 85px;
  }
.about_top::before {
    width: 80px;
    height: 64px;
    bottom: 25px;
  }
.about_top::after {
    width: 40px;
    height: 96px;
    top: 170px;
  }  
.about_left {
    padding: 0 5%;
  }
.get_intouch::after {
    width: 70px;
    height: 122px;
    bottom: -37px;
  }
.wrapper.testimonial_sec {
    padding-bottom: 35px;
  }
.private_serviceInnr {
    padding: 20px;
    border-radius: 15px;
  }
.btn_link {
    padding: 6px 17px;
    font-size: 13px;
  }
.home .footer_top {
    padding: 107px 0 42px 0px;
  }
.footer_box1 {
  width: 45%;
}  
.footer_box2 {
  width: 28%;
}  
.footer_box3 {
  width: 27%;
}
.home .footer_top {
    padding: 107px 0 30px 0px;
  }
.banner_box {
  border-radius: 35px;
}
.banner_box {
    height: 420px;
  }
.inner-form-container {
  margin: 0 0 25px;
  padding: 20px 10px;
  border-radius: 15px;
}


.private_serviceInnr {
    padding: 18px;
    border-radius: 15px;
  }
.private_serviceInnr .top_heading {
  font-size: 20px;
  line-height: 28px;
}


/* new */	
.ban_leftInnr {min-height: 210px; padding: 20px; }
.banner_box {
    height: auto;
    min-height: 400px;
  }



  
      
} 

 
@media only screen and (max-width: 767px){
.container{max-width: 100%;}

/* blog */
.blog_sec{ padding: 50px 0;}
.hentry {/* max-width: 100% !important;*/ margin-bottom: 20px !important;}
.page .entry-title, .blog_page_title{ font-size: 26px; line-height: 32px;}
.page .entry-header, .blog_page_header { padding: 150px 0 120px !important; }

.top_heading { font-size: 19px; line-height: 25px; padding-bottom: 12px; }
.margin-top { margin-top: 25px;}
.inner_subtitle { font-size: 20px; }
.inner_title, .inner-form-heading { font-size: 22px; }
.contact_right { padding: 15px 15px 0; }
.contact_left {margin: 30px 0 0;}
.career_page .contact_right { padding: 15px;}
.contact-page input[type="submit"] { font-size: 16px; line-height: 24px; padding: 13px 35px !important;}
.wrapper { padding: 45px 0; }
.inner_txt { font-size: 14px; line-height: 23px; padding-bottom: 12px; }
.top_paragraph { font-size: 14px; line-height: 23px; padding-bottom: 12px; }
.inner_list_txt ul li { font-size: 14px; line-height: 23px;}
.inner_subtitle {font-size: 18px; }
.page .entry-title, .blog_page_title { font-size: 22px; line-height: 28px;}
.inner_content { padding: 50px 0;}
.inner_subtitle2 { font-size: 18px;}
.inner_content { padding: 50px 0 !important;}

.ban_leftInnr {
height: 250px;
padding: 60px 57px 45px 59px;
width: 300px;
margin: 0 auto 25px;
}
.banTxt {
    max-width: 100%;
    padding: 0;
    text-align: center;
  }
.banner_box {
    height: 460px;
  }
.banTxt .ban_subheading {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 15px;
  }
.banslide_heading {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 15px;
  }
.banslide_signature {
    font-size: 19px;
    line-height: 24px;
  }
.banTxt .ban_heading, .banTxt h1 {
    font-size: 24px;
    line-height: 30px;
  }
.about_img1 {
    top: -28px;
    width: 68px;
  }
.about_img2 {
    width: 65px;
    bottom: -10px;
  }
.about_left {
    padding: 0 3%;
  }
.get_rt {
    padding-left: 0;
    margin-top: 30px;
    text-align: center;
  }
.get_rt img {
  max-width: 260px;
}
.wrapper.get_intouch {
  padding-bottom: 0;
}
.footer_box1 {
    width: 100%;
  }
.footer_box {
  margin: 15px 0;
}
.footer_box2, .footer_box3 {
    width: 50%;
  }
.ban_item {
  width: 100%;
  text-align: center;
}
.inner_top::before, .inner_content::before, .blog .main-content::before, .single .content-area::before, .archive .blog_sec::before, .singular .blog_sec::before {
  width: 50px;
  height: 48px;
}
.inner_top::after, .inner_content::after, .blog .main-content::after, .single .content-area::after, .archive .blog_sec::after, .singular .blog_sec::after {
  width: 70px;
  height: 54px;
}
.core-box img {
  width: 65px;
  padding-bottom: 15px;
}
.footer_top {
  padding: 30px 0;
}
.footer_box {
    margin: 10px 0;
  }
.contact-page input[type="submit"] {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 30px !important;
  }
.contact_page_info {
  margin-top: 20px;
  padding-left: 57px;
}
.inner-form-container {
    margin: 0 0 20px;
    padding: 15px 5px;
    border-radius: 15px;
  }
.inner-form-label {
  font-size: 15px;
}
	
.service_sec .owl-nav .owl-prev{ left: 0px; }
.service_sec .owl-nav .owl-next{ right: 0px; }	
.service_btn ul {
  justify-content: flex-start;
}

	
/* new */	
.ban_left {
  width: 280px;
  background: #fff;
  padding: 6px;
  border-radius: 30px;
	margin: 0 auto 25px;
}	
 .ban_leftInnr {
    height: auto;
    padding: 15px;
    width: 100%;
    margin: 0 auto;
    min-height: 170px;
  }	

.ndis_logo {
    width: 80px;
    right: 48px;
    top: 24px;
  }	
.header_sec.fixed .ndis_logo {
  width: 80px;
  right: 48px;
  top: 24px;
}	
	

}


@media only screen and (max-width: 672px){ 
/* blog */
.hentry {max-width: 100% !important;}
.blog .main-content, .single .content-area { padding: 40px 0;}
.archive .site-content {margin-right: 0; }
.singular .site-content .hentry.has-post-thumbnail { margin-top: 0 !important;}
.blog .hentry, .archive .hentry, .single .hentry {  max-width: 100% !important;}






}



@media only screen and (max-width: 575px){ 
/* blog */  
.page .entry-header, .blog_page_header { padding: 90px 0 100px !important; background-position: left 50% center !important; }
.error_page .page-content img { max-width: 250px; margin: 20px 0;}
.inner_bottm_sec { padding: 25px 20px;}

.footer_btm {font-size: 13px; line-height: 20px; }
.footer_fixed_buttons { font-size: 14px; }
.get_frm { margin: 7px 0;}	
.footer_box2, .footer_box3, .footer_box4 { width: 100%; }
.inner_content {  padding: 40px 0 !important; }

.private_serviceInnr {
    padding: 15px;
    border-radius: 15px;
    text-align: center;
  }
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-item {
    padding: 8px;
  }
.testimonial_slider #sp-testimonial-free-wrapper-64 .sp-testimonial-free {
  padding: 10px;
  padding-top: 52px;
}
.testimonial_slider #sp-testimonial-free-wrapper-64 .sp-testimonial-free-section {
    margin: 0 10px !important;
    padding: 15px 10px !important;
  }



.ndis_logo {
    width: 80px;
    right: 40px;
    top: 24px;
  }
.header_sec.fixed .ndis_logo {
  width: 80px;
  right: 40px;
  top: 24px;
}	







} 

@media only screen and (max-width: 400px){ 
/* blog */
.site-content .has-post-thumbnail .entry-header { margin: 0; padding: 0 15px !important;}
.post .entry-title { font-size: 15px !important; line-height: 1.4em; padding: 0 !important; }
.list-view .site-content .post-thumbnail img { width: 100px !important;}
.widget h2 { font-size: 17px !important; }
.single .site-content .has-post-thumbnail .entry-header { padding: 20px 20px 0 !important;}
	
	
	
}
