/*
==========================
  Service style1 Css
==========================
*/
.service-style1 {
  padding: 120px 0px 70px;
}

.service-style1-content {
  position: relative;
  display: block;
  margin-bottom: 41px;
}

.service-style1-content .sec-title {
  padding-bottom: 17px;
}

.service-style1-content .sec-title h2 {
  margin-left: -3px;
}

.service-style1-content .text-box {
  position: relative;
  display: block;
}

.service-style1-content .text-box p {
  margin: 0;
}

.service-style1-content .btn-box {
  position: relative;
  display: block;
  padding-top: 24px;
}

.service-style1-content .btn-box a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--thm-black);
  font-size: 14px;
  line-height: 24px;
  font-family: var(--thm-font-2);
  font-weight: 700;
  text-transform: uppercase;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.service-style1-content .btn-box a:hover {
  color: var(--thm-primary-color);
}

.service-style1-content .btn-box a i {
  position: relative;
  top: -1px;
  font-size: 21px;
  margin-left: 3px;
}

.service-style1-banner {
  position: relative;
  display: block;
  margin-top: 51px;
  overflow: hidden;
  background: rgb(18, 38, 82);
  background: linear-gradient(
    180deg,
    rgba(18, 38, 82, 0.39539565826330536) 0%,
    rgba(255, 255, 255, 0.8379726890756303) 90%
  );
  border-radius: var(--thm-border-radius);
  padding: 30px 30px 0px;
}

.service-style1-banner .img-box {
  position: absolute;
  top: 0;
  left: 45px;
  right: 45px;
  text-align: center;
  z-index: 5;
}

.service-style1-banner .img-box img {
  width: auto;
}

.service-style1-banner-inner {
  position: relative;
  display: block;
  text-align: center;
  background-color: var(--thm-white);
  padding: 207px 40px 0px;
}

.service-style1-banner-inner .title {
  position: relative;
  display: block;
}

.service-style1-banner-inner .title h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 6px;
}

.service-style1-banner-inner .title h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.service-style1-banner-inner .title h3 a:hover {
  color: var(--thm-primary-color);
}

.service-style1-banner-inner .title p {
  margin: 0;
}

.service-style1-banner-inner .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  padding-top: 18px;
}

.service-style1-banner-inner .btn-box a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--thm-black);
  font-size: 14px;
  line-height: 0px;
  font-family: var(--thm-font-2);
  font-weight: 700;
  text-transform: uppercase;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.service-style1-banner-inner .btn-box a:hover {
  color: var(--thm-primary-color);
}

.service-style1-banner-inner .btn-box a i {
  font-size: 21px;
  margin-left: 3px;
  top: -1px;
  position: relative;
}

.service-style1__inner {
  position: relative;
  display: block;
  margin-top: -7px;
}

.single-service-style1 {
  position: relative;
  display: block;
  padding-left: 100px;
}

.single-service-style1 .icon {
  position: absolute;
  top: 99px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--thm-gray-bg);
  border: 1px solid var(--thm-gray-bg);
  font-size: 36px;
  line-height: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.single-service-style1 .icon .icon-cargo-ship .path1:before,
.single-service-style1 .icon .icon-cargo-ship .path2:before,
.single-service-style1 .icon .icon-warehouse .path1:before,
.single-service-style1 .icon .icon-warehouse .path2:before,
.single-service-style1 .icon .icon-delivery-courier .path3:before,
.single-service-style1 .icon .icon-delivery-courier .path4:before,
.single-service-style1 .icon .icon-delivery-truck .path1:before,
.single-service-style1 .icon .icon-guidance .path2:before,
.single-service-style1 .icon .icon-protection .path1:before {
  color: var(--thm-black);
}

.single-service-style1 .icon .icon-cargo-ship .path3:before,
.single-service-style1 .icon .icon-cargo-ship .path4:before,
.single-service-style1 .icon .icon-cargo-ship .path5:before,
.single-service-style1 .icon .icon-warehouse .path3:before,
.single-service-style1 .icon .icon-warehouse .path4:before,
.single-service-style1 .icon .icon-warehouse .path5:before,
.single-service-style1 .icon .icon-delivery-courier .path1:before,
.single-service-style1 .icon .icon-delivery-courier .path2:before,
.single-service-style1 .icon .icon-delivery-truck .path2:before,
.single-service-style1 .icon .icon-delivery-truck .path3:before,
.single-service-style1 .icon .icon-guidance .path1:before,
.single-service-style1 .icon .icon-protection .path2:before,
.single-service-style1 .icon .icon-protection .path3:before {
  color: var(--thm-primary-color);
}

.single-service-style1:hover .icon {
  background-color: transparent;
  border-color: var(--thm-border-color);
}

