.slick-next {
  right: 0px !important;
}

.slideshow-box.p-relative.slick-slide .image-layer {
  position: absolute;
  top: 50%;
  left: -150px;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(-20px);
  transform: translateY(-50%) !important;
  -webkit-transition: all 800ms ease;
  -webkit-transition: all 800ms cubic-bezier(0.3, -0.17, 0.25, 1);
  transition: all 800ms cubic-bezier(0.3, -0.17, 0.25, 1);
}

.slideshow-box.p-relative.slick-slide.slick-current.slick-active .image-layer {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  left: 0;
}

h2.slideshow-title {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}

.slideshow-box.p-relative.slick-slide.slick-current.slick-active
  h2.slideshow-title {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

h4.slideshow-text {
  visibility: hidden;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.slideshow-box.p-relative.slick-slide.slick-current.slick-active
  .slideshow-text {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.desp-content-banner {
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
}

.slideshow-box.p-relative.slick-slide.slick-current.slick-active
  .desp-content-banner {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

/* .slider-phnoe {
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
} */

.slideshow-box.p-relative.slick-slide.slick-current.slick-active .slider-phnoe {
  -webkit-transition-delay: 1400ms;
  transition-delay: 1400ms;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.swal2-container.swal2-center {
  z-index: 99999999999999;
}

.slick-prev {
  left: 0px !important;
}

li.btn-view-kerper:hover {
  background: #e97f20 !important;
  color: #333;
}

li.btn-view-kerper a:hover {
  background: #e97f20 !important;
  color: #333;
}

.desc p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  /* color: #ffffff; */
}

.read-more {
  width: fit-content;
  background-color: white;
  padding: 6px 20px;
  border-radius: 5px;
  font-size: 16px;
  color: black;
  font-weight: 600;
}

.pd-section-top {
  padding-top: 70px;
}

.pd-section-bottom {
  padding-bottom: 70px;
}

.pd-section-content {
  padding-top: 25px;
}

.title-section {
  padding: 0;
  margin-top: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: black;
}

.section-tabs .tabcontent {
  height: 0px;
  opacity: 0;
  visibility: hidden;
  display: block !important;
}

.section-tabs .tabcontent.active {
  height: unset;
  opacity: 1;
  visibility: visible;
}

.section-tabs .tabs {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  overflow-x: auto;
  padding-bottom: 10px;
}

.section-tabs .tabs button {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  color: #777;
  position: relative;
  padding: 0;
  margin: 0px 20px;
  border: 0;
}

.section-tabs .tabs button.active,
.section-tabs .tabs button:hover {
  color: black;
  border-bottom: 0;
}

.section-tabs .tabs button::after {
  content: "";
  left: 0;
  width: 0;
  right: 0;
  height: 2px;
  margin: auto;
  bottom: -9px;
  position: absolute;
  background: black;
  transition: all 350ms ease-out 0s;
}

.section-tabs .tabs button.active::after,
.section-tabs .tabs button:hover::after {
  width: 100%;
}

a.thm__btn:hover svg path {
  fill: #333;
  stroke: #333;
}

.slideshow-img img {
  height: 707px;
}

.slideshow-content .ctnr {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slideshow-content {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    225deg,
    rgba(255, 255, 255, 0) 50%,
    rgba(0, 0, 0, 0.51) 67%
  );
}
.slideshow-content .slideshow-text {
  color: white;
}
.slideshow-content .box-flex-call-us a.read-more {
  border: 1px solid #fff !important;
  background-color: #fff !important;
  color: #289042;
}
.slideshow-content .box-flex-call-us a svg path {
  stroke: #289042;
}
.slideshow-content .slider-phnoe .icon {
  background: rgb(255, 255, 255);
  color: #289042;
}
.slideshow-content .slider-phnoe h3 a {
  color: white;
}
.slideshow-content .slider-phnoe h3 a:hover {
  background-color: transparent !important;
  color: white !important;
}
.slideshow-title {
  font-size: 45px;
  max-width: 80%;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  margin: 5px 0px 15px 0px;
  text-transform: capitalize;
}

.slideshow-text {
  color: #289042;
  font-size: 15px;
  font-weight: 500;
}

section.aboutus .aboutus-title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0px;
  text-transform: uppercase;
  color: #289042;
  margin-top: 5px;
}

section.aboutus .desc p {
  margin-bottom: 10px;
}

.service-item {
  margin-top: 40px;
}

.service .service-icon i {
  display: block;
  height: 80px;
  width: 80px;
  font-size: 44px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  background-color: #0ea04b;
}

.service-icon::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 100%;
  /* background: #e97f20; */
}

.service-icon {
  width: 72px;
  border-radius: 100%;
  padding: 15px;
  margin: 0 20px 0 0;
  background: #e97f20;
}

.service-content h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 0 10px;
  color: black;
}

.service .promo-desc {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #777;
}

section.categories .category-thumb {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  padding: 20px 20px 18px;
  box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.05);
}

section.categories .category-thumb img {
  height: 250px;
}

