body {
  background: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  color: #000000;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #00C478;
}

h1,
h2,
h3,
h4,
h5 {
  color: #000;
  line-height: 1.5;
font-family: "Stolzl";
  font-weight: 400;
}

.btn,
.form-control {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn:focus,
.btn:active,
.form-control:focus,
.form-control:active {
  outline: none;
}

.form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 50px;
  border-width: 2px;
}

textarea.form-control {
  height: inherit;
}

.btn {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 900;
}

.btn.btn-primary {
  color: #fff;
  border-width: 2px;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  border-color: #ff7e31;
  background: #ff7e31;
}

.btn.btn-sm,
.btn-group-sm>.btn {
  font-size: 12px;
}

.btn.btn-outline-primary {
  border-width: 2px;
  color: #74bf92;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active {
  color: #fff;
}

.btn.btn-outline-white {
  border-width: 2px;
  border-color: #fff;
  color: #fff;
      letter-spacing: normal;
}

.btn.btn-outline-white:hover,
.btn.btn-outline-white:focus {
  background: #fff;
  color: #000;
  border-width: 2px;
}

.btn:hover {
  text-decoration: none;
}

/* Header */
header {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 5;
}
.body-have-bg{
      background: #F0F0F0;
}
.inner-page-type-2{
   background: #F0F0F0;
}
.inner-page-type-2 .page-heading h1{
      font-size: 55px;
    line-height: 1.2;
    font-weight: 500 !important;
    margin-bottom: 30px;
}
.header-type-2{
  position: relative;
  top:0;
  padding: 15px 0;
  background: #fff;
}

@media (max-width: 1199.98px) {
  header {
    top: 0;
  }
}

header .navbar-brand {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 400;
}

header .navbar-brand.absolute {
  position: absolute;
}

@media (max-width: 991.98px) {
  header .navbar-brand.absolute {
    position: relative;
  }
}
.navbar-dark .navbar-brand img {
    max-width: 200px;
}
header .navbar-brand span {
  color: #fff;
  font-size: 15px;
  font-weight: bold;

}

header .navbar {
  padding-top: 0;
  padding-bottom: 0;
  background: none !important;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.header-action ul {
  list-style: none;
  display: flex;
  gap: 20px;
}

.header-action svg {
  fill: #fff;
  height: 1.5em;
  width: 1.5em;
}

.wdt-thumb-slider-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  width: 600px;
  -webkit-transform: scaleX(-1) rotate(30deg);
  transform: scaleX(-1) rotate(30deg);
}

.wdt-thumb-slider-icon svg {
  font-size: clamp(31.25rem, 27.9141rem + 18.4049vw, 50rem);
  line-height: 0;
  fill: #fff;
}

.wdt-thumb-slider-icon svg path {
  color: #ffaa4a;
  animation: mouse-move-anim 0.6s linear infinite alternate;
}

@keyframes mouse-move-anim {
  to {
    transform: translate(5px);
    transform-origin: center center;
  }
}

@-webkit-keyframes mouse-move-anim {
  to {
    transform: translate(5px);
    transform-origin: center center;
  }
}



