.th-product1 .product-title {
    font-size: 20px;
    margin: 4px 0 6px 0;
    font-weight: 600;
    text-align: center;
}
 
.th-product1 {
     background-color: #fff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
    border-radius: 20px !important;
    padding: 18px;
    border-bottom: 0px solid !important;
    border: 1px solid #f5f7ea !important;
}
 
.th-product1 .product-img {
    overflow: hidden;
    position: relative;
    margin: 0 0 20px 0;
    text-align: center;
    background-color: #f5f7ea;
    z-index: 2;
    border-radius: 12px;
    border-bottom: 0px solid;
    object-fit: cover;
}
.th-product1 img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 
ease 0.9s;
}
 .th-product1 .product-title a:hover{
    color: #ffc107;
}
.th-product1 .product-img img {
    width: 100%;
    height: 300px;
    /* background-color: #f5f7ea; */
    border-radius: 12px;
    transition: all 
ease 0.4s;object-fit: cover;
}

.th-product1 .product-img {
  position: relative;
  background-color: #f5f7ea;
}

.th-product1 .product-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #f5f7ea;
  opacity: 0.6;    
  z-index: 1;
}

.th-product1 .product-img img {
  position: relative;
  z-index: 2;
  mix-blend-mode: multiply;  
}


 .custom-divider
  {
    width: 50%;
    margin: 0px auto;
    border: none;
    border-top: 2px solid #c9c8c8;
}
 .shape-mockup1 {
  position: absolute;
  z-index: -1;
  opacity: 1;
}
 .shape-mockup2 {
    position: absolute;
    /* z-index: -1; */
    opacity: .5;
}
 .rightbg{right: 0px;bottom: 0px;}
.leftbg{top: 0px;left: 0px;}
.rightbg1{left: 0px;transform: scalex(-1);}
.leftbg1 {
    /* top: 0px; */
    right: 0px;
    transform: scalex(-1);
}
.counter-sec1 {
    padding: 35px 0 25px 0;
    background-position: top center;
}