section.categories .category-thumb .caption {
  margin: auto;
  text-align: left;
  padding: 15px 0 0;
  background: var(--secondary-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

section.categories .featured-block .category-description {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.categories .category-thumb .cat-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: black;
}

section.categories .number-product {
  font-size: 14px;
}

section.products .slide-4 {
  margin: 0px -15px;
}

.product-thumb {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.05);
}

.product-thumb .hover-img {
  left: 0;
  max-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  transition-duration: 500ms;
  transform: translateY(100%);
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}

.product-thumb:hover .hover-img {
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  overflow: hidden;
  transform: translateY(0%);
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -o-transition-duration: 500ms;
}

.product-thumb .image {
  position: relative;
  display: block;
  padding: 0px 10px;
}

.product-thumb .button-group a + a {
  margin-top: 10px;
}

.product-thumb .button-group a,
.product-thumb .wishlist {
  font-size: 16px;
  padding: 0;
  height: 40px;
  width: 40px;
  border: none;
  display: flex;
  border-radius: 50%;
  background: black;
  color: white;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  z-index: 1;
  justify-content: center;
  align-items: center;
}

.product-thumb .button-group a svg {
  fill: white;
  height: 15px;
}

.product-thumb:hover .button-group {
  opacity: 1;
  left: 20px;
  visibility: visible;
}

.product-thumb .button-group {
  position: absolute;
  visibility: hidden;
  display: block;
  bottom: 20px;
  left: -45px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.product-thumb .wishlist {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1;
  background: #289042;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.product-thumb:hover .wishlist {
  opacity: 1;
  right: 20px;
}

.product-thumb .content {
  position: relative;
  background-color: white;
}

.product-thumb .caption {
  padding: 17px 0;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-thumb .product-title a {
  font-size: 18px;
  text-decoration: none;
  color: black;
  font-weight: 600;
  display: block;
  text-align: center;
}

.product-thumb:hover .product-title a {
  color: #0ea04b;
}

.product-thumb .price {
  margin: 15px 0 0 0;
  font-size: 14px;
  line-height: 23px;
  font-weight: 600;
  color: #0ea04b;
}

.product-thumb .price-new {
  font-size: 18px;
  font-weight: 600;
  margin-right: 5px;
}

.product-thumb .price-new {
  margin: 0 5px 0 0;
  margin-right: 5px;
}

.product-thumb .price-old {
  font-size: 16px;
  text-decoration: line-through;
  display: inline-block;
  color: #777;
  line-height: 19px;
}

.product-layout {
  padding: 0px 15px;
}

.testimonial-video {
  position: relative;
  overflow: hidden;
  background: #222;
}

.page-title h3 {
  padding: 0;
  margin-top: 30px;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  margin-bottom: 30px;
  text-transform: capitalize;
  color: #fff;
}

.testimonial-text {
  position: relative;
  font-size: 16px;
  line-height: 27px;
  padding: 0 0 14px;
  margin: 0 0 30px;
  color: #fff;
}

.slideTestimonial.testimonial-carousel {
  margin-top: 20px;
}

.testimonial-item {
  width: 85%;
  margin: auto;
  text-align: center;
  padding: 0px 35px 20px 35px;
}

.testimonial-text:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 55px;
  height: 3px;
  background: #e5e5e5;
}

.testimonial-author {
  font-size: 18px;
  margin: 5px 0 5px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
}

.testimonial-customer {
  font-size: 14px;
  color: #777777;
}

.video-inner {
  position: relative;
  height: 100%;
}

.inner1,
.inner1 a,
.inner1 a .img-fluid {
  height: 100%;
  display: block;
}

.inner2 {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
}

.video-btn {
  position: relative;
  display: block;
  margin: 0 auto;
}

.video-btn i {
  position: relative;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  height: 70px;
  width: 70px;
  text-align: center;
  font-size: 24px;
  line-height: 70px;
  background: #fff;
  z-index: 4;
}

.video-btn:after {
  content: "";
  background-color: #fff;
  height: 70px;
  width: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 1;
  opacity: 0.4;
  animation: pulse-border 1500ms linear infinite;
}

@keyframes pulse-border {
  80% {
    opacity: 0.4;
  }

  100% {
    height: 90px;
    width: 90px;
    opacity: 0;
  }
}

.testimonial-center svg {
  height: 45px;
}

.testimonial-center {
  margin: 0px 0 10px;
}

.testimonial-video .slick-dots li {
  height: 10px;
  width: 10px;
  border-radius: 100%;
}

.testimonial-images img {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
}

section.partner .partner-box img {
  opacity: 0.8;
  height: 70px;
  width: unset;
  max-width: unset;
  margin: 0 auto;
}

section.partner .partner-box:hover img {
  opacity: 1;
}

section.banner-outer .inner-content {
  display: flex;
  align-items: center;
  padding: 20px 45px;
}

.promo-desc {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: white;
}

.promo-title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  margin: 12px 0 32px;
  text-transform: capitalize;
  color: white;
}

.box-wordwrap-iner-text {
  width: 50%;
}

.transpi__sub-heaind span {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
  text-transform: uppercase;
}

a.thm__btn {
  background: #289042;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.video_all {
	width: 100%;
}
.video_all iframe {
	width: 100%;
	height: 450px;
	border-radius: 10px;
}

@media (max-width: 586px) {
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .promo-title {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    margin: 11px 0 12px;
    text-transform: capitalize;
    color: white;
  }

  .product-layout {
    padding: 0px 5px;
  }

  section.products .slide-4 {
    margin: 0px -5px;
  }
}

.block-date {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 26px;
  color: #0ea04b;
}

h4.blog-title {
  margin: 0;
  line-height: 30px;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  color: #222;
  margin-bottom: 20px;
}

h4.blog-title a {
  line-height: 1.4;
}

.blog-read {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 10px 30px;
  margin: 10px 0 0;
  border: none;
  border-radius: 5px;
  text-transform: capitalize;
  color: white;
  background: #0ea04b;
  display: block;
  width: fit-content;
}

.blog-block .blog-read:hover {
  background: #222;
}

.blog-block-inner .item.row:n/poth-child(2n) .blog-description {
  order: 1;
}

.blog-block-inner .item.row:nth-child(2n) .blog-info {
  order: 2;
}

.blog-block-inner .image img {
  border-radius: 10px;
}

.blog-block-inner .item {
  margin-bottom: 25px;
}

.products .img-fluid {
  max-width: 100%;
  height: 350px;
  width: 100%;
  object-fit: contain;
}

.slick-prev::before,
.slick-next::before {
  content: unset !important;
}

.content_extab li {
  list-style: disc !important;
  margin-left: 20px;
  margin-top: 5px;
}

section.Specialist {
  padding: 40px 0px 40px 0px;
  background: #f7f7f7;
  position: relative;
  overflow: hidden;
}

h1.spilit__enable {
  line-height: 35px;
  font-weight: 700;
  margin-top: 5px;
  color: #289042;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.transpi__service-item .service__img {
  position: relative;
}

.swiper-slide {
  height: 100%;
  position: relative;
  transition-property: transform;
}

.transpi__service-item .service__img-item img {
  height: 265px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.transpi__service-item .icon {
  position: absolute;
  top: -13px;
  right: -2px;
  width: 80px;
  height: 80px;
  background: #289042;
  text-align: center;
  border-radius: 50px;
  z-index: 999;
  line-height: 100px;
  border: 4px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.transpi__service-item .service__content {
  border-radius: 0px 0px 10px 10px;
  background: #fff;
  padding: 20px;
  padding-top: 10px;
}

.service__content h2 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 25px;
  min-height: 50px;
  font-weight: 600;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.transpi__service-item .service__content p {
  color: #333333;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service__content .readmore {
  color: #289042;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}

.transpi__service-item {
  border-radius: 10px;
  overflow: hidden;
  padding-top: 15px;
  margin-bottom: 15px;
}

section.Specialist .slick-dots {
  bottom: -60px;
}

section.Specialist .slick-dots li {
  width: 8px;
  height: 8px;
  border: 1.5px solid #c0c0c0;
  background: transparent;
  border-radius: 100%;
}

section.Specialist .slick-dots li.slick-active {
  background: #289042;
  border: 1.5px solid #289042;
}

.desp-content-banner p {
  color: #fff;
  display: inline-block;
}

.desp-content-banner {
  width: 80%;
  padding: 0px 0px;
}

.box-wordwrap-iner-text .box-flex-call-us {
  margin-top: 30px;
}

.box-wordwrap-iner-text .box-flex-call-us a.read-more {
  width: fit-content;
  border: 1px solid #289042;
  background-color: #289042;
  text-transform: uppercase;
  font-size: 14px;
  padding: 12px 23px 9px 23px;
}

.box-flex-call-us {
  display: flex;
  align-items: center;
}

.slider-phnoe {
  padding-left: 40px;
}

.box-flex-call-us a.read-more {
  background: transparent;
  border: 1px solid #fff;
  padding: 9px 30px;
  color: #fff;
  font-weight: 500;
}

.slider-phnoe {
  display: flex;
  align-items: center;
  font-weight: bold;
}

.slider-phnoe .icon {
  width: 50px;
  height: 50px;
  background-color: rgb(233, 127, 32);
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 50px;
  -webkit-animation: playSlowAnimation2 1800ms linear infinite;
  animation: playSlowAnimation2 1800ms linear infinite;
  margin-right: 10px;
}

@keyframes playSlowAnimation2 {
  0% {
    box-shadow: 0 0 0 0 rgba(233, 126, 32, 0.388);
  }

  70% {
    box-shadow: 0 0 0 30px rgba(204, 14, 22, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(204, 14, 22, 0);
  }
}

.slider-phnoe h4 {
  font-size: 16px;
  color: #fff;
  margin-top: 2px;
  font-weight: 400;
  margin-bottom: 0;
}

.slider-phnoe h3 a {
  font-size: 24px;
  padding: 8px 0px;
  color: rgb(233, 127, 32);
}

.slider-phnoe .text h3 {
  margin: 0px;
  color: rgb(233, 127, 32);
  font-weight: 600;
}

.service__img-item:hover img {
  transform: scale(1.1);
}

.service__img .icon img {
  height: 44px;
}

.service__img-item {
  clip-path: polygon(0 0, 80% 0, 100% 21%, 100% 99%, 0 100%, 0 50%);
  overflow: hidden;
}

.transpi__service-item:hover .icon {
  background: #e97f20;
  transition: 0.5s ease;
}

a.thm__btn:hover {
  background: #e97f20;
  color: #333;
}

a.thm__btn:hover svg {
  margin-left: 10px;
  transition: 0.5s ease;
  fill: #333;
  stroke: #333;
}

.team_img:hover img {
}

.team_img {
}

.transpi__blog-item .blog__img:hover img {
  transform: scale(1.1);
  transition: 0.5s ease;
}

.transpi__blog-item:hover .blog__link a {
  background: #004396;
  color: #fff;
}

.team_img:before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  background: #289042;
  border-radius: 50%;
  top: -5px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s;
}

.team_img:hover:before {
  border-top: none;
  top: 0px;
  left: 14px;
  transition: all 0.4s;
}

section.Specialist a svg path {
  fill: #289042;
  stroke: #289042;
}

section.Specialist a svg {
  margin-left: 5px;
  width: 12px;
  height: 12px;
}

.capacity {
  position: relative;
  background-repeat: no-repeat;
  background-position-y: bottom;
}
.capacity::before {
  content: "";
  background-color: #cbdfd07b;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
}
.slick-clients-2 {
  position: relative;
}
.capacity-box .capacity-box-bg {
  color: #289042;
}

.capacity-box:hover .capacity-box-bg {
  color: #f4903a;
}

.capacity .ctnr-fluid {
  padding: 0px 90px;
}

.capacity-box-content {
  position: relative;
  z-index: 1;
  height: 384px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.capacity-box-bg {
  position: absolute;
  top: -40px;
  width: 486px;
  left: 50%;
  margin-left: 6px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #ecf1f5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.capacity-box-number {
  color: transparent;
  -webkit-text-stroke: 1px #81899d;
  height: 90px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  align-items: center;
  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;
  font-size: 50px;
}

.capacity-box__icon {
  height: 80px;
  border-radius: 50%;
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.capacity-box__title {
  font-size: 24px;
  font-weight: 500;
  color: #010f34;
  margin-bottom: 8px;
  margin-top: 20px;
}

.capacity-box-content .desc p {
  margin-bottom: 17px;
  text-align: center;
  color: #788094;
}

.read-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  color: #010f34;
}

.read-more svg {
  margin-left: 10px;
  fill: #010f34;
}

.capacity-box .capacity-box-number {
  -webkit-text-stroke: 1px #fff;
}

/* .capacity-box .capacity-box__icon {
    background-color: #289042;
}
.capacity-box:hover .capacity-box__icon {
    background-color: #f4903a
} */
.capacity-box .capacity-box__icon img {
  height: 50px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.capacity-box:hover .capacity-box__icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.slick-slide {
  height: unset;
}
.ss01 {
  position: relative;
  z-index: 1;
  color: white;
  padding: clamp(160px, 21vw, 397px) 0 clamp(50px, 11vw, 120px);
  background-color: #002658 !important;
}

.ss01__info {
  gap: 20px 0;
}

.ss01__avatar {
  margin-left: -30%;
  /* overflow: hidden;
  background: linear-gradient(#002b5c, #1f53ae, #3d7bff);
  padding: 9px; */
  position: relative;
  /* border-radius: 50%; */
}
@media (max-width: 1680px) {
  .ss01__avatar {
    margin-left: -20%;
  }
}
@media (max-width: 1200px) {
  .ss01__avatar {
    margin-left: 0;
  }
}
.ss01__avatar img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ss01__avatar::before {
  content: "";
  padding-top: 100%;
  display: block;
}

.ss01__info-name {
  font-size: 43px;
}
.ss01__info-ttl {
  font-size: 26px;
  color: #fcffa3;
  margin-bottom: 25px;
  font-style: italic;
}
.ss01__info-desc {
  font-size: 24px;
  line-height: 1.5;
  border-left: 1px solid #fcffa3;
  padding-left: 30px;
  margin-bottom: 60px;
}
.sec-mv__list {
  gap: 20px 11%;
}
.sec-mv__list-icon {
  width: 111px;
  position: relative;
  background: linear-gradient(#2ae3fc, #6096db, #75f8d2);
  overflow: hidden;
  z-index: 1;
  padding: 2px;
  border-radius: 50%;
  margin: 0 auto 14px;
}
.sec-mv__list-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  width: 60px;
  height: 60px;
}
.sec-mv__list-icon::before {
  content: "";
  padding-top: 100%;
  display: block;
  background: linear-gradient(#002b5c, #003573, #003e8a);
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .ss01__info {
    padding-right: 50px;
  }
}
@media (max-width: 990px) {
  .sec-mv {
    padding: clamp(120px, 13vw, 397px) 0 50px;
  }
  .sec-mv__block {
    flex-direction: column-reverse;
  }
  .ss01__info-ct {
    width: 100%;
  }
  .ss01__avatar {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .ss01__info-name {
    text-align: center;
    font-size: 32px;
  }
  .ss01__info-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .ss01__info-desc {
    font-size: 16px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .ss01 .row {
    flex-direction: column-reverse;
  }
}
.banner {
  top: 0;
  right: 0;
}

.content-text-slider {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  text-align: center;
  color: red;
  width: 54%;
  justify-content: space-between;
}

.slogan {
  font-style: italic;
  font-size: 25px !important;
  color: #fcffa3;
  float: right;
  clear: both;
  margin-bottom: 30px;
}

.banner {
  background: rgb(0, 28, 78);
  background: linear-gradient(
    127deg,
    rgba(0, 28, 78, 1) 0%,
    rgba(0, 43, 92, 1) 100%
  );
}

.introduce {
  clear: both;
  margin-left: 20px;
}

.content-text-slider .ceo {
  font-size: 38px;
  margin-bottom: 0;
  float: left;
}

.content-text-slider span p {
  font-size: 16px;
  padding-bottom: unset;
}

.content-text-slider span {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
  display: inline-block;
}

.box-avt {
  width: fit-content;
  flex: 0 0 300px;
}

.box-avt img:first-child {
}

.hotline {
  color: #fff;
  padding: 5px 15px;
  border: 1px solid #fff;
  width: fit-content;
  border-radius: 8px;
  background-color: #3d70ff;
  transform: translateY(-20px);
  margin: 0 auto;
}

.ae-lane {
}

.content-text-slider ul {
  padding: 20px 0;
}

.content-text-slider ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-text-slider ul li span {
  margin-top: 8px;
  line-height: 1.2;
  font-size: 14px;
}

.content-text-slider ul li div {
  width: 70px;
  height: 70px;
  border: 2px solid white;
  display: grid;
  place-items: center;
  border-radius: 60px;
  background: linear-gradient(20deg, rgba(0, 28, 78, 1) 0%, rgb(0 95 202) 100%);
}

.content-text-slider ul li img {
  width: 30px;
  height: 30px;
}

.hotline a {
  color: inherit;
}

.text-heading-about p {
  padding: unset;
  font-size: 20px;
}

.text-heading-about p:last-child {
  font-size: 35px;
  color: #3d70ff;
  padding: 0px 0 10px;
  font-family: "Philosopher", sans-serif;
}
@media (max-width: 992px) {
  .text-heading-about p:last-child {
    font-size: 30px;
    line-height: 1.2;
    padding-bottom: 5px;
  }
}
.row-strategy {
  padding: 40px 0;
  overflow-x: hidden;
}

.row-btn-action {
  color: #3d70ff;
  margin-top: 10px;
}

.row-btn-action button {
  border: 1px solid #3d70ff;
  border-radius: 20px;
  padding: 6px 28px;
  background: white;
  font-size: 17px;
}

.row-btn-action .author {
  position: relative;
  color: #022d5d;
  font-size: 18px;
  letter-spacing: 1.1px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.row-btn-action .author::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333333;
}

.wrapper-different-point {
  background-color: #f6f6f6;
  padding: 60px 20px;
  overflow: hidden;
}

.heading-different-point {
  color: #fff;
  background-color: #080c25;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 30px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 3px 3px 0px 0px #3d70ff;
}

.introduce-product .row,
.introduce-product .clm {
  --gutter: 5px;
}

.pd-section-content {
  padding-top: 25px;
}
.pd-section-content {
  padding-top: 20px;
}

.introduce-product-box.introduce-product-box--left {
  flex-direction: row-reverse;
}

.introduce-product-box:not(:last-child) {
  margin-bottom: 60px;
}

.introduce-product-box--left .introduce-product-left {
  margin-left: 20px;
  margin-right: 0px;
}

.introduce-product-left {
  align-items: center;
  border-radius: 100%;
  -ms-box-shadow: 0 0 15px 0 rgba(37, 143, 103, 0.12);
  -o-box-shadow: 0 0 15px 0 rgba(37, 143, 103, 0.12);
  box-shadow: 0 0 15px #258f671f;
  display: flex;
  justify-content: center;
  margin-right: 20px;
  min-height: 90px;
  min-width: 90px;
  background-color: #eff9f0;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 3px;
}

.introduce-product-left img {
  width: 105px;
  height: 105px;
  border-radius: 105px;
  border: 2px solid #fff;
}

.introduce-product-box--left {
  font-size: 15px;
  text-align: end;
}

.introduce-product-box--left .introduce-product-right h3,
.introduce-product-right h3 {
  text-align: justify;
  color: #494848;
  font-weight: normal;
}

.introduce-product-right h3 {
  font-size: 15px;
  text-align: right;
}

.introduce-product-box .introduce-product-right h3 strong,
.introduce-product-right h3 strong {
  font-weight: bold;
  color: #000;
}

.list-projects {
  padding: 73px 0;
  background: #002658
    url(https://demo21.bivaco.net/public/frontend/images/banner.png);
  background-size: 100% 100%;
}
.list-projects .desc {
  max-width: 880px;
  margin: 0 auto 62px;
}
.list-projects .desc p {
  font-size: 18px;
}
section.list-projects .title-section {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  font-family: "Philosopher", sans-serif;
  margin-bottom: 32px;
}
.list-projects .slick-dots li.slick-active{
	background: white;
}
section.list-projects .title-section::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 40%;
  background-color: #fff;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}

.title-section {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 17px;
  color: #090d26;
}

.title-section {
  padding: 0;
  margin-top: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
}

section.list-projects .box-heading-section {
  text-align: center;
}

.box-heading-section .title-section,
.box-heading-section .desc {
  color: #fff;
}

.list-project-box.slick-list-projects {
  max-width: 1176px;
  margin: 0 auto;
}

.pd-section-bottom {
  padding-bottom: 30px;
}

.list-project-img {
  border: 4px solid #fff;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
  position: relative;
}
.list-project-img::before {
  content: "";
  padding-top: calc((445 / 347) * 100%);
  display: block;
}
.list-project-img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.list-project-img a:hover img {
  transform: scale(1.1);
}
.box-text-project {
  background-color: rgba(92, 130, 240, 0.9);
  color: #fff;
  display: block;
  padding: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  cursor: pointer;
}

.box-text-project:hover {
  color: unset;
}

.box-text-project p {
  padding-bottom: unset;
}

.project-ttl > span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  margin-top: 0;
}

.box-text-project p:last-child {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
}

.box-text-project p:last-child svg {
  width: 18px;
  height: 18px;
  margin-left: 3px;
}

.list-project-box .slick-slide {
  margin: 0 5px;
}

.list-project-box .slick-list {
  margin: 0 -27px;
}
@media (max-width: 990px) {
  .list-project-box .slick-list {
    margin: 0;
  }
}
section.album-images {
  padding-top: 25px;
  padding-bottom: 25px;
}

section.album-images img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.consulting-corner {
  display: grid;
  grid-template-columns: 30% calc(45% - 40px) 25%;
  gap: 20px;
}
li.consulting-corner__item img {
  transition: all 0.3s;
}
li.consulting-corner__item a:hover img {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .consulting-corner {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (min-width: 992px) {
  li.consulting-corner__item .consulting-corner__wrap {
    min-height: 200px;
  }
}
@media (min-width: 1680px) {
  li.consulting-corner__item .consulting-corner__wrap {
    min-height: 250px;
  }
}
@media (min-width: 767px) {
  li.consulting-corner__item.grid-row-2 {
    grid-row: span 2;
  }
}
.consulting-corner__wrap {
  position: relative;
  display: block;
  height: 100%;
}
.consulting-corner__img {
  height: 100%;
  overflow: hidden;
}
.consulting-corner__ttl {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  font-size: 18px;
  line-height: 1.3;
  background: linear-gradient(0deg, rgb(0 0 0) 0%, rgba(0, 38, 88, 0) 100%);
  padding: 10px;
  margin: 10px 0 0;
}
.consulting-corner__ttl span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
@media (max-width: 1200px) {
  .consulting-corner__ttl {
    font-size: 16px;
  }
}
.album-images h2 {
  text-align: center;
  padding: 0px 0 30px;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  font-family: "Philosopher", sans-serif;
  font-weight: 600;
  color: #090d26;
}

.album-images h2::before {
  content: "";
  width: 60%;
  height: 2px;
  background-color: #376bfb;
  position: absolute;
  bottom: 29px;
  left: 50%;
  transform: translateX(-50%);
}

.box-image {
  position: relative;
}

.box-image:hover p {
  color: #3d70ff !important;
}

.box-image p {
  color: #fff;
  padding: 35px 15px 15px;
  font-weight: 500;
  background: rgb(69, 69, 69);
  background: linear-gradient(
    0deg,
    rgba(69, 69, 69, 0.6) 0%,
    rgba(128, 128, 128, 0.6) 100%
  );
  min-height: 78px;
  width: 100%;
}

.box-custom-images {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  gap: var(--gutter);
}

.box-image a {
  height: 100%;
}

.box-custom-images a {
  display: block;
  padding-bottom: unset;
  height: 50%;
}

.box-custom-images a img {
  width: 100%;
}

.rating {
  background-color: #fff;
  padding: 20px 0;
}

.box-model-rating {
  position: relative;
  z-index: 9;
}

.sec-title-two {
  position: relative;
  z-index: 10;
}

.sec-title-two .sub-title {
  position: relative;
  font-size: 20px;
  font-weight: 900;
  color: #090d26;
  text-transform: uppercase;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 0px;
}

.box-slider-rating {
  padding: 0px 35px 30px;
  font-size: 17px;
  margin-bottom: 0;
  color: rgb(0 0 0 / 85%);
  position: relative;
}
@media (max-width: 992px) {
  .box-slider-rating {
    padding: 0;
  }
  .box-slider-rating ul.star {
    margin-bottom: 10px;
  }
}
.box-slider-rating .content {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
.box-slider-rating ul.star {
  margin-bottom: 27px;
}
.box-slider-rating .content p {
  text-align: center !important;
}
.slick-dots-rating {
  display: flex;
  justify-content: center;
  width: 60%;
  margin: 0 auto;
}

.slick-dots-rating {
  padding-top: 20px;
  margin-bottom: 40px;
}

section.rating {
  /* background: #d1e5dd7a; */
  position: relative;
}

.box-model-rating {
  position: relative;
  z-index: 9;
}

.sec-title-two {
  position: relative;
  z-index: 10;
}

.sec-title-two .sub-title {
  position: relative;
  font-size: 20px;
  font-weight: 900;
  color: #090d26;
  text-transform: uppercase;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 0px;
}

.box-model-rating h2 {
  text-align: center;
  color: #fff;
  font-size: 30px;
}

.sec-title-two h2 {
  position: relative;
  display: block;
  color: #090d26;
  font-weight: 600;
  z-index: 2;
  line-height: 1.2;
  margin-bottom: 16px;
  margin-top: 5px;
  font-family: "Philosopher", sans-serif;
  text-transform: capitalize;
}

.slick-dots-rating {
  padding-top: 20px;
  margin-bottom: 40px;
}

.list-avatar-rating {
  padding: 0px 10px;
  text-align: center;
}

.list-avatar-rating img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  cursor: pointer;
  border: 5px solid #fff;
  margin-top: 5px;
  transition: all 0.3s;
}

.list-avatar-rating.slick-slide .name-slick-rating {
  opacity: 0;
  transition: all 0.3s;
}

.list-avatar-rating.slick-slide.slick-current.slick-active.slick-center
  .name-slick-rating {
  opacity: 1;
}

.name-slick-rating p {
  font-weight: 500;
  font-size: 20px;
  margin-top: 10px;
  line-height: 1.1;
  text-transform: capitalize;
}

.name-slick-rating span {
  color: #605e5e;
}

.list-avatar-rating.slick-slide.slick-current.slick-active.slick-center img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: 0.1s ease;
  width: 100px;
  height: 100px;
}

.box-slider-rating .star li svg {
  height: 23px;
  width: 18px;
}

.star li svg {
  fill: #f2c300;
  height: 16px;
  margin-right: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 14px;
}
/* .title-desc-content-rating{
	max-width: 980px;
	margin: 0 auto;
} */
.title-desc-content-rating p {
  text-align: center !important;
}

.our-customers {
  background-color: #ededed;
  padding: 40px 0 60px;
}

.our-customers .heading-section {
  color: #090d26;
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
}
.our-customers .heading-section,
.sec-title-two h2,
.album-images h2,
section.list-projects .title-section {
  font-size: 36px;
}
@media (max-width: 992px) {
  .our-customers .heading-section {
    margin-bottom: 0;
  }
  .box-slider-rating ul.star {
    margin-bottom: 5px;
  }
  .our-customers .heading-section,
  .sec-title-two h2,
  .album-images h2,
  section.list-projects .title-section {
    font-size: 30px;
  }
}
@media (max-width: 420px) {
  .our-customers .heading-section,
  .sec-title-two h2,
  .album-images h2,
  section.list-projects .title-section {
    font-size: 24px;
  }
}
.box-line-customer {
  width: fit-content;
  margin: 20px auto;
  --spacing: 10px;
  --line-long: 130px;
  --line-short: 100px;
  --line-color: #000;
  --line-height: 0.5px;
  transform: translateX(50%);
}

.box-line-customer .line-customer-center {
  width: 8px;
  height: 8px;
  background-color: #3c71ff;
  transform: rotate(45deg) translateY(-2px);
}

.box-line-customer .line-customer-top {
  width: var(--line-long);
  position: relative;
}

.box-line-customer .line-customer-top::before,
.line-customer-top::after {
  content: "";
  height: var(--line-height);
  background-color: var(--line-color);
  position: absolute;
}

.box-line-customer .line-customer-top::after {
  width: var(--line-long);
  left: calc(-100% - var(--spacing) - 3px);
}

.box-line-customer .line-customer-top::before {
  width: var(--line-long);
  right: calc(-30px + var(--spacing));
}

.box-line-customer .line-customer-bot {
  width: var(--line-short);
  position: relative;
}

.box-line-customer .line-customer-bot::before,
.line-customer-bot::after {
  content: "";
  height: var(--line-height);
  background-color: var(--line-color);
  position: absolute;
  top: -5px;
}

.box-line-customer .line-customer-bot::after {
  width: var(--line-short);
  left: calc(-100% - var(--spacing) - 3px);
}

.box-line-customer .line-customer-bot::before {
  width: var(--line-short);
  right: calc(-30px + var(--spacing));
}

.row-customer-images {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.row-customer-images img {
  width: 180px;
  height: 110px;
  object-fit: cover;
}

.box-advise {
  background-color: #090d26;
  padding: 30px 0;
  color: #fff;
}

.box-advise .box-left p:first-child {
  font-size: 18px;
  padding-bottom: 5px;
}

.box-advise .box-left p:last-child {
  font-size: 14px;
  padding-bottom: unset;
}

.form-input {
  gap: 20px;
  width: 100%;
}

.form-input button {
  padding: 5px 10px;
  background-color: #3d70ff;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  width: 100px;
  text-align: center;
}
.form-input .field-email {
  width: calc(100% - 120px);
}
.form-input .field-email input {
  border: 1px solid #cbcbcb;
  padding: 10px 10px 10px 40px;
  border-radius: 4px;
  background-color: transparent;
  color: #fff;
  outline: none;
  width: 100%;
}

.form-input .field-email svg {
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  color: #a29e9d;
}

.aboutus-img img {
  width: 100%;
}

.box-video {
  max-width: 100%;
  position: relative;
}

.box-video .control-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
  animation: zoom-x-y 1.3s infinite;
}

.box-video video {
  max-width: 100%;
}
.list-videos .box-video {
  overflow: hidden;
  border-radius: 5px;
}
.list-videos .row {
  gap: 20px 0;
}
.list-videos .box-video::before {
  content: "";
  padding-top: calc((240 / 390) * 100%);
  display: block;
}
.list-videos .box-video::after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.list-videos .box-video > a > img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.list-videos .box-video > a:hover > img:first-child {
  transform: scale(1.1);
}
.list-videos .title-video {
  text-transform: uppercase;
  font-weight: bold;
  color: #003b7d;
  line-height: 1.3;
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
}

.overlay-video {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(163, 163, 163, 0.899);
  z-index: 999;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: calc(100% - 10px);
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 10px auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close-modal {
  color: #aaa;
  float: right;
  font-size: 28px;
  position: absolute;
  font-weight: bold;
}

.close-modal:hover,
.close-modal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.show-video {
  max-width: 100%;
}
.octagon:hover::before {
  background-color: #e77e1f !important;
}

.octagon:hover .content {
  background-color: #e77e1f !important;
}

.title_line {
  margin-bottom: 10px;
}
section.list-videos {
  padding: 33px 0px;
}
.box-advise .box-left {
  width: 50%;
}

.box-model-rating .slick-list.draggable {
  padding: unset !important;
}
@media (max-width: 1300px) {
  .content-text-slider {
    width: calc(100% - 80px);
  }
}

@media (max-width: 992px) {
  .row-strategy {
    padding: 20px 0 0;
	margin: 0  -25px;
  }
  section.list-videos {
    padding: 15px 0 30px;
  }
  .content-text-slider {
    top: 25%;
  }
  .list-projects .desc {
    margin-bottom: 15px;
  }
  .content-text-slider ul li div {
    width: 40px;
    height: 40px;
  }

  .content-text-slider ul li img {
    width: 20px;
    height: 20px;
  }

  .box-avt {
    flex-basis: 200px;
  }

  .box-avt img:first-child {
    width: 60px;
    height: 60px;
    bottom: 74px;
  }

  .content-text-slider {
    width: 90%;
  }

  .content-text-slider .ceo {
    padding: 0 30px;
    font-size: 25px;
    margin-bottom: 10px;
  }

  .row-btn-action {
    align-items: center;
  }

  .row-btn-action p {
    padding-bottom: unset;
  }

  .content-text-slider span p {
    font-size: 12px;
  }

  .content-text-slider span br {
    display: none;
  }

  .content-text-slider ul {
    padding: 10px 0;
  }

  .slogan {
    margin-bottom: 8px;
  }

  .ae-lane {
    width: 200px;
    height: 200px;
  }

  .hotline {
    margin: 10px auto;
  }

  .hotline {
    font-size: 12px;
    white-space: nowrap;
    padding: 5px 8px;
  }

  .content-text-slider ul li span {
    font-size: 10px;
  }

  .content-text-slider ul li span br {
    display: none;
  }

  .hotline a {
    font-size: 14px;
    color: #fff;
    padding-left: 5px;
  }

  .wrapper-different-point {
    background-color: #f6f6f6;
    padding: 15px 0;
  }

  .wrapper-different-point .heading-different-point {
    font-size: 16px;
  }

  .wrapper-different-point .pd-section-content {
    padding: 15px;
  }

  .list-projects {
    padding: 20px 0 50px;
  }

  .album-images {
    padding-top: unset;
  }

  .list-project-box.slick-list-projects {
    margin-top: 10px;
    padding-bottom: 0;
  }

  .introduce-product-box:not(:last-child) {
    margin-bottom: 20px;
  }

  .slick-dots button {
    padding: 0;
  }

  .introduce-product__img img {
    width: 80%;
    height: 80%;
    object-fit: cover;
  }

  .pd-section-bottom {
    padding-bottom: 10px;
  }

  section.album-images {
    padding-top: unset;
    padding-bottom: 10px;
  }

  .album-images h2 {
    padding: 10px 0;
    margin-bottom: 10px;
  }

  .album-images h2::before {
    bottom: 10px;
  }

  .rating {
    padding: 10px 0;
  }

  .sec-title-two h2 {
    margin-bottom: 0;
  }

  .title-desc-content-rating p {
    font-size: 16px;
  }

  .our-customers {
    padding: 10px 0 30px;
  }
  .our-customers .slick-dots {
    bottom: -25px;
  }
  .box-advise {
    padding: 20px 0;
  }
  .box-advise .box-left p:first-child {
    font-size: 16px;
  }

  .box-advise .box-left p:last-child {
    font-size: 12px;
  }

  .list-project-box .slick-slide {
    margin: 0 4px;
  }

  .slick-dots li {
    height: 10px;
    width: 10px;
  }
}

@media (max-width: 768px) {
  .box-image p {
    font-size: 12px;
    padding: 7px 15px 2px;
    min-height: 50px;
  }

  .banner {
    padding-bottom: 50px;
  }
}

@media (max-width: 620px) {
  .box-image p {
    font-size: 12px;
    padding: 7px 15px 2px;
    min-height: 50px;
  }

  .banner {
    padding-bottom: 70px;
  }
}

@media (max-width: 576px) {
	
  .banner {
    padding-bottom: 200px;
  }

  .content-text-slider {
    top: 23%;
    padding: 0;
    gap: 10px;
  }

  .content-text-slider .ceo {
    padding: 0 25px;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .content-text-slider span p {
    font-size: 10px;
  }

  .box-avt {
    flex-basis: 120px;
  }

  .box-avt img:first-child {
    left: 6px;
    bottom: 55px;
  }

  .ae-lane {
    width: 120px;
    height: 120px;
    margin-left: auto;
  }

  .hotline {
    margin: 5px auto;
  }

  .hotline {
    font-size: 10px;
  }

  .hotline a {
    font-size: 16px;
    color: #fff;
    padding-left: 5px;
  }

  .box-advise .d-flex {
    flex-direction: column;
    gap: 10px;
  }

  .list-avatar-rating img {
    width: 40px;
    height: 40px;
  }

  .name-slick-rating p {
    font-size: 14px;
  }

  .name-slick-rating span {
    font-size: 12px;
  }

  .box-image p {
    font-size: 12px;
    padding: 5px 5px 0;
    min-height: 40px;
  }

  .row-btn-action {
    margin-bottom: 10px;
  }
}

@media (max-width: 460px) {
  .banner {
    padding-bottom: 180px;
  }
}

@media (max-width: 440px) {
  .banner {
    padding-bottom: 210px;
  }
}

@media (max-width: 402px) {
  .banner {
    padding-bottom: 280px;
  }
}

@media (max-width: 992px) {
  .slideshow-title {
    font-size: 35px;
    max-width: 100%;
  }

  .capacity .ctnr-fluid {
    padding: 0px 10px;
  }

  .transpi__service-item .service__img-item img {
    height: unset;
    aspect-ratio: 1/0.7;
  }

  header .ctnr::before {
    left: 0%;
  }
  .header-links ul li.box-mobile-bars {
    display: flex !important;
  }
  .header-links ul li .bar {
    height: 3px;
    width: 30px;
    background-color: #289042;
    margin: 5px 0px;
    box-shadow: unset;
    border-radius: 5px;
  }
}
.aboutus-content .desc {
  margin-bottom: 25px;
}
.aboutus-content .desc p {
  font-size: 17px;
  line-height: 1.6;
}
@media (max-width: 992px) {
  .aboutus-content .desc {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .capacity-box-bg {
    top: -55px;
    width: 450px;
  }
	.video_all iframe {
		height: 250px;
	}

  .transpi__testimonial-item .tes__shape {
    display: none;
  }

  section.aboutus .transpi__sub-heaind {
    text-align: left;
  }

  .news-card.news-card-2 {
    margin-bottom: 15px;
    overflow: hidden;
  }

  .box-flex-call-us {
    display: none;
  }

  .desp-content-banner {
    width: 100%;
    text-align: center;
  }

  .desp-content-banner p {
    text-align: center !important;
  }

  .aboutus-content td {
    width: 100%;
    display: block;
  }

  .aboutus-content ul {
    margin-top: 0px;
  }

  a.thm__btn {
    margin-top: 5px;
  }

  .counter__content h1 {
    font-size: 28px;
  }

  .counter__content h4 {
    font-size: 15px;
    font-weight: 500;
  }

  h1.spilit__enable {
    font-size: 26px;
    text-align: center;
    margin-top: 0px;
  }

  .transpi__sub-heaind {
    text-align: center;
  }

  .transpi__sub-heaind span {
    margin-bottom: 0px;
    font-size: 15px;
  }

  .service__content h2 {
    font-size: 16px;
    line-height: 1.3;
    min-height: unset;
    margin: 0px 0px 5px 0px;
  }

  .service__content .readmore {
    margin-top: 5px;
  }

  section.Specialist .slick-dots {
    bottom: -10px;
  }

  .transpi__list-item.style-2 ul li {
    font-size: 15px;
    line-height: 21px;
  }

  .transpi__list-item.style-2 ul {
  }

  .split-line {
    font-size: 24px;
  }

  .team_content h3 {
    font-size: 22px;
  }

  .team_content span {
    font-size: 15px;
  }

  .transpi__testimonial-item-inner h3 {
    font-size: 22px;
  }
}

@media (max-width: 586px) {
  .box-wordwrap-iner-text {
    width: 100%;
    text-align: center;
  }

  .transpi__testimonial-item .tes__shape {
    opacity: 0;
  }

  .header__top-wraper {
    display: none;
  }

  li.box-mobile-bars {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-links ul li .bar {
    /*! background: #000; */
    /*! box-shadow: unset; */
    width: 25px;
    margin: 4px 0px;
  }

  .header-links ul li .bar:nth-child(2) {
    margin-left: 0px;
  }

  section.couter {
    padding: 30px 0px;
  }

  section.couter .clm {
    padding-bottom: 21px;
  }

  section.couter .transpi__counter-item {
    justify-content: center;
  }

  .transpi__delivery-wrapper .row .clm:nth-child(2n) .transpi__delivery-item {
    margin: unset;
    margin-bottom: 30px;
  }

  .desc p {
    font-size: 15px;
    padding-bottom: 10px;
  }

  .title-section {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .pd-section-bottom {
    padding-bottom: 0;
  }

  .pd-section-top {
    padding-top: 10px;
  }

  .slideshow-img img {
    height: 325px;
  }

  .slideshow-text {
    color: white;
    margin-bottom: 3px;
    margin-top: 40px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .read-more {
    width: fit-content;
    background-color: white;
    padding: 3px 12px;
    border-radius: 5px;
    font-size: 13px;
    color: black;
    font-weight: 500;
  }

  section.aboutus .aboutus-title {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0 0 15px;
    padding: 0px 0 0 15px;
    text-transform: capitalize;
    border-left: 4px solid #289042;
    display: flex;
  }

  section.aboutus .desc p {
    margin: 0 0 0 0px;
  }

  .service {
    display: block !important;
    text-align: center;
  }

  .service .service-icon i {
    height: 65px;
    width: 64px;
  }

  .service-icon {
    margin: 0 auto;
  }

  .service-content h4 {
    font-size: 14px;
    margin: 9px 0 5px;
  }

  .service .promo-desc {
    font-size: 13px;
  }

  section.categories .category-thumb {
    padding: 10px 10px 12px;
  }

  section.categories .category-thumb .cat-title {
    margin: 0;
    font-size: 15px;
  }

  .section-tabs .tabs button {
    font-size: 14px;
  }

  .product-thumb .button-group {
    visibility: visible;
    left: 0px;
  }

  .product-thumb .button-group a,
  .product-thumb .wishlist {
    height: 32px;
    width: 32px;
  }

  .product-thumb .button-group a svg {
    fill: white;
    height: 12px;
  }

  .product-thumb:hover .button-group,
  .product-thumb .button-group {
    left: 10px;
  }

  .product-thumb .button-group a + a {
    margin-top: 5px;
  }

  .product-title {
    min-height: unset;
  }

  .product-thumb .product-title a {
    font-size: 15px;
  }

  .product-thumb .price {
    margin: 0;
    padding: 0;
  }

  .product-thumb .price-new {
    font-size: 15px;
  }

  .product-thumb .price-old {
    font-size: 14px;
  }

  .banners {
    margin-bottom: 15px;
  }

  .block-date {
    font-size: 17px;
    font-weight: 500;
    margin: 0px;
  }

  h4.blog-title {
    font-size: 21px;
    margin-bottom: 5px;
  }

  .blog-block-inner .image img {
    margin-bottom: 10px;
  }

  .blog-read {
    font-size: 13px;
    padding: 6px 23px;
    margin: 0px 0 0;
  }

  .blog-block-inner .item.row:nth-child(2n) .blog-description {
    order: 2;
  }

  .blog-block-inner .item.row:nth-child(2n) .blog-info {
    order: 1;
  }

  .list-unstyled li .contact_site {
    margin-left: 4px;
    text-align: center;
  }

  .list-unstyled li .contact_site {
    margin-left: 4px;
    text-align: center;
  }

  .products .img-fluid {
    max-width: 100%;
    height: 260px;
  }

  section.categories .category-thumb img {
    height: 150px;
  }

  .products .img-fluid {
    max-width: 100%;
    height: 150px;
  }

  .product-thumb .image {
    position: relative;
    display: block;
    padding: 0px 0px;
  }

  .content__in tr {
    display: flex;
    flex-wrap: wrap;
  }

  .content__in tr td {
    width: 100%;
  }
  .transpi__service-item .icon {
    position: absolute;
    top: -9px;
    right: -3px;
    width: 60px;
    height: 60px;
  }
  .service__img .icon img {
    height: 30px;
  }
}
@media (max-width: 420px) {
  .row-btn-action {
    justify-content: center;
    gap: 10px;
  }
}
.contact-home {
  background: #0a0d27;
  color: white;
  padding: 20px 0;
}
.contact-home h2 {
  margin: 0;
}
.contact-home .row {
  gap: 15px 0;
}
