\/* som Hero Section */ .som-hero .single-slider {
  padding: 100px 0 140px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .som-hero .single-slider {
    padding: 120px 0 240px;
  }
}

.som-hero .single-slider .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1.4s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  z-index: -1;
}

.som-hero .single-slider .image-layer:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #00000094;
  z-index: -1;
}

.som-hero .single-slider.slick-current .image-layer {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.som-hero .hero-content {
  position: relative;
}

.som-hero .hero-content span.tag-line {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white-color);
  padding: 6px 20px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 27px;
}

.som-hero .hero-content span.tag-line i {
  color: var(--secondary-color);
  margin-right: 10px;
}

@media (max-width: 575.98px) {
  .som-hero .hero-content span.tag-line {
    padding: 10px 10px 0;
  }
}

.som-hero .hero-content h1 {
  color: var(--white-color);
  text-transform: capitalize;
  margin-bottom: 30px;
  /* font-family: var(--accent-font); */
  font-weight: 800;
  font-size: 68px;
  line-height: 76px;
}

.som-hero .hero-content h1 span {
  border-radius: 20px;
  padding: 15px 10px 0;
  line-height: 0.8;
}

@media screen and (max-width: 1199.98px) {
  .som-hero .hero-content h1 {
    font-size: 70px;
    line-height: 85px;
  }
}

@media (max-width: 767.98px) {
  .som-hero .hero-content h1 {
    font-size: 40px;
    line-height: 55px;
  }
}

.som-hero .hero-content .hero-button .theme-btn:last-child {
  padding: 18px 50px;
  margin-left: 15px;
  background-color: var(--white-color);
  color: var(--heading-color);
}

@media (max-width: 575.98px) {
  .som-hero .hero-content .hero-button .theme-btn:last-child {
    margin-left: 6px;
  }
}

/* Features Section CSS */
.som-features-wrapper {
  position: relative;
  z-index: 2;
  background-color: #f7f7f7;
  border-radius: 20px;
  margin-top: 38px;
}

.som-features-wrapper .item-column:not(:last-child) {
  border-right: 1px solid #DDD;
}

@media screen and (max-width: 1199.98px) {
  .som-features-wrapper .item-column:not(:last-child) {
    border-right: none;
  }
}

@media screen and (max-width: 1199.98px) {

  .som-features-wrapper .item-column:nth-child(1),
  .som-features-wrapper .item-column:nth-child(3) {
    border-right: 1px solid #DDD;
  }
}

@media (max-width: 767.98px) {

  .som-features-wrapper .item-column:nth-child(1),
  .som-features-wrapper .item-column:nth-child(3) {
    border-right: none;
  }
}

.som-feature-item {
  padding: 30px 30px 25px;
  text-align: center;
}

.som-feature-item .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #bebecfb0;
  background-color: #0374a7;
  color: var(--white-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--heading-color);
  font-size: 40px;
}

.icon i {
  font-size: 34px;
}

/* About Section CSS */
.som-left-iconic-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575.98px) {
  .som-left-iconic-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.som-left-iconic-box .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgb(203 203 203 / 54%);
  color: var(--primary-color);
  font-size: 40px;
  margin-right: 20px;
}

@media (max-width: 575.98px) {
  .som-left-iconic-box .icon {
    margin-bottom: 30px;
  }
}

.som-left-iconic-box .content h4 {
  margin-bottom: 6px;
}

.som-about-sec .som-image-box {
  position: relative;
  z-index: 0;
}

.som-about-sec .som-image-box .som-image.image-one {
  text-align: left;
}

.som-about-sec .som-image-box .som-image.image-one img {
  border-radius: 10px;
}

.som-about-sec .som-image-box .som-image.image-two {
  position: absolute;
  bottom: 0px;
  right: 30px;
}

.som-about-sec .som-image-box .som-image.image-two img {
  width: 100%;
  border-radius: 10px;
}

.som-about-sec .som-image-box .som-image.image-two .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.som-about-sec .som-image-box .som-image.image-two .play-btn .video-popup {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--secondary-color);
  color: var(--heading-color);
}

@media (max-width: 767.98px) {
  .som-about-sec .som-image-box .som-image.image-two {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 30px;
  }
}

.som-about-sec .som-image-box .border-shape {
  width: 185px;
  height: 300px;
  border: 7px solid #057bb0;
  position: absolute;
  right: 80px;
  top: 60px;
  z-index: -1;
}

.som-about-sec .som-image-box .experience-box {
  position: absolute;
  top: 60px;
  left: -35px;
  padding: 30px 10px;
  max-width: 180px;
  text-align: center;
  background-color: var(--primary-color);
}

.som-about-sec .som-image-box .experience-box::after {
  position: absolute;
  bottom: -35px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 35px solid var(--primary-color);
  border-left: 35px solid transparent;
}

.som-about-sec .som-image-box .experience-box i {
  font-size: 50px;
  color: var(--white-color);
}

.som-about-sec .som-image-box .experience-box h4 {
  color: var(--white-color);
}

.som-about-sec .som-image-box .experience-box h4 span {
  font-size: 16px;
  line-height: 25px;
}

@media (max-width: 767.98px) {
  .som-about-sec .som-image-box .experience-box {
    display: none;
  }
}

.som-about-sec .som-content-box .iconic-box-list .som-left-iconic-box:not(:last-child) {
  margin-bottom: 19px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.som-about-sec .som-content-box .som-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575.98px) {
  .som-about-sec .som-content-box .som-button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.som-about-sec .som-content-box .som-button-wrap .support-box {
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575.98px) {
  .som-about-sec .som-content-box .som-button-wrap .support-box {
    margin-top: 30px;
    margin-left: 0;
  }
}

.som-about-sec .som-content-box .som-button-wrap .support-box .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 15px;
  font-size: 50px;
  color: var(--white-color);
  color: var(--heading-color);
}


/* Service Item Styling */
.som-service-item .thumbnail {
  position: relative;
  z-index: 24;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease;
  border: 1px solid #0000000f;
}

/* Zoom the image slightly on hover */
.som-service-item:hover .thumbnail {
  transform: scale(1.05);
}

/* Overlay effect on hover */
.thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.som-service-item:hover .thumbnail::after {
  opacity: 1;
}

/* Image responsiveness */
.som-service-item .thumbnail img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
  /* border: 1px solid #00000021; */
}

/* Hover Content Panel */
.som-service-item .thumbnail .hover-content-wrap {
  /* position: absolute; */
  bottom: 30px;
  left: 0;
  width: 100%;
  background-color: rgba(5, 123, 176, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 10px 30px;
  z-index: 2;
  backdrop-filter: blur(3px);
  transition: background-color 0.3s ease;
}

/* Customize hover content wrap on hover */
.som-service-item:hover .thumbnail .hover-content-wrap {
  background-color: var(--primary-black-color);
}

/* Text Content */
.som-service-item .thumbnail .hover-content-wrap .content h4 {
  color: var(--white-color);
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}

.som-service-item .thumbnail .hover-content-wrap .content h4 a {
  color: var(--white-color);
}

/* Icon Button */
.som-service-item .thumbnail .hover-content-wrap .icon-btn {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: var(--primary-black-color);
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: transform 0.3s, background-color 0.3s ease;
}

/* Hover state for icon button */
.som-service-item:hover .thumbnail .hover-content-wrap .icon-btn {
  background-color: var(--primary-color);
  transform: rotate(360deg);
}

/* Arrow Icon Animation */
.som-service-item .thumbnail .hover-content-wrap .icon-btn i {
  transform: rotate(-45deg);
  transition: transform 0.4s ease;
}

/* Reset and rotate icon on hover */
.som-service-item:hover .thumbnail .hover-content-wrap .icon-btn i {
  transform: rotate(0deg);
}

/* Mobile Responsive */
@media screen and (max-width: 991.98px) {
  .som-service-item .thumbnail .hover-content-wrap {
    width: 100%;
    bottom: 20px;
    padding: 15px;
  }

  .som-service-item .thumbnail .hover-content-wrap .icon-btn {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
}

/* Arrow continuous move animation */
@keyframes arrow-move {
  0% {
    transform: translateX(0) rotate(-45deg);
  }

  50% {
    transform: translateX(5px) rotate(-45deg);
  }

  100% {
    transform: translateX(0) rotate(-45deg);
  }
}

/* Apply animation only on hover */
.som-service-item:hover .thumbnail .hover-content-wrap .icon-btn i {
  animation: arrow-move 0.8s ease-in-out infinite;
}

/* Rotation and hover reset for icon container */
.som-service-item:hover .thumbnail .hover-content-wrap .icon-btn {
  background-color: var(--primary-color);
  transform: rotate(360deg);
  transition: transform 0.4s;
}

.thumbnail .hover-content-wrap .icon-btn i {
  animation: arrow-move 0.8s ease-in-out infinite;
}

/* Choose Section CSS */
.som-choose-sec {
  position: relative;
  z-index: 1;
  background-color: #76220a;
  overflow: hidden;
}

.som-choose-sec .bottom-img {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: auto;
  z-index: -1;
  opacity: 0.2;
}

.som-choose-item {
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgb(201 201 201 / 10%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  padding: 30px 30px 25px;
  height: 100%;
}

@media (max-width: 1650px) {
  .som-choose-item {
    padding: 30px 11px 25px;
  }
}

.som-choose-item .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--primary-color);
  font-size: 40px;
  color: var(--white-color);
  margin-bottom: 20px;
}

.som-choose-item .content h4 {
  color: var(--white-color);
  margin-bottom: 1px;
}

.som-choose-item .content p {
  color: rgba(255, 255, 255, 0.8);
}

/* Intro Section CSS */
.som-intro-sec {
  position: relative;
  z-index: 1;
}

.som-intro-sec:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.25%, rgba(0, 0, 0, 0.9)), color-stop(47.04%, rgba(0, 0, 0, 0.54)), color-stop(99.8%, rgba(0, 0, 0, 0.9)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0.25%, rgba(0, 0, 0, 0.54) 47.04%, rgba(0, 0, 0, 0.9) 99.8%);
  z-index: -1;
}

