@font-face {
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2"), format("woff2");
}
@font-face {
  font-family: "Test Financier Display";
  src: url("../font/TestFinancierDisplay-Regular-BF66175772f0c08.otf"), format("opentype");
}
@font-face {
  font-family: "Test Financier Display Italic";
  src: url("../font/TestFinancierDisplay-RegularItalic-BF66175772e2ffb.otf"), format("opentype");
}
@font-face {
  font-family: "InterBlack";
  src: url("../fonts/Inter-Black_0.ttf"), format("turetype");
}
@font-face {
  font-family: "Intersemibold";
  src: url("../font/Inter-SemiBold_0.ttf"), format("turetype");
}
@font-face {
  font-family: "InterLight";
  src: url("../font/Inter-ExtraLight_0.ttf"), format("turetype");
}
@font-face {
  font-family: "InterMedium";
  src: url("../font/Inter-Medium_0.ttf"), format("turetype");
}
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Regular_0.ttf"), format("turetype");
}
@font-face {
  font-family: "InterBold";
  src: url("../font/Inter-Bold-slnt=0.ttf"), format("turetype");
}
*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a,
label,
span {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

ul {
  list-style-type: none;
  padding: 0px;
}

a {
  color: #fff;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

h1 {
  color: #07134C;
  font-family: "Test Financier Display Italic";
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}
h1 span {
  color: #DF540F;
}

h2 {
  color: #2A2B2F;
  font-family: "Test Financier Display Italic";
  font-size: 60px;
  font-weight: 600;
  line-height: 62px;
}

h4 {
  color: #000;
  font-family: "Test Financier Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h5 {
  color: #0A0C0A;
  font-family: "Test Financier Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 100% */
}

p {
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.primary-btn {
  border-radius: 160px;
  background: #DF540F;
  display: inline-flex;
  padding: 8px 8px 8px 30px;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 16px;
  line-height: normal;
  font-family: "Inter", sans-serif !important;
  border: none;
  position: relative;
}
.primary-btn:hover::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 55%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url("../images/common/btn-white-arrow.svg"), url("../images/common/btn-white-arrow.svg");
  background-position: 0 0, -15px -15px;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.84, -0.01, 0.25, 0.99);
  animation: buttonArrow 0.7s infinite;
}

@keyframes buttonArrow {
  0% {
    background-position: 0 0, -15px 15px;
  }
  100% {
    background-position: 25px -25px, 0 0;
  }
}
.primary-outline-btn {
  color: #DF540F;
  font-family: "Inter";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 20px;
  display: inline-flex;
  padding: 8px 15px;
  align-items: center;
  gap: 10px;
  border: 1px solid #DF540F;
  background: rgba(0, 0, 0, 0);
}

.white-btn {
  background: #FFFFFF;
  color: #000 !important;
}

.sticky-header {
  color: #FFFFFF;
}
.sticky-header nav ul li .text-btn {
  color: #105246 !important;
}
.sticky-header nav ul li .outline-btn {
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF !important;
}
.sticky-header nav ul li .primary-btn {
  color: #ffffff;
}
.sticky-header .home2-logo {
  display: none;
}

.header .logo {
  display: none;
}
.header nav ul .dropdown a img {
  filter: invert(1);
}
.header nav ul .text-btn img {
  filter: invert(0) !important;
}
.header nav ul .dropdown-photos img {
  filter: invert(0) !important;
}

header {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(16px);
  position: relative;
  z-index: 999;
}
header .tab-bar {
  background: #DF540F;
  padding: 9px 0px;
}
header .tab-bar P {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
header .tab-bar P a {
  text-decoration: underline;
}
header .tab-bar span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
header .tab-bar span span {
  color: #FFF;
  font-weight: 500;
}
header nav {
  padding: 16px 0 !important;
}
header nav ul {
  gap: 35px;
}
header nav ul li a {
  color: #333333 !important;
  font-family: "Inter";
  font-size: 16px;
  font-family: "Inter", sans-serif;
}
header nav ul li:hover a {
  color: #DF540F !important;
}
header nav ul li .outline-btn {
  background: transparent;
  border: 1px solid #105246;
  color: #105246 !important;
}
header nav ul li .primary-btn {
  color: #FFF !important;
}
header nav ul li .primary-btn:hover {
  color: #fff !important;
}
header nav ul .nav-link.active {
  color: #e85d04 !important;
}
header nav ul .dropdown > .nav-link.active {
  color: #e85d04 !important;
}
header nav ul .second-dropdown .wht-box {
  width: 655px !important;
}
header nav ul .dropdown .service-arrow {
  transition: 0.3s linear;
}
header nav ul .dropdown:hover .service-arrow {
  transform: rotate(180deg);
}
header nav ul .dropdown:hover .dropdown-menu {
  display: block;
  z-index: 3;
  padding: 25px 0px 0px;
  background-color: transparent;
  border: none;
  left: -110%;
}
header nav ul .dropdown .wht-box {
  border-radius: 10px;
  border: 1px solid #DFDFDF;
  background: #FFFFFF;
  width: 560px;
  position: relative;
  box-shadow: 4px 4px 10px #DFDFDF;
}
header nav ul .dropdown .wht-box::before {
  position: absolute;
  background-color: #FFFFFF;
  width: 17px;
  height: 17px;
  content: "";
  transform: rotate(45deg);
  border-top: 1px solid #DFDFDF;
  border-left: 1px solid #DFDFDF;
  top: -9px;
  left: 32%;
}
header nav ul .dropdown .wht-box h5 {
  color: #000000;
  font-size: 16px;
  line-height: normal;
  font-family: "InterMedium", sans-serif;
  margin-bottom: 5px;
}
header nav ul .dropdown .wht-box p {
  color: #333333;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: normal;
  margin-bottom: 0;
}
header nav ul .dropdown .wht-box li {
  margin-bottom: 10px;
  border-radius: 8px;
  background: #F8F8F8;
}
header nav ul .dropdown .wht-box li:hover {
  background: #FFF4EF;
}
header nav ul .dropdown .wht-box li a {
  cursor: pointer;
  padding: 15px 15px !important;
  text-decoration: none;
  display: flex;
  width: 100%;
}
header nav ul .dropdown .wht-box li:last-of-type {
  margin-left: 0px !important;
}
header nav ul .dropdown .wht-box .menu-links {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 20px 20px 20px 20px;
}
header nav ul .dropdown .wht-box .dropdown-description {
  display: flex;
  justify-content: space-between;
  border-radius: 0 0 10px 10px;
  border: 1px solid #DFDFDF;
  background: #F9F9F9;
  padding: 20px 30px;
}
header nav ul .text-btn {
  color: #105246 !important;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
}
header nav ul .dropdown-photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}
header nav .mobile-logo {
  display: none;
}
header nav .nav-bottom-links {
  display: none;
}

.zoom-animate {
  overflow: hidden;
  border-radius: 20px;
}
.zoom-animate img {
  transition: transform 0.5s ease;
}
.zoom-animate:hover img {
  transform: scale(1.1);
}

.btn-white {
  background: #FFFFFF;
  border-radius: 50px;
  padding: 11px 25px !important;
  align-items: center;
  border: 1px solid #FFFFFF;
  text-decoration: none;
  display: inline-block;
  color: #105246 !important;
  font-size: 16px;
  line-height: normal;
  font-family: "Inter", sans-serif !important;
}

.text-btn {
  color: #333333 !important;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
}

.hamburger {
  display: none;
  cursor: pointer;
}
.hamburger .bar {
  display: block;
  width: 31px;
  height: 2px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background-color: #333333;
  border-radius: 4px;
}
.hamburger .bar:nth-child(2) {
  width: 20px;
  margin-right: inherit;
}

.form-area {
  border-radius: 15px;
  border: 1px solid #EAEAEA;
  background: #FBFBFB;
  padding: 50px;
}
.form-area h3 {
  color: #000000;
  font-size: 20px;
  line-height: 28px;
  font-family: "InterMedium", sans-serif;
  margin-bottom: 6px;
}
.form-area p {
  color: #333333 !important;
  margin-top: 0 !important;
}
.form-area p:last-of-type {
  margin-bottom: 0 !important;
}

form {
  margin-top: 30px;
}
form label {
  color: #000;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 8px;
}
form label span {
  color: red !important;
  font-size: 16px;
  line-height: 24px;
}
form .form-control {
  padding: 13px 15px;
  border-radius: 6px;
  border: 1px solid #EAEAEA;
  background: #FFF;
}
form .form-select {
  padding: 13px 15px;
  border-radius: 6px;
  border: 1px solid #EAEAEA;
  color: #000000;
  font-size: 14px;
  line-height: 20px;
}
form input {
  color: #000000;
}
form input::-moz-placeholder {
  color: #878889;
  font-size: 14px;
  line-height: normal;
  font-family: "Inter", sans-serif;
}
form input::placeholder {
  color: #878889;
  font-size: 14px;
  line-height: normal;
  font-family: "Inter", sans-serif;
}
form .comment {
  color: #818181 !important;
  font-size: 14px;
  line-height: normal;
}
form .form-check-input:checked {
  background-color: #DF540F;
  border-color: #DF540F;
}
form textarea.form-control {
  min-height: 150px;
}
form .custom-checkbox {
  margin: 0;
}
form .checkbox {
  padding-top: 10px;
  align-items: center;
  display: flex;
  gap: 14px;
  margin-top: 10px;
}
form .checkbox input {
  width: 24px;
  height: 24px;
  border-radius: 0;
  cursor: pointer;
}
form .checkbox input:focus {
  box-shadow: none;
  outline: none;
}
form .checkbox p {
  margin-bottom: 0;
  color: #000;
  font-size: 14px;
  line-height: 22px;
}
form .checkbox p a {
  text-decoration: underline;
  color: #105246;
  color: #DF540F !important;
  font-size: 14px !important;
}
form .error-msg {
  color: #E72021;
  font-size: 16px;
  line-height: 22px;
}
form .submit {
  margin-top: 30px;
}
form textarea {
  resize: none;
}
form textarea::-moz-placeholder {
  color: #848484;
  font-size: 14px;
  line-height: 20px;
}
form textarea::placeholder {
  color: #848484;
  font-size: 14px;
  line-height: 20px;
}
form .iti__flag {
  display: none;
}
form .thankyou-text {
  margin-top: 10px !important;
  color: rgb(8, 129, 8) !important;
  font-size: 16px;
  line-height: 24px;
}

footer {
  color: #fff;
  position: relative;
  background-color: #333333;
}
footer .reach-out {
  border-radius: 30px;
  background: #DF540F;
  padding: 60px 60px 60px 100px;
  border-radius: 22px;
  position: relative;
  margin-top: -20%;
}
footer .reach-out h6 {
  border-radius: 20px;
  background: rgba(64, 64, 64, 0.04);
  background: #DF540F;
  color: #fff;
  border: 1px solid #a83800;
  border: 2px solid rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 0px 0px rgba(255, 255, 255, 0.3), inset 0 0px 12px rgba(255, 255, 255, 0.15), 0 0px 0px rgba(0, 0, 0, 0.15);
  background: linear-gradient(180deg, #DF540F 0%, #DF540F 100%);
}
footer .reach-out h4 {
  margin: 8px 0 12px 0;
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  font-family: "Test Financier Display Italic";
}
footer .reach-out p {
  color: #fff;
  margin-bottom: 30px;
}
footer .reach-out .reach-out-img {
  position: absolute;
  top: -55px;
  right: 60px;
}
footer .footer-followlinks {
  display: none;
}
footer .footer-followlinks .social-images {
  display: flex;
  align-items: center;
  gap: 12px;
}
footer .footer-followlinks h6 {
  color: #EDEDED;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 10px;
}
footer .footer-links {
  padding-top: 80px;
}
footer .footer-links h4 {
  color: #FFF;
  font-size: 16px;
  line-height: normal;
  font-family: "InterMedium", sans-serif;
  margin-bottom: 15px;
  font-weight: 500;
}
footer .footer-links p {
  color: #fff;
  font-size: 15px;
  margin-top: 25px;
  margin-bottom: 47px;
}
footer .footer-links ul {
  padding-left: 0;
}
footer .footer-links ul li {
  list-style-type: none;
  margin-bottom: 12px;
  position: relative;
}
footer .footer-links ul li a {
  color: #FFF;
  font-size: 15px;
  line-height: normal;
  transition: all 0.3s ease;
}
footer .footer-links ul li:hover a {
  color: #D0D0D0;
  margin-left: 20px;
}
footer .footer-links ul li:hover a::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 1px;
  background-color: #D0D0D0;
  border-radius: 50%;
}
footer .footer-links a {
  color: #FFF;
  font-size: 14px;
  line-height: normal;
  font-family: "Inter", sans-serif;
}
footer .help-desk {
  margin-top: 30px;
}
footer .help-desk h6 {
  color: #EDEDED;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 10px;
}
footer .help-desk ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
footer .help-desk ul li {
  display: flex;
  gap: 15px;
  align-items: center;
  color: #EDEDED;
  font-family: "Inter";
  font-size: 15px;
  transition: unset;
  margin-bottom: 0;
}
footer .help-desk ul li a {
  color: #EDEDED;
}
footer .help-desk ul li:hover a {
  margin-left: 0px;
}
footer .help-desk ul li:hover a::before {
  display: none;
}
footer .address {
  margin-top: 30px;
}
footer .address h6 {
  color: #EDEDED;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 10px;
}
footer .address p {
  color: #EDEDED;
}
footer .address .company-name {
  font-family: "InterMedium", sans-serif;
}
footer .copy-rights {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #8E8E8E;
  padding-top: 26px;
  margin-top: 50px;
  padding-bottom: 20px;
}
footer .copy-rights p {
  font-size: 14px;
  line-height: 22px;
  color: #A9A9A9;
}
footer .copy-rights p a {
  color: #A9A9A9;
  font-family: "InterMedium", sans-serif;
}
footer .copy-rights .design-by {
  color: #fff;
}
footer .copy-rights .design-by a {
  color: #fff;
}
footer .footer-bottom {
  overflow: hidden;
  display: none;
}
footer .footer-bottom h5 {
  display: none;
  font-family: "Inter";
  font-size: 500px;
  font-style: normal;
  font-weight: 900;
  line-height: 373px;
  text-transform: uppercase;
  background: linear-gradient(180deg, #434343 0%, #333 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #525252;
  margin-top: 30px;
  text-align: center;
}

.outlineprimary-btn {
  border-radius: 50px;
  border: 1px solid #105246;
  padding: 11px 25px !important;
  align-items: center;
  text-decoration: none;
  display: inline-block;
  color: #105246;
  font-size: 16px;
  line-height: normal;
  font-family: "Inter", sans-serif !important;
}

.smart-solution {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.smart-solution::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 75%;
  left: 0;
  border-radius: 0 0 15px 15px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.smart-solution .detail-side-img {
  border-radius: 15px;
  height: 560px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.smart-solution .smart-solution-card {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.smart-solution .smart-solution-card h5 {
  color: #F5F5F5;
  font-family: "InterBold", sans-serif;
  font-size: 24px;
  line-height: 26px;
}
.smart-solution .smart-solution-card p {
  color: #F5F5F5;
  font-family: "InterMedium", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 8px 0 25px 0;
}
.smart-solution .smart-solution-card .home-btn {
  border-radius: 25px;
  border: 1px solid #FFF;
  padding: 12px 25px;
  display: inline-block;
}
.smart-solution .smart-solution-card .home-btn a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  line-height: normal;
}
.smart-solution .smart-solution-card .home-btn a svg {
  transition: all 0.3s;
}
.smart-solution .smart-solution-card .home-btn a:hover svg {
  transform: translateX(5px);
}

.home-main {
  padding-bottom: 200px;
}

.mindzchatboxbody .mindzchathead .usercolforminzchat .mindzchatusername p {
  color: #fff;
}

#minzchatform {
  margin-top: 0;
}

.mindzchatmodal {
  bottom: 70px;
  right: 8px;
  z-index: 999;
  max-width: 420px;
}

.mindzchatboxbody .mindzchathead .mindzchatboxbodyclose {
  margin-top: 20px;
}

.banner-section {
  z-index: 222;
  height: calc(87vh - 6px);
  background-image: url("../images/banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: -1;
}
.banner-section .banner-content {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
}
.banner-section .banner-content h1 {
  margin: 8px 0px 15px;
  font-size: 80px;
  line-height: 84px;
}
.banner-section .banner-content p {
  margin-bottom: 30px;
}
.banner-section .banner-content .list-items {
  margin-top: 50px;
}
.banner-section .banner-content .list-items ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.banner-section .banner-content .list-items ul li h4 {
  color: #082A63;
  margin-top: 12px;
  font-family: "Inter";
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.banner-section .banner-content .list-items ul li span {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

.section h2 {
  margin-top: 12px;
  margin-bottom: 8px;
}

.about-section {
  padding: 120px 0px 255px;
  position: relative;
}
.about-section .left h2 {
  margin-top: 12px;
}
.about-section .left h2 span {
  color: #DF540F;
  font-style: italic;
}
.about-section .left .banner {
  border-radius: 30px;
  background: #07134C;
  margin-top: 40px;
  padding: 20px 25px;
  margin-right: 20%;
  display: flex;
  flex-direction: row;
  gap: 25px;
  align-items: center;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.1);
}
.about-section .left .banner span {
  width: 76px;
  height: 76px;
  background-color: #fff;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-section .left .banner h5 {
  color: #DF540F;
  font-size: 30px;
  font-style: italic;
  font-weight: 500;
}
.about-section .left .banner P {
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
}
.about-section .right > * {
  margin-bottom: 15px;
}
.about-section .right p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.about-section .right p:first-child {
  color: #232323;
  font-family: "InterMedium", sans-serif !important;
}
.about-section .right .about-points {
  margin-top: 33px;
}
.about-section .right .flex-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.about-section .service-container {
  position: absolute;
  right: 0;
  bottom: 0px;
}
.about-section .service-container h3 {
  color: #F5F5F5;
  text-align: right;
  font-family: "InterBold", sans-serif !important;
  font-size: 198px;
  line-height: 135px;
  text-transform: uppercase;
}

.ezimex-service-section {
  background: linear-gradient(180deg, #F8F8F8 0%, #FFF 23.85%);
  padding: 120px 0px;
}
.ezimex-service-section .services-row {
  margin: 60px -19px 0px;
}
.ezimex-service-section .services-row .service-card {
  margin: 0px 19px;
}
.ezimex-service-section .services-row .service-card h5 {
  margin: 30px 0px 10px;
  transition: 0.5s ease;
  cursor: pointer;
}
.ezimex-service-section .services-row .service-card:hover h5 {
  color: #DF540F;
}

.why-choose-us-section {
  background: linear-gradient(180deg, #F9F9F9 0%, #FFF 100%);
  padding: 100px 0px 150px;
}
.why-choose-us-section .cards-row {
  padding: 60px 0px 150px;
  row-gap: 16px;
}
.why-choose-us-section .why-choose-card {
  border-radius: 20px;
  background: #F2F2F2;
  padding: 25px 30px 30px;
  height: 100%;
}
.why-choose-us-section .why-choose-card span {
  color: #DFDFDF;
  font-family: "Test Financier Display";
  font-size: 90px;
  font-weight: 500;
}
.why-choose-us-section .why-choose-card h4 {
  color: #2A2B2F;
  font-family: "Test Financier Display";
  font-size: 34px;
  margin: 30px 0px 15px;
  font-weight: 500;
  line-height: 36px;
  /* 105.882% */
}
.why-choose-us-section .why-choose-card2 {
  background: #FFEFE8;
}
.why-choose-us-section .why-choose-card2 span {
  color: #F5D4C6;
}

.internation-card-container {
  margin-bottom: -207px;
}
.internation-card-container .international-card {
  border-radius: 30px;
  background: #DF540F;
  padding: 60px 60px 60px 100px;
  position: relative;
}
.internation-card-container .international-card .primary-outline-btn {
  color: #FFF;
  border-color: #fff;
}
.internation-card-container .international-card P {
  color: #fff;
}
.internation-card-container .international-card h4 {
  color: #FFF;
  font-family: "Test Financier Display";
  font-size: 60px;
  font-style: italic;
  font-weight: 400;
  line-height: 58px;
  margin: 8px 0px 12px;
}
.internation-card-container .international-card .primary-btn {
  color: #000;
  margin-top: 25px;
  background: #FFF;
}
.internation-card-container .international-card .banner-logistics-img {
  position: static;
  width: 100%;
}

.enquiry-main .why-choose-us-section .cards-row {
  padding: 60px 0px 0px;
}

.about-banner-section {
  position: relative;
  min-height: calc(100vh - 115px);
  background: #FFF;
  z-index: -1;
  padding-bottom: 100px;
  overflow: hidden;
}
.about-banner-section .flyover-img1 {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 0;
  right: initial;
}
.about-banner-section .banner-content {
  padding: 120px 0px 0px;
  position: relative;
  z-index: 222;
}
.about-banner-section .banner-content h1 {
  margin-bottom: 10px;
}
.about-banner-section .banner-content p {
  margin-bottom: 15px;
}
.about-banner-section .bottom {
  margin-top: 40px;
}
.about-banner-section .bottom .location {
  display: flex;
  gap: 15px;
  align-items: center;
}
.about-banner-section .bottom .location span {
  position: relative;
  border-radius: 100px;
  padding: 20px;
  background: #FBE6DC;
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.05);
  width: 70px;
  height: 70px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.about-banner-section .bottom .location span img {
  mix-blend-mode: multiply;
}
.about-banner-section .bottom .location h6 {
  color: #07134C;
  font-family: "Test Financier Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px;
}

.vision-mission-section {
  background: linear-gradient(180deg, #F9F9F9 53.49%, #FFF 100%);
  padding: 100px 0px 100px;
}
.vision-mission-section h2 {
  font-family: "Test Financier Display";
  font-style: normal;
  margin-bottom: 15px;
}
.vision-mission-section .second-row {
  margin-top: 60px;
}
.vision-mission-section .second-row .cards-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.vision-mission-section .second-row .cards-container .vision-card {
  border-radius: 15px;
  background: #FFEFE8;
  padding: 30px;
}
.vision-mission-section .second-row .cards-container .vision-card h4 {
  margin-bottom: 30px;
}
.vision-mission-section .second-row .cards-container .vision-card p {
  margin-top: 15px;
}
.vision-mission-section .second-row .cards-container .vision-card.mission-card {
  background: #F2F2F2;
}
.vision-mission-section .second-row .cards-container .vision-card.values h4 {
  margin-bottom: 79px;
}
.vision-mission-section .second-row .cards-container .vision-card.values ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.vision-mission-section .second-row .cards-container .vision-card.values ul li {
  position: relative;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.16px;
}
.vision-mission-section .second-row .cards-container .vision-card.values ul li::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M6.25407 10.75L9.25275 13.7487L15.25 7.75134M20.75 10.75C20.75 12.7278 20.1635 14.6612 19.0647 16.3057C17.9659 17.9502 16.4041 19.2319 14.5768 19.9888C12.7496 20.7457 10.7389 20.9437 8.7991 20.5579C6.85929 20.172 5.07745 19.2196 3.67893 17.8211C2.28041 16.4225 1.32802 14.6407 0.942163 12.7009C0.556311 10.7611 0.7543 8.75042 1.51118 6.92316C2.26805 5.0959 3.54981 3.53412 5.1943 2.4353C6.83879 1.33649 8.77219 0.750001 10.75 0.750001C12.0636 0.749458 13.3644 1.00771 14.5781 1.51002C15.7918 2.01232 16.8947 2.74883 17.8237 3.67747C18.7528 4.60611 19.4898 5.70868 19.9926 6.92221C20.4954 8.13573 20.7541 9.43643 20.7541 10.75H20.75Z' stroke='%23DF540F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.vision-mission-section .second-row .zoom-animate .vision-img {
  height: 666PX !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  border-radius: 15px !important;
}

.contact-banner {
  padding: 100px 0px 80px;
  background-color: #FFF4EE;
}
.contact-banner .contact-form-bg {
  background-color: #fff;
  padding: 50px 50px 50px 70px;
  border-radius: 15px;
  position: relative;
  z-index: 4;
}
.contact-banner .contact-form-bg a {
  color: #333;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.contact-banner h3 {
  color: #2A2B2F;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
  font-family: "Test Financier Display Italic";
  margin-bottom: 15px;
  margin-top: 12px;
}
.contact-banner h3 span {
  color: #DF540F;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
}
.contact-banner h4 {
  color: #000;
  font-size: 26px;
  line-height: normal;
}
.contact-banner h5 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  font-family: "InterMedium", sans-serif;
  margin-bottom: 4px;
}
.contact-banner .contact-address {
  margin-top: 30px;
}
.contact-banner .contact-address svg {
  margin-bottom: 12px;
}
.contact-banner .comnd-text {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-family: "Inter", sans-serif;
}
.contact-banner .mb-4 {
  margin-bottom: 120px !important;
}

.map-sec {
  padding-bottom: 100px;
}
.map-sec iframe {
  width: 100%;
  height: 820px;
}

.place-details-compact-container {
  display: none !important;
}

.enquiry-banner .contact-form-bg {
  margin-bottom: 0;
}
.enquiry-banner .enquiry-info {
  margin-top: 30px;
}
.enquiry-banner .enquiry-info ul {
  padding-left: 20px;
}
.enquiry-banner .enquiry-info ul li {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.enquiry-banner .enquiry-info ul li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 1px;
  width: 30px;
  height: 30px;
  background-image: url("../images/common/tick.png");
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.enquiry-banner .enquiry-info img {
  position: relative;
  left: -140px;
  width: 555px;
  top: 10px;
  margin-bottom: -100px;
}

.enquiry-approch {
  background-color: #fff;
}

.enquiry-main .why-choose-us-section {
  background: #fff;
}
.enquiry-main .why-choose-us-section h2 {
  margin-bottom: 0;
}

.service-banner-section {
  min-height: calc(100vh - 38px);
  background-image: url("../images/service-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0px 0px;
}
.service-banner-section .banner-content {
  text-align: center;
}
.service-banner-section .banner-content h1 {
  margin: 8px 0px 15px;
}

.service-section {
  padding: 150px 0px 300px;
  background: #fff;
}
.service-section .services-container {
  display: flex;
  flex-direction: column;
  row-gap: 120px;
}
.service-section .service .left .service-info span {
  color: #DF540F;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Inter";
}
.service-section .service .left .service-info h3 {
  margin: 0px 0px 10px;
  color: #000;
  font-size: 50px;
  font-family: "Test Financier Display Italic";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.service-section .service .left .service-info p:first-of-type {
  margin: 10px 0px 25px;
}
.service-section .service .left .service-info h6 {
  color: #07134C;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 120% */
}
.service-section .service .left .service-info ul {
  margin: 15px 0px 20px;
  display: flex;
  flex-direction: column;
  row-gap: 13px;
}
.service-section .service .left .service-info ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  font-size: 16px;
  line-height: 24px;
}
.service-section .service .left .service-info ul li:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Ccircle cx='15' cy='15' r='14.25' fill='white' stroke='%23DF540F' stroke-width='1.5'/%3E%3Cpath d='M10.5 15L14.3158 19L19.8158 12' stroke='%23DF540F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.service-section .service .left .service-info a {
  margin-top: 40px;
}

.policy-banner {
  background: #FFF4EE;
  padding: 100px 0px;
}
.policy-banner h2 {
  color: #2A2B2F;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
  font-family: "Test Financier Display Italic";
  font-weight: 600;
}
.policy-banner span {
  font-family: "Inter", sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.policy-page {
  padding: 80px 0px 150px;
}
.policy-page .policy-content h4 {
  color: #1A1A1A;
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 30px;
}
.policy-page .policy-content h4:first-of-type {
  margin-top: 0;
}
.policy-page .policy-content ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  gap: 10px;
}
.policy-page .policy-content ul li {
  position: relative;
  padding-left: 30px;
  color: #333;
  font-size: 16px;
  line-height: 24px;
}
.policy-page .policy-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M6.25002 10.75L9.25002 13.75L15.25 7.74999M20.75 10.75C20.75 16.2728 16.273 20.75 10.75 20.75C5.22709 20.75 0.75 16.2728 0.75 10.75C0.75 5.22708 5.22709 0.75 10.75 0.75C16.273 0.75 20.75 5.22708 20.75 10.75Z' stroke='%23DF540F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.policy-page .policy-content p {
  color: #333333;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
.policy-page .policy-content p a {
  color: #333333;
}
.policy-page .policy-content p:last-of-type {
  margin: 0;
}
.policy-page .policy-side-content {
  position: sticky;
  top: 100px;
}
.policy-page .policy-side-content h5 {
  color: #333;
  font-family: "Test Financier Display";
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
.policy-page .policy-side-content ul {
  padding-left: 20px;
}
.policy-page .policy-side-content ul li {
  list-style: decimal;
}
.policy-page .policy-side-content ul li a {
  color: #333;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 24px;
  display: inline-block;
}
.policy-page .policy-side-content ul .active {
  color: #DF540F;
}
.policy-page .policy-side-content ul .active a {
  color: #DF540F;
}

.error-page {
  padding: 200px 0px;
}
.error-page img {
  margin-bottom: 30px;
}
.error-page .error-content h3 {
  color: #000;
  text-align: center;
  font-size: 30px;
  line-height: normal;
  font-family: "InterMedium", sans-serif;
  margin-bottom: 6px;
}
.error-page .error-content p {
  margin-bottom: 30px;
}

.slick-dots {
  position: static !important;
  margin-top: 20px !important;
  padding: 20px 0px;
}
.slick-dots li {
  width: unset !important;
}
.slick-dots li button {
  border-radius: 10px !important;
  background: #CCC !important;
  width: 8px !important;
  height: 8px !important;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots .slick-active button {
  width: 20px !important;
  height: 8px !important;
  border-radius: 10px !important;
  background: #DF540F !important;
}

@media screen and (min-width: 1900px) {
  .home-banner {
    padding-top: 255px;
  }
  .banner-section {
    height: calc(91vh - 15px);
  }
  .about-banner-section .flyover-img1 {
    right: 0;
  }
}
@media screen and (min-width: 1600px) {
  footer .footer-bottom h5 {
    font-family: "Inter";
    font-size: 400px;
    line-height: 295px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
  footer .footer-bottom h5 {
    font-family: "Inter";
    font-size: 370px;
    line-height: 295px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  header nav ul {
    gap: 15px;
  }
  footer .footer-bottom h5 {
    font-family: "Inter";
    font-size: 312px;
    line-height: 295px;
  }
  .banner-section {
    height: calc(100vh - 20px);
    background-position: left;
  }
  .banner-section .banner-content {
    top: 60%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-active .nav-bottom-links {
    display: block;
    width: 100%;
    margin-top: 100%;
  }
  .policy-page .smart-solution .smart-solution-card {
    bottom: 30px;
    left: 25px;
  }
  footer .reach-out-img {
    display: none;
  }
  footer .footer-bottom h5 {
    font-family: "Inter";
    font-size: 250px;
    line-height: 200px;
  }
  .contact-banner .contact-form-bg {
    padding: 50px;
  }
  .contact-banner .contact-form-bg .form-area {
    padding: 20px;
  }
  .enquiry-banner .enquiry-info img {
    left: -55px;
    width: 360px;
  }
  .enquiry-main {
    margin-bottom: 10px;
  }
  .enquiry-main .why-choose-us-section {
    padding: 50px 0px 0px;
  }
  .enquiry-main .why-choose-us-section .cards-row {
    padding: 60px 0px 50px;
  }
  .enquiry-main .why-choose-us-section .cards-row .zoom-animate img {
    width: 315px !important;
    height: 306px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .why-choose-us-section .w-100 {
    -o-object-fit: cover;
       object-fit: cover;
    height: 400px;
    border-radius: 20px;
  }
  .why-choose-us-section .why-choose-card h4 {
    font-size: 25px;
    margin: 30px 0px 15px;
    line-height: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .nav-active .nav-bottom-links {
    margin-top: 620px;
  }
  .policy-page {
    padding: 50px 0px;
  }
  .policy-page .policy-side-content {
    display: none;
  }
  .error-page {
    padding: 70px 0px;
  }
  .slick-arrow {
    display: none !important;
  }
  footer {
    padding-top: 100px;
  }
  footer .reach-out {
    margin-top: -50%;
    width: 100%;
    left: 15px;
    padding: 30px;
  }
  footer .reach-out p {
    margin-bottom: 30px;
  }
  footer .reach-out .prefooter-images {
    display: none;
  }
  footer .footer-links {
    padding-top: 80px;
    row-gap: 40px;
  }
  footer .footer-links h4 {
    color: #9FF7C8;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 10px;
  }
  footer .footer-links p {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  footer .footer-links ul {
    padding-left: 0;
  }
  footer .footer-links ul li {
    list-style-type: none;
    margin-bottom: 10px;
  }
  footer .footer-links ul li a {
    color: #FFF;
    font-size: 14px;
    line-height: normal;
  }
  footer .footer-links .address {
    margin: 25px 0px;
  }
  footer .footer-links .address p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 20px;
    margin-top: 2px;
    margin-bottom: 0px;
  }
  footer .footer-links .address h5 {
    color: #FFF;
    font-size: 14px;
    line-height: normal;
    font-family: "InterMedium", sans-serif;
  }
  footer .footer-links a {
    color: #FFF;
    font-size: 14px;
    line-height: normal;
    font-family: "Inter", sans-serif;
  }
  footer .footer-bottom h5 {
    font-family: "Inter";
    font-size: 195px;
    line-height: 200px;
  }
  .contact-banner .contact-form-bg {
    padding: 50px;
  }
  .contact-banner .contact-form-bg .form-area {
    margin-top: 20px;
  }
  .map-sec {
    padding-bottom: 70px;
  }
  .enquiry-main {
    margin-bottom: 90px;
  }
  .enquiry-main .why-choose-us-section {
    padding: 50px 0px 0px;
  }
}
@media screen and (min-width: 1025px) {
  .header nav ul li:last-of-type {
    margin-left: -10px;
  }
  .header nav.nav-down {
    transform: translateY(0);
    transition: transform 0.3s ease;
  }
  .header nav.nav-up {
    transform: translateY(-100%);
  }
  .header nav.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.228);
    backdrop-filter: blur(15px);
    padding: 20px 0 !important;
  }
  .header nav.is-fixed ul li a {
    color: #ffffff !important;
  }
  .header nav.is-fixed ul .text-btn {
    color: #e52e2a !important;
  }
  .header nav.is-fixed ul .dropdown a img {
    filter: invert(0) !important;
  }
}
@media only screen and (max-width: 1024px) {
  .hamburger {
    display: block;
  }
  .sticky-header {
    position: sticky;
    top: 0;
  }
  .sticky-header nav .container-width {
    margin: 0 0px 0 15px;
  }
  .header .tab-bar {
    display: none;
  }
  .close-tab-bar {
    display: none;
  }
  header .is-fixed {
    background: #FFFFFF;
    top: 0px;
    position: fixed;
    width: 100%;
  }
  .header .is-fixed {
    background: #FFFFFF;
    top: 15px;
  }
  header #dynamic-logo {
    width: 130px;
    height: 39px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    background-color: #FFFFFF !important;
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-6px) rotate(-43deg);
    background-color: #FFFFFF !important;
    width: 100% !important;
  }
  .nav-menu {
    position: fixed;
    left: -100%;
    top: 0px;
    gap: 0 !important;
    flex-direction: column !important;
    background: #DF540F;
    width: 100%;
    height: initial;
    transition: 0.3s;
    text-align: start;
    z-index: -9;
    padding: 30px 30px 100px 30px;
    justify-content: space-between;
  }
  .nav-menu.active {
    left: 0;
    padding: 110px 30px 30px 30px;
  }
  .nav-active {
    width: 100%;
  }
  .nav-active .mobile-logo {
    display: block !important;
    position: relative;
    z-index: 1;
  }
  .nav-active .logo {
    display: none;
  }
  .nav-active .nav-bottom-links {
    display: block;
    width: 100%;
  }
  .nav-active .nav-bottom-links h5 {
    color: #FFF;
    font-size: 16px;
    line-height: normal;
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
  }
  .nav-active .nav-bottom-links .bottom-line {
    border-top: 1px solid #FFFFFF;
    padding-top: 15px;
    margin-top: 15px;
  }
  .nav-active .nav-bottom-links .bottom-line .copyright {
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
  }
  .nav-active .nav-bottom-links .bottom-line p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
  }
  .nav-active .nav-bottom-links .bottom-line p a {
    color: #fff;
    font-family: "InterMedium", sans-serif;
    text-decoration: none;
  }
  header .tab-bar .follow-links {
    display: none !important;
  }
  header nav ul li {
    margin-bottom: 20px;
  }
  header nav ul li a {
    color: #DFC6B9 !important;
    font-size: 14px !important;
    padding: 0px 0px !important;
  }
  header nav ul li .service-arrow {
    filter: invert(1);
  }
  header nav ul li .primary-btn img {
    display: none;
  }
  header nav ul li a.nav-link.active {
    color: #fff !important;
  }
  header nav ul .dropdown .wht-box {
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  header nav ul .dropdown .wht-box::before {
    display: none;
  }
  header nav ul .dropdown .wht-box p {
    display: none;
  }
  header nav ul .dropdown .wht-box h5 {
    color: #DFC6B9;
    font-size: 14px;
    line-height: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
  }
  header nav ul .dropdown .wht-box h5 img {
    display: none;
  }
  header nav ul .dropdown .wht-box li {
    background-color: transparent;
  }
  header nav ul .dropdown .wht-box li a {
    padding: 0 !important;
    font-size: 14px;
  }
  header nav ul .dropdown .wht-box li:hover {
    background: transparent;
  }
  header nav ul .dropdown .wht-box .menu-links {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
  header nav ul .dropdown:hover .dropdown-menu {
    margin-left: 15px;
    padding-top: 11px;
    left: 0;
    position: relative;
  }
  header nav ul .dropdown-description {
    display: none !important;
  }
  header .bottom-content {
    display: none !important;
  }
  .slick-dots {
    bottom: -50px;
  }
  .slick-dots li button:before {
    content: "";
    transition: all 0.3s ease;
    background: #DFC6B9;
    font-size: 13px;
    width: 15px;
    height: 15px;
    border-radius: 50px;
  }
  .slick-dots .slick-active button:before {
    background: #105246;
    width: 20px;
    height: 20px;
    opacity: 1 !important;
  }
  .header {
    position: fixed;
    z-index: 999;
    width: 100%;
  }
  .banner-section {
    height: calc(93vh - 6px);
  }
}
@media screen and (max-width: 767px) {
  br {
    display: none;
  }
  .sticky-header nav .container-width {
    margin: 0;
  }
  .nav-active .nav-bottom-links {
    margin-top: 240px;
  }
  bdi {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 5px;
  }
  h1 {
    font-size: 28px !important;
    line-height: 34px !important;
  }
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
  p {
    font-size: 14px;
    line-height: 20px;
  }
  .form-area {
    padding: 20px;
  }
  .form-area .checkbox p {
    font-size: 14px;
    line-height: 22px;
  }
  .slick-dots {
    bottom: -50px;
  }
  .slick-dots li button:before {
    content: "";
    transition: all 0.3s ease;
    background: #DFC6B9;
    font-size: 13px;
    width: 15px;
    height: 15px;
    border-radius: 50px;
  }
  .slick-dots .slick-active button:before {
    background: #105246;
    width: 20px;
    height: 20px;
    opacity: 1 !important;
  }
  .container-width {
    padding-right: 30px;
    padding-left: 30px;
  }
  header .tab-bar .top-heading {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 10px;
  }
  header nav ul li:hover a {
    color: #fff !important;
  }
  .policy-page {
    padding: 50px 0px 230px;
  }
  .policy-page .policy-side-content {
    position: unset;
    margin-bottom: 30px;
    display: none;
  }
  .policy-page .policy-side-content h5 {
    display: none;
  }
  .policy-page .policy-side-content .smart-solution {
    display: none;
  }
  .policy-page .policy-side-content ul {
    display: flex;
    align-items: center;
    overflow: scroll;
  }
  .policy-page .policy-side-content ul li {
    border-bottom: 1px solid #E8E8E8;
    border-left: 0;
  }
  .policy-page .policy-side-content ul li a {
    width: 222px;
    margin-bottom: 10px;
    padding: 0;
  }
  .policy-page .policy-side-content ul li a:last-of-type {
    margin-bottom: 10px;
  }
  .policy-page .policy-side-content ul li:last-of-type {
    margin-bottom: 0px;
  }
  .policy-page .policy-side-content ul .active {
    color: #DF540F;
    position: relative;
  }
  .policy-page .policy-side-content ul .active::before {
    content: "";
    position: absolute;
    top: 0;
    left: -21px !important;
    height: 100%;
    border-left: 0;
    border-bottom: 2px solid #DF540F;
    width: 90% !important;
  }
  .policy-page .mobile-banner {
    margin-bottom: 20px;
  }
  .policy-page .mobile-banner h2 {
    color: #DF540F;
    font-family: "Test Financier Display";
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .policy-page .mobile-banner span {
    color: #818181;
    font-size: 12px;
  }
  .policy-page .policy-content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .policy-page .policy-content h4 {
    font-size: 22px;
    margin-top: 20px;
  }
  .policy-page .policy-content ul li {
    font-size: 14px;
    line-height: 20px;
    /* 142.857% */
  }
  .error-page {
    padding: 50px 0px 230px;
  }
  .error-page .error-content h4 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  footer {
    padding-top: 100px;
  }
  footer .reach-out {
    position: absolute;
    margin-top: -130%;
    padding: 30px;
    left: 35px;
    width: 330px;
    height: 525px;
  }
  footer .reach-out h4 {
    font-size: 24px;
  }
  footer .reach-out p {
    margin-bottom: 30px;
  }
  footer .reach-out .reach-out-img {
    position: unset;
    margin-top: 20px;
  }
  footer .reach-out .pre-footer-img {
    left: 30px;
    width: 90%;
    width: 273px;
    height: 191px;
  }
  footer .copy-rights {
    align-items: start;
    justify-content: center;
    border-top: 0;
    padding-top: 0;
    margin-top: 40px;
    flex-direction: column;
    gap: 10px;
  }
  footer .footer-bottom h5 {
    font-family: "Inter";
    font-size: 95px;
    line-height: normal;
    margin-top: 10px;
  }
  footer .footer-links {
    row-gap: 20px;
  }
  .slick-arrow {
    display: none !important;
  }
  .contact-banner {
    padding: 50px 0px;
    background: linear-gradient(to bottom, #FFFFFF 30%, #FFF4EE 103%);
  }
  .contact-banner .contact-form-bg {
    padding: 0;
    background-color: transparent;
  }
  .contact-banner .contact-form-bg h3 {
    font-size: 34px;
    line-height: 38px;
  }
  .contact-banner .contact-form-bg h3 span {
    font-size: 34px;
    line-height: 38px;
  }
  .contact-banner .contact-form-bg a {
    font-size: 14px;
    line-height: 20px;
  }
  .contact-banner .contact-form-bg .form-area {
    margin-top: 30px;
  }
  .contact-banner .mb-4 {
    margin-bottom: 30px !important;
  }
  .contact-banner h5 {
    font-size: 14px;
    line-height: 20px;
  }
  .enquiry-main {
    margin-bottom: 200px;
  }
  .map-sec {
    padding-bottom: 230px;
  }
  .map-sec iframe {
    width: 375px;
    height: 431px;
  }
  .enquiry-banner .contact-form-bg {
    padding: 0;
    background-color: transparent;
    position: unset;
    margin-bottom: 0;
  }
  .enquiry-main .why-choose-us-section {
    padding: 50px 0px;
  }
  .enquiry-main .why-choose-us-section p {
    text-align: center;
  }
  .enquiry-main .why-choose-us-section .cards-row p {
    text-align: left;
  }
  .mindzchatmodal {
    position: fixed;
    right: 0px;
  }
  .mindzchatboxbody .mindzchathead .usercolforminzchat .mindzchatusername h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 34px;
    font-weight: 600;
    line-height: 38px;
  }
  h2 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
  }
  h5 {
    color: #0A0C0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  p {
    font-size: 14px;
    line-height: 20px;
  }
  .top-bar {
    padding: 44px 0px 15px;
  }
  .top-bar P {
    font-size: 12px;
    max-width: 70%;
  }
  .top-bar span {
    font-size: 12px;
  }
  .banner-section {
    position: relative;
    z-index: 222;
    height: calc(68vh + 250px);
  }
  .banner-section .banner-content {
    position: absolute;
    z-index: 222;
    top: 50%;
  }
  .banner-section .banner-content .primary-outline-btn {
    background: #FFF;
  }
  .banner-section .banner-content h1 {
    margin: 8px 0px 10px;
  }
  .banner-section .banner-content h1 br {
    display: block;
  }
  .banner-section .banner-content p {
    margin-bottom: 20px;
    width: 80%;
  }
  .banner-section .banner-content .list-items {
    margin-top: 30px;
  }
  .banner-section .banner-content .list-items ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .banner-section .banner-content .list-items ul li {
    display: flex;
    flex-direction: row;
    gap: 8px;
  }
  .banner-section .banner-content .list-items ul h4 {
    margin-top: 0px;
  }
  .banner-section .banner-content .list-items ul span {
    font-size: 12px;
  }
  .about-section {
    padding: 50px 0px 50px;
  }
  .about-section .left h2 {
    margin-top: 10px;
  }
  .about-section .left .banner {
    border-radius: 10px;
    margin-top: 10px;
    padding: 20px 15px;
    margin-right: 0;
    margin-bottom: 20px;
    gap: 15px;
  }
  .about-section .left .banner span {
    width: 60px;
    height: 60px;
  }
  .about-section .left .banner h5 {
    font-size: 24px;
  }
  .about-section .left .banner P {
    font-size: 14px;
    line-height: 20px;
  }
  .about-section .left .banner img {
    width: 25px;
  }
  .about-section .right > * {
    margin-bottom: 10px;
  }
  .about-section .right p {
    font-size: 14px;
    line-height: 20px;
  }
  .about-section .right .flex-box {
    gap: 8px;
  }
  .about-section .service-container {
    position: absolute;
    right: 0;
    bottom: 0px;
  }
  .about-section .service-container h3 {
    color: #F5F5F5;
    text-align: right;
    font-family: "Inter";
    font-size: 198px;
    font-weight: 900;
    line-height: 200px;
    text-transform: uppercase;
  }
  .ezimex-service-section {
    padding: 50px 0px;
  }
  .ezimex-service-section .services-row {
    margin-top: 20px;
  }
  .ezimex-service-section .services-row .service-card h5 {
    margin: 20px 0px 5px;
  }
  .why-choose-us-section {
    padding: 50px 0px 390px;
  }
  .why-choose-us-section .cards-row {
    padding: 30px 0px 50px;
    row-gap: 25px;
  }
  .why-choose-us-section .cards-row .why-choose1 {
    order: 2;
  }
  .why-choose-us-section .cards-row .why-choose2 {
    order: 3;
  }
  .why-choose-us-section .cards-row .why-choose3 {
    order: 6;
  }
  .why-choose-us-section .cards-row .why-choose4 {
    order: 7;
  }
  .why-choose-us-section .cards-row .why-choose5 {
    order: 1;
  }
  .why-choose-us-section .cards-row .why-choose6 {
    order: 4;
  }
  .why-choose-us-section .cards-row .why-choose7 {
    order: 5;
  }
  .why-choose-us-section .cards-row .why-choose8 {
    order: 8;
  }
  .why-choose-us-section .why-choose-card {
    padding: 20px;
  }
  .why-choose-us-section .why-choose-card h4 {
    color: #000;
    font-size: 24px;
    margin: 20px 0px 12px;
    line-height: 28px;
  }
  .internation-card-container {
    margin-bottom: -140px;
  }
  .internation-card-container .international-card {
    border-radius: 25px;
    padding: 30px;
  }
  .internation-card-container .international-card h4 {
    margin: 8px 0px 12px;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
  }
  .internation-card-container .international-card .primary-btn {
    color: #000;
    margin-top: 25px;
    background: #FFF;
  }
  .internation-card-container .international-card .banner-logistics-img {
    position: static;
    padding-top: 30px;
  }
  .footer-section .top-row {
    padding: 200px 0px 30px;
    row-gap: 40px;
  }
  .footer-section .top-row p {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-section .top-row h6 {
    color: #EDEDED;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .footer-section .company-info p {
    padding: 15px 0px 0px;
  }
  .footer-section .links-container h4 {
    font-size: 14px;
  }
  .footer-section .follow-us {
    margin-top: 30px;
  }
  .footer-section .middle {
    border-top: none;
    padding: 0px;
    gap: 15px;
  }
  .footer-section .middle p:first-child {
    color: #fff;
  }
}
@media screen and (max-width: 992px) {
  .about-banner-section {
    padding-bottom: 0px;
  }
  .about-banner-section .flyover-img1 {
    display: none;
  }
  .about-banner-section .banner-content {
    padding: 40px 0px 0px;
  }
  .about-banner-section .banner-content h1 {
    margin-bottom: 10px;
  }
  .about-banner-section .banner-content p {
    margin-bottom: 15px;
  }
  .about-banner-section .bottom {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .about-banner-section .bottom .row {
    row-gap: 12px;
  }
  .about-banner-section .bottom .row .location {
    gap: 12px;
  }
  .about-banner-section .bottom .row .location span {
    width: 60px;
    height: 60px;
  }
  .about-banner-section .bottom .row .location h6 {
    margin-bottom: 4px;
  }
  .vision-mission-section {
    padding: 50px 0px 230px;
  }
  .vision-mission-section h2 {
    font-style: normal;
    margin-bottom: 15px;
  }
  .vision-mission-section .second-row {
    margin-top: 30px;
    gap: 15px;
  }
  .vision-mission-section .second-row .cards-container {
    gap: 15px;
  }
  .vision-mission-section .second-row .cards-container .vision-card {
    border-radius: 10px;
    padding: 20px;
  }
  .vision-mission-section .second-row .cards-container .vision-card h4 {
    margin-bottom: 20px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .vision-mission-section .second-row .cards-container .vision-card p {
    margin-top: 44px;
  }
  .vision-mission-section .second-row .cards-container .vision-card.mission-card {
    background: #F2F2F2;
  }
  .vision-mission-section .second-row .cards-container .vision-card.values h4 {
    margin-bottom: 60px;
  }
  .vision-mission-section .second-row .cards-container .vision-card.values ul li {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .vision-mission-section .second-row .zoom-animate .vision-img {
    width: 415px !important;
  }
}
@media screen and (max-width: 992px) {
  .service-banner-section {
    background-image: url("../images/service-mob-banner.png");
    min-height: calc(100vh - 152px);
  }
  .service-banner-section .banner-content h1 {
    margin: 8px 0px 10px;
  }
  .service-section {
    padding: 50px 0px 430px;
  }
  .service-section .services-container {
    row-gap: 30px;
  }
  .service-section .service .left .service-info span {
    font-size: 16px;
    line-height: normal;
    font-family: "Inter";
  }
  .service-section .service .left .service-info h3 {
    margin: 0px 0px 8px;
    font-size: 28px;
  }
  .service-section .service .left .service-info p:first-of-type {
    margin: 12px 0px 20px;
  }
  .service-section .service .left .service-info h6 {
    margin-top: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .service-section .service .left .service-info ul {
    margin: 10px 0px 20px;
    row-gap: 10px;
  }
  .service-section .service .left .service-info ul li {
    gap: 8px;
    font-size: 14px;
    line-height: 20px;
  }
  .service-section .service .left .service-info ul li:before {
    height: 22px;
  }
  .service-section .service .left .service-info a {
    margin-top: 20px;
  }
  .service-section .service .left .service-info .service-mob-img {
    border-radius: 10px;
    width: 315px !important;
    height: 315px;
  }
}/*# sourceMappingURL=style.css.map */