html {
  scroll-behavior: smooth;
}
.sec_padding {
  padding: 80px 0 !important;
}
a {
  cursor: pointer !important;
}
.sticky-header .logo,
.header-style4_left .logo {
  width: 300px;
}
.main-slider.style4 .slide {
  padding: 105px 0px 105px 0;
}

.about-style4-image-box .icon-box .inner {
  position: relative;
  display: block;
  height: 130px;
  width: 130px;
  padding: 20px;
  z-index: 1;
  font-size: 0;
  line-height: normal;
}

.about-style4-image-box .icon-box .inner img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.about-style4-image-box ul li .image_box {
  height: 450px;
}

.single-service-style3 .img-holder {
  height: 280px;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
}
.single-service-style3 .img-holder img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

#productOwl.owl-theme .owl-nav {
  position: absolute;
  top: 170px;
  left: -80px;
  right: -80px;
  z-index: -1;
}
#productOwl.owl-theme .owl-nav [class*="owl-"] {
  background: transparent;
  border: 1px solid #222222;
  color: #222222;
}
#productOwl.owl-theme .owl-nav .owl-prev {
  float: left;
}
#productOwl.owl-theme .owl-nav .owl-next {
  margin-left: 0px;
  float: right;
}

#productOwl.owl-theme .owl-nav [class*="owl-"] {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  background: #ffffff;
  border: 1px solid #cddfec;
  border-radius: 0%;
  color: #1f67b0;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  margin: 0 0 0 0px;
  padding: 0;
  transition: all 700ms ease 0s;
}

.single-service-style3 .text-holder {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 15px 15px 20px 15px;
  height: 117px;
}
.single-service-style3 .text-holder h2 {
  font-size: 20px;
  margin-bottom: 0;
}

.Activities_card {
  text-align: center;
  transition: ease 0.4s;
}
.Activities_icon {
  width: 140px;
  height: 140px;
  display: flex;
  padding: 40px;
  align-items: center;
  justify-content: center;
  /* background: linear-gradient(90deg, #563B74 20%, #E5454E 100%); */
  background-color: #563b74;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto;
}
.Activities_icon img {
  transition: ease 0.4s;
  filter: brightness(0) invert(1);
}

.Activities_card:hover img {
  transform: scale(1.2);
}

.Activities_card h4 {
  margin-top: 16px;
  font-size: 17px;
  min-height: 40px;
}

.Activities_card p {
  font-size: 15px;
  line-height: 1.3;
  margin-top: 6px;
}

.cta_sec {
  padding: 8% 0;
}

.counter-wrapper {
  position: relative;
  border-radius: 30px;
}

.counter-wrapper::before {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  content: "";
  background-color: #563b74;
  border-radius: 30px;
  z-index: 9;
  padding: 30px;
}

@media (max-width: 1600px) {
  .counter-wrapper::before {
    left: 0%;
    right: 0%;
  }
}

@media (max-width: 1199px) {
  .counter-wrapper::before {
    left: 0;
    right: 0;
  }
}

.counter-wrapper .arrow-shape {
  position: absolute;
  left: 8%;
  bottom: 0;
  z-index: 99;
}

@media (max-width: 1600px) {
  .counter-wrapper .arrow-shape {
    left: 2%;
  }
}

@media (max-width: 1199px) {
  .counter-wrapper .arrow-shape {
    display: none;
  }
}

.counter-wrapper .arrow-shape-2 {
  position: absolute;
  left: 13%;
  bottom: 0;
  z-index: 99;
}

@media (max-width: 1600px) {
  .counter-wrapper .arrow-shape-2 {
    left: 10%;
  }
}

@media (max-width: 1199px) {
  .counter-wrapper .arrow-shape-2 {
    display: none;
  }
}

.counter-wrapper .arrow-shape-3 {
  position: absolute;
  right: 8%;
  top: 0;
  z-index: 99;
}

@media (max-width: 1600px) {
  .counter-wrapper .arrow-shape-3 {
    right: 2%;
  }
}

@media (max-width: 1199px) {
  .counter-wrapper .arrow-shape-3 {
    display: none;
  }
}

.counter-wrapper .arrow-shape-4 {
  position: absolute;
  right: 15%;
  top: 0;
  z-index: 99;
}

@media (max-width: 1199px) {
  .counter-wrapper .arrow-shape-4 {
    display: none;
  }
}

.counter-wrapper .counter-main-items {
  position: relative;
  z-index: 99;
  padding: 80px 40px;
}
.counter-wrapper .counter-main-items h2 {
  color: #fff;
}
.counter-wrapper .counter-main-items p {
  color: #fff;
  /* background-color: #ff4444; */
}
/* .counter-wrapper .counter-main-items h2 span{
      color: #0f79fb;
    } */
