@charset "UTF-8";
/*======================================================================================
Theme Name: Logixo 
Author: Themeservices
Author URI: https://themeforest.net/user/Themeservices/portfolio
Description: Logixo – Logistics & Transportation HTML Template<
Service Html Template 
Version: 1.0.0
=======================================================================================*/
/*======================================================================================
  >> TABLE OF CONTENTS <<
========================================================================================
01. Mixins & Variables
02. Base
03. Components
04. Layouts
05. Sections
======================================================================================*/
/*---------------------------------------
01. Mixins & Variables
---------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #3655FF;
  --theme-2: #FD5523;
  --theme-3: #E10006;
  --header: #020E28;
  --text: #535353;
  --border: #FCFCFC;
  --bg: #ECF0F1;
  --bg2: #F7F8ED;
  --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}

/*---------------------------------------
02. Base
---------------------------------------*/
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--text);
  background-color: var(--body);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
@media (max-width: 575px) {
  body {
    font-size: 14px;
  }
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rethink Sans", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

h1 {
  font-weight: 700;
  font-size: 84px;
  line-height: 114%;
}
@media (max-width: 1399px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 60px;
    line-height: 130% !important;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 470px) {
  h1 {
    font-size: 34px;
  }
}

h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 121%;
}
@media (max-width: 1399px) {
  h2 {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 470px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 142%;
}
@media (max-width: 575px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 400;
}

h5 {
  font-size: 18px;
  font-weight: 700;
}

h6 {
  font-size: 16px;
  font-weight: 700;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}

span {
  margin: 0px;
}

.theme-btn {
  font-size: 14px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-weight: 700;
  text-transform: capitalize;
  height: 50px;
  line-height: 50px;
  background-color: var(--theme);
  overflow: hidden;
  display: inline-block;
  padding: 0 40px;
  color: var(--white);
  border-radius: 100px;
}
@media (max-width: 575px) {
  .theme-btn {
    font-size: 14px;
    padding: 0 25px;
    height: 52px;
    line-height: 52px;
  }
}
.theme-btn::before {
  content: "";
  position: absolute;
  width: 0;
  top: -10px;
  height: 0;
  background-color: var(--theme-2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s ease;
  z-index: -1;
}
.theme-btn i {
  margin-left: 5px;
  transform: rotate(-45deg);
}
.theme-btn:hover {
  color: var(--white);
}
.theme-btn:hover::before {
  width: 800px;
  height: 800px;
  display: inline-block;
}
.theme-btn.theme-btn-3 {
  background-color: var(--theme-3);
}
.theme-btn.theme-btn-3::before {
  background-color: var(--header);
}

/*---------------------------------------
03. Components
---------------------------------------*/
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(193, 210, 206, 0.0705882353) !important;
  border: none;
  font-family: "Rethink Sans", sans-serif;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.back-to-top {
  background-color: var(--theme-2);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--white);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  border-radius: 12px;
}
.back-to-top:hover {
  background-color: var(--header);
  color: var(--white);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.cursor-outer {
  margin-inline-start: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme-2);
  background-color: var(--theme-2);
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.34;
  transition: all 0.4s ease-out 0s;
}

.cursor-outer.cursor-hover {
  opacity: 0.14;
}

.cursor-outer.cursor-big {
  opacity: 0;
}

.mouseCursor {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.mouseCursor.cursor-big {
  width: 20px;
  height: 20px;
  margin-inline-start: -12px;
  margin-top: -12px;
}

.cursor-inner {
  margin-inline-start: -3px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--theme-2);
  opacity: 1;
  transition: all 0.24s ease-out 0s;
}

.cursor-inner span {
  color: var(--white);
  line-height: 60px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.cursor-inner.cursor-hover {
  margin-inline-start: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--theme-2);
  border: 1px solid #686363;
  opacity: 0;
}

.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000000;
  opacity: 0.7;
  cursor: url(../../assets/img/close.png), auto;
}

@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.search-popup__content.style-2 .search-popup__form .search-btn {
  color: var(--white);
  background-color: var(--theme-2);
  transition: all 0.4s ease-in-out;
}
.search-popup__content.style-2 .search-popup__form .search-btn:hover {
  background-color: var(--header);
}

.search-popup__form {
  position: relative;
}

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: 100%;
  height: 66px;
  border: none;
  outline: none;
  padding-left: 20px;
  background-color: var(--white);
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
  transition: all 500ms ease;
  border-radius: 10px;
  padding-right: 80px;
}

.search-popup__form input[type=search]:focus,
.search-popup__form input[type=text]:focus {
  color: var(--header);
}

.search-popup__form .search-btn {
  padding: 0;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  font-size: 20px;
  color: var(--white);
  background-color: var(--theme-2);
  transition: all 0.4s ease-in-out;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.search-popup__form .search-btn:hover {
  background-color: var(--header);
  color: var(--white);
}

.search-popup__form .eolexi-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.search-popup.active {
  z-index: 999999;
}

.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.7;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}

@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
}

.loader {
  width: fit-content;
  font-size: 120px;
  line-height: 1.5;
  font-family: "Rethink Sans", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px var(--theme-2);
  background: radial-gradient(1.13em at 50% 1.6em, var(--theme-2) 99%, rgba(0, 0, 0, 0) 101%) calc(50% - 1.6em) 0/3.2em 100% text, radial-gradient(1.13em at 50% -0.8em, rgba(0, 0, 0, 0) 99%, var(--theme-2) 101%) 50% 0.8em/3.2em 100% repeat-x text;
  animation: l9 2s linear infinite;
}
@media (max-width: 575px) {
  .loader {
    font-size: 70px;
  }
}

.loader:before {
  content: "Logixo";
}

@keyframes l9 {
  to {
    background-position: calc(50% + 1.6em) 0, calc(50% + 3.2em) 0.8em;
  }
}
@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes gelatine {
  from, to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.7, 1.1);
  }
  50% {
    transform: scale(1.1, 0.7);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes scale {
  0% {
    top: -1000px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animation-infinite {
  animation: ShapeAnim 50s linear infinite;
  height: 30px;
  width: 100%;
  background-repeat: repeat;
  overflow: hidden;
}

@keyframes ShapeAnim {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left 3000px;
  }
}
.splt-txt .whitespace {
  width: 8px;
}

.splt-txt.animated .char {
  -webkit-animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splt-txt-bounce .whitespace {
  width: 20px;
}

@media (max-width: 991px) {
  .splt-txt-bounce .whitespace {
    width: 10px;
  }
}
.splt-txt-bounce.animated .char {
  -webkit-animation: bounceIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: bounceIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

/*---------------------------------------
04. Layouts
---------------------------------------*/
@media (max-width: 1199px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  position: relative;
}
@media (max-width: 575px) {
  .header-main .logo img {
    width: 120px;
  }
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul .menu-thumb {
  position: inherit;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 35px;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  font-family: "Rethink Sans", sans-serif;
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 10px;
  position: relative;
  top: -3px;
}
.header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 250px;
  background: var(--white);
  padding: 20px 0;
  border-radius: 10px;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  border-top: 4px solid var(--theme);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transform: scaleY(0);
  transform-origin: top;
  visibility: hidden;
  gap: 0;
  padding: 10px 0;
  transition: 0.4s;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  line-height: 38px;
  padding: 0px 0px 0px 32px;
  padding-right: 22px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Rethink Sans", sans-serif;
}
.header-main .main-menu ul li .submenu li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--theme);
  left: 14px;
  bottom: 18px;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  color: var(--theme) !important;
  margin-left: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}
.header-main .main-menu ul li .has-homemenu {
  padding: 20px 20px 10px 20px !important;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  width: 100%;
  z-index: 999;
  overflow: hidden;
  margin: auto;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
  border-radius: 10px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  left: 25px;
  right: 25px;
}
@media (max-width: 1399px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .gt-theme-btn {
    font-size: 14px;
    min-width: 140px;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  justify-content: center;
  line-height: 1;
  background-color: var(--theme);
  color: var(--white);
  border-radius: 30px;
  max-width: 180px;
  margin: 0 auto;
  height: 55px;
  line-height: 55px;
  padding: 0 28px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn i {
  font-size: 16px;
  margin-left: 10px;
  margin-right: 0;
  transform: rotate(0deg);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--header) !important;
  background-color: var(--white);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: linear-gradient(to bottom, rgba(16, 85, 31, 0) 0%, #020E28 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  border-radius: 10px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
  border-radius: 10px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb a {
  padding: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  font-family: "Rethink Sans", sans-serif;
  padding-bottom: 0;
  margin-bottom: 7px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a {
  color: var(--header);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu:hover .homemenu-thumb::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.header-main .main-menu ul li:hover > a {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  transition: all 0.5s ease;
}
.header-main .header-right {
  gap: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
.header-main .header__hamburger {
  line-height: 1;
}
.header-main .sidebar__toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  width: 25px;
  height: 25px;
  position: relative;
  top: 0;
  inset-inline-start: 0;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header-main .sidebar__toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: var(--white);
  border-radius: 10px;
  margin-inline-end: auto;
  backface-visibility: hidden;
  transition: all 0.3s;
}
.header-main .sidebar__toggle span:last-child, .header-main .sidebar__toggle span:first-child {
  width: 25px;
}
.header-main .sidebar__toggle.mobile_menu_bar {
  width: 50px;
  height: 50px;
  padding: 12px;
  background: var(--white);
  border-radius: 7px;
}
.header-main .sidebar__toggle.mobile_menu_bar span {
  background-color: var(--white);
}
.header-main .sidebar__toggle:hover span {
  width: 100%;
}

.header-1 {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header-1 .container {
  max-width: 1680px;
}
.header-1 .header-right {
  background: rgba(201, 201, 201, 0.21);
  border-radius: 6px;
  border-radius: 10px;
  padding: 10px 40px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(12px);
  border-radius: 50px;
}
@media (max-width: 1199px) {
  .header-1 .header-right {
    padding: 0;
    background: transparent;
    border-radius: 0;
    backdrop-filter: none;
  }
  .header-1 .header-right .theme-btn {
    display: none;
  }
}
.header-1 .header-sidebar-info {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 1199px) {
  .header-1 .header-sidebar-info {
    padding: 0;
    background: transparent;
    border-radius: 0;
  }
}
.header-1 .header-sidebar-info .search-toggler {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  display: inline-block;
  color: var(--white);
}
.header-1 .header-sidebar-info .search-toggler:hover {
  background-color: var(--theme);
  color: var(--white);
}
.header-1 .header-sidebar-info .theme-btn {
  height: 56px;
  line-height: 56px;
}
.header-1 .header-sidebar-info .sidebar__toggle {
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 50%;
  background: #020E28;
}
.header-1 .header-sidebar-info .sidebar__toggle:hover {
  background-color: var(--theme);
  color: var(--white);
}
.header-1 .header-main .main-menu ul li a {
  padding: 17px 0;
}
.header-1.header-inner .header-sidebar-info .search-toggler:hover {
  background-color: var(--theme-2);
  color: var(--white);
}
.header-1.header-inner .header-sidebar-info .theme-btn {
  background-color: var(--theme-2);
}
.header-1.header-inner .header-sidebar-info .theme-btn::before {
  background-color: #020E28;
}
.header-1.header-inner .header-sidebar-info .sidebar__toggle:hover {
  background-color: var(--theme-2);
  color: var(--white);
}
.header-1.header-inner .header-main .main-menu ul li a:hover {
  color: #FD5523 !important;
}
.header-1.header-inner .header-main .main-menu ul li .submenu {
  border-top: 4px solid #FD5523 !important;
}
.header-1.header-inner .header-main .main-menu ul li .submenu li a::before {
  background: #FD5523;
}
.header-1.header-inner .header-main .main-menu ul li .submenu li a:hover {
  color: #FD5523 !important;
}
.header-1.header-inner .header-main .main-menu ul li .submenu li:hover > a {
  color: #FD5523 !important;
}
.header-1.header-inner .header-main .main-menu ul li .submenu li:hover > a::after {
  color: #FD5523;
}
.header-1.header-inner .header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  color: #FD5523;
}
.header-1.header-inner .header-main .main-menu ul li .has-homemenu {
  padding: 20px 20px 10px 20px !important;
}
.header-1.header-inner .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  background-color: #FD5523;
  color: var(--white);
}
.header-1.header-inner .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--header) !important;
  background-color: var(--white);
}
.header-1.header-inner .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a {
  color: var(--header);
}
.header-1.header-inner .header-main .main-menu ul li:hover > a {
  color: #FD5523;
}
.header-1.header-inner .header-main .main-menu ul li:hover > a::after {
  color: #FD5523;
}

.header-2 {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 9999;
}
@media (max-width: 1199px) {
  .header-2 {
    top: 12px;
  }
}
.header-2 .container {
  max-width: 1800px;
}
.header-2 .mega-menu-wrapper {
  background-color: var(--white);
  padding: 0 30px;
  border-radius: 100px;
}
@media (max-width: 1199px) {
  .header-2 .mega-menu-wrapper {
    padding: 0;
    border-radius: 0;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 8px;
  }
}
.header-2 .mega-menu-wrapper .header-left {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1199px) {
  .header-2 .mega-menu-wrapper .header-left {
    display: initial;
    gap: 0;
  }
}
.header-2 .header-main .main-menu ul li a {
  color: #535353;
}
.header-2 .header-main .main-menu ul li a:hover {
  color: #FD5523 !important;
}
.header-2 .header-main .main-menu ul li .submenu {
  border-top: 4px solid #FD5523 !important;
}
.header-2 .header-main .main-menu ul li .submenu li a::before {
  background: #FD5523;
}
.header-2 .header-main .main-menu ul li .submenu li a:hover {
  color: #FD5523 !important;
}
.header-2 .header-main .main-menu ul li .submenu li:hover > a {
  color: #FD5523 !important;
}
.header-2 .header-main .main-menu ul li .submenu li:hover > a::after {
  color: #FD5523;
}
.header-2 .header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  color: #FD5523;
}
.header-2 .header-main .main-menu ul li .has-homemenu {
  padding: 20px 20px 10px 20px !important;
}
.header-2 .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  background-color: #FD5523;
  color: var(--white);
}
.header-2 .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--header) !important;
  background-color: var(--white);
}
.header-2 .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a {
  color: var(--header);
}
.header-2 .header-main .main-menu ul li:hover > a {
  color: #FD5523;
}
.header-2 .header-main .main-menu ul li:hover > a::after {
  color: #FD5523;
}
.header-2 .search-toggler {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  background: #F7F7F7;
  display: inline-block;
  color: var(--header);
}
.header-2 .search-toggler:hover {
  background-color: var(--theme-2);
  color: var(--white);
}
.header-2 .theme-btn {
  background: #FD5523;
  height: 56px;
  line-height: 56px;
}
@media (max-width: 1199px) {
  .header-2 .theme-btn {
    display: none;
  }
}

.header-3 {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header-3 .mega-menu-wrapper {
  padding: 0 60px;
}
@media (max-width: 1600px) {
  .header-3 .mega-menu-wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 1399px) {
  .header-3 .mega-menu-wrapper {
    padding: 0 28px;
  }
}
@media (max-width: 1199px) {
  .header-3 .mega-menu-wrapper {
    padding: 0 20px;
  }
}
.header-3 .header-main .main-menu ul li a {
  color: #535353;
}
.header-3 .header-main .main-menu ul li a:hover {
  color: #E10006 !important;
}
.header-3 .header-main .main-menu ul li .submenu {
  border-top: 4px solid #E10006 !important;
}
.header-3 .header-main .main-menu ul li .submenu li a::before {
  background: #E10006;
}
.header-3 .header-main .main-menu ul li .submenu li a:hover {
  color: #E10006 !important;
}
.header-3 .header-main .main-menu ul li .submenu li:hover > a {
  color: #E10006 !important;
}
.header-3 .header-main .main-menu ul li .submenu li:hover > a::after {
  color: #E10006;
}
.header-3 .header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  color: #E10006;
}
.header-3 .header-main .main-menu ul li .has-homemenu {
  padding: 20px 20px 10px 20px !important;
}
.header-3 .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  background-color: #E10006;
  color: var(--white);
}
.header-3 .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--header) !important;
  background-color: var(--white);
}
.header-3 .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a {
  color: var(--header);
}
.header-3 .header-main .main-menu ul li:hover > a {
  color: #E10006;
}
.header-3 .header-main .main-menu ul li:hover > a::after {
  color: #E10006;
}
.header-3 .search-toggler {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  background: #F7F7F7;
  display: inline-block;
  color: var(--header);
}
.header-3 .search-toggler:hover {
  background-color: var(--theme-3);
  color: var(--white);
}
.header-3 .theme-btn {
  background: #E10006;
  height: 56px;
  line-height: 56px;
}
@media (max-width: 1199px) {
  .header-3 .theme-btn {
    display: none;
  }
}
.header-3 .theme-btn:before {
  background: var(--header);
}
.header-3 .sidebar__toggle {
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 50%;
  background: #020E28;
}
.header-3 .sidebar__toggle:hover {
  background-color: var(--theme-3);
  color: var(--white);
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.9s;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  background-color: var(--white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sticky.header-1 {
  background-color: var(--header);
}

.offcanvas__info {
  background: var(--header) none repeat scroll 0 0;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 9999999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  top: 15px;
  width: 470px;
  height: calc(100% - 30px);
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  border-start-start-radius: 12px;
  border-end-start-radius: 12px;
  border-radius: 12px;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  transform: translateX(-15px);
}

.offcanvas__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 40px;
  overflow: auto;
  height: 100%;
}
.offcanvas__wrapper .offcanvas__top {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .offcanvas__wrapper .offcanvas__logo img {
    width: 130px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper .offcanvas__logo img {
    width: 120px;
  }
}
.offcanvas__wrapper .offcanvas__close {
  color: var(--theme);
  display: inline-block;
  font-size: 35px;
  line-height: 1;
  transition: all 0.4s ease-in-out;
}
.offcanvas__wrapper .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__close:hover {
  transform: rotate(90deg);
}
.offcanvas__wrapper .offcanvas__close:hover i {
  color: var(--theme-2);
}
.offcanvas__wrapper .text {
  color: #C1D2CE;
  font-size: 15px;
}
.offcanvas__wrapper .off-contact-info {
  margin-top: 30px;
}
.offcanvas__wrapper .off-contact-info .info-title {
  font-size: 24px;
  color: var(--white);
  font-family: "Rethink Sans", sans-serif;
  font-weight: 700;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .off-contact-info .info-title {
    font-size: 20px;
  }
}
.offcanvas__wrapper .off-contact-info .contact-details {
  margin-top: 14px;
}
.offcanvas__wrapper .off-contact-info .contact-details .sub-info {
  color: #C1D2CE;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .off-contact-info .contact-details .sub-info {
    font-size: 14px;
  }
}
.offcanvas__wrapper .off-contact-info .contact-details p {
  color: var(--white);
  font-family: "Rethink Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .off-contact-info .contact-details p {
    font-size: 15px;
  }
}
.offcanvas__wrapper .off-contact-info .contact-details p a {
  color: var(--white);
}
.offcanvas__wrapper .social-icon-list {
  margin-top: 30px;
}
.offcanvas__wrapper .social-icon-list .follow-title {
  font-size: 24px;
  color: var(--white);
  font-family: "Rethink Sans", sans-serif;
  font-weight: 700;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .social-icon-list .follow-title {
    font-size: 20px;
  }
}
.offcanvas__wrapper .social-icon-list .social-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
}
.offcanvas__wrapper .social-icon-list .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background: rgba(193, 210, 206, 0.0705882353);
  color: var(--white);
  font-size: 14px;
}
.offcanvas__wrapper .social-icon-list .social-icon a:hover {
  background-color: var(--theme-2);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  backdrop-filter: blur(10px);
  z-index: 99999;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
  .offcanvas__info {
    width: 390px;
  }
}
@media (max-width: 450px) {
  .offcanvas__info {
    width: 340px;
  }
}
.header-section-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: var(--white);
}