.single-service-style1 .border-line {
  position: absolute;
  top: -84px;
  left: 35px;
  width: 36px;
  height: 83px;
  border-top-left-radius: var(--thm-border-radius);
  border: 1px solid var(--thm-border-color);
  border-bottom: none;
  border-right: none;
}

.single-service-style1 .title {
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.single-service-style1 .title h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-top: -1px;
}

.single-service-style1 .title h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-service-style1 .title h3 a:hover {
  color: var(--thm-primary-color);
}

.single-service-style1 .title .circle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -31px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--thm-white);
  border: 2px solid var(--thm-border-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-service-style1 .title .circle::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--thm-primary-color);
  transform: scale(0);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.single-service-style1:hover .title .circle::before {
  transform: scale(1);
}

.single-service-style1 .img-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--thm-border-radius);
  clip-path: polygon(100% 0, 100% 84%, 84% 100%, 0 100%, 0 0);
}

.single-service-style1 .img-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(var(--thm-black-bg-rgb), 0.9);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
  transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
  z-index: 1;
}

.single-service-style1:hover .img-box::before {
  opacity: 1;
}

.single-service-style1 .img-box img {
  width: 100%;
  transform: scale(1);
  transition: all 1500ms ease;
}

.single-service-style1:hover .img-box img {
  transform: scale(1.07) rotate(0deg);
}

.single-service-style1 .img-box .icon2 {
  position: absolute;
  right: 25px;
  bottom: 25px;
  z-index: 6;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: row-reverse;
}

.single-service-style1 .img-box .icon2 a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  overflow: hidden;
  background-color: var(--thm-white);
  border-radius: var(--thm-border-radius);
  clip-path: polygon(100% 0, 100% 75%, 75% 100%, 0 100%, 0 0);
  color: var(--thm-black);
  font-size: 25px;
  line-height: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-service-style1:hover .img-box .icon2 a {
  color: var(--thm-white);
  background-color: var(--thm-primary-color);
}

.single-service-style1 .img-box .icon2 .overlay-btn-box {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  opacity: 0;
  transform: translateY(70px);
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.single-service-style1:hover .img-box .icon2 .overlay-btn-box {
  opacity: 1;
  transform: translateY(0px);
}

.single-service-style1 .img-box .icon2 .overlay-btn-box a {
  position: relative;
  display: inline-block;
  color: var(--thm-white);
  font-size: 14px;
  line-height: 24px;
  font-family: var(--thm-font-2);
  font-weight: 700;
  text-transform: uppercase;
  border-radius: var(--thm-border-radius);
  background-color: var(--thm-primary-color);
  padding: 16px 0px 16px;
  margin-right: 5px;
  width: 160px;
  text-align: center;
  clip-path: none;
}

.single-service-style1 .img-box .icon2 .overlay-btn-box a:hover {
  background-color: var(--thm-black);
}

.single-service-style1 .overlay-content {
  position: absolute;
  top: 0;
  left: 25px;
  bottom: 0;
  right: 25px;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(-70px);
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  z-index: 5;
}

.single-service-style1:hover .overlay-content {
  opacity: 1;
  transform: translateY(0px);
}

.single-service-style1 .overlay-content p {
  position: relative;
  top: -12px;
  color: var(--thm-body-font-color-2);
}

/*
==========================
  Service style2 Css
==========================
*/
.service-style2 {
  padding: 120px 0px 90px;
}

.single-service-style2 {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--thm-gray-bg);
  border-radius: var(--thm-border-radius);
  clip-path: polygon(100% 0, 100% 88%, 88% 100%, 0 100%, 0 0);
  margin-bottom: 30px;
}

.single-service-style2-img {
  position: relative;
  display: block;
  overflow: hidden;
  height: 225px;
}

.single-service-style2-img__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  z-index: -1;
}

.single-service-style2-img-inner {
  position: relative;
  display: block;
}

.single-service-style2-img-inner img {
  width: auto;
}

.single-service-style2-text {
  position: relative;
  display: block;
  border-bottom: 1px solid #dbdee7;
  padding: 34px 30px 22px;
}

.single-service-style2-text p {
  margin: 0;
}

.single-service-style2-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 30px 30px;
}

.single-service-style2-bottom-left {
  position: relative;
  display: block;
}

.single-service-style2-bottom-left h6 {
  color: var(--thm-primary-color);
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}

.single-service-style2-bottom-left h3 {
  font-size: 24px;
  line-height: 32px;
}

.single-service-style2-bottom-left h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-service-style2-bottom-left h3 a:hover {
  color: var(--thm-primary-color);
}

.single-service-style2-bottom-right {
  position: relative;
  display: block;
}