.som-intro-sec .som-play-box .video-popup {
  position: relative;
  width: 90px;
  height: 90px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.som-intro-sec .som-play-box .video-popup:before,
.som-intro-sec .som-play-box .video-popup:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid var(--white-color);
}

.som-intro-sec .som-play-box .video-popup:after {
  -webkit-animation: playpopup infinite ease-in 2s;
  animation: playpopup infinite ease-in 2s;
}

.som-intro-sec .som-play-box .video-popup:before {
  -webkit-animation: playpopup infinite ease-in-out 4s;
  animation: playpopup infinite ease-in-out 4s;
}

.som-team-item:hover .member-image .hover-content .social-box {
  right: 20px;
}

.som-team-item:hover .member-image .hover-content .member-info {
  background-color: var(--primary-black-color);
}

.som-team-item .member-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.som-team-item .member-image img {
  width: 100%;
  border-radius: 10px;
}

.som-team-item .member-image .hover-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.som-team-item .member-image .hover-content .social-box {
  position: absolute;
  right: -40%;
  top: 30px;
  padding: 15px 10px;
  text-align: center;
  background-color: var(--primary-black-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.som-team-item .member-image .hover-content .social-box a {
  display: block;
  color: var(--white-color);
  margin-left: 10px;
  margin-right: 10px;
}

.som-team-item .member-image .hover-content .social-box a:not(:last-child) {
  margin-bottom: 10px;
}

.som-team-item .member-image .hover-content .member-info {
  width: 100%;
  padding: 20px 30px;
  background-color: var(--primary-color);
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.som-team-item .member-image .hover-content .member-info h4 {
  color: var(--white-color);
}

.som-team-item .member-image .hover-content .member-info .position {
  color: rgba(255, 255, 255, 0.8);
}

/* Testimonial Section CSS */
.som-testimonial-item .testimonial-inner-wrap {
  background-color: var(--gray-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
}

.som-testimonial-item .testimonial-inner-wrap .thumbnail {
  max-width: 290px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 60px;
}

@media screen and (max-width: 991.98px) {
  .som-testimonial-item .testimonial-inner-wrap .thumbnail {
    display: none;
  }
}

.som-testimonial-item .testimonial-inner-wrap .thumbnail img {
  border-radius: 5px;
}

.som-testimonial-item .testimonial-inner-wrap .testimonial-content .ratings {
  margin-bottom: 22px;
}

.som-testimonial-item .testimonial-inner-wrap .testimonial-content .ratings i {
  color: var(--secondary-color);
}

.som-testimonial-item .testimonial-inner-wrap .testimonial-content p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 27px;
}

@media screen and (max-width: 1199.98px) {
  .som-testimonial-item .testimonial-inner-wrap .testimonial-content p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}

.som-testimonial-item .testimonial-inner-wrap .testimonial-content .author-info h5 {
  font-size: 22px;
  margin-bottom: 5px;
}

/* Faq Page CSS */
.som-faq-sec .som-image img {
  border-radius: 10px;
}

.accordion-card {
  background-color: var(--gray-color);
  border-radius: 40px;
  border: 1px solid var(--border-color);
}

.accordion-card .accordion-header .accordion-title {
  padding: 10px 30px 10px 10px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
}

@media (max-width: 767.98px) {
  .accordion-card .accordion-header .accordion-title {
    font-size: 16px;
  }
}

.accordion-card .accordion-header .accordion-title:after {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: var(--primary-color);
  margin-left: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.accordion-card .accordion-header .accordion-title .icon-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 15px;
  font-size: 14px;
  background-color: var(--primary-black-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--white-color);
}

.accordion-card .accordion-header .accordion-title .icon-btn i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.34s;
  transition: all 0.34s;
}

.accordion-card .accordion-header .accordion-title[aria-expanded=true] {
  background-color: var(--primary-black-color);
  color: var(--white-color);
  border-radius: 40px;
}

.accordion-card .accordion-header .accordion-title[aria-expanded=true] .icon-btn {
  background-color: var(--primary-color);
}

.accordion-card .accordion-header .accordion-title[aria-expanded=true] .icon-btn i {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.accordion-card .accordion-header .accordion-title[aria-expanded=true]:after {
  content: "\f107";
  color: var(--secondary-color);
}

.accordion-card .accordion-content {
  padding: 30px;
}

.accordion-card .accordion-content p {
  border-left: 2px solid var(--primary-black-color);
  padding-left: 15px;
  line-height: 25px;
}

/* Contact Section CSS */
.som-contact-sec .som-image img {
  border-radius: 10px;
}

.contact-wrapper {
  border-radius: 10px;
  /* background-color: var(--gray-color); */
  /* padding: 40px 50px 50px; */
}

@media (max-width: 767.98px) {
  .contact-wrapper {
    padding: 20px 20px 30px;
  }
}

.contact-wrapper p {
  margin-bottom: 18px;
  font-weight: 500;
  line-height: 27px;
}

.contact-wrapper label {
  margin-bottom: 10px;
  color: var(--heading-color);
}

.contact-wrapper .form_control {
  padding: 12px 20px;
  border-radius: 5px;
  border: 1px solid rgba(24, 39, 30, 0.2);
  background-color: rgba(24, 39, 30, 0.1);
  margin-bottom: 20px;
  color: #454545;
}

.contact-wrapper .form_control::-webkit-input-placeholder {
  color: #454545;
}

.contact-wrapper .form_control::-moz-placeholder {
  color: #454545;
}

.contact-wrapper .form_control:-ms-input-placeholder {
  color: #454545;
}

.contact-wrapper .form_control::-ms-input-placeholder {
  color: #454545;
}

.contact-wrapper .form_control::placeholder {
  color: #454545;
}

/* Blog Section CSS */
.som-post-item .post-thumbnail img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.som-post-item .post-content {
  border: 1px solid var(--border-color);
  border-top: none;
  padding: 23px 30px 30px;
  border-radius: 0 0 5px 5px;
}

.som-post-item .post-content .post-meta span {
  margin-bottom: 10px;
}

.som-post-item .post-content .post-meta span:not(:last-child) {
  margin-right: 25px;
}

.som-post-item .post-content .post-meta span i {
  margin-right: 10px;
}

.som-post-item .post-content h4 {
  margin-bottom: 15px;
}

@media screen and (max-width: 991.98px) {
  .som-post-item .post-content h4 {
    font-size: 18px;
    line-height: 30px;
  }
}

.som-post-item .post-content .icon-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--primary-black-color);
  color: var(--white-color);
}

.som-post-item .post-content .icon-btn i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ====== Slider Arrows (Prev / Next) ====== */
.hero-slider .prev,
.hero-slider .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(118, 34, 10, 0.15);
  /* light tint of your color */
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(118, 34, 10, 0.25);
}

/* Positioning */
.hero-slider .prev {
  left: 30px;
}

.hero-slider .next {
  right: 30px;
}

/* Hover animation: lift + glow in #76220a */
.hero-slider .prev:hover,
.hero-slider .next:hover {
  background: linear-gradient(135deg, #76220a, #a93a14);
  box-shadow: 0 10px 30px rgba(118, 34, 10, 0.5);
  transform: translateY(-50%) scale(1.1);
}

/* Icon animation */
.hero-slider .prev i,
.hero-slider .next i {
  transition: transform 0.3s ease;
}

.hero-slider .prev:hover i {
  transform: translateX(-4px);
}

.hero-slider .next:hover i {
  transform: translateX(4px);
}

/* Active click effect */
.hero-slider .prev:active,
.hero-slider .next:active {
  transform: translateY(-50%) scale(0.95);
  box-shadow: 0 4px 10px rgba(118, 34, 10, 0.4);
}

/* Disabled state */
.hero-slider .prev.slick-disabled,
.hero-slider .next.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
}

/* ====== Responsive ====== */
@media (max-width: 768px) {

  .hero-slider .prev,
  .hero-slider .next {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }

  .hero-slider .prev {
    left: 12px;
  }

  .hero-slider .next {
    right: 12px;
  }
}

.our-product-slider .som-service-item {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}

.our-product-slider .som-service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(118, 34, 10, 0.3);
}