.header-top-bar {
  background-color: var(--theme);
  padding: 10px 0;
}
@media (max-width: 991px) {
  .header-top-bar {
    display: none;
  }
}
.header-top-bar .top-head-items {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.header-top-bar .top-head-items .theme-btn {
  border-radius: 4px;
  height: 27px;
  line-height: 27px;
  font-size: 13px;
  line-height: 27px;
  padding: 0 10px;
}
.header-top-bar .top-head-items .theme-btn::before {
  background-color: var(--white);
}
.header-top-bar .top-head-items p {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.header-top-bar .top-head-items p a {
  text-decoration: underline;
  display: inline-block;
  margin-left: 5px;
}

.breadcrumb-wrapper {
  position: relative;
  z-index: 9;
}
.breadcrumb-wrapper .page-heading {
  padding: 240px 0 120px;
  text-align: center;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading {
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading {
    text-align: center;
    padding-top: 175px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  justify-content: center;
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-list {
    justify-content: center;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-list li {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  font-family: "Rethink Sans", sans-serif;
  position: relative;
  z-index: 1;
}
.breadcrumb-wrapper .page-heading .breadcrumb-list li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  font-family: "Rethink Sans", sans-serif;
}
.breadcrumb-wrapper .page-heading .breadcrumb-list li a:hover {
  color: var(--theme-3);
}
.breadcrumb-wrapper .page-heading .breadcrumb-title {
  font-size: 64px;
  font-weight: 700;
  color: var(--white);
  font-family: "Rethink Sans", sans-serif;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-title {
    font-size: 44px;
  }
}

.error-wrapper {
  text-align: center;
  margin-top: -57px;
}
@media (max-width: 1199px) {
  .error-wrapper {
    margin-top: 0;
  }
}
.error-wrapper .error h2 {
  color: var(--theme-2);
  font-size: 350px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .error-wrapper .error h2 {
    font-size: 140px;
  }
}
@media (max-width: 991px) {
  .error-wrapper .error h2 {
    font-size: 130px;
  }
}
@media (max-width: 575px) {
  .error-wrapper .error h2 {
    font-size: 100px;
  }
}
.error-wrapper .error-content h2 {
  font-size: 72px;
}
@media (max-width: 1199px) {
  .error-wrapper .error-content h2 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .error-wrapper .error-content h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .error-wrapper .error-content h2 {
    font-size: 30px;
  }
}
.error-wrapper .error-content h2 span {
  color: var(--theme);
}
.error-wrapper .error-content p {
  margin-top: 22px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .error-wrapper .error-content p {
    font-size: 16px;
  }
  .error-wrapper .error-content p br {
    display: none;
  }
}
.error-wrapper .error-btn {
  margin-top: 45px;
}
@media (max-width: 1199px) {
  .error-wrapper .error-btn {
    margin-top: 30px;
  }
}
.error-wrapper .error-btn .theme-btn {
  background-color: var(--theme-2);
}
.error-wrapper .error-btn .theme-btn::before {
  background-color: var(--header);
}

.footer-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .footer-section {
    padding-top: 80px;
  }
}
.footer-section .footer-line2 {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  position: relative;
  margin-top: 60px;
}
.footer-section .footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
}
@media (max-width: 991px) {
  .footer-section .footer-bottom-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
}
.footer-section .footer-bottom-wrapper p {
  color: var(--white);
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.footer-section .footer-bottom-wrapper p b {
  color: var(--theme);
}
.footer-section .footer-bottom-wrapper .footer-list {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
.footer-section .footer-bottom-wrapper .footer-list li {
  font-size: 14px;
  font-weight: 400;
}
.footer-section .footer-bottom-wrapper .footer-list li a {
  color: var(--white);
}
.footer-section .footer-bottom-wrapper .footer-list li a:hover {
  color: var(--theme);
}
.footer-section .footer-bottom-wrapper.style-bottom-2 p b {
  color: var(--theme-3);
}
.footer-section .footer-bottom-wrapper.style-bottom-2 .footer-list li a:hover {
  color: var(--theme-3);
}
.footer-section .footer-bottom-wrapper.style-bottom-inner p b {
  color: var(--theme-2);
}
.footer-section .footer-bottom-wrapper.style-bottom-inner .footer-list li a:hover {
  color: var(--theme-2);
}

.footer-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .footer-top-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    text-align: center;
  }
}
.footer-top-wrapper .content h2 {
  font-weight: 700;
  color: var(--white);
  position: relative;
}
.footer-top-wrapper .content h2 span {
  font-style: italic;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 15px;
}
.footer-top-wrapper .cirle-button {
  display: inline-block;
  width: 108px;
  height: 108px;
  line-height: 104px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  position: relative;
  z-index: 1;
  font-size: 22px;
  color: var(--white);
}
.footer-top-wrapper .cirle-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer-top-wrapper .cirle-button img {
  animation: cir36 10s linear infinite;
}
.footer-top-wrapper.style-top-items .cirle-button {
  background-color: var(--theme-3);
}
.footer-top-wrapper.style-top-inner .cirle-button {
  background-color: var(--theme-2);
}

.footer-widget-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  position: relative;
}
.footer-widget-wrapper .footer-line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  position: relative;
  margin-bottom: 60px;
}
.footer-widget-wrapper .footer-contact h2 {
  font-size: 36px;
  color: var(--white);
  position: relative;
  font-weight: 600;
}
.footer-widget-wrapper .footer-contact ul {
  margin-top: 52px;
}
.footer-widget-wrapper .footer-contact ul li span {
  position: relative;
  display: block;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  font-family: "Rethink Sans", sans-serif;
  margin-bottom: 10px;
}
.footer-widget-wrapper .footer-contact ul li .number {
  display: inline-block;
  color: var(--white);
  font-size: 24px;
  font-weight: 600;
  font-family: "Rethink Sans", sans-serif;
  position: relative;
}
.footer-widget-wrapper .footer-contact ul li:not(:last-child) {
  margin-bottom: 40px;
}
.footer-widget-wrapper .footer-widget-area {
  margin-left: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper .footer-widget-area {
    margin-left: 0;
  }
}
.footer-widget-wrapper .footer-widget-area .list-area {
  margin-top: 24px;
}
.footer-widget-wrapper .footer-widget-area .list-area li {
  transition: all 0.4s ease-in-out;
  font-weight: 500;
}
.footer-widget-wrapper .footer-widget-area .list-area li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widget-wrapper .footer-widget-area .list-area li a {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widget-wrapper .footer-widget-area .list-area li a i {
  margin-right: 5px;
  font-size: 14px;
}
.footer-widget-wrapper .footer-widget-area .list-area li:hover {
  margin-left: 5px;
}
.footer-widget-wrapper .footer-widget-area .list-area li:hover a {
  color: var(--theme);
}
.footer-widget-wrapper .footer-widget-items {
  position: relative;
}
.footer-widget-wrapper .footer-widget-items .widget-title {
  color: var(--white);
  display: inline-block;
  font-family: "Rethink Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  padding-bottom: 16px;
}
.footer-widget-wrapper .footer-widget-items .widget-title::before {
  position: absolute;
  width: 18px;
  height: 2px;
  content: "";
  background-color: var(--white);
  bottom: 0;
  left: 0;
}
.footer-widget-wrapper .footer-widget-items .widget-title::after {
  position: absolute;
  width: 80px;
  height: 2px;
  content: "";
  background-color: var(--theme);
  bottom: 0;
  left: 25px;
}
.footer-widget-wrapper .footer-form {
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  position: relative;
  height: 100%;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper .footer-form {
    border: none;
    text-align: left;
  }
}
.footer-widget-wrapper .footer-form .footer-logo {
  position: relative;
}
.footer-widget-wrapper .footer-form form {
  max-width: 340px;
  margin: 30px auto 0;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper .footer-form form {
    margin: initial;
    margin-top: 30px;
  }
}
.footer-widget-wrapper .footer-form form .form-clt {
  position: relative;
}
.footer-widget-wrapper .footer-form form .form-clt input {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(14.5px);
  border-radius: 100px;
  border: none;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  height: 56px;
  line-height: 56px;
  padding-left: 22px;
  padding-right: 130px;
}
.footer-widget-wrapper .footer-form form .form-clt input::placeholder {
  color: rgb(255, 255, 255);
}
.footer-widget-wrapper .footer-form form .form-clt .theme-btn {
  position: absolute;
  top: 3px;
  right: 4px;
  bottom: 0;
  padding: 0 24px;
}
.footer-widget-wrapper .footer-form p {
  font-size: 14px;
  color: var(--white);
  margin-top: 17px;
}
.footer-widget-wrapper .footer-form .social-icon {
  justify-content: center;
  gap: 10px;
  margin-top: 32px;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper .footer-form .social-icon {
    justify-content: start;
  }
}
.footer-widget-wrapper .footer-form .social-icon a {
  display: inline-block;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  color: var(--white);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
}
.footer-widget-wrapper .footer-form .social-icon a:hover {
  background: var(--theme);
}
.footer-widget-wrapper.style-footer-widget-3 .footer-widget-area .list-area li:hover a {
  color: var(--theme-3);
}
.footer-widget-wrapper.style-footer-widget-3 .footer-widget-items {
  position: relative;
}
.footer-widget-wrapper.style-footer-widget-3 .footer-widget-items .widget-title::after {
  background-color: var(--theme-3);
}
.footer-widget-wrapper.style-footer-widget-3 .footer-form form .form-clt .theme-btn {
  position: absolute;
  top: 3px;
  right: 4px;
  bottom: 0;
  padding: 0 24px;
  background-color: var(--theme-3);
}
.footer-widget-wrapper.style-footer-widget-3 .footer-form .social-icon a:hover {
  background: var(--theme-3);
}
.footer-widget-wrapper.style-footer-widget-inner .footer-widget-area .list-area li:hover a {
  color: var(--theme-2);
}
.footer-widget-wrapper.style-footer-widget-inner .footer-widget-items {
  position: relative;
}
.footer-widget-wrapper.style-footer-widget-inner .footer-widget-items .widget-title::after {
  background-color: var(--theme-2);
}
.footer-widget-wrapper.style-footer-widget-inner .footer-form form .form-clt .theme-btn {
  position: absolute;
  top: 3px;
  right: 4px;
  bottom: 0;
  padding: 0 24px;
  background-color: var(--theme-2);
}
.footer-widget-wrapper.style-footer-widget-inner .footer-form .social-icon a:hover {
  background: var(--theme-2);
}

.footer-section-two {
  position: relative;
  z-index: 1;
  padding-bottom: 30px !important;
}
.footer-section-two .footer-marque {
  margin-top: 70px;
}

.footer-widget-wrapper-two .footer-content h2 {
  color: var(--white);
  margin-bottom: 20px;
}
.footer-widget-wrapper-two .footer-content .text {
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  position: relative;
  z-index: 1;
}
.footer-widget-wrapper-two .footer-content .footer-list-wrap {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 30px 30px;
  max-width: 410px;
  margin-top: 38px;
}
.footer-widget-wrapper-two .footer-content .footer-list-wrap p {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 25px;
}
.footer-widget-wrapper-two .footer-content .footer-list-wrap ul {
  margin-top: 35px;
}
.footer-widget-wrapper-two .footer-content .footer-list-wrap ul li {
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 17px;
  margin-bottom: 17px;
}
.footer-widget-wrapper-two .footer-right-items form .form-clt {
  position: relative;
}
.footer-widget-wrapper-two .footer-right-items form .form-clt input {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  border: none;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: rgb(176, 178, 184);
  height: 56px;
  line-height: 56px;
  padding-left: 22px;
  padding-right: 160px;
}
.footer-widget-wrapper-two .footer-right-items form .form-clt input::placeholder {
  color: rgb(176, 178, 184);
}
.footer-widget-wrapper-two .footer-right-items form .form-clt .theme-btn {
  position: absolute;
  top: 3px;
  right: 4px;
  bottom: 0;
  padding: 0 24px;
  background-color: var(--theme-2);
}
.footer-widget-wrapper-two .footer-right-items form .form-clt .theme-btn::before {
  background-color: var(--header);
}
.footer-widget-wrapper-two .footer-right-items form .form-clt .theme-btn i {
  transform: rotate(0deg);
}
.footer-widget-wrapper-two .footer-right-items form span {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  font-family: "Rethink Sans", sans-serif;
  text-transform: capitalize;
  display: inline-block;
  margin-top: 17px;
  position: relative;
  z-index: 1;
}
.footer-widget-wrapper-two .footer-right-items form span a {
  text-decoration: underline;
  color: var(--white);
}
.footer-widget-wrapper-two .footer-right-items .footer-wrap-area-two {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin-top: 57px;
  padding-top: 57px;
}
.footer-widget-wrapper-two .footer-right-items .footer-widget-items {
  position: relative;
}
.footer-widget-wrapper-two .footer-right-items .footer-widget-items .widget-title {
  color: var(--white);
  display: inline-block;
  font-family: "Rethink Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  padding-bottom: 16px;
}
.footer-widget-wrapper-two .footer-right-items .footer-widget-items .widget-title::before {
  position: absolute;
  width: 18px;
  height: 2px;
  content: "";
  background-color: var(--white);
  bottom: 0;
  left: 0;
}
.footer-widget-wrapper-two .footer-right-items .footer-widget-items .widget-title::after {
  position: absolute;
  width: 80px;
  height: 2px;
  content: "";
  background-color: var(--theme-2);
  bottom: 0;
  left: 25px;
}
.footer-widget-wrapper-two .footer-right-items .footer-widget-items .list-area {
  margin-top: 24px;
}
.footer-widget-wrapper-two .footer-right-items .footer-widget-items .list-area li {
  transition: all 0.4s ease-in-out;
  font-weight: 500;
}
.footer-widget-wrapper-two .footer-right-items .footer-widget-items .list-area li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widget-wrapper-two .footer-right-items .footer-widget-items .list-area li a {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widget-wrapper-two .footer-right-items .footer-widget-items .list-area li a i {
  margin-right: 5px;
  font-size: 14px;
}
.footer-widget-wrapper-two .footer-right-items .footer-widget-items .list-area li:hover {
  margin-left: 5px;
}
.footer-widget-wrapper-two .footer-right-items .footer-widget-items .list-area li:hover a {
  color: var(--theme-2);
}

.footer-bottom-wrapper-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .footer-bottom-wrapper-two {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 18px 20px;
    border-radius: 10px;
  }
}
.footer-bottom-wrapper-two p {
  color: var(--white);
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.footer-bottom-wrapper-two p b {
  color: var(--theme-2);
}
.footer-bottom-wrapper-two .footer-list {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
.footer-bottom-wrapper-two .footer-list li {
  font-size: 14px;
  font-weight: 400;
}
.footer-bottom-wrapper-two .footer-list li a {
  color: var(--white);
}
.footer-bottom-wrapper-two .footer-list li a:hover {
  color: var(--theme-2);
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
  .section-title br {
    display: none;
  }
}
.section-title .sub-title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: var(--theme);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 15px;
  font-family: "Rethink Sans", sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1199px) {
  .section-title .sub-title {
    font-size: 15px;
  }
}
.section-title .sub-title .sec-line {
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: var(--theme);
  position: relative;
  top: -5px;
}
.section-title .sub-title.style-2 {
  color: var(--theme-2);
}
.section-title .sub-title.style-2 .sec-line {
  background-color: var(--theme-2);
}
.section-title .sub-title.style-3 {
  color: var(--theme-3);
}
.section-title .sub-title.style-3 .sec-line {
  background-color: var(--theme-3);
}
.section-title h2 {
  color: var(--header);
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
  margin-bottom: 30px;
  align-items: end;
}
.section-title-area .section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-title-area .section-title {
    margin-bottom: 0;
  }
  .section-title-area .section-title br {
    display: none;
  }
}
.section-title-area .section-title h2 {
  color: var(--header);
}
.section-title-area .section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title-area .section-title-area {
    margin-bottom: 0;
  }
  .section-title-area .section-title-area br {
    display: none;
  }
}
.section-title-area .section-title-area .section-title {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-title-area .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .section-title-area {
    margin-bottom: 0;
  }
  .section-title-area br {
    display: none;
  }
}
.section-title-area .section-title {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: var(--bg);
}

.section-bg-2 {
  background-color: var(--bg2);
}

.section-padding {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.section-padding-2 {
  padding: 60px 0;
}

/*---------------------------------------
05. Sections
---------------------------------------*/
.hero-1 {
  padding-top: 250px;
  padding-left: 240px;
  padding-bottom: 120px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1600px) {
  .hero-1 {
    padding-left: 200px;
  }
}
@media (max-width: 1399px) {
  .hero-1 {
    padding-left: 180px;
  }
}
@media (max-width: 1199px) {
  .hero-1 {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 220px;
  }
}
@media (max-width: 767px) {
  .hero-1 {
    padding-top: 200px;
  }
}
@media (max-width: 575px) {
  .hero-1 {
    padding-top: 180px;
  }
}
.hero-1::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: linear-gradient(89.7deg, #020E28 -4.74%, rgba(2, 14, 40, 0) 99.75%);
}
.hero-1 .hero-text {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .hero-1 .hero-text {
    display: none;
  }
}
.hero-1 .hero-content {
  max-width: 721px;
  position: relative;
}
@media (max-width: 991px) {
  .hero-1 .hero-content {
    margin: 0 auto;
    text-align: center;
  }
}
.hero-1 .hero-content .title {
  font-size: 84px;
  font-weight: 700;
  color: var(--white);
  line-height: 114%;
}
@media (max-width: 1199px) {
  .hero-1 .hero-content .title {
    font-size: 73px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-content .title {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-content .title {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content .title {
    font-size: 44px;
  }
}
@media (max-width: 470px) {
  .hero-1 .hero-content .title {
    font-size: 36px;
  }
}
.hero-1 .hero-content .hero-text {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 20px;
  position: relative;
  margin-left: 60px;
  z-index: 99;
}
.hero-1 .hero-content .hero-text::before {
  content: "";
  position: absolute;
  top: 21%;
  left: -8%;
  width: 40px;
  height: 0%;
  border: 1px solid rgb(255, 255, 255);
  z-index: -1;
  transition: height 0.5s ease;
}
.hero-1 .hero-content .hero-btn-area {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .hero-1 .hero-content .hero-btn-area {
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
}
.hero-1 .hero-content .hero-btn-area .theme-btn.style-2 {
  background-color: var(--theme-2);
}
.hero-1 .hero-content .hero-btn-area .theme-btn.style-2::before {
  background-color: var(--theme);
}
.hero-1 .hero-content .client-info {
  margin-top: 190px;
}
@media (max-width: 991px) {
  .hero-1 .hero-content .client-info {
    margin-top: 30px;
  }
}
.hero-1 .hero-content .client-info .client-text {
  font-size: 18px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  font-family: "Rethink Sans", sans-serif;
  margin-top: 10px;
  display: inline-block;
}
.hero-1 .counter-area {
  display: flex;
  align-items: center;
  gap: 30px;
  position: absolute;
  right: 120px;
  bottom: 60px;
}
@media (max-width: 991px) {
  .hero-1 .counter-area {
    position: static;
    justify-content: center;
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .hero-1 .counter-area {
    display: grid;
    gap: 15px;
  }
}
.hero-1 .counter-area .counter-items {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(32px);
  border-radius: 20px;
  padding: 30px;
  max-width: 245px;
}
.hero-1 .counter-area .counter-items .counter-title {
  font-size: 64px;
  font-weight: 700;
  color: var(--white);
  font-family: "Rethink Sans", sans-serif;
}
@media (max-width: 991px) {
  .hero-1 .counter-area .counter-items .counter-title {
    font-size: 50px;
  }
}
.hero-1 .counter-area .counter-items p {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 10px;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .hero-1 .counter-area .counter-items p {
    font-size: 16px;
  }
}

.hero-2 {
  padding: 60px;
  padding-left: 90px;
  border-radius: 0px 0px 30px 30px;
  position: relative;
  z-index: 1;
  padding-top: 180px;
}
@media (max-width: 1600px) {
  .hero-2 {
    padding: 30px;
    padding-left: 30px;
    padding-top: 180px;
  }
}
@media (max-width: 1199px) {
  .hero-2 .hero-content {
    text-align: center;
  }
}
.hero-2 .hero-content .sub-title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: var(--theme);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 15px;
  font-family: "Rethink Sans", sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 767px) {
  .hero-2 .hero-content .sub-title {
    font-size: 15px;
  }
}
.hero-2 .hero-content .sub-title .sec-line {
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: var(--theme);
  position: relative;
  top: -5px;
}
@media (max-width: 767px) {
  .hero-2 .hero-content .sub-title .sec-line {
    display: none;
  }
}
.hero-2 .hero-content .sub-title.style-2 {
  color: var(--theme-2);
}
.hero-2 .hero-content .sub-title.style-2 .sec-line {
  background-color: var(--theme-2);
}
.hero-2 .hero-content .title {
  font-size: 84px;
  font-weight: 700;
}
@media (max-width: 1899px) {
  .hero-2 .hero-content .title {
    font-size: 70px;
  }
}
@media (max-width: 1600px) {
  .hero-2 .hero-content .title {
    font-size: 65px;
  }
}
@media (max-width: 1399px) {
  .hero-2 .hero-content .title {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-content .title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content .title {
    font-size: 38px;
  }
}
@media (max-width: 470px) {
  .hero-2 .hero-content .title {
    font-size: 30px;
  }
}
.hero-2 .hero-content p {
  margin-top: 15px;
  max-width: 800px;
}
@media (max-width: 1199px) {
  .hero-2 .hero-content p {
    margin: 0 auto;
    margin-top: 10px;
  }
}
.hero-2 .hero-content .hero-btn-area {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .hero-2 .hero-content .hero-btn-area {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.hero-2 .hero-content .hero-btn-area .theme-btn {
  background-color: var(--theme-2);
}
.hero-2 .hero-content .hero-btn-area .theme-btn::before {
  background-color: var(--header);
}
.hero-2 .hero-content .hero-btn-area .theme-btn.style-2 {
  background-color: var(--header);
}
.hero-2 .hero-content .hero-btn-area .theme-btn.style-2::before {
  background-color: var(--theme-2);
}
.hero-2 .hero-thumb-items .first-box {
  background: #020E28;
  border-radius: 30px;
  padding: 60px 30px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .hero-2 .hero-thumb-items .first-box {
    padding: 30px 30px;
  }
}
.hero-2 .hero-thumb-items .first-box .box-shape-1 {
  position: absolute;
  top: 1%;
  left: 0;
  right: 0;
  z-index: -1;
}
.hero-2 .hero-thumb-items .first-box .box-shape-2 {
  position: absolute;
  z-index: -1;
  top: 3px;
  left: 5px;
  right: 0px;
}
.hero-2 .hero-thumb-items .first-box .title-2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 35px;
}
@media (max-width: 1600px) {
  .hero-2 .hero-thumb-items .first-box .title-2 {
    font-size: 25px;
    padding-bottom: 25px;
  }
}
.hero-2 .hero-thumb-items .first-box .star {
  color: var(--theme-2);
  margin-top: 35px;
}
.hero-2 .hero-thumb-items .first-box .text {
  color: var(--white);
  margin-top: 15px;
}
.hero-2 .hero-thumb-items .sec-box {
  background-color: var(--white);
  margin-top: 30px;
  padding: 60px 48px;
  border-radius: 30px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1600px) {
  .hero-2 .hero-thumb-items .sec-box {
    padding: 45px 30px;
  }
}
.hero-2 .hero-thumb-items .sec-box .box-shape-3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.hero-2 .hero-thumb-items .sec-box .box-shape-4 {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.hero-2 .hero-thumb-items .sec-box .flag-img img {
  width: 100%;
  height: 100%;
}
.hero-2 .hero-thumb-items .sec-box .counter-title {
  font-weight: 700;
  font-size: 74px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--theme-2);
  font-family: "Rethink Sans", sans-serif;
  margin-top: 60px;
}
.hero-2 .hero-thumb-items .sec-box .title-3 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Rethink Sans", sans-serif;
  margin-top: 20px;
}
.hero-2 .hero-thumb-items .hero-right-img {
  height: 100%;
  border-radius: 30px;
}
.hero-2 .hero-thumb-items .hero-right-img img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}

.hero-3 {
  padding: 140px 0 0;
  position: relative;
  z-index: 1;
}
.hero-3 .hero-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.hero-3 .container-fluid {
  max-width: 1790px;
}
.hero-3 .hero-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .hero-3 .hero-items {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    text-align: center;
  }
}
.hero-3 .hero-items .text {
  max-width: 406px;
}
@media (max-width: 1199px) {
  .hero-3 .hero-items .text {
    margin: 0 auto;
  }
}
.hero-3 .hero-items .text-2 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Rethink Sans", sans-serif;
  color: var(--header);
  max-width: 232px;
  line-height: 156%;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .hero-3 .hero-items .text-2 {
    margin: 0 auto;
    text-align: center;
  }
  .hero-3 .hero-items .text-2 .text-end {
    text-align: center !important;
  }
}
.hero-3 .hero-items .hero-info p {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
  color: var(--header);
  font-family: "Rethink Sans", sans-serif;
  margin-top: 5px;
}
.hero-3 .hero-title {
  font-size: 200px;
  font-weight: 700;
  text-align: center;
  margin-top: 80px;
  line-height: 1;
}
@media (max-width: 1899px) {
  .hero-3 .hero-title {
    font-size: 170px;
  }
}
@media (max-width: 1600px) {
  .hero-3 .hero-title {
    font-size: 155px;
  }
}
@media (max-width: 1399px) {
  .hero-3 .hero-title {
    font-size: 130px;
  }
}
@media (max-width: 1199px) {
  .hero-3 .hero-title {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .hero-3 .hero-title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-title {
    font-size: 48px;
  }
}
@media (max-width: 470px) {
  .hero-3 .hero-title {
    font-size: 40px;
  }
}
.hero-3 .hero-image {
  margin-top: 35px;
  position: relative;
}
.hero-3 .hero-image .fix {
  height: 735px;
}
@media (max-width: 1899px) {
  .hero-3 .hero-image .fix {
    height: 600px;
  }
}
@media (max-width: 1600px) {
  .hero-3 .hero-image .fix {
    height: 570px;
  }
}
@media (max-width: 1399px) {
  .hero-3 .hero-image .fix {
    height: 530px;
  }
}
@media (max-width: 991px) {
  .hero-3 .hero-image .fix {
    height: 630px;
  }
}
.hero-3 .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-3 .hero-image .shipment-form-wrap {
  background: #ECF0F1;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  border-radius: 20px;
  padding: 40px 40px;
  position: absolute;
  bottom: 60px;
  max-width: 1225px;
  margin: 0 auto;
  width: 100%;
  left: 30px;
  right: 30px;
}
@media (max-width: 1199px) {
  .hero-3 .hero-image .shipment-form-wrap {
    padding: 30px;
    width: initial;
  }
}
.hero-3 .hero-image .shipment-form-wrap .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  border-bottom: 1px solid #D8DDE1;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .hero-3 .hero-image .shipment-form-wrap .nav-tabs {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
.hero-3 .hero-image .shipment-form-wrap .nav-tabs .nav-item .nav-link {
  display: inline-block;
  padding: 0;
  width: 100%;
  background: transparent;
  border: none;
  font-size: 24px;
  font-weight: 600;
  font-family: "Rethink Sans", sans-serif;
  color: #535353;
}
@media (max-width: 1199px) {
  .hero-3 .hero-image .shipment-form-wrap .nav-tabs .nav-item .nav-link {
    font-size: 18px;
  }
}
.hero-3 .hero-image .shipment-form-wrap .nav-tabs .nav-item .nav-link.active {
  color: var(--header);
}
.hero-3 .hero-image .shipment-form-wrap .tab-content {
  padding: 0;
  border: none;
}
.hero-3 .hero-image .quote-form {
  display: flex;
  align-items: center;
  gap: 18px;
}
.hero-3 .hero-image .quote-form .form-group {
  position: relative;
  flex: 1;
}
.hero-3 .hero-image .quote-form .form-group .input-wrap {
  position: relative;
  height: 56px;
  background: #fff;
  border-radius: 40px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-left: 20px;
}
.hero-3 .hero-image .quote-form .form-group .input-wrap .label {
  width: 28%;
  font-size: 14px;
  color: #020E28;
}
.hero-3 .hero-image .quote-form .form-group .input-wrap .line {
  width: 1px;
  height: 36px;
  background: #D8DDE1;
}
.hero-3 .hero-image .quote-form .form-group .input-wrap input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 400;
  color: #202020;
}
.hero-3 .hero-image .quote-form .form-group .input-wrap input::placeholder {
  color: #8C8C8C;
  opacity: 1;
}
.hero-3 .hero-image .quote-form .quote-btn {
  min-width: 200px;
  height: 72px;
  border-radius: 40px;
  background: #3F57F5;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  transition: all 0.4s ease;
}
.hero-3 .hero-image .quote-form .quote-btn i {
  font-size: 14px;
}
.hero-3 .hero-image .quote-form .quote-btn:hover {
  transform: translateY(-2px);
}
@media (max-width: 991px) {
  .hero-3 .hero-image .quote-form {
    flex-wrap: wrap;
  }
  .hero-3 .hero-image .quote-form .form-group {
    width: 100%;
    flex: 0 0 100%;
  }
  .hero-3 .hero-image .quote-form .quote-btn {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-image .quote-form .form-group .input-wrap {
    height: 60px;
  }
  .hero-3 .hero-image .quote-form .form-group .input-wrap .label {
    min-width: 95px;
    padding: 0 18px;
    font-size: 14px;
  }
  .hero-3 .hero-image .quote-form .form-group .input-wrap input {
    padding: 0 18px;
    font-size: 14px;
  }
  .hero-3 .hero-image .quote-form .quote-btn {
    height: 60px;
    font-size: 14px;
  }
}

.about-section {
  border-top: 1px solid #D8DDE1;
}
.about-section .container {
  max-width: 1440px;
}
@media (max-width: 1399px) {
  .about-section .section-title-area {
    gap: 30px;
  }
}
.about-section .section-title-area .section-title .counter-items {
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .about-section .section-title-area .section-title .counter-items {
    margin-top: 30px;
  }
}
.about-section .section-title-area .section-title .counter-items .counter-title {
  font-size: 140px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .about-section .section-title-area .section-title .counter-items .counter-title {
    font-size: 100px;
  }
}
@media (max-width: 575px) {
  .about-section .section-title-area .section-title .counter-items .counter-title {
    font-size: 70px;
  }
}
.about-section .section-title-area .section-title .counter-items .counter-text {
  font-size: 18px;
  font-weight: 500;
  font-family: "Rethink Sans", sans-serif;
  color: var(--header);
  max-width: 265px;
}
.about-section .section-title-area .section-content .title {
  font-weight: 600;
  max-width: 969px;
}
.about-section .section-title-area .section-content .btn-area {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .about-section .section-title-area .section-content .btn-area {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.about-section .section-title-area .section-content .btn-area .client-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.about-section .section-title-area .section-content .btn-area .client-info .clinet-content p {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 600;
  color: var(--header);
}
.about-section .section-title-area .section-content .btn-area .client-info .clinet-content a {
  font-size: 16px;
  font-family: "Rethink Sans", sans-serif;
  font-weight: 700;
  color: var(--theme);
}
.about-section .about-image-1 {
  margin-top: 60px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about-section .about-image-1 {
    margin-top: 30px;
    height: 500px;
  }
}
@media (max-width: 575px) {
  .about-section .about-image-1 {
    margin-top: 20px;
    height: 430px;
  }
}
.about-section .about-image-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-section-2 {
  position: relative;
}
.about-section-2 .about-shape-1 {
  position: absolute;
  top: 0;
  right: 80px;
}

.about-wrapper-2 {
  margin-top: 60px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .about-wrapper-2 .about-content {
    text-align: center;
  }
}
.about-wrapper-2 .about-content .about-text {
  max-width: 347px;
}
@media (max-width: 767px) {
  .about-wrapper-2 .about-content .about-text {
    margin: 0 auto;
  }
}
.about-wrapper-2 .about-content .theme-btn {
  background-color: var(--theme-2);
  margin-top: 195px;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-content .theme-btn {
    margin-top: 30px;
  }
}
.about-wrapper-2 .about-content .theme-btn::before {
  background-color: var(--header);
}
.about-wrapper-2 .about-image {
  position: relative;
  z-index: 9;
  height: 366px;
}
.about-wrapper-2 .about-image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}
.about-wrapper-2 .about-image .circle-box {
  width: 125px;
  height: 125px;
  line-height: 110px;
  background-color: var(--theme-2);
  border-radius: 50%;
  text-align: center;
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid var(--white);
}
.about-wrapper-2 .about-image .circle-box .text-image img {
  width: initial;
  height: initial;
  animation: cir36 10s linear infinite;
}
.about-wrapper-2 .about-image .circle-box .video-btn {
  color: var(--white);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--white);
  transition: all 0.4s ease-in-out;
}
.about-wrapper-2 .about-image .circle-box .video-btn i {
  font-size: 15px;
}
.about-wrapper-2 .counter-list-box {
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .counter-list-box {
    margin-left: 0;
  }
}
.about-wrapper-2 .counter-list-box .counter-items {
  border-bottom: 1px solid rgb(216, 221, 225);
  padding-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .about-wrapper-2 .counter-list-box .counter-items {
    text-align: center;
  }
}

.about-section-3 .container {
  max-width: 1253px;
}

.about-wrapper-3 .about-thumb {
  max-width: 544px;
  height: 480px;
  position: relative;
  padding-top: 30px;
  padding-left: 30px;
  z-index: 1;
}
@media (max-width: 991px) {
  .about-wrapper-3 .about-thumb {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-thumb {
    padding-top: 18px;
    padding-left: 18px;
  }
}
.about-wrapper-3 .about-thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  content: "";
  border: 3px solid var(--theme-3);
  border-radius: 30px;
  height: 95%;
  z-index: -1;
}
.about-wrapper-3 .about-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}
.about-wrapper-3 .about-content .about-text {
  margin-top: 15px;
  margin-bottom: 25px;
  border-left: 8px solid var(--theme-3);
  border-radius: 4px 0px 0px 4px;
  padding-left: 10px;
}
.about-wrapper-3 .about-content .about-list li {
  font-size: 16px;
  font-weight: 500;
  font-family: "Rethink Sans", sans-serif;
  color: var(--header);
}
.about-wrapper-3 .about-content .about-list li img {
  margin-right: 6px;
}
.about-wrapper-3 .about-content .about-list li:not(:last-child) {
  margin-bottom: 6px;
}
.about-wrapper-3 .about-content .theme-btn {
  background-color: var(--theme-3);
  margin-top: 40px;
}
.about-wrapper-3 .about-content .theme-btn::before {
  background-color: var(--header);
}
.about-wrapper-3 .about-content .about-video-img {
  text-align: center;
  position: relative;
}
.about-wrapper-3 .about-content .about-video-img img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.about-wrapper-3 .about-content .about-video-img .video {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-wrapper-3 .about-content .about-video-img .video .video-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  background-color: var(--white);
  color: var(--theme-3);
  display: inline-block;
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-content .about-video-img .video .ripple::before, .about-wrapper-3 .about-content .about-video-img .video .ripple::after {
    width: 50px !important;
    height: 50px !important;
  }
}

.about-counter-sec {
  position: relative;
  margin-bottom: 72px;
}
@media (max-width: 1199px) {
  .about-counter-sec {
    margin-bottom: 0;
  }
}
.about-counter-sec .about-line {
  position: absolute;
  top: 50%;
  left: 0;
}
.about-counter-sec .about-line2 {
  position: absolute;
  bottom: 5%;
  right: 0;
}
.about-counter-sec .about-shape {
  position: absolute;
  bottom: 0;
  left: 65px;
  bottom: -75px;
}
.about-counter-sec .container {
  max-width: 1680px;
}
.about-counter-sec .section-title {
  max-width: 1405px;
  margin: 0 auto;
}
.about-counter-sec .section-title h2 {
  font-weight: 600;
}
@media (max-width: 575px) {
  .about-counter-sec .section-title h2 {
    font-size: 27px;
  }
}
.about-counter-sec .section-title h2 b {
  font-weight: 600;
  color: var(--theme-2);
}
.about-counter-sec .about-inner-count-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 150px;
}
@media (max-width: 1199px) {
  .about-counter-sec .about-inner-count-wrapper {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .about-counter-sec .about-inner-count-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .about-counter-sec .about-inner-count-wrapper {
    display: grid;
    justify-content: center;
    text-align: center;
    gap: 40px;
  }
}
.about-counter-sec .about-inner-count-wrapper .feature-counter-items .counter-title {
  font-size: 74px;
  font-weight: 600;
  font-family: "Rethink Sans", sans-serif;
}
@media (max-width: 1199px) {
  .about-counter-sec .about-inner-count-wrapper .feature-counter-items .counter-title {
    font-size: 55px;
  }
}
.about-counter-sec .about-inner-count-wrapper .feature-counter-items .counter-title .count {
  font-size: 74px;
}
@media (max-width: 1199px) {
  .about-counter-sec .about-inner-count-wrapper .feature-counter-items .counter-title .count {
    font-size: 55px;
  }
}
.about-counter-sec .about-inner-count-wrapper .feature-counter-items p {
  color: rgba(2, 14, 40, 0.7);
}

.contry-box-items {
  background: #ECF0F1;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
  margin-top: 30px;
}
.contry-box-items span {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
  font-family: "Rethink Sans", sans-serif;
  margin-top: 12px;
}
.contry-box-items img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.contry-box-items:hover img {
  transform: scaleX(-1) !important;
}

.internation-travel-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .internation-travel-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .internation-travel-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.internation-travel-wrapper .internation-travel-items {
  width: 331px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .internation-travel-wrapper .internation-travel-items {
    width: initial;
  }
}
.internation-travel-wrapper .internation-travel-items .thumb {
  border-radius: 30px;
  height: 554px;
}
@media (max-width: 1199px) {
  .internation-travel-wrapper .internation-travel-items .thumb {
    width: initial;
    height: 450px;
  }
}
.internation-travel-wrapper .internation-travel-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}
.internation-travel-wrapper .internation-travel-items .content {
  margin-top: 22px;
}
.internation-travel-wrapper .internation-travel-items .content .title {
  font-size: 24px;
}
@media (max-width: 1399px) {
  .internation-travel-wrapper .internation-travel-items .content .title {
    font-size: 20px;
  }
}
.internation-travel-wrapper .internation-travel-items .content .title a:hover {
  color: var(--theme-2);
}
.internation-travel-wrapper .internation-travel-items.active {
  width: 958px;
}
@media (max-width: 1199px) {
  .internation-travel-wrapper .internation-travel-items.active {
    width: initial;
  }
}

.internation-travel-section .container-fluid {
  max-width: 1680px;
}

.about-inner-wrapper-sec {
  padding: 60px 60px;
  position: relative;
}
@media (max-width: 1600px) {
  .about-inner-wrapper-sec {
    padding: 50px 30px;
  }
}
@media (max-width: 1399px) {
  .about-inner-wrapper-sec {
    padding: 50px 25px;
  }
}
@media (max-width: 1199px) {
  .about-inner-wrapper-sec {
    padding: 40px 20px;
  }
}
.about-inner-wrapper-sec .about-inner-img {
  border-radius: 20px;
}
.about-inner-wrapper-sec .about-inner-img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.about-inner-wrapper-sec .about-inner-sec-content {
  margin-left: 50px;
}
@media (max-width: 1399px) {
  .about-inner-wrapper-sec .about-inner-sec-content {
    margin-left: 0;
  }
}
.about-inner-wrapper-sec .about-inner-sec-content .text {
  color: var(--white);
  max-width: 535px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.about-inner-wrapper-sec .about-inner-sec-content .about-list li {
  font-size: 16px;
  font-weight: 500;
  font-family: "Rethink Sans", sans-serif;
  color: var(--white);
}
.about-inner-wrapper-sec .about-inner-sec-content .about-list li img {
  margin-right: 6px;
}
.about-inner-wrapper-sec .about-inner-sec-content .about-list li:not(:last-child) {
  margin-bottom: 6px;
}
.about-inner-wrapper-sec .about-inner-sec-content .theme-btn {
  background-color: var(--theme-2);
  margin-top: 40px;
}
.about-inner-wrapper-sec .about-inner-sec-content .theme-btn::before {
  background-color: var(--white);
}
.about-inner-wrapper-sec .about-inner-sec-content .theme-btn:hover {
  color: var(--header);
}
.about-inner-wrapper-sec .about-inner-sec-content .about-video-img {
  text-align: center;
  position: relative;
}
.about-inner-wrapper-sec .about-inner-sec-content .about-video-img img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.about-inner-wrapper-sec .about-inner-sec-content .about-video-img .video {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-inner-wrapper-sec .about-inner-sec-content .about-video-img .video .video-btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
  background-color: var(--white);
  color: var(--theme-2);
  display: inline-block;
}
@media (max-width: 575px) {
  .about-inner-wrapper-sec .about-inner-sec-content .about-video-img .video .ripple::before, .about-inner-wrapper-sec .about-inner-sec-content .about-video-img .video .ripple::after {
    width: 50px !important;
    height: 50px !important;
  }
}

.about-inner-sec {
  position: relative;
}

.global-logistics-image {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  z-index: 9;
  height: 570px;
  width: 635px;
}
@media (max-width: 1399px) {
  .global-logistics-image {
    width: initial;
  }
}
@media (max-width: 991px) {
  .global-logistics-image {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .global-logistics-image {
    height: 430px;
  }
}
.global-logistics-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.global-logistics-image img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.global-logistics-image .global-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--white);
  position: absolute;
  z-index: 9;
  bottom: 40px;
  left: 40px;
  max-width: 322px;
}
@media (max-width: 575px) {
  .global-logistics-image .global-title {
    left: 20px;
    bottom: 20px;
    right: 20px;
  }
}
.global-logistics-image:hover img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.global-logistics-image:hover img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.global-logistics-content {
  margin-left: 60px;
}
@media (max-width: 1199px) {
  .global-logistics-content {
    margin-left: 0;
  }
}
.global-logistics-content .global-text {
  margin-top: 12px;
  text-transform: capitalize;
}
.global-logistics-content .global-list-area {
  border: 1px solid #D8DDE1;
  border-radius: 30px;
  padding: 35px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .global-logistics-content .global-list-area {
    padding: 25px;
  }
}
.global-logistics-content .global-list-area .title-2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.global-logistics-content .global-list-area .global-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .global-logistics-content .global-list-area .global-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.global-logistics-content .global-list-area .global-list ul li {
  font-size: 16px;
  font-weight: 500;
  font-family: "Rethink Sans", sans-serif;
  color: var(--header);
}
.global-logistics-content .global-list-area .global-list ul li img {
  margin-right: 6px;
}
.global-logistics-content .global-list-area .global-list ul li:not(:last-child) {
  margin-bottom: 6px;
}
.global-logistics-content .title-3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
}
.global-logistics-content p {
  margin-top: 8px;
}

.feature-counter-section .container {
  max-width: 1680px;
}

.feature-counter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .feature-counter-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .feature-counter-wrapper {
    display: grid;
    justify-content: center;
    text-align: center;
    gap: 40px;
  }
}
.feature-counter-wrapper .feature-counter-items .counter-title {
  font-size: 36px;
  font-weight: 600;
  font-family: "Rethink Sans", sans-serif;
}
.feature-counter-wrapper .feature-counter-items .counter-title .count {
  font-size: 74px;
}
.feature-counter-wrapper .feature-counter-items p {
  color: var(--header);
  margin-top: 10px;
}
@media (max-width: 991px) {
  .feature-counter-wrapper .line-thumb {
    display: none;
  }
}

.serving-multiple-section {
  position: relative;
}
.serving-multiple-section .container {
  max-width: 1290px;
}
.serving-multiple-section .serving-shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.serving-multiple-area {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
  justify-content: center;
}
@media (max-width: 1600px) {
  .serving-multiple-area {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .serving-multiple-area {
    flex-wrap: wrap;
    justify-content: start;
  }
}
.serving-multiple-area .serving-box-items {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid #D8DDE1;
  backdrop-filter: blur(10.5px);
  border-radius: 100px;
  padding: 6px;
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .serving-multiple-area .serving-box-items {
    padding-right: 15px;
  }
}
.serving-multiple-area .serving-box-items .icon {
  max-width: 56px;
  width: 100%;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  background-color: #ECF0F1;
  transition: all 0.4s ease-in-out;
}
.serving-multiple-area .serving-box-items .icon img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.serving-multiple-area .serving-box-items .title {
  font-size: 16px;
  font-weight: 500;
  max-width: 125px;
  text-align: start;
}
.serving-multiple-area .serving-box-items:hover .icon {
  background-color: var(--theme);
}
.serving-multiple-area .serving-box-items:hover .icon img {
  filter: brightness(0) invert(1);
  transform: scaleX(-1) !important;
}
.serving-multiple-area.style-2 {
  margin-top: 30px;
}
.serving-multiple-area.style-2 .serving-box-items {
  padding-right: 100px;
}
.serving-multiple-area.style-3 {
  margin-top: 30px;
}
.serving-multiple-area.style-3 .serving-box-items .title {
  max-width: 180px;
}

.client-feedback-section {
  position: relative;
}
.client-feedback-section .client-feedback-right-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

.client-feedback-thumb-items {
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .client-feedback-thumb-items {
    margin-right: 0;
  }
}
.client-feedback-thumb-items .client-feedback-img {
  overflow: hidden;
  border-radius: 30px;
  height: 460px;
}
.client-feedback-thumb-items .client-feedback-img img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.client-feedback-thumb-items .client-feedback-img-2 .client-img-1 {
  background: #F6F6F6;
  border-radius: 30px;
  padding: 20px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.client-feedback-thumb-items .client-feedback-img-2 .client-img-1 .client-bg-shape {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.client-feedback-thumb-items .client-feedback-img-2 .client-img-1 .counter-title {
  font-size: 36px;
  font-weight: 700;
}
.client-feedback-thumb-items .client-feedback-img-2 .client-img-1 .text {
  font-size: 14px;
  font-weight: 600;
  font-family: "Rethink Sans", sans-serif;
  color: var(--header);
  margin-top: 20px;
  display: inline-block;
}
.client-feedback-thumb-items .client-feedback-img-2 .client-img-1 .client-image {
  margin-top: 20px;
}
.client-feedback-thumb-items .client-feedback-img-2 .client-img-2 {
  margin-top: 28px;
  height: 215px;
  border-radius: 30px;
  overflow: hidden;
}
.client-feedback-thumb-items .client-feedback-img-2 .client-img-2 img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}

.client-feedback-content .client-feedback-text {
  margin-top: 15px;
}
.client-feedback-content .title-2 {
  font-size: 24px;
  font-weight: 500;
  border-top: 1px solid rgb(0, 0, 0);
  padding-top: 20px;
  margin-top: 20px;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .client-feedback-content .title-2 {
    font-size: 20px;
  }
}
.client-feedback-content .client-info-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
}
.client-feedback-content .client-info-area .client-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.client-feedback-content .client-info-area .client-info .client-content .title-3 {
  font-size: 18px;
  font-weight: 600;
}
.client-feedback-content .client-info-area .client-info .client-content p {
  font-size: 14px;
  font-weight: 400;
}

.work-process-section-2 {
  position: relative;
  z-index: 9;
}
.work-process-section-2 .container {
  max-width: 1680px;
}
.work-process-section-2::before {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: linear-gradient(89.92deg, #020E28 0.07%, rgba(7, 50, 142, 0) 138.92%);
  position: absolute;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.work-process-section-2 .section-title-area .section-content .counter-title {
  font-size: 84px;
  font-weight: 700;
  color: var(--white);
}
@media (max-width: 1199px) {
  .work-process-section-2 .section-title-area .section-content .counter-title {
    font-size: 62px;
  }
}
@media (max-width: 575px) {
  .work-process-section-2 .section-title-area .section-content .counter-title {
    font-size: 48px;
  }
}
.work-process-section-2 .section-title-area .section-content p {
  max-width: 382px;
  color: var(--white);
}

.work-process-wrapper-2 {
  margin-top: 50px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(22px);
  border-radius: 20px 20px 0px 0px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(14.5px);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14.5px);
  border-radius: 30px 30px 0px 0px;
  padding: 60px;
}
@media (max-width: 1600px) {
  .work-process-wrapper-2 {
    padding: 40px;
  }
}
@media (max-width: 1399px) {
  .work-process-wrapper-2 {
    padding: 35px;
  }
}
@media (max-width: 1199px) {
  .work-process-wrapper-2 {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .work-process-wrapper-2 {
    padding: 25px;
  }
}

.work-process-card-items-2 {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 40px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .work-process-card-items-2 {
    padding: 28px;
  }
}
@media (max-width: 767px) {
  .work-process-card-items-2 {
    padding: 22px;
  }
}
.work-process-card-items-2 .title-2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
}
.work-process-card-items-2 .icon {
  margin-top: 40px;
  width: 50px;
  height: 50px;
  line-height: 40px;
  background-color: var(--white);
  border-radius: 50%;
  text-align: center;
  border: 5px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease-in-out;
}
.work-process-card-items-2 .icon img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.work-process-card-items-2 p {
  color: var(--white);
  margin-top: 40px;
  font-size: 15px;
}
.work-process-card-items-2:hover {
  background-color: var(--theme-2);
}
.work-process-card-items-2:hover .icon img {
  transform: scaleX(-1) !important;
}

.safe-transportation-section-2 {
  position: relative;
  z-index: 1;
}
.safe-transportation-section-2 .safe-right-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
.safe-transportation-section-2 .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.safe-transportation-section-2 .shape-1 img {
  height: 100%;
}

.safe-transport-thumb-2 {
  position: relative;
  height: 632px;
}
@media (max-width: 991px) {
  .safe-transport-thumb-2 {
    height: 550px;
  }
}
@media (max-width: 575px) {
  .safe-transport-thumb-2 {
    height: 450px;
  }
}
.safe-transport-thumb-2 img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}
.safe-transport-thumb-2 .safe-sm-img {
  position: absolute;
  top: 60px;
  left: -60px;
}
@media (max-width: 991px) {
  .safe-transport-thumb-2 .safe-sm-img {
    left: 20px;
    top: 20px;
    max-width: 200px;
  }
}
.safe-transport-thumb-2 .safe-sm-img img {
  width: 100%;
  height: 100%;
  border: 5px solid var(--white);
  border-radius: 30px;
}
.safe-transport-thumb-2 .mission-hover-wrapper {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: -90%;
}
@media (max-width: 1199px) {
  .safe-transport-thumb-2 .mission-hover-wrapper {
    display: none;
  }
}
.safe-transport-thumb-2 .mission-hover-wrapper .mission-main-box {
  position: relative;
  width: 62px;
  height: 265px !important;
  border-radius: 30px;
  transition: all 0.6s ease;
}
.safe-transport-thumb-2 .mission-hover-wrapper .mission-main-box .mission-items {
  background-color: var(--theme-2);
  display: flex;
  align-items: center;
  border-radius: 20px;
  padding: 24px 20px;
  writing-mode: sideways-lr;
  position: absolute;
  justify-content: space-between;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.6s ease;
  z-index: 222;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.safe-transport-thumb-2 .mission-hover-wrapper .mission-main-box .mission-items span {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
}
.safe-transport-thumb-2 .mission-hover-wrapper .mission-main-box .mission-hover {
  background-color: var(--theme-2);
  padding: 30px 40px;
  border-radius: 20px;
  position: absolute;
  padding-left: 70px;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transform: scale(0.95);
  margin-left: -30px;
}
.safe-transport-thumb-2 .mission-hover-wrapper .mission-main-box .mission-hover .icon-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.safe-transport-thumb-2 .mission-hover-wrapper .mission-main-box .mission-hover span {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
}
.safe-transport-thumb-2 .mission-hover-wrapper .mission-main-box .mission-hover p {
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 14px;
}
.safe-transport-thumb-2 .mission-hover-wrapper .mission-main-box.bg-2 .mission-hover, .safe-transport-thumb-2 .mission-hover-wrapper .mission-main-box.bg-2 .mission-items {
  background: #020E28;
}
.safe-transport-thumb-2 .mission-hover-wrapper .mission-main-box.bg-3 .mission-hover, .safe-transport-thumb-2 .mission-hover-wrapper .mission-main-box.bg-3 .mission-items {
  background: #ECF0F1;
}
.safe-transport-thumb-2 .mission-hover-wrapper .mission-main-box.bg-3 .mission-hover span, .safe-transport-thumb-2 .mission-hover-wrapper .mission-main-box.bg-3 .mission-items span {
  color: var(--header);
}
.safe-transport-thumb-2 .mission-hover-wrapper .mission-main-box.bg-3 .mission-hover p, .safe-transport-thumb-2 .mission-hover-wrapper .mission-main-box.bg-3 .mission-items p {
  color: #535353;
}
.safe-transport-thumb-2 .mission-hover-wrapper .mission-main-box.style-1 .mission-hover {
  margin-left: 0;
  padding-left: 40px;
}
.safe-transport-thumb-2 .mission-hover-wrapper .mission-main-box.active {
  height: 265px;
  transition: all 0.6s ease;
  width: 470px;
}
.safe-transport-thumb-2 .mission-hover-wrapper .mission-main-box.active .mission-items {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
}
.safe-transport-thumb-2 .mission-hover-wrapper .mission-main-box.active .mission-hover {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  width: 500px;
  z-index: 3;
  height: 265px !important;
}

.safe-transport-content-2 {
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .safe-transport-content-2 {
    margin-left: 0;
  }
}
.safe-transport-content-2 .safe-content-area {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1199px) {
  .safe-transport-content-2 .safe-content-area {
    flex-wrap: wrap;
  }
}
.safe-transport-content-2 .safe-content-area .text-img {
  position: relative;
}
.safe-transport-content-2 .safe-content-area .text-img .title-2 {
  font-size: 16px;
  font-weight: 500;
  max-width: 88px;
  color: var(--text);
  position: absolute;
  bottom: 0;
  right: 0;
  writing-mode: sideways-lr;
  height: 88px;
}
.safe-transport-content-2 .safe-content-area ul li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  text-transform: capitalize;
  padding-left: 20px;
}
.safe-transport-content-2 .safe-content-area ul li:before {
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--theme-2);
  border-radius: 50%;
}
.safe-transport-content-2 .safe-content-area ul li:not(:last-child) {
  margin-bottom: 6px;
}

.choose-us-section-2 {
  margin-bottom: 140px;
  position: relative;
}
.choose-us-section-2 .choose-shape-1 {
  position: absolute;
  top: 80px;
  left: 120px;
}
.choose-us-section-2 .choose-shape-2 {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.choose-left-thumb-2 {
  position: relative;
  z-index: 9;
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .choose-left-thumb-2 {
    margin-bottom: 0;
  }
}
.choose-left-thumb-2 img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.choose-left-thumb-2 .sm-thumb {
  position: absolute;
  z-index: 11;
  bottom: -150px;
  right: -50px;
  max-width: 310px;
  height: 330px;
}
@media (max-width: 991px) {
  .choose-left-thumb-2 .sm-thumb {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .choose-left-thumb-2 .sm-thumb {
    right: 20px;
    bottom: 20px;
    max-width: 210px;
    height: initial;
  }
}
@media (max-width: 470px) {
  .choose-left-thumb-2 .sm-thumb {
    max-width: 140px;
  }
}
.choose-left-thumb-2 .sm-thumb img {
  border: 5px solid var(--white);
}
.choose-left-thumb-2 .client-info {
  background-color: var(--header);
  border-radius: 30px;
  padding: 30px;
  position: absolute;
  z-index: 11;
  bottom: -120px;
  left: 50px;
  max-width: 300px;
}
@media (max-width: 767px) {
  .choose-left-thumb-2 .client-info {
    display: none;
  }
}
.choose-left-thumb-2 .client-info .client-img img {
  width: initial;
  height: initial;
  border-radius: 0;
}
.choose-left-thumb-2 .client-info .star {
  color: var(--theme-2);
  margin-top: 20px;
}
.choose-left-thumb-2 .client-info .title-2 {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  margin-top: 5px;
}

.choose-content-2 {
  margin-left: 70px;
}
@media (max-width: 991px) {
  .choose-content-2 {
    margin-left: 0;
  }
}
.choose-content-2 .choose-text {
  margin-top: 10px;
}
.choose-content-2 .icon-area {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .choose-content-2 .icon-area {
    flex-wrap: wrap;
  }
}
.choose-content-2 .icon-area .icon {
  max-width: 60px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--header);
  border-radius: 50%;
}
.choose-content-2 .icon-area .icon img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.choose-content-2 .icon-area .content .title-2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .choose-content-2 .icon-area .content .title-2 {
    font-size: 20px;
  }
}
.choose-content-2 .icon-area .content p {
  font-size: 15px;
}
.choose-content-2 .icon-area:hover .icon img {
  transform: scaleX(-1) !important;
}
.choose-content-2 .progress-wrap {
  margin-top: 25px;
}
.choose-content-2 .progress-wrap .pro-items {
  width: 100%;
}
.choose-content-2 .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 20px;
}
.choose-content-2 .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.choose-content-2 .progress-wrap .pro-items .pro-head .title {
  color: var(--header);
}
.choose-content-2 .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  font-weight: 700;
  color: var(--header);
}
.choose-content-2 .progress-wrap .pro-items .progress {
  background: var(--white);
  justify-content: flex-start;
  align-items: center;
  position: relative;
  display: flex;
  height: 10px;
  width: 100%;
}
.choose-content-2 .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme-2);
  height: 10px;
  width: 0;
}
.choose-content-2 .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}
.choose-content-2 .progress-wrap .pro-items .style-three {
  animation: load3 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 85%;
  }
}
@keyframes load3 {
  0% {
    width: 0;
  }
  100% {
    width: 75%;
  }
}

