@font-face {
    font-family: "Satoshi-Medium";
    src: url("../fonts/Satoshi-Medium.ttf") format('truetype');
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: "Satoshi-Bold";
    src: url("../fonts/Satoshi-Bold.ttf") format('truetype');
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: "Satoshi-Regular";
    src: url("../fonts/Satoshi-Regular.ttf") format('truetype');
    font-style: normal;
    font-weight: 400;
}
*{margin:0px; padding:0px;box-sizing: border-box; }
body{ color: #000000; font-style:normal; font-size:16px;  font-weight:400;  font-family: "Satoshi-Regular", sans-serif;
 position:relative; --screen-width:calc(100vw - (100vw - 100%)); }
.alignleft {float:left;}
.alignright{float:right;}
html { overflow-x: hidden; }
h1{ font-size: 72px; font-weight: 400; line-height: 1.2; font-family: "Urbanist", sans-serif; }
h2{ font-size: 40px; font-weight: 400; font-family: "Urbanist", sans-serif;  }
h3{font-size: 40px;  margin:0; font-weight: 400; font-family: "Urbanist", sans-serif;  }
h4{ font-size: 24px; margin:0; font-weight: 400; font-family: "Urbanist", sans-serif;  }
h5{ font-size: 20px;  margin:0; font-weight: 400; font-family: "Urbanist", sans-serif;  }
h6{ font-size: 16px;  margin:0; font-weight: 400; font-family: "Urbanist", sans-serif;  }
p{font-size: 16px;line-height: 26px; font-weight:400;   margin-bottom: 20px; }
a, a:hover{text-decoration:none; transition:0.3s all ease-in-out;}
ul{margin:0px; padding: 0;}
.clearfix:before,
.clearfix:after {  content: ''; display: table; }
.clearfix:after { clear: both; }
a{text-decoration: none;}
/**********animation**********/
@media (prefers-reduced-motion: no-preference) {
    .animate-this {
        opacity: 0;
        transform: translateY(50px);
    }
  
    .animate-this.animated {
        animation: fade-in 0.8s ease-in-out forwards;
    }
  
    .animate-this.rtl {
        opacity: 0;
        transform: translateX(50px);
    }
  
    .animate-this.animated.rtl {
        animation: fade-in-right 0.8s ease-in-out forwards;
    }
  
      .animate-this.lft {
          opacity: 0;
          transform: translateX(-20px);
      }
    
      .animate-this.animated.lft {
          animation: fade-in-left 0.8s ease-in-out forwards;
      }
    @keyframes fade-in {
        to {
            opacity: 1;
            transform: translateY(0px);
        }
    }
  
    @keyframes fade-in-right {
        to {
            opacity: 1;
            transform: translateX(0px);
        }
    }
    @keyframes fade-in-left {
          to {
              opacity: 1;
              transform: translateX(0px);
          }
      }
  }
  @keyframes tp-animate {
    0% {
        transform: translate(0, 0);
    }
  
    50% {
        transform: translate(10px, -10px);
    }
  
    100% {
        transform: translate(0, 0);
    }
  }