/* Owl Buttons */
.owl-prev-btn,
.owl-next-btn {
  background: #76220a;
  color: #fff;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.owl-prev-btn:hover,
.owl-next-btn:hover {
  background: #fff;
  color: #76220a;
  border: 2px solid #76220a;
}

.our-product-slider .owl-nav {
  position: absolute;
  top: -70px;
  right: 0;
  display: flex;
  gap: 10px;
}

@media(max-width:767px) {
  .our-product-slider .owl-nav {
    position: static;
    justify-content: center;
    margin-top: 15px;
  }
}


.industry-we-serve .content h4 {
  font-size: 15px;
  padding: 5px 0px;
  background: #e58c1a;
  color: #fff;
}

/* Counter Section CSS */
.counter-wrapper {
  border-radius: 5px;
  padding: 10px;
  position: relative;
  z-index: 1;
  background-image: url();
}

.counter-wrapper .counter-inner-wrap {
  padding: 40px 60px 10px;
}

@media (max-width: 767.98px) {
  .counter-wrapper .counter-inner-wrap {
    padding: 40px 20px 10px;
  }
}

.som-counter-item {
  /* display: -webkit-box; */
  display: -ms-flexbox;
  /* display: flex; */
  /* -webkit-box-align: center; */
  -ms-flex-align: center;
  /* align-items: center; */
  padding: 15px;
  background: #eaeaed;
  text-align: center;
  border-radius: 20px;
}

.som-counter-item .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fd8b00;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--white-color);
  font-size: 30px;
  margin-right: 20px;
  margin-bottom: 17px;
}

.som-counter-item .content h2 {
  font-size: 59px;
  /* line-height: 55px; */
  color: #fd8b00;
  border-bottom: 1px solid #00000014;
  margin-bottom: 16px;
  padding-bottom: 18px;
  letter-spacing: 2px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: end;
}

.som-counter-item span {
  color: #474646;
  text-transform: uppercase;
  font-weight: 700;
}

.som-content-box h2 {
  font-size: 38px;
  line-height: 47px;
}

.footer-logo {
  /* padding: 10px; */
  /* background: #fff; */
  border-radius: 20px;
  width: 73%;
  overflow: hidden;
  margin-bottom: 9px;
}



/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lineExpand {
  from {
    width: 0;
  }

  to {
    width: 120px;
  }
}


/* ========================= */
/*     RESPONSIVE FIXES      */
/* ========================= */

/* Tablets */
@media (max-width: 991px) {
  .caption-style {
    bottom: 18%;
    width: 85%;
  }

  .caption-style .main-title {
    font-size: 2.4rem;
  }
}

/* Mobile - Most important */
@media (max-width: 768px) {
  .caption-style {
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%) !important;
    width: 90%;
    text-align: center;
  }

  .caption-style .main-title {
    font-size: 1.9rem;
    line-height: 1.2;
  }

  .caption-style .tagline {
    font-size: 0.9rem;
    letter-spacing: 1px;
  }
}

/* Small Mobiles (iPhone 6/7/8, Samsung A-series) */
@media (max-width: 480px) {
  .caption-style {
    bottom: 12%;
    width: 95%;
  }

  .caption-style .main-title {
    font-size: 1.6rem;
  }

  .caption-style .tagline {
    font-size: 0.8rem;
  }
}

/* Extra Small Screens (Galaxy Fold, 320px) */
@media (max-width: 360px) {
  .caption-style .main-title {
    font-size: 16px;
  }

  .caption-style .tagline {
    padding-bottom: 0px;
  }

  .caption-style .tagline {
    font-size: 0.75rem;
  }
}

/*==============================================
    Video Two
===============================================*/
.video-two {
  position: relative;
  display: block;
  padding: 120px 0px 151px;
  background-color: var(--farmology-extra);
  z-index: 1;
}

.video-two__inner {
  position: relative;
  display: block;
  text-align: center;
}

.video-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .10;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.video-two__box {
  position: relative;
  display: inline-block;
}

.video-two__box a {
  position: relative;
  display: inline-block;
}

.video-two__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 25px;
  color: var(--primary-color);
  background-color: var(--farmology-white);
  border-radius: 50%;
  margin: 0 auto;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.video-two__icon:hover {
  color: var(--farmology-white);
  background-color: var(--primary-color);
}

.video-two__icon::before {
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  border: 1px solid var(--farmology-white);
  border-radius: 50%;
  content: "";
  z-index: -1;
}

.video-two__box .border-animation {
  position: absolute;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  border: 1px solid var(--farmology-white);
  animation: squares 2.9s linear 0s infinite;
  -webkit-animation: squares 2.9s linear 0s infinite;
  -ms-animation: squares 2.9s linear 0s infinite;
  -o-animation: squares 2.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
  border-radius: 50%;
}

.video-two__box .border-animation.border-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.video-two__box .border-animation.border-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.video-two__sub-title {
  font-size: 25px;
  font-weight: 800;
  font-family: var(--farmology-font-three);
  color: var(--primary-color);
  margin: 80px 0 10px;
}

.video-two__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  color: var(--farmology-white);
  text-transform: capitalize;
}


@keyframes ImgBounce2 {
  0% {
    -webkit-transform: translateY(0) rotate(59deg);
    transform: translateY(0) rotate(59deg);
  }

  100% {
    -webkit-transform: translateY(-30px) rotate(59deg);
    ;
    transform: translateY(-30px) rotate(59deg);
    ;
  }
}


.img-bounce-two {
  -webkit-animation: ImgBounce2 5s ease-in-out 0s infinite alternate;
  animation: ImgBounce2 5s ease-in-out 0s infinite alternate;
}


/** squares **/

@-moz-keyframes squares {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1
  }

  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0
  }
}

@-moz-keyframes squares {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  20% {
    -moz-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1
  }

  100% {
    -moz-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0
  }
}

@-o-keyframes squares {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  20% {
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1
  }

  100% {
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0
  }
}

@keyframes squares {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  20% {
    -webkit-transform: scale(1.24);
    -moz-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1
  }

  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0
  }
}

/* Background video style */
.video-two {
  position: relative;
  overflow: hidden;
}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

/* Black overlay effect */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 75%);
  /* Adjust opacity here (0.55 = 55% black) */
  z-index: -1;
}


.hover-content .content {
  text-align: center;
}

/* Dots Container */
.industry-we-serve .owl-dots {
  text-align: center;
  margin-top: 20px;
}

/* Each dot */
.industry-we-serve .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #d6d6d6;
  display: block;
  margin: 5px;
  border-radius: 50%;
  transition: all .3s ease;
  position: relative;
}

/* Dot Animation */
.industry-we-serve .owl-dots .owl-dot.active span {
  background: var(--primary-color);
  transform: scale(1.4);
  animation: pulseDot 0.6s ease-out;
}

/* Pulse Animation */
@keyframes pulseDot {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.6);
  }

  100% {
    transform: scale(1.4);
  }
}

.industry-we-serve .owl-nav {
  display: none;
}

.som-feature-item .content h4 {
  font-size: 20px;
}

/*--------------------------------------------------------------
# Feature Two
--------------------------------------------------------------*/
.feature-two {
  position: relative;
  display: block;
  background-color: var(--farmology-extra);
  padding: 120px 0 120px;
  z-index: 1;
}

.feature-two::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 78%);
  z-index: -1;
}

.feature-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.feature-two__inner {
  position: relative;
  display: block;
}

.feature-two__img-box {
  position: relative;
  max-width: 122px;
  width: 100%;
  height: 120px;
  /* border: 5px solid var(--primary-color); */
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-two__img {
  position: relative;
  display: block;
  max-width: 125px;
  width: 100%;
}

.feature-two__img-box:before {
  content: "";
  position: absolute;
  bottom: -35px;
  width: 1px;
  height: 35px;
  background-color: rgba(var(--farmology-primary-rgb), .20);
  left: 52%;
}

.feature-two__img-box:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 53%;
  width: 10px;
  height: 10px;
  background-color: rgba(var(--primary-color-rgb), 1);
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.feature-two__img img {
  width: 100%;
  border-radius: 50%;
}

.feature-two__bdr {
  position: relative;
  display: block;
  height: 1px;
  width: 100%;
  background-color: rgba(var(--farmology-primary-rgb), .20);
  max-width: 1102px;
  margin: 30px auto 50px;
}

.feature-two__list-box {
  position: relative;
  display: block;
}

.feature-two__single-inner {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--farmology-primary);
  border-radius: var(--farmology-bdr-radius);
  padding: 36px 13px;
  margin-bottom: 30px;
  transition: background-color 0.7s ease;
  transition: all 0.7s ease;
  z-index: 1;
}

.feature-two__single-inner:hover {
  background-color: #1082b9;
}

.feature-two__single {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  transform: translateY(0px);
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.feature-two__single-inner:hover .feature-two__single {
  opacity: 0;
  transform: translateY(170px);
}

.feature-two__single-inner-wrap {
  position: relative;
  display: block;
}

.feature-two__single-inner-wrap:after {
  content: "'";
  position: absolute;
  top: -50px;
  left: 50%;
  width: 1px;
  height: 50px;
  background-color: rgba(var(--farmology-primary-rgb), .20);
  z-index: 1;
}

.feature-two__single-inner::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px dashed rgb(255 254 253 / 30%);
  border-radius: var(--farmology-bdr-radius);
  z-index: -1;
}

.feature-two__icon {
  position: relative;
  display: inline-block;
}