.shipment-thumb-box-2 {
  margin: 30px;
  height: 557px;
  position: relative;
}
.shipment-thumb-box-2::before {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: rgba(2, 14, 40, 0.4);
  position: absolute;
  transition: all 0.4s ease-in-out;
  border-radius: 30px;
}
.shipment-thumb-box-2 img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}
.shipment-thumb-box-2 .number {
  font-size: 120px;
  font-weight: 600;
  color: var(--white);
  position: absolute;
  top: 100px;
  left: 32%;
}
@media (max-width: 1199px) {
  .shipment-thumb-box-2 .number {
    display: none;
  }
}
.shipment-thumb-box-2 .shipment-content {
  position: absolute;
  background-color: var(--white);
  border-radius: 20px;
  padding: 40px;
  bottom: 80px;
  left: 80px;
}
@media (max-width: 1199px) {
  .shipment-thumb-box-2 .shipment-content {
    left: 25px;
    bottom: 25px;
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .shipment-thumb-box-2 .shipment-content {
    left: 20px;
    right: 20px;
  }
}
.shipment-thumb-box-2 .shipment-content .shipment-text {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--theme-2);
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .shipment-thumb-box-2 .shipment-content .shipment-text {
    font-size: 14px;
  }
}
.shipment-thumb-box-2 .shipment-content .title-2 {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .shipment-thumb-box-2 .shipment-content .title-2 {
    font-size: 21px;
  }
}
.shipment-thumb-box-2 .shipment-content .title-2 a:hover {
  color: var(--theme-2);
}
.shipment-thumb-box-2 .shipment-content p {
  max-width: 348px;
  margin-top: 10px;
}
.shipment-thumb-box-2 .shipment-content .link-btn {
  margin-top: 25px;
  transition: all 0.4s ease-in-out;
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  display: inline-block;
}
.shipment-thumb-box-2 .shipment-content .link-btn i {
  background-color: var(--theme-2);
  color: var(--white);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  margin-right: 15px;
}
.shipment-thumb-box-2 .shipment-content .link-btn:hover i {
  background-color: var(--header);
}

