body{ padding: 0px; margin: 0px; list-style: none; font: normal 16px/26px 'Geist'; color:#3a3939; background: #fff; }
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: 'Geist';*/


.btn_link { padding: 10px 28px; border-radius: 5px; text-transform: uppercase; font-weight: normal; color:#fff; display: inline-block; font-family: 'Geist'; font-size: 14px; line-height: 24px; background: #f1a747; margin-top: 10px; overflow: hidden; z-index: 1; transition: background-color 0.3s ease; position: relative; border: 1px solid #f1a747; font-weight: 600; }
.btn_link::before { content: ''; position: absolute; left: 0; bottom: 0; height: 100%; width: 100%; background-color: #000000; 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; border-color:#222; }
.btn_link i{ margin: 0 8px 0 0;}

.btn_link2{background: #000000 !important; border-color:#1a4178 !important; }
.btn_link2::before {background-color: #f1a747 !important; }
.btn_link2:hover{ color:#fff !important; border-color:#f1a747 !important; }

.btn_link3{background: #000000 !important; border-color:#222 !important; }
.btn_link3::before {background-color: #fff !important; }
.btn_link3:hover{ color:#000 !important; border-color:#222 !important; }
.btn_link.btn_link3:hover{ color:#222 !important;}

.btn_link4{background: #fff !important; border-color:#ddd !important; color:#000 !important; }
.btn_link4::before {background-color: #f1a747 !important; }
.btn_link4:hover{ color:#fff !important; border-color:#f1a747 !important; }
.btn_link.btn_link4:hover{ color:#fff !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: fixed; left: 0px; top:0px; padding: 15px 0;  z-index: 5; }
.header_sec .container{ max-width: 1350px; }

.headerMain{ width: 100%; }
.headerMain .row{ align-items: flex-start; align-items: center; }
.nav_top{ margin: 0px;  background: none; border: none; min-height: auto; box-shadow: none; border-radius: 0; padding: 0; }
.navbar-brand { margin: 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: 100%; 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; justify-content: flex-end; align-items: center; }
.menu_sec li{ margin: 0 0 0 34px; font-size: 14px; line-height: 20px; color:#000; position: relative; font-weight: normal; float: left; height: auto !important; line-height: normal !important;}
.menu_sec li a{display: inline-block; color: #000; padding: 10px 0; letter-spacing: 0; text-transform: uppercase; font-weight: 600; }
.menu_sec li:first-child{ margin-left: 0px; }
.menu_sec li a:hover{ color:#f1a747 !important; background: none !important; }
.menu_sec li a:after{position: absolute; content: ""; width: 0px; height: 2px; background: #f1a747; 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: #f1a747; top: 75px; box-shadow: 0 0 7px -4px #646363; }
.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:#282828; }
.site-navigation ul .sub-menu li a:hover{ background: #000000 !important; color:#fff; }


.top-logo{width: 17%; position: relative; }
.header-mid { width: 61%; }
.header-rt { width: 22%; display: flex; justify-content: flex-end;}
.header-rt .btn_link{ float: right; margin: 0 0 0 10px;  }
.header-rt .btn_link:first-child{ margin-left: 0; }


.header_sec.fixed{position: fixed; top: 0; left: 0; width: 100%; z-index: 99; background: #ffeee9; box-shadow: 0 0 14px -8px #000; animation: slideDown 0.75s ease-out; padding: 10px 0; }
.header_sec.fixed .header_top{ display: none; }
.header_sec.fixed .headerMain { padding: 0; }
.drop-arw { white-space: nowrap;  margin-left: 5px;  font-size: 14px;}
.header_sec.fixed .navbar-brand img { max-width: 100px;}
.header_sec.fixed .header-mid, .header_sec.fixed .header-rt { padding-top: 0px;}
.header_sec.fixed .headerMain .row { align-items: center;}




@keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  
.header-right .btn_link{ float: right; margin: 0; }


/* .top_btn { position: absolute; right: 0; top: 50%; transform: translate(0, -50%); }
.call_btn{ background: #28662D; background: linear-gradient(90deg, rgba(40, 102, 45, 1) 0%, rgba(63, 134, 54, 1) 21%, rgba(91, 162, 62, 1) 44%, rgba(115, 185, 68, 1) 65%, rgba(145, 213, 76, 1) 100%);}
.call_btn:hover{ background: #28662D; background: linear-gradient(270deg, rgba(40, 102, 45, 1) 0%, rgba(63, 134, 54, 1) 21%, rgba(91, 162, 62, 1) 44%, rgba(115, 185, 68, 1) 65%, rgba(145, 213, 76, 1) 100%); } */


.bannersec{ width: 100%; position: relative; } 
/* .bannersec:before{ background: url(../images/ban_img1.png) no-repeat 0 0; width: 435px; height: 220px; background-size: 100%; position: absolute; left: 0; top: 0; content: ""; z-index: 1; }
.bannersec:after{ background: url(../images/ban_img2.png) no-repeat 0 0; width: 187px; height: 350px; background-size: 100%; position: absolute; right: 0; bottom: 0; content: "";}  */
.banner_box .container{ position: relative;}
.banner_box{ width: 100%; position: relative; }
.banner_box img{ width: 100%; }
.banner_innr{ width: 100%; position: relative;  }
.banTxt{max-width: 570px; float: right; }
.banTxt .ban_heading, .banTxt h1{display: inline-block; width: 100%; font-size: 55px; line-height: 62px; color: #fff; padding-bottom: 10px; position: relative; text-transform: uppercase; font-family:'Geist-ExtraBold'; position: relative; font-weight: bold; text-shadow: 0px 1px 3px #1c1b1b; }  

.ban_content{ color:#fff; padding-bottom: 10px; line-height: 26px; font-size: 15px; font-family: 'Geist'; text-shadow: 0px 1px 3px #1c1b1b;  }
.banTxt .btn_link{ margin: 0;}
.banTxt ul{ display: flex; justify-content: flex-start; }
.banTxt ul li{margin: 10px 0 0 12px; }
.banTxt ul li:first-child{ margin-left: 0;}




.wrapper{ padding: 70px 0; }
.welcome_sec{ width: 100%; position: relative; }
.reverse{ flex-direction: row-reverse; }
.welcome_row { align-items: center;}
.about_img{ width: 100%; position: relative; height: 270px; overflow: hidden; }
.about_img img{ width: 100%; border-radius: 3px; height: 100%; object-fit: cover; height: 100%; }

.welcome_txt{ padding: 0;}
.top_subheading{ width: 100%; font-size: 13px; line-height: 20px; color: #f1a747; text-transform: uppercase; margin: 0 0 6px; font-weight: 500; letter-spacing: 1px; }
.top_heading{ width: 100%; font-size: 36px; line-height: 42px; color: #000000; font-weight: bold; padding-bottom: 15px; text-transform: uppercase; font-family:'Geist-ExtraBold'; }
.top_heading strong{ color:#f1a747; font-weight: 800; }
.top_paragraph{ font-size: 16px; line-height: 24px; color: #3a3939; font-weight: normal; padding-bottom: 15px; }
.top_paragraph strong{ font-weight: bold; }
.list_style{ width: 100%; padding: 15px 0; }
.list_style li{ width: 100%; display: inline-block; font-size: 15px; line-height: 26px; color:#3a3939; padding: 8px; padding-left: 24px; position: relative; font-weight: 600;}
.list_style li:before{ position: absolute; left: 0; top: 9px; content: "\f058"; color: #000000; font-family: "Font Awesome 5 Pro"; font-weight: 900; }

.welcome_txt .list_style{ display: flex; flex-wrap: wrap; }
.welcome_txt .list_style li{ width: 50%;}
.welcome_txt .list_style { padding: 0 0 15px;}

.works_sec{ width: 100%; padding: 30px 0; border-top: 1px solid #ebebeb; }
.works_sec .col-lg-2 { width: 20%; position: relative;}
.works_sec .d-flex{ text-align: left; align-items: center; position: relative; }
.works_sec .work_title{ font-weight: 600; font-size: 14px; line-height: 18px; color:#0a0a0a; text-transform: uppercase; } 
.works_sec .col-lg-2:after{ width: 1px; height: 46px; background: #e0e0e0; position: absolute; right: 0; top: 0; content: ""; }
.works_sec .col-lg-2:last-child:after{ display: none; }

.service_sec{ width: 100%; background: #edf4ff; }
.service_img{ width: 100%; }
.service_img img{ width: 100%; border-radius: 5px; }
.service_sec .top_heading{ margin-bottom: 30px; }
.service_rt{ width: 100%; }
.service_box{ width: 100%; padding: 0 0 20px; margin-bottom: 20px; border-bottom: 1px solid #d2dbe9; }
.service_title{ width: 100%; font-size: 20px; line-height: 24px; color:#000000; text-transform: uppercase; font-weight: bold; padding: 0 0 10px; position: relative; font-family: 'Geist-ExtraBold'; }
.service_title a{ color:#000000; display: block; }
.service_title i{ font-size: 10px; width: 31px; height: 31px; display: flex; justify-content: center; align-items: center; position: absolute; right: 0; top: -5px; background: #000000; color:#fff; border-radius: 100%; }
.service_title a:hover i{ color:#f1a747; }
.service_title a:hover{ color:#f1a747; }
.service_txt{ width: 100%; font-size: 15px; line-height: 24px; color:#2f2f2f; font-weight: 400; }
.service_rt .service_box:last-child{ border-bottom: none; margin-bottom: 0; }

.process_sec{ width: 100%; }
.process_sec .top_heading{ margin-bottom: 30px; }
.process_box{ width: 100%; padding: 0 10px; }
.process_box .flex-shrink-0{ font-size: 60px; color:#f1a747; font-weight: bold; line-height: 55px; }
.process_box .flex-grow-1{ font-size: 18px; line-height: 24px; color:#000000; font-weight: bold; }
.process_box .process_txt{ font-size: 15px; line-height: 22px; color:#565656; font-weight: normal; padding: 10px 0 0; }
.process_sec .col-lg-3 { position: relative;}
.process_sec .col-lg-3:after{ width: 1px; height: 100%; background: #e6e9ec; position: absolute; right: 0; top: 0; content: ""; }
.process_sec .col-lg-3:last-child:after{ display: none; }


.gallery_sec{ width: 100%; }
.gallery_sec .container{ max-width: 1920px; padding: 0px; }
.gallery_sec img{ width: 100%; border-radius: 3px; }

.cta_sec{ width: 100%; text-align: center; }
.cta_sec .ban_btn ul{ display: flex; justify-content: center; column-gap: 15px;}
.mid_img{ width: 100%; margin-top: 85px; }
.mid_img img{ width: 100%; }


.testimonial_sec{ width: 100%; position: relative; text-align: center; min-height: 300px; }
.testimonial_sec .top_heading{ padding-bottom: 30px; }


.faq_sec{ width: 100%; background: #edf4ff; text-align: center; }
.faq_sec .top_heading{ padding-bottom: 30px; }
.faq_sec .accordion-item{ background: none; border: none; border-radius: 0px !important; }
.faq_sec .accordion-button{ background: none; padding: 20px 0; border-radius: 0px !important; border-bottom: 1px solid #000000; font-size: 16px; font-weight: 500; color:#080808; }
.faq_sec .accordion-button:focus{ box-shadow: none; border-radius: 0px !important; }
.faq_sec .accordion-header{ border-radius: 0px !important; }
.faq_sec .accordion-body{ text-align: left; font-size: 15px; font-weight: normal; color:#080808; padding: 15px 0; }
.faq_sec .mt-4 { margin-top: 40px !important; }
.faq_sec .accordion-button::after{ background: url(../images/plus.png) no-repeat 0 0; width: 26px; height: 26px; background-size: 100%; border: none;} 
.faq_sec .accordion-button:not(.collapsed)::after{ background: url(../images/minus.png) no-repeat 0 0; width: 26px; height: 26px; background-size: 100%; }


.toparww{ position: fixed; right: 15px; bottom: -30px; font-size: 35px; color:#fff !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: 50px; height: 50px;; display: flex; justify-content: center; align-items: center; border-radius: 50px; z-index: 5555; background: #06090d; }
.toparww_main.fixed .toparww{opacity: 1; visibility: visible; bottom: 60px; }




.footer_sec{ width: 100%; position: relative; background: url(../images/footerbg.jpg) no-repeat 0 0; background-size: cover;  }
.footer_top { width: 100%; padding: 50px 0;}
.footer_top .top_heading{ color:#fff; font-size: 50px; line-height: 52px; }

.foot_contact li{ width: 100%; margin: 0 0 7px; font-size: 15px; line-height: 22px; color:#fff; position: relative; padding: 7px; padding-left: 40px; font-weight: 400;}
.foot_contact li:last-child{ margin-bottom: 0px; } 
.foot_contact li a{color:#fff; }
.foot_contact li a:hover{ color:#f1a747; }
.foot_contact li i{ position: absolute; left: 0px; top: 4px; background: #fff; width: 30px; height: 30px; color:#161616; display: flex; align-items: center; justify-content: center; border-radius: 100%; }
.foot_contact li i img{ max-width: 20px;}


.footer_mid{ width: 100%; padding: 0 0 50px; }
.footer_box{ width: 100%; }
.foot_link li{ width: 100%; margin: 0 0 12px; font-size: 14px; line-height: 22px; color:#fff; position: relative; font-weight: 500; text-transform: uppercase; }
.foot_link li:last-child{ margin-bottom: 0px; }
.foot_link li a{color:#fff; }
.foot_link li a:hover{ color:#f1a747 }
.footer_midbox1 {
  width: 28%; position: relative;
}
.footer_midbox1:after{ width: 1px; height: 100%; position: absolute; right: 0; top: 0; background: rgba(255, 255, 255, 0.15); content: "";}
.footer_midbox2 { width: 72%;}
.footr_frm{ width: 100%; margin: 0 0 20px; }
.footr_frm input[type="text"], .footr_frm input[type="email"], .footr_frm input[type="tel"], .footr_frm select, .footr_frm textarea{ width: 100%; height: 42px; border: none !important; border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important; background: none; outline: none; color:#fff; font-size: 15px; line-height: 20px; padding: 0 !important; font-family: 'Geist'; transition: all 0.3s; }
.footr_frm textarea{ height: 90px; padding: 0 0 15px !important; resize: none; }
.footr_frm .btn_link:hover{ background: #000000; }
.footr_frm select option{ background: #04070b;}
.footr_frm input[type="text"]:focus, .footr_frm input[type="email"]:focus, .footr_frm input[type="tel"]:focus, .footr_frm select:focus, .footr_frm textarea:focus{ border-color:#f1a747 !important; }


.footer_formRt{ padding-left: 150px;} 
/* .footer_box1{width: 32%;}
.footer_box2{width: 37%;}
.footer_box3{width: 31%;} */


.footer_btm{ width: 100%; text-align: center; }
.footer_btmInnr{ width: 100%; display: flex; justify-content: space-between; padding: 15px 0; font-size: 14px; line-height: 18px; font-weight: normal; color:#fff; border-top: 1px solid rgba(255, 255, 255, 0.15); align-items: center; }
.footer_btm a{ color:#fff; }
.footer_btm a:hover{ color:#f1a747; }
.social_box { display: flex; justify-content: flex-end; column-gap: 10px;}

.mobile_btm{ display: none;}
.ndis_logo { width: auto; display: inline-block;}
.ndis_logo img{ max-width: 100%; }

.footer_box1 .foot_link { width: 50%; float: left; padding: 0 5px 0 0;}
.footer_box2 .footer_box .btn_link{ padding: 8px 30px; box-shadow: 0px 4px 10.12px 0.88px rgba(3, 9, 20, 0.1); }







/*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:after{ display: none !important; }
.primary-navigation .menu_sec ul {background-color: #f1a747;}
.primary-navigation .menu_sec ul li a:hover{background-color: #000000; color:#fff !important; padding-left: 20px; }
.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: #f1a747; 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(255, 255, 255) 30%, rgba(255, 255, 255, 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: #000000;
    font-size: 32px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: left;
    font-family: 'Geist-ExtraBold';
}
.inner_subtitle {
  color: #000000;
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
  text-transform: uppercase;
   text-align: left;
   font-family: 'Geist-ExtraBold';
}
.inner_subtitle2 {
  color: #000000;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  padding-bottom: 5px;
  text-transform: capitalize;
  text-align: left;
  font-family: 'Geist-ExtraBold';
}

.inner_txt {
  font-size: 16px;
  color: #3a3939;
  font-weight: normal;
  /* margin-top: 10px; */
  padding-bottom: 15px;
  line-height: 1.6em;
  text-align: left;
}
.inner_title strong, .inner_subtitle strong, .inner_subtitle2 strong {
  padding-bottom: 16px;
  color: #f1a747;
  font-weight: bold;
}


.inner_title::before, .inner_subtitle::after  {
  background: #f1a747;
  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: 24px;
  background-size: 18px;
  font-size: 16px;
  line-height: 1.6em;
  color: #3a3939;
  font-weight: normal;
  list-style: none;
}
.inner_list_txt ul li:before {
    background: url(../../../../wp-content/uploads/2026/03/bullet.png) no-repeat 0 0;
	position: absolute;
    left: 0;
    top: 7px;
    content: "";
    width: 16px;
    height: 16px;
    background-size: 100%;
}
.inner_list_txt {
  margin-bottom: 10px;
} 
.inner_bottm_sec {
background: #f1a747;
  padding: 40px 30px;
  text-align: center;
  width: 100%;
  border-radius: 5px;
}
.inner_bottm_sec .inner_title, .inner_bottm_sec .inner_subtitle { color: #fff !important; font-weight: bold; font-family: 'Geist-ExtraBold'; }

.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: #fff;
}
.breadcrumb-container {
  z-index: 5;
  color:#f1a747;
}
.sub_heading {
  font-weight: 700;
  padding:10px 0 0;
  color: #000000;
}
.sub_heading strong{ color: #f1a747;}




/* 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: 'Geist';}
.get_box .btn_link{ border: none; font-family: 'Geist'; }
.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:#f1a747 !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:#1e1e1e; opacity: 1; }

.contact_page_heading {
font-size: 34px;
line-height: 1.2;
text-transform: uppercase;
color: #000000;
padding: 0 0 15px;
font-weight: 600;
position: relative;
display: inline-block;
font-family: 'Geist-ExtraBold';
}
.contact_page_heading::before {
position: absolute;
content: "";
bottom: 8px;
left: 0;
width: 30px;
height: 3px;
background: #f1a747;
}
.contact_page_heading strong { font-weight: bold; color: #f1a747; }
.contact_page_info {
position: relative;
color: #3a3939;
margin-top: 25px;
padding-left: 57px;
}
.contact-img {
position: absolute;
top: 3px;
left: 0;
background:#f1a747;
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: #3a3939;
}
.contact_page_info {
color: #3a3939;
}
.contact-text a:hover{ color:#f1a747; }

.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: #121212 !important;
outline:none;
border-color:#ccc !important;
}


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

.contact-page input[type="submit"] {
font-size: 16px;
line-height: 24px;
text-transform: capitalize;
color: #fff !important;
font-weight: normal;
text-align: center;
width: fit-content;
padding:13px 32px !important;
transition:all 0.5s ease;
border: none;
font-family: 'Geist';
height: auto;
letter-spacing: 1px;
font-weight: bold;
background: #f1a747 !important; }
.contact-page input[type="submit"]:hover {
background: #000000 !important;
color:#fff !important;
}
.get_touchSec {padding: 0 0 20px;}
.contact_right .get_frm:before{ display: none;}
.contact_right .get_frm { border: none; }
.contact_right .get_frm input[type="text"], .contact_right .get_frm input[type="email"], .contact_right .get_frm input[type="tel"], .contact_right .get_frm select, .contact_right .get_frm textarea{ border: 1px solid #dcdada; }
.contact_right .get_frm input[type="text"]:focus, .contact_right .get_frm input[type="email"]:focus, .contact_right .get_frm input[type="tel"]:focus, .contact_right .get_frm select:focus, .contact_right .get_frm textarea:focus{ border-color:#f1a747; }

.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; }
.contact_map { margin-top: 25px;}
.contact_map iframe { width: 100%; display: flex; height: 170px;}
.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: #3a3939; font-weight: normal; padding-bottom: 15px; line-height: 1.7em; }
.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: 5px; text-transform: uppercase; font-weight: normal; color:#fff; display: inline-block; 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: #f1a747; }
.more-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
background: #000000;
  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:#f1a747;}
.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:#000000; }
.entry-title a:hover, .entry-meta a:hover { color: #f1a747 !important;}
.post-navigation a:hover, .image-navigation a:hover { color: #f1a747 !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; color: #3a3939; font-weight: normal; padding-bottom: 15px;}
.content-sidebar .widget a { color: #3a3939; 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 #d1d1d0; outline: none; font-size: 14px; line-height: 18px; color:#121212; border-radius: 10px; font-family: 'Geist'; }
.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-color: #f1a747 !important; }
.img_box img{ width: 100%; border-radius: 8px; }

.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;}


.thank_you img{ max-width: 250px !important; }


.contact_right .footr_frm input[type="text"], .contact_right .footr_frm input[type="email"], .contact_right .footr_frm input[type="tel"], .contact_right .footr_frm select, .contact_right .footr_frm textarea{ border: none !important; border-bottom: 1px solid #ddd !important;}
.contact_right .footr_frm input[type="text"]:focus, .contact_right .footr_frm input[type="email"]:focus, .contact_right .footr_frm input[type="tel"]:focus, .contact_right .footr_frm select:focus, .contact_right .footr_frm textarea:focus{ border-color: #f1a747 !important; }
.contact_right .footr_frm select{ padding: 0 !important; }
.contact_right .footr_frm select option{  background: #fff !important; }

.error404 .header_sec {
    position: relative; box-shadow: 0 0 14px -8px #000;
}
.footr_frm p{ margin: 0px; padding: 0;}



.faq_sec .sp-easy-accordion .sp-ea-single .ea-header{ padding: 0;}
.faq_sec .sp-easy-accordion > .sp-ea-single { background: #fff !important; border-color: #f1a747 !important;}
.faq_sec .sp-easy-accordion > .sp-ea-single > .ea-header a {color: #000000 !important; font-size: 15px !important;}
.faq_sec .sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body { font-size: 15px !important; line-height: 24px !important; text-align: left; }
.faq_sec .sp-easy-accordion > .sp-ea-single.ea-expand{ background:#f1a747 !important; }
.faq_sec .sp-easy-accordion > .sp-ea-single.ea-expand > .ea-header a{ color:#fff !important; }
.faq_sec .sp-easy-accordion > .sp-ea-single.ea-expand > .ea-header a .ea-expand-icon{ color:#fff !important; }
.faq_sec .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a { padding: 12px; text-align: left;}
.inner_faq{ max-width: 850px; margin: 0 auto; }
.faq_sec #sp-ea-65.sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon { color: #000000; margin: 0 0 0 10px; float: right; width: 26px; height: 26px; }

.gallery_sec .owl-carousel .owl-item{ overflow: hidden; border-radius: 3px; }
.gallery_sec .owl-carousel .owl-item img{ transition: 0.35s;}
.gallery_sec .owl-carousel .owl-item:hover img { transform: scale(1.1);}

.works_sec .d-flex:hover img{ transition: 1.35s;}
.works_sec .d-flex:hover img { transform: rotateY(360deg);}


.testimonial_sec #sp-testimonial-free-wrapper-92 .sp-testimonial-free{ background: #f3f3f3; position: relative; padding: 20px; padding-top: 65px; padding-bottom: 28px; border-radius: 5px; }
.testimonial_sec .sp-testimonial-free-section .sp-testimonial-client-testimonial p { font-size: 14px; line-height: 22px; color: #3d3d3d; text-align: left; padding: 0 0 12px; margin: 0; min-height: 115px;}
.testimonial_sec #sp-testimonial-free-wrapper-92 .sp-testimonial-free-section .sp-testimonial-client-image {text-align: center;position: absolute; left: 10px; bottom: -8px;}
.testimonial_sec #sp-testimonial-free-wrapper-92 .sp-testimonial-free-section .sp-testimonial-client-image img{ width: 57px; height: 57px;}
.testimonial_sec #sp-testimonial-free-wrapper-92 .sp-testimonial-free-section .sp-testimonial-client-name{ font-size: 16px; line-height: 20px; color:#000000; font-weight: 700; font-family: 'Geist'; padding: 0 0 0 60px; text-align: left; }

.testimonial_sec #sp-testimonial-free-wrapper-92 .sp-testimonial-free-section .sp-testimonial-client-rating { display: inline-flex; gap: 2px; position: absolute; left: 20px;
  top: 32px;}
.testimonial_sec .sp-testimonial-free-section .testimonial-nav-arrow{ transform: inherit; }
#sp-testimonial-free-wrapper-92 .sp-testimonial-free-section .testimonial-nav-arrow{border: none !important; font-size: 45px; background: none !important; color: #000 !important;}
.testimonial_sec .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{bottom: -2px !important;}




/*SLIDER CSS*/
.ms-slide-info {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    z-index: 5;
}
.ms-view { height: 740px !important;}
.ms-slide{ height: 100% !important;}
.ms-slide-bgcont { height: 740px !important;}


.ms-skin-light-6 .ms-bullet-selected {
  background-color: #f1a747 !important;
  border-color: #fff !important;
}
.ms-skin-light-6 .ms-bullet{border-color: #fff !important;}
.ms-skin-light-6 .ms-bullets.ms-dir-h .ms-bullets-count {
  bottom: 12px !important; z-index: 555;
}

.master-slider::before {
width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  content: "";
  z-index: 1;
  background: rgba(255, 255, 255, 0.05);
  z-index: 1;
}


/* inner 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: 'Geist'; border: 1px solid #c4c4c4;  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: 'Geist'; border: 1px solid #c4c4c4;  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:#222; font-family: 'Geist'; border: 1px solid #c4c4c4;  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: #000000;	font-size: 35px;	line-height: 1.2;	font-weight: bold;	position: relative;	padding-bottom: 12px;	margin-bottom: 24px; font-family: 'Geist-ExtraBold';}
.inner-form-heading strong {color: #f1a747; font-weight: bold;}
.inner-form-heading::after {	position: absolute;	content: "";	bottom: 0;	left: 12px;	width: 30px;	height: 3px;	background: #f1a747;}
.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 #f1a747;}
.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: 500; text-align: center; border-radius: 30px;
width: fit-content; background-color: #f1a747; padding: 13px 35px; }
.inner-form-submit-btn input[type="submit"]:hover {background: #000000; 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; }


.referral_page {
    width: 100%;
    background: #edf4ff;
}
.referral_page .inner-form-heading {
  color: #000000;
  font-size: 28px;
}
.inner-form-input input:focus{ border-color: #f1a747 !important; }
.inner-form-textarea textarea:focus{ border-color: #f1a747 !important; }
.inner-form-textarea textarea{ resize: none;}

.referral_page .top_heading{ padding-bottom: 40px;}
.inner-form-label em {
  font-size: 14px;
}
.inner-form-input input[type="file"] {
  cursor: pointer;
  padding: 9px;
}
.inner-form-input em {
  font-size: 14px;
}

.proess_page.faq_sec .top_heading {
    padding-bottom: 15px;
} 
.proess_page .top_sec .inner_txt{ padding: 0 15% 15px; }
.inner_faq p{ margin: 0px !important; padding: 0 0 10px; }
.proess_page .inner_faq{padding-top: 10px; }


.proess_page .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a{position: relative; display: flex; }
.proess_page .sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon { margin-right: 30px;}
.proess_page .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a#ea-header-1380:before{ background: url(https://letsgodigital.agency/devsites/strava_group/wp-content/uploads/2026/02/assessment-1.png) no-repeat 0 0; background-size: 100%; width: 25px; height: 25px; position: absolute; left: 34px; top: 12px; content: ""; }

.proess_page .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a#ea-header-1381:before{ background: url(https://letsgodigital.agency/devsites/strava_group/wp-content/uploads/2026/02/consultation.png) no-repeat 0 0; background-size: 100%; width: 25px; height: 25px; position: absolute; left: 34px; top: 12px; content: ""; }

.proess_page .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a#ea-header-1382:before{ background: url(https://letsgodigital.agency/devsites/strava_group/wp-content/uploads/2026/02/agreement.png) no-repeat 0 0; background-size: 100%; width: 25px; height: 25px; position: absolute; left: 34px; top: 12px; content: ""; }

.proess_page .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a#ea-header-1383:before{ background: url(https://letsgodigital.agency/devsites/strava_group/wp-content/uploads/2026/02/deisgn.png) no-repeat 0 0; background-size: 100%; width: 25px; height: 25px; position: absolute; left: 34px; top: 12px; content: ""; }

.proess_page .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a#ea-header-1384:before{ background: url(https://letsgodigital.agency/devsites/strava_group/wp-content/uploads/2026/02/submission.png) no-repeat 0 0; background-size: 100%; width: 25px; height: 25px; position: absolute; left: 34px; top: 12px; content: ""; }

.proess_page .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a#ea-header-1385:before{ background: url(https://letsgodigital.agency/devsites/strava_group/wp-content/uploads/2026/02/final_cost.png) no-repeat 0 0; background-size: 100%; width: 25px; height: 25px; position: absolute; left: 34px; top: 12px; content: ""; }

.proess_page .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a#ea-header-1386:before{ background: url(https://letsgodigital.agency/devsites/strava_group/wp-content/uploads/2026/02/pre_start.png) no-repeat 0 0; background-size: 100%; width: 25px; height: 25px; position: absolute; left: 34px; top: 12px; content: ""; }

.proess_page .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a#ea-header-1387:before{ background: url(https://letsgodigital.agency/devsites/strava_group/wp-content/uploads/2026/02/start.png) no-repeat 0 0; background-size: 100%; width: 25px; height: 25px; position: absolute; left: 34px; top: 12px; content: ""; }

.proess_page .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a#ea-header-1388:before{ background: url(https://letsgodigital.agency/devsites/strava_group/wp-content/uploads/2026/02/construction.png) no-repeat 0 0; background-size: 100%; width: 25px; height: 25px; position: absolute; left: 34px; top: 12px; content: ""; }

.proess_page .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a#ea-header-1389:before{ background: url(https://letsgodigital.agency/devsites/strava_group/wp-content/uploads/2026/02/house.png) no-repeat 0 0; background-size: 100%; width: 25px; height: 25px; position: absolute; left: 34px; top: 12px; content: ""; }




.faq_sec .sp-easy-accordion > .sp-ea-single { border-color: #000000 !important;}
.faq_sec .sp-easy-accordion > .sp-ea-single.ea-expand {
  background: #fff !important;
}
.faq_sec .sp-easy-accordion > .sp-ea-single.ea-expand > .ea-header a {
  color: #000000 !important;
}
.faq_sec .sp-easy-accordion > .sp-ea-single.ea-expand > .ea-header a .ea-expand-icon {
  color: #000000 !important;
}
.faq_sec #sp-ea-138.sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon {
  color: #000;
}


/* color */
.menu_sec li a:hover { color: #f1a747 !important;}
.menu_sec li a::after { background: #f1a747;}
.top_heading strong { color: #f1a747;}
.process_box .flex-shrink-0 {
  color: #f1a747;
}
.btn_link {
  color: #fff;
  background: #f1a747;
  border: 1px solid #f1a747;
}
.btn_link2::before {
  background-color: #f1a747 !important;
}
.btn_link2:hover {
  border-color: #f1a747 !important;
}
.service_title a:hover {
  color: #f1a747;
}
#sp-testimonial-free-wrapper-92 .sp-testimonial-free-section .testimonial-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #f1a747 !important;
}
.top_subheading {
  color: #f1a747;
}
.foot_link li a:hover {
  color: #f1a747;
}
.foot_contact li a:hover {
  color: #f1a747;
}
.footr_frm input[type="text"]:focus, .footr_frm input[type="email"]:focus, .footr_frm input[type="tel"]:focus, .footr_frm select:focus, .footr_frm textarea:focus {
  border-color: #f1a747 !important;
}
.service_title a:hover i {
  color: #f1a747;
}
.ms-skin-light-6 .ms-bullet-selected {
  background-color: #f1a747 !important;
}
.header_sec.fixed {
  background: #fff;
}
.inner_title strong, .inner_subtitle strong, .inner_subtitle2 strong {
  color: #f1a747;
}
.inner_title::before, .inner_subtitle::after {
  background: #f1a747;
}
.breadcrumb-container {
  z-index: 5;
  color: #f1a747;
}
.contact-img {
  background: #f1a747;
}
.contact_right .footr_frm input[type="text"]:focus, .contact_right .footr_frm input[type="email"]:focus, .contact_right .footr_frm input[type="tel"]:focus, .contact_right .footr_frm select:focus, .contact_right .footr_frm textarea:focus {
  border-color: #f1a747 !important;
}
.contact-text a:hover {
  color: #f1a747;
}
.contact-page input[type="submit"]{background: #f1a747 !important;}
.entry-title a:hover, .entry-meta a:hover {
  color: #f1a747 !important;
}
.more-link {
  background: #f1a747;
}
.inner-form-heading strong {
  color: #f1a747;
}
.inner-form-heading::after {
  background: #f1a747;
}
.inner-form-input input:focus {
  border-color: #f1a747 !important;
}
.inner-form-textarea textarea:focus {
  border-color: #f1a747 !important;
}
.inner-form-submit-btn input[type="submit"] {
  background-color: #f1a747;
}

.inner_faq p {
  color: #3e3b3b;
}
/* .faq_sec .accordion-button::after {
  background: url(../../../../wp-content/uploads/2026/02/plus.png) no-repeat 0 0;
  width: 26px;
  height: 26px;
  background-size: 100%;
}
.faq_sec .accordion-button:not(.collapsed)::after {
  background: url(../../../../wp-content/uploads/2026/02/minus.png) no-repeat 0 0;
  width: 26px;
  height: 26px;
  background-size: 100%;
} */

.faq_sec .accordion-button::after {
  background: url(../../../../wp-content/uploads/2026/02/plusB.png) no-repeat 0 0;
  width: 26px;
  height: 26px;
  background-size: 100%;
}
.faq_sec .accordion-button:not(.collapsed)::after {
  background: url(../../../../wp-content/uploads/2026/02/minusB.png) no-repeat 0 0;
  width: 26px;
  height: 26px;
  background-size: 100%;
}

.gallery_sec .owl-carousel .owl-item a{ height: 100%; display: block; }
.gallery_sec .owl-carousel .owl-item img{ object-fit: cover; height: 250px; }

/* .page .entry-header, .blog_page_header {
  background: url(../../../../wp-content/uploads/2026/02/banner_new1.jpg) no-repeat 0 0;
}
 */

/* .page .entry-header, .blog_page_header {
  background: url(../../../../wp-content/uploads/2026/05/bannew1-scaled.jpg) no-repeat 0 0;
} */

.page .entry-header, .blog_page_header {
  background: url(../../../../wp-content/uploads/2026/06/mid_big_house.jpg) no-repeat 0 0;
}


.inner-form-radio input[type="radio"] {
    background: url(../../../../wp-content/uploads/2026/02/radioB2.png) no-repeat left top 7px;
    background-size: 18px;
}
.inner-form-radio input[type="radio"]:checked {
    background: url(../../../../wp-content/uploads/2026/02/radioB1.png) no-repeat left top 7px;
    background-size: 18px;
}
#sp-testimonial-free-wrapper-92 .sp-testimonial-free-section .testimonial-pagination span.swiper-pagination-bullet {
    background: #000 !important;
}

.site-navigation ul .sub-menu {
  background: #fff;
  top: 38px;
}
.primary-navigation .menu_sec ul {
  background-color: #fff;
}
.site-navigation ul .sub-menu li a:hover {
  background: #f1a747 !important;
  color: #fff;
}


.header_sec { z-index: 55;}


.service_img {
    height: 100%;
    overflow: hidden;
}
.service_img img {
    width: 100%;
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
}

.center_txt.inner_title::before, .center_txt.inner_subtitle::after{ left: 50%; transform: translate(-50%, 0); }

.location_inner ul {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
  flex-wrap: wrap;
}
.location_inner li { width: 32.33333%; color: #3a3939; font-weight: 400; font-size: 15px; margin: 7px 0;}
.location_inner li a{ background: url(../../../../wp-content/uploads/2026/05/loc3.png) no-repeat left 10px top 10px; padding: 8px 10px; padding-left: 32px; color: #3a3939; width: 100%; border: 1px solid #9e9c9c; border-radius: 0 10px 0 10px; display: block; background-size: 14px; }
.location_inner li a:hover{color: #f1a747;}
.location_inner {
  width: 100%;
  border-bottom: 1px solid #f0eeee;
  padding: 0 0 35px;
  margin-bottom: 35px;
}
.location_inner:last-child{ margin-bottom: 0px; padding-bottom: 0px; border-bottom: none; }

.header-mid {
  width: 66%;
}
.header-rt {
  width: 20%;
}

.faq_innr{ background: none; }
.location_map {
  width: 100%;
}
.location_map iframe {
  width: 100%;
  height: 480px;
display: flex;
	margin: 0px;
}

.ban_btn2 ul {
  display: flex;
  justify-content: flex-start;
  column-gap: 10px;
	flex-wrap: wrap;
	padding: 0 0 15px;
}

.inner_txt a{color: #f1a747;}
.inner_bottm_sec .inner_txt a{color: #3a3939;}
.inner_bottm_sec .inner_txt a:hover{color: #000;}

.footr_frm select option{ color:#fff; }
/* .footr_frm select{color: #fff;} */

.contact_right .footr_frm select option{ color:#000; }

.inner_list_txt a {
    color: #f1a747;
}

.location_from .contact_right .footr_frm select {
    color: #000 !important;
}

.location_from .footr_frm input[type="text"], .location_from .footr_frm input[type="email"], .location_from .footr_frm input[type="tel"], .location_from .footr_frm select, .location_from .footr_frm textarea{
    color: #000 !important;
}

.contact-map iframe{ margin:0px; display: flex; }





@media only screen and (min-width: 1399px) {
.top-logo {width: 16%;}		
.header-mid {width: 64%;}
.menu_sec li { margin: 0 0 0 28px;}	

	
	
}



@media only screen and (max-width: 1399px) {
.top-logo {
  width: 14%;
}
.menu_sec li {
  margin: 0 0 0 24px;
}
.btn_link {
  padding: 10px 20px;
}
.banTxt .ban_heading, .banTxt h1 {
  font-size: 45px;
  line-height: 52px; 
}
.ms-view { height: 700px !important;}
.ms-slide{ height: 100% !important;}
.ms-slide-bgcont { height: 700px !important;}
.wrapper {
  padding: 65px 0;
}
.top_heading {
  font-size: 32px;
  line-height: 39px;
}
.mid_img {
  margin-top: 50px;
}

.header-rt .btn_link {
    padding: 10px 13px;
  }
.menu_sec li {
    margin: 0 0 0 18px;
  }

}



@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: 8px 14px;
    font-size: 13px;
  }
.menu_sec li {
    margin: 0 0 0 16px;
    font-size: 13px;
  }
.header-rt {
  width: 23%;
}
.ms-view { height: 610px !important;}
.ms-slide{ height: 100% !important;}
.ms-slide-bgcont { height: 610px !important;}
.banTxt .ban_heading, .banTxt h1 {
    font-size: 37px;
    line-height: 44px;
  }
.banTxt {
  max-width: 500px;
}
.top_subheading {
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 8px;
  margin: 0;
}
.top_paragraph {
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 15px;
  }
.works_sec {
  padding: 22px 0;
}
.works_sec .work_title {
  font-size: 12px;
  line-height: 16px;
}
.works_sec .d-flex .ms-3{ margin-left: 10px !important;}
.works_sec  .flex-shrink-0 img{ max-width: 35px;}
.service_title {
  font-size: 18px;
  line-height: 22px;
}
.wrapper {
    padding: 60px 0;
  }
.process_box .flex-shrink-0 {
  font-size: 50px;
  line-height: 50px;
}
.process_box .flex-grow-1 {
  font-size: 16px;
  line-height: 20px;
}
.process_box {
  padding: 0 5px;
}
.mid_img {
    margin-top: 35px;
  }
.faq_sec .accordion-button {
  padding: 15px 0;
  font-size: 15px;
}
.footer_top .top_heading {
  font-size: 38px;
  line-height: 40px;
}
.footer_top .col-lg-8 {  width: 55%; }
.footer_top .col-lg-4 {  width: 45%; }
.footer_formRt {
  padding-left: 100px;
}
.footer_btmInnr {
  padding: 13px 0;
}
.toparww {
  width: 42px;
  height: 42px;
  font-size: 24px;
}

.location_inner li {
  width: 49%;
  margin: 7px 0;
}
	
.menu_sec li {
    margin: 0 0 0 13px;
    font-size: 12px;
  }	
.header-rt {
    width: 22%;
  }	
.header-mid {
  width: 64%;
}	

}


@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: 0px;  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: #0f0f0f; }
.footer_btn2 {  background:#fff;  position: absolute;  top: 3px;  left: 50%;  transform: translate(-50%, 0);  height: 44px;  width: 44px;  border-radius:50%;  padding-top: 8px;}
.lazyloaded {  opacity: 1;  transition:opacity 400ms; transition-delay: 0s; transition-delay: 0ms;}
.footer_btn1 {  background:#f1a747;  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: 23px;  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: #fff; padding: 20px 12px; height: auto; width: 180px; 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; padding-left: 55px; }
.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;} 

.top-logo {
    width: auto;
  }
.navbar-brand img {
  height: auto;
  max-width: 100px;
}
.headerMain {
    padding: 0;
  }
.header_sec {
  padding: 10px 0;
}
 .banTxt {
    max-width: 410px;
  }
.banTxt .ban_heading, .banTxt h1 {
    font-size: 30px;
    line-height: 36px;
  }
.ban_content {
  line-height: 23px;
  font-size: 15px;
}
.ms-view { height: 550px !important;}
.ms-slide{ height: 100% !important;}
.ms-slide-bgcont { height: 550px !important;}
.top_subheading {
    font-size: 13px;
    line-height: 18px;
    padding: 0 0 5px;
    margin: 0;
  }
.works_sec .col-lg-2 {
  width: 33.33333%;
  position: relative;
}
.works_sec .d-flex {
  margin: 10px 0;
}
.works_sec .col-lg-2:nth-child(3):after{ display: none;}
.service_title {
    font-size: 16px;
    line-height: 20px;
  }
.service_title i {
  font-size: 7px;
  width: 25px;
  height: 25px;
}
.service_txt {
  font-size: 14px;
  line-height: 20px;
}
.process_box .d-flex{ align-items: center;}
.process_sec .col-lg-3:nth-child(2):after{ display: none;}
.process_sec .col-lg-3{ margin: 15px 0;}
.faq_sec .accordion-button {
    padding: 12px 0;
    font-size: 14px;
  }
.faq_sec .accordion-button::after {
  width: 22px;
  height: 22px;
}
.footer_top {
  padding: 35px 0;
}
 .footer_top .col-lg-4 {
    width: 50%;
  }
.footer_top .col-lg-8 {
    width: 50%;
  }
.footer_top .top_heading {
    font-size: 32px;
    line-height: 39px;
  }
.footer_formRt {
    padding-left: 50px;
  }
.social_box img{ width: 25px; }



.inner-form-container {
  margin: 0 0 30px;
  padding: 20px 5px;
  border-radius: 10px;
  box-shadow: 0 0 5px #dfdfdf;
  background: #fff;
}
.referral_page .inner-form-heading {
  color: #000000;
  font-size: 24px;
}
.inner-form-label {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
.inner-form-label em {
  font-size: 13px;
}

.location_inner li {
  width: 48%;
  margin: 7px 0;
}
.location_map iframe {
  height: 594px;
}

    
} 
 
 
@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: 80px;}
.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; }  
  
  
  
      
} 

 
@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;}

.banner_box .container {
  position: relative;
  width: 90%;
}
 .banTxt {
    max-width: 100%; text-align: center;
  }
.banTxt .ban_heading, .banTxt h1 {
    font-size: 26px;
    line-height: 34px;
  }

.ms-view { height: 400px !important;}
.ms-slide{ height: 100% !important;}
.ms-slide-bgcont { height: 400px !important;}
.banner_box .banTxt ul {
  display: flex;
  justify-content: center;
}
.service_img {
  width: 100%;
  margin-top: 20px;
}
.footer_btmInnr {
    padding: 13px 0;
    flex-direction: column;
    justify-content: center;
  }
.copy_rt{ margin-bottom: 10px;}

.faq_sec .accordion-button::after {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 0; top: 10px;
  }
.faq_sec .accordion-button{ padding-right: 25px;}
.faq_sec .sp-easy-accordion > .sp-ea-single > .ea-header a {
  font-size: 14px !important;
  line-height: 20px;
}
.faq_sec .sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body {
  font-size: 14px !important;
  line-height: 21px !important;
  text-align: left;
  padding: 12px;
}
.referral_page .inner-form-heading {
    font-size: 20px;
  }


.proess_page .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a#ea-header-1380:before, .proess_page .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a#ea-header-1381:before, .proess_page .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a#ea-header-1382:before, .proess_page .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a#ea-header-1383:before, .proess_page .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a#ea-header-1384:before, .proess_page .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a#ea-header-1385:before, .proess_page .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a#ea-header-1386:before, .proess_page .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a#ea-header-1387:before, .proess_page .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a#ea-header-1388:before, .proess_page .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a#ea-header-1389:before{ width: 22px; height: 22px;  top: 10px; content: ""; }


.gallery_sec .owl-carousel .owl-item img {
  height: 200px;
}
.service_img {
  overflow: hidden;
}


.location_map iframe {
  height: 250px;
}
.location_map {
  width: 100%;
  margin-top: 25px;
}





}


@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; }

.banTxt .ban_heading, .banTxt h1 {
    font-size: 19px;
    line-height: 24px;
  }
 .ban_content {
    line-height: 19px;
    font-size: 14px;
  }
.banner_box .container {
    position: relative;
    width: 90%;
  }
.banner_box .banTxt ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 10px;
  }
.banTxt ul li {
  margin: 5px 0 0;
    margin-left: 0px;
}
.works_sec .col-lg-2 {
    width: 50%;
    position: relative;
  }
.works_sec .col-lg-2:nth-child(2):after, .works_sec .col-lg-2:nth-child(4):after{ display: none;}
.works_sec .col-lg-2:nth-child(3):after{ display: block;}
.process_sec .col-lg-3::after{ display: none;}
.cta_sec .ban_btn ul {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  flex-wrap: wrap;
}
.mid_img {
    margin-top: 15px;
  }
.wrapper.cta_sec {
  padding-bottom: 30px;
}
#sp-testimonial-free-wrapper-92 .sp-testimonial-free-section{ margin-left: 10px !important; margin-right: 10px !important;  }
.footer_top .col-lg-8 {
    width: 100%;
  }
.footer_top .col-lg-4 {
    width: 100%;
  }
.footer_midbox1 {
  width: 100%;
}
.footer_midbox2 {
  width: 100%;
}
.footer_formRt {
  margin-top: 25px;
    padding-left: 0;
  }
.footer_top .top_heading {
    font-size: 30px;
    line-height: 38px;
  }

.footer_top .footer_box{ margin-top: 10px;}

.faq_sec .accordion-body {
  font-size: 14px;
  line-height: 22px;
}

.about_img {
  height: 200px;
}

.location_inner li {
  width: 100%;
}





} 

@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;}
	

.about_img {
  height:160px;
}	
	
}