.feature-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 35px;
  color: var(--primary-color);
}

.feature-two__title-box {
  position: relative;
  display: block;
  margin-top: 5px;
}

.feature-two__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: var(--farmology-extra);
  text-transform: capitalize;
}

.feature-two__bottom {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 20px;
}

.feature-two__title-two {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: var(--farmology-primary);
  margin-bottom: 20px;
}

.feature-two__btn-box {
  position: relative;
  display: block;
  line-height: 0;
}

.feature-two__btn-box .thm-btn {
  color: var(--farmology-extra);
  background-color: var(--primary-color);
}

.feature-two__btn-box .hover-btn {
  background-color: var(--farmology-white);
}

.feature-two__content {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}

.feature-two__single-inner:hover .feature-two__content {
  opacity: 1;
  transform: translateY(0);
}

.feature-two__content p {
  color: var(--farmology-white);
  padding: 0px 20px;
}




/* ============================= */
/* Modal Header                  */
/* ============================= */
.modal-header {
  background: linear-gradient(135deg, #ff8c00, #ff8c00);
  /* red to blue */
  color: #fff;
  padding: 8px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header h4 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}

.modal-header .btn-close {
  background: #fff;
  color: #000000;
  border: none;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 9px 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-header .btn-close:hover {
  background: #d32f2f;
  color: #fff;
}

/* ============================= */
/* Modal Body                    */
/* ============================= */
.modal-body {
  padding: 14px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.modal-body .pop-img {
  margin-bottom: 20px;
  border-radius: 10px;
  border: 2px solid #1976d2;
  width: 105px;
}

/* Contact Info Boxes */
.cbox {
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 10px;
  background: #f5f5f5;
  border-left: 5px solid #d32f2f;
}

.cbox h3 {
  margin: 0 0 5px;
  color: #1976d2;
  font-size: 1.1rem;
}

.cbox p a {
  color: #d32f2f;
  font-weight: 500;
  text-decoration: none;
}

.cbox p a:hover {
  text-decoration: underline;
}

/* ============================= */
/* Form Styling                  */
/* ============================= */
.form1 {
  width: 100%;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  font-size: 1rem;
  border-radius: 8px;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #d32f2f;
  box-shadow: 0 0 8px rgba(211, 47, 47, 0.3);
  outline: none;
}

.form-group textarea {
  resize: none;
  min-height: 100px;
}

.form-control-feedback.right-ok {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* ============================= */
/* Buttons                       */
/* ============================= */
.Submit-box {
  background: linear-gradient(135deg, #ff8e05, #ff8e05);
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  font-size: 1.1rem;
}

.Submit-box:hover {
  background: linear-gradient(135deg, #1976d2, #077cb3);
}

/* reCAPTCHA Box */
.somn_n .g-recaptcha {
  transform: scale(0.95);
  transform-origin: 0 0;
  margin: 0 auto 20px auto;
}

/* ============================= */
/* Responsive Design              */
/* ============================= */
@media (max-width: 768px) {
  .modal-dialog {
    max-width: 90%;
    margin: 30px auto;
  }

  .modal-header h4 {
    font-size: 1.3rem;
  }

  .Submit-box {
    font-size: 1rem;
    padding: 10px 20px;
  }

  .cbox h3 {
    font-size: 1rem;
  }
}

/* Icons in contact boxes */
.cbox h3 i {
  color: #d32f2f;
  /* Red icon */
  margin-right: 10px;
  font-size: 1.2rem;
  vertical-align: middle;
}

/* Optional: hover effect for links */
.cbox p a:hover {
  color: #1976d2;
  /* blue on hover */
  text-decoration: underline;
}

/* Adjust spacing for better alignment */
.cbox h3 {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  color: #1976d2;
  /* heading color */
  font-weight: 600;
}

.modal-body .row {
  width: 100%;
}


/* Floating Enquiry Button */
.inq-btn-home {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff0000, #0044ff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.6);
  animation: softBlink 1.8s infinite ease-in-out;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effect */
.inq-btn-home:hover {
  transform: scale(1.15);
  box-shadow: 0 0 35px rgba(0, 68, 255, 0.9), 0 0 60px rgba(255, 0, 0, 0.8);
}

/* Icon Blinking Animation */
@keyframes softBlink {

  0%,
  100% {
    box-shadow: 0 0 10px #ff0000, 0 0 20px #0044ff;
    opacity: 1;
  }

  50% {
    box-shadow: 0 0 25px #ff0000, 0 0 45px #0044ff;
    opacity: 0.8;
  }
}

/* Animated Text */
.inq-btn-home .blink-text {
  position: absolute;
  bottom: 85px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ff0000, #0044ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
  animation: blinkText 2s infinite ease-in-out;
}

/* Text Blinking */
@keyframes blinkText {

  0%,
  100% {
    opacity: 0.2;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

/* Icon Pulse */
.inq-btn-home i {
  animation: iconPulse 2s infinite ease-in-out;
}

@keyframes iconPulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .inq-btn-home {
    width: 55px;
    height: 55px;
    font-size: 22px;
    bottom: 20px;
    right: 20px;
  }

  .inq-btn-home .blink-text {
    font-size: 13px;
    bottom: 70px;
  }
}

.inquiry-btn {
  position: fixed !important;
  left: 20px !important;
  bottom: 20px !important;
  z-index: 99 !important;
}

.inquiry-btn .ripple-btn {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.inquiry-btn .ripple-btn svg {
  width: 40px;
  height: 40px;
}

.inquiry-btn .pinkBg {
  background: linear-gradient(90deg, #ff8c00, #ff8c00);
}

.inquiry-btn .ripple {
  position: absolute;
  width: 160px;
  height: 160px;
  z-index: -1;
  left: 50%;
  top: 50%;
  opacity: 0;
  margin: -80px 0 0 -80px;
  border-radius: 100px;
  -webkit-animation: ripple 1.8s infinite;
  animation: ripple 1.8s infinite;
}

@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.inquiry-btn .ripple:nth-child(2) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.inquiry-btn .ripple:nth-child(3) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

/* ============================= */
/* Modal Base & Dialog           */
/* ============================= */

.modal-dialog {
  margin: 50px auto;
  max-width: 480px;
}

.modal-content {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border: 3px solid #067cb3;
  /* red border */
  animation: fadeInModal 0.5s ease;
}

@keyframes fadeInModal {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}


/* map---csss..... */


.mapPoint:hover::before {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 0%;
  margin-bottom: -20px;
  margin-left: -20px;
  opacity: 0.1;
  width: 40px;
  height: 40px;
  background: var(--bs-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse 1.3s linear infinite;
  -moz-animation: pulse 1.3s linear infinite;
  -ms-animation: pulse 1.3s linear infinite;
  -o-animation: pulse 1.3s linear infinite;
  animation: pulse 1.3s linear infinite;
}

/*map css*/
.mapBox {
  position: relative;
  z-index: 0;
  font-size: 14px;
  float: none;
  max-width: 1128px;
  margin: 0px auto;
  text-align: center;
  overflow: hidden
}

.mapPoint {
  position: absolute;
  z-index: 103;
  width: 2.1978%;
  height: 3.84615%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.point-A {
  top: 27%;
  left: 54.5%;
}

.point-B {
  top: 19%;
  left: 72.5%;
}

.point-C {
  top: 45%;
  left: 58%;
}

.point-D {
  top: 48%;
  left: 62.2%;
}

.point-E {
  top: 51%;
  left: 75.5%;
}

.point-F {
  top: 34%;
  left: 63.3%;
}

.point-G {
  top: 57%;
  left: 55%;
}

.point-H {
  top: 36.5%;
  left: 66.5%;
}

.point-I {
  top: 21%;
  left: 44%;
}

.point-J {
  top: 44%;
  left: 61.2%;
}

.point-K {
  top: 37%;
  left: 15.8%;
}

.point-L {
  top: 22.5%;
  left: 53.5%;
}

.point-M {
  top: 46%;
  left: 72.8%;
}

.point-N {
  top: 52%;
  left: 78%;
}

.point-O {
  top: 61.5%;
  left: 79.5%;
}

.point-P {
  top: 62%;
  left: 55.8%;
}

.point-a {
  top: 30%;
  left: 50.5%;
}

.point-b {
  top: 25%;
  left: 72%;
}

.point-c {
  top: 47%;
  left: 51%;
}

.point-d {
  top: 53%;
  left: 63%;
}

.point-e {
  top: 56%;
  left: 72.5%;
}

.point-f {
  top: 36%;
  left: 57%;
}

.point-g {
  top: 57.5%;
  left: 50.1%;
}

.point-h {
  top: 38%;
  left: 68.8%;
}

.point-i {
  top: 25%;
  left: 40%;
  text-align: left;
  line-height: 14px
}

.point-j {
  top: 42.5%;
  left: 63.5%;
  text-align: left;
  line-height: 14px
}

.point-k {
  top: 25%;
  left: 41.5%;
}

.point-k {
  top: 43%;
  left: 13.5%;
  text-align: left;
  line-height: 14px
}

.point-l {
  top: 25%;
  left: 49.5%;
}

.point-m {
  top: 46%;
  left: 75.4%;
}

.point-n {
  top: 53.5%;
  left: 80.5%;
}

.point-o {
  top: 66.8%;
  left: 77.8%;
}

.point-p {
  top: 67.5%;
  left: 56%;
}

@media(max-width: 1199.98px) {
  .mapPoint img {
    width: 10px;
    height: 15px;
  }

  .point-a {
    top: 30%;
    left: 49.5%;
  }

  .point-b {
    top: 25%;
    left: 72%;
  }

  .point-c {
    top: 47%;
    left: 49%;
  }

  .point-d {
    top: 53%;
    left: 63%;
  }

  .point-e {
    top: 56%;
    left: 72.5%;
  }

  .point-f {
    top: 37%;
    left: 55.5%;
  }

  .point-g {
    top: 60%;
    left: 50%;
  }

  .point-h {
    top: 38%;
    left: 68.8%;
  }

  .point-i {
    top: 25%;
    left: 39%;
  }

  .point-j {
    top: 41.5%;
    left: 63.5%;
  }

  .point-k {
    top: 25%;
    left: 41.5%;
  }

  .point-k {
    top: 43%;
    left: 13.5%;
  }

  .point-l {
    top: 25%;
    left: 48.5%;
  }

  .point-m {
    top: 46%;
    left: 75.4%;
  }

  .point-n {
    top: 57.5%;
    left: 78.8%;
  }

  .point-o {
    top: 66.8%;
    left: 77.8%;
  }

  .point-p {
    top: 67.5%;
    left: 56%;
  }
}

@media(max-width: 991.98px) {
  .mapBox {
    font-size: 12px;
  }

  .point-a {
    top: 29%;
    left: 48.5%;
  }

  .point-b {
    top: 25%;
    left: 72%;
  }

  .point-c {
    top: 47%;
    left: 46%
  }

  .point-d {
    top: 53%;
    left: 61%;
  }

  .point-e {
    top: 56%;
    left: 70.5%;
  }

  .point-f {
    top: 36%;
    left: 54.5%;
  }

  .point-g {
    top: 60%;
    left: 48%;
  }

  .point-h {
    top: 36%;
    left: 69%;
  }

  .point-i {
    top: 22%;
    left: 37%;
  }

  .point-j {
    top: 41.5%;
    left: 63.5%;
  }

  .point-k {
    top: 25%;
    left: 41.5%;
  }

  .point-k {
    top: 43%;
    left: 11.5%;
  }

  .point-l {
    top: 22%;
    left: 56%;
  }

  .point-m {
    top: 46%;
    left: 75.4%;
  }

  .point-n {
    top: 54.5%;
    left: 80%;
  }

  .point-o {
    top: 67.8%;
    left: 77.8%;
  }

  .point-p {
    top: 67.5%;
    left: 57.5%;
  }
}

@media(max-width: 767.98px) {
  .point-A {
    top: 23%;
  }

  .point-D {
    top: 44%;
  }

  .point-E {
    top: 47%;
  }

  .point-G {
    top: 52.5%;
  }

  .point-I {
    top: 18%;
  }

  .point-J {
    top: 39%;
    left: 61%;
  }

  .point-L {
    top: 18.5%;
  }

  .point-M {
    top: 42%;
  }

  .point-N {
    top: 49%;
  }

  .point-O {
    top: 57.5%;
  }

  .point-P {
    top: 61%;
  }
}

.text-primary {
  color: #000000 !important;
  font-weight: 500;
}

.bg-gray {
  --bs-bg-opacity: 1;
  background-color: #0000000d;
}


/* =========================================================
   FIX: Mobile Touch + Overflow + Controls Clickable
========================================================= */

.som-hero,
#heroCarousel {
  overflow: visible !important;
}

.carousel {
  touch-action: pan-y pinch-zoom;
}

.carousel-control-prev,
.carousel-control-next {
  pointer-events: auto;
  z-index: 20;
}

.carousel-caption {
  z-index: 10;
}


/* =========================================================
   Custom Animated Arrow Controls
========================================================= */

/* hide default arrows */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: none !important;
}

/* custom arrow buttons */
.carousel-control-prev,
.carousel-control-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: 0.4s ease-in-out;
}

/* hover effect */
.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: rgba(255, 255, 255, 0.35);
  transform: scale(1.15);
  border-color: #fff;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
}

/* arrow icons */
.carousel-control-prev::after,
.carousel-control-next::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 28px;
  color: #fff;
  transition: 0.35s ease-in-out;
}

/* left arrow */
.carousel-control-prev::after {
  content: "\f104";
  /* arrow-left */
}

/* right arrow */
.carousel-control-next::after {
  content: "\f105";
  /* arrow-right */
}

/* arrow hover animation */
.carousel-control-prev:hover::after {
  transform: translateX(-6px);
}

.carousel-control-next:hover::after {
  transform: translateX(6px);
}

/* positioning */
.carousel-control-prev,
.carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
}

.carousel-control-prev {
  left: 20px;
}

.carousel-control-next {
  right: 20px;
}


/* =========================================================
   Smooth Slide Animation
========================================================= */
.carousel-item {
  transition: transform 1.1s ease, opacity 1.1s ease;
}



/* ----------------------------------
   ROUND DOT STYLE for .service-slider
---------------------------------- */
.service-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #1e2023 !important;
  border-radius: 0%;
  transition: all 0.4s ease-in-out;
  opacity: inherit !important;
}

.service-slider .swiper-pagination-bullet:not(:last-child) {
  margin-right: 15px;
}

.service-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.4);
  position: relative;
}

.service-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-color) !important;
}


.service-slider .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 0%;
  border: 1px solid var(--primary-color);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



.service-wrapper {
  margin-top: 77px;
  position: relative;
  z-index: 9;
}

/* .service-top-wrapper {
  margin-right: -37%;
} */

@media (max-width: 1199px) {
  .service-top-wrapper {
    margin-right: 0;
  }
}

.service-top-wrapper .service-top-box {
  /* padding: 20px; */
  background-color: #ffffff54;
  margin-top: 30px;
  border: 1px solid #d3d3d35c;
  border-radius: 10px !important;
  overflow: hidden;
  box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
}

.service-top-wrapper .service-top-box .service-content {
  background: #fd8b00;
}

.service-top-wrapper .service-top-box .service-content h4 {
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  width: 100%;
  /* white-space: nowrap; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
}

.service-top-wrapper .service-top-box .service-content h4 a {
  color: #fff !important;
  display: block;
  padding: 10px;
  font-weight: 600;
}

.service-top-wrapper .service-top-box .service-content h4 a:hover {
  color: var(--primary-color);
}

.service-top-wrapper .service-top-box .service-content .link-btn {
  display: inline-block;
  margin-top: 20px;
  color: #fff;
}

.service-top-wrapper .service-top-box .service-image {
  /* margin-top: 30px; */
  position: relative;
}

.service-top-wrapper .service-top-box .service-image img {
  width: 100%;
  height: 100%;
}

.service-top-wrapper .service-top-box .service-image .icon {
  position: absolute;
  width: 88px;
  height: 88px;
  line-height: 100px;
  text-align: center;
  background-color: var(--primary-color);
  top: -36px;
  right: 25px;
  font-size: 41px;
  color: #fff;
}

.service-top-wrapper .service-top-box .service-image .icon img {
  width: initial;
  height: initial;
}



.service-section-4 .top-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

.service-section-5 {
  position: relative;
}

.service-section-5::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(30, 32, 35, 0.95);
}