.protecting-section-2 {
  position: relative;
}
.protecting-section-2::before {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: rgba(2, 14, 40, 0.91);
  position: absolute;
  transition: all 0.4s ease-in-out;
}

.protecting-wrapper-2 {
  position: relative;
  z-index: 11;
  padding: 60px 60px;
}
@media (max-width: 1399px) {
  .protecting-wrapper-2 {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .protecting-wrapper-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .protecting-wrapper-2 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.protecting-wrapper-2 .protecting-thumb {
  position: relative;
  height: 740px;
}
@media (max-width: 991px) {
  .protecting-wrapper-2 .protecting-thumb {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .protecting-wrapper-2 .protecting-thumb {
    height: 400px;
  }
}
.protecting-wrapper-2 .protecting-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}
.protecting-wrapper-2 .protecting-thumb .thumb-content {
  position: absolute;
  right: 90px;
  bottom: 90px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(22px);
  border-radius: 30px;
  padding: 30px;
  min-width: 400px;
}
@media (max-width: 1399px) {
  .protecting-wrapper-2 .protecting-thumb .thumb-content {
    padding: 25px;
    bottom: 20px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .protecting-wrapper-2 .protecting-thumb .thumb-content {
    display: none;
  }
}
.protecting-wrapper-2 .protecting-thumb .thumb-content .title-4 {
  font-size: 24px;
  font-weight: 600;
  color: var(--white);
}
.protecting-wrapper-2 .protecting-thumb .thumb-content form {
  max-width: 506px;
  width: 100%;
  background-color: var(--white);
  height: 48px;
  line-height: 48px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 1000px;
  position: relative;
  padding-left: 20px;
  margin-top: 15px;
}
.protecting-wrapper-2 .protecting-thumb .thumb-content form input {
  width: 100%;
  max-width: 300px;
  border: none;
  background: transparent;
  outline: none;
  color: var(--white);
  padding-right: 90px;
  font-size: 14px;
}
.protecting-wrapper-2 .protecting-thumb .thumb-content form input::placeholder {
  color: var(--white);
}
.protecting-wrapper-2 .protecting-thumb .thumb-content form .theme-btn {
  border-radius: 100px;
  position: absolute;
  top: 6px;
  right: 6px;
  background-color: var(--theme-2);
  line-height: 1;
  max-width: 100px;
  padding: 0 16px;
  height: 36px;
  line-height: 36px;
}
.protecting-wrapper-2 .protecting-thumb .thumb-content form .theme-btn::before {
  background-color: var(--theme);
}
.protecting-wrapper-2 .protecting-thumb .thumb-content .icon-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
.protecting-wrapper-2 .protecting-thumb .thumb-content .icon-area .icon-items .icon {
  margin-bottom: 13px;
}
.protecting-wrapper-2 .protecting-thumb .thumb-content .icon-area .icon-items .icon img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
  width: initial;
  height: initial;
  border-radius: 0;
}
.protecting-wrapper-2 .protecting-thumb .thumb-content .icon-area .icon-items .icon-text {
  font-size: 12px;
  font-weight: 600;
  color: var(--white);
}
.protecting-wrapper-2 .protecting-thumb .thumb-content .icon-area .icon-items:hover .icon img {
  transform: scaleX(-1) !important;
}
.protecting-wrapper-2 .protecting-content {
  max-width: 800px;
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .protecting-wrapper-2 .protecting-content {
    margin-left: 0;
  }
}
.protecting-wrapper-2 .protecting-content .protecting-list {
  margin-top: 45px;
}
@media (max-width: 1199px) {
  .protecting-wrapper-2 .protecting-content .protecting-list {
    margin-top: 25px;
  }
}
.protecting-wrapper-2 .protecting-content .protecting-list.style-2 {
  margin-top: 25px;
}
.protecting-wrapper-2 .protecting-content .protecting-list .title-2 {
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 20px;
}
.protecting-wrapper-2 .protecting-content .protecting-list .year-list {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .protecting-wrapper-2 .protecting-content .protecting-list .year-list {
    flex-wrap: wrap;
    gap: 15px;
  }
  .protecting-wrapper-2 .protecting-content .protecting-list .year-list .arrow-shape {
    display: none;
  }
}
.protecting-wrapper-2 .protecting-content .protecting-list .year-list .title-3 {
  font-size: 36px;
  font-weight: 700;
  color: var(--white);
}
.protecting-wrapper-2 .protecting-content .protecting-list .year-list p {
  max-width: 347px;
  color: var(--white);
}

.choose-us-section-3 {
  background-color: var(--header);
  position: relative;
  z-index: 9;
}
.choose-us-section-3 .choose-bg-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: -1;
}
.choose-us-section-3 .choose-bg-shape img {
  height: 100%;
}
.choose-us-section-3 .choose-right-img {
  position: absolute;
  bottom: 60px;
  right: 60px;
  top: 60px;
  max-width: 591px;
  height: 635px;
  border-radius: 30px;
}
@media (max-width: 1899px) {
  .choose-us-section-3 .choose-right-img {
    right: 25px;
    top: 60px;
    max-width: 520px;
  }
}
@media (max-width: 1600px) {
  .choose-us-section-3 .choose-right-img {
    max-width: 400px;
  }
}
@media (max-width: 1399px) {
  .choose-us-section-3 .choose-right-img {
    max-width: 360px;
  }
}
.choose-us-section-3 .choose-right-img img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.choose-us-section-3 .choose-right-shape-1 {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}

.choose-content-3 {
  margin-right: 30px;
}
@media (max-width: 1399px) {
  .choose-content-3 {
    margin-right: 0;
  }
}
.choose-content-3 .choose-wrap {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 40px;
}
@media (max-width: 1600px) {
  .choose-content-3 .choose-wrap {
    gap: 20px;
  }
}
@media (max-width: 1399px) {
  .choose-content-3 .choose-wrap {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .choose-content-3 .choose-wrap {
    flex-wrap: wrap;
  }
}
.choose-content-3 .choose-wrap .choose-img {
  max-width: 260px;
  height: 340px;
}
@media (max-width: 1399px) {
  .choose-content-3 .choose-wrap .choose-img {
    max-width: 400px;
    width: 100%;
  }
  .choose-content-3 .choose-wrap .choose-img img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .choose-content-3 .choose-wrap .choose-img {
    max-width: initial;
    height: 430px;
  }
}
.choose-content-3 .choose-wrap .choose-img img {
  border-radius: 30px;
  object-fit: cover;
}
.choose-content-3 .choose-wrap .icon-area {
  margin-top: 35px;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1600px) {
  .choose-content-3 .choose-wrap .icon-area {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .choose-content-3 .choose-wrap .icon-area {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.choose-content-3 .choose-wrap .icon-area::before {
  content: "";
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0%;
  border: 1px dashed rgba(255, 255, 255, 0.25);
  z-index: -1;
  transition: height 0.5s ease;
}
@media (max-width: 767px) {
  .choose-content-3 .choose-wrap .icon-area::before {
    display: none;
  }
}
.choose-content-3 .choose-wrap .icon-area .icon-items .icon-bg {
  position: relative;
  display: inline-block;
}
.choose-content-3 .choose-wrap .icon-area .icon-items .icon-bg .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.choose-content-3 .choose-wrap .icon-area .icon-items .icon-bg .icon img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.choose-content-3 .choose-wrap .icon-area .icon-items .title-2 {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  margin-top: 20px;
  max-width: 160px;
}
.choose-content-3 .choose-wrap .icon-area .icon-items:hover .icon-bg .icon img {
  transform: scaleX(-1) !important;
}

.industries-items-in {
  background-color: rgb(236, 240, 241);
  border: 1px solid rgb(216, 221, 225);
  border-radius: 30px;
  padding-top: 30px;
  padding: 20px;
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.industries-items-in .icon-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s ease-in-out;
}
.industries-items-in .icon-area .title-2 {
  font-size: 24px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}
.industries-items-in .icon-area .icon {
  transition: all 0.4s ease-in-out;
}
.industries-items-in .icon-area .icon img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.industries-items-in .content {
  background-color: var(--white);
  padding: 30px 20px;
  margin-top: 25px;
  position: relative;
  border-radius: 30px;
  z-index: 9;
  transition: all 0.4s ease-in-out;
}
.industries-items-in .content .bg-img {
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.industries-items-in .content .bg-img img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transition: all 0.4s ease-in-out;
}
.industries-items-in .content p {
  color: var(--text);
  font-size: 15px;
  transition: all 0.4s ease-in-out;
}
.industries-items-in .content .indstries-list {
  margin-top: 15px;
  transition: all 0.4s ease-in-out;
}
.industries-items-in .content .indstries-list li {
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .industries-items-in .content .indstries-list li {
    font-size: 15px;
  }
}
.industries-items-in .content .indstries-list li img {
  margin-right: 6px;
  transition: all 0.4s ease-in-out;
}
.industries-items-in .content .indstries-list li:not(:last-child) {
  margin-bottom: 10px;
}
.industries-items-in:hover {
  background-color: var(--header);
}
.industries-items-in:hover .icon-area .title-2 {
  color: var(--white);
}
.industries-items-in:hover .icon-area .icon img {
  transform: scaleX(-1) !important;
  filter: brightness(0) invert(1);
}
.industries-items-in:hover .content .bg-img {
  opacity: 1;
  visibility: visible;
}
.industries-items-in:hover .content p {
  color: var(--white);
}
.industries-items-in:hover .content .indstries-list li {
  color: var(--white);
}
.industries-items-in:hover .content .indstries-list li img {
  filter: brightness(0) invert(1);
}

.choose-right-content-in .choose-text {
  margin-top: 15px;
}
.choose-right-content-in .icon-area {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .choose-right-content-in .icon-area {
    flex-wrap: wrap;
  }
}
.choose-right-content-in .icon-area.style-2 {
  border-top: 1px solid rgb(216, 221, 225);
  padding-top: 30px;
}
.choose-right-content-in .icon-area .icon img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.choose-right-content-in .icon-area .content .title-2 {
  font-size: 18px;
  font-weight: 500;
}
.choose-right-content-in .icon-area .content p {
  max-width: 500px;
  margin-top: 10px;
}
.choose-right-content-in .icon-area:hover .icon img {
  transform: scaleX(-1) !important;
}

.choose-us-section-in {
  position: relative;
  z-index: 9;
}
.choose-us-section-in .choose-bg-shape {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.choose-us-section-in .choose-right-shape {
  position: absolute;
  z-index: 11;
  bottom: 0;
  right: 0;
}
@media (max-width: 1899px) {
  .choose-us-section-in .choose-right-shape {
    display: none;
  }
}
@media (max-width: 991px) {
  .choose-us-section-in .choose-left-img-in img {
    width: 100%;
    height: 100%;
  }
}

.solution-left-content-in .solution-text {
  margin-top: 15px;
}
.solution-left-content-in .solution-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .solution-left-content-in .solution-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.solution-left-content-in .solution-list ul li {
  font-size: 18px;
  font-weight: 600;
  color: var(--header);
}
.solution-left-content-in .solution-list ul li img {
  margin-right: 6px;
}
.solution-left-content-in .solution-list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.solution-left-content-in .theme-btn {
  background-color: var(--theme-2);
  margin-top: 40px;
}
.solution-left-content-in .theme-btn::before {
  background-color: var(--header);
}

.service-img-in11 {
  margin-left: 50px;
}
@media (max-width: 1399px) {
  .service-img-in11 {
    margin-left: 0;
  }
  .service-img-in11 img {
    width: 100%;
    height: 100%;
  }
}

.service-section .container {
  max-width: 1680px;
}

@media (max-width: 1199px) {
  .service-content-box-items {
    text-align: center;
  }
}
.service-content-box-items .theme-btn {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .service-content-box-items .theme-btn {
    margin-top: 30px;
  }
}
.service-content-box-items .service-thumb {
  max-width: 323px;
  margin-top: 115px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .service-content-box-items .service-thumb {
    margin: 0 auto;
    margin-top: 30px;
  }
}
.service-content-box-items .service-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.service-content-box-items .service-thumb .text {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 30px;
  padding: 12px 18px;
  line-height: 1;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  font-family: "Rethink Sans", sans-serif;
}

.service-thumb-1 {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  z-index: 99;
  height: 570px;
  margin-left: -85px;
  margin-right: 20px;
}
@media (max-width: 1600px) {
  .service-thumb-1 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .service-thumb-1 {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .service-thumb-1 {
    height: 400px;
  }
}
.service-thumb-1 img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-thumb-1 img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.service-thumb-1:hover img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.service-thumb-1:hover img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.service-faq-items .accordion-box {
  position: relative;
}
.service-faq-items .accordion-box .block {
  position: relative;
  background-color: transparent;
  margin-bottom: 24px;
  line-height: 1;
  border-radius: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid rgb(219, 219, 219);
}
.service-faq-items .accordion-box .block .acc-btn {
  position: relative;
  font-size: 24px;
  color: #535353;
  font-weight: 600;
  font-family: "Rethink Sans", sans-serif;
  cursor: pointer;
  transition: all 500ms ease;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .service-faq-items .accordion-box .block .acc-btn {
    padding-right: 40px;
    line-height: 1.4;
    font-size: 20px;
  }
}
@media (max-width: 470px) {
  .service-faq-items .accordion-box .block .acc-btn {
    font-size: 18px;
  }
}
.service-faq-items .accordion-box .block .acc-btn .icon {
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 16px;
  transition: all 500ms ease;
  border-radius: 50%;
  color: var(--header);
  text-align: center;
}
.service-faq-items .accordion-box .block .acc-btn .icon:before {
  content: "\f067";
  font-weight: 900;
}
.service-faq-items .accordion-box .block .acc-content {
  position: relative;
  display: none;
  margin-top: 22px;
  margin-left: 53px;
}
@media (max-width: 575px) {
  .service-faq-items .accordion-box .block .acc-content {
    margin-left: 20px;
  }
}
@media (max-width: 470px) {
  .service-faq-items .accordion-box .block .acc-content {
    margin-top: 10px;
  }
}
.service-faq-items .accordion-box .block .acc-content .content {
  position: relative;
}
.service-faq-items .accordion-box .block .acc-content .content .text {
  line-height: 162%;
  font-size: 16px;
  font-weight: 400;
  color: #535353;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .service-faq-items .accordion-box .block .acc-content .content .text {
    font-size: 14px;
  }
}
@media (max-width: 470px) {
  .service-faq-items .accordion-box .block .acc-content .content .text {
    font-size: 13px;
  }
}
.service-faq-items .accordion-box .block .acc-content .content .list {
  margin-top: 25px;
}
.service-faq-items .accordion-box .block .acc-content .content .list li {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--header);
  font-weight: 500;
  position: relative;
  padding-left: 20px;
}
.service-faq-items .accordion-box .block .acc-content .content .list li::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: var(--theme);
}
.service-faq-items .accordion-box .block .acc-content .content .list li:not(:last-child) {
  margin-bottom: 18px;
}
.service-faq-items .accordion-box .block .acc-content .content .link-btn {
  margin-top: 25px;
  transition: all 0.4s ease-in-out;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--header);
  display: inline-block;
}
.service-faq-items .accordion-box .block .acc-content .content .link-btn i {
  background-color: var(--theme);
  color: var(--white);
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  margin-right: 15px;
}
.service-faq-items .accordion-box .block .acc-content .content .link-btn:hover {
  color: var(--theme);
}
.service-faq-items .accordion-box .block .acc-content.current {
  display: block;
}
.service-faq-items .accordion-box .block .acc-btn.active .icon:before {
  content: "\f068";
}
.service-faq-items .accordion-box .block:last-child {
  margin-bottom: 0;
}
.service-faq-items .active-block {
  background-color: transparent !important;
}
.service-faq-items .active-block .acc-btn {
  color: var(--header) !important;
}
.service-faq-items .active-block .text {
  color: rgb(84, 89, 95) !important;
}
.service-faq-items .active-block .icon {
  color: var(--header);
}
.service-faq-items .active-block .icon:before {
  content: "\f068";
  color: var(--header);
}

.service-section-2 {
  position: relative;
  z-index: 9;
}
.service-section-2 .container {
  max-width: 1730px;
}
.service-section-2::before {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: rgba(2, 14, 40, 0.9);
  position: absolute;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.service-section-2 .service-text {
  text-align: center;
  color: var(--white);
  margin-top: 60px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Rethink Sans", sans-serif;
}
.service-section-2 .service-text a {
  color: var(--theme-2);
  text-decoration: underline;
}

.service-card-items-2 {
  margin-top: 30px;
  position: relative;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .service-card-items-2 {
    height: 420px;
  }
}
.service-card-items-2 .hover-img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-card-items-2 .hover-img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.service-card-items-2 .icon {
  background-color: var(--header);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  top: 30px;
  left: 30px;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.service-card-items-2 .icon img {
  width: initial;
  height: initial;
  border-radius: 0;
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.service-card-items-2 .content-2 {
  background-color: var(--white);
  border-radius: 20px;
  padding: 20px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.service-card-items-2 .content-2 .title {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .service-card-items-2 .content-2 .title {
    font-size: 21px;
  }
}
.service-card-items-2 .content-2 .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.service-card-items-2 .content-2 .title a:hover {
  color: var(--theme-2);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-2) 0%, var(--theme-2) 100%);
}
.service-card-items-2 .content-2 .theme-btn {
  width: 100%;
  margin-top: 20px;
  background-color: #ECF0F1;
  color: var(--text);
  position: relative;
  transition: all 0.4s ease-in-out;
}
.service-card-items-2 .content-2 .theme-btn i {
  background-color: var(--theme-2);
  color: var(--white);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: 5px;
  top: 5px;
  transition: all 0.4s ease-in-out;
}
.service-card-items-2 .content-2 .theme-btn:hover {
  color: var(--white);
}
.service-card-items-2 .content-2 .theme-btn:hover i {
  background-color: var(--white);
  color: var(--theme-2);
}
.service-card-items-2 .content {
  background-color: var(--white);
  border-radius: 20px;
  padding: 20px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 111;
}
.service-card-items-2 .content .title {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .service-card-items-2 .content .title {
    font-size: 21px;
  }
}
.service-card-items-2 .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.service-card-items-2 .content .title a:hover {
  color: var(--theme-2);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-2) 0%, var(--theme-2) 100%);
}
.service-card-items-2 .content p {
  max-width: 350px;
  font-size: 14px;
  margin-top: 5px;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service-card-items-2 .content .theme-btn {
  width: 100%;
  margin-top: 20px;
  background-color: #ECF0F1;
  color: var(--text);
  position: relative;
  transition: all 0.4s ease-in-out;
}
.service-card-items-2 .content .theme-btn i {
  background-color: var(--theme-2);
  color: var(--white);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: 5px;
  top: 5px;
  transition: all 0.4s ease-in-out;
}
.service-card-items-2 .content .theme-btn:hover {
  color: var(--white);
}
.service-card-items-2 .content .theme-btn:hover i {
  background-color: var(--white);
  color: var(--theme-2);
}
.service-card-items-2:hover .icon {
  background-color: var(--theme-2);
}
.service-card-items-2:hover .icon img {
  filter: brightness(0) invert(1);
  transform: scaleX(-1) !important;
}
.service-card-items-2:hover .content {
  opacity: 1;
  visibility: visible;
}
.service-card-items-2:hover .content p::before {
  opacity: 1;
  visibility: visible;
}
.service-card-items-2:hover .content-2 {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.service-card-items-2:hover .hover-img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.service-card-items-2:hover .hover-img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.service-section-3 {
  position: relative;
  z-index: 9;
}
.service-section-3 .container {
  max-width: 1642px;
}
.service-section-3 .service-left-shape {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.service-section-3 .service-right-shape {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}

.service-card-items-3 {
  background-color: var(--white);
  border-radius: 30px;
  padding: 30px;
  transition: all 0.4s ease-in-out;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .service-card-items-3 {
    padding: 24px;
  }
}
.service-card-items-3 .icon-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-card-items-3 .icon-area .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--header);
  transition: all 0.4s ease-in-out;
}
.service-card-items-3 .icon-area .icon img {
  width: initial;
  height: initial;
  border-radius: 0;
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.service-card-items-3 .icon-area .link-btn {
  margin-top: 25px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.service-card-items-3 .icon-area .link-btn i {
  background-color: #ECF0F1;
  color: var(--header);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service-card-items-3 .title-2 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 50px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .service-card-items-3 .title-2 {
    font-size: 21px;
    margin-top: 30px;
  }
}
.service-card-items-3 p {
  margin-top: 15px;
  border-bottom: 1px solid #D8DDE1;
  padding-bottom: 20px;
  transition: all 0.4s ease-in-out;
}
.service-card-items-3 .service-img {
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  z-index: 99;
}
.service-card-items-3 .service-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-card-items-3 .service-img img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.service-card-items-3:hover {
  background-color: var(--header);
}
.service-card-items-3:hover .icon-area .icon {
  background-color: var(--theme-3);
}
.service-card-items-3:hover .icon-area .link-btn i {
  background-color: var(--theme-3);
  color: var(--white);
}
.service-card-items-3:hover .title-2 a {
  color: var(--white);
}
.service-card-items-3:hover p {
  color: rgba(236, 240, 241, 0.5);
}
.service-card-items-3:hover .service-img img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.service-card-items-3:hover .service-img img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.service-details-wrapper .service-details-content .title {
  font-size: 30px;
  font-weight: 600;
}
.service-details-wrapper .service-details-content .line {
  width: 100%;
  height: 1px;
  background-color: #D8DDE1;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.service-details-wrapper .service-details-content .line::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 19%;
  height: 1px;
  content: "";
  background: var(--theme-2);
}
.service-details-wrapper .service-details-content .service-list {
  margin-top: 20px;
}
.service-details-wrapper .service-details-content .service-list li {
  font-size: 16px;
  font-weight: 400;
  color: var(--header);
}
.service-details-wrapper .service-details-content .service-list li img {
  margin-right: 6px;
}
.service-details-wrapper .service-details-content .service-list li:not(:last-child) {
  margin-bottom: 6px;
}
.service-details-wrapper .service-details-content .service-details-thumb {
  margin-top: 20px;
  margin-bottom: 40px;
}
.service-details-wrapper .service-details-content .service-details-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.service-details-wrapper .service-details-content .title-2 {
  font-size: 30px;
  font-weight: 600;
}
.service-details-wrapper .service-details-content .global-list {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .service-details-wrapper .service-details-content .global-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.service-details-wrapper .service-details-content .global-list ul li {
  font-size: 20px;
  font-weight: 600;
  font-family: "Rethink Sans", sans-serif;
  color: var(--header);
}
.service-details-wrapper .service-details-content .global-list ul li img {
  margin-right: 6px;
}
.service-details-wrapper .service-details-content .global-list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.service-details-wrapper .service-details-content .service-details-thumb-2 {
  margin-top: 40px;
}
.service-details-wrapper .service-details-content .service-details-thumb-2 img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.service-details-wrapper .service-details-content .title-3 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 35px;
}
.service-details-wrapper .service-details-content .air-flight-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  border-bottom: 1px solid #D8DDE1;
  padding-bottom: 50px;
}
@media (max-width: 1199px) {
  .service-details-wrapper .service-details-content .air-flight-area {
    flex-wrap: wrap;
  }
}
.service-details-wrapper .service-details-content .air-flight-area.style-2 {
  border-bottom: none;
  padding-bottom: 0px;
  position: relative;
  z-index: 9;
}
.service-details-wrapper .service-details-content .air-flight-area.style-2::before {
  content: "";
  position: absolute;
  top: -34%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 315px;
  border: 1px solid #D8DDE1;
  z-index: -1;
  transition: height 0.5s ease;
}
@media (max-width: 1199px) {
  .service-details-wrapper .service-details-content .air-flight-area.style-2::before {
    display: none;
  }
}
.service-details-wrapper .service-details-content .air-flight-area .air-flight-items {
  display: flex;
  gap: 20px;
}
@media (max-width: 1199px) {
  .service-details-wrapper .service-details-content .air-flight-area .air-flight-items {
    flex-wrap: wrap;
  }
}
.service-details-wrapper .service-details-content .air-flight-area .air-flight-items .content .title-41 {
  font-size: 18px;
  font-weight: 500;
}
.service-details-wrapper .service-details-content .air-flight-area .air-flight-items .content p {
  margin-top: 10px;
  max-width: 278px;
}
.service-details-wrapper .service-details-content .title-4 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 40px;
}
.service-details-wrapper .service-details-content .faq-items {
  margin-left: 0;
  padding: 0;
  background: transparent;
  margin-top: 40px;
}
.service-details-wrapper .service-details-content .faq-items .text {
  max-width: 470px;
  text-transform: capitalize;
}
.service-details-wrapper .service-left-sidebar-area {
  margin-right: 20px;
}
@media (max-width: 1399px) {
  .service-details-wrapper .service-left-sidebar-area {
    margin-right: 0;
  }
}
.service-details-wrapper .service-left-sidebar-area .title {
  font-size: 24px;
  font-weight: 600;
  font-family: "Rethink Sans", sans-serif;
  display: inline-block;
  color: var(--header);
}
.service-details-wrapper .service-left-sidebar-area ul {
  border-top: 1px solid #D8DDE1;
  padding-top: 12px;
  margin-top: 35px;
}
.service-details-wrapper .service-left-sidebar-area ul li {
  border-bottom: 1px solid #D8DDE1;
  padding-bottom: 12px;
}
.service-details-wrapper .service-left-sidebar-area ul li:not(:last-child) {
  margin-bottom: 12px;
}
.service-details-wrapper .service-left-sidebar-area ul li a {
  color: #020E28;
}
.service-details-wrapper .service-left-sidebar-area ul li a:hover {
  color: var(--theme-2);
}
.service-details-wrapper .service-left-sidebar-area .pdf-box-items {
  border-radius: 20px;
  margin-top: 40px;
}
.service-details-wrapper .service-left-sidebar-area .pdf-box-items .content {
  padding: 30px 30px;
  border-bottom: 1px solid rgb(255, 255, 255);
}
.service-details-wrapper .service-left-sidebar-area .pdf-box-items .content .title {
  font-size: 30px;
  color: var(--white);
  line-height: 133%;
  font-weight: 600;
  margin-bottom: 10px;
}
.service-details-wrapper .service-left-sidebar-area .pdf-box-items .content p {
  font-size: 16px;
  color: var(--white);
  font-size: 15px;
}
.service-details-wrapper .service-left-sidebar-area .pdf-box-items .contact-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: var(--theme-2);
  padding: 25px 30px;
}
.service-details-wrapper .service-left-sidebar-area .pdf-box-items .contact-btn i {
  margin-left: 5px;
}
.service-details-wrapper .service-left-sidebar-area .pdf-box-items .contact-btn:hover {
  color: var(--white);
}
.service-details-wrapper .service-left-sidebar-area .details-contact-bg {
  padding: 40px 30px;
  border-radius: 30px;
  margin-top: 40px;
}
.service-details-wrapper .service-left-sidebar-area .details-contact-bg .side-title {
  font-size: 24px;
  font-weight: 600;
  font-family: "Rethink Sans", sans-serif;
  display: inline-block;
  color: var(--header);
  line-height: 130%;
}
.service-details-wrapper .service-left-sidebar-area .details-contact-bg .s-line {
  display: inline-block;
  height: 1px;
  width: 100%;
  background: #D8DDE1;
  position: relative;
  margin-top: 20px;
}
.service-details-wrapper .service-left-sidebar-area .details-contact-bg .s-line::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 32%;
  background: var(--theme-2);
}
.service-details-wrapper .service-left-sidebar-area .details-contact-bg .contact-dec {
  margin-top: 20px;
}
.service-details-wrapper .service-left-sidebar-area .details-contact-bg .contact-dec p {
  color: var(--header);
  margin-bottom: 15px;
}
.service-details-wrapper .service-left-sidebar-area .details-contact-bg .contact-dec a {
  font-size: 24px;
  font-weight: 600;
  font-family: "Rethink Sans", sans-serif;
  color: var(--header);
  display: block;
}

.service-section-inss .container {
  max-width: 1640px;
}

.service-card-items-in {
  margin-top: 30px;
  background-color: #ECF0F1;
  border-radius: 30px;
  padding: 40px;
  position: relative;
  z-index: 9;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .service-card-items-in {
    padding: 30px;
  }
}
.service-card-items-in .service-shape {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.service-card-items-in .service-hover-img {
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.service-card-items-in .service-hover-img img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transition: all 0.4s ease-in-out;
  object-fit: cover;
}
.service-card-items-in .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--header);
  border-radius: 10px;
  position: relative;
  z-index: 11;
  transition: all 0.4s ease-in-out;
}
.service-card-items-in .icon img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.service-card-items-in .content {
  margin-top: 150px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .service-card-items-in .content {
    margin-top: 100px;
  }
}
.service-card-items-in .content .title-2 {
  font-size: 24px;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1600px) {
  .service-card-items-in .content .title-2 {
    font-size: 22px;
  }
}
@media (max-width: 1399px) {
  .service-card-items-in .content .title-2 {
    font-size: 20px;
  }
}
.service-card-items-in .content p {
  margin-top: 10px;
  transition: all 0.4s ease-in-out;
}
.service-card-items-in .content .link-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--header);
  color: var(--white);
  display: inline-block;
  border-radius: 50%;
  margin-top: 20px;
  transition: all 0.4s ease-in-out;
}
.service-card-items-in:hover .icon {
  background-color: var(--theme-2);
}
.service-card-items-in:hover .icon img {
  transform: scaleX(-1) !important;
  filter: brightness(0) invert(1);
}
.service-card-items-in:hover .service-hover-img {
  opacity: 1;
  visibility: visible;
}
.service-card-items-in:hover .content .title-2 {
  color: var(--white);
}
.service-card-items-in:hover .content p {
  color: var(--white);
}
.service-card-items-in:hover .content .link-btn {
  background-color: var(--theme-2);
}