.single-service-style2-bottom-right a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  overflow: hidden;
  background-color: var(--thm-white);
  border-radius: var(--thm-border-radius);
  clip-path: polygon(100% 0, 100% 75%, 75% 100%, 0 100%, 0 0);
  color: var(--thm-black);
  font-size: 25px;
  line-height: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
}

.single-service-style2:hover .single-service-style2-bottom-right a {
  color: var(--thm-white);
  background-color: var(--thm-primary-color);
}

/*
==========================
  Service style3 Css
==========================
*/
.service-style3 {
  padding: 0px 0px 120px;
}

.service-style3 .container {
  max-width: 1790px;
}

.service-style3__inner {
  position: relative;
  display: block;
}

.single-service-style3 {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--thm-black-bg);
  border-radius: var(--thm-border-radius);
  clip-path: polygon(100% 0, 100% 85%, 95% 100%, 0 100%, 0 0);
}

.single-service-style3-inner {
  position: relative;
  display: block;
  padding-left: 415px;
  padding-right: 55px;
}

.single-service-style3 .img-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.single-service-style3 .img-box .inner {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 2;
}

.single-service-style3 .img-box .inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(var(--thm-primary-color-rgb), 0.8);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
  transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
  z-index: 1;
}

.single-service-style3:hover .img-box .inner::before {
  opacity: 1;
}

.single-service-style3 .img-box .inner img {
  width: 100%;
  transform: scale(1);
  transition: all 1500ms ease;
}

.single-service-style3:hover .img-box .inner img {
  transform: scale(1.07) rotate(0deg);
}

.single-service-style3 .img-box .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -45px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: var(--thm-white);
  font-size: 46px;
  line-height: 0;
  z-index: 5;
}

.single-service-style3 .img-box .icon .icon-cargo-ship .path1:before,
.single-service-style3 .img-box .icon .icon-cargo-ship .path2:before,
.single-service-style3 .img-box .icon .icon-warehouse .path1:before,
.single-service-style3 .img-box .icon .icon-warehouse .path2:before {
  color: var(--thm-black);
}

.single-service-style3 .img-box .icon .icon-cargo-ship .path3:before,
.single-service-style3 .img-box .icon .icon-cargo-ship .path4:before,
.single-service-style3 .img-box .icon .icon-cargo-ship .path5:before,
.single-service-style3 .img-box .icon .icon-warehouse .path3:before,
.single-service-style3 .img-box .icon .icon-warehouse .path4:before,
.single-service-style3 .img-box .icon .icon-warehouse .path5:before {
  color: var(--thm-primary-color);
}

.single-service-style3 .img-box .border-one {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -105px;
  bottom: 0;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--thm-border-color-1);
}

.single-service-style3 .img-box .border-two {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -75px;
  bottom: 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--thm-border-color-1);
}

.single-service-style3 .content-box {
  position: relative;
  display: block;
  padding: 42px 0px 42px;
}

.single-service-style3 .content-box .title {
  position: relative;
  display: block;
}

.single-service-style3 .content-box .title h3 {
  color: var(--thm-white);
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

.single-service-style3 .content-box .title h3 a {
  color: var(--thm-white);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-service-style3 .content-box .title h3 a:hover {
  color: var(--thm-primary-color);
}

.single-service-style3 .content-box .title .border-line {
  position: relative;
  display: block;
  width: 54px;
  height: 2px;
  background: rgb(18, 38, 82);
  background: linear-gradient(
    90deg,
    rgba(18, 38, 82, 1) 0%,
    rgba(253, 86, 33, 1) 100%
  );
  margin: 15px 0px 28px;
}

.single-service-style3 .content-box .title .border-line::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  width: 10px;
  height: 10px;
  background-color: var(--thm-primary-color);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  transform: translateY(-50%);
}

.single-service-style3 .content-box .text {
  position: relative;
  display: block;
}

.single-service-style3 .content-box .text p {
  color: var(--thm-body-font-color-2);
}

.single-service-style3 .content-box .btn-box {
  position: relative;
  display: block;
  padding-top: 14px;
}

.single-service-style3 .content-box .btn-box a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--thm-white);
  font-size: 14px;
  line-height: 24px;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--thm-font-2);
  font-weight: 700;
  text-transform: uppercase;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-service-style3 .content-box .btn-box a:hover {
  color: var(--thm-primary-color);
}

.single-service-style3 .content-box .btn-box a i {
  position: relative;
  top: -1px;
  font-size: 20px;
  margin-left: 5px;
}

.service-style3-carousel.owl-nav-style-one.owl-theme .owl-nav {
  margin: 60px auto 0px;
}