@media (max-width: 767px) {
  .counter-wrapper .counter-main-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 45px;
  }
}

.cta_form {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  position: absolute;
  top: -140px;
  border: 1px solid #e1e1e1;
}

.cta_form h3 {
  font-size: 30px;
  color: #563b74;
  font-weight: 800;
}

.cta_form .input_group input {
  height: 50px;
  width: 100%;
  border: 1px solid #e1e1e1;
  outline: none;
  padding-left: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.cta_form .input_group textarea {
  width: 100%;
  border: 1px solid #e1e1e1;
  outline: none;
  padding-left: 10px;
  border-radius: 5px;
  padding: 20px;
}

.cta_form1 h3 {
  font-size: 30px;
  color: #563b74;
  font-weight: 800;
}

.cta_form1 .input_group input {
  height: 50px;
  width: 100%;
  border: 1px solid #e1e1e1;
  outline: none;
  padding-left: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.cta_form1 .input_group textarea {
  width: 100%;
  border: 1px solid #e1e1e1;
  outline: none;
  padding-left: 10px;
  border-radius: 5px;
  padding: 20px;
}

.ft_content_title h5 {
  color: #dcdcdc;
  font-size: 20px;
  margin-bottom: 14px;
}
.ft_content_title {
  color: #dcdcdc;
}

/*** 
=============================================
    Service Style3 Area CSS
=============================================
***/
.service-style3-area {
  position: relative;
  display: block;
  background: #faf7f0;
  padding: 110px 0px 110px;
  z-index: 1;
}
.service-style3-area_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background-attachment: scroll;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.single-service-style3 {
  position: relative;
  display: block;
}
.single-service-style3 .img-holder {
  position: relative;
  display: block;
}
.single-service-style3 .img-holder .inner {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-service-style3 .img-holder .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  transition: 0.3s;
  text-align: center;
  transform: translateY(50%);
  opacity: 0;
  z-index: 1;
}
.single-service-style3:hover .img-holder .inner::before {
  opacity: 0.7;
  transform: translateY(0px);
}
.single-service-style3 .img-holder .inner img {
  width: 100%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-service-style3:hover .img-holder .inner img {
  transform: scale(1.2);
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.single-service-style3 .text-holder {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 38px 30px 45px;
}
.single-service-style3 .text-holder h2 {
  color: #222222;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 12px;
}
.single-service-style3 .text-holder p {
  margin: 0;
}
.single-service-style3 .text-holder .readmore-button {
  position: relative;
  display: block;
  margin-top: 33px;
}
.single-service-style3 .text-holder .btn-one {
  color: #222222;
  background: #ffffff;
  border: 1px solid #222222;
  line-height: 48px;
  padding-left: 25px;
  padding-right: 25px;
}
.single-service-style3 .text-holder .btn-one::before {
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
}

.service-style3_carousel.owl-nav-style-one.owl-theme .owl-nav {
  position: absolute;
  top: 170px;
  left: -80px;
  right: -80px;
  z-index: -1;
}
.service-style3_carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
  background: transparent;
  border: 1px solid #222222;
  color: #222222;
}
.service-style3_carousel.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
  float: left;
}
.service-style3_carousel.owl-nav-style-one.owl-theme .owl-nav .owl-next {
  margin-left: 0px;
  float: right;
}

.product_list .img-holder {
  height: 300px;
  background: linear-gradient(90deg, #563b748d 20%, #e5454d8f 100%);
  overflow: hidden;
  padding: 30px;
}

.product_list .single-service-style3 .text-holder {
  padding: 15px 0 0 0;
}
.product_list .single-service-style3 .text-holder h2 {
  color: #222222;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0px;
  padding: 10px 20px;
  min-height: 80px;
}

.product_list .single-service-style3 .text-holder .btn-one {
  width: 100%;
  margin-top: 0;
  border: 1px solid #e1e1e1;
  font-size: 14px;
}
.product_list .single-service-style3 .text-holder .readmore-button {
  margin-top: 0;
}

.detail-image {
  height: 450px;
  width: 100%;
  padding: 40px;
  border: 1px solid #e1e1e1;
}
.detail-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.bg_back {
  background-color: #fffaf3;
}

.product-img--main {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 450px;
  padding: 50px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  background-color: #e1e1e1;
}

.product-img--main__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.product_detail h2 {
  margin-bottom: 15px;
}
.product_detail h5 {
  margin-bottom: 15px;
}
.product_detail p {
  margin-bottom: 15px;
  font-size: 18px;
}

.product_detail ul li {
  margin: 6px 0;
  padding: 5px 0 7px 0px;
  border-bottom: 1px solid #a5a5a5;
  display: flex;
  gap: 20px;
  align-items: center;
}
.product_detail ul li span {
  width: 200px;
  max-width: 200px;
  display: inline;
}
.product_detail ul li .blue {
  background-color: #1c4989;
  padding: 4px 10px;
  color: #fff;
  border-radius: 10px;
}
.product_detail ul li .black {
  background-color: #000;
  padding: 4px 10px;
  color: #fff;
  border-radius: 10px;
}
.product_detail ul li .gray {
  background-color: #969ca3;
  padding: 4px 10px;
  color: #fff;
  border-radius: 10px;
}
.product_detail ul li .brown {
  background-color: #8d735e;
  padding: 4px 10px;
  color: #fff;
  border-radius: 10px;
}
.product_detail ul li .white {
  background-color: #fff;
  padding: 4px 10px;
  color: #000;
  border-radius: 10px;
}

.piece {
  background-color: green;
  padding: 4px 10px;
  border-radius: 10px;
  font-size: 15px;
  color: #fff;
  margin-left: 10px;
}

.about_us .single-service-style3 .img-holder {
  background: linear-gradient(90deg, #563b748d 20%, #e5454d8f 100%);
  padding: 20px;
}

#productOwl .single-service-style3 .text-holder {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 12px 10px 0 15px;
}

#productOwl .single-service-style3 .text-holder h2 {
  font-size: 22px;
  margin-bottom: 0;
}

.request-btn {
  position: fixed;
  background: #563b74;
  right: -30px;
  top: 47%;
  transform: rotate(90deg) translateY(-50%);
  z-index: 99;
  color: #fff;
  padding: 12px 40px;
  border-radius: 5px;
  transition: all 0.3s linear;
}

.request-btn.active {
  right: 330px;
  background: #ffdc09;
}

.request-btn:hover {
  color: #fff;
  background: #000;
}

.Sideform {
  position: fixed;
  top: 13%;
  right: -350px;
  width: 350px;
  height: auto;
  padding: 30px 10px;
  background: #fff;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 15px #00000047;
}

.Sideform.active {
  right: 0;
}
.Sideform .close {
  color: #000;
  position: absolute;
  top: -40px;
  left: -10px;
  background: #fff;
  height: 40px;
  width: 40px;
  font-size: 20px;
  border: 0px;
  border-radius: 30px;
  box-shadow: 0 0 15px #00000047;
  opacity: 0;
}
.Sideform.active .close {
  opacity: 1;
}

.connect-icon {
  position: fixed;
  right: 15px;
  bottom: 75px;
  display: flex;
  flex-direction: column;
  z-index: 99;
}

.connect-icon img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .header-style4_left .logo {
    /* padding-top: 3px;
    padding-bottom: 3px; */
    width: 65%;
  }
  .nav-outer .mobile-nav-toggler {
    padding: 22px 0;
  }
  .header-style4_left {
    height: 40px;
  }
  .dropdown .fa-chevron-right,
  .dropdown .fa-chevron-down {
    display: none;
  }
  .main-slider.style4 .slide {
    padding: 45px 0px 45px 0;
  }

  .main-slider.style4 .content .text p {
    font-size: 16px;
    line-height: 1.3;
  }
  .main-slider .slide .image-layer {
    background-position: 100% 100%;
  }
  .Activities_icon {
    width: 110px;
    height: 110px;
    display: flex;
    padding: 25px;
  }
  .Activities_card h4 {
    margin-top: 16px;
    font-size: 16px;
    min-height: 40px;
    max-width: 75%;
    margin: 10px auto;
  }
  .single-service-style3 .img-holder {
    height: 200px;
    padding: 14px;
  }
  .counter-wrapper .counter-main-items {
    position: relative;
    z-index: 99;
    padding: 40px 15px;
  }
  .cta_form {
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    position: static;
    border: 1px solid #e1e1e1;
    margin-top: 20px;
  }

  .footer-style4 {
    padding: 60px 0 44px;
    z-index: 2;
  }
  .single-footer-widget .title {
    margin-top: 25px;
    margin-bottom: 2px;
  }
  .single-footer-widget-2.marbtm {
    margin-bottom: 0px;
  }
  .breadcrumb-area {
    margin-top: 0 !important;
  }
  .sec_padding {
    padding: 40px 0 !important;
  }
  .product_detail h2 {
    font-size: 24px;
    margin-top: 20px;
  }
  .product_detail ul li {
    font-size: 15px;
  }
  .product-img--main {
    height: 325px;
    padding: 30px;
  }
  .breadcrumb-area {
    padding: 40px 0 40px;
  }
  .breadcrumb-area .title h2 {
    font-size: 25px;
    margin: 0 0 0px;
  }
  .breadcrumb-menu ul li {
    font-size: 12px;
    padding-right: 9px;
    margin-right: 9px;
    text-transform: capitalize;
  }
  .breadcrumb-menu ul {
    padding: 12px 6px 15px 6px;
  }
}