.project-wrp {
  position: relative;
  overflow: hidden;
  height: 660px;
}
@media (max-width: 1199px) {
  .project-wrp {
    height: 500px;
  }
}
.project-wrp .project-hover-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.project-wrp .project-hover-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(359.73deg, #020E28 17.1%, rgba(2, 14, 40, 0.2) 99.76%);
  mix-blend-mode: multiply;
  z-index: 1;
}
.project-wrp .project-hover-image .tab-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  opacity: 0;
  transition: all 0.7s;
}
.project-wrp .project-hover-image .tab-img.active {
  transform: scale(1);
  opacity: 1;
}
.project-wrp .project-slider {
  position: relative;
  z-index: 3;
}
.project-wrp .project-items-one {
  display: flex;
  align-items: flex-end;
  height: 660px;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  position: relative;
}
@media (max-width: 1199px) {
  .project-wrp .project-items-one {
    height: 500px;
  }
}
.project-wrp .project-items-one .content {
  padding: 0 40px;
  transform: translateY(0);
  position: relative;
  transition: all 0.4s ease-in-out;
  bottom: 100px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 30px;
  padding-right: 0;
}
@media (max-width: 991px) {
  .project-wrp .project-items-one .content {
    margin: 0 20px;
    padding: 40px 22px;
    bottom: 30px;
  }
}
.project-wrp .project-items-one .content .tag {
  display: inline-block;
  background: rgba(137, 137, 137, 0.25);
  backdrop-filter: blur(12px);
  border-radius: 30px;
  font-size: 14px;
  padding: 0 18px;
  height: 30px;
  line-height: 30px;
  font-family: "Rethink Sans", sans-serif;
  color: var(--white);
}
.project-wrp .project-items-one .content .title {
  color: var(--white);
  font-size: 36px;
  font-weight: 600;
  margin-top: 25px;
}
@media (max-width: 1899px) {
  .project-wrp .project-items-one .content .title {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .project-wrp .project-items-one .content .title {
    font-size: 20px;
  }
}
.project-wrp .project-items-one .hover-content {
  padding: 0 40px;
  position: absolute;
  bottom: -120px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .project-wrp .project-items-one .hover-content {
    margin: 0 20px;
    padding: 40px 28px;
  }
}
.project-wrp .project-items-one .hover-content .tag {
  display: inline-block;
  background: rgba(137, 137, 137, 0.25);
  backdrop-filter: blur(12px);
  border-radius: 30px;
  font-size: 14px;
  padding: 0 18px;
  height: 30px;
  line-height: 30px;
  font-family: "Rethink Sans", sans-serif;
  color: var(--white);
}
.project-wrp .project-items-one .hover-content .tag:hover {
  background-color: var(--theme);
}
.project-wrp .project-items-one .hover-content .title {
  font-size: 36px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 18px;
}
@media (max-width: 1199px) {
  .project-wrp .project-items-one .hover-content .title {
    font-size: 20px;
  }
}
.project-wrp .project-items-one .hover-content .title a {
  color: var(--white);
}
.project-wrp .project-items-one .hover-content .title a:hover {
  color: var(--theme);
}
.project-wrp .project-items-one .hover-content p {
  color: var(--white);
}
.project-wrp .project-items-one:hover .arrow-icon {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.project-wrp .project-items-one:hover .content {
  opacity: 0;
  visibility: hidden;
}
.project-wrp .project-items-one:hover .hover-content {
  opacity: 1;
  visibility: visible;
  bottom: 100px;
}
@media (max-width: 991px) {
  .project-wrp .project-items-one:hover .hover-content {
    bottom: 20px;
  }
}

.project-section-3 .container {
  max-width: 1680px;
}
@media (max-width: 1399px) {
  .project-section-3 .section-title-area {
    justify-content: center;
  }
}
.project-section-3 .section-title-area .first-text span {
  font-size: 16px;
  font-weight: 500;
  font-family: "Rethink Sans", sans-serif;
  color: var(--header);
}
.project-section-3 .section-title-area .first-text .project-text {
  font-size: 48px;
  font-weight: 700;
  border-top: 1px solid #D8DDE1;
  padding-top: 10px;
  margin-top: 10px;
}

.project-box-items-3 {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  z-index: 99;
}
@media (max-width: 767px) {
  .project-box-items-3 {
    height: 480px;
  }
}
.project-box-items-3 img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-box-items-3 img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.project-box-items-3 .content {
  text-align: center;
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 40px;
  z-index: 9;
  padding-bottom: 30px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .project-box-items-3 .content {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }
}
.project-box-items-3 .content::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--white);
  top: 15px;
  height: initial;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
}
.project-box-items-3 .content .link-btn {
  margin-top: 25px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  margin-top: -140px;
}
.project-box-items-3 .content .link-btn i {
  background-color: var(--theme-3);
  color: var(--white);
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.project-box-items-3 .content .link-btn i:hover {
  background-color: var(--header);
}
.project-box-items-3 .content .title-2 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .project-box-items-3 .content .title-2 {
    font-size: 20px;
  }
}
.project-box-items-3 .content .title-2 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.project-box-items-3 .content .title-2 a:hover {
  color: var(--theme-3);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-3) 0%, var(--theme-3) 100%);
}
.project-box-items-3 .content .text {
  margin-top: 10px;
  display: inline-block;
  color: var(--theme-3);
  font-size: 14px;
  font-weight: 400;
}
.project-box-items-3:hover img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.project-box-items-3:hover img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.project-details-wrapper .project-details-content .project-details-img img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.project-details-wrapper .project-details-content .title-2 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 40px;
}
.project-details-wrapper .project-details-content .line {
  width: 100%;
  height: 1px;
  background-color: #D8DDE1;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.project-details-wrapper .project-details-content .line::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 25%;
  height: 1px;
  content: "";
  background: var(--theme-2);
}
.project-details-wrapper .project-details-content .project-list {
  margin-top: 20px;
}
.project-details-wrapper .project-details-content .project-list li {
  font-size: 20px;
  font-weight: 600;
  color: var(--text);
}
@media (max-width: 767px) {
  .project-details-wrapper .project-details-content .project-list li {
    font-size: 17px;
  }
}
.project-details-wrapper .project-details-content .project-list li img {
  margin-right: 6px;
}
.project-details-wrapper .project-details-content .project-list li:not(:last-child) {
  margin-bottom: 15px;
}
.project-details-wrapper .project-details-content .project-details-img-2 {
  margin-top: 40px;
}
.project-details-wrapper .project-details-content .project-details-img-2 img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.project-details-wrapper .project-details-content .title-3 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 40px;
}
.project-details-wrapper .project-details-content .project-details-img-3 {
  margin-top: 40px;
}
.project-details-wrapper .project-details-content .project-details-img-3 img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.project-details-wrapper .project-details-information .information-details-items {
  background: #ECF0F1;
  border-radius: 30px;
  margin-bottom: 40px;
}
.project-details-wrapper .project-details-information .information-details-items p {
  background-color: var(--theme-2);
  font-size: 24px;
  font-weight: 600;
  font-family: "Rethink Sans", sans-serif;
  color: var(--white);
  padding: 35px 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.project-details-wrapper .project-details-information .information-details-items ul {
  padding: 40px 30px;
}
@media (max-width: 1199px) {
  .project-details-wrapper .project-details-information .information-details-items ul {
    padding: 30px 25px;
  }
}
.project-details-wrapper .project-details-information .information-details-items ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .project-details-wrapper .project-details-information .information-details-items ul li {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.project-details-wrapper .project-details-information .information-details-items ul li:not(:last-child) {
  border-bottom: 1px solid #D8DDE1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.project-details-wrapper .project-details-information .information-details-items ul li span {
  color: var(--header);
}
.project-details-wrapper .project-details-information .contact-bg-items {
  padding: 40px 30px;
  border-radius: 30px;
}
.project-details-wrapper .project-details-information .contact-bg-items .contact-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 135%;
  color: var(--white);
  font-family: "Rethink Sans", sans-serif;
}
.project-details-wrapper .project-details-information .contact-bg-items .text {
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 30px;
}
.project-details-wrapper .project-details-information .contact-bg-items .number {
  font-size: 18px;
  font-weight: 600;
  font-family: "Rethink Sans", sans-serif;
  color: var(--white);
  margin-bottom: 15px;
}
.project-details-wrapper .project-details-information .contact-bg-items .number a {
  color: var(--white);
}
.project-details-wrapper .project-details-information .contact-bg-items .theme-btn {
  background-color: var(--theme-2);
  margin-top: 20px;
}
.project-details-wrapper .project-details-information .contact-bg-items .theme-btn::before {
  background-color: var(--white);
}
.project-details-wrapper .project-details-information .contact-bg-items .theme-btn:hover {
  color: var(--header);
}

.testimonial-section-3 {
  position: relative;
  z-index: 11;
}
.testimonial-section-3::before {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: rgba(2, 14, 40, 0.91);
  position: absolute;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.testimonial-section-3 .section-title-area {
  margin-bottom: 60px;
}
.testimonial-section-3 .section-title-area .circle-box {
  width: 120px;
  height: 120px;
  line-height: 120px;
  background-color: var(--theme-3);
  border-radius: 50%;
  text-align: center;
  position: relative;
}
.testimonial-section-3 .section-title-area .circle-box .text-image img {
  width: initial;
  height: initial;
  animation: cir36 10s linear infinite;
}
.testimonial-section-3 .section-title-area .circle-box .arrow-icon {
  color: var(--white);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonial-section-3 .section-title-area .circle-box .arrow-icon i {
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}

.testi-wrapper-3 .testi-thumb {
  border-radius: 30px;
  height: 370px;
}
.testi-wrapper-3 .testi-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}
.testi-wrapper-3 .testi-content {
  position: relative;
}
.testi-wrapper-3 .testi-content .title-2 {
  font-size: 27px;
  font-weight: 400;
  color: var(--white);
}
@media (max-width: 1399px) {
  .testi-wrapper-3 .testi-content .title-2 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .testi-wrapper-3 .testi-content .title-2 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .testi-wrapper-3 .testi-content .title-2 {
    font-size: 18px;
  }
}
.testi-wrapper-3 .testi-content .title-3 {
  font-size: 30px;
  font-weight: 600;
  color: var(--white);
  margin-top: 45px;
}
@media (max-width: 1399px) {
  .testi-wrapper-3 .testi-content .title-3 {
    font-size: 25px;
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .testi-wrapper-3 .testi-content .title-3 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .testi-wrapper-3 .testi-content .title-3 {
    font-size: 18px;
  }
}
.testi-wrapper-3 .testi-content p {
  font-size: 18px;
  color: #788094;
  margin-top: 5px;
}
.testi-wrapper-3 .testi-content .testi-quote {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media (max-width: 767px) {
  .testi-wrapper-3 .testi-content .testi-quote {
    display: none;
  }
}

.testimonial-area-three {
  margin-left: 40px;
}
@media (max-width: 1399px) {
  .testimonial-area-three {
    margin-left: 0;
  }
}
.testimonial-area-three .testimonial-pagination {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}
.testimonial-area-three .testimonial-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: transparent;
  opacity: 0.5;
  color: #788094;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  border-radius: 0;
  font-family: "Rethink Sans", sans-serif;
}
.testimonial-area-three .testimonial-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  color: var(--theme-3);
}
.testimonial-area-three .testimonial-pagination .swiper-pagination-bullet-active::after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: var(--theme-3);
  display: inline-block;
  margin-left: 15px;
}
.testimonial-area-three .testimonial-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: auto;
  position: relative;
  width: auto;
}