.service-style3-carousel.owl-nav-style-one.owl-theme .owl-nav::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 1760px;
  background-color: var(--thm-border-color);
  margin: 0 auto;
}

.service-style3-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
  background-color: var(--thm-white);
}

/*****
==========================
  Service style4 Css
==========================
*****/
.service-style4 {
  padding: 120px 0px 0px;
}

.service-style4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 215px;
  background-color: var(--thm-gray-bg);
  z-index: -1;
}

.service-style4 .container {
  max-width: 1600px;
}

.single-service-style4 {
  position: relative;
  display: block;
  padding-left: 100px;
  margin-bottom: 50px;
}

.single-service-style4 .count {
  position: absolute;
  bottom: 120px;
  left: 0;
}

.single-service-style4 .count h1 {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #dbdee7;
  font-size: 90px;
  line-height: 1em;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-service-style4:hover .count h1 {
  color: var(--thm-primary-color);
  -webkit-text-stroke-color: var(--thm-primary-color);
}

.single-service-style4 .icon {
  position: absolute;
  top: 100px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--thm-gray-bg);
  border: 1px solid var(--thm-gray-bg);
  font-size: 36px;
  line-height: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.single-service-style4 .icon .icon-cargo-ship .path1:before,
.single-service-style4 .icon .icon-cargo-ship .path2:before,
.single-service-style4 .icon .icon-warehouse .path1:before,
.single-service-style4 .icon .icon-warehouse .path2:before,
.single-service-style4 .icon .icon-delivery-courier .path3:before,
.single-service-style4 .icon .icon-delivery-courier .path4:before,
.single-service-style4 .icon .icon-delivery-truck .path1:before {
  color: var(--thm-black);
}

.single-service-style4 .icon .icon-cargo-ship .path3:before,
.single-service-style4 .icon .icon-cargo-ship .path4:before,
.single-service-style4 .icon .icon-cargo-ship .path5:before,
.single-service-style4 .icon .icon-warehouse .path3:before,
.single-service-style4 .icon .icon-warehouse .path4:before,
.single-service-style4 .icon .icon-warehouse .path5:before,
.single-service-style4 .icon .icon-delivery-courier .path1:before,
.single-service-style4 .icon .icon-delivery-courier .path2:before,
.single-service-style4 .icon .icon-delivery-truck .path2:before,
.single-service-style4 .icon .icon-delivery-truck .path3:before {
  color: var(--thm-primary-color);
}

.single-service-style4:hover .icon {
  background-color: transparent;
  border-color: var(--thm-border-color);
}

.single-service-style4 .border-line {
  position: absolute;
  top: -84px;
  left: 35px;
  width: 36px;
  height: 83px;
  border-top-left-radius: var(--thm-border-radius);
  border: 1px solid var(--thm-border-color);
  border-bottom: none;
  border-right: none;
}

.single-service-style4 .title {
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.single-service-style4 .title h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-top: -1px;
}

.single-service-style4 .title h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-service-style4 .title h3 a:hover {
  color: var(--thm-primary-color);
}

.single-service-style4 .title .circle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -31px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--thm-white);
  border: 2px solid var(--thm-border-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-service-style4 .title .circle::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--thm-primary-color);
  transform: scale(0);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.single-service-style4:hover .title .circle::before {
  transform: scale(1);
}

.single-service-style4-inner {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--thm-white);
  border-radius: var(--thm-border-radius);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.single-service-style4 .img-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: var(--thm-border-radius);
  border-top-right-radius: var(--thm-border-radius);
  clip-path: polygon(100% 0, 100% 85%, 85% 100%, 0 100%, 0 0);
}

.single-service-style4 .img-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(var(--thm-black-bg-rgb), 0.9);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
  transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
  z-index: 1;
}

.single-service-style4:hover .img-box::before {
  opacity: 1;
}

.single-service-style4 .img-box img {
  width: 100%;
  transform: scale(1);
  transition: all 1500ms ease;
}

.single-service-style4:hover .img-box img {
  transform: scale(1.07) rotate(0deg);
}

.single-service-style4 .img-box .icon2 {
  position: absolute;
  right: 25px;
  bottom: 25px;
  z-index: 5;
}

.single-service-style4 .img-box .icon2 a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  overflow: hidden;
  background-color: var(--thm-white);
  border-radius: var(--thm-border-radius);
  clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 100%, 0 0);
  color: var(--thm-black);
  font-size: 25px;
  line-height: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-service-style4:hover .img-box .icon2 a {
  color: var(--thm-white);
  background-color: var(--thm-primary-color);
}

.single-service-style4 .text-box {
  position: relative;
  display: block;
  padding: 25px 25px 22px;
}