.service-section-5 .section-title-area .array-buttons {
  position: relative;
}

@media (max-width: 991px) {
  .service-section-5 .section-title-area .array-buttons {
    display: none;
  }
}

.service-section-5 .section-title-area .array-buttons .array-prev {
  color: var(--primary-color);
}

.service-section-5 .section-title-area .array-buttons .array-prev:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.service-section-5 .section-title-area .array-buttons .array-next {
  background-color: var(--primary-color);
  color: #fff;
}

.service-section-5 .section-title-area .array-buttons .array-next:hover {
  background-color: #000000;
  color: #fff;
}

.service-wrapper-2 {
  position: relative;
  z-index: 9;
}

.service-wrapper-2 .service-box-items-2 {
  text-align: center;
  padding: 40px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.service-wrapper-2 .service-box-items-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--primary-color);
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
  z-index: -1;
}

.service-wrapper-2 .service-box-items-2 .icon {
  color: var(--primary-color);
  font-size: 47px;
  margin-bottom: 20px;
}

.service-wrapper-2 .service-box-items-2 .icon i {
  display: block;
}

.service-wrapper-2 .service-box-items-2 .content h6 {
  font-weight: 600;
  line-height: 175%;
}

.service-wrapper-2 .service-box-items-2 .content h6 a {
  color: #fff;
}

.service-wrapper-2 .service-box-items-2 .content h6 a:hover {
  color: var(--primary-color);
}

.service-wrapper-2 .service-box-items-2:hover::before {
  transform: scale(1, 1);
  transform-origin: top center;
}

.service-wrapper-2 .service-box-items-2:hover .icon {
  color: #fff;
}

.service-wrapper-2 .service-box-items-2:hover .icon i {
  animation: icon-bounce 0.8s 1;
}

.service-wrapper-2 .service-box-items-2:hover .content h6 a {
  color: #fff;
}

