/*-----------------------------------------------------------------------------------

    Template Name: Logistec - Transportation & Logistics HTML5 Template
    Author: RRDevs
    Support: rubelmah55@gmail.com
    Description: Logistec - Transportation & Logistics HTML5 Template
    Version: 1.0

-----------------------------------------------------------------------------------


/************ TABLE OF CONTENTS ***************

	01. Theme Default CSS
	02. background CSS
	03. buttons css

**********************************************/
/**----------------------------------------
START: Theme Default CSS
----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,200;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800&family=Poppins:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap");
:root {
  --lt-ff-body: 'Poppins', sans-serif;
  --lt-ff-heading: 'DM Sans', serif;
  --lt-ff-p: 'Poppins', sans-serif;
  --lt-fw-normal: normal;
  --lt-fw-thin: 100;
  --lt-fw-elight: 200;
  --lt-fw-light: 300;
  --lt-fw-regular: 400;
  --lt-fw-medium: 500;
  --lt-fw-sbold: 600;
  --lt-fw-bold: 700;
  --lt-fw-ebold: 800;
  --lt-fw-black: 900;
  --lt-fs-body: 16px;
  --lt-fs-p: 16px;
  --lt-fs-h1: 80px;
  --lt-fs-h2: 48px;
  --lt-fs-h3: 24px;
  --lt-fs-h4: 18px;
  --lt-fs-h5: 16px;
  --lt-fs-h6: 14px;
  --lt-color-common-white: #ffffff;
  --lt-color-common-black: #000000;
  --lt-color-heading-primary: #0F1B24;
  --lt-color-text-body: #757575;
  --lt-color-theme-primary: #20415e;
  --lt-color-theme-secondary: #ffc226;
  --lt-color-grey-1: #F9F9F9;
  --lt-color-border-1: #ddd;
  --lt-color-border-2: rgba(15, 27, 36, 0.1);
  --lt-color-border-3: rgba(255, 255, 255, 0.1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/**
	Typography CSS
*/
body {
  font-family: var(--lt-ff-body);
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
  color: var(--lt-color-text-body);
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a,
a:hover {
  -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;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--lt-ff-heading);
  color: var(--lt-color-heading-primary);
  margin-top: 0px;
  font-weight: var(--lt-fw-sbold);
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

h1 {
  font-size: var(--lt-fs-h1);
}

h2 {
  font-size: var(--lt-fs-h2);
}

h3 {
  font-size: var(--lt-fs-h3);
}

h4 {
  font-size: var(--lt-fs-h4);
}

h5 {
  font-size: var(--lt-fs-h5);
}

h6 {
  font-size: var(--lt-fs-h6);
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-family: var(--lt-ff-p);
  font-size: 16px;
  font-weight: var(--lt-fw-normal);
  color: var(--lt-color-text-body);
  margin-bottom: 15px;
  line-height: 25px;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

.slick-list.draggable {
  cursor: grab;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input {
  outline: none;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

ul {
  display: block;
  padding: 0;
  margin: 0;
}

*::-moz-selection {
  background: var(--lt-color-common-black);
  color: var(--lt-color-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--lt-color-common-black);
  color: var(--lt-color-common-white);
  text-shadow: none;
}

::selection {
  background: var(--lt-color-common-black);
  color: var(--lt-color-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--lt-color-common-black);
  font-size: var(--lt-fs-body);
  opacity: 1;
}

*::placeholder {
  color: rgb(150, 150, 150);
  font-size: var(--lt-fs-body);
  opacity: 1;
}

/**
 	Common Classes CSS
*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.b-radius {
  border-radius: 6px;
}

.lt-10 {
  margin-top: 10px;
}

.lt-15 {
  margin-top: 15px;
}

.lt-20 {
  margin-top: 20px;
}

.lt-25 {
  margin-top: 25px;
}

.lt-30 {
  margin-top: 30px;
}

.lt-35 {
  margin-top: 35px;
}

.lt-40 {
  margin-top: 40px;
}

.lt-45 {
  margin-top: 45px;
}

.lt-50 {
  margin-top: 50px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 50px;
  }
}

.pt-115 {
  padding-top: 115px;
}
@media only screen and (max-width: 991px) {
  .pt-115 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-115 {
    padding-top: 50px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .pt-100 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-100 {
    padding-top: 50px;
  }
}

.pt-90 {
  padding-top: 90px;
}
@media only screen and (max-width: 991px) {
  .pt-90 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-90 {
    padding-top: 50px;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media only screen and (max-width: 991px) {
  .pt-80 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-80 {
    padding-top: 50px;
  }
}

.pt-70 {
  padding-top: 70px;
}
@media only screen and (max-width: 991px) {
  .pt-70 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-70 {
    padding-top: 50px;
  }
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-120 {
    padding-bottom: 50px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-100 {
    padding-bottom: 50px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}
@media only screen and (max-width: 991px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-90 {
    padding-bottom: 50px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .pb-80 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-80 {
    padding-bottom: 50px;
  }
}

.pb-70 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .pb-70 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-70 {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .md-pb-30 {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .md-pb-40 {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .md-pb-50 {
    padding-bottom: 50px;
  }
}

.overlay {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.bg-grey {
  background-color: var(--lt-color-grey-1);
}

.bg-dark-1 {
  background-color: #171719;
}

.container {
  max-width: 1170px;
  /* margin-top: 5vh; */
}

.bd-bottom {
  border-bottom: 1px solid var(--lt-color-border-1);
}

.top-shape {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  width: 468px;
  height: 478px;
  position: absolute;
  top: -200px;
  left: -200px;
  z-index: -1;
}
@media (max-width: 1399px) {
  .top-shape {
    top: -250px;
    left: -250px;
  }
}
@media only screen and (max-width: 991px) {
  .top-shape {
    display: none;
  }
}

.bottom-shape {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  width: 468px;
  height: 478px;
  position: absolute;
  bottom: -200px;
  right: -200px;
  z-index: -1;
}
@media (max-width: 1399px) {
  .bottom-shape {
    bottom: -250px;
    right: -250px;
  }
}
@media only screen and (max-width: 991px) {
  .bottom-shape {
    display: none;
  }
}

.bg-color-top {
  background-color: #171719;
  width: 100%;
  height: 400px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}

.bg-color-bottom {
  background-color: #171719;
  width: 100%;
  height: 400px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}

.overflow-h {
  overflow: hidden;
}

.section-heading {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .section-heading {
    margin-bottom: 30px;
  }
}
.section-heading .sub-heading {
  color: var(--lt-color-theme-primary);
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .section-heading .sub-heading {
    font-size: 16px;
  }
}
.section-heading .section-title {
  font-size: 48px;
  line-height: 1.3;
  font-weight: 700;
  display: block;
  margin-bottom: 0;
  text-transform: capitalize;
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  color: #2B4E6C;
}
@media only screen and (max-width: 991px) {
  .section-heading .section-title {
    max-width: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .section-heading .section-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading .section-title {
    font-size: 32px;
  }
}
.section-heading.heading-2 .section-title {
  margin: 0;
  margin-bottom: 10px;
}
.section-heading.heading-2 p {
  margin-bottom: 0;
}
.section-heading.white-content p,
.section-heading.white-content .section-title,
.section-heading.white-content .sub-heading {
  color: var(--lt-color-common-white);
}
.section-heading.heading-3 .section-title {
  margin-bottom: 20px;
}
.section-heading.heading-3 p:last-child {
  margin-bottom: 0;
}

.read-more {
  display: inline-block;
}

.pagination-wrap {
  text-align: center;
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .pagination-wrap {
    margin-top: 30px;
  }
}
.pagination-wrap .pagination-list {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  column-gap: 10px;
}
.pagination-wrap .pagination-list li a {
  background-color: rgba(254, 86, 36, 0.1);
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--lt-color-theme-primary);
}
.pagination-wrap .pagination-list li a:hover {
  background-color: var(--lt-color-theme-primary);
  color: var(--lt-color-common-white);
}
.pagination-wrap .pagination-list li.active a {
  background-color: var(--lt-color-theme-primary);
  color: var(--lt-color-common-white);
}

@media (min-width: 992px) {
  .sticky-widget {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
  }
}
@media screen and (max-width: 800px) {
  .wow {
    animation-name: none !important;
    visibility: visible !important;
  }
}
/*Scrool Up*/
#scrollup {
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  overflow: hidden;
  z-index: 999;
}

.scroll-to-top {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: var(--lt-color-theme-primary);
  font-size: 20px;
  padding: 0;
  line-height: 40px;
  color: var(--lt-color-common-white);
  border-radius: 5px;
  outline: none;
  text-decoration: none;
  transform: translateY(150%);
  transition: all 0.3s ease-in-out;
}

#scrollup.show {
  opacity: 1;
}

#scrollup.show .scroll-to-top {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.scroll-to-top:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

/* Site Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw !important;
  height: 100vh !important;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader img {
  width: 300px;
}

/**
  Buttons CSS
*/
.lt-primary-btn {
  background-color: #1a4874;
  font-family: var(--lt-ff-heading);
  color: var(--lt-color-common-white);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 30px;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  position: relative;
  z-index: 1;
}
.lt-primary-btn:before {
  content: "";
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.lt-primary-btn:hover {
  color: black;
  font-weight: 600;
}
.lt-primary-btn:hover:before {
  height: 100%;
}
.lt-primary-btn i {
  font-size: 12px;
  margin-left: 5px;
}

.lt-primary-btn.primary-2:hover {
  color: var(--lt-color-heading-primary);
}
.lt-primary-btn.primary-2:before {
  background-color: var(--lt-color-common-white);
}
.lt-primary-btn.transparent {
  background-color: transparent;
  border: 1px solid var(--lt-color-border-2);
  color: var(--lt-color-heading-primary);
  font-weight: 600;
}
.lt-primary-btn.transparent:before {
  background-color: var(--lt-color-theme-primary);
}
.lt-primary-btn.transparent:hover {
  color: var(--lt-color-common-white);
  border: 1px solid var(--lt-color-theme-primary);
}

/**----------------------------------------
START: Theme Header CSS
----------------------------------------*/
.header {
  background-color: transparent;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media only screen and (max-width: 991px) {
  .header {
    position: inherit;
  }
}
@media only screen and (max-width: 991px) {
  .header .top-bar {
    display: none;
  }
}
.header .top-bar .top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
}
@media only screen and (max-width: 991px) {
  .header .top-bar .top-bar-inner {
    flex-direction: column;
    row-gap: 15px;
    justify-content: center;
    border-bottom: 1px solid var(--lt-color-border-1);
    padding: 10px 0;
  }
}
.header .top-bar .top-bar-inner .top-bar-list {
  display: flex;
  align-items: center;
  list-style: none;
  column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 15px;
}
@media only screen and (max-width: 767px) {
  .header .top-bar .top-bar-inner .top-bar-list {
    row-gap: 10px;
    justify-content: center;
  }
}
.header .top-bar .top-bar-inner .top-bar-list li {
  font-size: 14px;
  color: var(--lt-color-common-white);
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .header .top-bar .top-bar-inner .top-bar-list li {
    color: var(--lt-color-heading-primary);
  }
}
.header .top-bar .top-bar-inner .top-bar-list li i {
  margin-right: 10px;
}
.header .top-bar .top-bar-inner .top-bar-list li a:hover {
  color: var(--lt-color-theme-primary);
}
.header .top-bar .top-bar-inner .top-social {
  display: flex;
  align-items: center;
  list-style: none;
  column-gap: 10px;
}
.header .top-bar .top-bar-inner .top-social li:not(:last-of-type) {
  margin-right: 8px;
}
.header .top-bar .top-bar-inner .top-social li a {
  color: var(--lt-color-common-white);
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  .header .top-bar .top-bar-inner .top-social li a {
    color: var(--lt-color-heading-primary);
  }
}
.header .top-bar .top-bar-inner .top-social li a:hover {
  color: var(--lt-color-theme-primary);
}

.primary-header-inner {
  background-color: var(--lt-color-common-white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 30px;
}
@media only screen and (max-width: 991px) {
  .primary-header-inner {
    padding: 20px 0;
  }
}
.primary-header-inner .header-logo img {
  max-width: 170px;
}
.primary-header-inner .header-menu-wrap {
  display: flex !important;
  align-items: center;
}
.primary-header-inner .header-menu-wrap .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 991px) {
  .primary-header-inner .header-menu-wrap .sub-menu {
    display: none;
  }
}
.primary-header-inner .header-menu-wrap .sub-menu li {
  display: inline-block;
  position: relative;
  margin: 0 18px;
}
@media (max-width: 1170px) {
  .primary-header-inner .header-menu-wrap .sub-menu li {
    margin: 0 15px;
  }
}
.primary-header-inner .header-menu-wrap .sub-menu li a {
  font-family: "Roboto", sans-serif;
  color: var(--lt-color-heading-primary);
  display: block;
  font-size: 16px;
  padding: 30px 0;
  letter-spacing: 0;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s ease-in-out;
}
.primary-header-inner .header-menu-wrap .sub-menu li a i {
  font-size: 13px;
}
.primary-header-inner .header-menu-wrap .sub-menu li a:before {
  content: "";
  background-color: var(--lt-color-theme-primary);
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
}
.primary-header-inner .header-menu-wrap .sub-menu li ul {
  background-color: var(--lt-color-common-white);
  display: block;
  width: 220px;
  padding: 0;
  -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
  box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
  position: absolute;
  left: 0;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: all 0.6s ease;
}
.primary-header-inner .header-menu-wrap .sub-menu li:hover > ul {
  visibility: visible;
  transition: all 0.6s ease;
  opacity: 1;
  transform: none;
}
.primary-header-inner .header-menu-wrap .sub-menu li li {
  display: flex;
  justify-content: space-between;
  text-align: left;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin: 0;
  padding: 0 20px;
}
.primary-header-inner .header-menu-wrap .sub-menu li li:last-child {
  margin: 0;
  border-bottom: none;
}
.primary-header-inner .header-menu-wrap .sub-menu li li:hover {
  background-color: var(--lt-color-theme-primary);
}
.primary-header-inner .header-menu-wrap .sub-menu li li a {
  display: block;
  height: auto;
  line-height: inherit;
  color: var(--lt-color-common-black);
  font-weight: 500;
  font-size: 14px;
  line-height: 45px;
  padding: 0;
  letter-spacing: 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
.primary-header-inner .header-menu-wrap .sub-menu li li a:hover {
  padding-left: 10px;
  color: var(--lt-color-common-white);
}
.primary-header-inner .header-menu-wrap .sub-menu li li a:before {
  display: none;
}
.primary-header-inner .header-menu-wrap .sub-menu li:hover a:before {
  width: 100%;
}
.primary-header-inner .header-right {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .primary-header-inner .header-right .header-logo img {
    width: 90px;
  }
}
.primary-header-inner .header-right .header-btn {
  background-color:#1A4974;
  color: var(--lt-color-common-white);
  margin-left: 20px;
}
.primary-header-inner .header-right .header-btn:before {
  background-color: var(--lt-color-theme-primary);
}
@media only screen and (max-width: 991px) {
  .primary-header-inner .header-right .header-btn {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .primary-header-inner .header-right .header-btn {
    display: none;
  }
}
.primary-header-inner .header-right .sidebar-trigger {
  background-color: var(--lt-color-heading-primary);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 7px;
  padding: 15px 10px;
  margin-left: 40px;
  border-radius: 3px;
}
@media only screen and (max-width: 991px) {
  .primary-header-inner .header-right .sidebar-trigger {
    display: none;
  }
}
.primary-header-inner .header-right .sidebar-trigger span {
  background-color: var(--lt-color-common-white);
  width: 30px;
  height: 3px;
  display: block;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
.primary-header-inner .header-right .sidebar-trigger span:nth-child(2) {
  width: 20px;
}
.primary-header-inner .header-right .sidebar-trigger span:nth-child(3) {
  width: 25px;
}
.primary-header-inner .header-right .sidebar-trigger:hover span:nth-child(2) {
  width: 25px;
}
.primary-header-inner .header-right .sidebar-trigger:hover span:nth-child(3) {
  width: 20px;
}
.primary-header-inner .header-right .header-right-item {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .primary-header-inner .header-right .header-right-item {
    line-height: 1;
  }
}
.primary-header-inner .header-right .header-right-item .mobile-side-menu-toggle {
  color: var(--lt-color-heading-primary);
  font-size: 30px;
}
.primary-header-inner .header-right .header-right-item .search-icon {
  font-size: 16px;
  margin-left: 55px;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .primary-header-inner .header-right .header-right-item .search-icon {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .primary-header-inner .mean-push {
    display: none;
  }
}

.sticky-header-wrap {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 99;
}
.sticky-header-wrap.fixed {
  background-color: var(--lt-color-common-white);
  display: block;
  animation-name: menuSticky;
  -webkit-animation-name: menuSticky;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  box-shadow: 0px 1px 3px 0px rgba(17, 17, 17, 0.1);
}

@-webkit-keyframes menuSticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes menuSticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-ms-keyframes menuSticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes menuSticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@media only screen and (max-width: 991px) {
  .mobile-side-menu .header-right {
    display: none !important;
  }
}
.side-menu-icon {
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 100;
  display: block;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .side-menu-icon {
    display: none;
  }
}

.mobile-side-menu-overlay,
.mobile-side-menu {
  display: none;
}

@media only screen and (max-width: 991px) {
  .mobile-side-menu {
    background-color: var(--lt-color-common-white);
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: 0;
    width: 80%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    height: 100%;
    display: block;
    z-index: 100;
    padding: 40px;
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    backface-visibility: hidden;
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  .mobile-side-menu {
    padding: 40px 20px;
    width: 100%;
    max-width: 320px;
  }
}
@media only screen and (max-width: 991px) {
  .mobile-side-menu.is-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .mobile-side-menu .side-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .mobile-side-menu .side-menu-head .mobile-side-menu-close {
    position: fixed;
    top: 30px;
    right: 40px;
    color: var(--lt-color-heading-primary);
    font-size: 22px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--lt-color-border-1);
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  .mobile-side-menu .side-menu-head .mobile-side-menu-close {
    right: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .mobile-side-menu .side-menu-head .mobile-side-menu-close:hover {
    background-color: var(--lt-color-theme-primary);
    color: var(--lt-color-common-white);
  }
  .mobile-side-menu .side-menu-wrap {
    overflow: hidden;
    margin-bottom: 50px;
  }
  .mobile-side-menu p {
    color: var(--lt-color-common-white);
    margin-bottom: 50px;
  }
  .mobile-side-menu .list-header {
    color: var(--lt-color-common-white);
    font-family: var(--lt-ff-body);
    font-weight: 400;
    margin-bottom: 30px;
  }
  .mobile-side-menu .side-menu-list {
    margin-bottom: 50px;
  }
  .mobile-side-menu .side-menu-list li {
    font-size: 20px;
    color: var(--lt-color-common-white);
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  .mobile-side-menu .side-menu-list li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .mobile-side-menu .side-menu-list li p {
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  .mobile-side-menu .side-menu-list li p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .mobile-side-menu .side-menu-list li i {
    background-color: var(--lt-color-theme-primary);
    font-size: 12px;
    color: var(--lt-color-common-black);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    margin-right: 20px;
  }
  .mobile-side-menu .side-menu-list li :last-child {
    margin-bottom: 0;
  }
  .mobile-side-menu .side-menu-social ul {
    display: flex;
    align-items: center;
    column-gap: 10px;
    list-style: none;
  }
  .mobile-side-menu .side-menu-social ul li a {
    background-color: var(--lt-color-theme-bg-dark-deep);
    color: var(--lt-color-theme-primary);
    font-size: 18px;
    width: 50px;
    padding: 15px 0;
    line-height: 1;
    text-align: center;
    border: 1px solid var(--lt-color-border-6);
    border-radius: 2px;
    display: block;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
  }
  .mobile-side-menu .side-menu-social ul li a:hover {
    background-color: var(--lt-color-theme-primary);
    color: var(--lt-color-common-white);
  }
  .mobile-side-menu .mean-bar {
    background-color: transparent;
    min-height: auto;
    padding: 0;
  }
  .mobile-side-menu .mean-bar .meanmenu-reveal {
    display: none !important;
  }
  .mobile-side-menu .mean-bar .mean-nav {
    background-color: transparent;
    margin-top: 0;
    padding-top: 20px;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul {
    display: block !important;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li {
    position: relative;
    float: none;
    display: block;
    width: auto;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li:not(:last-of-type) {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--lt-color-border-1);
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a {
    color: var(--lt-color-heading-primary);
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    border-top: none;
    padding: 0;
    float: none;
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a.mean-expand {
    background-color: var(--lt-color-theme-primary);
    color: var(--lt-color-common-white);
    position: absolute;
    padding: 0;
    top: -3px;
    right: 0;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a.mean-expand:before, .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a.mean-expand:after {
    font-size: 14px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a.mean-expand:before {
    content: "+";
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a.mean-expand.mean-clicked:after {
    content: "\f068";
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a.mean-expand.mean-clicked:before {
    display: none;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a.mean-expand i {
    display: none;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li ul {
    padding: 0 0 0 30px;
    margin-top: 20px;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li ul li:not(:last-of-type) {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li ul li a {
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .mobile-side-menu-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 0%;
    position: fixed;
    top: 0;
    z-index: 9;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
    display: block;
  }
  .mobile-side-menu-overlay.is-open {
    width: 100%;
    opacity: 0.5;
    visibility: visible;
  }
}
#popup-search-box {
  background-color: var(--lt-color-common-white);
  position: fixed;
  width: 100%;
  height: 30%;
  top: -100%;
  left: 0;
  right: 0;
  white-space: nowrap;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
}
#popup-search-box .box-inner-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
#popup-search-box .box-inner-wrap form {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 0 15px;
}
#popup-search-box .box-inner-wrap form input {
  width: 100%;
  padding: 20px 15px;
  padding-right: 80px;
  background: transparent;
  border: none;
  color: #ddd;
  border: 1px solid var(--lt-color-border-1);
}
#popup-search-box .box-inner-wrap form input::-webkit-input-placeholder {
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input:-moz-placeholder {
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input::-moz-placeholder {
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input:-ms-input-placeholder {
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input:focus {
  outline: none;
}
#popup-search-box .box-inner-wrap:hover {
  cursor: url(../img/cross.png), auto;
}
#popup-search-box .box-inner-wrap .search-close {
  position: absolute;
  top: 30px;
  right: 50px;
  color: var(--lt-color-heading-primary);
  border: 1px solid var(--lt-color-border-1);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 50%;
  -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;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #popup-search-box .box-inner-wrap .search-close {
    top: 20px;
    right: 10px;
  }
}
#popup-search-box .box-inner-wrap .search-close:hover {
  background-color: var(--lt-color-theme-primary);
  border: 1px solid var(--lt-color-theme-primary);
  color: var(--lt-color-common-white);
}
#popup-search-box.toggled {
  top: 0;
  opacity: 1;
  visibility: visible;
}

/* Header 2 */
.header-2 .primary-header {
  position: relative;
  z-index: 1;
}
.header-2 .primary-header-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.header-2 .primary-header-bg .container {
  position: relative;
  width: 100%;
  height: 100%;
}
.header-2 .primary-header-bg .container:before {
  background-color: var(--lt-color-common-white);
  content: "";
  height: 100%;
  width: 3000px;
  position: absolute;
  top: 0;
  left: 15px;
}
.header-2 .primary-header-inner {
  position: relative;
  z-index: 1;
  padding-right: 0;
}
@media only screen and (max-width: 991px) {
  .header-2 .primary-header-inner .lt-primary-btn {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header-2 .primary-header-inner .lt-primary-btn {
    display: none;
  }
}

/* Header 3 */
.header-3 .header {
  position: relative;
  z-index: 99;
}
.header-3 .header .header-bg {
  background-color: var(--lt-color-common-white);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.header-3 .header .header-bg .container {
  height: 100%;
  display: grid;
  grid-template-columns: 130px 1fr;
}
.header-3 .header .header-bg .container div:nth-child(1) {
  height: 100%;
  position: relative;
}
.header-3 .header .header-bg .container div:nth-child(1):before {
  background-color: var(--lt-color-theme-primary);
  content: "";
  height: 100%;
  width: 3000px;
  position: absolute;
  top: 0;
  right: 15px;
}
.header-3 .header .header-bg .container div:nth-child(2) {
  position: relative;
  height: 100%;
}
.header-3 .header .header-bg .container div:nth-child(2):before {
  background-color: #FFEEE9;
  content: "";
  height: 33px;
  width: 3000px;
  position: absolute;
  top: 0;
  left: 80px;
}
@media only screen and (max-width: 991px) {
  .header-3 .header .header-bg .container div:nth-child(2) {
    display: none;
  }
}
.header-3 .header .main-header-inner {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  grid-template-columns: 139px 1fr;
  grid-gap: 90px;
}
.header-3 .header .main-header-inner .main-header-left {
  position: relative;
  z-index: 1;
  height: 120px;
  display: flex;
  align-items: center;
  clip-path: inset(0px -80px 0px 0px);
}
@media only screen and (max-width: 991px) {
  .header-3 .header .main-header-inner .main-header-left {
    height: 100px;
  }
}
.header-3 .header .main-header-inner .main-header-left:before {
  background-color: var(--lt-color-theme-primary);
  content: "";
  width: 127px;
  height: 127px;
  position: absolute;
  left: 35px;
  top: 0;
  z-index: -1;
  transform: rotate(-45deg);
  box-shadow: 0px 0px 0px 8px rgba(254, 86, 36, 0.5);
}
@media only screen and (max-width: 991px) {
  .header-3 .header .main-header-inner .main-header-left:before {
    height: 100px;
    width: 100px;
    left: 45px;
  }
}
.header-3 .header .main-header-inner .main-header-right {
  width: 100%;
}
.header-3 .header .main-header-inner .main-header-right .top-bar-list {
  padding-left: 15px;
}
.header-3 .header .top-bar {
  background-color: #FFEEE9;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .header-3 .header .top-bar {
    display: none;
  }
}
.header-3 .header .top-bar:before {
  background-color: #FFEEE9;
  content: "";
  width: 56px;
  height: 35px;
  position: absolute;
  top: -2px;
  left: -67px;
  clip-path: polygon(100% 0, 0 0, 100% 152%);
}
.header-3 .header .top-bar .top-bar-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.header-3 .header .top-bar .top-bar-bg .container {
  position: relative;
  width: 100%;
  height: 100%;
}
.header-3 .header .top-bar .top-bar-bg .container:before {
  background-color: #FFEEE9;
  content: "";
  height: 100%;
  width: 3000px;
  position: absolute;
  top: 0;
  left: 15px;
}
.header-3 .header .top-bar .top-bar-inner {
  padding: 3px 0;
}
.header-3 .header .top-bar .top-bar-inner .top-bar-list li {
  color: var(--lt-color-heading-primary);
}
.header-3 .header .top-bar .top-bar-inner .top-social li a {
  color: var(--lt-color-heading-primary);
}
.header-3 .header .primary-header-inner {
  padding: 0;
}
.header-3 .header .primary-header-inner .sticky-logo {
  display: none;
}
.header-3 .header .primary-header-inner .header-right .search-icon {
  font-size: 20px;
  color: var(--lt-color-heading-primary);
  margin-right: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .header-3 .header .primary-header-inner .header-right .lt-primary-btn {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header-3 .header .primary-header-inner .header-right .lt-primary-btn {
    display: none;
  }
}

.header-3 .sticky-header-wrap.fixed .primary-header-inner {
  max-width: 1185px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
.header-3 .sticky-header-wrap.fixed .primary-header-inner .header-right .search-icon {
  font-size: 20px;
  color: var(--lt-color-heading-primary);
  margin-right: 20px;
  cursor: pointer;
}

/* Header 4 */
.header-4 .header {
  position: inherit;
}
.header-4 .header .top-bar {
  background-color: var(--lt-color-theme-primary);
}
@media only screen and (max-width: 991px) {
  .header-4 .header .top-bar {
    background-color: var(--lt-color-common-white);
  }
}
.header-4 .header .top-bar .top-bar-list li a:hover {
  color: var(--lt-color-common-white);
}
.header-4 .header .top-bar .top-social li a:hover {
  color: var(--lt-color-common-white);
}
.header-4 .header .primary-header-inner {
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .header-4 .header .primary-header-inner {
    padding: 20px 0;
  }
}
.header-4 .header .primary-header-inner .header-right .header-btn {
  margin-left: 0;
}
.header-4 .header .primary-header-inner .header-right .search-icon {
  font-size: 20px;
  color: var(--lt-color-heading-primary);
  margin-right: 20px;
  cursor: pointer;
}

.header-4 .sticky-header-wrap.fixed .primary-header-inner .header-right .search-icon {
  font-size: 20px;
  color: var(--lt-color-heading-primary);
  margin-right: 20px;
  cursor: pointer;
}
.header-4 .sticky-header-wrap.fixed .primary-header-inner .header-right .header-btn {
  margin-left: 0;
}

/* !END: Theme Header CSS */
/**----------------------------------------
START: Theme Hero CSS
----------------------------------------*/
.hero-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .hero-section {
    height: auto;
  }
}

.hero-content {
  padding: 315px 0 205px 0;
}
@media (max-width: 1170px) {
  .hero-content {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-content {
    padding: 100px 0 100px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content {
    padding: 70px 20px;
  }
}
.hero-content .title {
  color: var(--lt-color-common-white);
  font-size: 80px;
  font-weight: 800;
  line-height: 1.1;
  max-width: 610px;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .hero-content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content .title {
    font-size: 35px;
  }
}
.hero-content p {
  color: var(--lt-color-common-white);
  max-width: 500px;
  width: 100%;
  margin-bottom: 40px;
  line-height: 1.7;
}

/* !END: Theme Hero CSS */
/**----------------------------------------
START: Theme Sponsor CSS
----------------------------------------*/
.sponsor-carousel {
  padding: 30px 0;
  border-top: 1px solid var(--lt-color-border-1);
  border-bottom: 1px solid var(--lt-color-border-1);
}

.sponsor-item {
  text-align: center;
  opacity: 0.7;
}
.sponsor-item img {
  max-width: 180px;
}
@media only screen and (max-width: 991px) {
  .sponsor-item {
    text-align: center;
  }
}

.sponsor-2 {
  padding: 70px 0;
}
@media only screen and (max-width: 991px) {
  .sponsor-2 {
    padding: 50px 0;
  }
}
.sponsor-2 .sponsor-item {
  position: relative;
  overflow: hidden;
  opacity: 1;
  padding: 0px 30px 0px 30px;
}
.sponsor-2 .sponsor-item img {
  max-width: 100%;
  height: 70px;
}
.sponsor-2 .sponsor-item .sponsor-img-hover {
  padding: 0px 30px 0px 30px;
  width: 100%;
  height: 100%;
  transform: translateY(-103%);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s ease;
  z-index: 1;
}
.sponsor-2 .sponsor-item .sponsor-img {
  filter: grayscale(100%);
  transition: all 0.4s ease;
}
.sponsor-2 .sponsor-item:hover .sponsor-img-hover {
  transform: translateY(0);
}
.sponsor-2 .sponsor-item:hover .sponsor-img {
  transform: translateY(103%);
}

/* !END: Theme Sponsor CSS */
/**----------------------------------------
START: Theme Outports CSS
----------------------------------------*/
.outports-section {
  position: relative;
  z-index: 1;
}
.outports-section .bg-map {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.outports-content {
  padding-right: 20px;
}
@media only screen and (max-width: 991px) {
  .outports-content {
    padding-right: 0;
  }
}
.outports-content .section-heading {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .outports-content .section-heading .section-title {
    max-width: 600px;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .outports-content .section-heading p {
    max-width: 550px;
    width: 100%;
  }
}

.outports-items {
  padding-left: 20px;
}
@media only screen and (max-width: 991px) {
  .outports-items {
    padding-left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .outports-items {
    grid-template-columns: 1fr;
  }
}
.outports-items .outports-item {
  background: var(--lt-color-common-white);
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 20px;
  padding: 30px;
  border: 1px solid var(--lt-color-border-1);
  -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;
  transition: all 0.3s ease-in-out;
}
.outports-items .outports-item:not(:last-of-type) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .outports-items .outports-item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.outports-items .outports-item .outports-icon {
  background-color: rgba(11, 56, 145, 0.126);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outports-items .outports-item .outports-info .title {
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.outports-items .outports-item .outports-info .title a {
  line-height: 1;
}
.outports-items .outports-item .outports-info .title a:hover {
  color: var(--lt-color-theme-primary);
}
.outports-items .outports-item .outports-info .title span {
  font-size: 50px;
  font-family: var(--mt-ff-body);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #0F1B24;
  opacity: 0.07;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.outports-items .outports-item .outports-info p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .outports-items .outports-item .outports-info p {
    max-width: 450px;
  }
}
.outports-items .outports-item:hover {
  border: 1px solid transparent;
  box-shadow: 0px 16px 85px 0px rgba(15, 27, 36, 0.1);
}

/* !END: Theme Outports CSS */
/**----------------------------------------
START: Theme About CSS
----------------------------------------*/
.about-section {
  position: relative;
}
.about-section .truck {
  position: absolute;
  bottom: 120px;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .about-section .truck {
    left: auto;
    right: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .about-section .truck {
    display: none;
  }
}
.about-section .bg-shape {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .about-section .section-heading .section-title {
    max-width: 450px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .about-section .section-heading .section-title {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .about-section .section-heading p {
    max-width: 400px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .about-section .section-heading p {
    max-width: 100%;
    width: 100%;
  }
}

.about-thumb {
  position: relative;
  z-index: 1;
}
.about-thumb img {
  width: 100%;
}
.about-thumb .video-btn-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-thumb .video-btn-wrap .video-btn {
  background-color: var(--lt-color-common-white);
  color: var(--lt-color-common-black);
  font-size: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
}
.about-thumb .video-btn-wrap .video-btn img {
  height: 36px;
  width: 30px;
  margin: 0 auto;
}

.about-content {
  padding-left: 15px;
}
@media only screen and (max-width: 991px) {
  .about-content {
    padding-left: 0;
  }
}

.about-items {
  display: flex;
  align-items: center;
  column-gap: 80px;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media (max-width: 1170px) {
  .about-items {
    column-gap: 50px;
  }
}
.about-items .about-item .about-icon {
  height: 70px;
  width: 70px;
  margin: 0 auto;
  margin-bottom: 12px;
}
.about-items .about-item .title {
  font-size: 18px;
  margin-bottom: 0;
}

.ripple,
.ripple:before,
.ripple:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  transform: translateX(-50%) translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  -moz-animation: rippleOne 3s infinite;
  -ms-animation: rippleOne 3s infinite;
  -o-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}

.ripple {
  z-index: -1;
}
.ripple:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 50px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 50px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
/* About 2 */
.about-2 {
  padding-bottom: 180px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .about-2 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .about-2 {
    padding-bottom: 50px;
  }
}
.about-2 .truck-2 {
  position: absolute;
  top: -90px;
  right: 105px;
}
@media only screen and (max-width: 991px) {
  .about-2 .truck-2 {
    right: 0;
  }
  .about-2 .truck-2 img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .about-2 .truck-2 {
    display: none;
  }
}

.about-img-wrap {
  position: relative;
  margin-right: 30px;
}
@media only screen and (max-width: 991px) {
  .about-img-wrap {
    margin-right: 0;
    max-width: 570px;
    margin: 0 auto;
  }
}
.about-img-wrap .about-img img {
  max-width: 370px;
  width: 100%;
}
.about-img-wrap .img-2 {
  max-width: 270px;
  width: 100%;
  position: absolute;
  bottom: -97px;
  right: 0;
}
.about-img-wrap .about-shape .shape {
  position: absolute;
  top: 0;
  right: 0;
}
.about-img-wrap .about-shape .shape.shape-1 {
  top: auto;
  bottom: -125px;
  right: 37%;
  z-index: -1;
}
.about-img-wrap .about-shape .shape.shape-2 {
  background-color: var(--lt-color-theme-primary);
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 70px;
  right: 115px;
}
.about-img-wrap .about-shape .shape.shape-3 {
  top: 20px;
  right: 50px;
}

.about-info {
  padding-left: 30px;
  padding-top: 60px;
}
@media only screen and (max-width: 991px) {
  .about-info {
    padding-left: 0;
    padding-top: 160px;
  }
}
.about-info .section-heading p {
  max-width: 400px;
  width: 100%;
}

.outports-items {
  padding-left: 0;
}
.outports-items.items-2 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .outports-items.items-2 {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
.outports-items.items-2 .outports-item {
  padding: 0;
  border: none;
}
.outports-items.items-2 .outports-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.outports-items.items-2 .outports-item .outports-info p {
  max-width: 300px;
  width: 100%;
}
.outports-items.items-2 .outports-item:hover {
  box-shadow: none;
}

/* About 3 */
.about-3 {
  padding-bottom: 157px;
}
@media only screen and (max-width: 991px) {
  .about-3 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .about-3 {
    padding-bottom: 50px;
  }
}
.about-3 .section-heading {
  margin-bottom: 30px;
}
.about-3 .about-thumb {
  max-width: 470px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.about-3 .about-thumb img {
  width: 100%;
  height: 100%;
}
.about-3 .about-thumb:before {
  background-color: transparent;
  content: "";
  border: 10px solid var(--lt-color-theme-primary);
  height: 625px;
  width: 470px;
  position: absolute;
  top: 50px;
  right: -45px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .about-3 .about-thumb:before {
    display: none;
  }
}
.about-3 .about-content-2 {
  margin-top: 45px;
  padding-left: 20px;
}
@media (max-width: 1170px) {
  .about-3 .about-content-2 {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .about-3 .about-content-2 {
    margin-top: 70px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-3 .about-content-2 {
    margin-top: 40px;
  }
}
.about-3 .about-content-2 .about-author-box {
  display: flex;
  align-items: center;
  column-gap: 30px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  row-gap: 15px;
}
.about-3 .about-content-2 .about-author-box .author-info {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.about-3 .about-content-2 .about-box-wrap {
  background-color: var(--lt-color-common-white);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  row-gap: 20px;
  padding: 30px 0;
}
@media (max-width: 1170px) {
  .about-3 .about-content-2 .about-box-wrap {
    display: inline-block;
  }
}
@media only screen and (max-width: 991px) {
  .about-3 .about-content-2 .about-box-wrap {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .about-3 .about-content-2 .about-box-wrap {
    display: inline-block;
  }
}
.about-3 .about-content-2 .about-box-wrap .about-box {
  padding: 0 30px;
}
.about-3 .about-content-2 .about-box-wrap .about-box .icon {
  font-size: 25px;
  color: var(--lt-color-theme-primary);
  margin-bottom: 15px;
}
.about-3 .about-content-2 .about-box-wrap .about-box .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.about-3 .about-content-2 .about-box-wrap .about-box p {
  font-size: 14px;
  max-width: 188px;
}
.about-3 .about-content-2 .about-box-wrap .about-box p:last-child {
  margin-bottom: 0;
}
.about-3 .about-content-2 .about-box-wrap .about-box:nth-child(1) {
  border-right: 1px solid var(--lt-color-border-1);
}
@media (max-width: 1170px) {
  .about-3 .about-content-2 .about-box-wrap .about-box:nth-child(1) {
    border: none;
    border-bottom: 1px solid var(--lt-color-border-1);
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .about-3 .about-content-2 .about-box-wrap .about-box:nth-child(1) {
    border: none;
    border-right: 1px solid var(--lt-color-border-1);
  }
}
@media only screen and (max-width: 767px) {
  .about-3 .about-content-2 .about-box-wrap .about-box:nth-child(1) {
    border: none;
    border-bottom: 1px solid var(--lt-color-border-1);
  }
}

/* !END: Theme About CSS */
/**----------------------------------------
START: Theme Process CSS
----------------------------------------*/
.process-wrap {
  position: relative;
  z-index: 1;
}
.process-wrap .process-bg {
  background-repeat: no-repeat;
  background-size: 88%;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 29%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 991px) {
  .process-wrap .process-bg {
    display: none;
  }
}

.process-item .process-icon {
  background-color: var(--lt-color-common-white);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--lt-color-border-1);
  margin: 0 auto;
  position: relative;
  margin-bottom: 25px;
}
.process-item .process-icon img {
  width: 80px;
  height: 80px;
}
.process-item .process-icon span {
  background-color: var(--lt-color-theme-primary);
  font-family: var(--lt-ff-heading);
  color: var(--lt-color-common-white);
  font-size: 24px;
  font-weight: 600;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.process-item .title {
  line-height: 1.3;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .process-item .title {
    max-width: 250px;
  }
}

/* !END: Theme Process CSS */
/**----------------------------------------
START: Theme Project CSS
----------------------------------------*/
.project-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 45px;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media only screen and (max-width: 991px) {
  .project-top {
    margin-bottom: 30px;
  }
}
.project-top .section-heading {
  margin-bottom: 0;
}
.project-top .swiper-arrow {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.project-top .swiper-arrow .swiper-nav {
  font-size: 18px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--lt-color-border-2);
  -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;
  transition: all 0.3s ease-in-out;
}
.project-top .swiper-arrow .swiper-nav:hover {
  background-color: var(--lt-color-theme-primary);
  color: var(--lt-color-common-white);
}

.project-carousel-wrap {
  max-width: 1785px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.project-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.project-img {
    height: 400px; /* Set your desired fixed height */
    overflow: hidden;
}
.project-item .project-img img {
  width: 100%;
  object-fit: cover;
}
.project-item .project-btn {
  background-color: var(--lt-color-common-white);
  color: var(--lt-color-common-black);
  font-size: 25px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  left: 20px;
  visibility: hidden;
  opacity: 0;
  -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;
  transition: all 0.3s ease-in-out;
}
.project-item .project-btn:hover {
  background-color: var(--lt-color-theme-primary);
  color: var(--lt-color-common-white);
}
.project-item:hover .project-btn {
  left: 30px;
  visibility: visible;
  opacity: 1;
}
.project-item .project-content {
  position: absolute;
  bottom: 10px;
  left: 30px;
  -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;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.project-item .project-content span {
  font-family: var(--lt-ff-heading);
  color: var(--lt-color-common-white);
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
  opacity: 0.8;
}
.project-item .project-content .title {
  color: var(--lt-color-common-white);
  line-height: 1;
}
.project-item .project-content .title a:hover {
  color: var(--lt-color-theme-primary);
}
.project-item:hover .project-content {
  bottom: 30px;
  visibility: visible;
  opacity: 1;
}

/* Project 2 */
.project-2 .project-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .project-2 .project-btn {
    margin-top: 30px;
  }
}

.project-carousel-wrap {
  position: relative;
}
.project-carousel-wrap .swiper-nav {
  background-color: var(--lt-color-common-white);
  font-size: 18px;
  color: var(--lt-color-heading-primary);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  -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;
  transition: all 0.3s ease-in-out;
}
.project-carousel-wrap .swiper-nav:hover {
  background-color: var(--lt-color-theme-primary);
  color: var(--lt-color-common-white);
}
.project-carousel-wrap .swiper-nav.swiper-next {
  left: auto;
  right: -10px;
}
.project-carousel-wrap:hover .swiper-nav {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.project-carousel-wrap:hover .swiper-nav.swiper-next {
  left: auto;
  right: 0;
}

.project-carousel-2 {
  width: 100%;
  max-width: 1185px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: inherit;
}
.project-carousel-2 .project-item .project-img {
  height: 500px;
}
.project-carousel-2 .project-item .project-img img {
  height: 100%;
  width: 100%;
}
.project-carousel-2 .project-item .project-content span {
  margin-bottom: 0;
}

.portfolio-wrap .project-item .project-img {
  height: 500px;
}
.portfolio-wrap .project-item .project-img img {
  height: 100%;
}

/* !END: Theme Project CSS */
/**----------------------------------------
START: Theme Faq CSS
----------------------------------------*/
.faq-content {
  padding-right: 30px;
}
@media only screen and (max-width: 991px) {
  .faq-content {
    padding-right: 0;
  }
}
.faq-content .section-heading {
  margin-bottom: 20px;
}
.faq-content .section-heading .section-title {
  max-width: 470px;
  width: 100%;
}
.faq-content .accordion-item {
  border: none;
  box-shadow: 0px 3px 15px 0px rgba(15, 27, 36, 0.1);
}
.faq-content .accordion-item:not(:last-of-type) {
  margin-bottom: 15px;
}
.faq-content .accordion-item .accordion-header {
  border: none;
  box-shadow: none;
}
.faq-content .accordion-item .accordion-header .accordion-button {
  font-size: 20px;
  font-weight: 600;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .faq-content .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }
}
.faq-content .accordion-item .accordion-header .accordion-button:focus {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.faq-content .accordion-item .accordion-header .accordion-button:after {
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  content: "+";
  height: auto;
  width: auto;
  font-weight: 400;
  transform: rotate(0);
}
.faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: var(--lt-color-theme-primary);
  background-color: transparent;
  box-shadow: none;
}
.faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  content: "\f068";
  height: auto;
  width: auto;
  font-weight: 400;
}
.faq-content .accordion-item .accordion-body {
  max-width: 450px;
  width: 100%;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .faq-content .accordion-item .accordion-body {
    font-size: 15px;
  }
}

.faq-img {
  height: 100%;
  padding-left: 30px;
}
@media only screen and (max-width: 991px) {
  .faq-img {
    padding-left: 0;
  }
}
.faq-img img {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .faq-img img {
    width: 100%;
  }
}

/* !END: Theme Faq CSS */
/**----------------------------------------
START: Theme Team CSS
----------------------------------------*/
.team-item .team-img {
  overflow: hidden;
}
.team-item .team-img img {
  width: 100%;
  -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;
  transition: all 0.3s ease-in-out;
}
.team-item .team-content {
  background-color: var(--lt-color-common-white);
  padding: 30px;
  border: 1px solid var(--lt-color-border-2);
  -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;
  transition: all 0.3s ease-in-out;
}
.team-item .team-content .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.team-item .team-content .title a:hover {
  color: var(--lt-color-theme-primary);
}
.team-item .team-content .title span {
  font-family: var(--lt-ff-body);
  color: var(--lt-color-text-body);
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 10px;
}
.team-item .team-content .team-social li {
  display: inline-flex;
}
.team-item .team-content .team-social li:not(:last-of-type) {
  margin-right: 10px;
}
.team-item .team-content .team-social li a {
  font-size: 13px;
  color: var(--lt-color-text-body);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--lt-color-border-2);
  -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;
  transition: all 0.3s ease-in-out;
}
.team-item .team-content .team-social li a:hover {
  background-color: var(--lt-color-theme-primary);
  color: var(--lt-color-common-white);
  border: 1px solid var(--lt-color-theme-primary);
}
.team-item:hover .team-content {
  background: var(--lt-color-common-white);
  box-shadow: 0px 16px 40px 0px rgba(15, 27, 36, 0.1);
  border: 1px solid transparent;
}
.team-item:hover .team-img img {
  transform: scale(1.02);
}

.team-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media only screen and (max-width: 991px) {
  .team-top {
    margin-bottom: 30px;
  }
}
.team-top .section-heading {
  margin-bottom: 0;
}

/* !END: Theme Team CSS */
/**----------------------------------------
START: Theme Testimonal CSS
----------------------------------------*/
.testimonial-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.testimonial-carousel {
  padding-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .testimonial-carousel {
    padding-bottom: 50px;
  }
}
.testimonial-carousel .swiper-pagination {
  line-height: 1;
  bottom: 0;
}
.testimonial-carousel .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  background-color: var(--lt-color-common-white);
  border-radius: 0;
  opacity: 1;
}
.testimonial-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3e76a9;
}

.testi-item {
  background-color: var(--lt-color-common-white);
  padding: 40px 30px;
}
.testi-item .review li {
  color: var(--lt-color-theme-primary);
  font-size: 18px;
  display: inline-flex;
}
.testi-item .review li:not(:last-of-type) {
  margin-right: 5px;
}
.testi-item p {
  font-size: 18px;
  margin: 20px 0 30px 0;
  max-width: 350px;
  width: 100%;
}
.testi-item .testi-author {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.testi-item .testi-author img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.testi-item .testi-author .author {
  font-size: 22px;
  margin-bottom: 0;
}
.testi-item .testi-author .author span {
  color: var(--lt-color-text-body);
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
  display: block;
}
.testi-item .testi-author .author a:hover {
  color: var(--lt-color-theme-primary);
}

/* Testi 2 */
.testimonial-carousel-2 {
  padding-bottom: 170px;
}
@media only screen and (max-width: 767px) {
  .testimonial-carousel-2 {
    padding-bottom: 140px;
  }
}
.testimonial-carousel-2 .swiper-pagination {
  bottom: 0;
  line-height: 1;
}
.testimonial-carousel-2 .swiper-pagination .swiper-pagination-bullet {
  background-color: #c4c4c4;
  height: 16px;
  width: 16px;
}
.testimonial-carousel-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--lt-color-theme-primary);
}

.testi-box {
  padding: 40px;
  border: 1px solid var(--lt-color-border-2);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .testi-box {
    padding: 40px 20px;
  }
}
.testi-box p {
  margin-bottom: 30px;
}
.testi-box .author {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  text-transform: capitalize;
}
.testi-box .author span {
  font-family: var(--lt-ff-body);
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-top: 10px;
}
.testi-box .author-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  bottom: -80px;
  left: 0;
  z-index: 1;
}
.testi-box .author-img:before {
  background-color: var(--lt-color-common-white);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  content: "";
  border: 1px solid var(--lt-color-border-2);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
  clip-path: inset(0 0 89px 0px);
}
.testi-box .arrow {
  background-color: var(--lt-color-common-white);
  border-left: 1px solid var(--lt-color-border-2);
  position: absolute;
  bottom: -40px;
  left: 40%;
  width: 60px;
  height: 40px;
  overflow: hidden;
}
.testi-box .arrow:before {
  height: 76px;
  width: 1px;
  background-color: var(--lt-color-border-2);
  content: "";
  position: absolute;
  right: 30px;
  top: -17px;
  -webkit-transform: rotate(45deg);
  transform: rotate(57deg);
}

/* !END: Theme Testimonal CSS */
/**----------------------------------------
START: Theme Cta CSS
----------------------------------------*/
.cta-section {
  background-color: var(--lt-color-heading-primary);
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0;
}
.cta-section .cta-shape {
  position: absolute;
  top: 40px;
  left: 0;
}

.cta-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
  padding: 92px 0;
}
@media only screen and (max-width: 991px) {
  .cta-wrap {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding: 72px 0;
  }
}
.cta-wrap .title {
  font-size: 48px;
  color: var(--lt-color-common-white);
  max-width: 670px;
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .cta-wrap .title {
    font-size: 32px;
  }
}
.cta-wrap .cta-btn {
  background-color: var(--lt-color-common-white);
  color: var(--lt-color-heading-primary);
}
.cta-wrap .cta-btn:before {
  background-color: var(--lt-color-theme-primary);
}
.cta-wrap .cta-btn:hover {
  color: var(--lt-color-common-white);
}

/* !END: Theme Cta CSS */
/**----------------------------------------
START: Theme Blog CSS
----------------------------------------*/
.blog-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
  flex-wrap: wrap;
  row-gap: 15px;
}
@media only screen and (max-width: 991px) {
  .blog-top {
    padding-bottom: 30px;
  }
}
.blog-top .section-heading {
  margin-bottom: 0;
}
.blog-top .section-heading p {
  max-width: 400px;
  width: 100%;
}
.blog-top .blog-btn {
  background-color: var(--lt-color-common-white);
  color: var(--lt-color-heading-primary);
  font-weight: 600;
  border: 1px solid var(--lt-color-border-1);
}
.blog-top .blog-btn:before {
  background-color: var(--lt-color-theme-primary);
}
.blog-top .blog-btn:hover {
  color: var(--lt-color-common-white);
  border: 1px solid var(--lt-color-theme-primary);
}

.post-card .post-thumb {
  overflow: hidden;
}
.post-card .post-thumb img {
  width: 100%;
  -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;
  transition: all 0.3s ease-in-out;
}
.post-card .post-content-wrap {
  border: 1px solid var(--lt-color-border-1);
  -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;
  transition: all 0.3s ease-in-out;
}
.post-card .post-bottom {
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post-card .post-bottom .read-more {
  font-family: var(--lt-ff-heading);
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.post-card .post-bottom .read-more:hover {
  color: var(--lt-color-theme-primary);
}
.post-card .post-bottom .post-author {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.post-card:hover .post-content-wrap {
  box-shadow: 0px 16px 40px 0px rgba(15, 27, 36, 0.1);
  border: 1px solid transparent;
}
.post-card:hover .post-thumb img {
  transform: scale(1.03);
}

.post-content {
  padding: 30px;
  border-bottom: 1px solid var(--lt-color-border-1);
}
.post-content .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.4;
  max-width: 275px;
  width: 100%;
}
.post-content .title a {
  background: linear-gradient(var(--lt-color-theme-primary) 0%, var(--lt-color-theme-primary) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  -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;
  transition: all 0.3s ease-in-out;
}
.post-content .title a:hover {
  color: var(--lt-color-theme-primary);
  background-size: 100% 2px;
}

.post-meta {
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 15px;
  margin-bottom: 20px;
}
.post-meta li {
  font-size: 14px;
  line-height: 1;
}
.post-meta li i {
  margin-right: 10px;
  font-size: 12px;
}

.blog-2 .blog-top .section-heading .section-title {
  max-width: 600px;
  width: 100%;
}

/* !END: Theme Blog CSS */
/**----------------------------------------
START: Theme Slider CSS
----------------------------------------*/
.slider-section {
  overflow: hidden;
}

.logistec-slider {
  position: relative;
  z-index: 2;
}

.slider-item {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.slider-item .slide-img-wrap {
  height: 950px;
}
@media only screen and (max-width: 991px) {
  .slider-item .slide-img-wrap {
    height: 650px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-item .slide-img-wrap {
    height: 550px;
  }
}
.slider-item .slide-img-wrap img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slider-item .slider-content-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  width: 100%;
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .slider-item .slider-content-wrap {
    margin-top: 0;
  }
}
.slider-item .slider-content-wrap .slider-content-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media only screen and (max-width: 991px) {
  .slider-item .slider-content-wrap .slider-content-inner {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-item .slider-content-wrap .slider-content-inner {
    flex-direction: column;
    align-items: baseline;
    row-gap: 50px;
  }
}
.slider-item .slider-content-wrap .logistec-caption {
  margin-bottom: 42px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .slider-item .slider-content-wrap .logistec-caption {
    margin-bottom: 30px;
  }
}
.slider-item .slider-content-wrap .logistec-caption.sub-heading {
  margin-bottom: 30px;
}
.slider-item .slider-content-wrap .logistec-small-cap {
  font-family: var(--lt-ff-heading);
  color: var(--lt-color-common-white);
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .slider-item .slider-content-wrap .logistec-small-cap {
    font-size: 16px;
    max-width: 100%;
  }
}
.slider-item .slider-content-wrap .logistec-cap {
  font-family: var(--lt-ff-heading);
  color: var(--lt-color-common-white);
  font-size: 80px;
  line-height: 1.15;
  font-weight: 800;
  display: block;
}
@media only screen and (max-width: 991px) {
  .slider-item .slider-content-wrap .logistec-cap {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-item .slider-content-wrap .logistec-cap {
    font-size: 30px;
    line-height: 1.4;
    max-width: 100%;
  }
}
.slider-item .slider-content-wrap .slider-video-btn .video-btn {
  background-color: var(--lt-color-common-white);
  position: relative;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .slider-item .slider-content-wrap .slider-video-btn .video-btn {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }
}
.slider-item .slider-content-wrap .slider-video-btn .video-btn img {
  margin-left: 5px;
}

.logistec-swiper-pagination {
  height: 100%;
  width: auto !important;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50px !important;
  z-index: 2;
}
@media (max-width: 1399px) {
  .logistec-swiper-pagination {
    left: 25px !important;
  }
}
@media (max-width: 1250px) {
  .logistec-swiper-pagination {
    display: none;
  }
}
.logistec-swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 50%;
  opacity: 1;
  display: block;
}
.logistec-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--lt-color-common-white);
}
.logistec-swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  background-color: var(--lt-color-common-white);
  width: 5px;
  height: 5px;
  border: 1px solid var(--lt-color-common-white);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.logistec-swiper-pagination .swiper-pagination-bullet:not(:last-of-type) {
  margin-bottom: 10px;
}

/* Slider 2 */
.slider-2 .slider-item .slide-img-wrap {
  height: 830px;
}
.slider-2 .slider-item .slider-content-wrap {
  left: -100px;
  margin-top: 0;
}
@media (max-width: 1399px) {
  .slider-2 .slider-item .slider-content-wrap {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .slider-2 .slider-item .slider-content-wrap .slider-content-inner {
    padding-right: 0;
  }
}
.slider-2 .slider-item .slider-content-wrap .slider-content {
  background: linear-gradient(90deg, #0F1B24 0.39%, rgba(15, 27, 36, 0) 99.62%);
  padding: 60px 100px;
}
@media only screen and (max-width: 767px) {
  .slider-2 .slider-item .slider-content-wrap .slider-content {
    padding: 50px 30px;
  }
}
.slider-2 .slider-item .slider-content-wrap .slider-content .logistec-caption.heading {
  margin-bottom: 20px;
}
.slider-2 .slider-item .slider-content-wrap .slider-content .slider-desc {
  margin-bottom: 40px;
}
.slider-2 .slider-item .slider-content-wrap .slider-content .slider-desc p {
  color: var(--lt-color-common-white);
  max-width: 620px;
  width: 100%;
  margin-bottom: 0;
}
.slider-2 .slider-item .slider-content-wrap .slider-content .slider-btn-wrap {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.slider-2 .slider-item .slider-content-wrap .slider-content .slider-btn-wrap .slider-btn .lt-primary-btn {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.slider-2 .slider-item .slider-content-wrap .slider-content .slider-btn-wrap .slider-btn .lt-primary-btn:hover {
  border: 1px solid var(--lt-color-heading-primary);
}
.slider-2 .slider-item .slider-content-wrap .slider-content .slider-btn-wrap .slider-btn .lt-primary-btn.active {
  background-color: var(--lt-color-heading-primary);
  border: 1px solid var(--lt-color-heading-primary);
}
@media only screen and (max-width: 767px) {
  .slider-2 .slider-item .slide-img-wrap {
    height: 650px;
  }
}
.slider-2 .logistec-swiper-pagination {
  left: auto !important;
  right: 100px;
  top: 40%;
}
@media (max-width: 1250px) {
  .slider-2 .logistec-swiper-pagination {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .slider-2 .logistec-swiper-pagination {
    right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-2 .logistec-swiper-pagination {
    display: none;
  }
}
.slider-2 .logistec-swiper-pagination .swiper-pagination-bullet {
  background-color: var(--lt-color-common-white);
  height: 10px;
  width: 10px;
  -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;
  transition: all 0.3s ease-in-out;
  border: none;
}
.slider-2 .logistec-swiper-pagination .swiper-pagination-bullet:before {
  display: none;
}
.slider-2 .logistec-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--lt-color-theme-primary);
  height: 20px;
  border-radius: 5px;
}

/* Text Animation */
.logistec-animation,
.logistec-animation span {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.logistec-animation span {
  display: inline-block;
}

/* Fade Effect */
.logistec-fadeIn {
  animation-name: asFadeIn;
}

@keyframes asFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.logistec-fadeInLeft {
  animation-name: asFadeInLeft;
}

@keyframes asFadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
  }
}
.logistec-fadeInRight {
  animation-name: asFadeInRight;
}

@keyframes asFadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
  }
}
.logistec-fadeInDown {
  animation-name: asFadeInTop;
}

@keyframes asFadeInTop {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
  }
}
.logistec-fadeInUp {
  animation-name: asFadeInBottom;
}

@keyframes asFadeInBottom {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
  }
}
/* Move From Effect */
.logistec-moveFromLeft {
  animation-name: asMoveFromLeft;
}

@keyframes asMoveFromLeft {
  from {
    visibility: hidden;
    transform: translateX(-50px);
  }
  to {
    visibility: visible;
  }
}
.logistec-moveFromRight {
  animation-name: asMoveFromRight;
}

@keyframes asMoveFromRight {
  from {
    visibility: hidden;
    transform: translateX(50px);
  }
  to {
    visibility: visible;
  }
}
.logistec-moveFromTop {
  animation-name: asMoveFromTop;
}

@keyframes asMoveFromTop {
  from {
    visibility: hidden;
    transform: translateY(-50px);
  }
  to {
    visibility: visible;
  }
}
.logistec-moveFromBottom {
  animation-name: asMoveFromBottom;
}

@keyframes asMoveFromBottom {
  from {
    visibility: hidden;
    transform: translateY(50px);
  }
  to {
    visibility: visible;
  }
}
/* Blur Effect */
.logistec-blurIn {
  animation-name: asBlurIn;
}

@keyframes asBlurIn {
  from {
    filter: blur(20px);
    opacity: 0;
  }
}
.logistec-blurInLeft {
  animation-name: asBlurInLeft;
}

@keyframes asBlurInLeft {
  from {
    transform: translateX(50px);
    filter: blur(20px);
    opacity: 0;
  }
}
.logistec-blurInRight {
  animation-name: asBlurInRight;
}

@keyframes asBlurInRight {
  from {
    transform: translateX(-50px);
    filter: blur(20px);
    opacity: 0;
  }
}
.logistec-blurInTop {
  animation-name: asBlurInTop;
}

@keyframes asBlurInTop {
  from {
    transform: translateY(50px);
    filter: blur(20px);
    opacity: 0;
  }
}
.logistec-blurInBottom {
  animation-name: asBlurInBottom;
}

@keyframes asBlurInBottom {
  from {
    transform: translateY(-50px);
    filter: blur(20px);
    opacity: 0;
  }
}
/* Zoom Effect */
.logistec-zoomIn {
  animation-name: asZoomIn;
}

@keyframes asZoomIn {
  from {
    transform: scale(5);
    opacity: 0;
  }
}
.logistec-zoomInLeft {
  animation-name: asZoomInLeft;
}

@keyframes asZoomInLeft {
  from {
    transform: scale(5) translateX(-50%);
    opacity: 0;
  }
}
.logistec-zoomInRight {
  animation-name: asZoomInRight;
}

@keyframes asZoomInRight {
  from {
    transform: scale(5) translateX(50%);
    opacity: 0;
  }
}
.logistec-zoomInTop {
  animation-name: asZoomInTop;
}

@keyframes asZoomInTop {
  from {
    transform: scale(10) translateY(-50%);
    opacity: 0;
  }
}
.logistec-zoomInBottom {
  animation-name: asZoomInBottom;
}

@keyframes asZoomInBottom {
  from {
    transform: scale(10) translateY(50%);
    opacity: 0;
  }
}
/* Flip Effect */
.logistec-flipInTop {
  animation-name: asFlipInTop;
}

@keyframes asFlipInTop {
  from {
    transform: perspective(600px);
    opacity: 0;
  }
  30% {
    transform: perspective(600px) rotateX(180deg);
    transform-origin: 0 0;
    animation-timing-function: ease-out;
  }
  to {
    transform: perspective(600px);
  }
}
.logistec-flipInBottom {
  animation-name: asFlipInBottom;
}

@keyframes asFlipInBottom {
  from {
    transform: perspective(600px);
    opacity: 0;
  }
  30% {
    transform: perspective(600px) rotateX(180deg);
    transform-origin: bottom;
    animation-timing-function: ease-out;
  }
  to {
    transform: perspective(600px);
  }
}
/* Roll Effect */
.logistec-rollFromLeft {
  animation-name: asRollFromLeft;
}

@keyframes asRollFromLeft {
  from {
    transform: translateX(-60px) perspective(600px) rotateY(180deg);
    opacity: 0;
  }
}
.logistec-rollFromRight {
  animation-name: asRollFromRight;
}

@keyframes asRollFromRight {
  from {
    transform: translateX(60px) perspective(600px) rotateY(-180deg);
    opacity: 0;
  }
}
.logistec-rollFromTop {
  animation-name: asRollFromTop;
}

@keyframes asRollFromTop {
  from {
    transform: translateY(-60px) perspective(600px) rotateX(180deg);
    opacity: 0;
  }
}
.logistec-rollFromBottom {
  animation-name: asRollFromBottom;
}

@keyframes asRollFromBottom {
  from {
    transform: translateY(60px) perspective(600px) rotateX(-180deg);
    opacity: 0;
  }
}
/* Rotate Skate Effect */
.logistec-rotateSkateInRight {
  animation-name: asRotateSkateInRight;
}

@keyframes asRotateSkateInRight {
  from {
    transform: scaleX(0.2) translateX(100px);
    opacity: 0;
  }
}
.logistec-rotateSkateInLeft {
  animation-name: asRotateSkateInLeft;
}

@keyframes asRotateSkateInLeft {
  from {
    transform: scaleX(0.2) translateX(-100px);
    opacity: 0;
  }
}
.logistec-rotateSkateInTop {
  animation-name: asRotateSkateInTop;
}

@keyframes asRotateSkateInTop {
  from {
    transform: scaleY(0.2) translateY(-100px);
    opacity: 0;
  }
}
.logistec-rotateSkateInBottom {
  animation-name: asRotateSkateInBottom;
}

@keyframes asRotateSkateInBottom {
  from {
    transform: scaleY(0.2) translateY(100px);
    opacity: 0;
  }
}
/* PopUp Effect */
.logistec-popUp {
  animation-name: asPopUp;
}

@keyframes asPopUp {
  0% {
    visibility: hidden;
  }
  50% {
    transform: scale(1.1);
    visibility: visible;
  }
}
.logistec-popUpLeft {
  animation-name: asPopUpLeft;
}

@keyframes asPopUpLeft {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
    transform: translateX(-20px) scale(1.1);
    animation-timing-function: ease-in;
  }
}
.logistec-popUpRight {
  animation-name: asPopUpRight;
}

@keyframes asPopUpRight {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
    transform: translateX(20px) scale(1.1);
    animation-timing-function: ease-in;
  }
}
/* Kenburns Top */
.swiper-slide-active .kenburns-top {
  -webkit-animation-name: kenburns-top;
  animation-name: kenburns-top;
}

@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.08) translateY(-15px);
    transform: scale(1.08) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.08) translateY(-15px);
    transform: scale(1.08) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
/* !END: Theme Slider CSS */
/**----------------------------------------
START: Theme Service CSS
----------------------------------------*/
.service-section {
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .service-section {
    padding-bottom: 20px;
  }
}
.service-section .service-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.service-info .swiper-arrow {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.service-info .swiper-arrow .swiper-nav {
  background-color: var(--lt-color-common-white);
  color: var(--lt-color-heading-primary);
  font-size: 18px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  -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;
  transition: all 0.3s ease-in-out;
}
.service-info .swiper-arrow .swiper-nav:hover {
  background-color: var(--lt-color-theme-primary);
  color: var(--lt-color-common-white);
}

.service-carousel {
  padding: 0 10px 50px 20px;
}

.service-item {
  background-color: var(--lt-color-common-white);
}
.service-item .service-thumb {
  text-align: center;
  position: relative;
}
.service-item .service-thumb img {
  width: 100%;
}
.service-item .service-thumb .service-icon {
  background-color: var(--lt-color-theme-primary);
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.service-item .service-thumb .service-icon img {
  width: auto;
}
.service-item .service-content {
  padding: 70px 30px 30px 30px;
  -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;
  transition: all 0.3s ease-in-out;
}
.service-item .service-content .title {
  line-height: 1;
}
.service-item .service-content .title a:hover {
  color: var(--lt-color-theme-primary);
}
.service-item .service-content .read-more {
  font-family: var(--lt-color-heading-primary);
  color: var(--lt-color-text-body);
  font-size: 15px;
  font-weight: 500;
}
.service-item .service-content .read-more i {
  margin-left: 5px;
}
.service-item .service-content .read-more:hover {
  color: var(--lt-color-theme-primary);
}
.service-item:hover .service-content {
  box-shadow: 0px 16px 40px 0px rgba(15, 27, 36, 0.1);
}

/* Service 2 */
.service-2 {
  position: relative;
  z-index: 1;
}
.service-2 .service-map {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.service-2 .truck {
  position: absolute;
  bottom: -35px;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .service-2 .truck {
    display: none;
  }
}

@media (min-width: 992px) {
  .service-items {
    background-image: url(../img/shapes/service-bg-line.png);
    background-repeat: no-repeat;
    background-position: center -25px;
    background-size: 90%;
    width: 100%;
    height: 100%;
  }
  .service-items > div:nth-child(2n+2) {
    padding-top: 60px;
  }
}

.service-box .service-icon {
  background: var(--lt-color-common-white);
  box-shadow: 0px 16px 40px 0px rgba(15, 27, 36, 0.1);
  height: 180px;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 25px;
  -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;
  transition: all 0.3s ease-in-out;
}
.service-box .service-content .title {
  color: var(--lt-color-heading-primary);
  margin-bottom: 15px;
}
.service-box .service-content .title a:hover {
  color: var(--lt-color-theme-primary);
}
@media only screen and (max-width: 991px) {
  .service-box .service-content p {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
.service-box .service-content .read-more {
  font-family: var(--lt-color-heading-primary);
  color: var(--lt-color-text-body);
  font-size: 15px;
  font-weight: 500;
}
.service-box .service-content .read-more i {
  margin-left: 5px;
}
.service-box .service-content .read-more:hover {
  color: var(--lt-color-theme-primary);
}
.service-box:hover .service-icon {
  background-color: var(--lt-color-theme-primary);
}
.service-box:hover .service-icon img {
  filter: brightness(0) invert(1);
}

/* Service 3 */
.service-3 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .service-3 {
    padding-bottom: 70px;
  }
}

.service-card {
  padding: 40px 30px;
  border: 1px solid var(--lt-color-border-1);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service-card .card-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -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;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.service-card .service-icon {
  background-color: rgba(254, 86, 36, 0.1);
  color: var(--lt-color-theme-primary);
  font-size: 25px;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 30px;
  -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;
  transition: all 0.3s ease-in-out;
}
.service-card .title {
  margin-bottom: 25px;
}
.service-card .title a:hover {
  color: var(--lt-color-theme-primary);
}
.service-card p {
  margin-bottom: 25px;
  -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;
  transition: all 0.3s ease-in-out;
}
.service-card .read-more {
  font-family: var(--lt-ff-heading);
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  column-gap: 5px;
  -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;
  transition: all 0.3s ease-in-out;
}
.service-card:hover .card-bg {
  visibility: visible;
  opacity: 1;
}
.service-card:hover .service-icon {
  background-color: var(--lt-color-common-white);
  color: var(--lt-color-theme-primary);
}
.service-card:hover .title a {
  color: var(--lt-color-common-white);
}
.service-card:hover .title a:hover {
  color: var(--lt-color-theme-primary);
}
.service-card:hover p {
  color: var(--lt-color-common-white);
}
.service-card:hover .read-more {
  color: var(--lt-color-common-white);
}
.service-card:hover .read-more:hover {
  color: var(--lt-color-theme-primary);
}

/* !END: Theme Service CSS */
/**----------------------------------------
START: Theme Apply CSS
----------------------------------------*/
.apply-section {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .apply-section {
    padding-top: 70px;
  }
}
.apply-section .apply-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.apply-box {
  background-color: var(--lt-color-common-white);
  box-shadow: 0px 16px 40px 0px rgba(15, 27, 36, 0.1);
  padding: 80px 70px;
}
@media only screen and (max-width: 991px) {
  .apply-box {
    padding: 80px 50px;
  }
}

.apply-top {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .apply-top {
    margin-bottom: 30px;
  }
}

.apply-content .section-heading {
  margin-bottom: 0;
}
.apply-content .section-heading .section-title {
  margin-bottom: 20px;
}
.apply-content .section-heading p {
  margin-bottom: 30px;
  max-width: 485px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .apply-content .section-heading p {
    max-width: 285px;
  }
}
.apply-content .section-heading .apply-btn {
  background-color: transparent;
  color: var(--lt-color-theme-primary);
  border: 1px solid var(--lt-color-theme-primary);
}
.apply-content .section-heading .apply-btn i {
  font-size: 15px;
}
.apply-content .section-heading .apply-btn:before {
  background-color: var(--lt-color-theme-primary);
}
.apply-content .section-heading .apply-btn:hover {
  color: var(--lt-color-common-white);
}

.apply-counter {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-bottom: -10px;
}
@media only screen and (max-width: 991px) {
  .apply-counter {
    flex-direction: column;
    align-items: baseline;
  }
}
@media only screen and (max-width: 767px) {
  .apply-counter {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
}
.apply-counter .title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 0;
}
.apply-counter .title .odometer-auto-theme {
  font-family: var(--lt-ff-heading);
  line-height: 1;
}
.apply-counter .title .odometer-digit-spacer {
  width: 33px;
}
.apply-counter p {
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
  padding-left: 30px;
}
.apply-counter p:before {
  background-color: var(--lt-color-theme-primary);
  content: "";
  height: 17px;
  width: 17px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.apply-counter.item-2 .title .odometer-digit-spacer {
  width: 100%;
}

/* !END: Theme Apply CSS */
/**----------------------------------------
START: Theme Feature CSS
----------------------------------------*/
.feature-section .section-heading .section-title {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .feature-section .section-heading .section-title {
    max-width: 500px;
  }
}

.feature-item .feature-icon {
  font-size: 60px;
  color: var(--lt-color-heading-primary);
  padding: 10px 30px;
  display: inline-block;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.feature-item .feature-icon:before {
  background-color: #1a497439;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -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;
  transition: all 0.3s ease-in-out;
}
.feature-item .title {
  font-weight: 600;
  margin-bottom: 15px;
}
.feature-item .title a:hover {
  color: var(--lt-color-theme-primary);
}
.feature-item p:last-child {
  margin-bottom: 0;
}
.feature-item:hover .feature-icon:before {
  width: 100%;
}

.feature-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}
@media only screen and (max-width: 991px) {
  .feature-btn {
    margin-top: 50px;
  }
}

/* !END: Theme Feature CSS */
/**----------------------------------------
START: Theme Request CSS
----------------------------------------*/
.request-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.req-content {
  margin-right: 20px;
}
@media only screen and (max-width: 991px) {
  .req-content {
    margin-right: 0;
    max-width: 500px;
    width: 100%;
  }
}

.req-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-gap: 20px;
}
.req-item i {
  color: var(--lt-color-theme-primary);
  font-size: 46px;
}
.req-item .req-content .title {
  color: var(--lt-color-common-white);
}
.req-item .req-content p {
  color: var(--lt-color-common-white);
  max-width: 380px;
  width: 100%;
  margin-bottom: 0;
}
.req-item:not(:last-of-type) {
  margin-bottom: 35px;
}

.request-form-wrap {
  background-color: var(--lt-color-common-white);
  padding: 40px;
  margin-left: 40px;
}
@media only screen and (max-width: 991px) {
  .request-form-wrap {
    margin-left: 0;
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
  }
}
.request-form-wrap .form-header {
  margin-bottom: 20px;
}

.logisec-contact-form .form-group {
  margin-bottom: 25px;
}
.logisec-contact-form .form-group .form-control {
  color: var(--lt-color-text-body);
  font-size: 14px;
  padding: 12px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid var(--lt-color-border-1);
}
.logisec-contact-form .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid var(--lt-color-border-1);
}
.logisec-contact-form .form-group .form-control::-webkit-input-placeholder {
  font-size: 14px;
  color: var(--lt-color-text-body);
}
.logisec-contact-form .form-group .form-control:-moz-placeholder {
  font-size: 14px;
  color: var(--lt-color-text-body);
}
.logisec-contact-form .form-group .form-control::-moz-placeholder {
  font-size: 14px;
  color: var(--lt-color-text-body);
}
.logisec-contact-form .form-group .form-control:-ms-input-placeholder {
  font-size: 14px;
  color: var(--lt-color-text-body);
}
.logisec-contact-form .form-group .form-select option {
  padding: 10px;
}
.logisec-contact-form .range-slider-wrap {
  margin-bottom: 25px;
}
.logisec-contact-form .range-slider-wrap .range-slider-output {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logisec-contact-form .range-slider-wrap .range-line {
  accent-color: var(--lt-color-theme-primary);
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  background-image: linear-gradient(#ff4500, #ff4500);
  background-size: 70% 100%;
  background-repeat: no-repeat;
  border: none;
  height: 6px;
}

/* !END: Theme Request CSS */
/**----------------------------------------
START: Theme Pricing CSS
----------------------------------------*/
.pricing-item {
  padding: 30px;
  border: 1px solid var(--lt-color-border-2);
  -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;
  transition: all 0.3s ease-in-out;
}
.pricing-item .sub-title {
  color: var(--lt-color-theme-primary);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.pricing-item .title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--lt-color-border-2);
}
.pricing-item .title span {
  color: var(--lt-color-text-body);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.pricing-item .pricing-list {
  list-style: none;
  margin-bottom: 40px;
}
.pricing-item .pricing-list li {
  font-family: var(--lt-ff-body);
  font-size: 16px;
  color: var(--lt-color-text-body);
  display: flex;
  align-items: center;
  -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;
  transition: all 0.3s ease-in-out;
}
.pricing-item .pricing-list li:not(:last-of-type) {
  margin-bottom: 20px;
}
.pricing-item .pricing-list li i {
  color: var(--lt-color-theme-primary);
  margin-right: 10px;
}
.pricing-item .pricing-btn {
  width: 100%;
  text-align: center;
}
.pricing-item.active, .pricing-item:hover {
  box-shadow: 0px 16px 40px 0px rgba(15, 27, 36, 0.1);
  border: 1px solid transparent;
}

/* !END: Theme Pricing CSS */
/**----------------------------------------
START: Theme Page Header CSS
----------------------------------------*/
.page-header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .page-header {
    padding: 80px 0;
  }
}

.page-header-content .title {
  color: var(--lt-color-common-white);
}
@media only screen and (max-width: 991px) {
  .page-header-content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header-content .title {
    font-size: 40px;
  }
}
.page-header-content .sub-title {
  margin-bottom: 0;
}
.page-header-content .sub-title a {
  color: var(--lt-color-common-white);
}
.page-header-content .sub-title a:hover {
  color: var(--lt-color-theme-primary);
}
.page-header-content .sub-title span {
  color: var(--lt-color-common-white);
}

/* !END: Theme Page Header CSS */
/**----------------------------------------
START: Theme Video CSS
----------------------------------------*/
.video-section {
  position: relative;
  z-index: 1;
}
.video-section .video-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 60%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.video-section .section-heading .section-title {
  margin-bottom: 20px;
}
.video-section .section-heading p {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.video-box {
  background-color: var(--lt-color-common-white);
  box-shadow: 0px 16px 40px 0px rgba(15, 27, 36, 0.1);
  padding: 40px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .video-box {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .video-box .video-content {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .video-box .video-content {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.video-box .video-content .section-heading {
  margin-bottom: 0;
}
.video-box .video-content .section-heading .section-title {
  max-width: 500px;
}
@media only screen and (max-width: 767px) {
  .video-box .video-content .section-heading .section-title {
    font-size: 28px;
  }
}
.video-box .video-content .section-heading p {
  max-width: 450px;
  width: 100%;
  margin-left: 0;
  margin-bottom: 30px;
}
.video-box .video-img {
  position: relative;
}
.video-box .video-img img {
  width: 100%;
}
.video-box .video-img .video-btn-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .video-box .video-img .video-btn-wrap {
    left: 50%;
  }
}
.video-box .video-img .video-btn-wrap .video-btn {
  background-color: var(--lt-color-theme-primary);
  color: var(--lt-color-common-white);
  font-size: 25px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 50%;
}
.video-box .video-img .video-btn-wrap .video-btn img {
  width: 30px;
  margin-left: 5px;
}

/* !END: Theme Video CSS */
/**----------------------------------------
START: Theme Team Details CSS
----------------------------------------*/
@media only screen and (max-width: 767px) {
  .team-details-img {
    margin-bottom: 30px;
  }
}
.team-details-img img {
  width: 100%;
}

.team-author-details {
  padding-left: 30px;
}
@media only screen and (max-width: 991px) {
  .team-author-details {
    padding-left: 0;
  }
}
.team-author-details .title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}
.team-author-details p {
  font-size: 16px;
  margin-bottom: 0;
}
.team-author-details .author-contact {
  list-style: none;
  margin: 30px 0;
  padding-top: 30px;
  border-top: 1px solid var(--lt-color-border-2);
}
.team-author-details .author-contact li {
  color: var(--lt-color-heading-primary);
  font-weight: 600;
  font-size: 16px;
}
.team-author-details .author-contact li:not(:last-of-type) {
  margin-bottom: 10px;
}
.team-author-details .author-contact li a {
  font-weight: 400;
  color: var(--lt-color-text-body);
  margin-left: 20px;
}
.team-author-details .author-contact li a:hover {
  color: var(--lt-color-theme-primary);
}
.team-author-details .author-social {
  list-style: none;
  margin-bottom: 30px;
}
.team-author-details .author-social li {
  display: inline-flex;
}
.team-author-details .author-social li:not(:last-of-type) {
  margin-right: 10px;
}
.team-author-details .author-social li a {
  font-size: 15px;
  color: var(--lt-color-theme-primary);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--lt-color-border-2);
}
.team-author-details .author-social li a:hover {
  background-color: var(--lt-color-theme-primary);
  color: var(--lt-color-common-white);
  border: 1px solid var(--lt-color-theme-primary);
}

.team-details-content {
  margin-top: 40px;
}
.team-details-content .details-box {
  margin-bottom: 35px;
}
.team-details-content .details-header {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .team-details-content .details-header {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .team-details-content .details-header {
    font-size: 30px;
  }
}
.team-details-content p {
  margin-bottom: 25px;
}
.team-details-content .details-list {
  margin-left: 18px;
  list-style: number;
}
.team-details-content .details-list li {
  color: var(--lt-color-heading-primary);
  font-size: 16px;
  font-weight: 400;
}
.team-details-content .desc {
  margin-bottom: 0;
}

/* !END: Theme Team Details CSS */
/**----------------------------------------
START: Theme Service Details CSS
----------------------------------------*/
.service-details-left {
  margin-right: 20px;
}
@media only screen and (max-width: 991px) {
  .service-details-left {
    margin-right: 0;
  }
}
.service-details-left .details-thumb-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}
.service-details-left .details-thumb-box img {
  filter: blur(7.5px);
  width: 100%;
}
.service-details-left .details-thumb-box .overlay {
  background-color: rgb(0, 0, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.service-details-left .details-thumb-box .thumb-content {
  text-align: center;
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service-details-left .details-thumb-box .thumb-content .title {
  color: var(--lt-color-common-white);
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.service-details-left .details-thumb-box .thumb-content .discount-box {
  background-color: var(--lt-color-common-white);
  padding: 15px;
  margin-bottom: 25px;
}
.service-details-left .details-thumb-box .thumb-content .discount-box .discount-title {
  font-weight: 400;
  margin-bottom: 0;
}
.service-details-left .details-thumb-box .thumb-content .discount-box .discount-title span {
  display: block;
  font-weight: 600;
}
.service-details-left .details-thumb-box .thumb-content .click {
  font-family: var(--lt-ff-heading);
  color: var(--lt-color-common-white);
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}
.service-details-left .details-thumb-box .thumb-content .click:hover {
  color: var(--lt-color-theme-primary);
}

.details-list-wrap {
  padding: 30px;
  margin-bottom: 30px;
}
.details-list-wrap .title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.details-list-wrap .service-details-list {
  list-style: none;
}
.details-list-wrap .service-details-list li {
  font-size: 16px;
  line-height: 1;
}
.details-list-wrap .service-details-list li i {
  color: var(--lt-color-theme-primary);
  font-size: 15px;
  margin-right: 10px;
}
.details-list-wrap .service-details-list li:not(:last-of-type) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--lt-color-border-2);
}

.pdf-box-wrap .pdf-box {
  display: grid;
  align-items: center;
  grid-template-columns: 90px 1fr;
}
.pdf-box-wrap .pdf-box:not(:last-of-type) {
  margin-bottom: 20px;
}
.pdf-box-wrap .pdf-box .pdf-icon {
  background-color: var(--lt-color-heading-primary);
  color: var(--lt-color-common-white);
  font-size: 30px;
  height: 100px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdf-box-wrap .pdf-box .pdf-content-wrap {
  display: flex;
  align-items: center;
  background-color: var(--lt-color-theme-primary);
  height: 100%;
}
.pdf-box-wrap .pdf-box .pdf-content-wrap .pdf-content {
  padding-left: 20px;
  margin-bottom: -5px;
}
.pdf-box-wrap .pdf-box .pdf-content-wrap .pdf-content .title {
  color: var(--lt-color-common-white);
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1;
}
.pdf-box-wrap .pdf-box .pdf-content-wrap .pdf-content a {
  color: var(--lt-color-common-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.service-details-content {
  margin-left: 20px;
}
@media only screen and (max-width: 991px) {
  .service-details-content {
    margin-left: 0;
  }
}
.service-details-content .service-details-img {
  margin-bottom: 40px;
}
.service-details-content .service-details-img img {
  width: 100%;
}
.service-details-content .details-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .service-details-content .details-title {
    font-size: 30px;
  }
}
.service-details-content blockquote {
  background: var(--lt-color-common-white);
  font-family: var(--lt-ff-heading);
  color: var(--lt-color-text-body);
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  padding: 50px;
  margin: 30px 0;
  box-shadow: 0px 16px 40px 0px rgba(15, 27, 36, 0.1), 4px 0px 0px 0px #2B4E6C inset;
}
@media only screen and (max-width: 767px) {
  .service-details-content blockquote {
    padding: 30px;
  }
}
.service-details-content .details-item-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin: 40px 0;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .service-details-content .details-item-wrap {
    grid-template-columns: 1fr;
  }
}
.service-details-content .details-item-wrap .details-item {
  display: flex;
}
.service-details-content .details-item-wrap .details-item .icon {
  font-size: 30px;
  color: var(--lt-color-theme-primary);
  margin-right: 15px;
}
.service-details-content .details-item-wrap .details-item .content .title {
  font-size: 24px;
  font-weight: 600;
}
.service-details-content .details-item-wrap .details-item .content p {
  margin-bottom: 0;
  max-width: 250px;
  width: 100%;
}
.service-details-content .details-list-wrap.wrap-2 {
  padding: 0;
  margin-top: 35px;
}
.service-details-content .details-list-wrap.wrap-2 ul {
  list-style: none;
}
.service-details-content .details-list-wrap.wrap-2 ul li {
  font-size: 16px;
  line-height: 1;
}
.service-details-content .details-list-wrap.wrap-2 ul li i {
  color: var(--lt-color-theme-primary);
  font-size: 15px;
  margin-right: 10px;
}
.service-details-content .details-list-wrap.wrap-2 ul li:not(:last-of-type) {
  margin-bottom: 30px;
}
.service-details-content .details-list-wrap.wrap-2 .list-img img {
  width: 100%;
}

/* !END: Theme Service Details CSS */
/**----------------------------------------
START: Theme Portfolio Details CSS
----------------------------------------*/
.portfolio-list-wrap {
  padding: 40px 30px;
}
.portfolio-list-wrap .title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--lt-color-border-1);
  position: relative;
}
.portfolio-list-wrap .title:before {
  background-color: var(--lt-color-theme-primary);
  content: "";
  width: 50px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.portfolio-list-wrap .portfolio-list {
  list-style: none;
}
.portfolio-list-wrap .portfolio-list li {
  font-family: var(--lt-ff-heading);
  font-size: 18px;
  color: var(--lt-color-heading-primary);
  font-weight: 700;
}
.portfolio-list-wrap .portfolio-list li span {
  font-family: var(--lt-ff-p);
  font-size: 17px;
  display: block;
  font-weight: 400;
  color: var(--lt-color-text-body);
  margin-top: 8px;
  line-height: 1;
}
.portfolio-list-wrap .portfolio-list li:not(:last-of-type) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--lt-color-border-1);
}

.portfolio-img {
  height: 100%;
}
.portfolio-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.portfolio-details-content .details-list li {
  color: var(--lt-color-text-body);
  font-weight: 400;
}

.portfolio-details-content .details-list li:not(:last-of-type) {
  margin-bottom: 10px;
}

.portfolio-details-item {
  padding-top: 50px;
}

.portfolio-details-item .project-item .project-img {
  height: 530px;
}

.portfolio-details-item .project-item .project-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* !END: Theme Portfolio Details CSS */
/**----------------------------------------
START: Theme Blog Details CSS
----------------------------------------*/
.blog-details-content {
  padding-right: 40px;
}
@media only screen and (max-width: 991px) {
  .blog-details-content {
    padding-right: 0;
  }
}
.blog-details-content .blog-details-img img {
  width: 100%;
}
.blog-details-content .blog-title-content .details-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .blog-details-content .blog-title-content .details-title {
    font-size: 30px;
  }
}
.blog-details-content blockquote {
  background: var(--lt-color-common-white);
  box-shadow: 0px 16px 40px 0px rgba(15, 27, 36, 0.1), 4px 0px 0px 0px #2B4E6C inset;
  padding: 40px;
  font-size: 16px;
  font-weight: 500;
  color: var(--lt-color-text-body);
  font-style: italic;
  margin: 30px 0 40px 0;
}
.blog-details-content blockquote span {
  font-family: var(--lt-ff-heading);
  color: var(--lt-color-heading-primary);
  font-weight: 700;
  display: block;
  font-style: normal;
  padding-left: 30px;
  margin-top: 20px;
  position: relative;
  line-height: 1;
}
.blog-details-content blockquote span:before {
  background-color: var(--lt-color-theme-primary);
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.blog-details-content .details-video-content {
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .blog-details-content .details-video-content {
    margin-bottom: 40px;
  }
}
.blog-details-content .details-video-content .details-video-thumb {
  position: relative;
  margin-bottom: 30px;
}
.blog-details-content .details-video-content .details-video-thumb img {
  width: 100%;
}
.blog-details-content .details-video-content .details-video-thumb a {
  background-color: #CD201F;
  font-size: 20px;
  color: var(--lt-color-common-white);
  padding: 15px 35px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-details-content .details-video-content .title {
  font-weight: 700;
  margin-bottom: 15px;
}
.blog-details-content .layout-social-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.blog-details-content .layout-social-box .box-left {
  display: flex;
  align-items: center;
}
.blog-details-content .layout-social-box .box-left .tag {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 15px;
}
.blog-details-content .layout-social-box .box-left ul {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
.blog-details-content .layout-social-box .box-left ul li:not(:last-of-type) {
  margin-right: 10px;
}
.blog-details-content .layout-social-box .box-left ul li a {
  background-color: var(--lt-color-grey-1);
  font-family: var(--lt-ff-heading);
  font-size: 14px;
  font-weight: 500;
  padding: 7px 20px;
  color: var(--lt-color-heading-primary);
}
.blog-details-content .layout-social-box .box-left ul li a:hover {
  background-color: var(--lt-color-theme-primary);
  color: var(--lt-color-common-white);
}
.blog-details-content .layout-social-box .box-right {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.blog-details-content .layout-social-box .box-right .share {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.blog-details-content .layout-social-box .box-right .social-list {
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.blog-details-content .layout-social-box .box-right .social-list li a {
  background-color: #2E4E9C;
  font-size: 16px;
  color: var(--lt-color-common-white);
  width: 40px;
  height: 40px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.blog-details-content .layout-social-box .box-right .social-list li:nth-child(2) a {
  background-color: #229EF2;
}
.blog-details-content .layout-social-box .box-right .social-list li:nth-child(3) a {
  background-color: #0681BA;
}
.blog-details-content .layout-social-box .box-right .social-list li:nth-child(4) a {
  background-color: #EB044F;
}
.blog-details-content .next-prev-post {
  background-color: var(--lt-color-grey-1);
  padding: 40px;
  margin: 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.blog-details-content .next-prev-post:before {
  background: rgba(15, 27, 36, 0.1);
  content: "";
  height: 60px;
  width: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .blog-details-content .next-prev-post:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-content .next-prev-post {
    padding: 40px 20px;
    column-gap: 30px;
  }
}
.blog-details-content .next-prev-post .post-wrap .post-btn {
  font-size: 14px;
  background-color: var(--lt-color-common-white);
  padding: 5px 20px;
  display: inline-block;
  margin-bottom: 10px;
}
.blog-details-content .next-prev-post .post-wrap .post-btn:hover {
  background-color: var(--lt-color-theme-primary);
  color: var(--lt-color-common-white);
}
.blog-details-content .next-prev-post .post-wrap .post-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--lt-color-heading-primary);
  display: block;
}
.blog-details-content .next-prev-post .post-wrap.next-post {
  text-align: right;
}
.blog-details-content .comment-area {
  margin-bottom: 40px;
}
.blog-details-content .comment-area .comment-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.blog-details-content .comment-area .comment-item {
  background-color: var(--lt-color-grey-1);
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 30px;
  padding: 30px;
}
.blog-details-content .comment-area .comment-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.blog-details-content .comment-area .comment-item.item-2 {
  margin-left: 75px;
}
@media only screen and (max-width: 767px) {
  .blog-details-content .comment-area .comment-item.item-2 {
    margin-left: 30px;
  }
}
.blog-details-content .comment-area .comment-item .comment-thumb img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.blog-details-content .comment-area .comment-item .comment-info .author {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.blog-details-content .comment-area .comment-item .comment-info .author span {
  font-family: var(--lt-ff-p);
  font-size: 14px;
  color: var(--lt-color-text-body);
  display: block;
  font-weight: 400;
  margin-top: 10px;
}
.blog-details-content .comment-area .comment-item .comment-info p {
  font-size: 14px;
  max-width: 485px;
  width: 100%;
}
.blog-details-content .comment-area .comment-item .comment-info .reply {
  border: 1px solid var(--lt-color-border-1);
  font-size: 13px;
  padding: 8px 20px;
  display: inline-block;
  line-height: 1;
}
.blog-details-content .comment-area .comment-item .comment-info .reply:hover {
  background-color: var(--lt-color-theme-primary);
  border: 1px solid var(--lt-color-theme-primary);
  color: var(--lt-color-common-white);
}
.blog-details-content .blog-form-wrap .form-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.blog-details-content .blog-form-wrap p {
  margin-bottom: 20px;
}
.blog-details-content .blog-form-wrap .form-group .form-control {
  box-shadow: none;
  border: 1px solid var(--lt-color-border-1);
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 0;
}
.blog-details-content .blog-form-wrap .form-group .form-control::-webkit-input-placeholder {
  color: var(--lt-color-heading-primary);
  font-size: 14px;
  font-weight: 500;
}
.blog-details-content .blog-form-wrap .form-group .form-control:-moz-placeholder {
  color: var(--lt-color-heading-primary);
  font-size: 14px;
  font-weight: 500;
}
.blog-details-content .blog-form-wrap .form-group .form-control::-moz-placeholder {
  color: var(--lt-color-heading-primary);
  font-size: 14px;
  font-weight: 500;
}
.blog-details-content .blog-form-wrap .form-group .form-control:-ms-input-placeholder {
  color: var(--lt-color-heading-primary);
  font-size: 14px;
  font-weight: 500;
}

.sidebar-widget {
  background-color: var(--lt-color-grey-1);
  padding: 30px;
}
.sidebar-widget:not(:last-of-type) {
  margin-bottom: 30px;
}
.sidebar-widget .widget-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.sidebar-widget .search-box {
  position: relative;
}
.sidebar-widget .search-box .form-control {
  box-shadow: none;
  border: 1px solid var(--lt-color-border-1);
  padding: 15px;
  padding-left: 45px;
  margin-bottom: 20px;
  border-radius: 0;
}
.sidebar-widget .search-box .form-control::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 500;
}
.sidebar-widget .search-box .form-control:-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
}
.sidebar-widget .search-box .form-control::-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
}
.sidebar-widget .search-box .form-control:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
}
.sidebar-widget .search-box .search-btn {
  font-size: 13px;
  position: absolute;
  top: 53%;
  left: 22px;
  transform: translateY(-50%);
}
.sidebar-widget .category-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar-widget .category-list li a {
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.sidebar-widget .category-list li a:hover {
  color: var(--lt-color-theme-primary);
}
.sidebar-widget .category-list li span {
  font-size: 16px;
  color: var(--lt-color-theme-primary);
}
.sidebar-widget .category-list li:not(:last-of-type) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--lt-color-border-1);
}
.sidebar-widget .sidebar-post {
  display: grid;
  align-items: center;
  grid-template-columns: 90px 1fr;
  grid-gap: 10px;
}
.sidebar-widget .sidebar-post:not(:last-of-type) {
  margin-bottom: 15px;
}
.sidebar-widget .sidebar-post .post-content {
  padding: 0;
  border: none;
}
.sidebar-widget .sidebar-post .post-content .post-meta {
  margin-bottom: 10px;
}
.sidebar-widget .sidebar-post .post-content .title {
  font-size: 16px;
  margin-bottom: 0;
}
.sidebar-widget .tags {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
.sidebar-widget .tags li a {
  background-color: var(--lt-color-common-white);
  color: var(--lt-color-heading-primary);
  font-family: var(--lt-ff-heading);
  font-size: 14px;
  font-weight: 500;
  padding: 7px 20px;
  display: inline-block;
  border: 1px solid var(--lt-color-border-1);
}
.sidebar-widget .tags li a:hover {
  background-color: var(--lt-color-theme-primary);
  color: var(--lt-color-common-white);
}

/* !END: Theme Blog Details CSS */
/**----------------------------------------
START: Theme Contact CSS
----------------------------------------*/
.contact-item {
  border: 1px solid var(--lt-color-border-1);
  padding: 40px;
}
.contact-item .icon {
  background-color: #1a49744d;
  font-size: 25px;
  color: var(--lt-color-theme-primary);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
.contact-item .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.contact-item .number {
  font-family: var(--lt-ff-heading);
  color: var(--lt-color-heading-primary);
  font-size: 25px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}
.contact-item .contact-btn {
  background-color: var(--lt-color-grey-1);
  font-family: var(--lt-ff-heading);
  font-size: 14px;
  font-weight: 500;
  padding: 7px 20px;
  color: var(--lt-color-heading-primary);
}
.contact-item .contact-btn:hover {
  background-color: var(--lt-color-theme-primary);
  color: var(--lt-color-common-white);
}
.contact-item.item-2 {
  background-color: #162f47;
}
.contact-item.item-2 .header {
  color: var(--lt-color-common-white);
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.contact-item.item-2 .contact-list {
  list-style: none;
}
.contact-item.item-2 .contact-list li {
  color: var(--lt-color-common-white);
  font-family: var(--lt-ff-heading);
  font-size: 16px;
  font-weight: 500;
}
.contact-item.item-2 .contact-list li span {
  font-size: 16px;
  font-family: var(--lt-ff-body);
  display: block;
  font-weight: 400;
}
.contact-item.item-2 .contact-list li a {
  font-size: 16px;
  font-family: var(--lt-ff-body);
  display: block;
  font-weight: 400;
}
.contact-item.item-2 .contact-list li:not(:last-of-type) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-form-area .section-title {
  line-height: 1;
}

.contact-form .form-control {
  box-shadow: none;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid var(--lt-color-border-1);
  border-radius: 0;
}
.contact-form .submit-btn {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .contact-form .submit-btn {
    margin-top: 20px;
  }
}

/* !END: Theme Contact CSS */
/**----------------------------------------
START: Home 4 CSS
----------------------------------------*/
.header-4 .header {
  position: relative;
  z-index: 99;
}
.header-4 .header .top-bar {
  background-color: var(--lt-color-heading-primary);
}
.header-4 .header .top-bar .top-bar-inner .top-bar-list li {
  font-size: 14px;
}
.header-4 .header .top-bar .top-bar-inner .top-bar-list li i {
  color: #3f7fbb;
}
.header-4 .header .top-bar .top-bar-inner .top-bar-right .top-social li a {
  color: rgba(255, 255, 255, 0.7);
}
.header-4 .header .top-bar .top-bar-inner .top-bar-right .top-social li a:hover {
  color: var(--lt-color-common-white);
}
.header-4 .header .primary-header {
  background-color: var(--lt-color-common-white);
}
.header-4 .header .primary-header-inner .header-right .cart-icon {
  font-size: 18px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header-4 .header .primary-header-inner .header-right .cart-icon {
    display: none;
  }
}
.header-4 .header .primary-header-inner .header-right .cart-icon a {
  color: var(--lt-color-heading-primary);
}
.header-4 .header .primary-header-inner .header-right .cart-icon span {
  background-color: var(--lt-color-theme-primary);
  color: var(--lt-color-common-white);
  font-size: 10px;
  height: 15px;
  width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: -5px;
}
.header-4 .header .primary-header-inner .header-right .search-icon {
  font-size: 18px;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid var(--lt-color-border-1);
}
@media only screen and (max-width: 767px) {
  .header-4 .header .primary-header-inner .header-right .search-icon {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }
}

.header-4 .sticky-header-wrap.fixed .primary-header-inner {
  padding-left: 0;
  padding-right: 0;
}
.header-4 .sticky-header-wrap.fixed .primary-header-inner .header-right .cart-icon {
  font-size: 18px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header-4 .sticky-header-wrap.fixed .primary-header-inner .header-right .cart-icon {
    display: none;
  }
}
.header-4 .sticky-header-wrap.fixed .primary-header-inner .header-right .cart-icon a {
  color: var(--lt-color-heading-primary);
}
.header-4 .sticky-header-wrap.fixed .primary-header-inner .header-right .cart-icon span {
  background-color: var(--lt-color-theme-primary);
  color: var(--lt-color-common-white);
  font-size: 10px;
  height: 15px;
  width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: -5px;
}
.header-4 .sticky-header-wrap.fixed .primary-header-inner .header-right .search-icon {
  font-size: 18px;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid var(--lt-color-border-1);
}
@media only screen and (max-width: 767px) {
  .header-4 .sticky-header-wrap.fixed .primary-header-inner .header-right .search-icon {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }
}

.slider-3 {
  position: relative;
  z-index: 1;
}
.slider-3 .shape {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .slider-3 .slider-item .slide-img-wrap {
    height: 600px;
  }
}
.slider-3 .slider-item .slider-content-wrap {
  margin-top: 0;
}
.slider-3 .slider-item .slider-content-wrap .slider-content-inner {
  padding-right: 0;
}
.slider-3 .slider-item .slider-content-wrap .slider-content .logistec-caption {
  margin-bottom: 20px;
}
.slider-3 .slider-item .slider-content-wrap .slider-content .slider-desc {
  margin-bottom: 50px;
}
.slider-3 .slider-item .slider-content-wrap .slider-content .slider-desc p {
  color: var(--lt-color-common-white);
  font-size: 20px;
  max-width: 670px;
  width: 100%;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .slider-3 .slider-item .slider-content-wrap .slider-content .slider-desc p {
    font-size: 16px;
  }
}
.slider-3 .logistec-slider .logistec-swiper-pagination {
  left: auto !important;
  right: 80px !important;
}

.service-wrap-4 {
  position: relative;
}
.service-wrap-4 .img-1 {
  position: absolute;
  top: 70px;
  left: -19%;
}
.service-wrap-4 .img-2 {
  position: absolute;
  top: 35%;
  right: -20%;
}
@media only screen and (max-width: 767px) {
  .service-wrap-4 .img-2 {
    display: none;
  }
}

.service-item-4 {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.service-item-4 .service-img {
  height: 270px;
  position: relative;
}
.service-item-4 .service-img .overlay {
  background: linear-gradient(180deg, rgba(126, 143, 156, 0) 0%, #272e34 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -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;
  transition: all 0.3s ease-in-out;
}
.service-item-4 .service-img .hover-overlay {
  background: linear-gradient(180deg, rgba(254, 86, 36, 0) 0%, #2B4E6C 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
  -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;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.service-item-4 .service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-item-4 .title {
  color: var(--lt-color-common-white);
  font-size: 24px;
  margin-bottom: 0;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  -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;
  transition: all 0.3s ease-in-out;
}
.service-item-4 .title:hover {
  text-decoration: underline;
}
.service-item-4:hover .service-img .overlay {
  visibility: hidden;
  opacity: 0;
}
.service-item-4:hover .service-img .hover-overlay {
  visibility: visible;
  opacity: 1;
  top: 0;
}
@media (max-width: 1170px) {
  .service-item-4.item-content-1 .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .service-item-4.item-content-1 .section-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .service-item-4.item-content-1 .section-title {
    font-size: 24px;
  }
}
.service-item-4.item-content {
  background-color: #20415e38;
  height: 100%;
}
.service-item-4.item-content .item-content-wrap {
  display: flex;
  align-items: center;
  padding: 30px;
  justify-content: center;
  height: 100%;
}
.service-item-4.item-content .section-title {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .service-item-4.item-content .section-title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .about-content-4 {
    margin-bottom: 40px;
  }
}
.about-content-4 .section-heading {
  position: relative;
}
.about-content-4 .section-heading .about-text {
  font-size: 200px;
  font-weight: 700;
  color: rgba(15, 27, 36, 0.06);
  position: absolute;
  top: 40%;
  left: 0;
  transform: translateY(-50%);
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .about-content-4 .section-heading .about-text {
    font-size: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .about-content-4 .section-heading .about-text {
    display: none;
  }
}
.about-content-4 .desc {
  border-left: 4px solid var(--lt-color-theme-primary);
  font-size: 16px;
  font-family: var(--lt-ff-heading);
  color: var(--lt-color-heading-primary);
  padding-left: 30px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .about-img-4 {
    text-align: center;
  }
}

.counter-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 80px 0;
}

.counter-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 25px;
  flex-wrap: wrap;
  row-gap: 25px;
}

.counter-item {
  position: relative;
}
.counter-item:before {
  background-color: transparent;
  content: "";
  width: 1px;
  height: 80px;
  position: absolute;
  top: 50%;
  right: -85%;
  transform: translateY(-50%);
  border: 1px dashed rgba(255, 255, 255, 0.3);
}
@media (max-width: 1170px) {
  .counter-item:before {
    right: -65%;
  }
}
@media only screen and (max-width: 991px) {
  .counter-item:before {
    display: none;
  }
}
.counter-item.item-2:before {
  display: none;
}
.counter-item .counter-icon {
  margin-bottom: 20px;
}
.counter-item .title {
  font-family: var(--lt-ff-heading);
  color: var(--lt-color-common-white);
  font-size: 48px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .counter-item .title {
    font-size: 36px;
  }
}
.counter-item .title .odometer-auto-theme {
  font-family: inherit;
}
.counter-item .title .odometer-digit-spacer {
  padding-right: 5px;
}
.counter-item p {
  color: var(--lt-color-common-white);
  margin-bottom: 0;
}

.project-section-5 {
  position: relative;
  z-index: 1;
}
.project-section-5 .shape {
  position: absolute;
  top: 15%;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .project-section-5 .shape {
    display: none;
  }
}

.project-item-3 {
  position: relative;
  z-index: 1;
}
.project-item-3 .popup-btn {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}
.project-item-3 .popup-btn a {
  background-color: var(--lt-color-common-white);
  color: var(--lt-color-heading-primary);
  font-size: 20px;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.project-item-3 .project-img {
  position: relative;
  z-index: 1;
}
.project-item-3 .project-img .overlay {
  background-color: var(--lt-color-theme-primary);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -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;
  transition: all 0.3s ease-in-out;
}
.project-item-3 .project-content {
  background-color: var(--lt-color-common-white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
  padding: 15px 20px;
  width: calc(100% - 40px);
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.project-item-3 .project-content .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.project-item-3 .project-content .title span {
  color: var(--lt-color-theme-primary);
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}
.project-item-3 .project-content .title a:hover {
  color: var(--lt-color-theme-primary);
}
.project-item-3 .project-content .project-btn a {
  background-color: var(--lt-color-theme-primary);
  color: var(--lt-color-common-white);
  font-size: 16px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-item-3:hover .popup-btn {
  transform: translate(-50%, -50%) scale(1);
}
.project-item-3:hover .project-img .overlay {
  visibility: visible;
  opacity: 0.9;
}

.project-carousel-3 .swiper-arrow .swiper-nav {
  background-color: var(--lt-color-common-white);
  color: var(--lt-color-heading-primary);
  border: 1px solid var(--lt-color-border-1);
  font-size: 20px;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -110px;
  bottom: auto;
  transform: translateY(-50%);
  z-index: 2;
}
.project-carousel-3 .swiper-arrow .swiper-nav.swiper-prev {
  left: auto;
  right: -110px;
}

.video-section-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 670px;
}
@media only screen and (max-width: 767px) {
  .video-section-3 {
    height: 400px;
  }
}

.video-wrap-3 {
  padding-bottom: 150px;
}
.video-wrap-3 a {
  background-color: var(--lt-color-common-white);
  color: var(--lt-color-theme-primary);
  font-size: 30px;
  position: relative;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.video-wrap-3 a img {
  margin-left: 5px;
}

.request-form-area {
  position: relative;
  z-index: 2;
  margin-top: -200px;
}

.request-tab > div {
  padding: 0;
}
.request-tab .nav-item .nav-link {
  color: var(--lt-color-common-white);
  width: 100%;
  border-radius: 0;
  background-color: var(--lt-color-theme-primary);
  border: none;
  padding: 15px 0;
}
.request-tab .nav-item .nav-link.active {
  background-color: var(--lt-color-heading-primary);
  border: none;
}

.request-form-wrap-2 {
  background: #FFFFFF;
  box-shadow: 0px 16px 40px rgba(15, 27, 36, 0.1);
}
.request-form-wrap-2 .shipment-form {
  padding: 40px 50px;
  position: relative;
  z-index: 1;
}
.request-form-wrap-2 .shipment-form .form-map {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .request-form-wrap-2 .shipment-form {
    padding: 30px 20px;
  }
}
.request-form-wrap-2 .shipment-form .form-item {
  margin-bottom: 30px;
}
.request-form-wrap-2 .shipment-form .form-item .title {
  margin-bottom: 20px;
}
.request-form-wrap-2 .shipment-form .form-item .form-control {
  color: var(--lt-color-text-body);
  padding: 14.5px 20px;
  box-shadow: none;
  border: 1px solid var(--lt-color-border-1);
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .request-form-wrap-2 .shipment-form .form-item .form-control {
    margin-bottom: 20px;
  }
}
.request-form-wrap-2 .radio-btn-wrap {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-top: 40px;
}
.request-form-wrap-2 .radio-btn-wrap .shipping-option {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.request-form-wrap-2 .radio-btn-wrap .shipping-option input {
  color: var(--lt-color-theme-primary);
}
.request-form-wrap-2 .radio-btn-wrap .shipping-option label {
  cursor: pointer;
  color: var(--lt-color-heading-primary);
}
.request-form-wrap-2 .submit-btn {
  margin-top: 50px;
}
.request-form-wrap-2 .submit-btn .lt-primary-btn {
  width: 100%;
  justify-content: center;
}

.team-item-2 {
  position: relative;
}
.team-item-2 .team-thumb {
  height: 370px;
  width: 100%;
  position: relative;
}
.team-item-2 .team-thumb .overlay {
  background: linear-gradient(180deg, rgba(15, 27, 36, 0) 0%, #0F1B24 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -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;
  transition: all 0.3s ease-in-out;
}
.team-item-2 .team-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.team-item-2 .team-content {
  position: absolute;
  left: 20px;
  bottom: 10px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -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;
  transition: all 0.3s ease-in-out;
}
.team-item-2 .team-content .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
.team-item-2 .team-content .title a {
  color: var(--lt-color-common-white);
}
.team-item-2 .team-content .title a:hover {
  color: var(--lt-color-theme-primary);
}
.team-item-2 .team-content span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 40;
}
.team-item-2 .team-social {
  list-style: none;
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -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;
  transition: all 0.3s ease-in-out;
}
.team-item-2 .team-social li {
  -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;
  transition: all 0.3s ease-in-out;
}
.team-item-2 .team-social li:not(:last-of-type) {
  margin-bottom: 10px;
}
.team-item-2 .team-social li a {
  background-color: var(--lt-color-common-white);
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--lt-color-heading-primary);
  border-radius: 50%;
}
.team-item-2 .team-social li a:hover {
  background-color: var(--lt-color-theme-primary);
  color: var(--lt-color-common-white);
}
.team-item-2:hover .team-thumb .overlay {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}
.team-item-2:hover .team-content {
  bottom: 20px;
  visibility: visible;
  opacity: 1;
}
.team-item-2:hover .team-social {
  right: 20px;
  visibility: visible;
  opacity: 1;
}

.faq-section {
  position: relative;
}
.faq-section .faq-shape {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media only screen and (max-width: 991px) {
  .faq-content-right {
    margin-top: 30px;
  }
}
.faq-content-right .section-heading .section-title {
  margin-bottom: 30px;
}
.faq-content-right .section-heading p {
  margin-bottom: 40px;
}

.content-section {
  background-color: #162f47;
  position: relative;
  z-index: 1;
}


.content-section .bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .content-section .bg-img {
    display: none;
  }
}
.content-section .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .content-section .shape {
    display: none;
  }
}

.content-left .content-item {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 10px;
}
.content-left .content-item .icon {
  background-color: var(--lt-color-theme-primary);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.content-left .content-item .content .title {
  color: var(--lt-color-common-white);
}
.content-left .content-item .content p {
  color: var(--lt-color-common-white);
  margin-bottom: 0;
}
.content-left .content-btn-wrap {
  margin-top: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 10px;
}
.content-left .content-btn-wrap a {
  border: 1px solid var(--lt-color-theme-primary);
}
.content-left .content-btn-wrap a:before {
  background-color: var(--lt-color-common-white);
}
.content-left .content-btn-wrap a:hover {
  color: var(--lt-color-heading-primary);
  border: 1px solid var(--lt-color-common-white);
}
.content-left .content-btn-wrap .content-btn {
  background-color: transparent;
  border: 1px solid var(--lt-color-border-1);
}

.testimonial-carousel-3 {
  overflow: visible;
}

.testi-item-4 {
  padding: 0;
}
.testi-item-4 .testi-top-content {
  background-color: var(--lt-color-common-white);
  box-shadow: 0px 16px 30px rgba(15, 27, 36, 0.1);
  padding: 30px 20px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.testi-item-4 .testi-top-content:before {
  background-color: var(--lt-color-common-white);
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -10px;
  left: 40px;
  transform: rotate(45deg);
  z-index: -1;
}
.testi-item-4 .testi-top-content p {
  font-size: 18px;
  margin-bottom: 0;
}
.testi-item-4 .testi-author .review {
  margin-top: 10px;
}
.testi-item-4 .testi-author .review li:not(:last-of-type) {
  margin-right: 0;
}

.post-card .post-thumb {
  position: relative;
  z-index: 1;
}
.post-card .post-thumb .date {
  background-color: var(--lt-color-theme-primary);
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  padding: 10px;
}
.post-card .post-thumb .date h4 {
  color: var(--lt-color-common-white);
  text-align: center;
  margin-bottom: 0;
}
.post-card .post-thumb .date h4 span {
  display: block;
}

/* !END: Home 4 CSS */
/**----------------------------------------
START: Home 5 CSS
----------------------------------------*/
.header-4.transparent {
  background-color: transparent;
}
.header-4.transparent .header {
  position: absolute;
}
@media only screen and (max-width: 991px) {
  .header-4.transparent .header {
    position: relative;
  }
}
.header-4.transparent .header .top-bar {
  background-color: transparent;
}
.header-4.transparent .header .primary-header {
  background-color: transparent;
}
.header-4.transparent .header .primary-header .primary-header-inner {
  background-color: transparent;
}
.header-4.transparent .header .primary-header .primary-header-inner .header-logo .dark {
  display: none;
}
@media only screen and (max-width: 991px) {
  .header-4.transparent .header .primary-header .primary-header-inner .header-logo .dark {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .header-4.transparent .header .primary-header .primary-header-inner .header-logo .light {
    display: none;
  }
}
.header-4.transparent .header .primary-header .primary-header-inner .sub-menu li a {
  color: var(--lt-color-common-white);
}
.header-4.transparent .header .primary-header .primary-header-inner .sub-menu li ul li a {
  color: var(--lt-color-heading-primary);
}
.header-4.transparent .header .primary-header .primary-header-inner .sub-menu li ul li a:hover {
  color: var(--lt-color-common-white);
}
.header-4.transparent .header .primary-header .primary-header-inner .header-right .search-icon {
  border-left: none;
  color: var(--lt-color-common-white);
  padding-left: 0;
  margin-left: 0;
}
@media only screen and (max-width: 991px) {
  .header-4.transparent .header .primary-header .primary-header-inner .header-right .search-icon {
    color: var(--lt-color-heading-primary);
  }
}
.header-4.transparent .header .primary-header .primary-header-inner .header-right .lt-primary-btn {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .header-4.transparent .header .primary-header .primary-header-inner .header-right .lt-primary-btn {
    display: none;
  }
}

.header-4.transparent .sticky-header-wrap.fixed .header-logo .light {
  display: none;
}
.header-4.transparent .sticky-header-wrap.fixed .header-right .search-icon {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
@media only screen and (max-width: 991px) {
  .header-4.transparent .sticky-header-wrap.fixed .header-right .lt-primary-btn {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header-4.transparent .sticky-header-wrap.fixed .header-right .lt-primary-btn {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .slider-4 .slider-item .slide-img-wrap {
    height: 700px;
  }
}
.slider-4 .slider-item .slider-content-wrap .slider-content-inner {
  padding-right: 0;
}
.slider-4 .slider-item .slider-content-wrap .slider-content {
  margin-top: 100px;
  padding: 60px;
  background: rgba(15, 27, 36, 0.4);
  backdrop-filter: blur(5px);
}
@media only screen and (max-width: 991px) {
  .slider-4 .slider-item .slider-content-wrap .slider-content {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .slider-4 .slider-item .slider-content-wrap .slider-content {
    padding: 30px;
  }
}
.slider-4 .slider-item .slider-content-wrap .slider-content .logistec-caption.sub-heading .logistec-cap {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .slider-4 .slider-item .slider-content-wrap .slider-content .logistec-caption.sub-heading .logistec-cap {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .slider-4 .slider-item .slider-content-wrap .slider-content .logistec-caption.heading .logistec-cap {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-4 .slider-item .slider-content-wrap .slider-content .logistec-caption.heading .logistec-cap {
    font-size: 24px;
  }
}
.slider-4 .slider-item .slider-content-wrap .slider-content .slider-btn-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 20px;
}
.slider-4 .slider-item .slider-content-wrap .slider-content .slider-btn-wrap .lt-primary-btn:before {
  background-color: var(--lt-color-common-white);
}
.slider-4 .slider-item .slider-content-wrap .slider-content .slider-btn-wrap .lt-primary-btn:hover {
  color: var(--lt-color-heading-primary);
}
.slider-4 .slider-item .slider-content-wrap .slider-content .slider-btn-wrap .video-btn a {
  display: flex;
  align-items: center;
}
.slider-4 .slider-item .slider-content-wrap .slider-content .slider-btn-wrap .video-btn a .play-btn {
  background-color: var(--lt-color-common-white);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--lt-color-heading-primary);
  border-radius: 50%;
  margin-right: 10px;
  -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;
  transition: all 0.3s ease-in-out;
}
.slider-4 .slider-item .slider-content-wrap .slider-content .slider-btn-wrap .video-btn a .play-btn:hover {
  background-color: var(--lt-color-theme-primary);
  color: var(--lt-color-common-white);
}
.slider-4 .slider-item .slider-content-wrap .slider-content .slider-btn-wrap .video-btn a span {
  color: var(--lt-color-common-white);
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .slider-4 .slider-item .slider-content-wrap .slider-content .slider-desc p {
    font-size: 14px;
  }
}

.about-section-5 {
  position: relative;
  z-index: 1;
}
.about-section-5 .truck {
  position: absolute;
  bottom: 30%;
  left: 0;
  z-index: -1;
}

.about-content-5 .section-heading {
  margin-bottom: 0;
}
.about-content-5 .section-heading .section-title {
  margin-bottom: 20px;
}
.about-content-5 .about-list {
  margin-top: 30px;
  list-style: none;
}
.about-content-5 .about-list li {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: var(--lt-color-heading-primary);
  text-transform: capitalize;
  line-height: 1;
}
.about-content-5 .about-list li:not(:last-of-type) {
  margin-bottom: 15px;
}
.about-content-5 .about-list li i {
  font-size: 8px;
  color: var(--lt-color-theme-primary);
  margin-right: 10px;
}

.about-img-wrap-5 {
  text-align: center;
}
.about-img-wrap-5 .about-img {
  max-width: 370px;
  width: 100%;
  height: 520px;
}
.about-img-wrap-5 .about-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about-counter-wrap {
  padding-left: 20px;
}
.about-counter-wrap .about-counter-item:not(:last-of-type) {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px dashed var(--lt-color-border-1);
}
.about-counter-wrap .about-counter-item .title {
  font-size: 48px;
  color: var(--lt-color-theme-primary);
  line-height: 1;
}
.about-counter-wrap .about-counter-item .title .odometer-auto-theme {
  font-family: var(--lt-ff-heading);
  line-height: 1;
}
.about-counter-wrap .about-counter-item .title .odometer-digit-spacer {
  padding-right: 4px;
}
.about-counter-wrap .about-counter-item p {
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: 1;
}
.about-counter-wrap .about-counter-item.item-2 .title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-section-5 {
  position: relative;
  z-index: 1;
}
.service-section-5 .section-heading {
  margin-bottom: 0px;
}
.service-section-5 .plane {
  position: absolute;
  top: 10%;
  right: 50px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .service-section-5 .plane {
    display: none;
  }
}

.service-carousel-2 {
  padding: 40px 20px;
  padding-bottom: 80px;
}
.service-carousel-2 .swiper-pagination .swiper-pagination-bullet {
  background-color: #C4C4C4;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  opacity: 1;
}
.service-carousel-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--lt-color-theme-primary);
  opacity: 1;
}

.service-item-5 {
  padding: 40px 25px;
  border: 1px solid var(--lt-color-border-1);
  -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;
  transition: all 0.3s ease-in-out;
}
.service-item-5 .service-icon {
  height: 120px;
  width: 120px;
  border: 1px solid var(--lt-color-border-1);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.service-item-5 .service-icon img {
  width: 75px;
  height: 75px;
}
.service-item-5 .service-content .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.service-item-5 .service-content .title a:hover {
  color: var(--lt-color-theme-primary);
}
.service-item-5 .service-content p:last-child {
  margin-bottom: 0;
}
.service-item-5:hover {
  box-shadow: 0px 0px 20px rgba(15, 27, 36, 0.1);
  border: 1px solid transparent;
}

.video-2 .box {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: -2;
}
@media only screen and (max-width: 767px) {
  .video-2 .box {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .skill-img {
    text-align: center;
    margin-bottom: 20px;
  }
}

.skills-item {
  overflow: hidden;
}
.skills-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.skills-item .title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .skills-item .title {
    font-size: 18px;
  }
}
.skills-item .progress {
  height: 6px;
  overflow: visible;
  border-radius: 0;
}
.skills-item .progress .progress-bar {
  position: relative;
  background-color: var(--lt-color-theme-primary);
  overflow: visible;
}
.skills-item .progress .progress-bar span {
  font-size: 16px;
  font-weight: 500;
  background-repeat: no-repeat;
  color: var(--lt-color-heading-primary);
  padding: 10px 10px 20px 10px;
  position: absolute;
  top: -45px;
  right: -11px;
}
@media only screen and (max-width: 767px) {
  .skills-item .progress .progress-bar span {
    font-size: 18px;
    padding-top: 20px;
    top: -60px;
  }
}

.project-section-5 .project-container {
  max-width: 1790px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.project-item.item-2 .project-img {
  position: relative;
  z-index: 1;
}
.project-item.item-2 .project-img:before {
  background-color: #0F1B24;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -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;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.project-item.item-2 .project-content {
  width: calc(100% - 200px);
  padding: 25px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background-color: var(--lt-color-common-white);
  z-index: 2;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1170px) {
  .project-item.item-2 .project-content {
    width: calc(100% - 50px);
  }
}
@media only screen and (max-width: 767px) {
  .project-item.item-2 .project-content {
    width: calc(100% - 40px);
    padding: 25px 0;
  }
}
.project-item.item-2 .project-content .title a {
  color: var(--lt-color-heading-primary);
}
.project-item.item-2 .project-content .title a:hover {
  color: var(--lt-color-theme-primary);
}
.project-item.item-2 .project-content span {
  color: var(--lt-color-theme-primary);
  margin-bottom: 0;
  line-height: 1;
  margin-top: 15px;
}
.project-item.item-2:hover .project-img:before {
  visibility: visible;
  opacity: 0.5;
}

.faq-section-5 {
  position: relative;
  z-index: 1;
}
.faq-section-5 .faq-shape {
  position: absolute;
  bottom: 50px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .faq-section-5 .faq-shape {
    display: none;
  }
}

.faq-heading {
  margin-bottom: 20px;
}

.faq-form .form-select,
.faq-form .form-control {
  background-color: var(--lt-color-grey-1);
  font-size: 14px;
  font-family: var(--lt-ff-heading);
  color: var(--lt-color-text-body);
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 14.5px 20px;
}
.faq-form .form-select {
  background-color: var(--lt-color-common-white);
  border: 1px solid var(--lt-color-border-1);
  border-radius: 0;
}
.faq-form .form-select option {
  padding: 10px;
  border-radius: 0;
}

.testi-item-wrap {
  text-align: center;
}
.testi-item-wrap .testi-item {
  position: relative;
  margin-bottom: 40px;
}
.testi-item-wrap .testi-item p {
  margin-bottom: 0;
}
.testi-item-wrap .testi-item .arrow {
  background-color: var(--lt-color-common-white);
  height: 40px;
  width: 40px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.testi-item-wrap .testi-author .author {
  margin-top: 20px;
  color: var(--lt-color-common-white);
  font-size: 22px;
  font-weight: 600;
}
.testi-item-wrap .testi-author .author span {
  font-size: 16px;
  display: block;
  font-weight: 400;
  margin-bottom: 8px;
}

.post-card.card-5 .post-content-wrap {
  border: none;
}
.post-card.card-5 .post-content-wrap .post-content {
  padding: 30px 0 20px 0;
  border: none;
}
.post-card.card-5 .post-content-wrap .post-content .title {
  max-width: 100%;
}
.post-card.card-5 .post-content-wrap .post-bottom {
  padding: 0;
  border: none;
}
.post-card.card-5:hover .post-content-wrap {
  box-shadow: none;
}

.cta-section-2 {
  background-color: var(--lt-color-heading-primary);
  position: relative;
  z-index: 1;
}
.cta-section-2 .bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .cta-left-content {
    margin-bottom: 40px;
  }
}
.cta-left-content .section-heading .section-title {
  margin-bottom: 25px;
}
.cta-left-content .section-heading p {
  margin-bottom: 30px;
  max-width: 570px;
  width: 100%;
}
.cta-left-content .section-heading .lt-primary-btn:before {
  background-color: var(--lt-color-common-white);
}
.cta-left-content .section-heading .lt-primary-btn:hover {
  color: var(--lt-color-heading-primary);
}

.cta-right-content .cta-items .cta-item {
  display: grid;
  align-items: center;
  grid-template-columns: 70px 1fr;
  grid-gap: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 30px;
}
.cta-right-content .cta-items .cta-item:not(:last-of-type) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .cta-right-content .cta-items .cta-item {
    grid-template-columns: 1fr;
  }
}
.cta-right-content .cta-items .cta-item .icon {
  background-color: var(--lt-color-common-white);
  color: var(--lt-color-heading-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  font-size: 26px;
  border-radius: 50%;
}
.cta-right-content .cta-items .cta-item .content span {
  font-family: var(--lt-ff-heading);
  font-size: 16px;
  color: var(--lt-color-common-white);
  margin-bottom: 10px;
  display: block;
}
.cta-right-content .cta-items .cta-item .content a {
  display: block;
  font-size: 24px;
  color: var(--lt-color-common-white);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .cta-right-content .cta-items .cta-item .content a {
    font-size: 18px;
  }
}
.cta-right-content .cta-items .cta-item .content a:hover {
  color: var(--lt-color-theme-primary);
}

.footer-wrap.wrap-3 {
  border-bottom: 0;
}

.footer-widget.icon-left li a {
  position: relative;
  padding-left: 20px;
}
.footer-widget.icon-left li a:before {
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  color: var(--lt-color-theme-primary);
  font-size: 12px;
  font-weight: 700;
  content: "\f324";
  position: absolute;
  top: 48.5%;
  left: 0;
  transform: translateY(-50%);
}
.footer-widget .news-form {
  margin-bottom: 15px;
}
.footer-widget .news-form .form-control {
  padding: 14.5px 20px;
  box-shadow: none;
  border: 1px solid var(--lt-color-border-1);
  border-radius: 0;
}
.footer-widget .submit-btn .lt-primary-btn {
  width: 100%;
}

.copyright-area.area-3 {
  border-top: 1px solid var(--lt-color-border-1);
  position: relative;
}
.copyright-area.area-3 .footer-truck {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  width: 232px;
  height: 80px;
  position: absolute;
  top: -40px;
  right: 0;
  animation: running-anim 25s linear infinite;
}

@media only screen and (max-width: 767px) {
  .copyright-area.area-3 .footer-truck {
    display: none;
  }
}


.copyright-content {
  position: relative;
}

@-moz-keyframes running-anim {
  0% {
    right: 0;
  }
  100% {
    right: 100%;
  }
}
@-webkit-keyframes running-anim {
  0% {
    right: 0;
  }
  100% {
    right: 100%;
  }
}
@keyframes running-anim {
  0% {
    right: 0;
  }
  100% {
    right: 100%;
  }
}
@-moz-keyframes running-anim-left {
  0% {
    left: -5%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes running-anim-left {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes running-anim-left {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .section-heading p br {
    display: none;
  }
}

/* !END: Home 4 CSS */
/**----------------------------------------
START: Theme Footer CSS
----------------------------------------*/
.footer-section {
  position: relative;
  overflow: hidden;
}
.footer-section .truck {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  width: 100px;
  height: 73px;
  position: absolute;
  bottom: 50%;
  right: 80px;
  transform: translateY(50%);
}
@media (max-width: 1600px) {
  .footer-section .truck {
    right: 30px;
  }
}
@media (max-width: 1399px) {
  .footer-section .truck {
    right: 50px;
    bottom: 20%;
    transform: translateY(0);
  }
}
@media (max-width: 1170px) {
  .footer-section .truck {
    display: none;
  }
}

.footer-wrap {
  border-bottom: 1px solid var(--lt-color-border-1);
}
@media only screen and (max-width: 991px) {
  .footer-wrap {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrap {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-widget {
    margin-bottom: 50px;
  }
}
.footer-widget .footer-logo img {
  margin-top: -5px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 991px) {
  .footer-widget .footer-logo img {
    margin-bottom: 18px;
  }
}
.footer-widget p {
  margin-bottom: 30px;
  max-width: 320px;
  width: 100%;
}
.footer-widget .footer-social li {
  display: inline-flex;
}
.footer-widget .footer-social li:not(:last-of-type) {
  margin-right: 10px;
}
.footer-widget .footer-social li a {
  font-size: 15px;
  color: var(--lt-color-heading-primary);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--lt-color-border-1);
}
.footer-widget .footer-social li a:hover {
  background-color: var(--lt-color-theme-primary);
  color: var(--lt-color-common-white);
  border: 1px solid var(--lt-color-theme-primary);
}
.footer-widget .widget-header {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 35px;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .footer-widget .widget-header {
    margin-bottom: 25px;
  }
}
.footer-widget .widget-list {
  list-style: none;
}
.footer-widget .widget-list li {
  color: var(--lt-color-text-body);
  font-size: 16px;
  font-weight: 400;
}
.footer-widget .widget-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.footer-widget .widget-list li a:hover {
  color: var(--lt-color-theme-primary);
}
.footer-widget .widget-list.adress-list li {
  display: grid;
  grid-template-columns: 16px 1fr;
  align-items: center;
  grid-gap: 10px;
}
@media (max-width: 1170px) {
  .footer-widget .widget-list.adress-list li {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .footer-widget .widget-list.adress-list li {
    grid-template-columns: 16px 1fr;
  }
}
.footer-widget .widget-list.adress-list li:nth-child(3) {
  align-items: baseline;
}
.footer-widget .widget-list.adress-list li:nth-child(3) i {
  margin-top: 2px;
}
.footer-widget .widget-list.adress-list li i {
  margin-right: 10px;
}
.footer-widget.item-2 {
  padding-left: 50px;
}
@media only screen and (max-width: 991px) {
  .footer-widget.item-2 {
    padding-left: 0;
  }
}

.copyright-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  .copyright-content {
    flex-direction: column;
    row-gap: 10px;
    justify-content: center;
  }
}
.copyright-content p {
  margin-bottom: 0;
}
.copyright-content p span {
  color: var(--lt-color-heading-primary);
  font-weight: 500;
}
.copyright-content .copy-list li {
  display: inline-flex;
  line-height: 1;
}
.copyright-content .copy-list li:not(:last-of-type) {
  margin-right: 20px;
}
.copyright-content .copy-list li a {
  font-size: 16px;
}
.copyright-content .copy-list li a:hover {
  color: var(--lt-color-theme-primary);
}

/* Footer 2 */
.footer-2 {
  background-color: var(--lt-color-heading-primary);
}
.footer-2 .footer-wrap {
  border-bottom: 1px solid var(--lt-color-border-3);
}
.footer-2 .footer-widget p {
  color: var(--lt-color-common-white);
}
.footer-2 .footer-widget .footer-social li a {
  border: 1px solid var(--lt-color-border-3);
  color: var(--lt-color-common-white);
}
.footer-2 .footer-widget .widget-header {
  color: var(--lt-color-common-white);
}
.footer-2 .footer-widget .widget-list li {
  color: var(--lt-color-common-white);
}
.footer-2 .footer-widget .widget-list li a {
  color: var(--lt-color-common-white);
}
.footer-2 .footer-widget .widget-list li a:hover {
  color: var(--lt-color-theme-primary);
}

.copyright-content.content-2 p {
  color: var(--lt-color-common-white);
}
.copyright-content.content-2 p span {
  color: var(--lt-color-common-white);
}
.copyright-content.content-2 .copy-list li a {
  color: var(--lt-color-common-white);
}
.copyright-content.content-2 .copy-list li a:hover {
  color: var(--lt-color-theme-primary);
}


.main-logo-1{
  width: 230px !important; /* Mobile Size */
  height: auto !important;
  max-width: none !important;
}

@media (max-width: 768px) {
  .main-logo-1 {
  width: 180px !important;;
  }
}


.down-footer{
  list-style: none;
}

.down-footer li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.down-footer li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px; /* vertical spacing */
}

.down-footer li a {
    color: #898989; /* default color */
    text-decoration: none;
    transition: color 0.3s ease;
}

.down-footer li a:hover {
    color: #2B4E6C; /* change this to any color you want */
}

.down-footer li i {
    color: #2B4E6C; /* icon color */
    width: 16px;
}


.founder-section {
    padding: 80px 0;
    background: #162f47;
}

.founder-top {
    text-align: center;
    margin-bottom: 50px;
}

.founder-top .subtitle {
    color: #b5b5b5;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.founder-top h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 8px;
}

.founder-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
}

.founder-image {
    flex: 1;
}

.founder-image img {
    width: 100%;
    max-width: 370px;
    height: 570px;
    object-fit: cover;
    border-radius: 8px;
}

.founder-content {
    flex: 1;
}

.founder-content h3 {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
}

.founder-role {
    color: #b5b5b5;
    font-size: 15px;
    font-weight: 500;
}

.founder-content p {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.8;
    margin-top: 16px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .founder-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .founder-image img {
        max-width: 100%;
        height: 350px;
    }
}






    .form-card {
      background: #ffffff;
      border-radius: 16px;
      padding: 2.5rem 2rem;
      /* max-width: 820px; */
      width: 100%;
      box-shadow: 0 4px 32px rgba(0,0,0,0.07);
    }
 
    .form-header {
      margin-bottom: 2rem;
      border-bottom: 1px solid #e8e8e4;
      padding-bottom: 1.5rem;
    }
 
    .form-header h1 {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 42px;
      letter-spacing: 3px;
      color: #1a1a2e;
      font-weight: 400;
      margin-bottom: 6px;
    }
 
    .form-header p {
      font-size: 14px;
      color: #777;
    }
 
    .section-label {
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 1.8px;
      text-transform: uppercase;
      color: #2B4E6C;
      margin: 2rem 0 0.85rem;
      padding-bottom: 6px;
      border-bottom: 1px solid #efefeb;
    }
 
    .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
    .grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; }
 
    .field { display: flex; flex-direction: column; gap: 6px; }
 
    .field label { font-size: 12px; font-weight: 500; color: #555; }
 
    .field input,
    .field textarea {
      font-family: 'DM Sans', sans-serif;
      font-size: 16px;
      padding: 12px 14px;
      border: 1px solid #e0e0da;
      border-radius: 8px;
      background: #fafaf8;
      color: hsl(240, 28%, 14%);
      outline: none;
      transition: border-color 0.15s;
      width: 100%;
      -webkit-appearance: none;
      appearance: none;
    }
 
    .field input:focus,
    .field textarea:focus {
      border-color: #1a1a2e;
      background: #fff;
    }
 
    .field textarea { resize: vertical; min-height: 100px; }
 
    /* ── Custom Dropdown ── */
    .custom-select { position: relative; width: 100%; }
 
    .cs-trigger {
      font-family: 'DM Sans', sans-serif;
      font-size: 16px;
      padding: 12px 14px;
      border: 1px solid #e0e0da;
      border-radius: 8px;
      background: #fafaf8;
      color: #999;
      width: 100%;
      cursor: pointer;
      text-align: left;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      transition: border-color 0.15s, background 0.15s;
      user-select: none;
      -webkit-tap-highlight-color: transparent;
    }
 
    .cs-trigger.selected { color: #1a1a2e; }
    .cs-trigger.open { border-color: #1a1a2e; background: #fff; }
 
    .cs-arrow {
      width: 18px;
      height: 18px;
      flex-shrink: 0;
      transition: transform 0.2s;
      color: #888;
    }
 
    .cs-trigger.open .cs-arrow { transform: rotate(180deg); }
 
    .cs-dropdown {
      display: none;
      position: absolute;
      top: calc(100% + 6px);
      left: 0;
      right: 0;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 12px;
      box-shadow: 0 10px 32px rgba(0,0,0,0.14);
      z-index: 9999;
      overflow: hidden;
      max-height: 280px;
      overflow-y: auto;
    }
 
    .cs-dropdown.open { display: block; }
 
    .cs-option {
      font-family: 'DM Sans', sans-serif;
      font-size: 16px;
      padding: 14px 18px;
      color: #1a1a2e;
      cursor: pointer;
      transition: background 0.1s;
      border-bottom: 1px solid #f2f2ee;
    }
 
    .cs-option:last-child { border-bottom: none; }
    .cs-option:hover,
    .cs-option:active { background: #f4f4f0; }
 
    .cs-option.active {
      background: #ffffff;
      color: #2B4E6C;
      font-weight: 500;
    }
 
    /* ── Transport Toggle ── */
    .transport-toggle { display: flex; gap: 10px; margin-top: 4px; }
 
    .toggle-btn {
      flex: 1;
      padding: 12px 8px;
      font-size: 14px;
      font-family: 'DM Sans', sans-serif;
      font-weight: 500;
      border: 1px solid #e0e0da;
      border-radius: 8px;
      background: #fafaf8;
      color: #777;
      cursor: pointer;
      transition: all 0.15s;
      -webkit-tap-highlight-color: transparent;
    }
 
    .toggle-btn:hover { border-color: #1a1a2e; color: #1a1a2e; }
    .toggle-btn.active { background: #1a1a2e; color: #f0c040; border-color: #1a1a2e; }

    .highlight-bar {
      background: #c5c5c5;
      border-radius: 10px;
      padding: 1rem 1.25rem;
      margin: 1.75rem 0 0;
    }
 
    .highlight-bar span { font-size: 14px; color: #000000; line-height: 1.6; }
    .highlight-bar strong { color: #2B4E6C; }
 
    .submit-btn {
      display: block;
      margin: 0 auto;
    }
 
    .submit-btn:hover { opacity: 0.88; }
    .submit-btn:active { transform: scale(0.99); }
 
    @media (max-width: 600px) {
      /* body { padding: 1.5rem 0.75rem; } */
      .form-card { padding: 1.75rem 1.25rem; border-radius: 12px; }
      .grid-2, .grid-3 { grid-template-columns: 1fr; }
      .transport-toggle { flex-direction: column; }
      .form-header h1 { font-size: 32px; }
    }








/* ── Item Card ── */
.ph-item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.ph-item:hover {
    transform: translateY(-6px);
}

/* ── Image Wrapper ── */
.ph-img-wrap {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
}

.ph-img-wrap img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.ph-img-wrap:hover img {
    transform: scale(1.07);
}

/* ── Dark Overlay ── */
.ph-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #20415e92;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.ph-img-wrap:hover .ph-overlay {
    opacity: 1;
}

/* ── Plus Button ── */
.ph-zoom-btn {
    width: 55px;
    height: 55px;
    background: #ffffff;
    color: #1a1a2e;
    font-size: 34px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: 1;
    transition: transform 0.2s ease, background 0.2s ease;
    z-index: 3;
    position: relative;
}

.ph-zoom-btn:hover {
    transform: scale(1.15);
    background: #2B4E6C;
    color: #1a1a2e;
}

/* ── Content on Hover (title & span) ── */
.ph-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 18px 16px;
    background: linear-gradient(to top, rgba(26,26,46,0.95) 0%, transparent 100%);
    transform: translateY(15px);
    opacity: 0;
    transition: all 0.35s ease;
    z-index: 3;
}

.ph-img-wrap:hover .ph-content {
    transform: translateY(0);
    opacity: 1;
}

.ph-title {
    margin: 0 0 4px;
    font-size: 17px;
}

.ph-title a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}

.ph-title a:hover {
    color: #4184bf;
}

.ph-span {
    font-size: 13px;
    color: #cccccc;
}

/* ── Lightbox ── */
.ph-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.90);
    z-index: 99999;
    align-items: center;
    justify-content: center;
}

.ph-lightbox.ph-active {
    display: flex;
}

.ph-lightbox-box {
    position: relative;
    max-width: 90%;
    max-height: 90vh;
}

.ph-lightbox-box img {
    max-width: 100%;
    max-height: 85vh;
    border-radius: 10px;
    display: block;
}

.ph-lightbox-close {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 36px;
    height: 36px;
    background: #ffffff;
    color: #1a1a2e;
    font-size: 22px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 1;
    z-index: 4;
}
.service-section-4{
  background-color: #F2F2F2;
}

.testimonial-carousel .swiper-slide {
    height: auto;
}

.testimonial-carousel .swiper-wrapper {
    align-items: stretch;
}

.testimonial-carousel .testi-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonial-carousel .testi-item p {
    flex: 1;
}








/* ── Simple Contact Form ── */
.simple-contact-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 2.5rem 2rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}

.simple-contact-header {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #efefeb;
}

.simple-contact-header h2 {
    font-size: 28px;
    color: #1a1a2e;
    margin-bottom: 6px;
}

.simple-contact-header p {
    font-size: 14px;
    color: #777;
}

.sc-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.sc-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
}

.sc-field label {
    font-size: 12px;
    font-weight: 500;
    color: #555;
}

.sc-field input,
.sc-field textarea {
    font-family: inherit;
    font-size: 15px;
    padding: 12px 14px;
    border: 1px solid #e0e0da;
    border-radius: 8px;
    background: #fafaf8;
    color: #1a1a2e;
    outline: none;
    width: 100%;
    transition: border-color 0.15s;
    -webkit-appearance: none;
    appearance: none;
}

.sc-field input:focus,
.sc-field textarea:focus {
    border-color: #2B4E6C;
    background: #fff;
}

.sc-field textarea {
    resize: vertical;
    min-height: 130px;
}

.sc-submit-btn {
    width: 50%;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    background: #2B4E6C;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: opacity 0.15s, transform 0.1s;
    margin: 30px auto 0; /* THIS centers it */
    display: block; /* REQUIRED for margin auto */
    text-align: center;
}

.sc-submit-btn:hover {
    opacity: 0.88;
}

.sc-submit-btn:active {
    transform: scale(0.99);
}

@media (max-width: 600px) {
    .sc-grid-2 {
        grid-template-columns: 1fr;
    }

    .simple-contact-card {
        padding: 1.75rem 1.25rem;
    }
}

.about-bg{
  background-color: #162f47;
}
.para{
  color: #a9a9a9;
}


/* ── Video Hero ── */
.video-hero-section {
    position: relative;
    width: 100%;
    height: 950px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .video-hero-section { height: 650px; }
}

@media (max-width: 767px) {
    .video-hero-section { height: 100svh; }
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    z-index: 0;
}

.video-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.234);
    z-index: 1;
}

/* ── Play/Pause Button ── */
.video-play-pause {
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 3;
    background: rgba(255, 255, 255, 0.25);
    border: 2px solid rgba(255,255,255,0.6);
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
}

.video-play-pause:hover {
    background: rgba(255,255,255,0.3);
    border-color: #ffffff;
}

@media (max-width: 767px) {
    .video-play-pause {
        bottom: 20px;
        right: 20px;
        width: 42px;
        height: 42px;
        font-size: 14px;
    }
}

/* ── Content ── */
.video-hero-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
    padding: 0 15px;
}

.video-sub-heading {
    color: rgba(255,255,255,0.85);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .video-sub-heading { font-size: 16px; }
}

.video-main-heading {
    color: #ffffff;
    font-size: 80px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 25px;
    /* max-width: 700px; */
}

@media (max-width: 991px) {
    .video-main-heading { font-size: 55px; }
}

@media (max-width: 767px) {
    .video-main-heading { font-size: 34px; }
}

.video-desc {
    color: rgba(255,255,255,0.85);
    font-size: 18px;
    max-width: 580px;
    line-height: 1.8;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .video-desc { font-size: 15px; }
}
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    z-index: 0;
    -webkit-transform: translate(-50%, -50%); /* iPhone fix */
    will-change: transform; /* smoother rendering */
}



/* ===== PROJECT SECTION CSS ===== */
.proj-section {
  padding: 80px 0;
  background-color: #F2F2F2;
}

.proj-heading {
  text-align: center;
  margin-bottom: 48px;
}

.proj-heading .sub {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 8px;
}

.proj-heading h2 {
  font-size: 32px;
  font-weight: 600;
  color: var(--lt-color-theme-primary);
  margin: 0;
}

/* Grid */
.proj-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Card */
.proj-card {
  background: #fff;
  border: 1px solid #e8e8e6;
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.proj-card:hover {
  border-color: #004195;
  transform: translateY(-5px);
}

/* Image wrapper — equal height fix */
.proj-img-wrap {
  position: relative;
  width: 100%;
  height: 330px;       /* ← equal height for all images */
  overflow: hidden;
}

.proj-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;          /* ← fills the box, crops neatly */
  object-position: center;
  display: block;
  transition: transform 0.4s ease;
}

.proj-card:hover .proj-img-wrap img {
  transform: scale(1.06);     /* ← subtle zoom on hover */
}

/* Overlay */
.proj-overlay {
  position: absolute;
  inset: 0;
  background: rgba(32, 121, 189, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.proj-card:hover .proj-overlay {
  background: rgba(0, 105, 175, 0.38);
}

/* Plus button */
.proj-plus {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}

.proj-card:hover .proj-plus {
  opacity: 1;
  transform: scale(1);
}

/* Card body */
.proj-body {
  padding: 18px 20px 20px;
}

.proj-tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #999;
  margin: 0 0 6px;
}

.proj-title {
  font-size: 17px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 14px;
}

.proj-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--lt-color-theme-primary);
  text-decoration: none;
  font-weight: 500;
  transition: gap 0.2s ease;
}

.proj-link:hover {
  gap: 12px;
}

/* Responsive */
@media (max-width: 768px) {
  .proj-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .proj-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}



/* ===== MAP SECTION ===== */
.map-section {
  background-color: #F2F2F2;
}

.map-section .section-heading {
  margin-bottom: 40px;
}

.map-section .section-desc {
  max-width: 620px;
  margin: 12px auto 0;
  font-size: 15px;
  color: #666;
  line-height: 1.7;
}

/* Map wrapper */
.map-container {
  max-width: 100%;
}

.us-map {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.us-map svg {
  width: 100%;
  height: auto;
  display: block;
}

/* State default style */
.state {
  fill: var(--lt-color-theme-primary);
  stroke: #ffffff;
  stroke-width: 0.8;
  cursor: pointer;
  transition: fill 0.2s ease;
}

/* State hover */
.state:hover {
  fill: #295d91;
}

/* State abbreviation labels */
.state-abbr {
  font-size: 6px;
  fill: #ffffff;
  font-family: sans-serif;
  font-weight: 700;
  pointer-events: none;
  user-select: none;
}

/* Hovered state name display */
.state-name {
  text-align: center;
  margin-top: -20px;
  font-size: 20px;
  font-weight: 600;
  color: var(--lt-color-theme-primary);
  min-height: 22px;
  letter-spacing: 0.3px;
  transition: opacity 0.2s ease;
}


/* ── Section ── */
.hiw-section {
    background-color: #f2f2f2;
}

/* ── Heading ── */
.hiw-heading {
    text-align: center;
    margin-bottom: 30px;
}

.hiw-heading h2 {
    font-size: 34px;
    font-weight: 700;
    color: var(--lt-color-theme-primary);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.4;
}

/* ── Step Buttons ── */
.hiw-buttons {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-bottom: 30px;
}

.hiw-btn {
    padding: 12px 38px;
    border-radius: 50px;
    border: 2px solid #ccc;
    background: transparent;
    color: #555;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hiw-btn:hover {
    border-color: var(--lt-color-theme-primary);
    color: var(--lt-color-theme-primary);
}

.hiw-btn.active {
    background: var(--lt-color-theme-primary);
    border-color: var(--lt-color-theme-primary);
    color: #fff;
}

/* ── Text Content ── */
.hiw-content-wrap {
    max-width: 600px;
    margin: 0 auto 36px;
    text-align: center;
}

.hiw-content {
    display: none;
}

.hiw-content.active {
    display: block;
}

.hiw-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.hiw-content p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin: 0;
}

/* ── Image ── */
.hiw-img-wrap {
    position: relative;
    width: 100%;
    max-width: 700px;
    height: 400px;
    margin: 0 auto;
    border-radius: 14px;
    overflow: hidden;
}

.hiw-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.hiw-img.active {
    opacity: 1;
}

/* ── Mobile ── */
@media (max-width: 768px) {

    .hiw-heading h2 {
        font-size: 26px;
    }

    .hiw-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .hiw-img-wrap {
        height: 240px;
        border-radius: 10px;
    }

}



/* ── Services Grid ── */
.sv-group-label {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color:var(--lt-color-theme-primary);
    margin: 40px 0 16px;
}


.sv-card:hover {
    border-color: var(--lt-color-theme-primary);
    transform: translateY(-5px);
}

.sv-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); /* was 180px */
    gap: 14px;
}

.sv-card {
    background: rgb(231, 231, 231);
    border: 1px solid #ebebeb;
    border-radius: 12px;
    padding: 30px 28px; /* was 20px 16px */
    transition: border-color 0.25s ease, transform 0.25s ease;
}

.sv-icon {
    width: 54px;      /* was 40px */
    height: 54px;     /* was 40px */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;  /* was 16px */
    margin-bottom: 16px; /* was 14px */
}

.sv-name {
    font-size: 18px;  /* was 14px */
    font-weight: 700;
    color: #000000;
    margin: 0 0 8px;
    line-height: 1.4;
}

.sv-desc {
    font-size: 14px;  /* was 13px */
    color: #828282;
    line-height: 1.6;
    margin: 0;
}

/* ── Mobile ── */
@media (max-width: 768px) {
    .sv-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 420px) {
    .sv-grid {
        grid-template-columns: 1fr;
    }
}


.video-section {
  padding: 80px 20px;
  text-align: center;
  color: #fff;
  background-color: #F2F2F2;
}

.video-section h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--lt-color-theme-primary);
}

.video-section .subtitle {
  font-size: 18px;
  margin-bottom: 40px;
  color: #8c8c8c;
}

.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 30px;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  border: 5px solid #050e1d;
  border-radius: 8px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cta-btn {
  display: inline-block;
  background: #092d4a;
  color: #fff;
  padding: 15px 30px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s ease;
}

.cta-btn:hover {
  background: #0c4173;
}







  /* ── HERO WRAP ─────────────────────────────────────────── */
  .ht-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    font-family: 'Barlow', sans-serif;
  }
 
  /* Background truck photo */
  .ht-bg {
    position: absolute;
    inset: 0;
    background-image: url('../img/bg-img/main-bg.jpg');
    /* ↑ Replace with your own image path */
    background-size: cover;
    background-position: center 55%;
    z-index: 0;
  }
 
  /* Dark overlay — heavy left, fades right */
  .ht-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(to right, rgba(11, 15, 20, 0.93) 0%, rgba(13, 43, 70, 0.78) 50%, rgba(0, 0, 0, 0.35) 100%),
      linear-gradient(to top,   rgba(13,30,46,.65) 0%, transparent 55%);
  }
 
  /* Subtle diagonal accent line (decorative) */
  .ht-line {
    position: absolute;
    top: 0; bottom: 0;
    left: 56%;
    width: 2px;
    background: linear-gradient(to bottom, transparent, rgba(232,145,45,.32) 35%, rgba(232,145,45,.32) 65%, transparent);
    z-index: 2;
    transform: skewX(-5deg);
    pointer-events: none;
  }
 
  /* Content wrapper */
  .ht-content {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 7rem 2rem 5rem;
  }
 
  /* Badge pill */
  .ht-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.2);
    backdrop-filter: blur(6px);
    border-radius: 100px;
    padding: .38rem 1rem;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(255,255,255,.85);
    margin-bottom: 1.8rem;
    width: fit-content;
    animation: htFadeUp .7s ease both;
  }
  .ht-badge-dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: #3ab1f6;
    box-shadow: 0 0 6px #2da8f0;
  }
 
  /* Main heading */
  .ht-heading {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 900;
    font-size: clamp(3rem, 6.5vw, 5.4rem);
    line-height: 1.02;
    text-transform: uppercase;
    color: #ffffff;
    max-width: 700px;
    margin: 0;
    animation: htFadeUp .7s .1s ease both;
  }
  .ht-heading .ht-accent {
    color: #347298;
    display: block;
  }
 
  /* Sub-heading with dynamic word */
  .ht-sub {
    margin-top: 1.4rem;
    font-size: clamp(1rem, 1.8vw, 1.18rem);
    font-weight: 300;
    color: rgba(255,255,255,.72);
    line-height: 1.65;
    max-width: 460px;
    animation: htFadeUp .7s .2s ease both;
  }
  .ht-word {
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    transition: opacity .35s ease, transform .35s ease;
    min-width: 7ch;
  }
  .ht-word.ht-out { opacity: 0; transform: translateY(-7px); }
  .ht-word.ht-in  { opacity: 1; transform: translateY(0);    }
 
  /* Buttons */
  .ht-cta-row {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-top: 2.6rem;
    flex-wrap: wrap;
    animation: htFadeUp .7s .3s ease both;
  }
  .ht-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    background: var(--lt-color-theme-primary);
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.08rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: .95rem 2.3rem;
    border-radius: 5px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background .2s, transform .15s, box-shadow .2s;
  }
  .ht-btn-primary:hover {
    background: #255471;    
    transform: translateY(-2px);
    color: white;
  }
  .ht-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: .9rem 1.9rem;
    border: 2px solid rgba(255,255,255,.38);
    border-radius: 5px;
    text-decoration: none;
    background: transparent;
    cursor: pointer;
    transition: border-color .2s, background .2s;
  }
  .ht-btn-outline:hover { 
    border-color: #fff; 
    background: rgba(255, 255, 255, 0.07); 
    color: white;
  }
 
  /* Floating trust card */
  .ht-trust-card {
    position: absolute;
    right: 4vw;
    bottom: 110px;
    z-index: 20;
    background: rgba(255,255,255,.97);
    border-radius: 12px;
    padding: 1.2rem 1.6rem;
    box-shadow: 0 20px 60px rgba(0,0,0,.28);
    display: flex;
    flex-direction: column;
    gap: .7rem;
    min-width: 215px;
    animation: htFadeLeft .7s .6s ease both;
  }
  .ht-trust-title {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #8898aa;
  }
  .ht-trust-list { display: flex; flex-direction: column; gap: .45rem; }
  .ht-trust-item {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-size: .82rem;
    font-weight: 600;
    color: #20415e;
    font-family: 'Barlow', sans-serif;
  }
  .ht-check {
    width: 18px; height: 18px;
    border-radius: 50%;
    background: #edf5f0;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
 
  /* Stats bar */
  .ht-stats {
    position: relative;
    z-index: 10;
    animation: htFadeUp .7s .45s ease both;
  }
  .ht-stats-inner {
    display: flex;
    align-items: stretch;
    background: #20415e;
    border-top: 3px solid #12488b;
  }
  .ht-stat {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.6rem 1rem;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,.07);
    transition: background .2s;
    cursor: default;
  }
  .ht-stat:last-child { border-right: none; }
  .ht-stat:hover { background: rgba(255,255,255,.04); }
  .ht-stat-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2.2rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
  }
  .ht-stat-num .ht-sa { color: #3081ba; }
  .ht-stat-lbl {
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(255,255,255,.42);
    margin-top: .3rem;
    font-family: 'Barlow', sans-serif;
  }
 
  /* Animations */
  @keyframes htFadeUp   { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
  @keyframes htFadeLeft { from { opacity: 0; transform: translateX(24px); } to { opacity: 1; transform: translateX(0); } }
 
  /* Responsive */
  @media (max-width: 860px) {
    .ht-trust-card, .ht-line { display: none; }
    .ht-stats-inner { flex-wrap: wrap; }
    .ht-stat { flex: 1 1 50%; border-bottom: 1px solid rgba(255,255,255,.07); }
  }
  @media (max-width: 500px) {
    .ht-content { padding: 6rem 1.25rem 4rem; }
    .ht-cta-row { flex-direction: column; align-items: flex-start; }
    .ht-btn-primary, .ht-btn-outline { width: 100%; justify-content: center; }
  }







    /* ── TOKENS ─────────────────────── */
  .skt-bs-section {
    --skt-navy:       #20415e;
    --skt-navy-dark:  #162e43;
    --skt-navy-light: #2c5278;
    --skt-white:      #ffffff;
    --skt-bg:         #f5f7fa;
    --skt-border:     #e2e8f0;
    --skt-text:       #374151;
    --skt-muted:      #6b7280;
    --skt-accent:     #6592cd;
    font-family: inherit;
  }
 
  /* ── SECTION ────────────────────── */
  .skt-bs-section {
    background: var(--skt-bg);
    padding: 80px 0;
  }
 
  .skt-bs-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
  }
 
  /* ── SECTION HEADER ─────────────── */
  .skt-bs-eyebrow {
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--skt-accent);
    margin-bottom: 10px;
  }
 
  .skt-bs-title {
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 700;
    color: var(--skt-navy);
    margin: 0 0 14px;
    line-height: 1.2;
  }
 
  .skt-bs-subtitle {
    font-size: 15px;
    color: var(--skt-muted);
    max-width: 520px;
    line-height: 1.7;
    margin: 0;
  }
 
  .skt-bs-header-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 48px;
    flex-wrap: wrap;
  }
 
  /* ── STATUS PILL ────────────────── */
  .skt-bs-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #d1fae5;
    border-radius: 100px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #065f46;
    white-space: nowrap;
    box-shadow: 0 1px 4px rgba(0,0,0,.06);
  }
 
  .skt-bs-dot {
    position: relative;
    width: 9px;
    height: 9px;
    flex-shrink: 0;
  }
  .skt-bs-dot::before,
  .skt-bs-dot::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #22c55e;
  }
  .skt-bs-dot::after {
    animation: skt-bs-ping 1.8s ease-in-out infinite;
    background: transparent;
    border: 1.5px solid #22c55e;
  }
  @keyframes skt-bs-ping {
    0%   { transform: scale(1);   opacity: 1; }
    70%  { transform: scale(2.4); opacity: 0; }
    100% { transform: scale(2.4); opacity: 0; }
  }
 
  /* ── THREE-COLUMN GRID ──────────── */
  .skt-bs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
 
  /* ── CARD ───────────────────────── */
  .skt-bs-card {
    background: var(--skt-white);
    border: 1px solid var(--skt-border);
    border-radius: 12px;
    padding: 32px 28px;
    transition: box-shadow .25s, transform .2s, border-color .25s;
  }
  .skt-bs-card:hover {
    box-shadow: 0 12px 40px rgba(32,65,94,.10);
    transform: translateY(-3px);
    border-color: #c7d8e8;
  }
 
  /* Card top — icon + label row */
  .skt-bs-card-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--skt-border);
  }
 
  .skt-bs-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #eef3f8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background .25s;
  }
  .skt-bs-card:hover .skt-bs-icon {
    background: var(--skt-navy);
  }
  .skt-bs-icon svg {
    stroke: var(--skt-navy);
    transition: stroke .25s;
  }
  .skt-bs-card:hover .skt-bs-icon svg {
    stroke: #fff;
  }
 
  .skt-bs-card-label {
    font-size: 16px;
    font-weight: 700;
    color: var(--skt-navy);
    line-height: 1.2;
  }
  .skt-bs-card-sublabel {
    font-size: 12px;
    color: var(--skt-muted);
    margin-top: 2px;
    font-weight: 400;
  }
 
  /* Contact rows inside card */
  .skt-bs-row {
    margin-bottom: 20px;
  }
  .skt-bs-row:last-child {
    margin-bottom: 0;
  }
 
  .skt-bs-row-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--skt-muted);
    margin-bottom: 5px;
  }
 
  .skt-bs-row-value {
    font-size: 15px;
    font-weight: 600;
    color: var(--skt-navy);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color .2s;
    line-height: 1.3;
  }
  a.skt-bs-row-value:hover {
    color: var(--skt-accent);
  }
 
  .skt-bs-row-note {
    font-size: 13px;
    color: var(--skt-muted);
    margin-top: 4px;
    line-height: 1.55;
  }
 
  /* Small link */
  .skt-bs-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--skt-navy);
    text-decoration: none;
    transition: color .2s, gap .2s;
  }
  .skt-bs-link:hover {
    color: var(--skt-accent);
    gap: 8px;
  }
 
  .skt-bs-divider {
    height: 1px;
    background: var(--skt-border);
    margin: 18px 0;
  }
 
  /* Hours table */
  .skt-bs-hours {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .skt-bs-hours-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13.5px;
  }
  .skt-bs-day   { color: var(--skt-text); }
  .skt-bs-time  { font-weight: 600; color: var(--skt-navy); }
  .skt-bs-time.skt-bs-closed { color: var(--skt-muted); font-weight: 400; }
  .skt-bs-time.skt-bs-always { color: #16a34a; }
 
  /* ── BOTTOM INFO BAR ────────────── */
  .skt-bs-bar {
    margin-top: 32px;
    background: #162F47;
    border-radius: 12px;
    padding: 22px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
  }
 
  .skt-bs-bar-text {
    font-size: 14px;
    color: rgba(255,255,255,.8);
    line-height: 1.6;
  }
  .skt-bs-bar-text strong {
    color: #fff;
    font-weight: 600;
  }
 
  .skt-bs-bar-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    flex-shrink: 0;
  }
  .skt-bs-pill {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 100px;
    border: 1px solid rgba(255,255,255,.2);
    color: rgba(255,255,255,.75);
    white-space: nowrap;
  }
 
  /* ── RESPONSIVE ─────────────────── */
  @media (max-width: 900px) {
    .skt-bs-grid { grid-template-columns: 1fr 1fr; }
    .skt-bs-grid .skt-bs-card:nth-child(3) { grid-column: 1 / -1; }
  }
  @media (max-width: 600px) {
    .skt-bs-section { padding: 60px 0; }
    .skt-bs-grid { grid-template-columns: 1fr; }
    .skt-bs-grid .skt-bs-card:nth-child(3) { grid-column: auto; }
    .skt-bs-header-row { flex-direction: column; align-items: flex-start; }
    .skt-bs-bar { flex-direction: column; align-items: flex-start; padding: 20px; }
    .skt-bs-container { padding: 0 16px; }
  }

.date-input {
  width: 100%;
  min-height: 52px;          /* prevents it from shrinking on mobile */
  padding: 12px 16px;
  font-size: 16px;           /* critical: prevents iOS auto-zoom */
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  display: block;
}

/* Simulate placeholder color when empty (date inputs don't support placeholder natively) */
.date-input:not(:valid) {
  color: #999;
}

/* Mobile-specific fixes */
@media (max-width: 768px) {
  .date-input {
    min-height: 56px;
    font-size: 16px;         /* must stay 16px on mobile to avoid zoom */
    padding: 14px 16px;
  }
}













.steps{
    background: #F2F2F2;
}

.section-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 50px 70px 60px;
  border-radius: 6px;
  position: relative;
}
 
/* ── Header ── */
.ship-header {
  text-align: center;
  margin-bottom: 30px;
}
.ship-header h1 {
  font-size: 28px;
  font-weight: 700;
  color: var(--lt-color-theme-primary);
  margin-bottom: 8px;
}
.ship-header .bar {
  width: 36px; height: 3px;
  background: #224f9e;
  margin: 0 auto 10px;
  border-radius: 2px;
}
.ship-header p { font-size: 14px; color: #777; }
 
/* ── START / FINISH badge ── */
.badge {
  display: inline-block;
  padding: 5px 18px;
  margin-top: -100px !important;
  border: 1.5px solid #6aacdf;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  color: #4a8fc0;
  background: #fff;
}
/* .start-wrap  { 
  margin-top: -10px; 
  position: relative; 
  z-index: 3;
}
.finish-wrap {    
   margin-top: 100px;
    position: relative;
     z-index: 3; 
    }
  */
/* ── Step cards ── */
.step-card {
  display: flex;
  align-items: center;
  gap: 30px;
  border: 1px solid #dde6f0;
  border-radius: 6px;
  padding: 30px;
  background: #fff;
  position: relative;
  z-index: 2;
  margin-left: 30px;
}
.step-card.even { flex-direction: row-reverse; }
 
.step-text { flex: 1; }
.step-num  { font-size: 13px; color: #aaa; margin-bottom: 3px; }
.step-title {
  font-size: 20px; font-weight: 700;
  color: var(--lt-color-theme-primary); margin-bottom: 10px;
}
.step-body {
  font-size: 13px; color: #555;
  line-height: 1.65; margin-bottom: 12px;
}
.step-body a { color: #5a9fd4; text-decoration: none; }
.step-callout {
  border-left: 3px solid #5a9fd4;
  padding: 9px 13px;
  background: #f4f9fd;
}
.step-callout-title { font-size: 13px; font-weight: 600; color: #1a2540; margin-bottom: 3px; }
.step-callout-body  { font-size: 12px; color: #666; line-height: 1.5; }
 
.step-illo {
  width: 210px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.step-illo svg { width: 100%; height: auto; }
 
/* ── Road SVG behind everything ── */
#road-svg {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: visible;
}
 
/* ── Sedan car ── */
#car {
  position: absolute;
  width: 64px;
  pointer-events: none;
  z-index: 10;
  /* NO rotation ever — only scaleX flip */
}







/* ── On that specific page only ── */

/* Hide hiw-section on desktop for this page */
.process-page .hiw-section {
  display: none;
}

/* Show hiw-section on mobile for this page */
@media only screen and (max-width: 767px) {
  .process-page .steps {
    display: none;
  }

  .process-page .hiw-section {
    display: block;
  }
}



.skt-wa-section {
    background: #f1f5f9;
    padding: 0 0 48px;
    font-family: inherit;
  }
  .skt-wa-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 24px;
  }
  .skt-wa-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 48px;
  }
  .skt-wa-qr-col {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .skt-wa-qr-frame {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px;
    display: inline-block;
    line-height: 0;
  }
  .skt-wa-scan-label {
    font-size: 11px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }
  .skt-wa-content {
    flex: 1;
    min-width: 0;
  }
  .skt-wa-eyebrow {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    font-weight: 600;
    color: #16a34a;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 10px;
  }
  .skt-wa-eyebrow-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #16a34a;
    flex-shrink: 0;
  }
  .skt-wa-title {
    font-size: 26px;
    font-weight: 700;
    color: #0f2844;
    margin: 0 0 10px;
    line-height: 1.2;
  }
  .skt-wa-desc {
    font-size: 15px;
    color: #475569;
    line-height: 1.65;
    margin: 0 0 24px;
  }
  .skt-wa-number-pill {
    display: inline-flex;
    flex-direction: column;
    gap: 3px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 10px;
    padding: 10px 16px;
    margin: 0 0 24px;
  }
  .skt-wa-number-pill-label {
    font-size: 11px;
    font-weight: 600;
    color: #166534;
    text-transform: uppercase;
    letter-spacing: 0.07em;
  }
  .skt-wa-number-pill-val {
    font-size: 18px;
    font-weight: 700;
    color: #0f2844;
    letter-spacing: 0.01em;
  }
  .skt-wa-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #25D366;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 22px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.15s ease, transform 0.1s ease;
  }
  .skt-wa-btn:hover {
    color: white;  
    background: #1ebe59;
    transform: translateY(-1px);
  }
  .skt-wa-btn:active {
    transform: translateY(0);
  }
  .skt-wa-btn svg {
    width: 18px;
    height: 18px;
    fill: #ffffff;
    flex-shrink: 0;
  }
  .skt-wa-bar {
    margin-top: 20px;
    background: #0f2844;
    border-radius: 12px;
    padding: 16px 22px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .skt-wa-bar-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    stroke: #25D366;
  }
  .skt-wa-bar-text {
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.5;
  }
  .skt-wa-bar-text strong {
    color: #ffffff;
    font-weight: 600;
  }
  @media (max-width: 640px) {
    .skt-wa-card {
      flex-direction: column;
      align-items: flex-start;
      gap: 28px;
      padding: 24px 20px;
    }
    .skt-wa-qr-col {
      align-self: center;
    }
    .skt-wa-title {
      font-size: 22px;
    }
  }