.single-service-style4 .text-box p {
  margin: 0;
}

/*
==========================
  Service Details Css
==========================
*/
.service-details-page {
  padding: 120px 0px 120px;
}

.service-details-sidebar {
  position: relative;
  display: block;
  margin-right: 20px;
}

.all-service-page {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--thm-white);
  border-radius: var(--thm-border-radius);
  border: 1px solid var(--thm-border-color);
  border-top: none;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.all-service-page__title {
  position: relative;
  display: block;
  background-color: var(--thm-black-bg);
  clip-path: polygon(100% 0, 100% 55%, 90% 100%, 0 100%, 0 0);
  padding: 13px 30px 13px;
}

.all-service-page__title h3 {
  color: var(--thm-white);
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

.all-service-page__list {
  position: relative;
  display: block;
}

.all-service-page__list li {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--thm-border-color);
}

.all-service-page__list li:last-child {
  border-bottom: none;
}

.all-service-page__list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border-right: 1px solid var(--thm-border-color);
  font-size: 26px;
  line-height: 0;
}

.all-service-page__list li .icon .icon-cargo-ship .path1:before,
.all-service-page__list li .icon .icon-cargo-ship .path2:before,
.all-service-page__list li .icon .icon-warehouse .path1:before,
.all-service-page__list li .icon .icon-warehouse .path2:before,
.all-service-page__list li .icon .icon-delivery-courier .path3:before,
.all-service-page__list li .icon .icon-delivery-courier .path4:before,
.all-service-page__list li .icon .icon-delivery-truck .path1:before,
.all-service-page__list li .icon .icon-guidance .path2:before,
.all-service-page__list li .icon .icon-protection .path1:before {
  color: var(--thm-black);
}

.all-service-page__list li .icon .icon-cargo-ship .path3:before,
.all-service-page__list li .icon .icon-cargo-ship .path4:before,
.all-service-page__list li .icon .icon-cargo-ship .path5:before,
.all-service-page__list li .icon .icon-warehouse .path3:before,
.all-service-page__list li .icon .icon-warehouse .path4:before,
.all-service-page__list li .icon .icon-warehouse .path5:before,
.all-service-page__list li .icon .icon-delivery-courier .path1:before,
.all-service-page__list li .icon .icon-delivery-courier .path2:before,
.all-service-page__list li .icon .icon-delivery-truck .path2:before,
.all-service-page__list li .icon .icon-delivery-truck .path3:before,
.all-service-page__list li .icon .icon-guidance .path1:before,
.all-service-page__list li .icon .icon-protection .path2:before,
.all-service-page__list li .icon .icon-protection .path3:before {
  color: var(--thm-primary-color);
}

.all-service-page__list li .title {
  position: relative;
  display: block;
  padding-left: 25px;
  flex: 1;
}

.all-service-page__list li .title h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.all-service-page__list li .title h4 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.all-service-page__list li .title h4 a:hover,
.all-service-page__list li.active .title h4 a {
  color: var(--thm-primary-color);
}

.service-details-download {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 40px;
}

.service-details-download li {
  position: relative;
  display: block;
  width: 50%;
  border-radius: 8px;
  background-color: var(--thm-white);
  border: 1px solid var(--thm-border-color);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.service-details-download li + li {
  margin-left: 10px;
}

.service-details-download li .top-box {
  position: relative;
  display: block;
  padding: 28px 25px 18px;
}

.service-details-download li .top-box .icon {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 0;
}

.service-details-download li .top-box .icon .icon-file .path1:before,
.service-details-download li .top-box .icon .icon-file-1 .path1:before {
  color: var(--thm-black);
}

.service-details-download li .top-box .icon .icon-file .path2:before,
.service-details-download li .top-box .icon .icon-file .path3:before,
.service-details-download li .top-box .icon .icon-file-1 .path2:before,
.service-details-download li .top-box .icon .icon-file-1 .path3:before {
  color: var(--thm-primary-color);
}

.service-details-download li .top-box h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-top: 10px;
}

.service-details-download li .top-box h4 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.service-details-download li .top-box h4 a:hover {
  color: var(--thm-primary-color);
}

.service-details-download li .btn-box {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid var(--thm-border-color);
  padding: 11.5px 25px 11.5px;
}

.service-details-download li .btn-box a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--thm-black);
  font-size: 14px;
  line-height: 24px;
  font-family: var(--thm-font-2);
  font-weight: 700;
  text-transform: uppercase;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.service-details-download li .btn-box a i {
  position: relative;
  font-size: 20px;
  top: -1px;
  margin-left: 5px;
}

.service-details-download li .btn-box a:hover {
  color: var(--thm-primary-color);
}