.service-wrapper-2 .service-box-items-2:hover .content p {
  color: #fff;
}

.service-wrapper-2 .service-pagi-items {
  margin-top: 40px;
}

@media (max-width: 1199px) {
  .service-wrapper-2 .service-pagi-items {
    display: none;
  }
}

@media (max-width: 767px) {
  .service-wrapper-2 .service-pagi-items {
    justify-content: center;
    margin-top: 20px;
  }
}

.service-wrapper-2 .service-pagi-items .service-dot .swiper-pagination-bullet {
  width: 218px;
  height: 2px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  transition: 0.6s;
  margin: 0 !important;
  margin-top: 10px;
}

.service-wrapper-2 .service-pagi-items .service-dot .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary-color);
  width: 200px;
  height: 3px;
}

@media (max-width: 767px) {
  .service-wrapper-2 .service-pagi-items .service-dot {
    display: none;
  }
}

.services-bg-section {
  position: relative;
  margin: 0 100px;
  background-attachment: fixed;
}

@media (max-width: 1600px) {
  .services-bg-section {
    margin: 0 30px;
  }
}

@media (max-width: 1399px) {
  .services-bg-section {
    margin: 0;
  }
}

.services-bg-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(30, 32, 35, 0.68);
}

.service-bg-main-section {
  position: relative;
}

.service-bg-main-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(86, 109, 251, 0.1);
  height: 50%;
}

.service-left-content {
  position: relative;
}

.service-left-content .service-button {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .service-left-content .service-button {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}

.service-left-content .service-button .video-button {
  display: flex;
  align-items: center;
  gap: 14px;
}

@media (max-width: 575px) {
  .service-left-content .service-button .video-button {
    justify-content: center;
    display: grid;
    text-align: center;
  }
}

.service-left-content .service-button .video-button .video-btn {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 100px;
  background-color: #fff;
  color: var(--primary-color);
  display: inline-block;
  text-align: center;
  font-size: 16px;
}

@media (max-width: 575px) {
  .service-left-content .service-button .video-button .video-btn {
    margin: 0 auto;
  }
}

.service-left-content .service-button .video-button h6 {
  color: #fff;
  font-weight: 600;
  line-height: 163%;
}

.service-card-item-4 {
  margin-top: 30px;
}

.service-card-item-4 .service-image {
  position: relative;
}

.service-card-item-4 .service-image img {
  width: 100%;
  height: 100%;
}

.service-card-item-4 .service-image .icon {
  width: 88px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  background-color: var(--primary-color);
  font-size: 41px;
  color: #fff;
  position: absolute;
  left: 10px;
  top: -12px;
}

.service-card-item-4 .service-image .icon i {
  display: block;
}

.service-card-item-4 .service-content {
  margin-top: 30px;
}

.service-card-item-4 .service-content h4 {
  margin-bottom: 15px;
}

.service-card-item-4 .service-content h4 a:hover {
  color: var(--primary-color);
}

.service-card-item-4 .service-content .link-btn {
  color: var(--primary-color);
  margin-top: 20px;
  display: inline-block;
}

.service-card-item-4:hover .icon i {
  animation: icon-bounce 0.8s 1;
}

.service-bg-section-2 {
  position: relative;
}

.service-bg-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(231deg, rgba(4, 2, 0, 0) 27.51%, rgba(4, 2, 0, 0.83) 67.94%);
}

.service-bg-wrapper {
  position: relative;
}

.service-bg-wrapper .service-content .icon-wrapper {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .service-bg-wrapper .service-content .icon-wrapper {
    display: grid;
    text-align: center;
    justify-content: center;
    gap: 20px;
  }
}

.service-bg-wrapper .service-content .icon-wrapper .icon-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 767px) {
  .service-bg-wrapper .service-content .icon-wrapper .icon-item {
    display: grid;
    text-align: center;
    justify-content: center;
  }
}

.service-bg-wrapper .service-content .icon-wrapper .icon-item .icon {
  color: var(--primary-color);
  font-size: 60px;
}

.service-bg-wrapper .service-content .icon-wrapper .icon-item .content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.service-bg-wrapper .service-white-box {
  padding: 60px 0px;
  background-color: #fff;
  border: 1px solid rgba(30, 32, 35, 0.12);
  box-shadow: 10px 16px 120px 1px rgba(4, 7, 56, 0.12);
  text-align: center;
}

.service-bg-wrapper .service-white-box .icon-image {
  margin-bottom: 20px;
}

.service-bg-wrapper .service-white-box h5 {
  font-weight: 600;
}

.service-bg-wrapper .service-white-box .service-counter {
  border-top: 1px solid rgba(0, 0, 0, 0.13);
  padding-top: 40px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

@media (max-width: 1199px) {
  .service-bg-wrapper .service-white-box .service-counter {
    display: grid;
    text-align: center;
  }
}

.service-bg-wrapper .service-white-box .service-counter .icon {
  font-size: 83px;
  color: var(--primary-color);
}

.service-bg-wrapper .service-white-box .service-counter .content {
  text-align: left;
}

@media (max-width: 1199px) {
  .service-bg-wrapper .service-white-box .service-counter .content {
    text-align: center;
  }
}

.service-bg-wrapper .service-white-box .service-counter .content h2 {
  color: var(--primary-color);
}

.service-bg-wrapper .service-white-box .service-counter .content h5 {
  font-size: 18px;
  font-weight: 600;
}

.service-bg-wrapper.style-2 .service-content .icon-wrapper .icon-item .icon {
  color: var(--primary-color);
  font-size: 60px;
}

.service-bg-wrapper.style-2 .service-content .icon-wrapper .icon-item .content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.service-bg-wrapper.style-2 .service-white-box {
  padding: 60px 0px;
  background-color: #fff;
  border: 1px solid rgba(30, 32, 35, 0.12);
  box-shadow: 10px 16px 120px 1px rgba(4, 7, 56, 0.12);
  text-align: center;
}

.service-bg-wrapper.style-2 .service-white-box .icon-image {
  margin-bottom: 20px;
}

.service-bg-wrapper.style-2 .service-white-box h5 {
  font-weight: 600;
}

.service-bg-wrapper.style-2 .service-white-box .service-counter .icon {
  color: var(--primary-color);
}

.service-bg-wrapper.style-2 .service-white-box .service-counter .content h2 {
  color: var(--primary-color);
}

.service-details-wrapper .details-image {
  margin-bottom: 30px;
}

.service-details-wrapper .details-image img {
  width: 100%;
  height: 100%;
}

.service-details-wrapper .details-content h3 {
  font-size: 30px;
  margin-bottom: 15px;
  margin: 5px 0px !important;
}

.service-details-wrapper .details-content h4 {
  margin-top: 13px;
  margin-bottom: 15px;
}

.service-details-wrapper .details-content .details-item {
  margin-top: 30px;
  margin-bottom: 50px;
}

.service-details-wrapper .details-content .details-item .thumb img {
  width: 100%;
  height: 100%;
}

.service-details-wrapper .details-content .details-item .content {
  margin-left: 10px;
}

.service-details-wrapper .details-content .details-item .content .list {
  margin-top: 18px;
  margin-bottom: 30px;
}

.service-details-wrapper .details-content .details-item .content .list li {
  font-weight: 400;
  font-size: 15px;
}

.service-details-wrapper .details-content .details-item .content .list li i {
  color: var(--primary-color);
  margin-right: 5px;
}

.service-details-wrapper .details-content .details-item .content .list li:not(:last-child) {
  margin-bottom: 10px;
}

.service-details-wrapper .details-content .details-item .content .icon-item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.service-details-wrapper .details-content .details-item .content .icon-item .icon {
  font-size: 60px;
  color: var(--primary-color);
}

.service-details-wrapper .details-content .details-item .content .icon-item .content h5 {
  font-size: 18px;
  font-weight: 600;
}

.service-details-wrapper .single-sideber-widget .sidebar-widget {
  background-color: #fff;
  border: 1px solid rgba(30, 32, 35, 0.12);
  box-shadow: 10px 16px 120px 1px rgba(4, 7, 56, 0.12);
  padding: 40px 40px 20px;
  margin-bottom: 40px;
}

.service-details-wrapper .single-sideber-widget .sidebar-widget ul li {
  padding: 20px 0;
  background-color: var(--bg);
  font-family: "Unbounded", sans-serif;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  font-weight: 400;
}

.service-details-wrapper .single-sideber-widget .sidebar-widget ul li:not(:last-child) {
  border-bottom: 1px solid rgba(30, 32, 35, 0.12);
}

.service-details-wrapper .single-sideber-widget .sidebar-widget ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-details-wrapper .single-sideber-widget .sidebar-widget ul li a:hover {
  color: var(--primary-color);
}

.service-details-wrapper .single-sideber-widget .contact-bg {
  position: relative;
}

.service-details-wrapper .single-sideber-widget .contact-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(29 119 49);
}

.service-details-wrapper .single-sideber-widget .contact-bg .contact-content {
  padding: 28px 20px;
  position: relative;
}

.service-details-wrapper .single-sideber-widget .contact-bg .contact-content h4 {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
  padding-bottom: 8px;
  margin-bottom: 10px;
  font-size: 29px;
}