.background-image  {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.counter-sec.style3 .th-counterup.style4 .counter {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffc61c;
    font-size: 70px;
    line-height: 60px;
}
  .divider {
    width: 1px;
    height: 75px;
    background-color: rgba(255, 255, 255, 0.4);
}
/*--------------------------------------------------------------
# Process One    
--------------------------------------------------------------*/
.process-one {
  position: relative;
  display: block;
  counter-reset: count;
  /* background-color: #FAFAFA; */
  padding: 60px 0 60px;
  z-index: 1;
  direction: rtl;
}

.process-one__inner {
  position: relative;
  display: block;
}

.process-one__shape-1 {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
}
 .process-one__shape-1 img {
    max-width: max-content;
    transform: scalex(-1);
}
.process-one__single {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 21px;
}

.process-one__title {
  color: #29965c;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 23px;
  margin-bottom: 11px;
}

.process-one__text {
  font-size: 17px;
  line-height: 28px;
}

.process-one__count {
  position: relative;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 1px dashed #e7b624;
  background-color: #FAFAFA;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.process-one__single:hover .process-one__count {
  border: 1px dashed #29965c;
}

.process-one__count:before {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  counter-increment: count;
  content: "0"counter(count);
  color: #fff;
  -webkit-text-stroke: 1px #e7b624;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.process-one__single:hover .process-one__count:before {
  color: #29965c;
  -webkit-text-stroke: 1px #29965c;
}



 .directionplus {
    direction: ltr;
} 
.header-layout1 .header-top .header-links li i {
    color: #ffffff;
    position: relative;
    right: -6px;
    float: right;
    top: 5px;
}
.logo-text {
  text-align: center;
   
  direction: rtl;
  line-height: 1.4;
  margin: 0px auto;
}

.logo-text .line1 {
  font-size: 33px;
  font-weight: 900;
  color: #29965c;
  display: block;
  letter-spacing: 0px;
  margin-bottom: 6px;
}

.logo-text .line2 {
  font-size: 20px;
  font-weight: 600;
  color: #212529;
  display: block;
}



.logo-text1 {
  text-align: right;
   direction: rtl;
  line-height: 1.4;
  margin: 0px auto;
}
.logo-text1 .line2 {
    font-size: 17px;
    font-weight: 600;
    color: #e5b225;
    display: block;
}
.logo-text1 .line1 {
  font-size: 33px;
  font-weight: 900;
  color: #e5b225;
  display: block;
  letter-spacing: 0px;
  margin-bottom: 6px;
}

.bner::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    /* background-color: #000000a8; */
    opacity: 0.651;
    background-image: linear-gradient(to right, #0909098a, #0909088c, #02020291);
}
 .banerback {
   background-position: center;
    background-repeat: no-repeat;
   background-size: cover;
}
.hero-style2 .style2 p {
    font-size: 19px;
    /* line-height: 54px; */
    /* text-transform: uppercase; */
    display: block;
    color: #fff !important;
    margin-top: 20px;
    margin-bottom: 25px;
}
 .product-content p{
    margin-bottom: 0px;
}
.brand-box1 {
  margin: 0 auto;
  text-align: center;
  padding:15px;
  background-color: var(--bg);
  transition: all 0.4s ease-in-out;
  border-radius: 20px;
  border: 1px solid #d4eade;
  background: #fff;
  text-align: center;
  margin-bottom: 25px;
  /* border-top-left-radius: 40px; */
  /* border-bottom-right-radius: 40px; */
  overflow: hidden;
  border-bottom: 5px solid #29965c33;object-fit: cover;
}
.menu-active a {
  color: #29965c!important;
}
 .lang {
  margin-right: 3px;
}
 
.th-hero-slide {
  border-bottom: 1px solid #1312120d;
}
 
 .imgradius {
  border-radius: 50%;
  width: 110px;
  height: 110px !important;
}
 .mb-25 {
  margin-bottom: 25px;
}
   
  .brand-box1 img {
    display: inline-block;
    height: 83px;
}
 .imgbackground {
  /* border-bottom-right-radius: 210px; */
  height: 400px;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 5px;
  border-radius: 10px;
  background-repeat: no-repeat;
}  .imgbackground:after {
  content: '';
  background-color: #29965c1f;
  width: 100%;
  position: absolute;
  top: -24px;
  bottom: -24px;
  right: 40%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(50%);
  border-radius: 10px;
  z-index: -1;
  opacity: .7;
  /* border-bottom-right-radius: 210px; */
} .align-items {
  align-items: center;
}
.whats:hover {
  background: #000;
  color: #ffffff;
}
.whats {
  position: fixed;
  bottom: 120px;
  right: 20px;
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #28a745;
  /* display: none; */
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: 0 0 0 0 #25d366;
  -webkit-animation: pulse 1.5s infinite;
}@keyframes pulse {
  0% {
      transform: scaleX(1);
  }

  50% {
      transform: scale3d(1.05,1.05,1.05);
      box-shadow: 0 0 0 15px #baffd4;
  }

  to {
      transform: scaleX(1);
      box-shadow: 0 0 0 0 #25d366;
  }
}
::-webkit-scrollbar {
  width: 8px
}

::-webkit-scrollbar-thumb {
  background-color: #29965c;
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
  border-radius: 1px
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey;
  border-radius: 1px
}
 .more {
  text-align: center;
  padding-bottom: 20px;
} .th-btn.style5:hover {
  background-color: transparent;
  color: #fff;
 }
 .slick-arrow:hover {
  background-color: #0d0d0d;
  color: var(--white-color);
}
 .justify-content {
  justify-content: center;
}
.breadcumb-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
 background-color: #0000007a;
    opacity: 0.71;
}
.video-box1 {
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 5px;
  border-radius: 10px;
}
.video-box1:after {
  content: '';
  background-color: #c89d5a3b;
  width: 100%;
  position: absolute;
  top: -24px;
  bottom: -24px;
  left: 42%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 10px;
  z-index: -1;
  opacity: .7;
}
.imgbackground1 {
  /* border-bottom-right-radius: 210px; */
  height: 465px;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 5px;
  border-radius: 10px;
}  .imgbackground1:after {
  content: '';
  /* background-color: #3f8a2c38; */
  width: 100%;
  position: absolute;
  top: -24px;
  bottom: -24px;
  left: 42%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 10px;
  z-index: -1;
  opacity: .7;
  /* border-bottom-right-radius: 210px; */
  border: 1px solid #29965c;
}
.backmi1 {
  background-image: linear-gradient(to right, #fffcf4, #fff);
  /* clip-path: ellipse(137% 50% at center); */
}
 .backmi {
  background-image: linear-gradient(to right, #fff, #f6fffa);
  /* clip-path: ellipse(137% 50% at center); */
}
.contact-info_icon::after {
  position: absolute;
  right: 17%;
  bottom: -10%;
  height: 100%;
  width: 100%;
  content: "";
  background: #29965c;
  z-index: -1;
  border-radius: 5px;
  opacity: 0.3;
}
.backgroundhed:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/cta-bg2.webp) left top no-repeat;
  opacity: .2;
  z-index: -1;
}.backgroundhed:after {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/cta-bg.webp) right top no-repeat;
  opacity: .2;
  z-index: -1;
}
.backgroundhed {
  background-color: #0d0d0d;
  z-index: 1;
  position: relative;
}
.pb-0 {
  padding-bottom: 0px !important;
}
 .icontrat {
  border: 1px solid #3f8a2c;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  font-size: 18px;
}.backmcli {
  background-image: linear-gradient(to right, #ebfdf5, #fff);
  background: #0707070a;
  background-repeat: no-repeat;
}
.backmcli {
  background: #f6f6f6;
} 
.icontrat:hover {
  border: 1px solid #3f8a2c;
  background: #3f8a2c;
  color: #fff;
}.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.wave path {
  fill: #fff;  
}
 .clrbook {
  color: rgba(0, 0, 0, 0.8);
}

.menu-activeside a {
  background: #d0a058 !important;
  padding-left: 10px;
  color: #fff;
 }
.widget_categories ul li a:hover {
  background: #d0a058 !important;
  padding-right: 10px;
  color: #fff;
 }
  .bgslidr {   height: 600px; }
   .style6 {
    border: 1px solid #3f8a2c !important;
    background: #ffffff;
    /* color: #3f8a2c !important; */
}
.backmiagent {
  background-image: linear-gradient(to right, #0707070a, #fff);
  clip-path: ellipse(137% 50% at center);
}
 .price a:hover {
  color: #000;
}
.box-title a:hover {
  color: #191918;
}
 .productback {
   background-position: center;
   height: 380px;
   background-repeat: no-repeat;
   background-size: cover;
}
.th-product:hover .product-img .productback {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);transition: all ease 0.9s;
}
 .flag {
  font-weight: 500;
  font-size: 20px;
}
.flag:hover {color: #000;  }
.productbackjob {
  background-position: center;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
}
 .text-align {
  text-align: left;
}
 .style61 {  padding: 14px 15px !important; 
  margin-bottom: 10px;
  margin-top: 10px;
}
.title-areacenter::after {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #29965c;
  border: 2px solid #29965c;
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}@keyframes sectionAnimation {
  0% {
    width: 50px;
  }
  50% {
    width: 200px;
  }
  90% {
    width: 100px;
  }
  100% {
    width: 50px;
  }
}
.title-areacenter{
  text-align: center;
  position: relative;
  padding: 7px 0px;
}.title-areacenter::before {
  content: "";
  width: 200px;
  height: 2px;
  background-color: #ffc107;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  animation: sectionAnimation 2s infinite;
}
.text-white p {
    color: var(--white-color) !important;
}
.appointment-content.style2 {
     padding-top: 30px;
    padding-bottom: 10px;
}
.grecaptcha-badge{display:none;}
.video-box4 {
       height: 100%;
}
 .cclr{
     color: #b88e4a;
}
  ul {
      /* line-height: 32px; */
}
b, strong {
    font-weight: bolder;
    /* color: #ffffff; */
}
 .readmore {
    font-weight: 600;
    text-transform: capitalize;
}
.galleryback {
    background-position: center;
    height: 370px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    border: 1px solid #29965c33;
    margin-bottom: 25px;    border-bottom: 7px solid #29965c33;
}

.servdetback {
    background-position: center;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    border: 1px solid #f1f1f1;
}
 .logo {
    width: 130px;
}
.titleclr {
     color: #caa442 !important;
 }
 ol, ul {
    padding-right: 20px;
    padding-left: 0rem;
}
 ol, ul li {
    margin-bottom: 15px;
}
 .direction {
    direction: rtl;
}
   
    .text-lg-start {
        text-align: right !important;
    }
    .odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    
    direction: ltr;
}
 .text-white strong {
    font-weight: bolder;
    color: #ffffff;
}
 .productbackprod {
    background-position: center;
    height: 285px;
    background-repeat: no-repeat;
    background-size: cover;
}
.th-mobile-menu::-webkit-scrollbar {
    width: 2px;
}
   .headlogo {
    width: 170px;
}
@media (min-width: 1200px) {
  .me-xl-auto {
        margin-left: auto !important;
    }
        .me-xl-auto {
        margin-right: auto;
    }
     .ps-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 0;
    }
}