/*****header*****/
.header { padding: 8px 0px;  z-index: 9999;  background: url('../images/header-bg.webp') no-repeat; 
background-size: cover; }
.header.homepage {position: absolute; width: 100%; top: 0; left: 0;  background-color: transparent; }
.header.sticky { position: fixed; top: 0; width: 100%; z-index: 9999; }
.logo { width: 235px; }
.logo img { width: 100%; mix-blend-mode: lighten; }
a:focus-visible { outline: none; }
.navbar { padding: 0; }
.main-menu { justify-content: center; }
.btn-primary { padding: 10px 24px; font-size: 16px; text-decoration: none; display: inline-block; 
border-radius: 40px; align-items: center; background-color: #00793B; font-weight: 500; }
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #AE3503;
    border-color: #AE3503;
    box-shadow: none;
}
.main-menu ul li:not(:last-child) {  margin-right: 30px;}
.main-menu ul li a { color: #FFFFFF; font-size: 16px; text-decoration: none; position: relative; 
text-transform: capitalize;}
.main-menu ul li a:hover { font-weight: 600; color: #FFFFFF;  }
.main-menu ul li a:before{ content: ''; position: absolute; left: 0; bottom: -8px; right:0; width: 0;
height: 2px; background-color: #FFFFFF; -webkit-transition: all ease 250ms; margin: 0 auto; }
.main-menu ul li.active > a { font-weight: Bold; }
.main-menu ul li.active > a:before{ width: 36px; }
.main-menu ul li a:hover:before { width: 36px; }
.main-menu ul li ul.dropdown-menu li { margin-right: 0; }
.main-menu ul li ul.dropdown-menu li a { color: #000000; }
.main-menu ul li ul.dropdown-menu li a:hover{ background-color: #AE3503;  color: #FFFFFF; }
.dropdown-toggle::after {
    position: relative;
    top: 2px;
}
.banner_slider { background-color: #F9F4EE; padding: 70px 0px; }
.banner_maintxt {  display: flex; padding: 20px 0px; align-items: center; }
.banner_txt { width: calc(100% - 414px); padding-right: 40px; }
.banner_txt h1 {  margin-bottom: 15px; }
.banner_txt h1 span { color: #C84B05; }
.banner_txt h1 span sup { font-size: 16px; top: -14px; }
.banner_txt p { margin-bottom: 14px; font-size: 18px; font-weight: 500; margin: 0; }
.banner_img { position: relative; width: 414px; padding-right: 15px; }
.banner_img img{ height: 478px; width: 100%; object-fit: cover; border: 1px solid #000000; border-radius:145px; }
.banner_img::before { content: ''; position: absolute; right: 0; top: -12px; width: 100%; height: 503px;
border: 1px solid #000000; border-radius: 145px; }
.banner_maintxt a.btn-primary.btn-white {  margin-top: 38px; }
.btn-primary { background-color: #AE3503; color: #FFFFFF; font-size: 17px;  border-radius: 100px;
 line-height: 31px; padding: 15px 40px; font-weight: 500; font-family: "Satoshi-Medium", sans-serif;}
.btn-primary:hover { background-color: #e57d04; color: #FFFFFF; }
.banner_slider .slick-dots { bottom: 40px; text-align:center; margin:0 auto; left: 0; right:0; z-index: 9; justify-content: center; }
.banner_slider .slick-dots li{ width: 10px; height: 10px; margin:0 4px;}
.banner_slider .slick-slide { outline:none;}
.banner_slider .slick-dots li button:before { width: 10px;  height: 10px; line-height: 17px; border-radius: 100%;  font-size:0px;  background: rgba(255, 255, 255, 0.3); border:0; opacity: 1;}
.banner_slider .slick-dots li.slick-active button:before { background: #FFFFFF; color:transparent;}
.banner_slider .slick-dots li button { width: 10px; height: 10px; padding: 0px;}
.slick-dotted.slick-slider {  margin-bottom: 0px;}
.banner_desc { margin-bottom: 48px; }
.banner_desc ul { padding-left: 20px;    padding-right: 31px; }
.banner_desc ul li { font-size: 18px;    margin-bottom: 8px; }
/**********/
.comon-padd { padding: 70px 0px;}
.title { max-width: 886px; margin: 0 auto; margin-bottom: 44px; }
.title h3 { margin-bottom: 10px; text-transform: capitalize; }
.title p { font-size: 18px; font-weight: 500; }
.homeabout_sec { position: relative; background: #A32D02; padding: 0px 0px 10px; }
.homeabout_maintxt h3 { margin-bottom: 8px; color: #FFFFFF;  }
.homeabout_maintxt h3 sup, .hero-main h1 span sup, .timeline_sec .title h1 span sup  { font-size: 16px; top: -14px; } 
.homeabout_maintxt p {  font-size: 18px;    line-height: 1.8;  color: rgba(255,255,255,0.7); margin: 0; }
.aboutus_images img { width: 100%; }
.homeabout_sec .row { align-items: center; }
/**********/
.homeservice_sec  {  padding-bottom: 70px; }
.homeservice_sec .title { margin-bottom: 0px;  }
.homeservice_sec .title h3 strong { background: inherit; -webkit-text-fill-color: inherit; font-weight: 700; }
.homeservice_box {     padding: 15px 14px; position: relative; }
.homeservice_img { position: relative; width: 100%; margin-bottom: 30px;  }
.homeservice_img img { object-fit: cover;  width: 100%; height: 100%; border: 1px solid #000000;
border-radius: 110px; }
.homeservice_txt { position: absolute; left: 0; right: 0px; bottom: 22px; width: 70%; margin: 0 auto;
 padding: 8px 10px; background: rgba(0, 0, 0, 0.6);  border-radius: 10px; transition:0.3s all ease-in-out;}
.homeservice_txt h4 { color: #FFFFFF; font-size: 16px; font-weight: 700; text-align: center;margin-bottom: 0px; /* padding: 0px 30px; */ }
.homeservice_img::before { content: ''; position: absolute; left: -15px; top: 15px; width: 100%; height: 100%;
border: 1px solid #000000; border-radius: 110px; opacity: 0;}
.homeservice_slider.slick-slider { margin: 0px -12px; overflow: visible; }
.homeservice_slider .slick-slide { margin: 0px 12px; }
.homeservice_slider .slick-dots { bottom: -34px; text-align:center; margin:0 auto; left: 0; right:0; z-index: 9; justify-content: center; }
.slick-dots li{ width: 10px; height: 10px; margin:0 5px;}
.slick-slide { outline:none; }
.slick-dots li button:before { width: 10px;  height: 10px; line-height: 17px; border-radius: 100%; font-size:0px; background: rgba(255, 255, 255, 0.3); border:0; opacity: 1;}
.slick-dots li.slick-active button:before { background: #FFFFFF; color:transparent;}
.slick-dots li button { width: 10px; height: 10px; padding: 0px;}
.homeservice_box a.btn-primary { text-align: center; font-size: 17px;    padding: 19px 20px; }
.center-slider .slick-current.slick-active .homeservice_img::before { opacity: 1; }
.center-slider .slick-slide { color: #FFF; margin: 0 15px 0 0; display: block; align-items: center;
justify-content: center; transform: scale(0.97); transition: all 0.4s ease-in-out; }
.center-slider .slick-slide .homeservice_img img { height: 360px; object-fit: cover; }
.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
transition: all 0.4s ease-in-out; }
.center-slider .slick-current.slick-active .homeservice_img img { height: 360px; object-fit: cover; }


.center-slider .slick-slide .homeservice_img img { height: 360px; object-fit: cover; }
.center-slider .slick-slide .homeservice_img::before { opacity: 1; }
.center-slider .slick-slide.slick-center .homeservice_img img { height: 360px; object-fit: cover; }
.center-slider .slick-slide.slick-center .homeservice_img::before { opacity: 0; }
/*****article_sec*****/
.article_sec { background-color: #A32D02; padding-bottom: 80px; }
.article_sec .title{  margin-bottom: 35px; }
.article_sec .title h3 { color: #FFFFFF; }
.article_sec .title p { color: rgba(255, 255, 255, 0.7); }
.article_box {display: flex; align-items: flex-top; background-color: #FFFFFF; border-radius: 47px; 
border: 1px solid #000000; padding:12px 12px;}
.article_img { width: 200px; position: relative; padding-bottom: 52%; }
.article_img img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 37px; object-fit: cover;}
.article_txt { width: calc(100% - 200px); padding: 22px 0px; padding-left: 40px; padding-right: 30px; }
.latest-blog .article_txt { padding-right: 40px; }
.blog-meta {     margin-bottom: 30px; }
.blog-meta span.date { color: #2E2E2E; font-size: 14px; }
.blog-meta span.separator{ margin: 0px 8px; color: #2E2E2E; font-size: 20px; height: 14px; display: inline-block;
 vertical-align: top; line-height: 21px;}
.blog-meta span.read-time { color: #2E2E2E; font-size: 14px;  }
.article_txt h4 { margin-bottom: 8px; font-weight: 700; font-family: "Satoshi-Bold", sans-serif;}
.article_txt p { margin-bottom: 14px; }
.article-slider.slick-dotted.slick-slider { margin-bottom: 85px; }
.article-slider .slick-slide { margin: 0 20px; }
.article-slider .slick-dots {  bottom: -45px;}
.article_txt a.btn{ display: flex; padding: 0; color: #C84B05; font-weight: 700; gap: 10px;
    font-family: "Satoshi-Bold", sans-serif;    font-size: 18px; }
.article_txt a.btn img { width: 24px; }
.hometestimonial_sec .title p { color: rgba(0, 0, 0, 0.7); }
.view_btn { text-align: center; }
.view_btn a { background-color: #FFFFFF; color: #C84B05; }
/*****hometestimonial_sec*****/
.hometestimonial_sec { position: relative; overflow: hidden;}
.hometestimonial_sec::before { content: ''; position: absolute; left: 0; bottom: 0; width: 435px; height: 735px;
background: url(../images/testimonial-bg.png); background-size: cover; }
.hometestimonial_sec .title { max-width: 860px;  }
.testimonial_box { display: flex; align-items: center; max-width: 1000px; margin: 0 auto; }
.testimonial_img { width: 413px; position: relative; padding: 20px 0px; padding-right: 20px; }
.testimonial_img::before { content: ''; position: absolute; right: 0px; top: 0px; width: 92%; height: 100%;
border: 1px solid #000000; border-radius: 110px; }
.testimonial_img img { border-radius: 110px; border: 1px solid #000000; }
.testimonial_txt { padding-right: 30px; width: calc(100% - 413px);  position: relative;  padding-top: 74px;}
.testimonial_txt::before { content: ''; position: absolute; left: 0; top: 0; width: 64px; height: 64px;
background: url(../images/testimonial-icon.svg); background-size: cover; }
.test_desc { font-size: 18px; font-weight: 500; color: rgba(0, 0, 0, 0.7);   margin-bottom: 24px; }
.testimonial_txt h5 {  color: #2E2E2E; font-weight: 700; margin-bottom: 24px; }
.testimonial_txt span { font-size: 20px;  color: #AE3503;  font-weight: 700; display: block;}
.testimonial-slider .slick-prev { left: 0; z-index: 9; width: 44px; height: 44px; background-color: transparent;}
.testimonial-slider .slick-prev:before { content: ""; position: absolute; width: 44px; height: 44px;
top: 50%; z-index: 999; background: url(../images/black-left-arrow.svg) no-repeat; transform: translateY(-50%);
left: 0; opacity: 1; background-position: center; border-radius: 50px;   background-size: cover;}
.testimonial-slider .slick-next{ right:0; z-index: 9; width: 44px; height: 44px; background-color: transparent; }
.testimonial-slider .slick-next:before { content: ""; position: absolute; width: 44px; height: 44px;
top: 50%; z-index: 999; background: url(../images/black-right-arrow.svg) no-repeat;    background-size: cover;
transform: translateY(-50%); right: 0; opacity: 1; background-position: center;  border-radius: 50px; }
.rating { width: 211px; display: flex; gap: 7px;margin-bottom: 20px; }
.rating img { width: 28px; }
.slick-arrow.slick-disabled { opacity: 0.3; }
.testimonial-slider .testimonial_img { width: 330px; }
.testimonial_txt { width: calc(100% - 330px); }
.testimonial-slider .testimonial_img::before { top: 5px; width: 92%;  height: 97%; }
/*****contact_form*****/
.contact_form { padding: 40px 40px 10px; border-radius: 20px; max-width: 591px; margin-left: auto; 
 box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1);  background-color: #FFFFFF;}
.contact_form h4 { color: #00793B; font-size: 32px; font-weight: 600; margin-bottom: 14px; text-align: center; }
.contact_form .form input , .contact_form .form select{ border: 0; padding: 10px 14px; width: 100%; 
font-size: 14px; color: #2E2E2E; line-height: 22px; outline: none; border-radius: 10px;  border: 1px solid rgba(0, 122, 59, 0.3);}
.contact_form div.halfs { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact_form p { margin-bottom: 20px;  text-align: center; }
.contact_form label , .contact_form p br{ display: none;}
.contact_form textarea{ border: 0;  height: 80px;border-radius: 10px;border: 1px solid rgba(0, 122, 59, 0.3);
padding: 10px 14px; width: 100%; font-size: 14px; color: #2E2E2E; line-height: 22px;  outline: none;}
.contact_form .form input[type="submit"] { width: 100%; color: #fff;  background-color: #00793B;
font-weight: 500; padding: 13px 20px;  text-align: center;  font-size: 16px; border-radius: 10px;
 transition: background-color .4s ease-in-out;  border: 0; -webkit-appearance: none; }
.contact_form .form input[type="submit"]:hover{ background-color: #274479; border-color: #274479;  
transition:0.3s all ease-in-out; }
.contact_txt { max-width: 435px; }
.contact_txt h3 { font-size: 60px; margin-bottom: 14px; color: #fff; font-weight: 400; }
.contact_txt p { font-weight: 500; color: #fff; margin-bottom: 0; }
.contact_form p a { color: #2E2E2E;  }
/*****hero*****/
.hero { background-color: #E0E1DD; padding: 38px 0px; }
.hero-main { display: flex; align-items: center; max-width: 1204px; margin: 0 auto; gap: 40px; justify-content: space-between; }
.hero-main h1 { color: #222222; margin-bottom: 16px; }
.hero-main h1 span {  color: #C84B05; }
.hero-main p { color: #000000; font-size: 18px;    font-weight: 500; }
.hero-image { width: 483px; padding-right: 20px; position: relative; }
.hero-image::before { content: ''; position: absolute; right: 0px; top: -14px;  width: 100%; height: 108%;
 border: 1px solid #000000; border-radius: 170px; }
.hero-txt { max-width: calc(100% - 610px); color: #000000; font-size: 20px;}
.hero-image img { border-radius: 157px; border: 1px solid #000000; height: 370px; object-fit: cover; }
/*****testimonial_sec*****/
.testimonial_sec { background-color: #fff4e7; }
.testimonial_sec .testimonial-col { margin-bottom: 30px;  }
.testimonial_sec .testimonial-main { border: 1px solid #000000; padding: 15px 15px; border-radius: 60px;
background: #FFFFFF; max-width: 1204px; margin: 0 auto;  height: 100%; }
.testimonial_sec .testimonial-main .testimonial_img { width: 180px;     padding: 8px 0px;   padding-right: 10px; }
.testimonial_sec .testimonial-main .testimonial_txt { width: calc(100% - 180px);  padding-left: 20px; 
padding-right: 0;padding-top: 50px; }
.testimonial_sec .testimonial-main .testimonial_txt::before { left: 20px;  width: 40px; height: 40px; }
.testimonial_sec .testimonial-main .testimonial_box  {    max-width: 100%; }
.testimonial_sec .testimonial-main .testimonial_img img {
    border-radius: 60px;
}
.testimonial_sec .testimonial-main .testimonial_box .rating img {
    width: 22px;
}
.testimonial_sec .testimonial-main .testimonial_txt h5 {
    margin-bottom: 15px; font-size: 18px; 
}
.testimonial_sec .testimonial-main .testimonial_txt .test_desc {
    font-size: 16px;    margin-bottom: 15px;
}
.testimonial_sec .testimonial-main .testimonial_txt span {
    font-size: 18px;
}
.testimonial_sec .testimonial-main .rating {
    margin-bottom: 12px;
}

.testimonial_sec .testimonial-main .testimonial_img::before {  border-radius: 60px;  }
/*.testimonial_sec .testimonial-main:nth-child(even) .testimonial_box { flex-direction: row-reverse; }
.testimonial_sec .testimonial-main:nth-child(even) .testimonial_txt { padding-left: 50px; padding-right: 0; }
.testimonial_sec .testimonial-main:nth-child(even) .testimonial_img { padding-right: 20px; padding-left: 0px; }
.testimonial_sec .testimonial-main:nth-child(even) .testimonial_txt::before { left: 50px; }*/
.testimonial_sec .testimonial-main:last-child{margin-bottom: 20px; }
/**********/
.vision_sec { padding-bottom: 180px; position: relative; overflow: hidden; }
.vision_sec:before {     content: '';
    position: absolute;
    left: -9px;
    top: 0;
    background: url(../images/our-vision-bg1.png) no-repeat;
    width: 235px;
    height: 448px; }
.vision_sec:after { content: ''; position: absolute; right: 0px; bottom: -45px; background: url('../images/our-vision-bg2.png') no-repeat; width: 557px; height: 388px; }
.vision_box{ max-width: 1172px; margin: 0 auto; }
.vision_box h3 { margin-bottom: 20px; }
.vision_box.title { margin-bottom: 0; }
.vision_box.title p {  margin-bottom: 0;  }
.mission_sec { background: #A32D02; }
.mission_image img { border: 1px solid #FFFFFF; border-radius: 110px; margin-top: -153px; }
.mission_text { padding-left: 30px; }
.mission_text h3 { color: #FFFFFF; margin-bottom: 15px; }
.mission_text p { color: #FFFFFF; margin:0; }

/**********/
.footer{ background: url('../images/footer-bg.webp') no-repeat; background-size: cover; padding: 52px 0px 30px; }
.footer h5 { margin-bottom: 38px; color: #FFFFFF; font-weight: 600; font-size: 20px; text-transform: uppercase; }
.footer_bottom p{ color: #FFFFFF; margin-bottom: 0;}
.footer_links ul, .footer_inn ul { padding: 0; margin: 0; display: flex; flex-wrap: wrap; }
.footer_inn ul { justify-content: center; margin-bottom: 10px; }

.footer_links ul li, .footer_inn ul li { display: block;    line-height: 32px; margin-right: 30px; }
.footer_inn ul li { margin-right: 20px;}
.footer_links ul li:last-child, .footer_inn ul li:last-child { margin-right: 0; }
.footer_links ul li a, .footer_inn ul li a { color: #FFFFFF; text-decoration: none; font-size: 16px; font-weight: 500;}
ul.footer-social {  padding: 0; margin: 0; justify-content: flex-end; }
ul.footer-social li { display: inline-block; }
ul.footer-social li a{  text-decoration: none;  width: 45px; height: 45px; background-color: #FFFFFF; border-radius: 100px; display: flex; align-items: center; justify-content: center;
 transition: transform 0.3s ease; }
ul.footer-social li a img { width: 23px;}
ul.footer-social li:not(:last-child) {  margin-right: 10px;}
.footer_add { justify-content: flex-end; gap: 30px;    margin-bottom: 10px; }
.footer_add p { color: #FFFFFF; }
.footer_add p a{ color: #FFFFFF; margin-left: 4px; }
.footer-row { position: relative;  margin-bottom: 10px; }
.footer-row:before { content: ''; position: absolute; left: 0;    bottom: 52px; width: 100%; height: 2px; 
background: rgba(255, 255, 255, 0.2); }
.footer_bottom { padding-top: 25px; border-top: 2px solid rgba(255, 255, 255, 0.2); }

ul.footer-social li a:hover {
    transform: scale(1.1);          /* slightly bigger */
    transition: transform 0.3s ease;
    animation: shake 0.5s;          /* subtle tilt */
}

/* Shake animation: small tilt back and forth */
@keyframes shake {
  0% { transform: scale(1.1) rotate(0deg); }
  25% { transform: scale(1.1) rotate(10deg); }
  50% { transform: scale(1.1) rotate(-10deg); }
  75% { transform: scale(1.1) rotate(10deg); }
  100% { transform: scale(1.1) rotate(0deg); }
}
ul.footer-social li a:hover {
    animation: rotate360 0.6s linear; /* full rotation */
}

/* Keyframes for full rotation */
@keyframes rotate360 {
    0% {
        transform: scale(1) rotate(0deg);
    }
    100% {
        transform: scale(1.1) rotate(360deg); /* full circle + scale up */
    }
}
/**********nav-icon**********/
.nav-icon {display: none;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: .5s ease-in-out;-moz-transition: .5s ease-in-out;-o-transition: .5s ease-in-out;transition: .5s ease-in-out;cursor: pointer;z-index: 9;width: 24px;height: 17px;position: absolute;top: 15px;right: 0;border-radius:4px;}
.nav-icon span{display: block;position: absolute;height: 2px;background: #FFFFFF;opacity: 1;left: 6px;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-o-transition: .25s ease-in-out;transition: .25s ease-in-out;}
.nav-icon span:nth-child(1) 	{ top: 0px;	width:24px; right: 0px;	left: auto;}
.nav-icon span:nth-child(2)	{top: 7px;width:24px;right: 0px;left: auto;}
.nav-icon span:nth-child(3)	 {top: 14px;width:24px;right: 0px;left: auto;}
.nav-icon.open span:nth-child(1){top: 8px;    right: 0px; -webkit-transform: rotate(135deg);	-moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg);}
.nav-icon.open span:nth-child(2){ 	opacity: 0; }
.nav-icon.open span:nth-child(3){top: 10px;-webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -o-transform: rotate(-135deg);transform: rotate(-135deg);    right: 0px;  top: 8px;	}
/**********/
.btn-prime {  background: #000; color: #fff; padding: 13px 25px; border-radius: 4px;
 font-weight: 500; cursor: pointer; display: inline-flex; justify-content: center; align-items: center;
font-size: 16px; width: 190px;}
/*****contact_sec*****/   
.contact_sec {     background: #fdf7f0; }
.contact_title p { margin-bottom: 0; }
.contact_left { padding-right: 30px; }
.contact_social ul li { display: inline-block;}
.contact_social ul li:not(:last-child) { margin-right: 16px; }
.contact_social ul li a { text-decoration: none; width: 50px; height: 50px; background-color: #FFFFFF;
border-radius: 50px; display: flex; align-items: center;  justify-content: center; }
.contact_social ul li a img { width: 24px;}
.form label, .contactpage_form label { font-size: 16px; font-weight: 500; font-family: "Satoshi-Medium", sans-serif; } 
.contactpage_form { position: relative;
    background: #fdf8ee;
    border-radius: 24px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0dfcf;
    padding: 30px 30px; }
/*.contactpage_form:before{ content: ''; position: absolute; left: -12px; bottom: 0; width: 1px; height: 95%; 
background: rgba(0, 0, 0, 0.21); }*/
.contactpage_form h4 { font-size: 32px; font-weight: 700; font-family: "Satoshi-Bold", sans-serif; 
margin-bottom: 12px; }
.contact_title p, .contactpage_form p { line-height: 26px;     margin-bottom: 14px;}
.contactpage_form .form label { margin-bottom: 5px; }
.contactpage_form .form input , .contactpage_form .form select{  width: 100%; 
font-size: 14px; color: #2E2E2E; line-height: 22px; outline: none; border-radius: 10px; 
border: 1px solid #DB8828; background: #fffcf5; padding: 5px 10px;}
.contactpage_form div.halfs { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.contactpage_form textarea{ border: 1px solid #DB8828;   height: 80px;
padding: 10px 10px; width: 100%; font-size: 14px; color: #2E2E2E; line-height: 22px;    overflow: hidden;
    resize: none;  outline: none; background: #fffcf5; border-radius: 10px; }
.contactpage_form input[type="submit"] {  color: #fff;  background-color:#AE3503; font-weight: 500;
 padding: 9px 20px 10px;  text-align: center;  font-size: 15px; border-radius: 100px; display: inline-block;
 transition: background-color .4s ease-in-out;  border: 0; -webkit-appearance: none; }
.contactpage_form input[type="submit"]:hover { background-color: #DB8828; color: #FFFFFF; }
/*.contact_mainbox { display: flex; flex-wrap: wrap; }*/

.contact_box { text-align: left; width: 100%; 
    background: #fdf8ee;
    border-radius: 24px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid #DB8828;
    padding: 20px 20px; margin-bottom: 20px;
	}
.contact_box h5{ margin-bottom: 8px; font-weight: 700;font-family:"Satoshi-Bold", sans-serif;  font-size: 20px;}
.contact_box p { color: #000000; font-size: 14px; line-height: normal; margin-bottom: 5px;}
.contact_box a { color: #AE3503; font-weight: 700; display: block;  margin-bottom: 5px;    font-size: 14px; }
.contact_box a img {    width: 16px; margin-right: 5px; }
.contact_box ul.footer-social { justify-content: flex-start; margin-top: 10px; }
.contact_box ul.footer-social li a { border: 1px solid #DB8828;  width: 40px; height: 40px; margin: 0;}
.response_box { background: #ffefd7; padding: 5px 20px 7px; border-radius: 24px; display: inline-block; 
margin-top: 5px;    font-size: 14px; color: #AE3503; }
.response_box strong { color: #AE3503; }
.contact_box ul.footer-social li a img { width: 20px; margin: 0; }

.contact_titlemain {  background-image: linear-gradient(to right, #eca14e, #AE3503); padding: 30px 0px 100px; }
.contact_title h1 {color: #FFFFFF; margin-bottom: 15px;}
.contact_title p {   max-width: 540px; color: #fff;     font-size: 18px; font-weight: 500; }
.personal_box { background: #fff4e1;padding: 5px 20px 7px 30px; border-radius: 24px; display: inline-block; 
margin-top: 5px; position: relative;  font-size: 15px; }
.personal_box:before {     content: '';
    position: absolute;
    left: 16px;
    top: 13px;
    width: 7px;
    height: 7px;
    background: #28af60;
    border-radius: 50px;}
.contact-row { margin-top: -40px; }
	
/*****newsletter_sec*****/ 
.newsletter_sec {  position: relative;}
.newsletter_sec:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%;
 background: url('../images/newsletter-bg.webp') no-repeat; background-size: cover; mix-blend-mode: hard-light; }
.newsletter_sec:after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%;
 background: url('../images/newsletter-overlay.png') no-repeat; background-size: cover;   }
.newsletter_main { max-width: 552px; margin: 0 auto; position: relative; z-index: 9; }
.newsletters label { display: none; }
.newsletter_main .title p { font-weight: 600; }

#newsletters-1-form .form-control { border: 1px solid #000000 !important; border-radius: 100px !important; padding: 16px 30px 17px !important;  background: transparent !important; 
color: #000000 !important;}
#newsletters-1-form input::placeholder{ color: rgba(0, 0, 0, 0.7) !important; }
.newsletters form { display: flex; gap: 12px; }
#newsletters-1-form .btn-primary{  color: #fff;  background-color:#DB8828 !important; border: 0 !important; 
font-weight: 700 !important;  padding: 12px 39px 15px;  text-align: center;  font-size: 18px; 
border-radius: 100px !important;  display: inline-block;  transition: background-color .4s ease-in-out; 
 border: 0;  -webkit-appearance: none; font-family: "Satoshi-Bold", sans-serif;  }
#newsletters-1-form .btn-primary:hover { background-color:#AE3503 !important;} 
.newsletters-fieldholder-visible { width: 72%; }
/**********/ 
#backtop { position:fixed;  right: 35px; bottom: 20px; cursor:pointer; width:50px; height:50px; background-color:#ffffff; text-indent:-9999px;
display:none; -webkit-border-radius:60px; -moz-border-radius:60px; border-radius:60px; z-index: 9;
border: 2px solid #AE3503 }
#backtop span { position:absolute; top:50%; left:50%; margin-left:-8px; margin-top:-12px; height:0; width:0; border:8px solid transparent; border-bottom-color:#AE3503; }
/*****blog_sec*****/ 
.blog_sec { background-color: #fff4e7; }
.blog-grid .article_box { margin-bottom: 20px; }
.blogs-title h1 span { color: #ED1F24; }
.blog-sidebar { max-width: 352px; margin-left: auto; }
.blog-search { position: relative; }
.blog-search input:focus-visible { outline: none; }
.blog-search input { width: 100%; padding: 14px 15px 15px 60px; border: 1px solid #D0D0D0; border-radius: 1rem; background: #FFFFFF; color: #585858; }
.blog-search button { position: absolute; left: 12px;  top: 13px; background: none; border: none;
 cursor: pointer;}
.blogs-title { max-width: 684px; margin: 0;}
.blog_row { align-items: center; }
.page-numbers { background: #FFFFFF; width: 36px;  height: 36px; justify-content: center; align-items: center;
display: flex; color: #313131; border-radius: 4px; border: 1px solid #E9E9E9; font-size: 14px; font-weight: 400;
font-family: "Inter", sans-serif; }
a.page-numbers{ gap: 10px; }
.page-numbers i{ color: #626262; font-size: 20px; margin-top: -1px;}
.page-numbers.current { background: #C84B05;  border: 1px solid #C84B05;color: #FFFFFF;font-weight: 700;}
.pagination {justify-content: center; margin-top: 30px; gap: 6px;}
.next.page-numbers , .prev.page-numbers {  width: 80px; border-radius: 4px;}
.blog-image { margin-bottom: 30px; }
.blog-image img{ width: 100%;  object-position: top; }
/*****brand_sec*****/ 
.brand_sec { position: relative; overflow: hidden; }
.brand_sec:before {     content: '';
    position: absolute;
    left: 0px;
       bottom: -25px;
    background: url(../images/brand-bg.png) no-repeat;
    width: 570px;
    height: 723px; }
.brand_title { max-width: 100%; }
.brand_box { display: flex; gap: 40px; }
.brand_images { width: 50%;  }
.brand_images img { border: 1px solid #000000; border-radius: 90px; }
.brand_txt { width: 50%;  padding-top: 35px; }
.brand_txt p { font-size: 18px; font-weight: 500; }
.brand_txt p:last-child { margin-bottom: 0; }
.brand_col{ margin-bottom: 14px;}
.brand_col:nth-child(even) .brand_box { flex-direction: row-reverse;  }
/*****timeline_sec.timeline_sec { }*****/ 
.timeline_sec { background-color: #FFF4E7; }
.timeline_sec .title h1 span { color: #C84B05; }

.timeline_box { 
	text-align: center;
	position: relative;
	width: 312px;
}
.timeline_box:before {
	content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    outline: 8px solid #C84B05;
    border-radius: 100px;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
}
.timeline_box:after {
	content: '';
    position: absolute;
    width: 104%;
    height: 3px;
    background: #C84B05;
    top: -32px;
    left: 0;
}
.timeline-slider .slick-slide:nth-child(even) .timeline_box:before {
	top: auto;
	bottom: -41px;
}

.timeline-slider .timeline_txt h5{
	margin-bottom: 6px;
	color: #C84B05;
	font-size: 20px;
	font-weight: 700;
}
.timeline-slider .timeline_txt span{
	margin-bottom: 9px;
	color: #363636;
	font-size: 20px;
	font-weight: 700;
}
.timeline-slider .timeline_txt p{
	font-weight: 500;margin: 0;
}
.timeline-slider .slick-slide:nth-child(odd) .timeline_box{
	margin-top: 210px;
	margin-left: -20px;
}
.timeline-slider .slick-slide:nth-child(even) .timeline_box{
	margin-bottom: 30px;
}
.timeline-slider .slick-slide:nth-child(2) .timeline_box{
	position: relative;
	    left: -45px;
}
.timeline-slider .slick-slide:nth-child(4) .timeline_box{
	position: relative;
	    left: -80px;
}
.timeline-slider .slick-slide:nth-child(6) .timeline_box{
	position: relative;
	    left: -105px;
}
.timeline-slider .slick-slide:nth-child(3) .timeline_box{
	position: relative;
	    left: -38px;
}
.timeline-slider .slick-slide:nth-child(5) .timeline_box{
	position: relative;
	    left: -75px;
}
.timeline-slider .slick-slide:nth-child(7) .timeline_box{
	position: relative;
	    left: -115px;
}

.timeline-slider .slick-next{ right: -4px; z-index: 9; width: 13px; height: 23px; background-color: transparent;     top: 50.8%;}
.timeline-slider .slick-next:before { content: ""; position: absolute; width: 13px; height: 23px;
top: 50%; z-index: 999; background: url('../images/arrow-orange.svg') no-repeat;    background-size: cover;
transform: translateY(-50%); right: 0; opacity: 1; background-position: center;  }
/**********/ 
.filter-container { display: flex; gap: 14px; margin-bottom: 25px; justify-content: center;}
.filter-container .button{ border: 1px solid #AEAEAE;  border-radius: 20px;  color: #8B8B8B; 
padding: 16px 25px 17px; font-weight: 500; font-size: 18px; background: #FFFFFF;
font-family: "Satoshi-Medium", sans-serif; }
.button.is-checked { background: #C84B05;  border: 1px solid #C84B05; color: #FFFFFF; }
.report_sec .card { border: 0;    padding-bottom: 18px; }
.report_sec .card_img { margin-bottom: 20px; position: relative; padding-bottom: 115%; }
.report_sec .card_img img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; border: 1px solid #000000; border-radius: 56px; }
.report_sec .card_text { text-align: center;}
.card_text h4 { font-size: 20px; font-family: "Satoshi-Bold", sans-serif; font-weight: 500; margin-bottom: 10px; padding: 0px 44px; min-height: 48px; }
.card_text p.card-subheading { color: #C84B05; font-size: 18px; text-transform: capitalize;margin-bottom: 10px; }
.card_text p.card-content { color: #525252; font-weight: 500;font-family: "Satoshi-Medium", sans-serif;  line-height: 24px;margin-bottom: 20px; padding: 0px 10px; min-height: 120px; }
.report_sec .card_text .price { justify-content: center; }
.card_text .price { margin-bottom: 15px; }
.card_text .price p{ color: #C84B05; font-size: 37px; font-family: "Satoshi-Bold", sans-serif; font-weight: 700; margin: 0;}
.card_text .price span { color: #C84B05; font-size: 26px; font-family: "Satoshi-Bold", sans-serif; 
font-weight: 700;  padding-left: 5px; display: inline-block; }
.duration { margin-bottom:30px; display: block;}
.duration p { margin: 0; background: rgba(199, 76, 5, 0.07); color: #C84B05; font-weight: 500;font-family: "Satoshi-Medium", sans-serif; font-size: 14px; 
padding: 7px 9px; border-radius: 50px; display: inline-block;}
.report_sec .grid { grid-template-columns: 1fr 1fr 1fr 1fr;  gap: 14px; display: flex; flex-wrap: wrap; 
justify-content: center; }
.element-item  { width: 24.1%; }
.price small {
    font-size: 15px;
    color: #C84B05 !important;
    font-weight: 700;
    font-family: "Satoshi-Bold", sans-serif;
    display: flex;
    align-items: center;
}
.report-maindetail { 
	background: #f3ece3;
	padding: 30px 0;
}


.report-image { max-width: 480px;  padding-right: 20px; position: relative;    margin-left: auto; }
.report-image img {
    border-radius: 157px;
    border: 1px solid #000000;
    height: 370px;
    object-fit: cover;
	width: 100%;
}
.report-image::before {
    content: '';
    position: absolute;
    right: 0px;
    top: -14px;
    width: 100%;
    height: 108%;
    border: 1px solid #000000;
    border-radius: 170px;
}
.report-detail h1 { margin-bottom: 20px; }
.report-maindetail .price p { font-weight: 500;font-family: "Satoshi-Medium", sans-serif; font-size: 20px;   }
.orderform_sec { padding-bottom: 40px;    background: #fdf7f0; }
.orderform-main { max-width: 900px;  margin: 0 auto 40px auto; background: #FFFFFF;
 border-radius: 24px; box-shadow:0 10px 25px rgba(0, 0, 0, 0.05); border: 1px solid #f0dfcf;
 padding: 32px 40px 40px;}
.orderform-header { border-bottom: 1px solid #f0dfcf; padding-bottom: 16px; margin-bottom: 20px; }
.orderform-header p { margin-bottom: 10px; }

.orderform-main h2 {    font-weight: 600;    font-size: 32px; }
.orderform_sec .form-group.price { margin-bottom: 0; } 
.form-group.price label { color:#e67e22; }
.form-group.price label strong.price-inr {    font-size: 18px; }
.orderform_sec form div.halfs { display: grid; grid-template-columns: 1fr 1fr; gap: 20px;}
.orderform_sec label{ color: #000000; font-weight: 500; display: block; font-family: "Satoshi-Bold", sans-serif;}
.orderform_sec .form-group { margin-bottom: 20px; }
.orderform_sec input, .orderform_sec select { border-radius: 10px;
    border: 1px solid #e2d4c4;
    padding: 8px 10px;
    font-size: 0.9rem;
    font-family: inherit;
    outline: none;
    background: #fff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;}
.orderform_sec select {     -webkit-appearance: button;    padding: 9px 10px; }
.orderform_sec textarea {      min-height: 90px;
    resize: vertical; border-radius: 10px;
    border: 1px solid #e2d4c4;
    padding: 8px 10px;
    font-size: 0.9rem;
    font-family: inherit;
    outline: none;
    background: #fff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;}
.orderform_sec input:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="datetime-local"]:focus, input[type="time"]:focus, .orderform_sec select:focus, .orderform_sec textarea:focus {
    border-color: #e67e22;
    box-shadow: 0 0 0 1px rgba(230, 126, 34, 0.12);
    background: #fffdf8;
}
.orderform_sec input:focus-visible, .orderform_sec select:focus-visible { outline: none; }
.sub-total  { padding-bottom: 15px;  border-bottom: 1px solid rgba(0, 0, 0, 0.5); margin-bottom: 10px; 
 display: flex; justify-content: space-between; }
 
.sub-total strong { color: #222222; font-size: 16px; }
.total-discount { padding-bottom: 29px;  border-bottom: 1px solid rgba(0, 0, 0, 0.5);  display: flex; justify-content: space-between;}
.total-discount span { color: #222222; font-size: 16px;  font-weight: 700; font-family: "Satoshi-Bold", sans-serif;}
.total-discount em { color: #222222; font-size: 16px;  font-weight: 500; font-family: "Satoshi-Medium", sans-serif; font-style: normal; }
.total-report { padding: 15px 0px; display: flex; justify-content: space-between;}
.total-report span { font-size: 16px; }
.total-report strong { font-size: 24px; }
.cart-status{padding:0;display: flex; justify-content: space-between;align-items: center;}
.form-control{background:#fff !important;}
.cart-status input{background:#fff !important; color:#000; border:0; text-transform:uppercase;
margin-bottom: 10px;}
.cart-status .price-inr{font-size:16px !important; font-weight:normal !important;}
button.btn-primary { border: 0; }
.orderform-left { position: relative;   }
/*.orderform-left:before {
    content: '';
    position: absolute;
    right: -12px;
    bottom: 0;
    width: 1px;
    height: 95%;
    background: rgba(0, 0, 0, 0.21);
}*/
.orderform_sec .contactpage_form {  margin:0; }
.orderform_sec .contactpage_form:before { display: none; }
.top-scroll {
    position: absolute;
    top: -130px;
    left: 0;
}
.header .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
.nav-link:focus, .nav-link:hover {
    color: #fff;
}
.navbar-nav .nav-link { padding: 0;}
.report-detail .card_text p.card-content { min-height: auto; }
.filter-subtitle { text-align: center; margin-bottom: 40px; }
.filter-subtitle p {
    font-size: 18px;
    font-weight: 500;
	display: inline-block;
	    padding-bottom: 4px;
	border-bottom: 2px solid #AE3503;
}
.secure_desc { 
	margin-top: 30px;
	gap: 8px;
}
.secure_desc img {
	width: 15px;
}

ul.payment-icons {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
ul.payment-icons li{
	display: inline-block;    margin-right: 5px;
}
ul.payment-icons li img{ height: 40px; }
.hidden-testimonial { display: none; }
.testimonial_box.has-image .testimonial_img {
    width: 40%;
}
.testimonial_box.has-image .testimonial_txt {
    width: 60%;
}

/* When image is NOT present */
.testimonial_box.no-image .testimonial_txt {
    width: 100%;
}
.button-icon {
    position: absolute;
    left: 0;
    background: transparent;
    border: 0;
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
}
.button-icon img{
	width: 100%;
}
.modal {
    z-index: 9999;
}
.report-detail .price {
	gap: 13px;
	margin-bottom: 15px;
}
.report-detail .price p {
	font-size: 22px;
	color: #C84B05;
}
.report-detail .price p img{
	width: 25px;
	position: relative;
    top: -3px;
}
.report-buying {
	background: #F2C55C75;
	padding: 75px 0px;
}
.report-buying .card_text {
	max-width: 645px;
	margin: 0 auto;
}
.orderask_sec { 
	padding: 50px 0px 30px;
}
.orderask_txt{
	margin-bottom: 30px;
}
.orderask_txt h3 {
	color: #000000;
	font-size: 27px;
}
.orderask_maintxt {
	background: #FFF4E7;
	border-radius: 30px;
	padding: 40px 28px;
	height: 100%;
}
.orderask_maintxt img{
	width: 60px !important;
	margin-bottom: 20px;
}
.orderask_maintxt h5{
	color: #C84B05;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
.orderask_maintxt p{
	margin-bottom: 0;
	font-weight: 500;
}
.orderask_col {
	margin-bottom: 20px;
}
.orderask_col .test_desc {
	margin-bottom: 0;
}
.delivery_sec {
	padding: 70px 0px;
}
.delivery_txt  {
	margin-bottom: 20px;
}
.delivery_txt h3{
	font-size: 30px;  
	font-weight: 500; 
	font-family: "Satoshi-Medium", sans-serif; 
	margin-bottom: 10px;
}
.delivery_txt ul li{
	font-size: 20px;  
	font-weight: 500; 
	font-family: "Satoshi-Medium", sans-serif; 
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-left: 35px;
}
.delivery_txt ul li:before{
	    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 22px;
    height: 22px;
    background: url(../images/check.svg) no-repeat;
    background-size: 22px;
}
.diffrence_sec {
	background-color: #C84B05;
	padding: 50px 0px;
	position: relative;
}
.delivery_sec {
	position: relative;
	overflow: hidden;
}
.delivery_sec:before{
	 content: '';
    position: absolute;
    right: 0;
    bottom: -120px;
        width: 660px;
    height: 550px;
    background: url(../images/delivery-bg.png) no-repeat;
    background-size: 100%;
}
.diffrence_sec .row{
	align-items: center;
}
.diffrence_maintxt h3 {
	font-size: 30px;  
	font-weight: 500; 
	font-family: "Satoshi-Medium", sans-serif; 
	margin-bottom: 10px;
	color: #FFFFFF;
}
.diffrence_maintxt p {
	color: #FFFFFF;
	opacity: 0.9;
}
.diffrence_maintxt .description ul {
	border-top: 1px solid #FFFFFF3D;
	padding-top: 20px;
	
}
.diffrence_maintxt .description ul li{
	font-size: 20px;  
	font-weight: 500; 
	font-family: "Satoshi-Medium", sans-serif; 
	position: relative;
	display: block;
	margin-bottom: 20px;
	padding-left: 35px;
	color: #FFFFFF;
}
.diffrence_maintxt .description ul li:before{
	    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 22px;
    height: 22px;
    background: url(../images/check-white.svg) no-repeat;
    background-size: 22px;
}

.report_text {
	text-align: center;
}
.report-buying .report_text .title h3 {
	font-weight: 400;
}
.report_text .title h3 strong{
	display: block;
}
.faq-section {
	background-color: #FFF4E7;
	padding: 70px 0px;
}
.faq-section .title{
	max-width: 100%;
	margin-bottom: 10px;
}
.accordion-item {
	margin-bottom: 15px;
	border-radius: 20px !important;
	border: 0;
	    box-shadow: 0px 1px 10px rgba(2, 48, 71, 0.1);
}
.accordion-button {
    border-radius: 20px;
	color: #000000;
    font-weight: 500;
	    padding: 10px 12px;
}
.accordion-item:first-of-type, .accordion-item:first-of-type .accordion-button,.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed {
	border-radius: 20px !important;
}
.accordion-body {
    padding: 0 20px 15px;
}
.accordion-body p {
	margin-bottom: 0;
}
.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #fff;
	    box-shadow: none;
}
.accordion-button:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
	    transform: rotate(-180deg);
}
span.faq-number {
	    width: 40px;
    height: 40px;
    background: #C84B05;
    margin-right: 14px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #FFFFFF;
}
.sharetestimonial_sec {
	position: relative;
}
.sharetestimonial_sec:before{
	    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
        width: 330px;
    height: 470px;
    background: url(../images/testimonial-bg.png) no-repeat;
    background-size: 100%;
}
.sharetestimonial_sec .testimonial_txt {
	background: #FFFFFF;
	box-shadow: 0px 1px 10px rgba(2, 48, 71, 0.1);
	padding: 85px 30px 30px;
	border-radius: 50px;
	width: 100%;
	margin: 10px;
	height: 100%;
}
.sharetestimonial-slider .slick-slide{
	margin: 0px 12px;
}
.sharetestimonial_sec .testimonial_txt::before {
    left: 30px;
	    top: 15px;
}
.sharetestimonial_sec .test_desc {
    margin-bottom: 15px;
}
.sharetestimonial_sec .test_desc p {
	    line-height: 26px;
}
.orderask_sec {
	position: relative;
	overflow: hidden;
}
.orderask_sec:before{
	content: '';
    position: absolute;
    left: 0;
    bottom: -120px;
    width: 430px;
    height: 390px;
    background: url(../images/form-bg.png) no-repeat;
    background-size: 100%;
    z-index: -9;
}
.astrotimeline_sec {
	background: #F6F6F6;
	padding: 50px 0px;
}
.astrotimeline_sec .title{
	margin-bottom: 50px;
}
.astrotimeline_sec .title h4{
	font-size: 27px;
	margin-bottom: 10px;
	
}
.timeline_num {
	color: #C84B05;
	opacity: 0.2;
	font-size: 60px;
	font-weight: 700;
	line-height: 60px;
    min-height: 115px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.astrotimeline_box {
	text-align: center;
	display: flex;
	gap: 40px;
	flex-direction: column;
	position: relative;
}
.astrotimeline-slider .slick-slide:nth-child(even) .astrotimeline_box {
	 flex-direction: column-reverse;
}
.astrotimeline_box:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background: #FFFFFF;
    outline: 5px solid #C84B05;
    border-radius: 100px;
    top: 130px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
}
.astrotimeline_box:after {
    content: '';
    position: absolute;
    width: 104%;
    height: 3px;
    background: #C84B05;
    top: 135px;
    left: 0;
}
.karmareport {
	background: #C84B05;
	padding: 50px 0px;
}
.karmareport ul {
	display: flex;
	align-items: center; 
}
.karmareport ul li {
       font-size: 20px;
    font-weight: 500;
    font-family: "Satoshi-Medium", sans-serif;
    position: relative;
    display: block;
    padding-left: 38px;
    color: #FFFFFF;
    width: 25%;
    padding-right: 19px;
    margin-right: 30px;
    border-right: 1px solid #FFFFFF54;
}
.karmareport ul li:last-child {
	padding-right: 0px;
	margin-right: 0px;
	border-right: 0;
}
.karmareport ul li:nth-child(1){
	width: 30%; 
}
.karmareport ul li:nth-child(2){
	width: 15%; 
}
.karmareport ul li:before {
    content: '';
    position: absolute;
    left: 0;
        top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(../images/check-white.svg) no-repeat;
    background-size: 20px;
}
.karmareport ul li strong {
	display: block;
}

.helpreport {
	padding: 60px 0px;
	position: relative;
}
.helpreport:before {
    content: '';
    position: absolute;
    left: 0;
	right: 0;
    bottom: 0;
        width: 370px;
    height: 205px;
	margin: 0 auto;
    background: url(../images/help-bg.png) no-repeat;
    background-size: 100%;
	display: none;
}
.helpreport_txt {
	margin-bottom: 25px;
}
.helpreport_txt h3{
	font-size: 27px;
	margin-bottom: 10px;
}
.helpreport_main {
    justify-content: center;
}
.helpreport_maintxt {
	text-align: center;
}
.helpreport_maintxt span{
	display: block;
	background: #F69B17;
	width: 80px;
	height: 80px;
	border-radius: 30px;
	margin: 0 auto;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.helpreport_maintxt h5 {
	line-height: 30px;
}
.helpreport_maintxt p {
	color: #626262;
}
.helpreport_maintxt span img{
	width: 40px !important;
}
.helpreport_col {
	margin-top: 30px;
}
.chart_sec {
	padding: 50px 0px;
	background: #FFF4E7;
}
.chart_txt {
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 45px;
}
.chart_txt h3{
	font-size: 27px;
	margin-bottom: 10px;
}

.chart_images img {
	border-radius: 30px;
	width: 100%;
}
.chart_maintxt {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.chart_inntxt {
	width: 48.5%;
	background: #FFFFFF;
	border-radius: 27px;
	padding: 30px 30px;
}
.chart_inntxt h5 {
	color: #C84B05;
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 13px;
	font-family: "Satoshi-Bold", sans-serif;
}
.chart_inntxt p { font-weight: 500; font-family: "Satoshi-Medium", sans-serif; }

.optional_maintxt {
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-color: #fdf8f3;
	padding: 10px 10px;
	border-radius: 10px;
	margin-bottom: 15px;
}
.optional_txt {
	    display: flex;
    align-items: center;
    gap: 10px;
}
.optional_txt span.num{
	background-color: #fbe3cd;
    color: #e8842d;
	padding: 6px 13px;
	border-radius: 20px;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
}
.optional_txt p strong{
	font-size: 15px;
	font-weight: 700;
}
.optional_txt p strong em{
	font-style: normal;font-weight: 600;
}
.optional_txt p span{
	display: block;
	font-size: 14px;    line-height: 22px;
}
.optional_maintxt label {
	font-size: 14px;
}
.optional_maintxt textarea {
	border: 1px solid rgba(0, 0, 0, 0.5);
	padding: 10px 13px;
	border-radius: 20px;
	height: 90px;
    font-size: 13px;
    line-height: 18px;
}
.optional_maintxt .form-group {
	margin-bottom: 0; 
}
.timeline_desc { min-height: 115px; display: flex; align-items: center; justify-content: center; }
 .terms-box {
      border-radius: 16px;
      border: 1px solid #f0dfcf;
      background: #fffdf8;
      padding: 15px 12px 8px;
      font-size: 0.8rem;
      max-height: 260px;
      overflow: auto;
      line-height: 1.45;
	      margin-bottom: 20px;
    }
.terms-box h4 {            font-size: 1.02rem;
    font-weight: 600;
        margin-bottom: 10px; }
.terms-box ol li a {    color: #000000; }
.payment_detailss { text-align: center; }
.total-report { gap: 10px; }
.total-report strong.price-inr{
    color: #e67e22;     font-size: 22px;
}
 p strong.tatwa {
    color: #7a6855; font-size: 0.76rem;
} 
.blog-image {
	width: 300px;
	float: left;
	margin-right: 30px;
}
.contentsection p { margin-bottom: 12px; }
.contentsection h4 { margin-bottom: 12px; }
.contentsection h4 b { font-weight: 600; }
.contentsection ul { padding-left: 15px; margin-bottom: 20px; }
.contentsection ul li { margin-bottom: 6px; }
p.tip { font-size: 15px; color: #AE3503; }
.step-group p {    font-size: 0.86rem; margin: 0; margin-top: 5px;    line-height: normal; }

.vision_box ul { padding-left: 20px; margin-bottom: 10px; }
.vision_box h4, .vision_box p, .vision_box h5 { margin-bottom: 10px; }
.vision_box p a { color: #C84B05; }
/*****responsive*****/ 
@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1304px; }
}
@media (max-width: 1439px) {
	.timeline_desc { font-size: 15px; }
}
@media (max-width: 1439px) {

.homeservice_box { margin-top: 0;}
/*.center-slider .slick-slide .homeservice_img img { height: 430px; }
.center-slider .slick-current.slick-active .homeservice_img img { height: 500px; }

.center-slider .slick-slide .homeservice_img img { height: 500px; }
.center-slider .slick-slide.slick-center .homeservice_img img { height: 430px;  }*/
.hero-txt {
    max-width: calc(100% - 580px);
}
.article_sec .article_txt {
           padding-left: 20px; 
}
.latest-blog .article_txt {
    padding-right: 15px;    padding-left: 25px;
}
.duration p {
     font-size: 13px;
    padding: 7px 7px;
}
.timeline-slider .slick-slide , .timeline_box { margin: 0px 10px; }
.timeline_box {
    width: 300px;
}
.timeline-slider .timeline_txt { padding: 0px 12px; }
.timeline-slider .timeline_txt p {
    font-size: 15px;
    line-height: 25px;
}
.timeline-slider .timeline_txt span {
    font-size: 18px;
}
	
.timeline-slider .slick-slide:nth-child(odd) .timeline_box .timeline_desc { padding: 0px 5px;}
.timeline-slider .slick-slide:nth-child(even) .timeline_box:before {
    bottom: -28px;
}
.timeline-slider .slick-slide:nth-child(7) .timeline_box {
    left: -118px;
}
.element-item {
    width: 24%;
}
.karmareport ul li, .helpreport_maintxt h5, .delivery_txt ul li {
    font-size: 18px;
}
.diffrence_maintxt .description ul li {
	font-size: 18px;
}
h1 {
        font-size: 40px;line-height: 1.2; 
}
}
@media (max-width: 1399.9px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {  max-width: 86%; }
.homeservice_box {
    padding: 15px 15px;
}
}
@media (max-width: 1365px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 92%;
    }
/*.homeservice_txt h4 { padding: 0px 16px;}*/
.btn-primary { font-size: 18px;}

.duration p {
padding: 7px 7px; }
.banner_txt {
    padding-right: 43px;
}

.title h3 { font-size: 36px; }
h4 {  font-size: 21px; } 
.title { margin-bottom: 35px; }

}
@media (max-width: 1279px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 95%;
    }

.timeline-slider .slick-slide:nth-child(odd) .timeline_box {
    margin-left: 0;
	        left: 0;
}

.timeline-slider .slick-slide:nth-child(even) .timeline_box{
	 left: 0;
}
.timeline-slider .slick-slide:nth-child(2) .timeline_box{
	 left: 0;
}
.timeline-slider .slick-slide:nth-child(4) .timeline_box{
	 left: 0;
}
.timeline-slider .slick-slide:nth-child(6) .timeline_box{
	 left: 0;
}
.timeline-slider .slick-slide:nth-child(3) .timeline_box{
 left: 0;
}
.timeline-slider .slick-slide:nth-child(5) .timeline_box{
 left: 0;
}
.timeline-slider .slick-slide:nth-child(7) .timeline_box{
	  left: 0;
}
.article_img {
    width: 230px;
}
.article_txt {
    width: calc(100% - 230px);
}

	.homeservice_box {
        padding: 10px 10px;
    }
.center-slider .slick-current.slick-active .homeservice_img img {  height: 390px; }
.center-slider .slick-slide .homeservice_img img { height: 390px; }
.center-slider .slick-slide.slick-center .homeservice_img img { height: 390px;  }
	.title p {
    font-size: 18px;
    line-height: 26px;
	}
.article_sec .article_txt {
    padding-right: 0px;
}
h2 {
    font-size: 34px;
}
.hero-txt {
        max-width: calc(100% - 445px);
    }
.hero-image {
    width: 445px;
}

.timeline_box:after {
    width: 132%;
}
.timeline-slider .slick-next {
    right: -17px;
    top: 45.8%;
}
.homeservice_box a.btn-primary {
    font-size: 16px;
    padding: 15px 15px;
}
.karmareport ul li {
    padding-left: 35px;
    padding-right: 15px;
    margin-right: 20px;
}

.timeline-slider .slick-dots li button:before {
        background: #494949;
    }
.timeline-slider .slick-dots li.slick-active button:before{
        background: #A32D02;
    }

.timeline-slider .slick-dots {
    bottom: -12px;
}
}
@media (max-width: 1199px) {
h4 { font-size: 20px; }
    h2 {
        font-size: 32px;
    }
.article_img {
        width: 200px;
    }
.article_txt {
        width: calc(100% - 200px);
		padding-left: 20px;
    }	

	.testimonial-slider {    margin: 0px 40px; }
	.testimonial-slider .slick-prev {
    left: -50px;
    width: 35px;
    height: 35px;
	}
	.testimonial-slider .slick-next {
    right: -50px;
    width: 35px;
    height: 35px;
	}
	.testimonial-slider .slick-prev:before, .testimonial-slider .slick-next:before  {
    width: 34px;
    height: 34px;
	}
	.banner_txt p, .homeabout_maintxt p, .hero-main p , .brand_txt p { font-size: 18px; line-height: 26px; }
.card_text h4 {
    font-size: 18px;
    padding: 0px 26px;
}
.filter-container .button {
    padding: 14px 25px 16px;
    font-size: 18px;
}
.card_text .price p {
    font-size: 30px;
}
.card_text .price span {
    font-size: 22px;
}
.element-item {
    width: 23.9%;
}

.timeline-slider .slick-slide:nth-child(even) .timeline_box:before {
        bottom: -20px;
    }
	.chart_maintxt {
    gap: 19px;
	}
.footer_links ul li, .footer_inn ul li {
    margin-right: 20px;
}

}
@media (max-width: 1079px) {
h1 { font-size: 42px; }

h3 {
    font-size: 50px;
}


.main-menu ul li:not(:last-child) {
    margin-right: 15px;
}
.latest-blog .article_txt {
        padding-right: 0;
}
.report_sec .grid {
    grid-template-columns: 1fr 1fr 1fr;
}
.element-item {
    width: 23.8%;
}
.timeline_box {
     width: 350px;
}
.timeline-slider .slick-next {
       top: 47.5%;
}	
.timeline_box:after {
        width: 200%;    top: -33px;
    }
	.chart_maintxt {
    gap: 17px;
}
.karmareport ul li {
        padding-left: 32px;
        padding-right: 10px;
        margin-right: 13px;
    }
.karmareport ul li {
        font-size: 15px;
    }
.astrotimeline-slider .slick-next {
    right: -15px;
	top: 53%;
}
.astrotimeline-slider .slick-next:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 23px;
    top: 50%;
    z-index: 999;
    background: url(../images/arrow-orange.svg) no-repeat;
    background-size: cover;
    transform: translateY(-50%);
    right: 0;
    opacity: 1;
    background-position: center;
}	
	.footer_links ul li {
    margin-right: 20px;
}
	.footer-row:before {
    bottom: 48px; 
	}
	.footer h5 {
    margin-bottom: 35px; 
	}
}
@media (max-width: 991.9px) {
	.banner_txt {
    width: calc(100% - 280px);
	}
	.banner_img {
    width: 280px;
	}

.logo {  width: 170px; }
.header.sticky .logo { width: 130px; }
.header.sticky .btn-primary { padding: 8px 18px; font-size: 14px; }
.btn-primary { padding: 8px 18px;  font-size: 14px; }
.header { padding: 12px 0px; }
.nav-icon{display:block; right: 0px; top: 12px; }
.nav_bg { position: absolute; right: 0; top: 0; border: 0;}
body.open { overflow: hidden; }
.open .main-menu {display:block; }
.main-menu {display:none; position:fixed; top: 62px; left:0;width: 100%; right:0;float:none;z-index:9999; background:#FFFFFF; 
transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out; overflow: auto; max-height: calc(100% - 62px);
max-height: -webkit-calc(100% - 62px);  max-height: -moz-calc(100% - 62px); padding: 0px; width: 100%; max-width: 100%; border: 0;
border-radius: 0;        padding-bottom: 5px; }
.main-menu ul {width: 100%;max-width: 100%;  display: block; justify-content: normal;    margin-top: 0;  padding: 0px;}
.main-menu ul li {display: block;  float: none;  margin: 0; text-align: left; padding: 8px 20px; }
.main-menu ul li:last-child{border:0px;}
.main-menu ul li a {
    color: #000000;
}
.main-menu ul li:not(:last-child) {  margin-right: 0; }
h1 { font-size: 38px; line-height: 1.2;  }
.banner_img {
    padding-right: 15px;
}
.banner_txt p { font-size: 16px; }
.article_img {
        width: 260px;
    }
	.article_txt {
        width: calc(100% - 260px);
	}
	.testimonial-slider .testimonial_txt {
    padding-right: 20px;
    width: calc(100% - 290px);
	}
	.testimonial-slider .testimonial_img{
    width: 290px;
	}
	.testimonial_img::before {
    right: 2px;
	}

#backtop { right: 25px; bottom: 30px; }
	.footer_bottom {
    padding-top: 20px;
	}
	.title p, .filter-subtitle p {
        font-size: 16px;line-height: 24px;
	}
	.filter-subtitle {
    margin-bottom: 25px;
}
	.footer_add {
    gap: 15px;
	}
    h2 {
        font-size: 25px;
    }
	ul.footer-social li:not(:last-child) {
    margin-right: 6px;
}
ul.footer-social li a {
    width: 40px;
    height: 40px;
}
h5 {
    font-size: 18px;
}
.contact_left {
    padding-right: 20px;
}
.contactpage_form {
    padding-left: 22px;
}
.contactpage_form h4 {
    font-size: 26px;
}
.comon-padd {
    padding: 40px 0px;
}
.footer {
    padding: 45px 0px 30px;
}
.navbar-nav .dropdown-menu, .navbar-expand-md .navbar-nav .dropdown-menu {
    position: static;
}
.navbar-nav .dropdown-menu {
    display: none !important;
}
.click_menu {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    right: 0;
           top: -7px;
    cursor: pointer;
}
.open2 .click_menu {
	height: auto;
}
.click_menu:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: 24px;
    cursor: pointer;
    top: 20px;
    border-style: solid;
    transform: rotate(45deg);
    border-width: 0px 2px 2px 0;
    padding: 3px;
    background-position: right;
    z-index: 999;
    border-color: #000;
}
.main-menu ul li ul.dropdown-menu {
        width: 100%;
        position: relative;
        left: 0;
        top: 5px;
        opacity: 1;
        visibility: visible;
        display: none;
        transform: translateY(0px);
    }
.main-menu ul li.open2 .dropdown-menu {
        display: block !important;
    }
.dropdown-toggle::after { display: none; }
.main-menu ul li ul.dropdown-menu li a {
    padding: 0;
}
.main-menu ul li.active a { color: #AE3503; }
.hero-image {
        width: 350px;    padding-right: 15px;
    }
.hero-txt {
        max-width: calc(100% - 350px);
    }
	.hero-image img {
    border-radius: 110px;
    height: 315px;
	}
	.hero-image::before { border-radius: 110px;}
	/*.testimonial_sec .testimonial-main:nth-child(even) .testimonial_txt {
    padding-left: 20px;
	}
	.testimonial_sec .testimonial-main:nth-child(even) .testimonial_txt::before {
    left: 20px;
}*/
.testimonial_txt span {
    font-size: 18px;
}
.mission_image img {
    margin-top: -110px;
}
.vision_sec {
padding-bottom: 120px;}
.filter-container .button {
        padding: 14px 15px 16px;
        font-size: 17px;
    }
	.price small {
    font-size: 13px;
	}
	h3 {
        font-size: 38px;
    }

.homeservice_sec .container{ padding: 0;   max-width: 100%; }


	.element-item {
    width: 32%;
}
.center-slider .slick-slide { margin: 0; }
.homeabout_maintxt  { padding: 30px 0px; }
.footer_add p {
    white-space: nowrap;
}
.brand_txt {
    padding-top: 0;
}
.center-slider .slick-current.slick-active .homeservice_img img {  height: 330px; }
.center-slider .slick-slide .homeservice_img img { height: 330px; }
.center-slider .slick-slide.slick-center .homeservice_img img { height: 330px;  }
.homeservice_txt h4 { font-size: 15px;  }
ul.footer-social li a:hover {
    transform: scale(1.05);
}
.testimonial_sec .testimonial-main .testimonial_box {
    max-width: 100%;
    flex-wrap: wrap;
}
.testimonial_box.has-image .testimonial_img {
       width: 180px; margin: 0 auto; margin-bottom: 20px;
}
.testimonial_sec .testimonial-main .testimonial_txt {
    width: 100%;margin-bottom: 0px;
    padding-left: 0;
}
.card_text .price  { flex-wrap: wrap; }
.card_text .price p {
        font-size: 24px;
    }
.karmareport ul {
    flex-wrap: wrap;
}
.karmareport ul li {
	width: 49%;
	margin-bottom: 10px;
}
.karmareport ul li:nth-child(1) {
    width: 49%;
}
 .helpreport_maintxt h5, .delivery_txt ul li {
        font-size: 16px;
        line-height: 26px;
    }
.helpreport:before {
    width: 255px;
    height: 144px;
}
.chart_inntxt {
    padding: 25px 25px;
}
.chart_maintxt {
        gap: 12px;
    }

}

@media (max-width: 767.9px) {

	    .contact_left {
        padding-right: 0; margin-bottom: 30px;
    }
	.contactpage_form {
    max-width: 100%;  margin-bottom: 20px;
	}
	
	.contactpage_form:before { display: none; }
	.footer h5 {
    margin-bottom: 14px;
	}
	.footer-row { flex-wrap: wrap; }
	.footer_add {
    justify-content: flex-start;
	}
	.footer_links { padding-bottom: 20px; }
	.footer_add p {
    margin: 0;
}
.footer-row:before { display: none; }
    .footer_links {
        padding-bottom: 15px; border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    }
	ul.footer-social {     justify-content: flex-start; }
	.footer_main { padding-top: 5px; }
	.title h3 {
        font-size: 34px;
    }
	#newsletters-1-form .form-control {
    padding: 14px 34px !important;
	}
	#newsletters-1-form .btn-primary {
    padding: 10px 39px 13px;
    font-size: 16px;
	}
	.contact_box {
    text-align: left;
    width: 100%;
}
.contact_box p { margin-bottom: 10px; }
.contact_box ul.footer-social {
    justify-content: left;
}
.contact_title {
    padding-bottom: 30px;
}
.contactpage_form h4 {
        font-size: 22px;    margin-bottom: 20px;
    }
	.footer_add { flex-wrap: wrap;}
	.blog-sidebar {
    margin-left: 0;
    margin-bottom: 30px;
}
.title {        text-align: center;
        margin-bottom: 20px;
    }
.hero-main { flex-wrap: wrap;    gap: 15px; }
.hero-txt { width: 100%; max-width: 100%; text-align: center; }
.hero-image {
        width: 300px; margin: 0 auto;
        padding-right: 10px;
    }
.banner_txt p, .homeabout_maintxt p, .hero-main p, .test_desc {
        font-size: 16px;
        line-height: 24px;
    }
	    h1 {
        font-size: 32px;
		}
.hero-image img {
        border-radius: 110px;
        height: 240px;
    }
.hero-main h1 {
    margin-bottom: 8px;
}
.testimonial_box { flex-wrap: wrap; }
.testimonial_txt {
        padding-right: 0;
        width: 100%;
		 padding-top: 40px;        
	text-align: center;
    }
	 .testimonial_txt::before {
    width: 40px;
    height: 40px;        
	left: 0;
        right: 0;
        margin: 0 auto;
	}
.rating, .testimonial_txt h5 {
        margin: 10px auto;
        justify-content: center;
    }
	.test_desc {
    margin-bottom: 10px;
}
/*.testimonial_sec .testimonial-main {
        padding: 25px 25px;
    }
	.testimonial_sec .testimonial-main:nth-child(even) .testimonial_txt {
        padding-left: 0;
    }
	.testimonial_sec .testimonial-main:nth-child(even) .testimonial_txt::before {
        left: 0;
    }
	.testimonial_sec .testimonial-main:nth-child(even) .testimonial_img {
    padding-right: 12px;
	}*/
	.testimonial_txt span {
        font-size: 16px;
    }
	.testimonial_txt { margin-bottom: 20px;}
.testimonial_img {
    padding: 12px 0px;
    padding-right: 12px;  margin: 0 auto;
}
 .testimonial_img img {
    border-radius: 70px;
}
 .testimonial_img::before { border-radius: 70px;}
.vision_sec:after {
    width: 375px;
    height: 340px;
}
.mission_image  {    max-width: 350px;
    margin: 0 auto; margin-bottom: 30px; }
	.mission_text { padding: 0;         text-align: center; margin: 0;}
	.brand_box { flex-wrap: wrap;     gap: 20px;}
	.brand_images {
    width: 70%;
    margin: 0 auto;
}
	.brand_txt { width: 100%;         padding: 0; text-align: center; }
	.banner_txt p, .homeabout_maintxt p, .hero-main p, .brand_txt p { font-size: 16px; }
	.timeline-slider .timeline_txt span {
        font-size: 16px;
    }
	.aboutus_images {    max-width: 300px;
    margin: 0 auto; }
	.report_sec .grid {
        grid-template-columns: 1fr 1fr;
    }
	.card_text h4 {
		min-height: auto;
	}
	.filter-container { flex-wrap: wrap;    margin-bottom: 15px; }
.banner_maintxt {    flex-wrap: wrap;          padding: 10px 0px 30px; }
.banner_txt {
        width: 100%; padding: 0;    
        margin-bottom: 30px;
    }
	.banner_img { margin: 0 auto;}
	.homeabout_maintxt  { text-align: center;         padding: 0 ;}
	h3 {
        font-size: 32px;
    }
	.homeabout_sec {

    padding: 0px 0px 35px;
}
.testimonial-slider {
        margin: 0px;
    }
		
	.banner_img img {
    height: 350px;    border-radius: 115px;
	}
	.banner_img::before {
    height: 374px;    border-radius: 115px;
	}
	.banner_desc {
    margin-bottom: 20px;
}
.banner_slider .slick-dots {
    bottom: 15px;
}

.center-slider .slick-slide {
    margin: 0 5px 0 0;
}
.title p br, p br{ display: none; }
p {
    line-height: 24px;
}
.banner_slider {
    padding: 20px 0px;
}
.hero {
    padding: 25px 0px 30px;
}
.timeline-slider .slick-next {
        top: 49.8%;
    }
	.vision_sec:before {
    width: 161px;
    height: 370px;
    background-size: contain;
}
.vision_sec:after {
        width: 330px;
        height: 260px;
        background-size: contain;
    }
	.timeline_sec {
    padding-bottom: 30px;
}
.timeline-slider .slick-slide:nth-child(even) .timeline_box:before {
    bottom: -60px;
}
	.center-slider .slick-list { padding: 0px 110px !important; }
	.element-item {
    width: 48.6%;
}

.footer_links ul li {
    margin-right: 14px;
}

.timeline-slider .slick-slide:nth-child(odd) .timeline_box {
    margin-top: 60px;
}
.timeline_box {
        width: 100%; margin: 0; margin-top: 60px; 
    }
.timeline-slider .slick-slide:nth-child(even) .timeline_box:before {
        bottom: auto;    top: -40px;
    }
.timeline-slider .slick-next {
        top: 29px;
    }
.timeline-slider .timeline_txt {
	margin: 0;
        padding: 0px;
    }
.brand_images img {
    border-radius: 40px;
}
.timeline_desc {
        min-height: auto;
    }
.banner_desc ul li {
    font-size: 16px;
    margin-bottom: 6px;
}
	.banner_desc ul {
    padding-left: 15px;
    padding-right: 0;
}
	.nav-icon {
        top: 16px;
    }
	.sticky .nav-icon {
        top: 10px;
    }
	.banner_slider .slick-dots li.slick-active button:before,
	.testimonial-slider .slick-dots li.slick-active button:before,
	.center-slider .slick-dots li.slick-active button:before
	{
    background: #A32D02; 
	}
	.banner_slider .slick-dots li button:before,
	.testimonial-slider .slick-dots li button:before,
	.center-slider .slick-dots li button:before{
    background: #494949; 
	}
	.center-slider .slick-dots {
		bottom: -15px;
	}
	.blog-meta {
		margin-bottom: 15px;
	}
	.testimonial-slider .slick-prev {
        width: 28px;
        height: 28px;
		left: -15px;
    }
	.testimonial-slider .slick-next {
        width: 28px;
        height: 28px;
		right: -15px;
    }
	.testimonial-slider .slick-prev:before, .testimonial-slider .slick-next:before {
        width: 28px;
        height: 28px;
    }
	.testimonial_img {
		width: 230px;
	}
	.article-slider .slick-slide {
		margin: 0;
	}
	.article-slider.slick-dotted.slick-slider {
		margin-bottom: 75px;
	}
	.rating img {
		width: 20px;
	}
		.center-slider .slick-slide.slick-center .homeservice_img::before {
		opacity: 1 !important;
	}
.center-slider .slick-current.slick-active .homeservice_img img {  height: 490px; }
.center-slider .slick-slide .homeservice_img img { height: 490px; }
.center-slider .slick-slide.slick-center .homeservice_img img { height: 490px;  }
.testimonial-slider .testimonial_txt {
        padding-right: 0px;
        width: 100%;
    }
	.hero-image::before {
    top: -9px;
	}
.orderform_sec form div.halfs {
    display: block;
}

.slick-slider {
display: table;
table-layout: fixed;
width: 100%;
}
.filter-subtitle p, .banner_txt p { font-size: 15px; }
.testimonial_box .testimonial_img {
       width: 180px; margin: 0 auto; margin-bottom: 20px;
}
.button-icon {
    width: 40px;
    height: 40px;
}
.testimonial_sec .testimonial-col {
    margin-bottom: 20px;
}
.testimonial_video .card-image { margin-bottom: 20px; }
.card_text .price p {
        font-size: 20px;
    }
.card_text { margin-bottom: 30px; }
.report-image img, .report-image::before {
    border-radius: 80px;
}
.karmareport ul li {
        width: 48%; border: 0;
}
.helpreport {
    padding: 40px 0px;
}
.helpreport_col {
    margin-top: 10px;
}
.chart_sec , .report-buying, .faq-section, .orderask_sec{
    padding: 40px 0px;
}
.chart_txt {
    margin-bottom: 30px;
}
.chart_images { margin-bottom: 20px; }
span.faq-number {
    width: 40px;
    height: 40px;
}
.accordion-button {
    padding: 13px 15px;
}
.diffrence_maintxt .description ul li {
      font-size: 16px;
    }
.karmareport {
    padding: 30px 0px;
}
.astrotimeline-slider .timeline_desc {
        min-height: 100px;
    }
.diffrence_maintxt h3 {
    font-size: 20px;
}

.astrotimeline-slider .slick-slide:nth-child(even) .astrotimeline_box {
    flex-direction: column;
}
.timeline_num {    min-height: auto; }
.timeline_desc, .astrotimeline-slider .timeline_desc {
    align-items: flex-start;
    padding: 0px 10px;
}
.astrotimeline_box:after {
    top: 80px;
}
.astrotimeline_box:before {
    top: 74px;
}
.astrotimeline-slider .slick-next {
        top: 41%;
    }
.astrotimeline_sec { padding-bottom: 20px; }	
.diffrence_sec {
    padding: 20px 0px;
}
.orderform-main {
    padding: 25px 20px 25px;
}
.orderform-main h2 {
    font-size: 25px;
}
.contact_titlemain {
    padding: 30px 0px 50px;
}
.timeline-slider .slick-dots {
        bottom: 0px;
    }
.mission_image img {
    border-radius: 60px;
}
.banner_txt h1 span sup, .homeabout_maintxt h3 sup, .hero-main h1 span sup, .timeline_sec .title h1 span sup  {
    font-size: 12px;
    top: -10px;
}
	.footer_links ul { padding: 0; }
}
@media (max-width: 639px) {
.element-item { width: 100%; }
.card_text p.card-content {
    min-height: auto;
}
.title h3 {
        font-size: 30px;
    }
.delivery-options {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}


}
@media (max-width: 575px) {
	.article_img {
        width: 180px;
    }
	.article_txt {
        width: calc(100% - 180px);
    }
	.latest-blog .article_txt {
        padding-left: 20px;
    }

	
.report_sec .grid {
        grid-template-columns: 1fr;
    }
	.duration {
     margin-bottom: 15px;
	}
	.aboutus_images {
        max-width: 230px;
	}

	.center-slider .slick-list { padding: 0px 40px !important; }
	.chart_inntxt { width: 100%; }
	.helpreport_maintxt span {
    width: 70px;
    height: 70px;
    border-radius: 24px;
	}
	.helpreport_maintxt span img {
    width: 30px !important;    margin-bottom: 12px;
}
.orderask_maintxt img {
    width: 40px !important;
}
.orderask_maintxt {
    padding: 25px 25px;
}
.orderask_sec:before {
    bottom: -163px;
    width: 100%;
}
.astrotimeline_sec .title {
    margin-bottom: 30px;
}
.delivery_sec { padding-top: 40px;        padding-bottom: 40px; }
.karmareport ul li:nth-child(1) {
        width: 100%;
    }
.karmareport ul li {  width: 100%;}
.delivery_sec:before {
    width: 580px;
    height: 428px;
}
.field-grid.cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.delivery-options {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 479.9px) {
.newsletters form {
    flex-wrap: wrap; justify-content: center;
}
.newsletters-fieldholder-visible {
    width: 100%;
}
    .title h3 {
        font-size: 28px;
    }
.title {
        margin-bottom: 22px;
    }
	.article_box { flex-wrap: wrap; }
.article_img {
        width: 100%;
    }
	.article_txt{
        width: 100%; padding-left: 0;
    }
	.latest-blog .article_txt {
        padding-left: 10px;
    }
	.article_sec .article_txt {
        padding-left: 10px;
    }

	
	.center-slider .slick-slide {
    margin: 0;
	}
	.homeservice_txt h4 {
        padding: 0;  
    }
	.homeservice_box a.btn-primary {
        line-height: 20px;
    }
	.filter-container {
    gap: 10px;
	}
	.filter-container .button {
        padding: 12px 15px 14px;
        font-size: 16px;
    }
	h1 {
        font-size: 26px;
    }
	.brand_images {
        width: 100%;
	}
.center-slider .slick-list { padding: 0px 40px !important; }

.testimonial-slider .testimonial_txt {
        min-height: 335px;
}
.center-slider .slick-slide .homeservice_img img, .center-slider .slick-current.slick-active .homeservice_img img {
        height: 390px !important;
    }
.banner_desc ul li {
    font-size: 15px;
    margin-bottom: 4px;
}
span.faq-number {
        width: 32px;
        height: 32px;
        flex-shrink: 0;
    }
.report-detail .price p {
    font-size: 20px;
}
.sharetestimonial_sec:before {
    width: 100%;
}
.report-image::before {
    top: -9px;
    width: 91%;
    height: 105%;
}
.contactpage_form div.halfs {
    display: block;
}
}
@media (max-width: 375.9px) {
.center-slider .slick-list { padding: 0px 20px !important; }
h4 {
        font-size: 18px;
    }
}