.service-details-wrapper .single-sideber-widget .contact-bg .contact-content .contact-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.service-details-wrapper .single-sideber-widget .contact-bg .contact-content .contact-info .info-text h5 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}

.service-details-wrapper .single-sideber-widget .contact-bg .contact-content .contact-info .info-text p {
  font-size: 15px;
  color: #fff;
}

.service-details-wrapper .single-sideber-widget .contact-bg .contact-content .contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.service-details-wrapper .single-sideber-widget .contact-bg .contact-content .contact-item:not(:last-child) {
  margin-bottom: 40px;
}

.service-details-wrapper .single-sideber-widget .contact-bg .contact-content .contact-item .icon {
  width: 57px;
  height: 57px;
  line-height: 0;
  text-align: center;
  font-size: 25px;
  color: #28a745;
  background: rgb(255 255 255);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-details-wrapper .single-sideber-widget .contact-bg .contact-content .contact-item .content span {
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
}

.service-details-wrapper .single-sideber-widget .contact-bg .contact-content .contact-item .content h6 {
  font-weight: 700;
}

.service-details-wrapper .single-sideber-widget .contact-bg .contact-content .contact-item .content h6 a {
  color: #fff;
  font-weight: 500;
  font-size: 17px;
}

.service-section-6 .section-title h2 {
  margin-left: 215px;
}

@media (max-width: 1199px) {
  .service-section-6 .section-title h2 {
    margin-left: 0;
  }
}

.service-slider .swiper-pagination {
  padding-top: 40px;
}



.cta-bg-section {
  position: relative;
  margin-top: -70px;
  z-index: 10;
  margin-bottom: 93px;
}

.cta-bg-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  top: -50%;
  background-image: url(../images/our-products.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cta-bg-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 84px;
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 1399px) {
  .cta-bg-wrapper {
    flex-wrap: wrap;
    gap: 20px;
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .cta-bg-wrapper {
    padding: 40px 17px;
    justify-content: center;
    text-align: center;
  }
}

.cta-bg-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(30 32 35 / 89%);
}

.cta-bg-wrapper .content {
  z-index: 1;
}

.cta-bg-wrapper .content h2 {
  color: var(--primary-color);
  font-size: 56px;
}

.cta-bg-wrapper .content p {
  color: #fff;
}

.cta-bg-wrapper h4 {
  color: #fff;
  z-index: 1;
  font-size: 29px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.cta-bg-wrapper-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 1399px) {
  .cta-bg-wrapper-2 {
    flex-wrap: wrap;
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .cta-bg-wrapper-2 {
    justify-content: center;
    text-align: center;
  }
}

.cta-bg-wrapper-2 .cta-item {
  display: flex;
  align-items: center;
  gap: 60px;
}

@media (max-width: 767px) {
  .cta-bg-wrapper-2 .cta-item {
    flex-wrap: wrap;
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .cta-bg-wrapper-2 .cta-item {
    justify-content: center;
    text-align: center;
  }
}

.cta-bg-wrapper-2 .cta-item .cta-image {
  border: 4px solid #fff;
}

.cta-bg-wrapper-2 .cta-item .cta-image img {
  width: 100%;
  height: 100%;
}

.cta-bg-wrapper-2 .cta-item .content h4 {
  color: #fff;
  margin-bottom: 20px;
}

.cta-bg-wrapper-2 .cta-item .content p {
  color: #fff;
}

.cta-bg-section-2 {
  position: relative;
}

.cta-bg-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(30, 32, 35, 0.95);
}

@media (max-width: 1399px) {
  .cta-bg-wrapper-3 {
    padding: 120px 0;
  }
}

@media (max-width: 1199px) {
  .cta-bg-wrapper-3 {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .cta-bg-wrapper-3 {
    padding: 80px 0;
  }
}

.cta-bg-wrapper-3 .cta-image {
  margin-left: -310px;
}

@media (max-width: 1399px) {
  .cta-bg-wrapper-3 .cta-image {
    display: none;
  }
}

.cta-bg-wrapper-3 .cta-image img {
  width: 100%;
  height: 100%;
}

.cta-bg-wrapper-3 .cta-content {
  margin-left: 50px;
  max-width: 640px;
}

@media (max-width: 1399px) {
  .cta-bg-wrapper-3 .cta-content {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .cta-bg-wrapper-3 .cta-content .section-title {
    text-align: left;
  }
}

.cta-bg-wrapper-3 .cta-content h4 {
  margin-bottom: 15px;
}

.cta-bg-wrapper-3 .cta-content .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}

@media (max-width: 1199px) {
  .cta-bg-wrapper-3 .cta-content .list-item {
    flex-wrap: wrap;
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .cta-bg-wrapper-3 .cta-content .list-item {
    margin-top: 30px;
    display: grid;
  }
}

.cta-bg-wrapper-3 .cta-content .list-item ul li {
  font-weight: 500;
}

.cta-bg-wrapper-3 .cta-content .list-item ul li:not(:last-child) {
  margin-bottom: 10px;
}

.cta-bg-wrapper-3 .cta-content .list-item ul li i {
  color: var(--primary-color);
  margin-right: 5px;
}

.cta-bg-wrapper-3 .cta-content .list-item .icon-item {
  display: flex;
  align-items: center;
  gap: 22px;
}

@media (max-width: 767px) {
  .cta-bg-wrapper-3 .cta-content .list-item .icon-item {
    display: grid;
  }
}

.cta-bg-wrapper-3 .cta-content .list-item .icon-item h6 {
  line-height: 175%;
}

.cta-bg-wrapper-3 .cta-right .caller-button {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}

.cta-bg-wrapper-3 .cta-right .caller-button .icon {
  width: 55px;
  height: 55px;
  line-height: 67px;
  border-radius: 100px;
  text-align: center;
  background-color: var(--primary-color);
  font-size: 30px;
  color: #fff;
}

.cta-bg-wrapper-3 .cta-right .caller-button .content span {
  font-size: 14px;
  font-weight: 500;
}

.cta-bg-wrapper-3 .cta-right .caller-button .content h5 {
  font-size: 18px;
  font-weight: 600;
}

.theme-btn {
  background: var(--primary-color);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 35px;
  padding-right: 5px;
  border-radius: 0;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}

.theme-btn i {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #fff;
  color: var(--primary-color);
  margin-left: 35px;
  transition: all 0.4s ease-in-out;
}

.theme-btn::before {
  content: "";
  background-color: #000000;
  width: 0;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.theme-btn::after {
  content: "";
  background-color: #000000;
  width: 0;
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.theme-btn:hover::before,
.theme-btn:hover::after {
  width: 100%;
}

.theme-btn:hover i {
  background-color: var(--primary-color);
  color: #fff;
}

.theme-btn.bg-header {
  background-color: #000000;
}

.theme-btn.bg-header::before,
.theme-btn.bg-header::after {
  background-color: #fff;
}

.theme-btn.bg-header i {
  background-color: var(--primary-color);
  color: #fff;
}

.theme-btn.bg-header:hover {
  color: #000000;
}

.theme-btn.theme-btn-2 {
  background: var(--primary-color);
}

.theme-btn.theme-btn-2 i {
  color: var(--primary-color);
}

.theme-btn.theme-btn-2:hover::before,
.theme-btn.theme-btn-2:hover::after {
  width: 100%;
}

.theme-btn.theme-btn-2:hover i {
  background: var(--primary-color);
  color: #fff;
}

.link-btn {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: uppercase;
}


/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--primary-color);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--primary-color);
  opacity: .3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width .3s, height .3s, opacity .3s;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--primary-color);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: .4;
}


.catTab {
  padding-right: 30px;
  position: relative;
  z-index: 1;
}

.catTab ul li {
  width: 100%;
  margin: 16px 0;
  transition: 0.5s;
  border-radius: 6px;
  padding: 0 20px;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(192, 192, 192, 0.4);
}

.catTab ul li a {
  color: #000;
  display: inline-flex;
  font-size: 20px;
  line-height: 67px;
  transition: 0.5s;
  font-weight: 500;
}

.catTab ul li.active a,
.catTab ul li:hover a {
  color: #fff;
}

.catTab ul li.active,
.catTab ul li:hover {
  background-color: #0762b5;
}

.categoryContentBox .categoryBoxImg .innerImg {
  overflow: hidden;
  position: relative;
}

.categoryContentBox .categoryBoxImg .innerImg {
  border-radius: 20px;
}

.categoryContentBox .categoryBoxImg .innerImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 33%;
}

.categoryContent {
  border-radius: 30px;
  background-color: #fff;
  padding: 19px 28px;
  position: relative;
  box-shadow: 0px 0px 10px 0px #cecece;
  margin-top: -30px;
}

.categoryContent h4 {
  color: #0762b5;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 15px;
}

.categoryContent p {
  color: #0e0e0e;
}

.mouseMove_btn_wrap {
  position: absolute;
  right: 60px;
  top: -50px;
}

.exp_btn {
  line-height: normal;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url(/assets/image/export-map.png) no-repeat;
  width: 100px;
  height: 100px;
  background-color: #2776bb;
  border-radius: 50%;
  text-align: center;
}

.exp_btn:hover {
  color: #fff;
}

.exp_btn img {
  width: 26px;
}

.exp_btn div {
  display: flex;
  flex-direction: column;
}




.blogSec {
  transition: 0.6s;
  background-color: #F7F7F7;
}

.categoryContentBox .categoryBoxImg .innerImg {
  overflow: hidden;
  position: relative;
}

.categoryContentBox .categoryBoxImg .innerImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 33%;
}