.navbar-dark .navbar-nav .nav-link {
  font-size: 15px;
      padding-top: 0;
    padding-bottom: 0;
    position: relative;
}
.navbar-dark .navbar-nav .current-menu-item .nav-link{
  color: #14A5F9 !important;
}
.navbar-dark .navbar-nav .nav-link.menu-service:after{
      display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.header-type-2 .navbar-dark .navbar-nav .nav-link{
  color: #333;
}
.navbar-dark .navbar-nav .dropdown-menu li{
  margin-right: 0;
}
.navbar-dark .navbar-nav .dropdown-menu a{
      padding: 0.25rem 1.5rem;
      color: #000;
}
.navbar-dark .navbar-nav .dropdown-menu a:hover{
      background: #74bf92;
      color: #fff;
}
@media (max-width: 1199.98px) {
  header .navbar .nav-link {
    padding: .5rem 0rem;
  }
}

header .navbar .nav-link.active {
  color: #14A5F9 !important;
}

header .navbar .dropdown-menu {
  font-size: 14px;
  border-radius: 4px;
  border: none;
  -webkit-box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
  min-width: 20em;
 
}

header .navbar .dropdown-menu:before {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 7px;
}

@media (max-width: 991.98px) {
  header .navbar .dropdown-menu:before {
    display: none;
  }
}

header .navbar .dropdown-menu .dropdown-item:hover {
  background: #74bf92;
  color: #fff;
}

header .navbar .dropdown-menu .dropdown-item.active {
  background: #74bf92;
  color: #fff;
}

header .navbar .dropdown-menu a {
  padding-top: 7px;
  padding-bottom: 7px;
}

header .navbar .cta-btn a {
  background: #74bf92;
  color: #000 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  text-transform: uppercase;
  padding-top: 26px !important;
  padding-bottom: 26px !important;
  line-height: 1;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

header .navbar .cta-btn a:hover {
  color: #fff !important;
  -webkit-box-shadow: 2px 0 30px -5px rgba(253, 95, 0, 0.9);
  box-shadow: 2px 0 30px -5px rgba(253, 95, 0, 0.9);
}

header .search-form {
  position: relative;
}

header .search-form .icon {
  position: absolute;
  top: 50%;
  font-size: 1.2rem;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

header .search-form .form-control {
  padding-left: 30px;
  border: none;
  height: 44px;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

.half .text,
.half .image {
  width: 50%;
}

@media (max-width: 991.98px) {

  .half .text,
  .half .image {
    width: 100%;
  }
}

.half .text {
  padding: 7%;
}

.half .image {
  background-size: cover;
  background-position: center center;
}

@media (max-width: 991.98px) {
  .half .image {
    height: 350px;
  }
}

.section-heading h2 {
  font-size: 50px;
}

.section-heading .small-sub-heading {
  font-size: 14px;
  color: #74bf92;
}
.blog-section-area{
      background: #F0F0F0;
}
.blog-section-area p{
  margin-bottom: 5px;
  font-size: 14px;
}
.blog-gride{
  background: #fff;
      margin-bottom: 15px;
      border-radius: 0 15px 15px 0;
}
.blog-post-entry .blog-img img{
      border-radius: 15px 0 0 15px;
    height: 350px;
    object-fit: cover;
}
.blog .media h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.blog .media .post-meta {
  font-size: 14px;
  text-transform: uppercase;
}

.blog .media>a {
  width: 40%;
}

@media (max-width: 767.98px) {
  .blog .media>a {
    width: 100%;
    margin-bottom: 30px;
  }
}

.custom-icon {
  font-size: 70px;
  color: #74bf92;
}

/* Owl Carousel */
.home-slider {
  position: relative;
  z-index: 4;
}

.home-slider .owl-item {
  opacity: .4;
}

.home-slider .owl-item.active {
  opacity: 1;
}

.home-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.home-slider .owl-nav .owl-prev,
.home-slider .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
  opacity: 1;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.home-slider .owl-nav .owl-prev:hover,
.home-slider .owl-nav .owl-prev:focus,
.home-slider .owl-nav .owl-prev:active,
.home-slider .owl-nav .owl-next:hover,
.home-slider .owl-nav .owl-next:focus,
.home-slider .owl-nav .owl-next:active {
  outline: none;
  opacity: 1;
}

.home-slider .owl-nav .owl-prev span:before,
.home-slider .owl-nav .owl-next span:before {
  font-size: 40px;
}

.home-slider .owl-nav .owl-prev {
  left: 30px !important;
}

.home-slider .owl-nav .owl-next {
  right: 30px !important;
}

.home-slider .owl-dots {
  text-align: center;
}

.home-slider .owl-dots .owl-dot {
  width: 7px;
  height: 7px;
  border-radius: 4px;
  margin: 5px;
  background: none;
  background: #fff;
}

.home-slider .owl-dots .owl-dot.active {
  width: 12px;
  background: none;
}

.home-slider.home-slider {
  z-index: 1;
  position: relative;

}

.home-slider.home-slider .btn-link {
  color: #fff;
}

.home-slider.home-slider .owl-nav {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.home-slider.home-slider .owl-nav button {
  color: #fff;
}

.home-slider.home-slider:focus .owl-nav,
.home-slider.home-slider:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.home-slider.home-slider.inner-page .slider-item {
  position: relative;
  z-index: 10;
  height: calc(50vh - 117px);
  min-height: 550px;
}

.home-slider.home-slider.inner-page .slider-item .slider-text {
  color: #fff;
  height: calc(50vh - 117px);
  min-height: 550px;
}


.home-slider.home-slider .owl-dots {
  position: absolute;
  bottom: 100px;
  width: 100%;
}

.home-slider.home-slider .owl-dots .owl-dot {
  width: 5px;
  height: 5px;
  margin: 5px;
  border-radius: 50%;
  border-radius: 4px;
  border-radius: 0px;
  outline: none !important;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background: white !important;
  opacity: .5;
}

.home-slider.home-slider .owl-dots .owl-dot span {
  background: none !important;
}

.home-slider.home-slider .owl-dots .owl-dot.active {
  width: 15px;
  opacity: 1;
}

.home-slider.home-slider .owl-dots .owl-dot.active span {
  background: white !important;
}

.home-slider.major-caousel .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.home-slider.major-caousel .owl-nav .owl-prev,
.home-slider.major-caousel .owl-nav .owl-next {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #495057;
}

.home-slider.major-caousel .owl-nav .owl-prev:hover,
.home-slider.major-caousel .owl-nav .owl-prev:focus,
.home-slider.major-caousel .owl-nav .owl-next:hover,
.home-slider.major-caousel .owl-nav .owl-next:focus {
  color: #6c757d;
  outline: none;
}

.home-slider.major-caousel .owl-nav .owl-prev.disabled,
.home-slider.major-caousel .owl-nav .owl-next.disabled {
  color: #dee2e6;
}

.home-slider.major-caousel .owl-nav .owl-prev {
  left: -60px !important;
}

.home-slider.major-caousel .owl-nav .owl-next {
  right: -60px !important;
}

.home-slider.major-caousel .owl-dots {
  bottom: -30px !important;
  position: relative;
}

.inner-page .slider-item {
position: relative;
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 120px;
    height: auto;
}

.inner-page .slider-item .slider-text {
  color: #fff;
  
}

.slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(100vh);
  min-height: 700px;
      padding-top: 250px;
  position: relative;
}

.main-custom-nav button {
  width: 50px;
  height: 50px;
  padding: 10px;
  margin: 0 5px;
  background: #58C18E;
  border: none;
  color: #fff;
}


.slider-item .slider-text {
  color: #fff;

}

.slider-item .slider-text .child-name {
  font-size: 40px;
  color: #fff;
}

.slider-item .slider-text h5 {
  color: #74bf92;
  font-size: 18px;

}

.slider-item .slider-text h1 {
  font-size: 55px;
  color: #fff;
  line-height: 1.2;
  font-weight: 500 !important;
  margin-bottom: 30px;

}

.slider-item .slider-text .request-quote {
 text-transform: capitalize;
    background: #58C18E;
    padding: 15px 10px;
    color: #fff;
    border: none;
    min-width: 206px;
    margin-bottom: 15px;
    border-radius: 32px;
    border: 1px solid #fff;
    /* height: 64px; */
    display: inline-block;
    font-size: 17px;
}

.service-section .owl-prev {
  position: absolute;
     left: -50px;
   top:50%;
        transform: translate(0, -50%);


}
.service-section .owl-next {
  position: absolute;
     right: -50px;
     transform: translate(0, -50%);


  top:50%;
}
.service-section .owl-prev span ,.service-section .owl-next  span{
      background: #00C478;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.product-section .text{
padding: 15px;
border: 1px solid #ccc;
    border-radius: 0 0 23px 23px;
}
.product-section .text h3{
      font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 22px;
}

.facility{
  background: #F6F6F6;
}
.product-section .col{
padding-right: 10px;
    padding-left: 10px;
}
.whats-app-icon {
  position: fixed;
    bottom: 20px;
    right: 40px;
    width: 45px;
    height: 45px;
    z-index: 9999;
    text-align: center;
    line-height: 44px;
    border-radius: 22%;
}
.whats-app-icon img{
  max-width: 50px !important;
}
.app-rating-card{
          background-color: #B9D8DA;
    border-radius: 20px;
    padding: 23px 14px;
    margin-top: 9px;
}
.app-rating-card h4{
      font-size: 22px;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 30px;
}
.facility   .btn-view-all{
 background: #fff;
 min-width: 200px;
}
.facility   .btn-view-all span{
  position: static;
      margin-left: 10px;
}
.app-rating-card p{
     font-size: 16px;
    line-height: 27px;
}
.facility-list{
  list-style-type: none;
  padding-left: 0;
}
.facility-list li{
margin-bottom: 15px;
color: #0C072D;
}
.facility-list li img{
  max-width: 20px;
  margin-right: 10px;
}
.facility   .main-title{
  margin-bottom: 40px;
}
.manufacture .inner{
  background: #008DDF;
  border-radius: 24px;
}
.manufacture .box-card{
     position: absolute;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 1);
    background: #fff;
    padding: 15px 40px;
    top: 50%;
    min-width: 200px;
    border-radius: 15px;
    left: -53px;
}
.manufacture .box-card img{
     position: absolute;
    right: 60px;
    top: 46px;
}
.manufacture .box-card h3{
  font-weight: bold;
}
.manufacture .box-card p{
  font-size: 12px;
}
.manufacture .inner img{
max-width: 100%;
}
.manufacture .inner ul li{
  margin-bottom: 11px;
}
.manufacture  .main-title{
  margin-bottom: 40px;
}
.newalatter{
          background: #008ddf;
}
.midbanner{
   background: #00C478;
   text-align: center;
}
.midbanner h2{
  font-size: 44px;
}
.midbanner p{
     font-size: 15px;
    margin-bottom: 0;
    line-height: 21px;

}
.midbanner h3{
  font-size: 17px;
  margin-bottom: 0;
  font-weight: bold;
}
.newalatter .form-control{
  height: 45px;
}
.newalatter .button{
     cursor: pointer;
      background: #00C478;
    border: none;
        height: 54px;
    font-size: 13px;
        font-weight: 600;
        border: 2px solid #ccc;
        border-radius:30px;
    min-width: 160px;
        border-width: 2px;
    border-color: #fff;
    color: #fff;
    letter-spacing: normal;
        display: inline-block;
    line-height: 54px;

}
.newalatter .button.button-type-2{
     cursor: pointer;
      background: transparent;
    color: #fff;
   

}
.newalatter button{
        background: #00C478;
    border: none;
    height: 63px;
    font-size: 12px;
    font-weight: 600;
    border: 3px solid #fff;
    border-radius: 49px;
    min-width: 199px;

}
.testimonial-section{
      background: #F6F6F6;
}
.testimonial-section .testimonials .author{
  position: relative;
  padding-left: 50px;
}
.testimonial-section .testimonials .author img{
  max-width: 40px;
  position: absolute;
  left: 0;
}
.testimonial-section .testimonials .author span{
 display: block;
 font-weight: bold;
 font-size: 21px;
color: #141414;
}
.testimonial-section .testimonials p{
      color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
}
.testimonial-section .testimonials .author small{
      position: relative;
      bottom: 15px;
      font-weight: 300;
}
.border-button{
border-bottom: 1px solid #ccc;
}
.related-post{
margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    align-items: center;
}
.related-post img{
	    min-width: 130px;
}
.category{
      color: #00C478;
      font-weight: 600;
}
.blog p {
         font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #0C072D;
}
.newalatter .form{
  position: relative;
}
.service-section .nav-tabs .nav-item a i {
  margin-right: 10px;
}

.service-section .nav-tabs .nav-item a.active {
  color: #3d8bd9;
}

.service-section .tab-content img {
  width: 100%;
}

.service-section .tab-content {
  margin: 0;
  padding: 0;
  list-style-type: none;

}

.service-section .tab-content ul {
  padding: 0;
  list-style-type: none;

}

.service-section .tab-content ul li {
  margin-bottom: 15px;
}

.service-section .icon-list-item svg {
  fill: #3d8bd9;
  transition: fill 0.3s;
  height: 1rem;
  width: 1rem;
}

.slider-item .slider-text h1 span {
  color: white;
}

@media (max-width: 991.98px) {
  .slider-item .slider-text h1 {
    font-size: 40px;
  }
}

.slider-item .slider-text p {
  font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
    color: white;
    font-family: "Stolzl";
}

.slider-item .slider-text p a {
  color: #74bf92;
  text-decoration: underline;
}
.slider-item .slider-text  a:not(.request-quote) {
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: 500;
  font-size: 17px;
  text-decoration: underline;
  position: relative;
  cursor: pointer;
}
.slider-item .slider-text   a:not(.request-quote):hover{
  text-decoration: underline;
}
.slider-item .slider-text  a:not(.request-quote) span{
margin-left: 5px;
    position: relative;
    top: 0px;
    font-size: 14px;
}
.slider-item .slider-text  a.ion-chevron-right{
  
}
.slider-item .slider-text p a:hover {
  color: #fff;
  text-decoration: underline;
}

.slider-item .slider-text p.sub-text {
  line-height: 2;
}

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
  padding: 10px;
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
}

.section {
  padding: 4em 0;
}

.section-subscribe {
  padding: 2em 0;
}

.contact-form-contact-info p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
}

.contact-form-contact-info p .icon {
  top: -4px;
  position: relative;
  width: 0px;
  font-size: 30px;
  color: #74bf92;
}

.load-more {
  display: block;
  padding: 40px;
  text-align: center;
  background: #e9ecef;
  color: #000;
  font-size: 20px;
}

.load-more:hover {
  background: #74bf92;
  color: #fff;
}

.cover_1 {
  background-size: cover;
  background-position: center center;
  padding: 7em 0;
}

.cover_1 .sub-heading {
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
}

.cover_1 .heading {
  font-size: 50px;
  color: white;
  font-weight: 300;
}

.subheading {
      color: #00C478;
    font-size: 18px;

}

.accordion{
      min-height: 410px;
}

.accordion-item .accordion-header {
  margin-bottom: 0;
  width: 100%;
  margin: 0 auto;
  padding: 1em;
  cursor: pointer;
  font-size: 17px;
  position: relative;
}


.toggle-icon {
         position: absolute;
    left: -3px;
    top: 19px;
}

.accordion-item .accordion-header .toggle-icon-expand,
.accordion-item .accordion-header .toggle-icon-collapse {
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
}

.accordion-item .accordion-header .accordion-button {
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
}
.accordion-item .accordion-header .accordion-button:focus{
  outline: none;
}


.accordion-item .accordion-header .accordion-button[aria-expanded="true"] .toggle-icon-collapse {
  display: none;
}

.accordion-item .accordion-header .accordion-button.collapsed .toggle-icon-expand{
  display: none;
}
.accordion-item .accordion-header .accordion-button.collapsed .toggle-icon-collapse {
  display: block;
}

 /* .accordion-item .accordion-header .accordion-button.collapsed .toggle-icon-expand {
  display: block;
}  */

.faq .card-box{
    display: flex;
    position: absolute;
    top: 50%;
    left: -100px;
    gap: 10px;
}
.faq .card-box .card-left{
  background: #00C478;
  min-width: 200px;
}
.faq .card-box .card-right{
  background: rgba(0,0,0,0.8);
    min-width: 200px;
}
.faq .card-box .card-left, .faq .card-box .card-right{
  padding: 15px;
      padding-top: 32px;

}
.faq .card-box .card-left span, .faq .card-box .card-right span{
  color: #fff;
}
.faq .card-box .card-left h3, .faq .card-box .card-right h3{
  color: #fff;
  font-weight: 600;
}
.faq .card-box .card-left p, .faq .card-box .card-right p{
  color: #fff;
}
.contact-sidebar {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 30px 30px;
}

.contact-sidebar img {
  max-width: 100%;
}

.contact-sidebar input {
  width: 100%;
  padding: 12px 20px;
  min-height: 50px;
  background: #F6F6F6;
  color: #606060;
      border: 1px solid transparent;
}

.contact-sidebar textarea {
  width: 100%;
  padding: 12px 20px;
  min-height: 50px;
  background: #F6F6F6;
  color: #606060;
      border: 1px solid transparent;
}
.contact-sidebar h5{
  margin-top: 40px;
  margin-bottom: 40px;
}
.contact-sidebar button{
      position: relative;
    z-index: 999;
    text-transform: capitalize;
    background: #58C18E;
    padding: 9px 10px;
    color: #fff;
    border: none;
    width: 100%;
}
.heading {
  color: #000;
  font-size: 30px;
}

.heading.border-bottom {
  position: relative;
  padding-bottom: 30px;
}

.heading.border-bottom:before {
  bottom: 0;
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #74bf92;
}

.text-black {
  color: #000 !important;
}

.stretch-section .video {
  display: block;
  position: relative;
  -webkit-box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
}

.media-feature {
  padding: 30px;
  -webkit-transition: .2s all ease-out;
  -o-transition: .2s all ease-out;
  transition: .2s all ease-out;
  background: #fff;
  z-index: 1;
  position: relative;
  border-bottom: 10px solid transparent;
  border-radius: 4px;
  font-size: 15px;
}

.media-feature .icon {
  font-size: 60px;
  color: #74bf92;
}

.media-feature h3 {
  font-size: 16px;
  text-transform: uppercase;
}

.media-feature:hover,
.media-feature:focus {
  -webkit-box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 2;
  border-bottom: 10px solid #74bf92;
}

.media-custom {
  background: #fff;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  margin-bottom: 30px;
  position: relative;
  top: 0;
}

.media-custom .meta-post {
  color: #ced4da;
  font-size: 13px;
  text-transform: uppercase;
}

.media-custom>a {
  position: relative;
  overflow: hidden;
  display: block;
}

.media-custom .meta-chat {
  color: #ced4da;
}

.media-custom .meta-chat:hover {
  color: #6c757d;
}

.media-custom img {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.media-custom:focus img,
.media-custom:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.media-custom .media-body {
  padding: 30px;
}

.media-custom .media-body h3 {
  font-size: 20px;
}

.media-custom .media-body p:last-child {
  margin-bottom: 0;
}

.media-testimonial img {
  width: 100px;
  border-radius: 50%;
}

.media-testimonial blockquote p {
  font-size: 20px;
  color: #000;
  font-style: italic;
}

.list-unstyled.check li {
  position: relative;
  padding-left: 30px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.list-unstyled.check li:before {
  color: #17a2b8;
  left: 0;
  font-family: "Ionicons";
  content: "\f122";
  position: absolute;
}

#modalAppointment .modal-content {
  border-radius: 0;
  border: none;
}

#modalAppointment .modal-body,
#modalAppointment .modal-footer {
  padding: 40px;
}

.post-category {
  font-size: 12px;
    color: #fff;
    letter-spacing: .2em;
    /* display: block; */
    margin-bottom: 10px;
    background: #00C478;
    padding: 5px 17px;
    border-radius: 17px;
    margin-bottom: 12px;
    display: inline-block;
}
.post-meta {
  text-transform: uppercase;
  font-size: 12px;
  color: #b3b3b3;
  display: block;
  margin-bottom: 10px;
}

.site-footer {
  padding: 5em 0;
  background: #1D1A17;
  padding-bottom: 1rem;
}

.social-links ul{
  display: flex;
  gap:10px;
  list-style-type: none;
  padding-left: 0;
}
.social-links ul a{
      border: 1px solid rgba(0, 0, 0, 0.2);
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 1px solid #ccc;
    text-align: center;
        line-height: 30px;
}
.social-links ul a svg{
  color: #fff;
}
.footer-contact-section span {
  color: #fff;
  margin-left: 5px;
  font-weight: bold;
  font-size: 19px;
}

.factory-area {
 position: relative;
  height: 100vh;
  overflow: hidden;
}

.factory-area .slide {
 position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 0.8s ease, transform 1.2s ease;

}

.factory-area .slide.active {
   opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.content-section {
  background-image: linear-gradient(180deg, rgba(116, 191, 146, 0.8) 0%, rgba(70, 160, 120, 0.8) 100%);
  position: absolute;
  bottom: 100px;
  left: 0;
  padding: 53px 50px;
  max-width: 698px;
    transform: translateY(40px);
  transition: transform 1s ease
}
.slide.active .content-section {
  transform: translateY(0);
}
.content-section h3 {
  color: #fff;
}

.content-section h5 {
  color: #fff;
}

.content-section p {
  color: #fff;
}

.content-section button {
  padding: 12px 25px 12px 25px;
  color: #fff;
  background: #000000;
  border: none;
  cursor: pointer;
}

.navigation {
  background-color: rgba(0, 0, 0, 0.4);
  max-width: fit-content;
  backdrop-filter: blur(5px);
  position: absolute;
  z-index: 5;
  padding: 30px;
  top: 60px;
  right: 60px;
}

.navigation ul li {
  list-style-type: none;
  margin-bottom: 16px;
}

.navigation ul li a {
  font-size: 28px;
  color: #fff !important;
  cursor: pointer;
  font-weight: bold;

}

.navigation li.active a {
  color: #ffaa4a !important;

}

.contact-section {
  background-position: center;
  padding: 40px 10px;
  overflow: hidden;
  position: relative;
}

.contact-section:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.head h3 {
  color: #fff;
  position: relative;
  z-index: 999;
}

.head h5 {
  color: #fff;
  position: relative;
  z-index: 999;
}

.head p {
  color: #fff;
  position: relative;
  z-index: 999;
}


.contact-section img {
  width: 100%;
  position: relative;
  z-index: 999;
}


.select2-container--default .select2-selection--single .select2-selection__arrow b {

  border-color: #ccc transparent transparent transparent;
}

.wpcf7-form select {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  width: 100%;
  color: #ffffff80;
}

.wpcf7-form h6 {
  font-size: 20px;
  margin-top: 30px;
  color: #fff;
  margin-bottom: 30px;
}

.team {
  padding: 80px 0;
}

.team h5 {}

.thumbnail img {
  width: 100%;
}

.our-team {
  position: relative;
}

.thumbnail .wdt-social-icons-container {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(116, 191, 146, 0.8) 0%, rgba(70, 160, 120, 0.8) 100%);
}

.thumbnail {
  position: relative;
}

.thumbnail:hover .wdt-social-icons-container {
  display: block;
}

.thumbnail .wdt-social-icons-container .wdt-social-icons-list {
  list-style-type: none;
  display: flex;
  gap: 35px;
  margin: 0;
  padding: 13px 10px;
}

.thumbnail .wdt-social-icons-container .wdt-social-icons-list li a {
  color: #fff;
  font-size: 14px;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
}

.barnd {
  padding-top: 10px;
}
.barnd ul{
     list-style-type: none;
    display: flex;
    gap: 14px;
    padding-left: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.blog img{
  max-width: 100%;
}
.barnd img {
  margin-right: 15px;
  max-width: 120px;
}
.patner-sections{
      padding: 15px 0;
}
.patner-sections .patner-slider{
  position: relative;
  top:10px;
}
.patner-sections h3{
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}
.patner-sections img{

}
.patner-sections img{
  margin-right: 30px;
  max-width: 150px;
}
.form-group {
  margin-bottom: 30px;
}
.our-focus{
  background: #1e1a17;
}
.our-focus p{
 font-weight: 400;
}
.our-focus ul{
  display: flex;
      gap: 10px;
      margin-bottom: 0;
          list-style-type: none;
}
.our-focus ul li{}
.our-focus ul li img{
  width: 100%;
}
.select2-container {
  width: 100% !important;
  display: block;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
    background: #F6F6F6;
      display: block;
    height: 40px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
      line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
      height: 26px;
    position: absolute;
    top: 6px;
    right: 4px;
    width: 20px;
}
.wpcf7-form input::placeholder {
  color: #ffffff80;
}

.wpcf7-radio {
  display: flex;
  gap: 30px;
}

.radio-btn label {
  display: flex;
  color: #fff;
}
.contact-info 
.wpcf7-spinner{
      position: absolute;
    top: 54px;
    right: -4px;
}
.contact-info .wpcf7-not-valid-tip{
  display: none;
}
.radio-btn input {
  width: auto;
  margin-right: 5px;
}

.wpcf7-form-control-wrap {
  clear: both;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.site-footer p:last-child {
  margin-bottom: 0;
    font-size: 14px;
}

.site-footer a {
  color: #74bf92;
  font-size: 14px;
  color: #fff;
}
.site-footer .footer-link li a span{
margin-right: 5px;
}
.site-footer h6 {
  font-size: 14px;
  font-weight: bold;
     color: #ffff;

}
.site-footer h5{
  font-size: 14px;
   font-weight: 400;
     color: #ffff;
         line-height: 21px;
}
.site-footer .footer-post{
  align-items: center;
}
.site-footer .footer-post img{
  max-width: 100px;
}
.site-footer h6 img{
  margin-bottom: 0;
      margin-right: 5px;
}
.site-footer h3 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
     color: #ffff;

}
.site-footer h4 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
     color: #58c17f;

}
.site-footer h4 a{
      background: #00C478;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    /* margin-left: 10px; */
    color: #fff;
    right: 8px;
    top: 6px;
}
.copyright {
  border-top: 1px solid #ccc;
  padding-top: 16px;
  color:#fff;
  
}

.copyright ul{
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
.copyright ul li{
  display: inline-block;
  margin-right: 5px;
}
.copyright ul li.social {
  margin-left: 10px;
}
.copyright ul li.social a{
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 100%;
    text-align: center;
}
.site-footer img {
  max-width: 200px;
  margin-bottom: 15px;
}
.site-footer img.small{
  max-width: 15px;
  margin-bottom: 0;
}
.site-footer p {
  color: #fff;
}

.site-footer .footer-link li {
  line-height: 1.5;
  margin-bottom: 15px;
}

.site-footer hr {
  width: 100%;
}

.footer-social a {
  line-height: 0;
  border-radius: 50%;
  margin: 0 5px 5px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
}

.footer-social a:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.link-thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 25px;
}

@media (max-width: 991.98px) {
  .link-thumbnail {
    margin-bottom: 30px;
  }
}

.link-thumbnail img {
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.link-thumbnail .date {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.link-thumbnail .icon {
  position: absolute;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  z-index: 4;
  top: 50%;
  font-size: 30px;
  color: #fff;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  margin-top: 30px;
}

.link-thumbnail h3 {
  position: absolute;
 bottom: 60px;
  left: 0;
  color: #fff;
  font-size: 18px;
  -webkit-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease;
  z-index: 10;
  left: 50%;
  display: block;
  width: 77%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.link-thumbnail .view-details {
  position: absolute;
  bottom: 25px;
  left: 0;
  color: #fff;
  font-size: 18px;
  -webkit-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease;
  z-index: 10;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
      font-size: 18px;
    /* border-radius: 5px; */
    line-height: 32px;
        background: #58C18E;
        border: none;
}

.link-thumbnail:before {
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
}

.link-thumbnail:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.link-thumbnail:hover .icon {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.link-thumbnail:hover:before {
  opacity: 1;
  visibility: visible;
}

.border-t {
  border-top: 1px solid #f8f9fa;
}

.element-animate {
  opacity: 0;
  visibility: hidden;
}

.block-41 .block-41-subheading {
  margin-bottom: 30px;
}

.block-41 .block-41-subheading>div {
  display: inline-block;
  text-transform: uppercase;
}

.block-41 .block-41-subheading>div.block-41-line {
  height: 2px;
  width: 50px;
  background: #74bf92;
}

.sub-heading {
  color: #74bf92;
  font-size: 18px;
}

.block-41 .block-41-heading {
  font-size: 42px;
  line-height: 1.2;
}


.block-6 {
  margin-bottom: 30px;
}

.block-6 .icon {
  margin-right: 40px;
}

.block-6 .icon span:before {
  font-size: 50px;
}

.block-6 .icon span.bg-after {
  position: relative;
}

.block-6 .icon span.bg-after:after {
  position: absolute;
  content: "";
  left: -20px;
  top: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #74bf92;
  z-index: -1;
}

.block-6.d-block .icon {
  margin-right: 0;
}

.block-6 .media-body .heading {
  font-size: 20px;
}

.block-6 .media-body p {
  font-size: 16px;
}

.block-11 .owl-stage {
  padding-top: 30px;
  padding-bottom: 30px;
}

.block-11 .owl-nav {
  position: relative;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.block-11 .owl-nav .owl-prev,
.block-11 .owl-nav .owl-next {
  position: relative;
  display: inline-block;
}

.block-11 .owl-nav .owl-prev:active,
.block-11 .owl-nav .owl-prev:focus,
.block-11 .owl-nav .owl-next:active,
.block-11 .owl-nav .owl-next:focus {
  outline: none;
}

.block-11 .owl-nav .owl-prev span,
.block-11 .owl-nav .owl-next span {
  font-size: 30px;
  padding: 20px;
}

.block-11 .owl-nav .owl-prev.disabled,
.block-11 .owl-nav .owl-next.disabled {
  opacity: .2;
}

.block-33 {
  background: rgba(0, 0, 0, 0.5);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  backdrop-filter: blur(40px);

}

.block-33 .vcard .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  margin-right: 20px;
}

.block-33 .vcard .image img {
  max-width: 100%;
  border-radius: 50%;
}

.block-33 .vcard .name-text .heading {
  line-height: 1.5;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 300;

  color: #fff;
}

.block-33 .vcard .name-text .meta {
  color: #fff;
  display: block;
}

.block-33 .text blockquote {
  padding: 0;
  margin-bottom: 0;
  border: none !important;
  font-size: 16px;
}

.block-33 .text blockquote p {
  color: #fff;
}

.block-33 .text blockquote p:last-child {
  margin-bottom: 0;
}

#loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000;
}

#loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

.btn-play-wrap {
  position: relative;
  height: 100px;
  width: 100px;
}

.btn-play {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  position: absolute;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-play span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #000;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-play:hover {
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.feature-1-wrap {
  position: relative;
}

.feature-1 {
  padding: 30px;
  background: #f8f9fa;
  min-height: calc(50% - 15px);
  top: 0;
  margin-bottom: 30px !important;
}

@media (max-width: 991.98px) {
  .feature-1 {
    display: block !important;
  }
}

.feature-1 h3 {
  font-size: 1.2rem;
}

.feature-img-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 991.98px) {
  .feature-img-bg {
    height: 400px !important;
    display: block;
    margin-bottom: 30px;
  }
}

.readmore {
  text-transform: uppercase;
  font-size: .9rem;
  padding-right: 20px;
  display: inline-block;
  position: relative;
}

.readmore>span {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 1rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.readmore:hover {
  padding-right: 30px;
}

.frame,
.frame img,
.frame .feature-img-bg {
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  overflow: hidden;
}

.scaling-image {
  width: 100%;
  display: inline-block;
}

.page-item{
      position: relative;
    height:100vh;
    background-size: cover;
    background-repeat: no-repeat;
    
}
.page-item h1{
  font-size: 220px;
          color: #81ffc1;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 30px;
        opacity: 70%;
            font-weight: 800;
    line-height: 1em;
}
.page-item h2{
      align-items: center;
    font-size: 70px;
    color: #fff;
}
.page-item .slider-text {
    color: #fff;
    height: calc(50vh - 117px);
    min-height: 550px;
}
.page-item .slider-text button{
      text-transform: capitalize;
    background: #58C18E;
    padding: 9px 10px;
    color: #fff;
    border-radius: 5px;
    border: none;
    min-width: 200px;
    font-size: 20px;
    cursor: pointer;
}
.contact-info-box {
    background-color: #fff;
    border-radius: 13px;
    align-items: center;
    position: relative;
    z-index: 9;
        border: 1px solid #ccc;
    min-height: 190px;
}
.contact-info-box .header{
  background: #00C478;
  padding: 8px 7px;
  border-radius: 13px 13px 0 0;
  padding-left: 25px;
}
.contact-info-box .header h4{
     color: #fff;
    font-size: 20px;
    margin-bottom: 0;
}
.contact-us-page .content{
 padding: 15px;
 padding-left: 25px;
     position: relative;
}
.contact-us-page .content ul{
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.contact-us-page .content ul li{
  margin-bottom: 5px;
  color: #000;
  position: relative;
  padding-left: 20px;

}
.contact-us-page .content ul li img{
  max-width: 15px;
  margin-right: 5px;
  position: relative;
}
.contact-us-page .content ul li img.icon-first{
  position: absolute;
  left: 0;
  top:7px;
}
.contact-us-page .content ul li img.whatapp{
       cursor: pointer;
  /* Add a smooth transition for the hover effect */
  transition: color 0.3s ease;
  /* Set default color */
  color: #333; 
}
.contact-us-page .content ul li img.whatapp:hover{
        color: #ff0000;
  /* Example: Add a slight scale effect on hover */
  transform: scale(1.2); 
}
.contact-us-page .content ul li a{
  color: inherit;
}
.contact-info-box .icon {
    text-align: center;
    font-size: 25px;
    transition: all 0.4s ease-in-out;
    position: absolute;
    left: 10px;
    top:5px;
}
.get-in-touch{
  margin-top: 50px;
  background: #F6F6F6;
}
.get-in-touch img{
  max-width: 100%;
}
.form-section{
      padding: 50px 60px 30px 60px;
}
.get-in-touch .form-control{
         height: 55px;
    border-radius: 7px;
}
.get-in-touch textarea.form-control {
    height: 100px;
    background: #fff;
    border: none;
    border-bottom: 1px solid #fff;
}
.get-in-touch input:focus{
   background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
}
.get-in-touch .form-control:focus{
  outline: none;
}
.get-in-touch textarea.form-control::placeholder{
  color: #676767;
}
.get-in-touch input::placeholder{
 color: #676767;
}

.get-in-touch .btn-view-all{
  background: #fff;
      min-width: 130px;
      text-align: center;

}
.get-in-touch .btn-view-all:focus{
  background: #fff;
	    border: 2px solid #89e3c1;
    

}

    .breadcrumb{
      background-color: transparent ;
    }
      .breadcrumb  li.breadcrumb-item a {
    font-weight: 600;
}
.post-meta {
    font-size: 20px;
    color: #6F6F6F;
    display: inline-block;
    margin-top: 11px;
    margin-bottom: 3px;
    text-transform: capitalize;
    font-weight: 200;
    border-top: 3px solid #b5a7a7;
    padding-top:10px;
}
.blog-post-content h3 {
    line-height: 1.1;
}
.blog-post-content h3  a{
        font-size: 22px;
    font-weight: 500;
    color: rgb(21, 21, 21);
    line-height: 30px;
}
.blog-post-content {
    padding-right: 30px;
}
.blog-post-content p{
  color: #6F6F6F;
  font-size: 14px;
  line-height: 24px;
}
 a.wdt-button {
    display: flex;
    align-items: center;
    font-size: 0;
    margin-top: 0;
    padding: 15px;
    position: relative;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    justify-content: center;
    background-image: linear-gradient(to bottom, #74bf92 0%, #5fb481 51%, #74bf92 100%);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    background-size: auto 200%;
    overflow: hidden;
}
.wdt-button:not(:focus) {
    text-decoration: none;
}
 a.wdt-button:hover {
    background-position: bottom center;
}
a.wdt-button{
  background-color: #74bf92;
}
.wdt-button span {
    display: inline-flex;
    font-size: 18px;
    line-height: 1;
    margin: 0;
    vertical-align: top;
    transition: all 0.3s linear;
}
 a.wdt-button span svg {
        fill: rgb(255 255 255);
    height: 1em;
    line-height: 1;
    margin: 0;
    width: 1em;
}
.wdt-button:hover span {
    transform: rotate(45deg);
}

.secondary-sidebar{
    margin: 0;
    padding: 30px 24px;
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 0px 0px 39px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 39px rgba(0, 0, 0, 0.05);
}
.widget_search form input{
  height: 50px;
    width: 100%;
    border: 1px solid #C8C8C8;
    font-weight: 300;
    padding: 12px 50px 12px 37px;
    border-radius: 25px;
}

.submit-search{
   position: absolute;
    right: 10px;
    top: 0;
    padding: 0;
    margin: 0;
    height: 50px;
}
aside.widget.widget_search {
    margin-bottom: 21px;
}
aside.widget.widget_search form {
    position: relative;
}

aside.widget.widget_search form  .ion-search{
     position: absolute;
    left: 15px;
    top: 7px;
    font-size: 21px;
    color: #817d7d;
}
.recent-posts-widget li {
    display: flex;
    align-items: center;
        padding-bottom: 10px;
            margin: 0 0 10px;
}
.recent-posts-widget li .thumb {
    float: left;
    margin: 0 25px 0px 0;
    padding: 0;
    width: 112px;
}
.recent-posts-widget li .entry-meta {
    font-size: 14px;
    text-transform: capitalize;
    color: #74bf92;
}
.recent-posts-widget li .entry-meta p {
    float: none;
    margin-right: 15px;
    margin-bottom: 7px;
}
.widget .recent-posts-widget li .entry-title h4 {
    font-size: inherit;
    letter-spacing: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 600;
    font-size:14px;
}
.widget h2.widgettitle {
    font-size: 21px;
}
.recent-posts-widget ul {
    padding-left: 0px;
}
.widget .recent-posts-widget li .thumb img {
    max-width: 100%;
    border-radius: 15px;
}
.detail-content .head {
      padding: 15px 0;
}
.detail-content .head ul {
  list-style-type: none;
}
.detail-content .head ul li{
  display: inline-block;
      margin-right: 15px;
}
.detail-content .head ul li a{
 background: #74bf92;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 30px;

}
.detail-content .head span{
  font-size: 15px;
  color: #0C072D;
}
.detail-content .head h4{
  font-size: 18px;
  color: #0C072D;
}
.tagcloud a {
   font-size: 16px;
    background: #dfdedd;
    padding: 5px 8px;
    color: #3a3535;
    margin-bottom: 8px;
    display: inline-block;
    margin-right: 3px;
    font-weight: 100;
}
.tagcloud {
    margin-bottom: 25px;
}
 .gallery {
   display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.widget.widget_media_gallery .gallery-item {
   width: 129px;
    height: 121px;
    margin-bottom: 8px;
}
.gallery-icon.landscape img {
    width: 100%;
    height: 100%;
}
.widget.widget_media_gallery {
    margin-bottom: 25px;
}
  

        .startup-section {
    padding: 80px 0;
}

.startup-tag {
    color: #ff8c2b;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.startup-title {
    font-size: 40px;
    font-weight: 700;
}

.startup-subtitle {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0;
}

.startup-desc {
    color: #666;
    line-height: 1.8;
}

.btn-defult {
   position: relative;
    z-index: 999;
    text-transform: capitalize;
    background: #58C18E;
    padding: 9px 10px;
    color: #fff;
    border: none;
    min-width: 149px;
}

/* ===== Tabs Style ===== */
.timeline-tabs {
    margin-top: 70px;
    /* border-top: 1px solid #ddd; */
    position: relative;
        padding-bottom: 13px;
}

.timeline-tabs .nav-link {
    border: none;
    color: #999;
    font-weight: 600;
    padding-top: 37px;
        position: relative;
      transition: all 0.3s linear;
}

.timeline-tabs .nav-link::before {
    content: "";
    width: 14px;
    height: 14px;
    background: #ccc;
    border-radius: 50%;
    position: absolute;
    top: 77px;
    left: 25px;
   
}

.timeline-tabs .nav-link.active {
    color: #74bf92;
}

.timeline-tabs .nav-link.active::before {
    width: 30px;
    height: 30px;
    background: #74bf92;
    left: 16px;
    top: 69px;
      transition: all 0.3s linear;
}

/* ===== Images ===== */
.startup-images img {
    width: 100%;
    border-radius: 3px;
}
p.tab-click-content {
    color: #000;
    font-size: 20px;
    position: absolute;
    top: 105px;
    line-height: 25px;
    left: 10px;
    display: none;
     transition: all 0.5s ease-in-out;
}

.timeline-tabs .nav-link.active p.tab-click-content {
  display: block;
   transition: all 0.5s ease-in-out;
}
      

.secondary-sidebar{
    margin: 0;
    padding: 30px 24px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 39px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 39px rgba(0, 0, 0, 0.05);
}

.widget_search input[type="submit"] {
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    z-index: 1;
    mask-repeat: no-repeat;
    -webkit-mask-position: right;
    mask-position: right;
    -webkit-mask-size: 21px auto;
    mask-size: 21px auto;
    background: #fff;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    background-size: auto 200%;
}
.submit-search{
   position: absolute;
    right: 10px;
    top: 0;
    padding: 0;
    margin: 0;
    height: 50px;
}
aside.widget.widget_search {
    margin-bottom: 21px;
}

.recent-posts-widget li {
    display: flex;
    align-items: center;
        padding-bottom: 10px;
            margin: 0 0 10px;
}
.recent-posts-widget li .thumb {
    float: left;
    margin: 0 25px 0px 0;
    padding: 0;
    width: 112px;
}
.recent-posts-widget li .entry-meta {
        font-size: 14px;
    text-transform: capitalize;
    color: #6F6F6F;
}
.recent-posts-widget li .entry-meta p {
    float: none;
    margin-right: 15px;
    margin-bottom: 7px;
}
.widget .recent-posts-widget li .entry-title h4 {
    font-size: inherit;
    letter-spacing: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 600;
    font-size:15px;
}

.widget h2.widgettitle {
    font-size: 21px;
}
.recent-posts-widget ul {
    padding-left: 0px;
}
.widget .recent-posts-widget li .thumb img {
    max-width: 100%;
}
.tagcloud a {
   font-size: 16px;
    background: #dfdedd;
    padding: 5px 8px;
    color: #3a3535;
    margin-bottom: 8px;
    display: inline-block;
    margin-right: 3px;
    font-weight: 100;
}
.tagcloud {
    margin-bottom: 25px;
}
 .gallery {
   display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.widget.widget_media_gallery .gallery-item {
   width: 129px;
    height: 121px;
    margin-bottom: 8px;
}
.gallery-icon.landscape img {
    width: 100%;
    height: 100%;
}
.widget.widget_media_gallery {
    margin-bottom: 25px;
}

/* ======blog-single========== */
.entry-thumb.single-preview-img img {
    width: 100%;
    height: 550px;
}
.blog-single-entry .post-meta {
   border-style: solid;
    border-width: 1px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 21px 0;
}
.meta-left .single-entry-date {
    text-transform: capitalize;
    color: #000000;
    font-size: 18px;
    letter-spacing: 4.3px;
}
.meta-author-info {
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.meta-author-info a{
    color: #000000;
}
.quote-author span {
    text-align: end;
    width: 100%;
    display: block;
    margin-top: 10px;
    color: #3e54c6;
    font-size: 17px;
}
.quote-author {
    padding: 50px;
    background: #e7e7e7;
    border-radius: 5px;
}
.entry-post-navigation {
    display: flex;
    justify-content: space-between;
    padding: 13px;
    margin-top: 26px;
}
.entry-post-navigation p {
    margin-bottom: 0px;
  
}
.entry-post-navigation a {
    color: #383838;
    font-size: 21px;
}
.entry-post-navigation .nav-title-wrap svg {
    width: 30px;
    height: 30px;
    background: #74bf92;
    border-radius: 100%;
    padding: 6px;
    fill: #ffffff;
}
  
  .creative-testimonial--slider{
    background-image: linear-gradient(to bottom, #f7f7ff, #f4f4fb, #f8f7fc, #fbfbfe, #ffffff);
    padding: 50px 0px;
}
.creative-testimonial--slider .testimonial-inner {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial-inner .testimonial-heading{
    text-align: center;
    max-width: 60%;
    margin: auto;
    font-size: 2.813rem;
    line-height: 3.125rem;
    letter-spacing: -1px;
    margin-top: 0px;
    margin-bottom: 50px;
}
.testimonial-wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 6%;
}
.swiper-slide .swiper-slide--inner {
    padding-left: 15%;
    padding-right: 15%;
    display: flex;
    align-items: center;
    column-gap: 50px;
    position: relative;
    overflow-x: hidden;
}
.swiper-slide--inner .testimonial-detail img{
    width: 100%;
    max-width: 100px;
}
.testimonial-container .owl-prev{
position: absolute;
left: 0;
    top: 0
}
.testimonial-container .owl-next{
position: absolute;
right: 0;
    top: 0
}
.swiper-slide--inner .testimonial-detail p{
    margin: 0px;
    color: #242e45;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 5px;
}
.swiper-slide--inner .testimonial-detail span{
    color: #3c2fc0;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 15px;
    line-height: normal;
}
.company-details--row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;

}
.company-details--row .company-box {
    flex: 0 0 auto;
    width: 33.33333333%;
    padding: 0px 15px;
}
.company-details--row .company-box .company-box-inner {
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    -webkit-transition: all 350ms cubic-bezier(.37,0,.63,1);
    transition: all 350ms cubic-bezier(.37,0,.63,1);
    background: #fff;
    text-align: center;
    border-radius: 6px;
}
.company-box-inner .company-box-top{
    padding-top: 10%;
    padding-bottom: 10%;
    border-bottom: 1px solid #dee2e6;
}
.company-box-inner .company-box-top img{
    height: 40px;
}
.company-box-inner .company-box-bottom{
    padding: 15px;
}
.company-box-inner .company-box-bottom span{
    font-size: 15px;
    color: #878898;
    line-height: 30px;
}
.company-box-inner .company-box-bottom span strong{
    color: #242e45;
}

/* Responsive Ipad */
@media only screen and (max-width: 981px) {

.creative-testimonial--slider{
    padding-left: 10px;
    padding-right: 10px;
}
.testimonial-inner .testimonial-heading{
    max-width: 100%;
}
.swiper-slide .swiper-slide--inner{
    padding-left: 0%;
    padding-right: 0%;
}
.swiper-button-next.slide-btns, .swiper-button-prev.slide-btns{
    display: none;
}
.company-details--row .company-box{
    padding: 0px 5px;
}
}
/* Responsive Ipad */
@media only screen and (max-width: 460px) {
    .testimonial-inner .testimonial-heading{
        font-size: 1.813rem;
        line-height: 2.125rem;
    }
    .swiper-slide .swiper-slide--inner {
        flex-direction: column;
        text-align: center;
    }
    .company-details--row{
        justify-content: center;
        flex-direction: column;
    }
    .company-details--row .company-box{
        padding: 0px 0px;
        margin-bottom: 20px;
                width: 100%;
    }
}

section.section-services {
    padding: 60px 0px;
}


.header-section h2.title {
    font-size: 2.813rem;
    line-height: 3.125rem;
    margin-bottom: 20px;
}
.section-services .header-section .description {
	font-size: 14px;
    color: #282828;
}

.section-services .single-service {
    position: relative;
    margin-top: 30px;
       background-color: #f4f4f4;
    border-radius: 10px;
    padding: 40px 30px;
    overflow: hidden;
}

.section-services .single-service .content {
	position: relative;
	z-index: 20;
}

.section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
       background-color: #4b4646;
    border: 6px solid #000000;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 10;
    transition: all .6s;
}

.section-services .single-service:hover .circle-before {
	width: 100%;
	height: 100%;
	transform: none;
	border: 0;
	border-radius: 0;
	opacity: 1;
}

.section-services .single-service .icon {
	display: inline-block;
	margin-bottom: 26px;
    width: 70px;
    height: 70px;
      background-color: #3a3b3b;
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all .3s;
}

.section-services .single-service:hover .icon {
	background-color: #fff;
	color: #ff4500;
}

.section-services .single-service .title {
    margin-bottom: 18px;
	font-weight: 700;
    font-size: 23px;
    transition: color .3s;
}

.section-services .single-service:hover .title {
	color: #fff;
}

.section-services .single-service .description {
    margin-bottom: 20px;
    font-size: 14px;
    transition: color .3s;
}

.section-services .single-service:hover .description {
	color: #fff;
}

.section-services .single-service a {
	position: relative;
	font-size: 18px;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
}

.section-services .single-service:hover a {
	color: #fff;
}

.section-services .single-service a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #ff4500;
	transition: background-color .3s;
}

.section-services .single-service:hover a:after {
	background-color: #fff;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 6fr);
  gap: 1rem;
  padding: 2.25rem 5rem;
  color: white;
  background-color: hsl(0, 10%, 10%);
  min-height: 100svh;
}
.hero__content {
  padding-right: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .8rem;
}
.hero__heading {
  font-size: clamp(2rem, 4rem, 4vw);
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  animation: headingAnim 1s 1s cubic-bezier(0.6, 0.04, 0.98, 0.335) forwards;
      color: #fff;
    font-size: 57px;
  
}
.hero__heading span {
    background-color: hsl(144deg 7.98% 54.31%);
  }
.hero__caption {
  font-size: 1.25rem;
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  animation: headingAnim 1s 1.6s cubic-bezier(0.6, 0.04, 0.98, 0.335) forwards;
}
.hero__images {
  display: grid;
  grid-template-columns: minmax(0,3fr) minmax(0,1fr) minmax(0,1fr);
  gap: 1rem;
  position: relative;
  overflow: hidden;
}
.hero__image {
  position: relative;
  height: var(--image-height);
  overflow: hidden;
  border: 4px solid hsl(0, 10%, 30%);
  animation: imageReveal 1s 2s cubic-bezier(0.215, 0.610, 0.355, 1) both;
  &:nth-child(2) {
    margin-top: 5rem;
    animation-delay: 2.5s;
  }
  &:nth-child(3) {
    margin-top: 10rem;
    animation-delay: 3s;
  }
}
.hero__image img {
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transition: transform 0.7s ease, opacity 0.4s ease;
}
.hero__image__two {
  z-index: 2;
  transform: translate(100%, 100%); /* start off bottom-right */
  opacity: 0;
  transition: transform 650ms cubic-bezier(.2,.9,.2,1), opacity 180ms linear;
  will-change: transform, opacity;
}


.hero__controls {
  position: absolute;
  top: calc(var(--image-height) + 1rem);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  animation: controlReveal 1s 3.5s ease-in both;
}
.hero__control {
  display: inline-flex;
  padding: 0.5em 1.25em;
  border: 1px solid white;
  border-radius: 2rem;
  font-weight: bold;
  background-color: white;
  transition: background-color .3s ease-in, color .3s ease-in;
  cursor: pointer;
  &:hover {
    background-color: transparent;
    color: white;
  }
}

@keyframes headerReveal {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes headingAnim {
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 300%);
  }
}

@keyframes imageReveal {
  from {
    transform: translate(200%, 100%);
    opacity: 0;
  }
  to {
    transform: translate(0);
    opacity: 1;
  }
}

@keyframes controlReveal {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.service-section {
  padding: 80px 0;
}

.small-title {
  color: #000;
  letter-spacing: 2px;
  font-size: 14px;
}

.main-title {
  font-size: 39px;
  font-weight: 500;
 line-height: 48px;
}
.title-2{
  font-size: 30px;
  font-weight: 500;
 line-height: 40px;
}
/* Tabs */
.service-tabs {
  gap: 15px;
}

.service-tabs .nav-link {
  background: #333;
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.4s;
}

.service-tabs .nav-link.active {
  background: linear-gradient(45deg, #ff9c3c, #ff7a18);
  color: #fff;
}

/* Animation */
.tab-animate {
  animation: fadeUp 0.6s ease;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Buttons */
.btn-orange {
  background: linear-gradient(45deg, #ff9c3c, #ff7a18);
  color: #fff;
  padding: 10px 25px;
  border-radius: 0;
}

.btn-play-bx {
  background: transparent;
  border: none;
  color: #000;
  font-weight: 500;
      display: inline-flex;
    align-items: center;
}


.product_card{
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
   
    transition: 0.3s;
    border: 2px solid rgb(236, 236, 236);
    position: relative;
    margin-bottom: 15px;
}

.product_card img{
   width: 100%;
    height: 100%;
    max-height: 443px;
    /* object-fit: cover; */
    border-radius: 10px 10px 0 0;
}

.product_card .product_info h2 {
        font-size: 19px;
}

.product_card .product_info {
    padding: 16px;
    /* font: 14px 'Poppins', sans-serif; */
}


/* .review-contact-section {
  min-height: 100vh;
} */

/* LEFT */
.review-left {
  
  position: relative;
  
}

/* .review-left::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
} */

.review-content {
  position: relative;
  max-width: 520px;
}

.review-tag {
  color: #ff9c3c;
  letter-spacing: 2px;
}

.review-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 20px 0;
}

.review-user img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.review-arrows span {
  display: inline-block;
  background: #ff9c3c;
  color: #fff;
  padding: 12px;
  margin-right: 10px;
  cursor: pointer;
}

/* RIGHT */
.contact-right {
  background: #fff;
  padding: 25px;
}

/* .contact-box {
  max-width: 520px;
} */

.contact-tag {
  color: #ff9c3c;
  letter-spacing: 2px;
}

.contact-box h2 {
     font-size: 25px;
    font-weight: 700;
    margin: 5px 0 15px;
}
.form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-width: 1px;
    padding: 8px; 
    font-size: .9rem;
    line-height: 1.5;
    color: #979797;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e5e7;
    height: unset;
}
.form-group {
    margin-bottom: 19px;
}
/* .form-control {
  border-radius: 0;
  height: 50px;
  background: #f6f6f6;
  border: none;
}

textarea.form-control {
  height: 120px;
} */

.submit-btn {
  background: linear-gradient(45deg, #ff9c3c, #ff7a18);
  color: #fff;
  padding: 12px 40px;
  border-radius: 0;
}

.shop-sidebar{
      margin: 0;
    padding: 30px 24px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 39px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 39px rgba(0, 0, 0, 0.05);
}

.shop-sidebar input{
      height: 50px;
    width: 100%;
    border: 1px solid #C8C8C8;
    font-weight: var(--wdtFontWeight_Base);
    padding: 12px 50px 12px 20px;
}

.shop-sidebar #searchform {
  position: relative;
}
.shop-sidebar #searchform button{
        position: absolute;
    right: 7px;
    top: 7px;
    background: transparent;
    border: none;
}

.product-categories{
  list-style-type: none;
  padding-left: 0;
}
.product-categories li{
  color: #000;
  margin-bottom: 10px;
}

.product-categories li a{
  color: #000000;
      font-size: 16px;
}

.get-in-touch .select2-container--default .select2-selection--single{
     border: 1px solid #ccc;
    background: transparent;
    display: block;
    height: 40px;
        border-bottom: 1px solid #fff;
    border-radius: 0;
}
 .get-in-touch .select2-container .select2-selection--single .select2-selection__rendered{
  color: #fff;
 }

 .service-item{
  border: 1px solid #ccc;
  border-radius: 21px;
 }
  .service-item .service-content{
    padding: 15px 25px;
  }
 .service-item h3{
      font-size: 19px;
      font-weight: 500;
 }
 .service-item p{
      font-weight: 400;
    font-size: 14px;
    line-height: 22px;
        min-height: 106px;
    color: #0C072D;
 }
  .service-item .readmore{
    color: #00C478 !important;
    text-transform: capitalize;
    cursor: pointer;
  }
 .btn-view-all {
       background-color: transparent;
    color: #000;
    border: none;
    padding: 9px 25px;
    border-radius: 40px;
    border: 2px solid #89e3c1;
    font-size: 14px;
    min-width: 173px;
    font-weight: 400;
    display: inline-block;
    text-align: left;
    position: relative;
}

 .btn-view-all span{
     background: #00C478;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    /* margin-left: 10px; */
    color: #fff;
    position: absolute;
    right: 8px;
    top: 6px;
 }
 .Infrastructure-head{
  background: #F0F0F0;
  padding-bottom: 40px;
 }
 .who-we-are h4{
  font-size: 28px;
 }
 .who-we-are h4 img{
  max-width: 28px;
  margin-right: 5px;
 }
 .Infrastructure-head .header-banner-area{
  position: relative;
 }
  .Infrastructure-head .header-banner-area .taglines{
        position: absolute;
    right: 0;
    bottom: 0;
    background: #000000;
    min-width: 290px;
    height: 159px;
    border-radius: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 40px;
    max-width: 200px;
  }
   .Infrastructure-head .header-banner-area .taglines h4{
        color: #fff;
    font-size: 31px;
    font-weight: bold;
    line-height: 34px;
   }
 .Infrastructure-head .main-title{
 margin-bottom: 40px;
 }
  .about-banner{
    position: relative;
  }
 .about-banner .taglines{
        position: absolute;
    right: 0;
    bottom: 0;
    background: #000000;
    min-width: 290px;
    height: 159px;
    border-radius: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 40px;
    max-width: 200px;
 }
  .about-banner .taglines h4{
          color: #fff;
    font-size: 31px;
    font-weight: bold;
    line-height: 34px;
  }
 .Infrastructure-head a.button{
     text-transform: capitalize;
    background: #58C18E;
    padding: 9px 10px;
    color: #fff;
    border: none;
    min-width: 206px;
    margin-bottom: 15px;
    border-radius: 32px;
    border: 1px solid #fff;
    height: 64px;
    display: inline-block;
    text-align: center;
    line-height: 41px;
 }
.Manufacturing{
  padding: 40px 0;
}
 .Manufacturing img{
  width: 100%;
 }
.capabilities{
  padding: 40px 0;
}
.capabilities.product-view img{
  max-width: 90%;
}
 .capabilities img{
      width: 100%;
    object-fit: cover;
    height: 100%;

 }
 .capabilities h4{
  margin-bottom: 0;
 }
 .capabilities .product-overview{
  padding-left: 15px;
 }
  .capabilities .product-overview ul{
  margin-bottom: 10px;
  padding-left: 15px;
 }
   .capabilities ul li{
       margin-bottom: 1px;
    line-height: 28px;
   }

   .indestery-we-serve{
    background: #F6F6F6;
    padding: 40px 0;
   }
   .Industries-row{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
   }

     .Industries-row .Industries-item{
        flex: 0 0 19%;
    max-width: 19%;
    max-width: 19%;
    background: #fff;
    border-radius: 20px 20px;
    border: 1px solid #ccc;
   }
   .Industries-row .Industries-item h3{
           font-size: 17px;
    font-weight: 500;
    line-height: 22px;
   }
   .Industries-row .Industries-item .Industries-content{
   padding:15px ;
 }
   .Industries-row .Industries-item .Industries-content p{
    font-size: 14px;
    margin-bottom: 0;
   }
      .Industries-row .Industries-item img{
        max-width: 100%;
      }

      .Infrastructure  {
        background: #0285D1;
      }

      .Infrastructure .inner{
            padding: 30px 20px;
      }
       .Infrastructure  img{
        max-width: 100%;
       }
       .who-we-are ul.imges-parts{
          display: flex;
    gap: 10px;
    margin-bottom: 0;
    list-style-type: none;
       }
         .who-we-are ul li img{
          max-width: 100%;
         }

         .who-we-are{
          
         }
          .inner-page-type-3{
            margin-top: 30px ;
          }
         .inner-page-type-3 .page-heading{
    position: relative;
    min-height: 400px;
    border-radius: 10px;
    display: flex;
    align-items: center;
         }

             .inner-page-type-3 .page-heading h1{
              color: #fff;
             }
               .inner-page-type-3 .page-heading h2{
              color: #fff;
             }

              .inner-page-type-3 .page-heading p {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
    color: white;
    font-family: "Stolzl";
}
  .inner-page-type-3 .page-heading a.button{
      text-transform: capitalize;
    background: #58C18E;
    padding: 9px 10px;
    color: #fff;
    border: none;
    min-width: 206px;
    margin-bottom: 15px;
    border-radius: 32px;
    border: 1px solid #fff;
    height: 59px;
    display: inline-block;
    line-height: 39px;
}
.job-card-inner{
  background: #F0F0F0;
  border-radius: 21px;
}
.job-card-inner img{
  width: 100%;
  height: 100%;
}
.job-card-inner .job-content-section {
padding: 40px 20px;
}
.job-card-inner .job-content-section h4{
      font-size: 18px;
}
.job-card-inner .job-content-section  p{
     font-size: 15px;
    line-height: 25px;
}
.box-type-2 .box-type-2-inner{
  background: #00C478;
      border-radius: 21px;
}
.box-type-2 .box-type-2-content-section{
          padding: 30px 15px 30px 40px;
}
.service-description{
  padding: 50px 0;
}
.service-content-section{
  padding: 50px 0;
}
.service-content-section img{
width: 100%;
}
.service-content.space-left{
  padding-left: 15px;
}
.service-content.space-right{
  padding-right: 15px;
}


.terms-section-area {
  padding-bottom: 3%;
}

.terms-Content {
  padding: 5%;
  border-radius: 26px;
  background: white;
}
.visible-on-responsive{display: none;}
.text-flow{text-align: right;}


#counter{    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  width: 100%;
}
#counter .item{
     position: relative;
    /* background: sienna; */
    width: 25%;
    padding: 0px;
    margin: 10px;
    text-align: center;
    border-radius: 20px;
} 
#counter .item .count{
     color: #e7e7e7;
    font-size: 11rem;
    font-weight: 600;

}
#counter .item h3{
      color: #4f4e28;
    text-transform: capitalize;
    position: absolute;
    top: 41%;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    font-weight: 500;
    font-size: 25px;
}