.service-details-download li .file-size {
  position: absolute;
  top: 0;
  right: 20px;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  white-space: nowrap;
  background-color: var(--thm-gray-bg);
  padding: 25px 0px 15px;
}

.service-details-download li .file-size::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 25px;
  height: 15px;
  background-color: var(--thm-white);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
}

.service-details-download li .file-size h6 {
  color: var(--thm-body-font-color);
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
}

.service-details-banner {
  position: relative;
  display: block;
  margin-top: 30px;
  overflow: hidden;
  background-color: var(--thm-black-bg);
  border-radius: var(--thm-border-radius);
  padding: 325px 30px 40px;
}

.service-details-banner ul {
  position: relative;
  display: block;
}

.service-details-banner ul li {
  position: relative;
  display: flex;
  align-items: center;
}

.service-details-banner ul li + li {
  margin-top: 15px;
}

.service-details-banner ul li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #203565;
  font-size: 24px;
  line-height: 0;
}

.service-details-banner ul li .icon img {
  width: auto;
}

.service-details-banner ul li .icon .icon-email .path1:before {
  color: var(--thm-primary-color);
}

.service-details-banner ul li .icon .icon-email .path2:before,
.service-details-banner ul li .icon .icon-email .path3:before,
.service-details-banner ul li .icon .icon-email .path4:before,
.service-details-banner ul li .icon .icon-email .path5:before,
.service-details-banner ul li .icon .icon-email .path6:before {
  color: var(--thm-white);
}

.service-details-banner ul li .title {
  position: relative;
  display: block;
  padding-left: 15px;
  flex: 1;
}

.service-details-banner ul li .title h6 {
  position: relative;
  display: inline-block;
  color: var(--thm-white);
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}

.service-details-banner ul li .title h6::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: var(--thm-white);
}

.service-details-banner ul li .title p {
  color: var(--thm-body-font-color-2);
  margin-top: 3px;
}

.service-details-banner ul li .title p a {
  color: var(--thm-body-font-color-2);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.service-details-banner ul li .title p a:hover {
  color: var(--thm-white);
}

.service-details-banner .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  padding-top: 30px;
}

.service-details-banner .btn-box .btn-one {
  width: 100%;
  justify-content: center;
  color: var(--thm-black);
  font-size: 14px;
  line-height: 36px;
  font-family: var(--thm-font-2);
  font-weight: 700;
  border-radius: 5px;
  text-transform: uppercase;
}

.service-details-banner .btn-box .btn-one:hover {
  color: var(--thm-white);
}

.service-details-banner .btn-box .btn-one i {
  font-size: 20px;
  font-weight: 700;
  margin-right: 0px;
  margin-left: 5px;
  top: -1px;
}

.service-details-banner .btn-box .btn-one::before {
  background-color: var(--thm-primary-color);
}

.service-details-banner .btn-box .btn-one:after {
  background-color: var(--thm-white);
}

.service-details-banner .shape1 {
  position: absolute;
  top: 0;
  left: 0;
}

.service-details-banner .shape1 img {
  width: auto;
}

.service-details-banner .shape2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.service-details-banner .shape2 img {
  width: auto;
}

.service-details-banner .img1 {
  position: absolute;
  top: 40px;
  left: 0;
}

.service-details-banner .img1 img {
  width: auto;
}

.service-details-banner .img2 {
  position: absolute;
  top: 30px;
  right: 0;
}

.service-details-banner .img2 img {
  width: auto;
}

.service-details-content {
  position: relative;
  display: block;
  margin-top: -7px;
}

.service-details-text1 {
  position: relative;
  display: block;
  padding-bottom: 42px;
}

.service-details-text1 h2 {
  font-size: 40px;
  line-height: 1em;
  font-weight: 600;
  margin-bottom: 27px;
}

.service-details-text1 p {
  margin: 0;
}

.service-details-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--thm-border-radius);
}

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

.service-details-text2 {
  position: relative;
  display: block;
  padding-top: 44px;
}

.service-details-text2 p {
  margin: 0;
}

.service-details-facts {
  position: relative;
  display: block;
  padding-top: 42px;
}

.single-service-details-facts {
  position: relative;
  display: block;
  background-color: var(--thm-gray-bg);
  border-radius: var(--thm-border-radius);
  clip-path: polygon(100% 0, 100% 75%, 90% 100%, 0 100%, 0 0);
  padding: 18px 30px 22px;
}

.single-service-details-facts .odometer-counting {
  position: relative;
  display: flex;
  align-items: center;
}

.single-service-details-facts .odometer-counting h2 {
  color: var(--thm-black);
  font-size: 48px;
  line-height: 1em;
  font-weight: 600;
}