.categoryContent h4 {
  color: #484848;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px;
  margin-bottom: 15px;
}

.categoryContent p {
  color: #0e0e0e;
}

.industry-we-serve {}

.client-tabs .tab-btn {
  background: #f5f5f5;
  border: none;
  padding: 10px 25px;
  margin: 0 5px;
  cursor: pointer;
  font-weight: 600;
}

.client-tabs .tab-btn.active {
  background: #007bff;
  color: #fff;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

/* Title Animation */
.animated-title {
  animation: fadeDown 1s ease;
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Tabs */
.animated-tabs {
  text-align: center;
  margin-bottom: 30px;
}

.tab-btn {
  background: transparent;
  border: 2px solid #f2941d;
  padding: 10px 38px;
  margin: 10px 6px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s ease;
  border-radius: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

.tab-btn:hover {
  background: #ff8e05;
  color: #fff;
  transform: translateY(-3px);
}

button.tab-btn.active {}

.tab-btn.active {
  background: #ff8e05;
  color: #fff;
  margin-top: 20px;
}

/* Tab Content Animation */
.tab-wrapper {
  position: relative;
}

.tab-pane {
  display: none;
  animation: fadeSlide 0.6s ease;
  background: #f8f8f8;
  padding: 20px !important;
  border-radius: 0px 0px 30px 30px;
  overflow: hidden;
}

.tab-pane.active {
  display: block;
}

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Logo Grid */
.logo-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.logo-grid img {
  padding: 2px;
  background: #fff;
  max-width: 210px;
  border-radius: 10px;
  transition: all 0.4s ease;
}

.logo-grid img:hover {
  transform: scale(1.08);
}

/* ......banner........ */


/* ............banner............. */

.slider-style-seven {
  position: relative
}

.slider-style-seven .slide {
  position: relative;
  /* padding: 229px 0 205px 0; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 86vh;
  display: flex;
  align-items: center;
}

.slider-style-seven .slide:before {
  position: absolute;
  content: '';
  background-image: -webkit-linear-gradient(0deg, rgb(14 14 14 / 72%) 50%, rgb(0 0 0 / 4%) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

.slider-style-seven .content-box h1,
.slider-style-seven .content-box h3 {
  position: relative;
  display: block;
  font-size: 51px;
  line-height: 59px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 24px;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px)
}

.slider-style-seven .active .content-box h1,
.slider-style-seven .active .content-box h3 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 500ms
}

.slider-style-seven .content-box .text {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 37px;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px)
}

.slider-style-seven .active .content-box .text {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 1000ms
}

.slider-style-seven .content-box .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border: 3px solid #fff;
  background: #fff0;
  text-align: center;
  padding: 14px 37.5px;
}

.slider-style-seven .content-box .btn-box a:hover {
  background: var(--light);
  border-color: var(--light)
}

.slider-style-seven .content-box .btn-box {
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px)
}

.slider-style-seven .active .content-box .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1500ms
}

.slider-style-seven .content-box {
  position: relative;
  max-width: 790px;
  width: 100%;
}

.slider-style-seven .owl-nav,
.slider-style-seven .owl-dots {
  display: none
}

.intro-style-three {
  position: relative;
  display: block
}

.intro-style-three .content-box h2 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 47px;
  color: #282828;
  font-weight: 700;
  margin-bottom: 8px
}

.intro-style-three .content-box .text {
  position: relative;
  display: block;
  color: #686868;
  margin-bottom: 16px
}

.intro-style-three .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #0c0d24;
  border: 1px solid #e9e9e9;
  text-align: center;
  padding: 13.5px 31px
}

.intro-style-three .btn-box a:hover {
  color: #fff;
  background: var(--light);
  border-color: var(--light)
}

.intro-style-three .inner-box {
  position: relative;
  margin-top: -60px
}

.intro-style-three .inner-box .single-item {
  position: relative;
  display: block;
  background: #fff;
  padding: 43px 35px 49px 35px;
  box-shadow: 0 0 20px rgb(0 0 0 / .1);
  text-align: center;
  border-radius: 10px
}

.intro-style-three .inner-box .single-item:before {
  width: 100%;
  height: 5px;
  position: absolute;
  content: "";
  background: #fff0;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: .5s ease
}

.intro-style-three .inner-box .single-item:hover:before {
  transform: scaleX(1);
  background: var(--light)
}

.intro-style-three .inner-box .single-item .icon-box {
  position: relative;
  display: inline-block;
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 22px;
  color: #fff0;
  background: -webkit-linear-gradient(0deg, #fc9636, #fd4471 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0
}

.intro-style-three .inner-box .single-item h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #0c0d24;
  margin-bottom: 10px
}

.intro-style-three .inner-box .single-item h3 a {
  position: relative;
  display: inline-block;
  color: #0c0d24
}

.intro-style-three .inner-box .single-item h3 a:hover {
  color: var(--light)
}

.intro-style-three .inner-box .single-item .text {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 23px
}

.intro-style-three .inner-box .single-item .btn-box a {
  padding: 6px 34.5px
}

.intro-style-three .content-box {
  position: relative;
  background: #fff;
  padding: 52px 15px 30px 0
}

.intro-style-three .content-box:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 130px;
  height: 100%;
  left: -130px;
  top: 0
}

.intro-style-three .content-box:after {
  position: absolute;
  content: '';
  background: #fff;
  width: 50px;
  height: 100%;
  right: -50px;
  top: 0
}

.intro-style-three .inner-container {
  position: relative;
  background: #fff0;
  margin-top: -55px;
  z-index: 1
}

.content-box h5 {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
}

.som-info-box .icon i {
  font-size: 16px;
}



.our-clients {
  padding: 60px 0;
  background: #f8f9fb;
  text-align: center;
}

.client-slider img {
  max-width: 230px;
  margin: auto;
  padding: 20px;
  /* filter: grayscale(100%); */
  transition: all 0.3s ease;
  background: #fff;
  margin: 5px;
  border-radius: 14px;
}

.client-slider img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}

/* Slick Track Fix */
.client-slider .slick-track {
  display: flex;
  align-items: center;
}

.client-next {
  padding: 3px 14px;
  border-radius: 50%;
  position: absolute;
  right: -40px;
  /* bottom: 0; */
  top: 54%;
  z-index: 100;
  transform: translateY(-50%);
  background: #f2941d;
  color: #fff;
}

.client-slider-wrapper {
  position: relative;
}

.client-prev {
  padding: 3px 14px;
  border-radius: 50%;
  position: absolute;
  left: -40px;
  /* bottom: 0; */
  top: 54%;
  z-index: 100;
  transform: translateY(-50%);
  background: #f2941d;
  color: #fff;
}

@media (max-width:480px) {
  .client-prev {
    display: none !important;
  }

  .client-next {
    display: none !important;
  }

  .exp_btn {
    display: none;
  }
}

@media (max-width:767px) {
  .text .exp .valign {
    font-weight: 700;
    padding-left: 12px;
    color: #ca2212;
    font-size: 21px !important;
    line-height: 25px !important;
    display: flex;
    align-items: center;
  }

  .wps_home_about .h1_title {
    margin: 20px 0;
    align-items: center;
    display: flex;
    font-weight: 700;
    font-size: 26px;
    line-height: 33px;
  }

  .popup-gallery {
    justify-content: center;
  }

  #serviceSection .bodySection .nav-pills .nav-item {
    margin: 12px 5px !important;
  }

  .title-bx {
    margin: 0 auto 10px !important;
  }

  /* .text .exp .exp_num {
        font-size: 75px;
    } */
  .counter-one__single {
    margin-bottom: 25px !important;
  }

  .about-shape-4 {
    width: 90% !important;
  }

  .slider-style-seven.home-8 .owl-dots {
    max-width: max-content !important;
  }

  .header-top:before {
    display: none !important;
  }

  .top-left {
    display: none;
  }

  .top-info li {
    display: none !important;
  }

  .top-info li:last-child {
    display: block !important;
  }

  .slider-style-seven .content-box h1,
  .slider-style-seven .content-box h3 {
    font-size: 28px !important;
    line-height: 37px !important;
  }

  .slider-style-seven .content-box .text {
    font-size: 18px !important;
    line-height: 25px !important;
  }

  .main-header .logo img {
    width: 75%;
  }

  .title_2 {
    font-size: 30px !important;
    line-height: 38px !important;
  }

  #serviceSection .bodySection .tab-content .tab-pane p {
    padding: 0px 10px !important;
  }

  .page-header__inner h2 {
    font-size: 33px !important;
    color: #ffffff;
    line-height: 37px;
    letter-spacing: 0.6px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .thm-breadcrumb {
    padding-top: 0px !important;
  }

  .product-innerdescription-h2 {
    font-weight: 700;
    color: #004079;
    font-size: 22px;
  }

  .gallery ul li {
    width: 44.33% !important;
  }

  .inner-pages-product-image {
    float: right;
    max-width: initial !important;
  }
}