.testimonial-card-items-in {
  margin-top: 30px;
  background-color: #F8F7F3;
  border-radius: 30px;
  padding: 20px;
}
.testimonial-card-items-in .content {
  background-color: var(--white);
  border-radius: 30px;
  padding: 20px;
}
.testimonial-card-items-in .content .star {
  color: var(--theme-2);
}
.testimonial-card-items-in .content p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Rethink Sans", sans-serif;
  margin-top: 15px;
  color: #141414;
  border-bottom: 1px solid #D8DDE1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.testimonial-card-items-in .client-indo {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.testimonial-card-items-in .client-indo .client-content .title-2 {
  font-size: 18px;
  font-weight: 500;
}
.testimonial-card-items-in .client-indo .client-content span {
  font-size: 14px;
  font-weight: 400;
}

.pricing-wrapper-3 {
  background: #ECF0F1;
  border-radius: 30px;
  padding: 20px;
  margin-top: 60px;
}
.pricing-wrapper-3 .pricing-box-items-3 {
  background-color: var(--white);
  border-radius: 20px;
  padding: 30px;
  position: relative;
}
@media (max-width: 1199px) {
  .pricing-wrapper-3 .pricing-box-items-3 {
    padding: 25px;
  }
}
.pricing-wrapper-3 .pricing-box-items-3 .number-text {
  background-color: var(--header);
  padding: 10px 12px;
  display: inline-block;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
  position: absolute;
  top: 90px;
  right: -38px;
  transform: rotate(-90deg);
}
.pricing-wrapper-3 .pricing-box-items-3 .title-2 {
  font-size: 24px;
  font-weight: 600;
}
.pricing-wrapper-3 .pricing-box-items-3 p {
  margin-top: 5px;
  color: var(--header);
}
.pricing-wrapper-3 .pricing-box-items-3 span {
  font-size: 16px;
  font-weight: 500;
  font-family: "Rethink Sans", sans-serif;
  color: var(--header);
  margin-top: 45px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .pricing-wrapper-3 .pricing-box-items-3 span {
    margin-top: 25px;
  }
}
.pricing-wrapper-3 .pricing-box-items-3 .price-text {
  font-size: 48px;
  font-weight: 600;
  margin-top: 10px;
}
@media (max-width: 470px) {
  .pricing-wrapper-3 .pricing-box-items-3 .price-text {
    font-size: 36px;
  }
}
.pricing-wrapper-3 .pricing-box-items-3 .price-text sub {
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
}
.pricing-wrapper-3 .pricing-box-items-3 .theme-btn {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  background-color: var(--header);
}
.pricing-wrapper-3 .pricing-box-items-3 .theme-btn::before {
  background-color: var(--theme-3);
}
.pricing-wrapper-3 .pricing-box-items-3 .pricing-list {
  margin-top: 20px;
  transition: all 0.4s ease-in-out;
}
.pricing-wrapper-3 .pricing-box-items-3 .pricing-list li {
  transition: all 0.4s ease-in-out;
  font-size: 18px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 1199px) {
  .pricing-wrapper-3 .pricing-box-items-3 .pricing-list li {
    font-size: 15px;
  }
}
.pricing-wrapper-3 .pricing-box-items-3 .pricing-list li i {
  color: var(--theme-3);
  margin-right: 10px;
  transition: all 0.4s ease-in-out;
}
.pricing-wrapper-3 .pricing-box-items-3 .pricing-list li i.style-2 {
  color: var(--text);
}
.pricing-wrapper-3 .pricing-box-items-3 .pricing-list li:not(:last-child) {
  margin-bottom: 12px;
}

.pricing-section-3 {
  position: relative;
}
.pricing-section-3 .pricing-text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 60px;
  text-align: center;
  position: relative;
  font-family: "Rethink Sans", sans-serif;
  padding-left: 10px;
  display: inline-block;
  padding-left: 20px;
}
.pricing-section-3 .pricing-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: var(--theme-3);
}

.team-wrapper-2 {
  margin-top: 60px;
}
.team-wrapper-2 .team-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D8DDE1;
  padding-top: 0;
  background-color: var(--white);
}
.team-wrapper-2 .team-items.bbb-top {
  border-top: 1px solid #D8DDE1;
}
@media (max-width: 1199px) {
  .team-wrapper-2 .team-items {
    padding: 30px 0;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .team-wrapper-2 .team-items {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.team-wrapper-2 .team-items .team-info {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-basis: 30%;
}
@media (max-width: 1199px) {
  .team-wrapper-2 .team-items .team-info {
    flex-basis: initial;
  }
}
.team-wrapper-2 .team-items .team-info .team-img {
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  z-index: 99;
}
.team-wrapper-2 .team-items .team-info .team-img img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-wrapper-2 .team-items .team-info .team-img img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.team-wrapper-2 .team-items .team-info .team-content .title-2 {
  font-size: 20px;
  font-weight: 600;
}
.team-wrapper-2 .team-items .team-info .team-content .title-2 a:hover {
  color: var(--theme-2);
}
.team-wrapper-2 .team-items .team-info .team-content .text-1 {
  margin-top: 5px;
}
.team-wrapper-2 .team-items .text-2 {
  max-width: 267px;
}
.team-wrapper-2 .team-items .social-icon {
  gap: 16px;
  font-size: 15px;
}
.team-wrapper-2 .team-items .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: var(--header);
  background-color: rgba(2, 14, 40, 0.15);
  font-size: 14px;
}
.team-wrapper-2 .team-items .social-icon a:hover {
  background-color: var(--theme-2);
  color: var(--white);
}
.team-wrapper-2 .team-items .team-line {
  width: 1px;
  height: 200px;
  background: #D8DDE1;
  display: inline-block;
}
@media (max-width: 1199px) {
  .team-wrapper-2 .team-items .team-line {
    display: none;
  }
}
.team-wrapper-2 .team-items:hover .team-img img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.team-wrapper-2 .team-items:hover .team-img img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.team-thumb-items-3 {
  margin-top: 30px;
}
.team-thumb-items-3 .thumb-main-area {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.team-thumb-items-3 .thumb-main-area .thumb {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: all 0.45s ease-in-out;
}
.team-thumb-items-3 .thumb-main-area .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.team-thumb-items-3 .thumb-main-area .hover-thumb {
  position: absolute;
  inset: 0;
  background-color: var(--header);
  border-radius: 20px;
  padding: 25px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95);
  transition: all 0.45s ease-in-out;
  z-index: 5;
}
.team-thumb-items-3 .thumb-main-area .hover-thumb .content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}
.team-thumb-items-3 .thumb-main-area .hover-thumb .content .social-icon {
  display: flex;
  align-items: center;
  gap: 14px;
}
.team-thumb-items-3 .thumb-main-area .hover-thumb .content .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border-radius: 100px;
  color: var(--white);
  background-color: rgba(255, 255, 255, 0.15);
}
.team-thumb-items-3 .thumb-main-area .hover-thumb .content .social-icon a:hover {
  background-color: var(--theme-3);
}
.team-thumb-items-3 .thumb-main-area .hover-thumb .content p {
  font-size: 13px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 20px;
  margin-top: 15px;
}
.team-thumb-items-3 .thumb-main-area .hover-thumb .content .link-btn {
  color: var(--white);
  margin-top: 20px;
  transition: all 0.4s ease-in-out;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.team-thumb-items-3 .thumb-main-area .hover-thumb .content .link-btn i {
  background-color: var(--theme-3);
  color: var(--white);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 900;
  transition: all 0.4s ease-in-out;
  margin-right: 15px;
}
.team-thumb-items-3 .thumb-main-area:hover .thumb {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.05);
}
@media (max-width: 1399px) {
  .team-thumb-items-3 .thumb-main-area:hover .thumb {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
}
.team-thumb-items-3 .thumb-main-area:hover .hover-thumb {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
@media (max-width: 1399px) {
  .team-thumb-items-3 .thumb-main-area:hover .hover-thumb {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.05);
  }
}
.team-thumb-items-3 .content {
  margin-top: 15px;
}
.team-thumb-items-3 .content p {
  font-weight: 400;
}
.team-thumb-items-3 .content .title {
  font-size: 20px;
  font-weight: 600;
}
.team-thumb-items-3 .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.team-thumb-items-3 .content .title a:hover {
  color: var(--theme-3);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-3) 0%, var(--theme-3) 100%);
}
.team-thumb-items-3.style-2 .thumb-main-area .hover-thumb .content .social-icon a:hover {
  background-color: var(--theme-2);
}
.team-thumb-items-3.style-2 .thumb-main-area .hover-thumb .content .link-btn i {
  background-color: var(--theme-2);
}
.team-thumb-items-3.style-2 .content .title a:hover {
  color: var(--theme-2);
  background-image: linear-gradient(180deg, var(--theme-2) 0%, var(--theme-2) 100%);
}

.team-details-wrapper .team-top-wrap {
  background-color: #ECF0F1;
  border-radius: 30px;
  padding: 60px;
}
@media (max-width: 1399px) {
  .team-details-wrapper .team-top-wrap {
    padding: 35px;
  }
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-top-wrap {
    padding: 28px;
  }
}
.team-details-wrapper .team-top-wrap .team-details-img {
  height: 500px;
}
.team-details-wrapper .team-top-wrap .team-details-img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.team-details-wrapper .team-top-wrap .team-details-content {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-top-wrap .team-details-content {
    margin-left: 0;
  }
}
.team-details-wrapper .team-top-wrap .team-details-content .title-2 {
  font-size: 36px;
  font-weight: 600;
}
.team-details-wrapper .team-top-wrap .team-details-content .text-1 {
  font-size: 14px;
  font-weight: 400;
  color: var(--theme-2);
}
.team-details-wrapper .team-top-wrap .team-details-content .team-list {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}
.team-details-wrapper .team-top-wrap .team-details-content .team-list ul li .title-3 {
  font-size: 18px;
  font-weight: 500;
}
.team-details-wrapper .team-top-wrap .team-details-content .team-list ul li p {
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
}
.team-details-wrapper .team-top-wrap .team-details-content .team-list ul li p a {
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
}
.team-details-wrapper .team-top-wrap .team-details-content .team-list ul li:not(:last-child) {
  margin-bottom: 20px;
}
.team-details-wrapper .team-top-wrap .team-details-content .social-list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}
.team-details-wrapper .team-top-wrap .team-details-content .social-list a {
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background-color: rgba(2, 14, 40, 0.1);
  color: var(--header);
  border-radius: 100px;
}
.team-details-wrapper .team-top-wrap .team-details-content .social-list a:hover {
  background-color: var(--theme-2);
  color: var(--white);
}
.team-details-wrapper .team-left-content {
  margin-top: 60px;
  margin-right: 40px;
}
.team-details-wrapper .team-left-content .title-4 {
  font-size: 30px;
  font-weight: 600;
}
.team-details-wrapper .team-left-content .progress-wrap {
  margin-top: 25px;
}
.team-details-wrapper .team-left-content .progress-wrap .pro-items {
  width: 100%;
}
.team-details-wrapper .team-left-content .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 20px;
}
.team-details-wrapper .team-left-content .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.team-details-wrapper .team-left-content .progress-wrap .pro-items .pro-head .title {
  color: var(--header);
}
.team-details-wrapper .team-left-content .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  font-weight: 700;
  color: var(--header);
}
.team-details-wrapper .team-left-content .progress-wrap .pro-items .progress {
  background: #F4F4F4;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  display: flex;
  height: 10px;
  width: 100%;
}
.team-details-wrapper .team-left-content .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme-2);
  height: 10px;
  width: 0;
}
.team-details-wrapper .team-left-content .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}
.team-details-wrapper .team-left-content .progress-wrap .pro-items .style-three {
  animation: load3 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 85%;
  }
}
@keyframes load3 {
  0% {
    width: 0;
  }
  100% {
    width: 75%;
  }
}
@keyframes load4 {
  0% {
    width: 0;
  }
  100% {
    width: 95%;
  }
}
.team-details-wrapper .team-right-content {
  margin-top: 60px;
}
.team-details-wrapper .team-right-content .contact-form-box {
  border-radius: 20px;
  background: var(--white);
  margin-top: 30px;
}
.team-details-wrapper .team-right-content .contact-form-box h3 {
  margin-bottom: 30px;
}
.team-details-wrapper .team-right-content .contact-form-box .form-clt input, .team-details-wrapper .team-right-content .contact-form-box .form-clt textarea {
  line-height: 1;
  padding: 20px 20px;
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
  border-radius: 6px;
  border: 1px solid #E6E6E6;
  background: #F5F5F5;
}
.team-details-wrapper .team-right-content .contact-form-box .form-clt textarea {
  padding-bottom: 120px;
}
.team-details-wrapper .team-right-content .contact-form-box .theme-btn {
  width: 100%;
  background-color: var(--header);
  color: var(--white);
}

.news-section .container {
  max-width: 1642px;
}

.news-card-items {
  margin-top: 30px;
  background-color: #F8F8F8;
  border-radius: 30px;
  padding: 20px;
  transition: all 0.4s ease-in-out;
}
.news-card-items .thumb {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  z-index: 99;
}
.news-card-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-card-items .thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.news-card-items .content {
  margin-top: 20px;
}
.news-card-items .content ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.news-card-items .content ul li {
  font-size: 14px;
  font-weight: 400;
  color: #535353;
}
.news-card-items .content ul li i {
  margin-right: 6px;
  color: #535353;
}
.news-card-items .content .title-2 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 142%;
}
.news-card-items .content .title-2 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-card-items .content .title-2 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.news-card-items .content .link-btn {
  margin-top: 25px;
  transition: all 0.4s ease-in-out;
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  display: inline-block;
}
.news-card-items .content .link-btn i {
  background-color: var(--header);
  color: var(--white);
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  margin-right: 15px;
}
.news-card-items:hover .thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.news-card-items:hover .thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.news-card-items:hover .content .link-btn i {
  background-color: var(--theme);
  color: var(--white);
}
.news-card-items.style-2 {
  border: 1px solid #D8DDE1;
}
.news-card-items.style-2:hover {
  border: 1px solid var(--theme);
}