.single-service-details-facts .odometer-counting span {
  color: var(--thm-black);
  font-size: 48px;
  line-height: 1em;
  font-family: var(--thm-font-2);
  font-weight: 600;
  margin-top: 1px;
}

.single-service-details-facts .border-line {
  position: relative;
  display: block;
  width: 54px;
  height: 2px;
  background: rgb(243, 244, 246);
  background: linear-gradient(
    90deg,
    rgba(243, 244, 246, 1) 0%,
    rgba(253, 86, 33, 1) 100%
  );
  margin: 14px 0px 28px;
}

.single-service-details-facts .border-line::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  width: 10px;
  height: 10px;
  background-color: var(--thm-primary-color);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  transform: translateY(-50%);
}

.single-service-details-facts .icon {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 50px;
  line-height: 0;
}

.single-service-details-facts .icon .icon-global-banking .path1:before,
.single-service-details-facts .icon .icon-green-energy .path1:before,
.single-service-details-facts .icon .icon-green-energy .path2:before {
  color: var(--thm-primary-color);
}

.single-service-details-facts .icon .icon-global-banking .path2:before,
.single-service-details-facts .icon .icon-green-energy .path3:before,
.single-service-details-facts .icon .icon-green-energy .path4:before,
.single-service-details-facts .icon .icon-green-energy .path5:before,
.single-service-details-facts .icon .icon-green-energy .path6:before,
.single-service-details-facts .icon .icon-green-energy .path7:before,
.single-service-details-facts .icon .icon-green-energy .path8:before,
.single-service-details-facts .icon .icon-green-energy .path9:before {
  color: var(--thm-black);
}

.intermodal-freight-transport {
  position: relative;
  display: block;
  padding-top: 55px;
}

.intermodal-freight-transport .title {
  position: relative;
  display: block;
  padding-bottom: 0px;
}

.intermodal-freight-transport .title h2 {
  font-size: 34px;
  line-height: 1em;
  font-weight: 600;
  margin-bottom: 18px;
}

.intermodal-freight-transport .title .border-line {
  position: relative;
  display: block;
  width: 56px;
  height: 2px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(253, 86, 33, 1) 100%
  );
}

.intermodal-freight-transport .title .border-line::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  width: 10px;
  height: 10px;
  background-color: var(--thm-primary-color);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  transform: translateY(-50%);
}

.intermodal-freight-transport .text {
  position: relative;
  display: block;
  padding-top: 38px;
}

.intermodal-freight-transport .text p {
  margin: 0;
}

.intermodal-freight-transport-list {
  position: relative;
  display: block;
  padding-top: 32px;
}

.intermodal-freight-transport-list li {
  position: relative;
  display: block;
  padding-left: 35px;
}

.intermodal-freight-transport-list li + li {
  margin-top: 30px;
}

.intermodal-freight-transport-list li .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: var(--thm-gray-bg);
  border-radius: var(--thm-border-radius);
  clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 100%, 0 0);
  font-size: 30px;
  line-height: 0;
  z-index: 5;
}

.intermodal-freight-transport-list li .icon .icon-plane .path1:before,
.intermodal-freight-transport-list li .icon .icon-cargo-ship-1 .path1:before,
.intermodal-freight-transport-list li .icon .icon-cargo-ship-1 .path2:before,
.intermodal-freight-transport-list li .icon .icon-cargo-ship-1 .path3:before,
.intermodal-freight-transport-list li .icon .icon-truck .path1:before,
.intermodal-freight-transport-list li .icon .icon-truck .path2:before,
.intermodal-freight-transport-list li .icon .icon-truck .path3:before,
.intermodal-freight-transport-list li .icon .icon-truck .path4:before,
.intermodal-freight-transport-list li .icon .icon-truck .path5:before {
  color: var(--thm-black);
}

.intermodal-freight-transport-list li .icon .icon-plane .path2:before,
.intermodal-freight-transport-list li .icon .icon-plane .path3:before,
.intermodal-freight-transport-list li .icon .icon-plane .path4:before,
.intermodal-freight-transport-list li .icon .icon-cargo-ship-1 .path4:before,
.intermodal-freight-transport-list li .icon .icon-cargo-ship-1 .path5:before,
.intermodal-freight-transport-list li .icon .icon-truck .path6:before,
.intermodal-freight-transport-list li .icon .icon-truck .path7:before {
  color: var(--thm-primary-color);
}

.intermodal-freight-transport-list li .border-line {
  position: absolute;
  top: 50%;
  left: 35px;
  width: 75px;
  height: 1px;
  background-color: var(--thm-border-color);
  z-index: 4;
}