@media (min-width: 0px) and (max-width: 991px)
{ 
       .headlogo {
    width: 170px;
}
      .th-product1 .product-img img {
     height: 280px; 
}
    .counter-sec.style3 .th-counterup.style4 .counter {
     
    font-size: 50px;
    line-height: 40px;
    margin-bottom: 5px;
}
    .th-product .product-grid_wrapper
  {
        padding: 8px;
    }
     .box-title {
      font-size: 20px;
      line-height: 28px;
  }
  .row {
    --bs-gutter-x: 0.5rem;
  }
    .counter-sec {
      grid-template-columns: repeat(2, 1fr);
   }
       .th-counterup:nth-child(1) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
     }
    .th-counterup:nth-child(3) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
    
      .divider {
     display: none;
}
        .contact-info
  {
         min-height: auto;
    }
       .process-one__shape-1 img
  {
    max-width: max-content;
    display: none;
}
    .productback {
     height: 160px; 
}
    .hidemob{display:none}
    .logo-text .line2 {
    font-size: 14px;
    font-weight: 600;
    color: #212529;
    display: block;
}
    .imgbackground:after {
     left: 47%;
}
  .counter-area2 {
      padding: 10px 0;
}
.galleryback {
     height: 230px;
 }

.servdetback {
     height: 290px;
 }
 
 .th-hero-slide img{ height: 140px;
}
  .bgslidr {   height: 600px; }
  .header-logo {
    padding-top: 0px;
    padding-bottom: 0px;
}.backgroundhed:after { display: none; }
  .mb-40 {  margin-bottom: 20px; }
   .flex-direction { flex-direction: column-reverse; }
  .imgbackground {height: 300px;margin-bottom: 45px;}
  .imgbackground1 {height: 340px;margin-bottom: 45px;}
  .video-box1{ margin-bottom: 45px;}
   
}