.news-left-thumb-3 {
  margin-top: 30px;
}
.news-left-thumb-3 .news-img {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  z-index: 99;
}
.news-left-thumb-3 .news-img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-left-thumb-3 .news-img img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.news-left-thumb-3 .news-img .date-items {
  font-size: 14px;
  font-weight: 400;
  border-radius: 50px;
  background-color: var(--theme-3);
  color: var(--white);
  padding: 13px 15px;
  line-height: 1;
  display: inline-block;
  position: absolute;
  z-index: 11;
  top: 20px;
  left: 20px;
}
.news-left-thumb-3 .news-content {
  margin-top: 20px;
}
.news-left-thumb-3 .news-content .user-box {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 1199px) {
  .news-left-thumb-3 .news-content .user-box {
    gap: 20px;
  }
}
.news-left-thumb-3 .news-content .user-box .user-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 6px;
}
.news-left-thumb-3 .news-content .user-box .user-item i {
  margin-right: 4px;
  color: var(--theme-3);
}
.news-left-thumb-3 .news-content .user-box span {
  color: var(--text);
  display: inline-block;
}
.news-left-thumb-3 .news-content .title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #D8DDE1;
  padding-top: 20px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .news-left-thumb-3 .news-content .title-area {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.news-left-thumb-3 .news-content .title-area .title-2 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Rethink Sans", sans-serif;
}
@media (max-width: 1199px) {
  .news-left-thumb-3 .news-content .title-area .title-2 {
    font-size: 20px;
  }
}
.news-left-thumb-3 .news-content .title-area .title-2 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-left-thumb-3 .news-content .title-area .title-2 a:hover {
  color: var(--theme-3);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-3) 0%, var(--theme-3) 100%);
}
.news-left-thumb-3 .news-content .title-area .link-btn {
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.news-left-thumb-3 .news-content .title-area .link-btn i {
  background-color: var(--theme-3);
  color: var(--white);
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.news-left-thumb-3 .news-content .title-area .link-btn i:hover {
  background-color: var(--header);
}
.news-left-thumb-3:hover .news-img img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.news-left-thumb-3:hover .news-img img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.news-right-items-3 {
  margin-top: 30px;
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .news-right-items-3 {
    margin-left: 0;
  }
}
.news-right-items-3 .news-thumb-items {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .news-right-items-3 .news-thumb-items {
    gap: 18px;
  }
}
@media (max-width: 470px) {
  .news-right-items-3 .news-thumb-items {
    display: block;
  }
}
.news-right-items-3 .news-thumb-items .news-img {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  z-index: 99;
}
@media (max-width: 470px) {
  .news-right-items-3 .news-thumb-items .news-img {
    height: 250px;
    margin-bottom: 15px;
  }
}
.news-right-items-3 .news-thumb-items .news-img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-right-items-3 .news-thumb-items .news-img img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.news-right-items-3 .news-thumb-items .news-img .date-items {
  font-size: 14px;
  font-weight: 400;
  border-radius: 50px;
  background-color: var(--theme-3);
  color: var(--white);
  padding: 10px 12px;
  line-height: 1;
  display: inline-block;
  position: absolute;
  z-index: 11;
  top: 10px;
  left: 10px;
}
@media (max-width: 1199px) {
  .news-right-items-3 .news-thumb-items .news-img .date-items {
    padding: 8px 10px;
    left: 4px;
  }
}
.news-right-items-3 .news-thumb-items .news-content .user-box {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 1199px) {
  .news-right-items-3 .news-thumb-items .news-content .user-box {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.news-right-items-3 .news-thumb-items .news-content .user-box .user-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 6px;
}
.news-right-items-3 .news-thumb-items .news-content .user-box .user-item i {
  margin-right: 4px;
  color: var(--theme-3);
}
.news-right-items-3 .news-thumb-items .news-content .user-box span {
  color: var(--text);
  display: inline-block;
}
.news-right-items-3 .news-thumb-items .news-content .title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #D8DDE1;
  padding-top: 15px;
  margin-top: 15px;
}
.news-right-items-3 .news-thumb-items .news-content .title-area .title-2 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Rethink Sans", sans-serif;
  max-width: 422px;
}
@media (max-width: 1199px) {
  .news-right-items-3 .news-thumb-items .news-content .title-area .title-2 {
    font-size: 19px;
  }
}
.news-right-items-3 .news-thumb-items .news-content .title-area .title-2 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-right-items-3 .news-thumb-items .news-content .title-area .title-2 a:hover {
  color: var(--theme-3);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-3) 0%, var(--theme-3) 100%);
}
.news-right-items-3 .news-thumb-items:hover .news-img img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.news-right-items-3 .news-thumb-items:hover .news-img img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.news-left-content-inner .news-items {
  margin-bottom: 30px;
  border: 1px solid #D8DDE1;
  border-radius: 30px;
}
.news-left-content-inner .news-items .news-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.news-left-content-inner .news-items .news-content {
  padding: 40px;
}
.news-left-content-inner .news-items .news-content ul {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 1199px) {
  .news-left-content-inner .news-items .news-content ul {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.news-left-content-inner .news-items .news-content ul li i {
  color: var(--theme-2);
  margin-right: 6px;
}
.news-left-content-inner .news-items .news-content .title {
  margin-top: 8px;
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .news-left-content-inner .news-items .news-content .title {
    font-size: 29px;
  }
}
@media (max-width: 767px) {
  .news-left-content-inner .news-items .news-content .title {
    font-size: 27px;
  }
}
@media (max-width: 575px) {
  .news-left-content-inner .news-items .news-content .title {
    font-size: 25px;
  }
}
.news-left-content-inner .news-items .news-content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-left-content-inner .news-items .news-content .title a:hover {
  color: var(--theme-2);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-2) 0%, var(--theme-2) 100%);
}
.news-left-content-inner .news-items .news-content p {
  margin-top: 10px;
}
.news-left-content-inner .news-items .news-content .theme-btn {
  margin-top: 30px;
  background-color: var(--theme-2);
}
.news-left-content-inner .news-items .news-content .theme-btn::before {
  background-color: var(--header);
}