.intermodal-freight-transport-list li .inner {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--thm-white);
  border-radius: var(--thm-border-radius);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 23px 75px 22px;
}

.intermodal-freight-transport-list li .inner .icon2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--thm-border-color);
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--thm-primary-color);
  font-size: 20px;
  line-height: 0;
  transition: all 300ms ease;
}

.intermodal-freight-transport-list li:hover .inner .icon2 {
  color: var(--thm-white);
  -webkit-text-stroke-color: var(--thm-white);
  background-color: var(--thm-primary-color);
  border-color: var(--thm-primary-color);
}

.intermodal-freight-transport-list li .inner .title-box {
  position: relative;
  display: block;
  padding-left: 30px;
  flex: 1;
}

.intermodal-freight-transport-list li .inner .title-box h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 10px;
}

.intermodal-freight-transport-list li .inner .title-box h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.intermodal-freight-transport-list li .inner .title-box h3 a:hover {
  color: var(--thm-primary-color);
}

.intermodal-freight-transport-list li .inner .title-box p {
  margin: 0;
}

.services-we-offered {
  position: relative;
  display: block;
  padding-top: 57px;
}

.services-we-offered .title {
  position: relative;
  display: block;
}

.services-we-offered .title h2 {
  color: var(--thm-black);
  font-size: 34px;
  line-height: 1em;
  font-weight: 600;
  margin-bottom: 18px;
}

.services-we-offered .title .border-line {
  position: relative;
  display: block;
  width: 56px;
  height: 2px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(253, 86, 33, 1) 100%
  );
}

.services-we-offered .title .border-line::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  width: 10px;
  height: 10px;
  background-color: var(--thm-primary-color);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  transform: translateY(-50%);
}

.services-we-offered .text {
  position: relative;
  display: block;
  padding-top: 38px;
}

.services-we-offered .text p {
  margin: 0;
}

.services-we-offered__tab {
  position: relative;
  display: block;
  padding-top: 32px;
}

.services-we-offered__button {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  max-width: 690px;
  border: 1px solid #dbdee7;
  border-bottom: none;
  background-color: var(--thm-gray-bg);
  border-top-left-radius: var(--thm-border-radius);
  border-top-right-radius: var(--thm-border-radius);
}

.services-we-offered__button ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-we-offered__button ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #dbdee7;
}

.services-we-offered__button ul li {
  position: relative;
  display: block;
  width: 50%;
  text-align: center;
  cursor: pointer;
}

.services-we-offered__button ul li h6 {
  color: var(--thm-body-font-color);
  font-size: 18px;
  line-height: 60px;
  font-weight: 600;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.services-we-offered__button ul li:hover h6,
.services-we-offered__button ul li.active-btn-item h6 {
  color: var(--thm-primary-color);
}

.services-we-offered__tab .tabs-content-box {
  position: relative;
  display: block;
}

.services-we-offered__tab .tab-content-box-item {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  visibility: hidden;
}

.services-we-offered__tab .tab-content-box-item.tab-content-box-item-active {
  position: relative;
  visibility: visible;
  z-index: 5;
}

.services-we-offered__tab
  .tab-content-box-item
  .services-we-offered-tab-content-box-item {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
}

.services-we-offered__tab
  .tab-content-box-item.tab-content-box-item-active
  .services-we-offered-tab-content-box-item {
  opacity: 1;
  transform: translateY(0px);
}

.single-services-we-offered {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--thm-white);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 43px 40px 46px;
}

.single-services-we-offered .row {
  align-items: center;
}

.services-we-offered-content {
  position: relative;
  display: block;
}

.services-we-offered-content .title {
  position: relative;
  display: block;
}

.services-we-offered-content .title h3 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
}

.services-we-offered-content .title h3 span {
  font-weight: 400;
}

.services-we-offered-content .text {
  position: relative;
  display: block;
  padding-top: 20px;
}

.services-we-offered-content .text p {
  margin: 0;
}

.services-we-offered-content ul {
  position: relative;
  display: block;
  padding-top: 17px;
}

.services-we-offered-content ul li {
  position: relative;
  display: flex;
  align-items: center;
}

.services-we-offered-content ul li + li {
  margin-top: 12px;
}

.services-we-offered-content ul li .icon {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 0;
}

.services-we-offered-content ul li .icon .icon-right-arrow-1 .path1:before {
  color: transparent;
}

.services-we-offered-content ul li .icon .icon-right-arrow-1 .path2:before {
  color: var(--thm-primary-color);
}

.services-we-offered-content ul li h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  padding-left: 15px;
  flex: 1;
}

.services-we-offered-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--thm-border-radius);
}

.services-we-offered-img img {
  width: 100%;
}

/*** 
=============================================
    End Css
=============================================
***/
