@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');

*{
  margin: 0;
  padding: 0;
  box-shadow: none;
  box-sizing: border-box;
}
:root {
    --body-font: "Exo", sans-serif;
  /* --body-font: "Heebo", sans-serif; */
  --heading-font: "Exo", sans-serif;
  --theme-color: #b21f25;
  --theme-color3: #979ba6;
  --theme-color4: #ffd593;
  --theme-bg-light: #F6F6F6;
  --color-white: #fff;
  --color-dark: #1E232A;
  --color-dark2: #000;
  --backgorund-color:#F7F2EC;
  --color-gray: #ECECEC;
  --color-gray2: #e9e4e4;
  --facebook-color: #3b5998;
  --instagram-color: #962fbf;
  --youtube-color: #c4302b;
  --whatsapp-color: #128C7E;
}


html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}


img {
  max-width: 100% !important;
}


body {
   overflow-x: hidden !important;
   font-family: var(--body-font);
}

body,
html {
  font-family: var(--body-font);
  overflow-x: hidden !important;
}

a {
  text-decoration: none !important;
}

a:focus {
  outline: none;
  text-decoration: none;
}


input{
    outline: none !important;
    box-shadow: none !important;
}

textarea{
    resize: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.slider_section2{
    display: none;
}

/*  */

/* about us css */
.about_section{
    padding: 100px 0px 40px 0px;
}


.about_us_content_main_div{
    position: relative;
    margin-bottom: 20px;
}
.about_us_content_data_div > h1{
    font-size: 30px;
    font-weight: 800;
    background: linear-gradient(90deg, rgb(54, 30, 30) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.about_us_content_data_div > h2{
    font-size: 48px;
    color: var(--color-dark);
    font-weight: 700;
    margin-bottom: 20px;
}

.about_us_content_data_div > p{
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    color: var(--color-dark);
}

.read_more_btn_div_aboutus{
    margin-top: 30px;
}

.read_more_btn_div_aboutus > a{
    background-image: linear-gradient(90deg, rgb(54, 30, 30) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
    padding: 10px 10px 10px 20px;
    border-radius: 100px;
    color: var(--color-white);
    font-weight: 600;
    transition: .3s ease-in-out;
    display: inline-block;
    text-transform: capitalize;
}

.read_more_btn_div_aboutus > a > i{
    background-color: var(--color-white);
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: var(--color-dark);
    border-radius: 100px;
    margin-left: 10px;
}

.about_us_image_div_relative{
    position: relative;
}

.about_us_image_div_relative > .img_box_aboutus{
    height: 680px;
    width: 100%;
    text-align: center;
}

.about_us_image_div_relative > .img_box_aboutus > img{
    height: 680px;
     width: 100%;
    text-align: center;
    border-radius: 10px;
    object-fit: cover;
}


.about_us_counter_main_div{
    margin-top: 40px;
}

.main_div_counter_div{
    background-color: #f7f7f7;
    padding: 30px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.number_div{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.number_div > h3{
    color: var(--color-dark);
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 0px !important;
}

.number_div > span{
    font-size: 30px;
}

.counter_content_div > h4{
    text-transform: capitalize;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: var(--theme-color3);
}

/* about us css end */


/* css start */
.three_box_section{
    padding: 30px 0px 50px 0px;
}

.three_box_title_div{
    text-align: center;
    margin-bottom: 40px;
}

.three_box_title_div > h3{
    font-size: 34px;
    font-weight: 800;
    background: linear-gradient(90deg, rgb(54, 30, 30) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 50px;
}

.three_box_title_div > h3 > span{
    display: block;
    color: var(--color-dark) !important;
}

.main_div_box_three_box{
    margin-bottom: 20px;
    position: relative;
    background-color: var(--color-white);
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(228, 228, 228);
    border-image: initial;
    padding: 40px 35px;
    margin: 10px 5px;
    transition: 0.4s ease-in-out;
    border-radius: 10px;
}

.main_div_box_three_box:hover {
    border: 2px solid var(--theme-color);
}


.feature-item_shape{
    content: "";
    position: absolute;
    font-weight: 600;
    background-color: var(--color-white);
    width: 38px;
    height: 38px;
    top: -4px;
    right: -6px;
    z-index: 2;
    
}

.feature-item_shape::before{
    content: "";
    position: absolute;
     background: linear-gradient(90deg,rgb(54, 30, 30) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    z-index: -1;
   clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);

    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.feature-item_shape2{
    content: "";
    position: absolute;
    font-weight: 600;
    background-color: var(--color-white);
    width: 45px;
    height: 45px;
    bottom: -18px;
    left: -15px;
    z-index: 2;
    
}

.feature-item_shape2::before{
    content: "";
    position: absolute;
    background: linear-gradient(90deg,rgb(54, 30, 30) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    z-index: -1;
   clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.three_box_icon_div{
    text-align: center;
    margin: auto;
    height: 60px;
    width: 60px;
    line-height: 60px;
    object-fit: contain;
}

.three_box_icon_div > img{
     text-align: center;
    margin: auto;
    height: 60px;
    width: 60px;
    line-height: 60px;
    object-fit: contain;
}

.three_box_content_div{
    margin-top: 20px;
}

.three_box_content_div > h3{
    color: var(--color-dark);
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
    line-height: 30px;
}

.three_box_content_div >  p{
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    color: var(--color-dark);
    margin-bottom: 0px !important;
}
/* css end */


/* css start */
.products_section{
    padding: 40px 0px 40px 0px;
    /* background-image: linear-gradient(90deg,rgb(54, 30, 30) 0%, rgba(65, 34, 41, 0.906) 44%, rgba(30, 35, 42, 0.744) 100%), url(../images/probgimg01.webp); */
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: var(--color-white);
    border-top: 1px solid var(--color-gray);
}

.products_title_div{
    text-align: center;
    margin-bottom: 50px;
}

.products_title_div > h3{
     font-size: 30px;
    font-weight: 800;
    background: linear-gradient(90deg,rgb(54, 30, 30) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 14px;
}

.products_title_div > p{
    font-size: 15px;
    font-weight: 500;
  
   margin: auto;
   line-height: 26px;
   margin-bottom: 0px !important;
   color: var(--color-dark);
}

.products_main_div_box{
    margin-bottom: 30px;
    background-color: #f8f8f8;
     border-radius: 10px;
     position: relative;
         border-width: 1px;
    border-style: solid;
    border-color: rgb(228, 228, 228);
    transition: .5s ease-in-out;
}

.products_main_div_box:hover{
   border-color: var(--theme-color);
}

.products_image_box_div{
    width: 100%;
    height: 270px;
    object-fit: contain;
    background-color: var(--color-white);
    border-radius: 10px 10px 0px 0px;
    filter: brightness(99%);
    transition: .5s ease-in-out;
}


.products_image_box_div > img{ 
    width: 100%;
    height: 250px;
    object-fit: contain;
   transition: .5s ease-in-out;
   margin-top: 8px;
   mix-blend-mode: multiply;
}

.products_main_div_box:hover .products_image_box_div  > img{
     transition: .5s ease-in-out;
     margin-top: 15px;
}

.products_contnet_div_box{
padding: 15px 15px 10px 15px;
}

.products_contnet_div_box > h4{
    color: var(--color-dark);
    text-transform: capitalize;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 14px;
}

.products_contnet_div_box > h4 > a{
    color: var(--color-dark);
}

.products_contnet_div_box > h4 > a:hover{
    color: var(--theme-color);
}

.products_contnet_div_box > p{
    font-size: 15px;
    font-weight: 500;
   margin: auto;
   line-height: 26px;
   margin-bottom: 0px !important;
   color: var(--color-dark); 
   margin-bottom: 2px !important;
}


.read_more_btn_div_product{
    margin-top: 16px;
}

  .read_more_btn_div_product > a{
    background-image: linear-gradient(90deg, rgb(54, 30, 30) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
    padding: 6px 10px 6px 20px;
    border-radius: 100px;
    color: var(--color-white);
    font-weight: 600;
    transition: .3s ease-in-out;
    display: inline-block;
    text-transform: capitalize;
}

.read_more_btn_div_product > a > i{
    background-color: var(--color-white);
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: var(--color-dark);
    border-radius: 100px;
    margin-left: 10px;
}


.read_more_btn_div_product > a:hover{
    background-image: linear-gradient(90deg, #b21f25 0%, #b21f25 44%, rgba(30, 35, 42, 1) 100%); 
}


.products-item_shape{
    content: "";
    position: absolute;
    font-weight: 600;
   background-color: var(--color-white);
    width: 45px;
    height: 45px;
   top: -6px;
    left: -6px;
    z-index: 2;
       border-radius: 0px 0px 50px 0px;
}

.products-item_shape::before{
    content: "";
    position: absolute;
     background: #dedddd;
    top: 9px;
    right: 9px;
    width: 28px;
    height: 28px;
    z-index: -1;
   clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
   border-radius: 10px;

    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.products-item_shape2{
    content: "";
    position: absolute;
    font-weight: 600;
   background-color: var(--color-white);
    width: 45px;
    height: 45px;
   bottom: -2px;
    right: -2px;
    z-index: 2;
       border-radius: 50px 0px 0px 0px;
}

.products-item_shape2::before{
    content: "";
    position: absolute;
     background: #dedddd;
    top: 13px;
    right: 3px;
    width: 28px;
    height: 28px;
    z-index: -1;
   clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
   border-radius: 10px;

    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/* css end */



/*==============================================
    Award One
===============================================*/
.award-one {
    position: relative;
    display: block;
    padding: 20px 0px 40px;
    z-index: 1;
}


.award_title_div{
    text-align: center;
    margin-bottom: 50px;
}

.award_title_div > h3{
     font-size: 30px;
    font-weight: 800;
    background: linear-gradient(90deg,rgb(54, 30, 30) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 14px;
}


.award_title_div > h4{
     font-size: 20px;
    font-weight: 800;
   
    margin-bottom: 14px;
}

.award-one .row {
    align-items: center;
}

.award_content_main_div_box {
    position: relative;
    display: block;
}

.award_content_main_div_box_single {
    position: relative;
    display: block;
   background: linear-gradient(90deg, rgb(54, 30, 30) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
    text-align: center;
    padding: 0px 25px 67px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 50% 100%, 0 88%);
    clip-path: polygon(0 0, 100% 0, 100% 88%, 50% 100%, 0 88%);
}

.award_content_main_div_box_single .angle-text {
    position: absolute;
    top: 29px;
    right: -40px;
    background: var(--theme-color);
    transform: rotate(45deg);
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 1px;
}

.award_content_main_div_box_single .angle-text p {
    color: var(--color-white);
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px !important;
}

.award_content_main_div_box_single .number {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--color-dark);
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    width: 60px;
    height: 60px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: var(--color-gray);
    margin: 0 auto;
    font-family: var(--cleanin-font-two);
}

.award_content_main_div_box_single h3 {
    color: var(--color-white);
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 22px;
}

.award_content_main_div_box_single h2 {
    color: var(--color-white);
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
}

.award-one__content {
    position: relative;
    display: flex;
    align-items: center;
    
}

.award_content_text_div {
    position: relative;
    display: block;
    margin-right: 15px;
}

.award_content_text_div h4 {
   color: var(--color-dark);
    font-size: 30px;
    line-height: 45px;
    font-weight: 800;
    margin-bottom: 8px;
}

.award_content_text_div p {
    margin: 0;
   font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    color: var(--color-dark);
    margin-bottom: 0px !important;
}

.award_img_div{
    text-align: center;
    margin: auto;
    width: 700px;
    height: 300px;
    object-fit: contain;
}


.award_img_div > img{
    text-align: center;
    margin: auto;
    width: 700px;
    height: 300px;
    object-fit: contain;
}

/* end */



/* testimonials css start */
.testimonials_section{
    padding: 50px 0px 90px 0px;
    background-image: linear-gradient(90deg,rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.966) 44%, rgba(255, 255, 255, 0.947) 100%), url(../images/testimonialbg01.png);
}

.testimonials_title_div{
    text-align: center;
    margin-bottom: 90px;
}

.testimonials_title_div > h4 {
     font-size: 30px;
    font-weight: 800;
    background: linear-gradient(90deg, rgb(54, 30, 30) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.testimonials_title_div > p{
    color: var(--color-dark);
    font-size: 15px;
    max-width: 800px;
    margin: auto;
    margin-top: 8px;
    font-weight: 500;
    line-height: 25px;
}

.testimonials_content_main_div{
    background-color: var(--color-white);
    border: 1.5px solid var(--color-gray);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    padding-top: 50px; 
    overflow: visible;
}

.image_div_testimonilas{
    position: absolute;
    top: -52px; 
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.image_div_testimonilas{
    margin: auto;
}

.image_div_testimonilas > span {
  border-radius: 50%;
    background: var(--color-white);
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.image_div_testimonilas > span > img{
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.testimonials_content_div{
    padding: 30px 20px 30px 20px;
    text-align: center;
}

.testimonials_content_div > h4{
    color: var(--color-dark);
    font-weight: 800;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 14px;
}

.testimonials_content_div > p{
    color: var(--color-dark);
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
}

.rating_div{
    margin-bottom: 30px;
}

.rating_div > p > i{
    color: #e7d406;
}


.quote_div_main{
    position: absolute;
    bottom: -32px; 
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.quote_div_main > i{
     border-radius: 50%;
    background: var(--color-white);
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.testimonials_section .swiper,
.testimonials_main_div_slider{
    overflow: visible !important;
}

/* end */



/*  */
.vision_mission_section{
     background: linear-gradient(90deg,rgb(39, 31, 31) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
     padding: 50px 0px 50px 0px;
}

.why_choose_us_title_di{
    text-align: center;
    margin-bottom: 50px;
}

.why_choose_us_title_di > h3{
    font-size: 30px;
    font-weight: 800;
   color: var(--color-white);
    margin-bottom: 20px;
}



.why_choose_us_title_di > h4{
    font-size: 20px;
    font-weight: 800;
   color: var(--color-white);
    margin-bottom: 20px;
}

.nav_tabs_main_div > ul{
    border: none !important;
    outline: none !important;
    text-align: center;
    margin-bottom: 20px;
      justify-content: center;
}

.nav_tabs_main_div > ul > li{
    width: 32.733%;
  

}

.nav_tabs_main_div > ul > li > button{
    background-color: var(--color-gray2) !important;
    border-radius: 0px !important;
    outline: none !important;
    display: block;
    width: 100%;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    color: var(--color-dark) !important;
    border: none !important;
}

.nav_tabs_main_div > ul > li > button:hover{
    background-color: var(--color-white) !important;
}

.nav_tabs_main_div > ul > li > button.active{
     background: var(--theme-color) !important;
     color: var(--color-white) !important;
}

.image_vision_mission_div{
    text-align: center;
    width: 100%;
    height: 400px;
    object-fit: cover;
    background-color: var(--color-white);
    border-radius: 5px;
    margin-bottom: 30px;

}


.image_vision_mission_div > img{
    text-align: center;
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 5px;
}

.content_vision_mission_div > h4{
    color: var(--color-white);
    font-weight: 700;
    text-transform: capitalize;
    font-size: 25px;
    margin-bottom: 15px;
}

.content_vision_mission_div > p{
    color: var(--color-white);
    font-size: 15px;
    line-height: 27px;
    font-weight: 500;
}

/*  */




/* 23 Faq Css */
.faq-section {
  padding: 40px 0px 40px 0px;
  background-image: linear-gradient(90deg,rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.957) 44%, rgba(255, 255, 255, 0.979) 100%), url(../images/faqbg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


.faq_title_div{
    margin-bottom: 50px;
}

.faq_title_div > h4{
    font-size: 20px;
    font-weight: 800;
    background: linear-gradient(90deg, rgb(54, 30, 30) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}



.faq_title_div > h5{
    font-size: 35px;
    font-weight: 800;
    background: linear-gradient(90deg, rgb(54, 30, 30) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
    line-height: 46px;
}

.faq-accordion .accordion-item {
  border: 0;
  margin-bottom: 15px;
  background-color: var(--color-white);
  padding-bottom: 10px;
  border-radius: 3px;
  border: 1px solid #dddddd;
}

.faq-accordion .accordion-item .accordion-header .accordion-button {
  border: 0;
  box-shadow: none;
  padding: 22px 20px 12px 22px;
  border-radius: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: var(--color-dark);
  background: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  font-weight: 700;
  font-size: 20px;
}

.faq-accordion .accordion-item .accordion-header .accordion-button .accordion-title {
  color: var(--color-dark);
  margin-right: 5px;
}

.faq-accordion .accordion-item .accordion-header .accordion-button .icon {
  position: relative;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 2px solid var(--color-white);
  border-radius: 50%;
  margin-left: auto;
  background-color: #f8f7f0;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.faq-accordion .accordion-item .accordion-header .accordion-button .icon .icon-plus,
.faq-accordion .accordion-item .accordion-header .accordion-button .icon .icon-minus {
  position: absolute;
  background-color: var(--theme-color);
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.faq-accordion .accordion-item .accordion-header .accordion-button .icon .icon-plus {
  width: 12px;
  height: 2px;
}

.faq-accordion .accordion-item .accordion-header .accordion-button .icon .icon-minus {
  width: 2px;
  height: 12px;
}

.faq-accordion .accordion-item .accordion-header .accordion-button.collapsed .icon .icon-plus {
  opacity: 1;
}

.faq-accordion .accordion-item .accordion-header .accordion-button.collapsed .icon .icon-minus {
  opacity: 1;
}

.faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .icon {
  background-color: var(--theme-color3);
  transform: rotate(180deg);
}

.faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .icon .icon-plus {
  opacity: 1;
  background-color: var(--color-white);
}

.faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .icon .icon-minus {
  opacity: 0;
  background-color: var(--color-white);
}

.faq-accordion .accordion-item .accordion-header .accordion-button:after {
  display: none;
}

.faq-accordion .accordion-item .accordion-body {
  padding: 0 50px 12px 35px;
  font-size: 15px;
  font-weight: 500;
  color: var(--color-dark);
  line-height: 28px;
}

.faq-section .common-subtitle {
  margin-bottom: 10px;
}

.faq-section .common-subtitle i {
  font-size: 20px;
  font-weight: 600;
  color: var(--theme-color2);
}

.faq-section .common-subtitle span {
  font-weight: 800;
  font-size: 20px;
  color: var(--theme-color2);
}

.faq_right_txt>p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  line-height: 27px;
}

.faq_btn_div {
  margin-top: 30px;
}

.faq_btn_div>a {
  background-image: var(--leaf-gradient);
  padding: 10px 20px;
  border-radius: 100px;
  color: var(--color-white);
  font-weight: 500;
}

.faq_image_div {
  text-align: center;
  height: 620px;
  margin-top: 20px;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 30px;

}

.faq_image_div>img {
  height: 620px;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
  filter: brightness(80%);
}

/* end */





/* blogs css start */
/*  */

.blog-area{
    padding: 60px 0px 30px 0px;
}

.blogs_slider_main_div .swiper-wrapper{
    padding-bottom: 20px;
}

.blogs_title_div{
    margin-bottom: 40px;
}

.blogs_title_div > span{
 font-size: 20px;
    font-weight: 800;
    background: linear-gradient(90deg, rgb(54, 30, 30) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    display: inline-block;
}

.blogs_title_div > h5{
    font-size: 30px;
    color: var(--color-dark);
    text-transform: capitalize;
    font-family: var(--heading-font2);
    font-weight: 800;

}

.blogs_title_div > p{
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}

.blog-item {
  padding: 20px;
  background: var(--color-white);
  border-radius: 30px;
  transition: .5s ease-in-out;
  position: relative;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.blog-img {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: .5s ease-in-out;
}
.blog-img img {
  border-radius: 12px;
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: .5s ease-in-out;
  filter: brightness(90%);
}
.blog-item:hover .blog-img img {
  transform: scale(1.1);
  transition: .5s ease-in-out;
}
.blog-date {
  position: absolute;
  right: 70px;
  top: 2px;
  background: var(--color-white);
  color: var(--theme-color);
  font-weight: 500;
  text-align: center;
  padding: 0px 15px;
  border-radius: 50px;
  border: 3px solid var(--color-white);
  z-index: 1;
}
.blog-meta {
  padding: 14px 0 2px 0;
  margin-bottom: 1px;
  border-bottom: 1px solid var(--border-info-color);
}

.blog-meta ul{
    padding: 0px 2px !important;
}

.blog-meta ul li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
}
.blog-meta ul li a {
  color: var(--color-dark);
  font-weight: 500;
  font-size: 15px;
}
.blog-meta ul li a:hover {
  color: var(--theme-color);
}
.blog-meta ul li i {
  margin-right: 5px;
  color: var(--theme-color);
}
.blog-title{
    margin-top: 10px;
}
.blog-title a {
  color: var(--color-dark);
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-weight: 700;
  font-family: var(--heading-font2);
}
.blog-title a:hover {
  color: var(--theme-color);
}
.blog-info p {
  color: var(--body-text-color);
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}
.blog-area.blog-border .blog-item {
  border: 1.5px solid var(--theme-color);
  border-radius: 35px;
  box-shadow: none;
}
.blog-area.blog-border .blog-item:hover {
  border-color: var(--theme-color2);
}
.blog-area.blog-border .blog-img {
  border-radius: 20px;
}
.blog-area.blog-border .blog-img img {
  border-radius: 20px;
  filter: brightness(90%);
}
.blog-area.blog-border .blog-title a {
  margin-bottom: 20px;
}

.blogs_btn_div{
    margin-top: 20px;
}

.blogs_btn_div a{
    background: linear-gradient(90deg,rgb(39, 31, 31) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
    color: var(--color-white);
    padding: 7px 20px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600
}

.blogs_btn_div a:hover{
    background: linear-gradient(90deg,rgb(133, 67, 67) 0%, rgb(133, 46, 67) 44%, rgba(30, 35, 42, 1) 100%);
}
/*  */
/* blogs css end */




/* footer css */
.footer {
    position: relative;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background: linear-gradient(90deg, rgb(39, 31, 31) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
}

.footer {
    position: relative;
    z-index: 1;
}


.overlay_footer_image_div {
    position: absolute;
    bottom: 0px;
    right: 10px;
    z-index: -1;
}

.social_icon_mobile_div {
    display: none;
}


.footer_overlay {
    background-color: rgb(0, 0, 0, .7);
    padding-top: 40px;
    padding-bottom: 10px;
    border-radius: 0px;
}

.footer_logo_about_main_div {
    margin-bottom: 50px;
}

.footer_logo_div {
    margin-bottom: 14px;
}

.footer_logo_div>a>img {
    width: 130px;
    filter: brightness(0%) invert(1);
}

.footer_logo_about_main_div>p {
    color: var(--color-white);
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 7px !important;
    letter-spacing: .3px;
}

.footer_logo_about_main_div>p>strong {
    color: var(--color-gray);
    font-family: "Rowdies", sans-serif;
}

.footer_logo_about_main_div>p>a {
    color: var(--color-white);
    display: inline-block;
    text-decoration: underline !important;
}

.social_icon_div_footer>p {
    margin-bottom: 7px !important;
    color: var(--color-white);
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

.social_icon_div_footer>a {

    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    margin: 0px 1px;
    font-size: 14px;
    color: var(--color-white);
}


.social_icon_div_footer>a.fa-facebook {
    background-color: var(--facebook-color);
}

.social_icon_div_footer>a.fa-instagram {
    background-color: var(--instagram-color);
}

.social_icon_div_footer>a.fa-youtube {
    background-color: var(--youtube-color);
}


.footer_links_main_div {
    margin-bottom: 35px;
}

.footer_links_main_div>h5 {
    color: var(--color-white);
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}


.footer_links_main_div>h5>a {
    color: var(--color-white);
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
}

.footer_map_div {
    margin-bottom: 50px;
}

.footer_map_div>iframe {
    height: 190px;
}

.footer_map_div>h5 {
    color: var(--color-white);
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.footer_links_main_div {
    margin-bottom: 50px;
}


.footer_links_main_div>ul {
    list-style: none !important;
    padding: 0px 3px !important;
    margin-bottom: 0px !important;
}

.footer_links_main_div>ul>li {
    padding: 13px 0px 13px 0px;
    border-bottom: 1px dashed #333333;
}

.footer_links_main_div>ul>li:nth-last-child(1) {
    border: none;
}

.footer_links_main_div>ul>li>a {
    color: var(--color-white);
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.footer_links_main_div>ul>li>a:hover {
    color: var(--color-white);
}


.footer_contactus_content_div>a {
    display: block;
    font-size: 13px;
    color: var(--color-white);
    font-weight: 600;
    line-height: 27px;
}


.footer_contactus_content_div>a:hover {
    color: var(--color-white);
}

.footer_contactus_content_div>p {
    font-size: 14px;
    color: var(--color-white);
    font-weight: 500;
    margin-bottom: 5px !important;
}

.footer_contactus_content_div>h4 {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 2px !important;
}


.footer_media_main_div {
    margin-bottom: 20px;
}

.footer_media_main_div>.d-flex>.flex-shrink-0>i {
    background-color: var(--color-dark);
    width: 45px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    border-radius: 20px;
    color: var(--color-white);
    font-size: 20px;

}

.copy_right_section {
    background-color: var(--color-dark);
    text-align: center;
    padding: 7px 1px;
}

.copyright_content_div>p {
    margin-bottom: 0px !important;
    color: var(--color-white);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .3px;
}

.copyright_content_div>p>a {
    color: var(--nine-color);
    text-decoration: underline !important;
}


/* footer css end */

















.mobile_call_whatsapp_fixed_main_div {
    position: fixed;
    bottom: 120px;
    right: 18px;
    z-index: 1000;
}

.mobile_whatsapp {
    display: none;
}


.call_icon_div {
    text-align: center;
}

.call_icon_div>a {
    background-color: #dc3545;
    height: 60px;
    line-height: 57px;
    width: 60px;
    text-align: center;
    border-radius: 100px;
    animation: moveUpDown 2s ease-in-out infinite;
    display: inline-block;
    margin-bottom: 8px;

}

@keyframes moveUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
        /* Adjust the distance */
    }
}

.call_icon_div>a>img {
    width: 32px !important;
    filter: brightness(0%) invert(1);
    height: 60px;
    line-height: 60px;
    width: 60px;
    object-fit: contain;
}

.whatsapp_icon_div {
    text-align: center;
}


.whatsapp_icon_div>a {
    background-color: #008000;
    height: 60px;
    line-height: 57px;
    width: 60px;
    text-align: center;
    border-radius: 100px;
    animation: zigzag 0.5s ease-in-out infinite;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-timing-function: steps(1, end);
    position: relative;
    animation: zigzag 8s infinite;
    display: inline-block;

}



@keyframes zigzag {
    0% {
        left: 0px;
    }

    1% {
        left: -5px;
    }

    2% {
        left: 5px;
    }

    3% {
        left: -5px;
    }

    4% {
        left: 5px;
    }

    5% {
        left: 0px;
    }

    100% {
        left: 0px;
    }
}



.whatsapp_icon_div>a>img {
    width: 32px !important;
    filter: brightness(0%) invert(1);
    height: 60px;
    line-height: 60px;
    width: 60px;
    object-fit: contain;
}

.mail_icon_div{
    width: 40px !important;
    height: 60px;
    line-height: 60px;
    width: 60px;
    object-fit: contain;
    position: relative;
    top: 10px;
}


.mail_icon_div>a {
    background-color: #656060;
    height: 60px;
    line-height: 57px;
    width: 60px;
    text-align: center;
    border-radius: 100px;
    animation: zigzag 0.5s ease-in-out infinite;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-timing-function: steps(1, end);
    position: relative;
    animation: zigzag 8s infinite;
    display: inline-block;

}


.mail_icon_div>a>img {
    width: 32px !important;
    filter: brightness(0%) invert(1);
    height: 60px;
    line-height: 60px;
    width: 60px;
    object-fit: contain;
}



/* bottom to top css start */
 .scroll-to-top {
        position: fixed;
        right: -140px;
        bottom: 350px;
        transform: rotate(90deg);
        transform-origin: left center;
        z-index: 9999;
    }

    .scroll-top-inner {
        display: flex;
        align-items: center;
        opacity: 0;
        visibility: hidden;
        transition: all cubic-bezier(.4, 0, .2, 1) .4s;
        cursor: pointer;
        padding: 6px 10px;
        background: transparent;
        border-radius: 6px;

    }

    .scroll-top-inner.visible {
        visibility: visible !important;
        opacity: 1 !important;
    }

    .scroll-bar {
        width: 50px;
        height: 2px;
        margin-right: 10px;
        position: relative;
        background: rgba(0, 0, 0, 0.04);
    }

    .scroll-bar:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: var(--theme-color);
        opacity: .15;
    }

    .bar-inner {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0%;
        background-color: var(--theme-color2);
        transition: width 150ms linear;
    }

    .scroll-bar-text {
        font-size: 15px;
        font-weight: 700;
        color: #052944;
        user-select: none;
    }

    .scroll-top-inner.on-footer {

        background: transparent;
    }


    .scroll-top-inner.on-footer .scroll-bar:before {
        background-color: rgba(255, 255, 255, 0.18);
    }

    .scroll-top-inner.on-footer .bar-inner {
        background-color: var(--theme-color);
    }

    .scroll-top-inner.on-footer .scroll-bar-text {
        color: var(--color-white);
    }
/* bottom to top css end */