.main-sidebar .single-sidebar-widget {
  padding: 40px 30px;
  background-color: rgb(236, 240, 241);
  margin-bottom: 30px;
  border-radius: 20px;
}
@media (max-width: 575px) {
  .main-sidebar .single-sidebar-widget {
    padding: 28px;
  }
}
.main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 15px;
}
.main-sidebar .single-sidebar-widget .wid-title .title {
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
}
.main-sidebar .single-sidebar-widget .search-widget form {
  width: 100%;
  position: relative;
}
.main-sidebar .single-sidebar-widget .search-widget form input {
  background-color: var(--white);
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
  width: 100%;
  border: none;
  color: var(--text);
  border-radius: 10px;
  border: 1px solid #D8DDE1;
}
.main-sidebar .single-sidebar-widget .search-widget form button {
  position: absolute;
  right: 9px;
  top: 9px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--theme-2);
  color: var(--white);
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
.main-sidebar .single-sidebar-widget .search-widget form button:hover {
  background-color: var(--header);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
  color: #54595F;
  font-family: "DM Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 25px;
  background-color: var(--white);
  font-weight: 400;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #D8DDE1;
}
@media (max-width: 575px) {
  .main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
    font-size: 14px;
    padding: 20px 22px;
  }
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li a .arrow {
  transition: all 0.4s ease-in-out;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li a .arrow i {
  color: var(--theme-2);
  transition: all 0.4s ease-in-out;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
  margin-bottom: 12px;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a {
  background-color: var(--theme-2);
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a .arrow i {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
  margin-bottom: 20px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul {
  margin-bottom: 8px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li {
  font: 16px;
  font-weight: 400;
  color: #54595F;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content .title-2 {
  font-size: 18px;
  font-weight: 500;
  max-width: 214px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content .title-2 a:hover {
  color: var(--theme-2);
}
.main-sidebar .single-sidebar-widget .tagcloud a {
  display: inline-block;
  padding: 11px 20px;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  background: var(--white);
  margin-right: 5px;
  text-transform: capitalize;
  margin-bottom: 10px;
  border-radius: 0;
  transition: all 0.4s ease-in-out;
  color: var(--text);
  border-radius: 20px;
}
.main-sidebar .single-sidebar-widget .tagcloud a:last-child {
  margin-right: 0;
}
.main-sidebar .single-sidebar-widget .tagcloud a:hover {
  background-color: var(--theme-2);
  color: var(--white);
}

.news-details-content-area .news-details-content {
  border: 1px solid rgb(208, 208, 208);
  border-radius: 20px;
}
.news-details-content-area .news-details-content .news-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0px 0px;
}
.news-details-content-area .news-details-content .content {
  padding: 20px 30px;
  padding-bottom: 40px;
}
.news-details-content-area .news-details-content .content .date-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .news-details-content-area .news-details-content .content .date-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.news-details-content-area .news-details-content .content .date-list li i {
  margin-right: 10px;
}
.news-details-content-area .news-details-content .content .title {
  font-size: 40px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .news-details-content-area .news-details-content .content .title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .news-details-content-area .news-details-content .content .title {
    font-size: 25px;
  }
}
.news-details-content-area .news-details-content .content .text {
  font-size: 18px;
  margin-top: 10px;
}
@media (max-width: 1399px) {
  .news-details-content-area .news-details-content .content .text {
    font-size: 16px;
  }
}
.news-details-content-area .news-details-content .content .sideber {
  border-radius: 20px;
  border: 1px solid var(--theme-2);
  padding: 30px 40px;
  margin-top: 40px;
  background-color: rgb(236, 240, 241);
}
@media (max-width: 1199px) {
  .news-details-content-area .news-details-content .content .sideber {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 25px;
  }
}
.news-details-content-area .news-details-content .content .sideber .text-2 {
  max-width: 710px;
}
.news-details-content-area .news-details-content .content .sideber .info-item-area {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 20px;
}
.news-details-content-area .news-details-content .content .sideber .info-item-area .client-info .title-2 {
  font-size: 18px;
  font-weight: 500;
}
.news-details-content-area .news-details-content .content .sideber .info-item-area .client-info span {
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
  display: inline-block;
}
.news-details-content-area .news-details-content .content .title-3 {
  margin-top: 54px;
  font-size: 24px;
  font-weight: 500;
}
.news-details-content-area .news-details-content .content .text-3 {
  font-size: 20px;
}
@media (max-width: 1399px) {
  .news-details-content-area .news-details-content .content .text-3 {
    font-size: 16px;
  }
}
.news-details-content-area .news-details-content .content .farming-list {
  margin-top: 30px;
}
.news-details-content-area .news-details-content .content .farming-list li {
  display: flex;
  gap: 10px;
}
.news-details-content-area .news-details-content .content .farming-list li .title-2 {
  font-size: 18px;
  font-weight: 500;
  color: rgb(12, 47, 37);
}
@media (max-width: 1199px) {
  .news-details-content-area .news-details-content .content .farming-list li .title-2 {
    font-size: 16px;
  }
}
.news-details-content-area .news-details-content .content .farming-list li:not(:last-child) {
  margin-bottom: 15px;
}
.news-details-content-area .news-details-content .content .news-details-thumb {
  margin-top: 30px;
}
.news-details-content-area .news-details-content .content .news-details-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.news-details-content-area .news-details-content .content .tagcloub-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgb(208, 208, 208);
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .news-details-content-area .news-details-content .content .tagcloub-area {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.news-details-content-area .news-details-content .content .tagcloub-area .tag-items {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 575px) {
  .news-details-content-area .news-details-content .content .tagcloub-area .tag-items {
    flex-wrap: wrap;
  }
}
.news-details-content-area .news-details-content .content .tagcloub-area .tag-items a {
  display: inline-block;
  padding: 12px 18px;
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
  background: rgb(236, 240, 241);
  font-family: "Rethink Sans", sans-serif;
  text-transform: capitalize;
  border-radius: 10px;
  color: rgb(63, 90, 82);
  border: 1px solid rgb(208, 208, 208);
}
.news-details-content-area .news-details-content .content .tagcloub-area .tag-items a:hover {
  background-color: var(--theme-2);
  color: var(--white);
}
.news-details-content-area .news-details-content .content .tagcloub-area .social-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-details-content-area .news-details-content .content .tagcloub-area .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: var(--header);
  text-align: center;
  border: 1px solid rgb(208, 208, 208);
}
.news-details-content-area .news-details-content .content .tagcloub-area .social-icon a:hover {
  background-color: var(--theme-2);
  color: var(--white);
}
.news-details-content-area .news-details-content .content .soil-from {
  background-color: rgb(236, 240, 241);
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 790px;
  margin-top: 35px;
  border-radius: 20px;
}
@media (max-width: 575px) {
  .news-details-content-area .news-details-content .content .soil-from {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.news-details-content-area .news-details-content .content .soil-from .first-from {
  display: flex;
  align-items: center;
  gap: 20px;
}
.news-details-content-area .news-details-content .content .soil-from .first-from .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--white);
  color: var(--header);
  border-radius: 50%;
}
.news-details-content-area .news-details-content .content .soil-from .first-from .title-6 {
  font-size: 18px;
  font-weight: 500;
  max-width: 140px;
}
.news-details-content-area .news-details-content .content .soil-from .line {
  height: 52px;
  width: 1px;
  background-color: rgb(199, 220, 73);
}
@media (max-width: 575px) {
  .news-details-content-area .news-details-content .content .soil-from .line {
    display: none;
  }
}
.news-details-content-area .news-details-content .content .soil-from .sec-from {
  display: flex;
  align-items: center;
  gap: 20px;
}
.news-details-content-area .news-details-content .content .soil-from .sec-from .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--white);
  color: var(--header);
  border-radius: 50%;
}
.news-details-content-area .news-details-content .content .soil-from .sec-from .title-6 {
  font-size: 18px;
  font-weight: 500;
  max-width: 140px;
  text-align: right;
}
.news-details-content-area .title-7 {
  font-size: 46px;
  font-weight: 500;
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .news-details-content-area .title-7 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .news-details-content-area .title-7 {
    font-size: 34px;
  }
}
@media (max-width: 575px) {
  .news-details-content-area .title-7 {
    font-size: 30px;
  }
}
.news-details-content-area .comment-box-area {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  background-color: rgb(236, 240, 241);
  padding: 30px;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 575px) {
  .news-details-content-area .comment-box-area {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.news-details-content-area .comment-box-area .comment-content .title-8 {
  font-size: 24px;
  font-weight: 500;
}
.news-details-content-area .comment-box-area .reply {
  padding: 7px 30px;
  font-weight: 400;
  border: 1px solid var(--theme-2);
  color: var(--header);
  transition: all 0.4s ease-in-out;
  border-radius: 999px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.news-details-content-area .comment-box-area .reply:hover {
  background-color: var(--theme-2);
  color: var(--white);
}
.news-details-content-area .news-details-contact-box {
  margin-top: 80px;
  border: 1px solid rgb(208, 208, 208);
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 575px) {
  .news-details-content-area .news-details-contact-box {
    padding: 28px;
  }
}
.news-details-content-area .news-details-contact-box .title-9 {
  font-size: 24px;
  margin-bottom: 20px;
}
.news-details-content-area .news-details-contact-box .form-clt {
  position: relative;
}
.news-details-content-area .news-details-contact-box .form-clt input, .news-details-content-area .news-details-contact-box .form-clt textarea {
  line-height: 1;
  padding: 20px 20px;
  width: 100%;
  text-transform: capitalize;
  color: var(--header);
  border-radius: 10px;
  border: 1px solid rgb(216, 221, 225);
  background: var(--white);
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
.news-details-content-area .news-details-contact-box .form-clt input::placeholder, .news-details-content-area .news-details-contact-box .form-clt textarea::placeholder {
  color: var(--header);
}
.news-details-content-area .news-details-contact-box .form-clt textarea {
  padding-bottom: 120px;
  border-radius: 10px;
}
.news-details-content-area .news-details-contact-box .theme-btn {
  margin-top: 30px;
  background-color: var(--theme-2);
}
.news-details-content-area .news-details-contact-box .theme-btn::before {
  background-color: var(--header);
}

.hero-marque {
  border-radius: 0px 0px 30px 30px;
  padding: 80px 0 60px;
  margin-top: -30px;
}
.hero-marque .marquee {
  gap: 30px;
}
.hero-marque .text {
  line-height: 1;
}

.marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 0;
}
.marquee.slide-right {
  transform: scaleX(-1);
}
.marquee.slide-right .text,
.marquee.slide-right .stroke-text {
  transform: scaleX(-1);
}
.marquee .marquee-group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
  min-width: 100%;
  animation: scroll var(--duration) linear infinite;
}
.marquee .text {
  font-size: 74px;
  font-weight: 700;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: "Rethink Sans", sans-serif;
  line-height: 1.3;
}
.marquee .text.style-2 {
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #FD5523;
  color: transparent;
  transition: all 0.4s ease-in-out;
}
.marquee .text.style-2:hover {
  color: var(--theme-2);
}
.marquee .text.style-2:hover span {
  color: var(--theme);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.brand-section-2 .container {
  max-width: 1680px;
}

.brand-slider-3 {
  border-top: 1px solid #D8DDE1;
  padding-top: 60px;
}

.faq-left-content .faq-text {
  margin-top: 15px;
}
.faq-left-content .question-box {
  background-color: var(--theme);
  border-radius: 30px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
  position: relative;
  z-index: 9;
}
.faq-left-content .question-box .bg-white-shape {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.faq-left-content .question-box .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.faq-left-content .question-box .content .title {
  font-size: 24px;
  font-weight: 600;
  color: var(--white);
}
.faq-left-content .question-box .content p {
  color: var(--white);
}
.faq-left-content .question-box .content .theme-btn {
  background-color: transparent;
  border: 1px solid var(--white);
  margin-top: 20px;
}
.faq-left-content .question-box .content .theme-btn::before {
  background-color: var(--header);
}
.faq-left-content .question-box .content .theme-btn:hover {
  border-color: var(--header);
}
.faq-left-content .respons-box {
  background-color: var(--white);
  padding: 30px;
  border: 1px dashed #D8DDE1;
  border-radius: 20px;
  margin-top: 25px;
}
.faq-left-content .respons-box .title-3 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Rethink Sans", sans-serif;
  color: var(--header);
}
.faq-left-content .respons-box .title-3 i {
  margin-right: 5px;
}
.faq-left-content .respons-box .respons-text {
  margin-top: 10px;
}

.faq-section {
  position: relative;
  z-index: 9;
}
.faq-section .faq-bg-shape {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.faq-content-3 .faq-text {
  margin-top: 20px;
}
.faq-content-3 .accordion-box {
  position: relative;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .faq-content-3 .accordion-box {
    margin-top: 30px;
  }
}
.faq-content-3 .accordion-box .block {
  position: relative;
  margin-bottom: 24px;
  line-height: 1;
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.faq-content-3 .accordion-box .block .icon {
  max-width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: rgba(225, 0, 6, 0.2);
  border-radius: 50%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.faq-content-3 .accordion-box .block .icon::after {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  background-color: var(--theme-3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.faq-content-3 .accordion-box .block .icon img {
  filter: brightness(0);
}
.faq-content-3 .accordion-box .block .acc-btn {
  position: relative;
  font-size: 24px;
  color: #535353;
  font-weight: 700;
  font-family: "Rethink Sans", sans-serif;
  cursor: pointer;
  transition: all 500ms ease;
  text-transform: capitalize;
}
@media (max-width: 470px) {
  .faq-content-3 .accordion-box .block .acc-btn {
    font-size: 18px;
    line-height: 1.4;
  }
}
.faq-content-3 .accordion-box .block .acc-btn .icon:before {
  display: none;
}
.faq-content-3 .accordion-box .block .acc-content {
  position: relative;
  display: none;
  margin-top: 14px;
}
@media (max-width: 470px) {
  .faq-content-3 .accordion-box .block .acc-content {
    margin-top: 10px;
  }
}
.faq-content-3 .accordion-box .block .acc-content .text {
  color: #535353;
  line-height: 26px;
  max-width: 560px;
}
.faq-content-3 .accordion-box .block .acc-content.current {
  display: block;
}
.faq-content-3 .accordion-box .block .acc-btn.active .icon:before {
  content: "\f068";
}
.faq-content-3 .accordion-box .block:last-child {
  margin-bottom: 0;
}
.faq-content-3 .active-block {
  align-items: start !important;
}
.faq-content-3 .active-block .acc-btn {
  color: var(--header) !important;
}
.faq-content-3 .active-block .icon img {
  filter: none !important;
}
.faq-content-3 .active-block .icon::after {
  opacity: 1 !important;
  visibility: visible !important;
}
.faq-content-3 .active-block .icon:before {
  display: none;
}

.faq-thumb-3 {
  margin-right: -140px;
  margin-left: 80px;
  position: relative;
  height: 655px;
}
@media (max-width: 1600px) {
  .faq-thumb-3 {
    margin-left: 50px;
    margin-right: -100px;
  }
}
@media (max-width: 1399px) {
  .faq-thumb-3 {
    margin-left: 50px;
    margin-right: -50px;
  }
}
@media (max-width: 1199px) {
  .faq-thumb-3 {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .faq-thumb-3 {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .faq-thumb-3 {
    height: 400px;
  }
}
.faq-thumb-3 img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}
.faq-thumb-3 .faq-sm-client {
  background-color: var(--header);
  display: inline-block;
  border-radius: 30px;
  padding: 30px;
  max-width: 305px;
  position: absolute;
  bottom: 0;
  left: -60px;
}
@media (max-width: 1199px) {
  .faq-thumb-3 .faq-sm-client {
    display: none;
  }
}
.faq-thumb-3 .faq-sm-client .client-img img {
  width: initial;
  height: initial;
}
.faq-thumb-3 .faq-sm-client .title-2 {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  margin-top: 15px;
}
.faq-thumb-3 .faq-sm-client .counter-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--white);
  margin-top: 80px;
}
.faq-thumb-3 .faq-sm-client p {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  font-family: "Rethink Sans", sans-serif;
  margin-top: 5px;
}

.faq-items {
  background-color: var(--white);
  border-radius: 30px;
  padding: 26px 24px;
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .faq-items {
    margin-left: 0;
  }
}
.faq-items .accordion-box {
  position: relative;
}
.faq-items .accordion-box .block {
  position: relative;
  margin-bottom: 24px;
  line-height: 1;
  border-radius: 0;
  background: #ECF0F1;
  border-radius: 10px;
  padding: 25px 20px;
}
.faq-items .accordion-box .block .acc-btn {
  position: relative;
  font-size: 16px;
  color: var(--header);
  font-weight: 600;
  font-family: "Rethink Sans", sans-serif;
  cursor: pointer;
  transition: all 500ms ease;
  text-transform: capitalize;
  padding-left: 35px;
}
@media (max-width: 1399px) {
  .faq-items .accordion-box .block .acc-btn {
    padding-right: 40px;
    line-height: 1.4;
    font-size: 20px;
  }
}
@media (max-width: 470px) {
  .faq-items .accordion-box .block .acc-btn {
    font-size: 18px;
  }
}
.faq-items .accordion-box .block .acc-btn .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  transition: all 500ms ease;
  border-radius: 50%;
  color: var(--header);
  text-align: center;
}
.faq-items .accordion-box .block .acc-btn .icon:before {
  display: none;
}
.faq-items .accordion-box .block .acc-btn .icon2 {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  transition: all 500ms ease;
  border-radius: 50%;
  color: var(--header);
  text-align: center;
  display: none;
}
.faq-items .accordion-box .block .acc-btn .icon2:before {
  display: none;
}
.faq-items .accordion-box .block .acc-content {
  position: relative;
  display: none;
  margin-top: 22px;
}
@media (max-width: 470px) {
  .faq-items .accordion-box .block .acc-content {
    margin-top: 10px;
  }
}
.faq-items .accordion-box .block .acc-content .text {
  color: var(--white);
  line-height: 26px;
}
.faq-items .accordion-box .block .acc-content.current {
  display: block;
}
.faq-items .accordion-box .block .acc-btn.active .icon:before {
  content: "\f068";
}
.faq-items .accordion-box .block:last-child {
  margin-bottom: 0;
}
.faq-items .active-block {
  background-color: #3655FF !important;
}
.faq-items .active-block .acc-btn {
  color: var(--white) !important;
}
.faq-items .active-block .text {
  color: var(--white);
}
.faq-items .active-block .icon {
  display: none;
}
.faq-items .active-block .icon2 {
  display: block !important;
}
.faq-items .active-block .icon:before {
  content: "\f068";
  color: var(--header);
}

.cta-feature-section {
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  padding: 80px 0;
}
.cta-feature-section .cta-shape {
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
  right: 0;
}

.cta-feature-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cta-feature-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.cta-feature-wrapper .cta-feature-area {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .cta-feature-wrapper .cta-feature-area {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.cta-feature-wrapper .cta-feature-area .icon-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cta-feature-wrapper .cta-feature-area .icon-items .icon {
  width: 56px;
  height: 56px;
  line-height: 56px;
  background-color: var(--white);
  border-radius: 50%;
  text-align: center;
  color: var(--header);
}
.cta-feature-wrapper .cta-feature-area .icon-items .content span {
  font-size: 16px;
  font-weight: 600;
  font-family: "Rethink Sans", sans-serif;
  color: var(--white);
}
.cta-feature-wrapper .cta-feature-area .icon-items .content p {
  font-size: 24px;
  font-weight: 700;
  font-family: "Rethink Sans", sans-serif;
  margin-top: 6px;
}
.cta-feature-wrapper .cta-feature-area .icon-items .content p a {
  color: var(--white);
}
.cta-feature-wrapper .theme-btn {
  background-color: var(--white);
  color: var(--header);
}
.cta-feature-wrapper .theme-btn:hover {
  color: var(--white);
}

.cta-section-3 .container {
  max-width: 1680px;
}
.cta-section-3 .cta-thumb-3 {
  height: 730px;
}
@media (max-width: 1600px) {
  .cta-section-3 .cta-thumb-3 {
    height: 600px;
  }
}
@media (max-width: 1399px) {
  .cta-section-3 .cta-thumb-3 {
    height: 520px;
  }
}
@media (max-width: 1199px) {
  .cta-section-3 .cta-thumb-3 {
    height: 400px;
  }
}
.cta-section-3 .cta-thumb-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-wrapper-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
  border-radius: 30px;
  box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.1);
  padding: 60px;
  margin-top: -100px;
  position: relative;
  z-index: 11;
}
@media (max-width: 1399px) {
  .cta-wrapper-3 {
    padding: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .cta-wrapper-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cta-wrapper-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cta-wrapper-3 .cta-items {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cta-wrapper-3 .cta-items {
    display: inline-grid;
    justify-content: center;
    text-align: center;
    gap: 18px;
  }
}
.cta-wrapper-3 .cta-items .number {
  background-color: var(--header);
  padding: 12px;
  border-radius: 100px;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  font-family: "Rethink Sans", sans-serif;
  transform: rotate(-90deg);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .cta-wrapper-3 .cta-items .number {
    transform: rotate(0deg);
    max-width: 105px;
    margin: 0 auto;
  }
}
.cta-wrapper-3 .cta-items .number span {
  background-color: var(--white);
  padding: 5px 10px;
  line-height: 1;
  display: inline-block;
  border-radius: 100px;
  color: var(--header);
}
.cta-wrapper-3 .cta-items .content .title-2 {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .cta-wrapper-3 .cta-items .content .title-2 {
    font-size: 20px;
  }
}
.cta-wrapper-3 .cta-items .content p {
  max-width: 293px;
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 1600px) {
  .cta-wrapper-3 .cta-items .content p {
    font-size: 14px;
  }
}
.cta-wrapper-3 .cta-items:hover .number {
  background-color: var(--theme-3);
}

.cta-feature-section-3 {
  padding: 80px 0;
  position: relative;
  margin-top: 65px;
}
@media (max-width: 1399px) {
  .cta-feature-section-3 {
    margin-top: 0;
  }
}
.cta-feature-section-3 .left-man {
  position: absolute;
  bottom: 0;
  top: -70px;
  left: 10px;
}
@media (max-width: 1399px) {
  .cta-feature-section-3 .left-man {
    display: none;
  }
}
.cta-feature-section-3 .left-man img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1600px) {
  .cta-feature-section-3 .section-title-area {
    margin-left: 240px;
  }
}
@media (max-width: 1399px) {
  .cta-feature-section-3 .section-title-area {
    margin-left: 0;
  }
}
.cta-feature-section-3 .section-title-area .theme-btn {
  background-color: var(--theme-3);
}

.shipment-banner-section {
  position: relative;
}
.shipment-banner-section .ripple-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(2, 14, 40, 0.7);
  mix-blend-mode: multiply;
}

.shipment-banner-wrapper .content {
  text-align: center;
}
.shipment-banner-wrapper .content h2 {
  color: var(--white);
  position: relative;
  margin-bottom: 14px;
}
.shipment-banner-wrapper .content p {
  color: var(--white);
  font-size: 15px;
  position: relative;
}
.shipment-banner-wrapper .shipment-form-wrap {
  background: #ECF0F1;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  border-radius: 20px;
  padding: 40px 40px;
  margin-top: 58px;
}
@media (max-width: 1199px) {
  .shipment-banner-wrapper .shipment-form-wrap {
    padding: 30px;
    margin-top: 35px;
  }
}
.shipment-banner-wrapper .shipment-form-wrap .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  border-bottom: 1px solid #D8DDE1;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .shipment-banner-wrapper .shipment-form-wrap .nav-tabs {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
.shipment-banner-wrapper .shipment-form-wrap .nav-tabs .nav-item .nav-link {
  display: inline-block;
  padding: 0;
  width: 100%;
  background: transparent;
  border: none;
  font-size: 24px;
  font-weight: 600;
  font-family: "Rethink Sans", sans-serif;
  color: var(--header);
}
@media (max-width: 1199px) {
  .shipment-banner-wrapper .shipment-form-wrap .nav-tabs .nav-item .nav-link {
    font-size: 18px;
  }
}
.shipment-banner-wrapper .shipment-form-wrap .nav-tabs .nav-item .nav-link.active {
  color: var(--theme);
}
.shipment-banner-wrapper .shipment-form-wrap .tab-content {
  padding: 0;
  border: none;
}
.shipment-banner-wrapper .quote-form {
  display: flex;
  align-items: center;
  gap: 18px;
}
.shipment-banner-wrapper .quote-form .form-group {
  position: relative;
  flex: 1;
}
.shipment-banner-wrapper .quote-form .form-group .input-wrap {
  position: relative;
  height: 56px;
  background: #fff;
  border-radius: 40px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-left: 20px;
}
.shipment-banner-wrapper .quote-form .form-group .input-wrap .label {
  width: 28%;
  font-size: 14px;
  color: #020E28;
}
.shipment-banner-wrapper .quote-form .form-group .input-wrap .line {
  width: 1px;
  height: 36px;
  background: #D8DDE1;
}
.shipment-banner-wrapper .quote-form .form-group .input-wrap input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 400;
  color: #202020;
}
.shipment-banner-wrapper .quote-form .form-group .input-wrap input::placeholder {
  color: #8C8C8C;
  opacity: 1;
}
.shipment-banner-wrapper .quote-form .quote-btn {
  min-width: 200px;
  height: 72px;
  border-radius: 40px;
  background: #3F57F5;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  transition: all 0.4s ease;
}
.shipment-banner-wrapper .quote-form .quote-btn i {
  font-size: 14px;
}
.shipment-banner-wrapper .quote-form .quote-btn:hover {
  transform: translateY(-2px);
}
@media (max-width: 991px) {
  .shipment-banner-wrapper .quote-form {
    flex-wrap: wrap;
  }
  .shipment-banner-wrapper .quote-form .form-group {
    width: 100%;
    flex: 0 0 100%;
  }
  .shipment-banner-wrapper .quote-form .quote-btn {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .shipment-banner-wrapper .quote-form .form-group .input-wrap {
    height: 60px;
  }
  .shipment-banner-wrapper .quote-form .form-group .input-wrap .label {
    min-width: 95px;
    padding: 0 18px;
    font-size: 14px;
  }
  .shipment-banner-wrapper .quote-form .form-group .input-wrap input {
    padding: 0 18px;
    font-size: 14px;
  }
  .shipment-banner-wrapper .quote-form .quote-btn {
    height: 60px;
    font-size: 14px;
  }
}

.contact-section {
  padding: 60px;
}
@media (max-width: 1399px) {
  .contact-section {
    padding: 25px;
  }
}
@media (max-width: 1199px) {
  .contact-section {
    padding: 20px;
  }
}

.contact-left-thumb {
  border-radius: 30px;
}
@media (max-width: 1600px) {
  .contact-left-thumb {
    height: 960px;
  }
}
@media (max-width: 991px) {
  .contact-left-thumb {
    height: 500px;
  }
}
.contact-left-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}

.contact-right-content {
  background: var(--white);
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 50px;
  padding: 60px;
  padding-bottom: 80px;
  margin-left: -51%;
  position: relative;
  z-index: 9;
}
@media (max-width: 1399px) {
  .contact-right-content {
    padding: 32px;
  }
}
@media (max-width: 991px) {
  .contact-right-content {
    margin-left: 0;
    padding: 30px;
    border-radius: 20px;
  }
}
.contact-right-content .contact-text {
  font-weight: 600;
  color: var(--header);
  margin-top: 15px;
}
.contact-right-content .contact-form-box {
  margin-top: 30px;
}
.contact-right-content .contact-form-box .title-2 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}
.contact-right-content .contact-form-box .form-clt input, .contact-right-content .contact-form-box .form-clt textarea {
  line-height: 1;
  padding: 20px 20px;
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
  border-radius: 100px;
  border: 1px solid #F6F6F6;
  background: #F6F6F6;
}
.contact-right-content .contact-form-box .form-clt textarea {
  padding-bottom: 120px;
}
.contact-right-content .shipping-filter {
  padding: 0;
  margin-top: 30px;
}
.contact-right-content .shipping-filter .radio-group {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.contact-right-content .shipping-filter .radio-group .radio-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.contact-right-content .shipping-filter .radio-group .radio-item input[type=radio] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.contact-right-content .shipping-filter .radio-group .radio-item .radio-circle {
  width: 14px;
  height: 14px;
  border: 1px solid #D8D8D8;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.contact-right-content .shipping-filter .radio-group .radio-item .radio-circle::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3655FF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease;
}
.contact-right-content .shipping-filter .radio-group .radio-item input[type=radio]:checked + .radio-circle {
  border-color: #3655FF;
}
.contact-right-content .shipping-filter .radio-group .radio-item input[type=radio]:checked + .radio-circle::before {
  transform: translate(-50%, -50%) scale(1);
}
.contact-right-content .shipping-filter .radio-group .radio-item span {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  font-family: "Rethink Sans", sans-serif;
  color: #535353;
}
@media (max-width: 767px) {
  .contact-right-content .shipping-filter .radio-group {
    gap: 20px;
  }
}
.contact-right-content .pro-items {
  width: 100%;
  margin-top: 15px;
}
.contact-right-content .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.contact-right-content .pro-items .pro-head .title {
  color: var(--header);
  font-size: 18px;
  font-weight: 500;
  font-family: "Rethink Sans", sans-serif;
}
.contact-right-content .pro-items .pro-head .point {
  color: var(--header);
  font-size: 18px;
  font-weight: 500;
  font-family: "Rethink Sans", sans-serif;
}
.contact-right-content .pro-items .progress {
  background: #ECF0F1;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  display: flex;
  height: 6px;
  width: 100%;
}
.contact-right-content .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 100px;
  background: var(--theme);
  height: 6px;
  width: 0;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 70%;
  }
}
.contact-right-content .theme-btn {
  margin-top: 40px;
}

.contect-content-2 .contact-text {
  margin-top: 15px;
}
.contect-content-2 .contact-image {
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .contect-content-2 .contact-image {
    display: none;
  }
}
.contect-content-2 .contact-image img {
  width: 100%;
  height: 100%;
}

.contact-section-2 {
  position: relative;
  z-index: 11;
}
.contact-section-2 .contact-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.contact-section-2 .contact-shape-2 {
  position: absolute;
  bottom: 80px;
  left: 20px;
}
.contact-section-2 .contact-right-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
}
.contact-section-2 .contact-right-bg img {
  height: 100%;
}
@media (max-width: 1199px) {
  .contact-section-2 {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .contact-section-2 {
    padding: 80px 0;
  }
}

.contact-right-content-2 {
  background: var(--white);
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  padding: 60px;
  margin: 60px;
  margin-right: -40%;
}
@media (max-width: 1899px) {
  .contact-right-content-2 {
    margin-right: -30%;
  }
}
@media (max-width: 1600px) {
  .contact-right-content-2 {
    margin-right: -10%;
  }
}
@media (max-width: 1399px) {
  .contact-right-content-2 {
    margin-right: 0;
    padding: 40px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .contact-right-content-2 {
    margin-top: 0;
    margin: 0;
    padding: 30px 25px;
  }
}
.contact-right-content-2 .title-text {
  font-size: 36px;
  font-weight: 600;
  color: var(--header);
  font-family: "Rethink Sans", sans-serif;
}
@media (max-width: 991px) {
  .contact-right-content-2 .title-text {
    font-size: 26px;
  }
}
.contact-right-content-2 .contact-form-box {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .contact-right-content-2 .contact-form-box {
    margin-top: 20px;
  }
}
.contact-right-content-2 .contact-form-box .title-2 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}
.contact-right-content-2 .contact-form-box .form-clt input, .contact-right-content-2 .contact-form-box .form-clt textarea {
  line-height: 1;
  padding: 0 20px;
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
  border-radius: 100px;
  border: 1px solid #D8DDE1;
  background: #ECF0F1;
  height: 56px;
  line-height: 56px;
}
.contact-right-content-2 .contact-form-box .form-clt.style-2 {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 991px) {
  .contact-right-content-2 .contact-form-box .form-clt.style-2 {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.contact-right-content-2 .theme-btn {
  width: 100%;
  background-color: var(--theme-2);
  height: 56px;
  line-height: 56px;
  margin-top: 10px;
}
.contact-right-content-2 .theme-btn::before {
  background-color: var(--theme);
}

.quote-wrapper .quote-form-items .top-title {
  font-size: 30px;
  font-weight: 600;
  font-family: "Rethink Sans", sans-serif;
  color: var(--header);
}
.quote-wrapper .quote-form-items .form-clt {
  margin-top: 30px;
}
.quote-wrapper .quote-form-items .form-clt p {
  font-size: 16px;
  font-weight: 500;
  font-family: "Rethink Sans", sans-serif;
  margin-bottom: 18px;
}
.quote-wrapper .quote-form-items .form-clt input, .quote-wrapper .quote-form-items .form-clt textarea {
  display: inline-block;
  border: 1px solid rgb(216, 221, 225);
  background: transparent;
  outline: none;
  height: 54px;
  line-height: 54px;
  padding: 0 20px;
  width: 100%;
  border-radius: 100px;
  color: var(--text);
}
.quote-wrapper .quote-form-items .form-clt textarea {
  height: 190px;
  border-radius: 30px;
}
.quote-wrapper .quote-form-items .form-clt .single-select {
  border: 1px solid rgb(216, 221, 225);
  background: transparent;
  outline: none;
  height: 54px;
  line-height: 54px;
  padding: 0 20px;
  width: 100%;
  border-radius: 100px;
  color: var(--text);
}
.quote-wrapper .quote-form-items .form-clt .single-select::after {
  right: 20px;
}
.quote-wrapper .quote-form-items .form-clt .single-select .list {
  width: 100%;
}
.quote-wrapper .quote-form-items .quote-list {
  margin-top: 55px;
}
.quote-wrapper .quote-form-items .quote-list span {
  color: var(--header);
  font-size: 30px;
  font-family: "Rethink Sans", sans-serif;
  font-weight: 600;
}
.quote-wrapper .quote-form-items .quote-list ul {
  margin-top: 18px;
}
.quote-wrapper .quote-form-items .quote-list ul li {
  font-size: 20px;
  font-weight: 600;
  font-family: "Rethink Sans", sans-serif;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1199px) {
  .quote-wrapper .quote-form-items .quote-list ul li {
    font-size: 16px;
  }
}
.quote-wrapper .quote-form-items .quote-list ul li:not(:last-child) {
  margin-bottom: 8px;
}
.quote-wrapper .quote-form-items .form-items {
  margin-top: 50px;
}
.quote-wrapper .quote-form-items .form-items span {
  color: var(--header);
  font-size: 30px;
  font-family: "Rethink Sans", sans-serif;
  font-weight: 600;
}
.quote-wrapper .quote-form-items .form-items .bottom-itemss {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .quote-wrapper .quote-form-items .form-items .bottom-itemss {
    flex-wrap: wrap;
    gap: 18px;
  }
}
.quote-wrapper .quote-form-items .form-items .bottom-itemss .icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.quote-wrapper .quote-form-items .form-items .bottom-itemss .icon p {
  font-size: 14px;
  color: var(--header);
}
.quote-wrapper .quote-form-items .form-items .bottom-itemss .theme-btn {
  background-color: var(--theme-2);
}
.quote-wrapper .quote-form-items .form-items .bottom-itemss .theme-btn::before {
  background: var(--header);
}
.quote-wrapper .details-contact-bg {
  padding: 40px 30px;
  border-radius: 30px;
  margin-bottom: 40px;
}
.quote-wrapper .details-contact-bg .side-title {
  font-size: 24px;
  font-weight: 600;
  font-family: "Rethink Sans", sans-serif;
  display: inline-block;
  color: var(--header);
  line-height: 130%;
}
.quote-wrapper .details-contact-bg .s-line {
  display: inline-block;
  height: 1px;
  width: 100%;
  background: #D8DDE1;
  position: relative;
  margin-top: 20px;
}
.quote-wrapper .details-contact-bg .s-line::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 32%;
  background: var(--theme-2);
}
.quote-wrapper .details-contact-bg .contact-dec {
  margin-top: 20px;
}
.quote-wrapper .details-contact-bg .contact-dec p {
  color: var(--header);
  margin-bottom: 15px;
}
.quote-wrapper .details-contact-bg .contact-dec a {
  font-size: 24px;
  font-weight: 600;
  font-family: "Rethink Sans", sans-serif;
  color: var(--header);
  display: block;
}
.quote-wrapper .contact-bg-items {
  padding: 40px 30px;
  border-radius: 30px;
}
.quote-wrapper .contact-bg-items .contact-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 135%;
  color: var(--white);
  font-family: "Rethink Sans", sans-serif;
}
.quote-wrapper .contact-bg-items .text {
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 30px;
}
.quote-wrapper .contact-bg-items .number {
  font-size: 18px;
  font-weight: 600;
  font-family: "Rethink Sans", sans-serif;
  color: var(--white);
  margin-bottom: 15px;
}
.quote-wrapper .contact-bg-items .number a {
  color: var(--white);
}
.quote-wrapper .contact-bg-items .theme-btn {
  background-color: var(--theme-2);
  margin-top: 20px;
}
.quote-wrapper .contact-bg-items .theme-btn::before {
  background-color: var(--white);
}
.quote-wrapper .contact-bg-items .theme-btn:hover {
  color: var(--header);
}

.contact-flag-wrap-in {
  border-top: 1px solid #D8DDE1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .contact-flag-wrap-in {
    flex-wrap: wrap;
    gap: 30px;
    padding: 40px 25px;
  }
}
@media (max-width: 575px) {
  .contact-flag-wrap-in {
    justify-content: center;
    text-align: center;
  }
}
.contact-flag-wrap-in .flag-items {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1600px) {
  .contact-flag-wrap-in .flag-items {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 1199px) {
  .contact-flag-wrap-in .flag-items {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .contact-flag-wrap-in .flag-items {
    padding: 0;
  }
}
.contact-flag-wrap-in .flag-items .flag-content {
  margin-top: 30px;
}
.contact-flag-wrap-in .flag-items .flag-content p {
  font-size: 16px;
  font-weight: 500;
  font-family: "Rethink Sans", sans-serif;
  color: var(--text);
}
.contact-flag-wrap-in .flag-items .flag-content p a {
  color: var(--text);
}
.contact-flag-wrap-in .line {
  background-color: #D8DDE1;
  width: 1px;
  height: 350px;
  display: inline-block;
}
@media (max-width: 991px) {
  .contact-flag-wrap-in .line {
    display: none;
  }
}

.google-map-items iframe {
  width: 100%;
  height: 640px;
}
@media (max-width: 991px) {
  .google-map-items iframe {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .google-map-items iframe {
    height: 400px;
  }
}

.rech-contact-content-in .section-title .title {
  font-size: 46px;
}
.rech-contact-content-in .rech-content {
  margin-top: 25px;
}
.rech-contact-content-in .rech-content p {
  font-size: 16px;
  font-weight: 500;
  font-family: "Rethink Sans", sans-serif;
  color: var(--text);
}
.rech-contact-content-in .rech-content p a {
  color: var(--text);
}
.rech-contact-content-in .rech-img {
  margin-top: 140px;
}
@media (max-width: 991px) {
  .rech-contact-content-in .rech-img {
    margin-top: 35px;
  }
}
.rech-contact-content-in .rech-img img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.contact-form-box-in {
  margin-left: 35px;
}
@media (max-width: 1399px) {
  .contact-form-box-in {
    margin-left: 0;
  }
}
.contact-form-box-in .title-2 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
.contact-form-box-in .form-clt input, .contact-form-box-in .form-clt textarea {
  line-height: 1;
  padding: 0 20px;
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
  border-radius: 100px;
  border: 1px solid #D8DDE1;
  background: transparent;
  height: 52px;
  line-height: 52px;
}
.contact-form-box-in .form-clt .single-select {
  line-height: 1;
  padding: 0 20px;
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
  border-radius: 100px;
  border: 1px solid #D8DDE1;
  background: transparent;
  height: 52px;
  line-height: 52px;
}
.contact-form-box-in .form-clt .single-select .list {
  width: 100%;
}
.contact-form-box-in .form-clt textarea {
  padding-bottom: 170px;
  border-radius: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.contact-form-box-in .btn-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .contact-form-box-in .btn-area {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.contact-form-box-in .btn-area .form-check .form-check-input {
  float: left;
  margin-left: -10px;
  transform: translateY(4px);
}
.contact-form-box-in .btn-area .form-check .form-check-label {
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
  margin-left: 10px;
}
.contact-form-box-in .btn-area .theme-btn {
  background-color: var(--theme-2);
}
.contact-form-box-in .btn-area .theme-btn::before {
  background-color: var(--header);
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #FBF3E6;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 0;
}

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

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.sticky-style {
  position: sticky !important;
  top: 100px;
}

.p-relative {
  position: relative;
}

.swiper-dot {
  position: relative;
}
.swiper-dot .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  transition: 0.6s;
  background-color: #E6E8EB;
  opacity: 1;
  border-radius: 10px;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 5px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-3);
  transition: 0.6s;
  position: relative;
  width: 30px;
}

/* ================================
   Split Text Styles
================================ */
.split-title .word {
  display: inline-block;
  white-space: nowrap;
}

/* char animation */
.split-title .char {
  display: inline-block;
  transform-origin: left center;
  clip-path: inset(0 100% 0 0);
  opacity: 0;
}

.array-button {
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 999;
}
.array-button .array-prev, .array-button .array-next {
  border: 1px solid rgb(12, 47, 37);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  border-radius: 50%;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
@media (max-width: 991px) {
  .array-button .array-prev, .array-button .array-next {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
  }
}
.array-button .array-prev:hover, .array-button .array-next:hover {
  background-color: var(--theme);
  color: var(--theme-2);
}
@media (max-width: 1199px) {
  .array-button .array-line {
    display: none;
  }
}

.page-nav-wrap {
  margin-top: 60px;
}
.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li.active .page-numbers {
  background-color: var(--theme-2);
  color: var(--white);
  border: 1px solid #D8DDE1;
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme);
  color: var(--header);
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 100px;
  border: 1px solid #D8DDE1;
  background: transparent;
  color: var(--header);
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin: 0 5px;
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--theme-2);
  color: var(--white);
  border: 1px solid var(--theme-2);
}

.clip-animation {
  width: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
  overflow: hidden;
  position: relative;
}

.clip-animation .clip-animation-img {
  opacity: 0;
  width: 100%;
  height: 100%;
}

.clip-animation > * {
  grid-area: 1/1/2/2;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.text_invert > div {
  background-image: linear-gradient(to right, rgb(137, 137, 137) 50%, rgb(137, 137, 137) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.text_invert-2 > div {
  background-image: linear-gradient(to right, rgb(2, 14, 40) 50%, rgb(137, 137, 137) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}/*# sourceMappingURL=main.css.map */