@font-face {
  font-family: "Rajdhani";
  src:
    url("../web-fonts/rajdhani/Rajdhani-Light.woff2") format("woff2"),
    url("../web-fonts/rajdhani/Rajdhani-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rajdhani-Bold";
  src:
    url("../web-fonts/rajdhani/Rajdhani-Bold.woff2") format("woff2"),
    url("../web-fonts/rajdhani/Rajdhani-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rajdhani-Medium";
  src:
    url("../web-fonts/rajdhani/Rajdhani-Medium.woff2") format("woff2"),
    url("../web-fonts/rajdhani/Rajdhani-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rajdhani-Regular";
  src:
    url("../web-fonts/rajdhani/Rajdhani-Regular.woff2") format("woff2"),
    url("../web-fonts/rajdhani/Rajdhani-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TitilliumWeb-Bold";
  src:
    url("../web-fonts/TitilliumWeb-Bold.woff2") format("woff2"),
    url("../web-fonts/TitilliumWeb-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TitilliumWeb-Light";
  src:
    url("../web-fonts/TitilliumWeb-Light.woff2") format("woff2"),
    url("../web-fonts/TitilliumWeb-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TitilliumWeb-Regular";
  src:
    url("../web-fonts/TitilliumWeb-Regular.woff2") format("woff2"),
    url("../web-fonts/TitilliumWeb-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TitilliumWeb-SemiBold";
  src:
    url("../web-fonts/TitilliumWeb-SemiBold.woff2") format("woff2"),
    url("../web-fonts/TitilliumWeb-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src:
    url("../web-fonts/roboto/Roboto-ExtraBold.woff2") format("woff2"),
    url("../web-fonts/roboto/Roboto-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src:
    url("../web-fonts/roboto/Roboto-Bold.woff2") format("woff2"),
    url("../web-fonts/roboto/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src:
    url("../web-fonts/roboto/Roboto-Light.woff2") format("woff2"),
    url("../web-fonts/roboto/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Regular";
  src:
    url("../web-fonts/roboto/Roboto-Regular.woff2") format("woff2"),
    url("../web-fonts/roboto/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src:
    url("../web-fonts/roboto/Roboto-Black.woff2") format("woff2"),
    url("../web-fonts/roboto/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 24pt";
  src:
    url("../web-fonts/inter/Inter24pt-Bold.woff2") format("woff2"),
    url("../web-fonts/inter/Inter24pt-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 24pt";
  src:
    url("../web-fonts/inter/Inter24pt-BlackItalic.woff2") format("woff2"),
    url("../web-fonts/inter/Inter24pt-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter 24pt";
  src:
    url("../web-fonts/inter/Inter24pt-Medium.woff2") format("woff2"),
    url("../web-fonts/inter/Inter24pt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 24pt";
  src:
    url("../web-fonts/inter/Inter24pt-Light.woff2") format("woff2"),
    url("../web-fonts/inter/Inter24pt-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter-Regular";
  src:
    url("../web-fonts/inter/Inter24pt-Regular.woff2") format("woff2"),
    url("../web-fonts/inter/Inter24pt-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*reset start*/
:root {
  --primary-color: #bd000d;
  --black-color: #000;
  --white-color: #fff;
  --font-family-rg: "Inter-Regular", sans-serif;
  --font-family-bold: "Roboto-Regular", sans-serif;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  color: var(--black-color);
  font-size: 62.5% !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -font-smoothing: antialiased;
  font-family: var(--font-family-rg), sans-serif !important;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

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

ul li {
  list-style: none;
}

img {
  border: none;
  outline: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  outline: none;
  background: transparent;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

p,
li {
  font-size: 1.6em;
  color: var(--gray-color);
  font-family: var(--font-family-rg);
  line-height: 1.3;
  letter-spacing: 1px;
  word-break: break-word;
}

input:focus,
.input {
  outline: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
select,
textarea {
  font-family: var(--font-rg);
  font-size: 1.8em;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
  font-family: "TitilliumWeb-Bold", sans-serif;
  /* word-spacing: 0.2em; */
  word-break: break-word;
  margin-bottom: 0;
  color: var(--black-color);
  margin-top: 0 !important;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2.3em;
}

h3 {
  font-size: 2.1em;
}

h4 {
  font-size: 1.8em;
}

h5 {
  font-size: 1.5em;
}

h6 {
  font-size: 1.3em;
}

main,
section,
header,
nav,
footer,
aside,
figure,
figcaption,
article,
hgroup {
  display: block;
}

textarea {
  resize: none;
  outline: none;
}

select {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear {
  clear: both;
}

.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

p:empty {
  display: none;
}

::-moz-selection {
  background: var(--primary-color);
  color: #fff;
  text-shadow: none;
  padding: 1em 0;
}

::selection {
  background: var(--black-color);
  color: #fff;
  text-shadow: none;
}

::-webkit-input-placeholder {
  color: #6a6969 !important;
}

::-moz-placeholder {
  color: #6a6969 !important;
  opacity: 1;
}

:-moz-placeholder {
  color: #6a6969 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #6a6969 !important;
}

input:-moz-placeholder {
  box-shadow: none !important;
}

select::-ms-expand {
  display: none;
}

button,
button:active,
button:focus {
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
  background-color: transparent !important;
  --webkit-box-shadow: 0 0 0 1000px white inset !important;
  --webkit-text-fill-color: #555555 !important;
}

select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:active,
select:-webkit-autofill:focus {
  background-color: transparent !important;
  --webkit-box-shadow: 0 0 0 1000px white inset !important;
  --webkit-text-fill-color: #555555 !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.scroll-top {
  position: fixed;
  bottom: 80px;
  right: 20px;
  background: rgba(227, 44, 39, 1);
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s ease;
  text-align: center;
  color: #fff;
  z-index: 100;
}

.scroll-top i {
  line-height: 40px;
}

.theme-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-weight: 700;
  font-size: 15px;
  color: var(--white-color);
  text-transform: capitalize;
  padding: 7px 20px;
  border-radius: 30px;
  border: 1px solid var(--primary-color);
  font-family: "TitilliumWeb-Regular", sans-serif;
  background-color: var(--primary-color);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  gap: 10px;
  z-index: 1;
}

.theme-btn::after {
  content: "";
  background-color: var(--black-color);
  position: absolute;
  transition: all 0.3s ease-in;
  z-index: -1;
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(30deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
  border: none;
}

.theme-btn:hover::after {
  height: 100%;
  width: 135%;
}

.theme-btn:hover {
  color: var(--white-color);
}

.theme-btn > span {
  position: relative;
  width: 48px;
  height: 48px;
  background-color: rgba(var(--white-color), 0.2);
  border-radius: 50%;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thm-btn > span::after {
  position: absolute;
  top: 0;
  left: 2px;
  right: 0;
  bottom: 0;
  padding-top: inherit;
  padding-bottom: inherit;
  content: "\e911";
  font-family: "icomoon" !important;
  font-size: 15px;
  text-align: center;
  transition: 0.2s;
  transform-origin: 50% 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-btn:hover > span::after {
  -webkit-animation: bounceright 0.3s alternate ease infinite;
  animation: bounceright 0.3s alternate ease infinite;
}
.container {
  max-width: 1250px;
}

header {
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  position: relative;
  background: #fff;
  z-index: 99;
}

header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  animation: smoothScroll 0.5s forwards;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

header .theme-btn {
  padding: 7px 12px;
  font-size: 13px;
}
.alert {
  font-size: 13px;
}

.language-switcher {
  background: url(https://techiedom.in/qdee/public/assets/images/google-icon.png)
    no-repeat 2px / 17px;
  padding: 5px 2px 5px 20px;
  border: var(--bs-border-width) solid var(--bs-border-color);
}
.language-switcher .form-select {
  cursor: pointer;
  border: none;
  font-size: 12px;
  padding-right: 15px;
  background-position: right;
  padding-left: 5px;
}
.language-switcher .form-select:focus {
  outline: none;
  box-shadow: none;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

.goog-te-gadget {
  font-size: 0 !important;
  display: none !important;
}

.skiptranslate.goog-te-gadget span {
  display: none !important;
}

.goog-te-banner-frame {
  display: none !important;
}

.translated-ltr body,
.translated-rtl body {
  top: 0 !important;
}

/*===============================================================
reset ends
=================================================================*/

.navbar-brand img {
  height: 50px;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-size: 14px;
  padding: 0px;
  text-transform: uppercase;
  outline: none;
  font-family: "TitilliumWeb-Bold", sans-serif;
}

@media (min-width: 1400px) {
  .navbar-light .navbar-nav li {
    padding: 10px 8px;
  }
}
@media (max-width: 1399.98px) {
  .navbar-light .navbar-nav li {
    padding: 10px 5px;
  }
}
@media (min-width: 1400px) {
  .navbar-light .navbar-nav li {
    padding: 10px 8px;
  }
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary-color);
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    /* padding: 10px 0; */
  }

  .navbar-light .navbar-nav {
    border-top: 1px solid #eeeeee;
  }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
  height: 75px;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: 0.5s;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

.user_login .dropdown-menu {
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0 10px 60px 0 #00000012;
  padding: 0;
}

.user_login .dropdown-menu li a {
  color: var(--black-color);
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  position: relative;
  transition: 0.5s;
  border-bottom: 1px solid #cccccc80;
}

.user_login .dropdown-menu li:last-child a {
  border: none;
}

.user_login .dropdown-menu li a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h5 {
  color: var(--primary-color);
  font-size: 25px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.section-title h2 {
  color: var(--black-color);
  font-size: 45px;
  font-weight: 700;
  text-transform: capitalize;
}

.swiper-container {
  width: 100%;
  overflow: hidden;
  height: calc(100vh - 100px);
}

.home-slider h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -2.4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.home-slider h4 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: -2.4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.home-slider p {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -2.4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.home-slider h5 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 40px;
  letter-spacing: -0.4px;
}

.home-slider h4 span:last-child {
  font-size: 40px;
  color: var(--primary-color);
  text-shadow: 0 0 5px var(--white-color);
}

.home-slider h5 span:last-child {
  font-size: 70px;
  margin-left: 5px;
  color: var(--primary-color);
  text-shadow: 0 0 5px var(--white-color);
}

.home-slider h3 span:last-child {
  font-size: 70px;
  margin-left: 5px;
  color: var(--primary-color);
  text-shadow: 0 0 5px var(--white-color);
}

.home-slider .swiper-content {
  max-width: 1300px;
  margin: 0 0 0 65px;
  position: relative;
  z-index: 99;
}

.home-slider .swiper-slide:before {
  content: "";
  background: linear-gradient(
    90deg,
    rgb(15, 27, 36) 12.37%,
    rgba(57, 103, 138, 0)
  );
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* [data-swiper-slide-index="0"] */
.home-slider .swiper-slide .image {
  transform: scale(1);
  transition: all 10s ease-in-out;
  transition-delay: 0s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-slider .swiper-slide-active.swiper-slide .image {
  transform: scale(1.2);
}

.home-slider .swiper-slide .title {
  opacity: 0;
}

.home-slider .swiper-slide-active.swiper-slide .title {
  animation: fade-show-right 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

.home-slider .swiper-slide .subtitle {
  opacity: 0;
}

.home-slider .swiper-slide-active.swiper-slide .subtitle {
  animation: fade-show-right 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}

.home-slider .swiper-slide .text {
  opacity: 0;
}

.home-slider .swiper-slide-active.swiper-slide .text {
  animation: fade-show-down 0.5s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}

.home-slider .swiper-slide .btn {
  opacity: 0;
}

.home-slider .swiper-slide-active.swiper-slide .btn {
  animation: bounce 1s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

@keyframes fade-show-right {
  0% {
    transform: translateX(20px);
    opacity: 0;
  }

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

@keyframes fade-show-down {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }

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

@keyframes bounce {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  25% {
    transform: scale(0.9);
  }

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

  75% {
    transform: scale(0.9);
  }

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

.swiperButton {
  position: absolute;
  z-index: 20;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  color: #fff;
}

.content h2 {
  color: var(--white-color);
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 10px;
}

.content h4 {
  color: var(--white-color);
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}

.content p {
  color: var(--white-color);
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 30px;
}

.content button {
  background-color: var(--primary-color);
  color: var(--white-color);
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 30px;
  cursor: pointer;
}

.content button:hover {
  background-color: var(--black-color);
  color: var(--white-color);
}

.ft1-tracking-section {
  position: relative;
  margin-top: -60px;
  z-index: 99999;
}

.ft1-tracking-section .inner-container {
  position: relative;
  padding: 0px 30px;
  overflow: hidden;
  background-color: #002a34;
}

.ft1-tracking-section .tracking-column {
  position: relative;
}

.ft1-tracking-section .tracking-column .inner-column {
  position: relative;
  padding: 10px 0px;
}

/* Tracking Form */
.tracking-form {
  position: relative;
}
/* 
.tracking-form .theme-btn {
  width: 100%;
} */

.tracking-form .form-group {
  position: relative;
  margin: 0px;
  width: 100%;
  padding-right: 220px;
}

.tracking-form .form-group input[type="text"],
.tracking-form .form-group input[type="search"] {
  position: relative;
  line-height: 43px;
  padding: 10px 20px 10px 30px;
  background: none;
  display: block;
  font-size: 14px;
  height: 56px;
  width: 100%;
  color: #f6f6f6;
  border-radius: 5px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border: 2px solid rgba(255, 255, 255, 0.3);
  font-family: "Roboto", sans-serif;
}

.tracking-form .form-group input::-webkit-input-placeholder {
  color: #f6f6f6;
}

.tracking-form .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
}

.ft1-tracking-section .featured-column {
  position: relative;
}

.ft1-tracking-section .featured-column .inner-column {
  position: relative;
  padding: 10px 0px 10px 30px;
}

.ft1-tracking-section .featured-column .inner-column:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 150%;
  background-color: #ec0000;
}

.ft1-tracking-section
  .featured-column
  .feature-block:first-child
  .inner-box::before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 2px;
  border-right: 2px solid #b00000;
}

.feature-block {
  position: relative;
  align-items: center;
  display: inline-grid;
}
.feature-block a:hover {
  opacity: 0.9;
}

.feature-block .inner-box {
  position: relative;
}

.feature-block .inner-box .icon {
  position: relative;
  color: #ffffff;
  line-height: 1em;
  font-size: 44px;
  margin-bottom: 20px;
  display: inline-block;
  font-family: "flaticon";
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.feature-block .inner-box i {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
}

.feature-block .inner-box h6 {
  color: #ffffff;
  font-weight: 500;
  font-size: 22px;
  display: block;
}

.feature-block .inner-box:hover .icon {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.ft-case-study-section {
  overflow: hidden;
}

.ft-case-study-items {
  width: 33.3%;
  border-right: 1px solid #8a8a8a;
}

.ft-case-study-items .ft-case-study-img:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: rgba(0, 0, 0, 0.3);
}

.ft-case-study-items:hover .ft-case-study-img:before {
  background-color: rgba(0, 67, 135, 0.85);
}

.ft-case-study-items .ft-case-study-text {
  padding: 0px 25px;
  bottom: -25px;
  font-size: xx-small;

  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.ft-case-study-items:hover .ft-case-study-text {
  bottom: 90px;
}

.ft-case-study-items .ft-case-study-text .serial-no {
  color: #fa4318;
  font-size: 20px;
  font-weight: 500;
}

.ft-case-study-items .ft-case-study-text h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.ft-case-study-items .ft-case-study-text h3 a {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  padding: 25px 0px 25px;
}

.ft-case-study-items .ft-case-study-text p {
  opacity: 0;
  color: #fff;
  line-height: 1.688;
  padding-bottom: 35px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.ft-case-study-items:hover .ft-case-study-text p {
  opacity: 1;
}

.ft-case-study-items .more-btn {
  left: 25px;
  bottom: 40px;
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.6);
}

@media (min-width: 1400px) {
  .ft-case-study-items .ft-case-study-text {
    padding: 0px 70px;
  }
  .ft-case-study-items .more-btn {
    left: 60px;
  }
}

.how-it-work .nav-tabs {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
  border: none;
}

.how-it-work .nav-tabs .nav-link {
  color: var(--black-color);
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #9a9a9a;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  font-family: "TitilliumWeb-Bold", sans-serif;
}

.how-it-work .nav-tabs .nav-link:hover,
.how-it-work .nav-tabs .nav-link.active {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}

.process-section {
  padding: 0;
}

.step-box {
  position: relative;
  padding-right: 100px;
  margin-bottom: 60px;
  text-align: end;
}

.step-box:last-child {
  margin-bottom: 0;
}

.step-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;

  padding: 5px;
  z-index: 1;
  width: 85px;
  height: 85px;
  margin-right: -25px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 1.045px 9.945px 40px 0px rgba(68, 68, 68, 0.15);
  box-shadow: 1.045px 9.945px 40px 0px rgba(68, 68, 68, 0.15);
  align-items: center;
  display: flex;
  justify-content: center;
}
.step-icon:before {
  top: 10px;
  left: 10px;
  content: "";
  z-index: -1;
  width: 65px;
  height: 65px;
  position: absolute;
  border-radius: 100%;
  background-color: #ffebe8;
}
.step-icon i {
  font-size: 40px;
  line-height: 0.75;
  color: #ea1e00;
}

.step-box::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 60px;
  width: 2px;
  height: calc(100% - -1px);
  background: #ffebe8;
}

.step-box:last-child::after {
  display: none;
}

.step-title {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.step-desc {
  font-size: 15px;
  line-height: 1.7;
  padding: 10px 0;
}

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

@media (max-width: 991px) {
  .step-box {
    padding-right: 0;
    padding-left: 70px;
    text-align: start;
    margin-bottom: 30px;
  }

  .step-icon {
    left: 0;
    right: auto;
  }

  .step-box::after {
    left: 20px;
    right: auto;
  }
}

/*** 

====================================================================
		Work Section
====================================================================

***/
.icon-dotted-map-2 {
  width: 987px;
  height: 478px;
  background-image: url(../images/dotted-map-2.png);
}

.anim-icons {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.anim-icons .icon {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.zoom-one {
  -webkit-animation: zoom-one 10s infinite linear;
  animation: zoom-one 10s infinite linear;
}

.work-section {
  position: relative;
  padding: 120px 0 90px;
}

.about-us.work-section {
  position: relative;
  padding: 20px 0 90px;
}

.work-section .icon-dotted-map-2 {
  right: 0;
  margin: 0 auto;
  top: 220px;
}

.work-section .icon-plane-1 {
  top: 150px;
  left: 100%;
  margin-left: 130px;
}

.work-block {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 50px;
}

.work-block:last-child .icon-box:after {
  display: none;
}

.work-block .inner-box {
  position: relative;
}

.work-block .inner-box:hover .icon-box {
  background-color: var(--bg-theme-color2);
}

.work-block .inner-box:hover .icon-box .icon {
  color: var(--primary-color);
  -webkit-transform: rotate(180deg) scale(-1);
  transform: rotate(180deg) scale(-1);
}

.work-block .icon-box {
  position: relative;
  height: 190px;
  width: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  margin: 0 auto 30px;
  background-color: #ffffff;
}

.work-block .icon-box:before {
  position: absolute;
  right: -30px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  z-index: -1;
  background-color: var(--primary-color);
  content: "";
}

.work-block .icon-box:after {
  position: absolute;
  left: 100%;
  height: 10px;
  width: 140px;
  background-image: url(../images/dots.png);
  background-repeat: no-repeat;
  content: "";
  margin-left: 45px;
}

.work-block .icon-box .count {
  position: absolute;
  left: 0;
  top: 0;
  height: 65px;
  width: 65px;
  font-size: 20px;
  color: #767676;
  background-color: #eee9e3;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
}

.work-block .icon-box .icon {
  color: var(--theme-color2);
  font-size: 72px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.work-block .title {
  position: relative;
  font-size: 24px;
  color: var(--theme-color1);
  font-weight: 700;
  padding-top: 25px;
}

.work-block .title:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 7px;
  width: 185px;
  content: "";
  background-color: var(--bg-theme-color2);
}

/*** 



/*** 

====================================================================
    Services Section
====================================================================

***/

.services-section {
  position: relative;
  padding: 120px 0 100px;
  z-index: 1;
}

.services-section .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-height: 454px;
}

.services-section .bg-image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(12, 12, 12, 0.8);
  content: "";
}

.services-section .icon-wave-line {
  left: -620px;
  bottom: -90px;
}

.service-block {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.service-block .inner-box {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}

.service-block .inner-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.service-block .content-box {
  position: relative;
  padding: 20px 30px 35px;
  background-color: #ffffff;
}

.service-block .content-box .icon {
  position: absolute;
  right: 20px;
  top: -20px;
  height: 70px;
  width: 70px;
  background: var(--primary-color);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 42px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .content-box .sub-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #767676;
}

.service-block .content-box .title {
  color: var(--theme-color1);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-block .content-box .title a {
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .content-box .title a:hover {
  color: var(--theme-color2);
}

.service-block .content-box .text {
  font-size: 15px;
  color: #767676;
  min-height: 100px;
}

.service-block .image-box {
  position: relative;
  height: 220px;
}

.service-block .image-box .image {
  overflow: hidden;
  margin-bottom: 0;
}

.service-block .image-box .image img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/***




/*---------------------------------------------------- */
/*why choose area*/
/*----------------------------------------------------*/
.ft-why-choose-section {
  z-index: 1;
  padding-bottom: 80px;
}

.ft-why-choose-section:before {
  top: 0;
  right: 0;
  width: 50.7%;
  z-index: -1;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #fff;
}

.ft-why-choose-text-area .ft-section-title {
  max-width: 600px;
  padding-left: 100px;
}

.ft-why-choose-feature-wrapper {
  padding-top: 18px;
  padding-left: 45px;
}

.ft-why-choose-feature-item {
  margin-bottom: 25px;
}

.ft-why-choose-feature-item .ft-why-choose-feature-icon {
  z-index: 1;
  width: 85px;
  height: 85px;
  margin-right: 23px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 1.045px 9.945px 40px 0px rgba(68, 68, 68, 0.15);
  box-shadow: 1.045px 9.945px 40px 0px rgba(68, 68, 68, 0.15);
}

.ft-why-choose-feature-item .ft-why-choose-feature-icon i {
  font-size: 40px;
  line-height: 0.75;
  color: #ea1e00;
}

.ft-why-choose-feature-item .ft-why-choose-feature-icon:before {
  top: 10px;
  left: 10px;
  content: "";
  z-index: -1;
  width: 65px;
  height: 65px;
  position: absolute;
  border-radius: 100%;
  background-color: #ffebe8;
}

.ft-why-choose-feature-item .ft-why-choose-feature-text h3 {
  color: #00044b;
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 10px;
}

.ft-why-choose-feature-item .ft-why-choose-feature-text ul {
  margin-left: 20px;
}

.ft-why-choose-feature-item .ft-why-choose-feature-text li {
  line-height: 1.5;
  font-size: 16px;
  list-style: disc;
}

.ft-why-choose-section-2 {
  z-index: 1;
  overflow: hidden;
  padding: 115px 0px 250px;
}

.ft-why-choose-section-2 .why-choose-img-2 {
  right: 0;
  bottom: 75px;
}

.ft-why-choose-section-2 .why-choose-bg-2 {
  top: 0;
  left: 0;
  opacity: 0.07;
  z-index: -1;
  position: absolute;
}

.ft-why-choose-section-2 .ft-why-choose-text-2 {
  padding-top: 50px;
}

.ft-why-choose-list-wrapper {
  max-width: 460px;
  margin-top: 42px;
}

.ft-why-choose-list-wrapper li {
  color: #0b0b0b;
  font-size: 18px;
  padding-left: 35px;
  margin-bottom: 15px;
  position: relative;
  font-family: "Poppins";
}

.ft-why-choose-list-wrapper li:last-child {
  margin-bottom: 0;
}

.ft-why-choose-list-wrapper li:before {
  top: 2px;
  left: 0;
  font-size: 18px;
  color: #008eff;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}

.ft-why-choose-form-wrapper {
  padding-left: 35px;
}

.ft-why-choose-form {
  max-width: 455px;
  padding: 45px 30px 45px;
  background-color: #080c24;
}

.ft-why-choose-form .wc-input {
  margin-bottom: 20px;
}

.ft-why-choose-form .wc-input span {
  color: #fff;
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
}

.ft-why-choose-form .wc-input select,
.ft-why-choose-form .wc-input input {
  width: 100%;
  height: 48px;
  border: none;
  border: none;
  color: #d0cfcf;
  font-size: 14px;
  border-radius: 5px;
  padding-left: 15px;
  -webkit-appearance: none;
  background-color: #494d62;
}

.ft-why-choose-form .wc-input select::-webkit-input-placeholder,
.ft-why-choose-form .wc-input input::-webkit-input-placeholder {
  color: #d0cfcf;
}

.ft-why-choose-form .wc-input select::-moz-placeholder,
.ft-why-choose-form .wc-input input::-moz-placeholder {
  color: #d0cfcf;
}

.ft-why-choose-form .wc-input select:-ms-input-placeholder,
.ft-why-choose-form .wc-input input:-ms-input-placeholder {
  color: #d0cfcf;
}

.ft-why-choose-form .wc-input select::-ms-input-placeholder,
.ft-why-choose-form .wc-input input::-ms-input-placeholder {
  color: #d0cfcf;
}

.ft-why-choose-form .wc-input select::placeholder,
.ft-why-choose-form .wc-input input::placeholder {
  color: #d0cfcf;
}

.ft-why-choose-form .wc-select:before {
  top: 13px;
  right: 12px;
  color: #d0cfcf;
  font-size: 15px;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}

.ft-why-choose-form .wc-input-range {
  margin-bottom: 20px;
}

.ft-why-choose-form .wc-input-range span {
  color: #fff;
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
}

.ft-why-choose-form .wc-input-range #slider-range {
  height: 7px;
  width: 300px;
  border: none;
  border-radius: 0;
  margin-right: 15px;
  background-color: #adaeb0;
}

.ft-why-choose-form .wc-input-range #slider-range .ui-widget-header {
  background-color: #fa4318;
}

.ft-why-choose-form .wc-input-range #slider-range .ui-slider-handle {
  top: -10px;
  width: 27px;
  height: 27px;
  margin-left: 0;
  cursor: pointer;
  margin-bottom: 0;
  border-radius: 100%;
  border: 5px solid #fa4318;
}

.ft-why-choose-form .wc-input-range #slider-range .ui-slider-handle:focus {
  outline: none;
}

.ft-why-choose-form .wc-input-range .range-value input {
  width: 100px;
  height: 40px;
  border: none;
  color: #d0cfcf;
  border-radius: 5px;
  padding-left: 15px;
  background-color: #494d62;
}

.ft-why-choose-form button {
  color: #fff;
  height: 48px;
  border: none;
  width: 185px;
  margin-top: 5px;
  font-weight: 700;
  border-radius: 5px;
  border-radius: 5px;
  background-color: #008eff;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.ft-why-choose-form button:hover {
  background-color: #fa4318;
}

.ft-why-choose-form p {
  color: #fff;
  font-size: 14px;
  padding-top: 15px;
}

.ft-why-choose-form p a {
  color: #008eff;
}

.ft-thx-why-choose-us-section {
  padding: 110px 0px 90px;
  background-color: #fafbff;
}

.pr-an-why-choose-feature-item {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 0px 25px 40px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-box-shadow: 1.782px 0.908px 30px 0px rgba(118, 117, 117, 0.1);
  box-shadow: 1.782px 0.908px 30px 0px rgba(118, 117, 117, 0.1);
}

.pr-an-why-choose-feature-item .pr-an-why-choose-ft-icon {
  width: 60px;
  height: 60px;
  background-color: #fbdad2;
  border-bottom-left-radius: 5px;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  border-bottom-right-radius: 5px;
}

.pr-an-why-choose-feature-item .pr-an-why-choose-ft-icon i {
  font-size: 30px;
  color: #ea1e00;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

.pr-an-why-choose-feature-item .pr-an-why-choose-ft-text {
  padding-top: 30px;
}

.pr-an-why-choose-feature-item .pr-an-why-choose-ft-text h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000d51;
  padding-bottom: 15px;
}

.pr-an-why-choose-feature-item:hover {
  -webkit-box-shadow: 1.782px 0.908px 30px 0px rgba(118, 117, 117, 0.2);
  box-shadow: 1.782px 0.908px 30px 0px rgba(118, 117, 117, 0.2);
}

.pr-an-why-choose-feature-item:hover .pr-an-why-choose-ft-icon {
  background-color: #000d51;
  -webkit-box-shadow: 1.809px 12.873px 30px 0px rgba(241, 70, 41, 0.2);
  box-shadow: 1.809px 12.873px 30px 0px rgba(241, 70, 41, 0.2);
}

.pr-an-why-choose-feature-item:hover .pr-an-why-choose-ft-icon i {
  color: #fff;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.pr-an-why-choose-text-wrapper {
  padding-left: 15px;
}

.pr-an-why-choose-list {
  padding: 40px 0px;
}

.pr-an-why-choose-list li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 12px;
}

.pr-an-why-choose-list li:after {
  left: 0;
  top: 3px;
  width: 20px;
  content: "";
  height: 20px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../imgs/icon/checked.png);
}

.ft-thx-why-choose-us-section-3 {
  padding: 115px 0px 85px;
}

.ft-thx-why-choose-img-3 {
  padding-left: 95px;
}

.ft-thx-why-choose-img-3 .inner-img {
  overflow: hidden;
  border-radius: 5px;
  display: inline-block;
}

.ft-thx-why-choose-img-3 .inner-text {
  top: 50px;
  left: 0;
  color: #050505;
  font-size: 20px;
  max-width: 200px;
  border-radius: 5px;
  padding: 20px 30px;
  font-weight: 700;
  background-color: #fff;
  font-family: "Poppins";
  position: absolute;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.ft-thx-why-choose-img-3 .inner-img-2 {
  left: 0;
  bottom: -50px;
  border: 15px solid #fff;
}

.ft-thx-why-choose-item-box {
  padding-top: 20px;
}

.ft-thx-why-choose-item-box .ft-thx-why-choose-item {
  position: relative;
  margin-bottom: 25px;
  margin-left: 40px;
  padding: 34px 15px 34px 50px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.ft-thx-why-choose-item-box .ft-thx-why-choose-item h3 {
  color: #050505;
  font-size: 20px;
  font-weight: 600;
}

.ft-thx-why-choose-item-box .ft-thx-why-choose-item span {
  top: 16px;
  left: -30px;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-weight: 500;
  position: absolute;
  border-radius: 100%;
  background-color: #4ab9cf;
}

.team-section {
  padding: 60px 0;
  background: #f2f2f2;
}

.small-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.main-title {
  font-size: 72px;
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 40px;
}

.right-text {
  font-size: 18px;
  margin: 0;
}

.team-card {
  background: #fff;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.team-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top;
}

.team-info {
  padding: 15px;
}

.team-number {
  font-size: 20px;
  margin-bottom: 5px;
}

.team-name {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

.team-card p {
  min-height: 80px;
}

.post_desig {
  padding: 0 15px 15px;
}

.post_desig h4 {
  font-size: 20px;
  color: var(--primary-color);
}

.team-role {
  font-size: 22px;
  font-style: italic;
  margin-bottom: 10px;
}

.team-phone {
  font-size: 18px;
  margin-bottom: 15px;
}

.team-line {
  border-bottom: 2px solid #000;
  width: 100%;
  margin-top: 15px;
}

.swiper {
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .main-title {
    font-size: 42px;
  }

  .right-text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.commites-section {
  background: #fcfcfc;
}

.commites-section img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

.post-excerpt {
  padding: 150px 40px 0;
}

section.commites-section .section-title {
  z-index: 999;
  left: 10px;
  padding: 0 40px;
}

/***

==================================================================
	Main Footer
==================================================================

***/
.main-footer {
  position: relative;
  background-color: rgb(48, 57, 64);
}

.main-footer .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  bottom: 80px;
}

.main-footer .bg-image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--bg-theme-color1);
  opacity: 0.92;
  content: "";
}

.main-footer .icon-plane-3 {
  right: -360px;
  bottom: 80px;
}

.main-footer .contacts-outer {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-widget .logo img {
  height: 50px;
}

.contact-info-block {
  position: relative;
}

.contact-info-block .inner-box {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}

.contact-info-block .inner-box:hover .icon-box {
  background-color: var(--bg-theme-color2);
  color: #ffffff;
}

.contact-info-block .icon-box {
  position: absolute;
  left: 0px;
  top: 25px;
  height: 100px;
  width: 100px;
  color: var(--theme-color2-light);
  background-color: #1d1d29;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 64px;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-info-block .title {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 6px;
  margin-bottom: 5px;
}

.contact-info-block .text {
  font-size: 16px;
  line-height: 24px;
  color: #9898a0;
}

.contact-info-block .text a {
  color: #9898a0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-info-block .text a:hover {
  color: #ffffff;
}

.contact.step-icon {
  position: relative;
}
.contact.step-icon i {
  color: #bd000d;
}

.contact-info-1 {
  padding-left: 50px;
}

/* Widget Section */
.main-footer .widgets-section {
  position: relative;
  padding: 50px 0 30px;
}

.main-footer .footer-column {
  position: relative;
  margin-bottom: 40px;
}

.main-footer .footer-widget {
  position: relative;
}

.main-footer .widget-title {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.main-footer .widget-title:before {
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -1px;
  background-color: var(--bg-theme-color2);
  height: 3px;
  width: 25px;
  content: "";
  margin-left: 10px;
}

.main-footer .about-widget {
  position: relative;
  padding-right: 5px;
}

.main-footer .about-widget .logo {
  position: relative;
  margin-bottom: 15px;
}

.main-footer .about-widget .text {
  font-size: 16px;
  line-height: 30px;
  color: #9898a0;
  margin-bottom: 20px;
}

.main-footer .about-widget .theme-btn {
  line-height: 20px;
  padding: 15px 25px;
  font-size: 14px;
}

/*=== User LInks ===*/
.user-links {
  position: relative;
}

.user-links li {
  position: relative;
  font-size: 15px;
  line-height: 14px;
  color: #9898a0;
  font-weight: 400;
  margin-bottom: 16px;
}

.user-links li:last-child {
  margin-bottom: 0;
}

.user-links li a {
  position: relative;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #9898a0;
}

.user-links li a:hover {
  color: #ffffff;
}

.user-links li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--bg-theme-color3);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.user-links li a:hover:before {
  width: 100%;
}

.footerAddress p {
  font-size: 16px;
  color: #9898a0;
}

.social-icon li a {
  color: #9898a0;
  font-size: 26px;
  margin: 0px 2px;
}

.social-icon li a:hover {
  color: #ffffff;
}

/* Subscribe Form */
.subscribe-form {
  position: relative;
}

.subscribe-form .text {
  font-size: 16px;
  line-height: 30px;
  color: #9898a0;
  margin-bottom: 30px;
}

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

.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group input[type="text"] {
  position: relative;
  display: block;
  height: 54px;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #7c858c;
  padding: 15px 25px;
  padding-right: 70px;
  background: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border: none;
}

.subscribe-form .form-group .theme-btn {
  position: absolute;
  right: 2px;
  top: 2px;
  display: block;
  height: 50px;
  width: 50px;
  min-width: auto;
  background-color: var(--primary-color);
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
  padding: 0;
}

/*=== Footer Bottom ===*/
.footer-bottom {
  position: relative;
  background-color: var(--white-color);
  width: 100%;
}

.footer-bottom .inner-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-bottom .copyright-text {
  position: relative;
  padding: 15px 20px;
}

.footer-bottom .copyright-text p {
  position: relative;
  font-size: 12px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  margin: 0;
}

.footer-bottom .copyright-text a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: var(--primary-color);
}

.footer-bottom .copyright-text a:hover {
  font-weight: 500;
  color: var(--black-color);
}

/* SLIDESHOW */

.slideshow {
  background-color: #ffffff;
  padding: 2vh 0;
}

.slideshowContainer {
  margin: 3vh auto 0 auto;
  position: relative;
}

.slideHeader {
  background-color: #ffffff;
  text-align: center;
  font-family: "Satisfy", cursive;
  font-weight: 600;
  color: #f07677;
}

.swiper-container,
.swiper-slide {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.app-section {
  background: #f5f7fa;
  padding: 30px 0;
}

.app-title {
  font-size: 48px;
  font-weight: 700;
  color: #2d3436;
}

.app-subtitle {
  font-size: 18px;
  color: #636e72;
  margin-bottom: 30px;
}

.store-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #000;
  color: #fff;
  padding: 12px 22px;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.3s;
  margin-right: 10px;
  font-size: 18px;
}

.store-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.store-btn i {
  font-size: 26px;
}

.phone-img {
  max-width: 280px;
  transition: 0.4s;
}

.phone-img:hover {
  transform: rotate(-5deg) scale(1.05);
}

@media (max-width: 768px) {
  .app-title {
    font-size: 32px;
    text-align: center;
  }

  .app-subtitle {
    text-align: center;
  }

  .btn-group-app {
    text-align: center;
  }
}

.swiperPagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  position: absolute !important;

  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);

  z-index: 99;
}

.swiperPagination .swiper-pagination-bullets {
  transform: inherit !important;
  position: absolute;
}

.swiperPagination span.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: var(--primary-color);
}

.commites-section .swiper-button-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
}

.commites-section .swiperButton {
  position: static;
  left: 0;
  right: 0;
  background: var(--primary-color);
  padding: 10px;
  font-size: 2px;
}

.commites-section .swiper-button-next:after,
.commites-section .swiper-button-prev:after {
  font-size: 20px;
}

.commitesSwiper h3 {
  padding: 20px 0;
  font-size: 20px;
}

.inner-section {
  position: relative;
  padding: 100px 0 70px;
}

/* 
====================================================================
		About Section
==================================================================== */

.about-section {
  position: relative;
  padding: 100px 0 70px;
}

.about-section .float-image {
  position: absolute;
  right: -430px;
  bottom: -90px;
  z-index: 9;
}

.about-section .icon-dots-1 {
  left: -100px;
  top: -50px;
}

.about-section .icon-dotted-map {
  left: -320px;
  bottom: 100px;
}

.about-section .content-column {
  position: relative;
  z-index: 1;
}

.about-section .content-column .inner-column {
  position: relative;
  /* padding-left: 70px; */
  margin-top: -5px;
}

.about-section .content-column .btm-box {
  margin-top: 45px;
}

/* About Block */
.about-block {
  position: relative;
  padding-left: 100px;
  min-height: 90px;
  padding-bottom: 25px;
  border-bottom: 1px solid #efeae4;
  margin-bottom: 25px;
}

.about-block:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.about-block .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 90px;
  width: 70px;
  background: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 2px solid var(--black-color);
  font-size: 48px;
  color: var(--theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 0 0 50px 50px;
}

.about-block:hover .icon {
  background-color: var(--primary-color);
  color: var(--theme-color3);
}

.about-block .title {
  position: relative;
  font-size: 24px;
  color: var(--theme-color1);
  font-weight: 700;
  top: -3px;
  margin-bottom: 10px;
}

.about-block .text {
  font-size: 16px;
  line-height: 28px;
  color: #767676;
  margin-top: 5px;
}

.about-section .image-column {
  position: relative;
  padding-bottom: 30px;
}

.about-section .image-column .inner-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.about-section .image-column .image-1 {
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}

.about-section .image-column .image-1:before {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100px;
  width: 70px;
  background-image: url(../images/icons/shape-1.png);
  content: "";
}

.about-section .image-column .image-1 img {
  min-width: 290px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.about-section .image-column .image-2 {
  position: relative;
  margin-bottom: 20px;
}

.about-section .image-column .image-2:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100px;
  width: 70px;
  background-image: url(../images/icons/shape-2.png);
  content: "";
}

.about-section .image-column .image-2 img {
  min-width: 290px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.about-section .experience {
  position: absolute;
  bottom: 150px;
  left: -90px;
  max-width: 240px;
  background: #ffffff;
  padding: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #767676;
  font-weight: 700;
  border: 3px solid var(--black-color);
  border-radius: 10px;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  text-transform: uppercase;
}

.about-section .experience:before {
  position: absolute;
  left: 100%;
  bottom: 0;
  margin-left: -10px;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #ffffff;
  content: "";
}

.about-section .experience strong {
  position: relative;
  padding-left: 70px;
  font-size: 24px;
  line-height: 20px;
  color: var(--theme-color1);
  font-weight: 700;
  display: block;
  min-height: 54px;
  margin-bottom: 20px;
  text-transform: capitalize;
  letter-spacing: 0;
  padding-top: 10px;
}

.about-section .experience strong .icon {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary-color);
  font-size: 54px;
  line-height: 1em;
}

@media (max-width: 768px) {
  .about-section .image-column .image-2 {
    display: none;
  }
  .about-section .image-column .image-1 {
    padding-left: 22px;
  }

  .about-section .experience {
    bottom: 150px;
    left: 0px;
    padding: 20px;
  }

  .about-section .experience:before {
    position: absolute;
    left: 100%;
    bottom: 0;
  }

  .about-section .experience strong {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .about-section .experience {
    bottom: 40px;
    left: 30px;
  }
}

.about-section img {
  min-height: 400px;
  object-fit: cover;
  height: 405px;
}

.about-section .border {
  border: 1px solid #e5e5e5 !important;
}

.about-section .btn-light {
  background: #f5f5f5;
  transition: 0.3s;
}

.about-section .btn-light:hover {
  background: #0d6efd;
  color: #fff;
}

.values-section {
  background: var(--primary-color);
  overflow: hidden;
  position: relative;
}

.values-section h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}

.values-section h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

/* RIGHT SIDE SHAPES */

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

.shape-top,
.shape-bottom {
  width: 220px;
  height: 100px;
  background: #555;
  margin: 20px 0;
  clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .shape-box {
    display: none;
  }

  .values-section h2 {
    font-size: 20px;
  }
}

.testi_home:after {
  background: url(../images/arrow7.png) no-repeat center right / cover;
  position: absolute;
  right: 0px;
  animation: bounce 0.6s;
  content: "";
  animation-direction: alternate;
  animation-iteration-count: infinite;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  top: 0;
  background-size: 40%;
}

.arrow_move img {
  animation: bounce 0.6s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

@-webkit-keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }

  50% {
    transform: translateX(72px);
  }

  100% {
    transform: translateX(-1px);
  }
}

@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }

  50% {
    transform: translateX(72px);
  }

  100% {
    transform: translateX(-1px);
  }
}

@keyframes bounce {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(10px, 0, 0);
  }
}

.get-quotation {
  background: #f2f2f2;
}

.form-box {
  max-width: 800px;
  background: transparent;
}

.form-control:focus {
  border-color: #f4a261;
  box-shadow: none;
}

form .form-label {
  font-size: 15px;
  font-family: "TitilliumWeb-Regular", sans-serif;
  font-weight: 600;
}
form .form-select,
form .form-control {
  font-size: 14px;
  border: 1px solid #7c7c7c;
  background: #fcfcfc;
  height: 50px;
}

.input-type {
  margin-bottom: 20px;
}

.submit-btn .theme-btn {
  padding: 10px 30px;
}

.submit-btn .theme-btn:hover {
  background-color: #000;
}

.contact-section {
  background: #f8f9fb;
}

/* INPUT STYLE */
.custom-input {
  height: 55px;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  padding: 10px 15px;
  transition: 0.3s;
  background: #fff;
}

/* TEXTAREA FIX */
textarea.custom-input {
  height: auto;
}

/* ACTIVE / FOCUS EFFECT 🔥 */
.custom-input:focus {
  border-color: #3b5bfd;
  box-shadow: 0 0 0 3px rgba(59, 91, 253, 0.1);
  outline: none;
}

/* HOVER */
.custom-input:hover {
  border-color: #b5b5b5;
}

/* BUTTON */

.tracking-cta-sec {
  background-repeat: no-repeat;
  background-position: center right;
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.tracking-cta-sec .parallax-overly {
  position: absolute;
  inset: 0;
  background-color: var(--black-color);
  opacity: 0.7;
  mix-blend-mode: multiply;
  z-index: 1;
}

.tracking-cta-sec .section-title {
  max-width: 600px;
  margin: 0 auto;
}

.trackign-form-wrapper {
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
  background: var(--white);
  padding: 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background-color: var(--white-color);
  position: relative;
  z-index: 9;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 100px;
}

@media (max-width: 767.98px) {
  .trackign-form-wrapper {
    padding: 10px 10px 25px;
    border-radius: 20px;
    margin-bottom: 60px;
  }
}

.tracking-cta-sec {
  padding: 120px 0 300px;
}

.tracking-form-sec {
  position: relative;
  margin-top: -200px;
}

.tracking-form-sec .shipment-content ul.check {
  margin: 30px 0;
}

.tracking-form-sec .img-end {
  max-width: 400px;
  right: -65px;
  bottom: -40px;
  position: absolute;
}

.tracking-form-sec .tracking-form {
  margin-left: 0;
}

.tracking-form-sec .tracking-tabs {
  padding-bottom: 40px;
}

.tracking-form-sec .tracking-tabs .nav-tabs .nav-item .nav-link {
  font-size: 14px;
  padding: 5px 20px;
  background-color: var(--dark);
  border: 1px solid var(--dark);
  color: var(--white);
}

.tracking-form-sec .tracking-tabs .nav-tabs .nav-item .nav-link.active,
.tracking-form-sec .tracking-tabs .nav-tabs .nav-item .nav-link:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}

.tracking-form-sec .form-check-input {
  padding: 0;
}

.tracking-form-sec .row.form-inner {
  margin-top: 30px;
}

.tracking-form-sec .row.form-inner .form-group {
  margin-bottom: 25px;
}

.tracking-form-sec .row.form-inner .form-group label {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 18px;
  display: block;
}

.tracking-form-sec .row.form-inner .form-group .nice-select,
.tracking-form-sec .row.form-inner .form-group input {
  background-color: var(--light);
  padding-left: 25px;
  color: var(--input-color);
  border: 0;
  font-size: 14px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.tracking-form-sec .row.form-inner .form-group .nice-select::placeholder,
.tracking-form-sec .row.form-inner .form-group input::placeholder {
  color: var(--input-color);
}

.contact-submit p,
.shipment-content p {
  font-size: 14px;
  margin-bottom: 6px;
}

.shipment-content .badge {
  font-size: 13px;
}

.contact-submit p {
  max-width: 380px;
}

.quote-wrap {
  max-width: 870px;
  margin: 0 auto;
}

.qf-card {
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.06);
  background: var(--white);
  border-top: 4px solid var(--headings-color);
  padding: 80px 40px 25px;
}

@media (max-width: 767.98px) {
  .qf-card:not(:last-child) {
    margin: 100px 0;
  }
}

@media (min-width: 576px) {
  .qf-card {
    flex: 0 0 33.33%;
  }
}

.qf-card,
.qf-card span.icon,
.qf-card span.icon-lg,
.qf-card span.icon-xl,
.qf-card span.icon-xs {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.qf-card span.icon,
.qf-card span.icon-lg,
.qf-card span.icon-xl,
.qf-card span.icon-xs {
  background: var(--dark);
  width: 90px;
  height: 95px;
  margin: -130px auto 30px;
}

.qf-card span.icon-lg svg path,
.qf-card span.icon-xl svg path,
.qf-card span.icon-xs svg path,
.qf-card span.icon svg path {
  fill: var(--primary);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.qf-card span.icon-lg:before,
.qf-card span.icon-xl:before,
.qf-card span.icon-xs:before,
.qf-card span.icon:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 13px solid var(--dark);
  background: transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  top: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.qf-card h5 {
  font-weight: 700;
  font-size: 22px;
}

.qf-card:hover,
.qf-card:nth-child(2n) {
  border-color: var(--primary);
}

.qf-card:hover span.icon,
.qf-card:hover span.icon-lg,
.qf-card:hover span.icon-xl,
.qf-card:hover span.icon-xs,
.qf-card:nth-child(2n) span.icon,
.qf-card:nth-child(2n) span.icon-lg,
.qf-card:nth-child(2n) span.icon-xl,
.qf-card:nth-child(2n) span.icon-xs {
  background: var(--primary);
}

.qf-card:hover span.icon-lg svg path,
.qf-card:hover span.icon-xl svg path,
.qf-card:hover span.icon-xs svg path,
.qf-card:hover span.icon svg path,
.qf-card:nth-child(2n) span.icon-lg svg path,
.qf-card:nth-child(2n) span.icon-xl svg path,
.qf-card:nth-child(2n) span.icon-xs svg path,
.qf-card:nth-child(2n) span.icon svg path {
  fill: var(--white);
}

.qf-card:hover span.icon-lg:before,
.qf-card:hover span.icon-xl:before,
.qf-card:hover span.icon-xs:before,
.qf-card:hover span.icon:before,
.qf-card:nth-child(2n) span.icon-lg:before,
.qf-card:nth-child(2n) span.icon-xl:before,
.qf-card:nth-child(2n) span.icon-xs:before,
.qf-card:nth-child(2n) span.icon:before {
  border-top-color: var(--primary);
}

.quote-form-wrap {
  margin-top: 90px;
  border: 1px solid var(--border-color);
  padding: 30px;
}

@media (max-width: 767.98px) {
  .quote-form-wrap {
    padding: 15px;
  }
}

@media (min-width: 992px) {
  .quote-form-wrap .quote-request-form {
    padding-left: 40px;
  }
}

.quote-form-wrap .quote-request-form input {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.quote-form-wrap .quote-request-form .nice-select.tv-select {
  min-width: 150px;
}

.quote-form-wrap .quote-request-form .group-field {
  flex: 0 0 31.5%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .quote-form-wrap .quote-request-form .group-field {
    flex: 0 0 31%;
  }
}

@media (max-width: 767.98px) {
  .quote-form-wrap .quote-request-form .group-field {
    flex: 0 0 48%;
    margin-bottom: 20px;
  }
}

.quote-form-wrap .quote-request-form .persional-info {
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.quote-form-wrap .quote-request-form .persional-info:before {
  background: var(--border-color);
  height: 1px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  width: calc(100% - 30px);
  top: 100%;
}

.quote-form-wrap .quote-request-form h5 {
  margin-bottom: 20px;
}

.quote-form-wrap .qr-group {
  position: relative;
}

.quote-form-wrap .qr-group i {
  color: var(--primary);
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.quote-form-wrap .qr-group input {
  padding-left: 50px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.tracking-form-sec button {
  width: 170px;
  padding: 0 10px;
  height: auto;
}
.tracking-form-sec button span {
  width: auto;
}

/* LEFT SIDE */
.login-section .left-side {
  background: #f5f5f9;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.overly {
  position: absolute;
  inset: 0;
  background-color: var(--black-color);
  opacity: 0.5;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
}
/* RIGHT SIDE */
.login-section .right-side {
  background: #ffffff;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* BOX */
.login-section .auth-box {
  max-width: 400px;
  width: 100%;
}

/* HEADING */
.login-section .auth-box h2 {
  font-weight: 700;
}

/* INPUT */
.login-section .form-control {
  height: 50px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.login-section .form-control:focus {
  border-color: #7c4dff;
  box-shadow: 0 0 0 3px rgba(124, 77, 255, 0.1);
}

/* BUTTON */
.login-section .btn-gradient {
  background: linear-gradient(45deg, #7c4dff, #9c6bff);
  color: #fff;
  border-radius: 8px;
  padding: 12px;
  border: none;
  transition: 0.3s;
}

.login-section .btn-gradient:hover {
  transform: translateY(-2px);
}

/* CHECKBOX */
.form-check-input:checked {
  background-color: #7c4dff;
  border-color: #7c4dff;
}

/* SOCIAL */
.social-icons i {
  font-size: 18px;
  margin: 0 10px;
  cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .left-side {
    display: none;
  }
}

.google-login-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--primary-color);
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  width: 100%;
}

.pricing-card {
  border-radius: 15px;
  border: 1px solid #eee;
  transition: 0.3s;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.pricing-card.featured {
  /* border: 2px solid var(--primary-color); */
  transform: scale(1.05);
}

.pricing-card h3 {
  font-size: 32px;
  font-weight: bold;
}

.pricing-card ul li {
  margin-bottom: 10px;
}

.commingsoon-text {
  color: var(--primary-color);
}

.info-card {
  border-radius: 15px;
  background: #fff;
  border: 1px solid #eee;
  transition: 0.3s;
}

.info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.icon i {
  font-size: 30px;
  color: var(--primary-color);
}

@media (max-width: 1200px) {
  .ft-why-choose-section {
    background: none !important;
  }
}

@media (max-width: 992px) {
  .work-block .icon-box:after {
    display: none;
  }
}

@media (max-width: 990px) {
  .ft-case-study-content.d-flex {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .ft-case-study-items {
    width: 100%;
    margin-bottom: 20px;
  }
  .team-card img {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .ft-why-choose-section {
    background: none !important;
  }
  .ft-why-choose-text-area .ft-section-title {
    padding: 0;
    margin-left: 0 !important;
  }
  .ft-why-choose-feature-wrapper {
    padding-left: 0;
  }
  .ft-why-choose-feature-item .ft-why-choose-feature-icon {
    flex: none;
  }
  .store-btn {
    padding: 5px 10px;
  }
  .main-footer .footer-column:last-child {
    margin-bottom: 0;
  }
  .main-footer .widgets-section {
    padding-top: 30px;
  }
  .post-excerpt {
    padding: 20px 0;
  }
  section.commites-section .section-title {
    position: static !important;
    margin: 0 !important;
    padding: 0;
  }
  .contact-info-block .inner-box {
    padding-left: 0;
  }
  .footer-bottom .copyright-text {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .how-it-work .nav-tabs {
    gap: 1px;
    margin-bottom: 0;
  }
  .process-section {
    padding: 20px 10px;
  }
  .ft-case-study-content.d-flex {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .ft-case-study-items {
    width: 100%;
  }
  .tracking-form .form-group button {
    position: static;
    width: auto;
    margin-top: 20px;
  }
  .tracking-form .form-group {
    padding: 10px 0;
  }
  .ft1-tracking-section .featured-column .inner-column {
    padding: 10px;
  }
  .ft1-tracking-section .inner-container {
    padding: 0;
  }
  .ft1-tracking-section .featured-column .inner-column:before {
    width: 100%;
  }
  .feature-block {
    position: relative;
    width: max-content;
    width: 50%;
  }

  .section-title {
    margin-bottom: 20px;
  }
  .home-slider .swiper-content {
    padding: 20px;
  }
  .swiperButton {
    width: 30px;
    height: 30px;
  }
  .swiper-button-prev {
    left: 0;
  }
  .swiper-rtl .swiper-button-next {
    right: 0;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 30px;
  }

  .tracking-form-inner {
    width: auto !important;
  }
  .tracking-form form {
    padding: 10px;
    margin-top: 0 !important;
  }
  .home-slider h3 {
    font-size: 30px;
  }
  .home-slider h3 span:last-child {
    font-size: 40px;
  }
  .content h4 {
    font-size: 30px;
    line-height: 1.2;
  }
  .home-slider h5 span:last-child {
    font-size: 40px;
  }
  .content p {
    font-size: 25px;
    margin: 0;
  }
  .navbar-brand img {
    height: 40px;
  }
  .navbar-toggler {
    position: absolute;
    right: -5px;
    top: 18px;
    z-index: 999;
    border: none;
  }
  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
}

@media (max-width: 1400px) {
  .teamSwiper {
    height: 600px;
  }
}

.teamSwiper,
.commitesSwiper {
  height: fit-content;
}

.team-section .swiper {
  padding-bottom: 60px;
}
.team-section .swiperPagination {
  bottom: -10px;
}

@media (max-width: 1400px) and (min-width: 1200px) {
  .team-section .team-card {
    height: 566px;
  }
}

@media (max-width: 767px) {
  div#navbarCollapse {
    position: fixed;
    top: 70px;
    background: #fff;
    width: 100%;
    left: 0;
    right: 0;
    padding: 10px 20px;
  }
  .home-slider .swiper-content {
    margin-left: 10px;
  }
}

/* process section offset image */
@media (max-width: 992px) {
  .process-section .offset-md-1.image-box {
    margin: auto;
  }
}

/* terms and policy */

.legal-section {
  width: 100%;
  background: #ffffff;
  padding: 60px 0;
}

.section-subtitle {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1px;
}

.legal-section h1 {
  font-size: 54px;
  line-height: 1.1;
}

.legal-text {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

/*--------- RESPONSIVE DESIGN------
----------------------------------- */

@media (max-width: 992px) {
  .legal-section h1 {
    font-size: 44px;
  }

  .legal-text {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .legal-section {
    padding: 70px 0px;
  }

  .legal-section h1 {
    font-size: 36px;
  }

  .section-subtitle {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .ft-case-study-items .ft-case-study-text p {
    opacity: 1;
  }
  .ft-case-study-items .ft-case-study-text {
    bottom: 90px;
  }
  .ft-case-study-items .ft-case-study-img:before {
    background-color: rgba(0, 67, 135, 0.85);
  }

  .step-icon {
    width: 70px;
    height: 70px;
    left: -10px;
  }
  .step-icon:before {
    width: 55px;
    height: 55px;
    top: 5px;
    left: 5px;
  }
  .step-icon i {
    font-size: 30px;
  }

  .work-section {
    padding: 40px 0 0;
  }
  .services-section {
    padding-top: 60px;
  }
  .about-section {
    position: relative;
    padding: 60px 0 30px;
  }
  .about-section .image-column .image-1 {
    padding: 0 !important;
    margin: 0;
  }
  .section-title h2 {
    font-size: 30px;
  }
  .inner-section {
    padding-top: 50px;
  }
  .tracking-form-sec .tracking-form {
    flex-wrap: wrap;
  }
  .tracking-cta-sec {
    padding: 60px 0 240px;
  }
  .commites-section img {
    height: 400px;
    margin-top: 10px;
  }
  .commites-section .commitesSwiper .row {
    flex-direction: column-reverse;
  }
  .commites-section .post-excerpt {
    padding-top: 0;
  }
  .commites-section .commitesSwiper h3 {
    padding-top: 10px;
  }
  .commites-section .swiperButton {
    position: static !important;
    transform: inherit;
    margin-top: 0;
  }

  .ft1-tracking-section button.btn.theme-btn {
    width: 100%;
  }
  section.ft1-tracking-section .tracking-form-inner input.form-control {
    height: 60px;
  }
  .swiper-container {
    height: calc(80vh - 100px);
  }
}

.form-subHeading {
  font-size: 12px;
}
