@font-face {
  font-family: "notoSansBlack";
  src: url("../font/NotoSans-Black.ttf"), format("turetype");
}
@font-face {
  font-family: "notoSansSemiBold";
  src: url("../font/NotoSans-SemiBold.ttf"), format("turetype");
}
@font-face {
  font-family: "notoSansExtraLight";
  src: url("../font/NotoSans-ExtraLight.ttf"), format("turetype");
}
@font-face {
  font-family: "notoSansLight";
  src: url("../font/NotoSans-Light.ttf"), format("turetype");
}
@font-face {
  font-family: "notoSansMedium";
  src: url("../font/NotoSans-Medium.ttf"), format("turetype");
}
@font-face {
  font-family: "notoSansRegular";
  src: url("../font/NotoSans-Regular.ttf"), format("turetype");
}
@font-face {
  font-family: "notoSansBold";
  src: url("../font/NotoSans-Bold.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;
}

bdi {
  color: #23266B;
  font-family: "notoSansSemiBold", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

h1 {
  color: #FFF;
  font-family: "notoSansBold", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 66px;
}

h2 {
  color: #333;
  font-family: "notoSansBold", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

h4 {
  color: #333;
  font-family: "notoSansMedium", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

p {
  font-family: "notoSansRegular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.primary-btn {
  display: inline-flex;
  padding: 12px 20px;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 16px;
  line-height: normal;
  font-family: "notoSansRegular", sans-serif !important;
  border-radius: 25px;
  border: 0;
  background-color: #23266B;
}
.primary-btn svg {
  transition: all 0.3s;
}
.primary-btn img {
  transition: all 0.3s;
}
.primary-btn:hover {
  color: #FFF !important;
}
.primary-btn:hover svg {
  transform: translateX(5px);
}
.primary-btn:hover img {
  transform: translateX(5px);
}

@keyframes buttonArrow {
  0% {
    background-position: 0 0, -15px 15px;
  }
  100% {
    background-position: 25px -25px, 0 0;
  }
}
.primary-outline-btn {
  display: inline-flex;
  padding: 12px 20px;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 16px;
  line-height: normal;
  font-family: "notoSansRegular", sans-serif !important;
  border-radius: 25px;
  border: 1px solid #FFF;
}
.primary-outline-btn svg {
  transition: all 0.3s;
}
.primary-outline-btn img {
  transition: all 0.3s;
}
.primary-outline-btn:hover {
  color: #FFF !important;
}
.primary-outline-btn:hover svg {
  transform: translateX(5px);
}
.primary-outline-btn:hover img {
  transform: translateX(5px);
}

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

.sticky-header {
  color: #FFFFFF;
}
.sticky-header nav ul li .text-btn {
  color: #23266B !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: #23266B;
  padding: 8px 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 .phone-number a {
  color: #FFF;
  font-family: "notoSansMedium", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
header .tab-bar span {
  color: gba(255, 255, 255, 0.8);
  font-size: 14px;
  font-family: "notoSansRegular", sans-serif;
}
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: "notoSansRegular", sans-serif;
}
header nav ul li:hover a {
  color: #23266B !important;
}
header nav ul li .outline-btn {
  background: transparent;
  border: 1px solid #23266B;
  color: #23266B !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: #23266B !important;
}
header nav ul .dropdown > .nav-link.active {
  color: #23266B !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: -140%;
}
header nav ul .dropdown .wht-box {
  border-radius: 10px;
  border: 1px solid #DFDFDF;
  background: #FFFFFF;
  width: 640px;
  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: "notoSansMedium", sans-serif;
  margin-bottom: 5px;
}
header nav ul .dropdown .wht-box p {
  color: #333333;
  font-family: "notoSansRegular", sans-serif;
  font-size: 12px;
  line-height: normal;
  margin-bottom: 0;
}
header nav ul .dropdown .wht-box li {
  margin-bottom: 10px;
  border-radius: 8px;
}
header nav ul .dropdown .wht-box li:hover {
  background: #F2F2FF;
}
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 .menu-links #service-menu-image {
  width: 324px;
  height: 230px;
}
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: #23266B !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 {
  border-radius: 25px;
  background: #FFF;
  display: inline-flex;
  padding: 12px 20px;
  align-items: center;
  gap: 10px;
  color: #23266B;
  font-size: 16px;
  line-height: normal;
  font-family: "notoSansRegular", sans-serif !important;
  border: 0;
}
.btn-white svg {
  transition: all 0.3s;
}
.btn-white img {
  transition: all 0.3s;
}
.btn-white:hover svg {
  transform: translateX(5px);
}
.btn-white:hover img {
  transform: translateX(5px);
}

.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: 0;
  border: 1px solid #EAEAEA;
  background: #fff;
  padding: 50px;
}
.form-area h3 {
  color: #000000;
  font-size: 20px;
  line-height: 28px;
  font-family: "notoSansMedium", 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: 12px 15px;
  border-radius: 6px;
  border: 1px solid #EAEAEA;
  background: #FFF;
}
form .form-select {
  padding: 12px 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: "notoSansRegular", sans-serif;
}
form input::placeholder {
  color: #878889;
  font-size: 14px;
  line-height: normal;
  font-family: "notoSansRegular", sans-serif;
}
form .comment {
  color: #818181 !important;
  font-size: 14px;
  line-height: normal;
}
form .form-check-input:checked {
  background-color: #23266B;
  border-color: #23266B;
}
form textarea.form-control {
  min-height: 120px;
}
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: 16px;
  line-height: 24px;
}
form .checkbox p a {
  text-decoration: underline;
  color: #23266B;
  color: #23266B !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;
  background-color: #363636;
}
footer .pt-md-5 {
  padding-top: 60px !important;
}
footer .footer-top-box {
  border-bottom: 1px solid #494949;
}
footer .footer-top-box h3 {
  color: #FFF;
  font-family: "notoSansSemiBold", sans-serif !important;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 13px;
}
footer .footer-top-box p {
  margin-bottom: 25px;
}
footer .footer-top-box .footer-img {
  margin-top: -80px;
}
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: 50px;
}
footer .footer-links h4 {
  color: #B1B1B1;
  font-size: 15px;
  line-height: normal;
  font-family: "notoSansMedium", sans-serif;
  margin-bottom: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
footer .footer-links p {
  color: #fff;
  font-size: 15px;
  margin-top: 25px;
  font-family: "notoSansRegular", sans-serif;
  margin-bottom: 30px;
  line-height: 22px;
}
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%);
  background-color: #D0D0D0;
  border-radius: 50%;
}
footer .footer-links a {
  color: #FFF;
  font-size: 14px;
  line-height: normal;
  font-family: "notoSansRegular", sans-serif;
}
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: "notoSansMedium", 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: "notoSansMedium", 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: "notoSansRegular", sans-serif !important;
}

.smart-solution {
  background-color: #23266B;
  padding: 40px;
}
.smart-solution h5 {
  color: #FFF;
  font-family: "notoSansMedium", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
}
.smart-solution p {
  color: #fff;
  margin-bottom: 30px;
}

.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 280px;
  position: relative;
}
.about-section .box {
  background: #23266B;
  padding: 47px 38px;
  color: #fff;
  height: 448px;
}
.about-section .list-items h4 {
  color: #FFF;
  font-family: "notoSansRegular", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}
.about-section .list-items p {
  color: #E0E0FF;
  font-size: 16px;
  font-style: normal;
  font-family: "notoSansRegular", sans-serif;
  font-weight: 400;
  line-height: 21px;
}
.about-section .list-items li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}
.about-section .list-items li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: url("../images/common-images/star.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about-section h2 {
  margin-bottom: 10px;
}
.about-section p {
  color: #333;
  margin-bottom: 15px;
}
.about-section p:last-of-type {
  margin-bottom: 30px;
}
.about-section .about-img {
  margin-left: -100px;
}

.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;
}

.home-services {
  background: #F9F9F9;
  padding: 100px 0px;
}
.home-services .service {
  border-radius: 20px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  padding: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin: auto 10px;
}
.home-services .service img {
  width: 615px;
  height: 470px;
}
.home-services .service .service-info h2 {
  margin-bottom: 10px;
}
.home-services .service .service-info p {
  margin-bottom: 20px;
}
.home-services .service .service-info ul {
  margin-bottom: 40px;
}
.home-services .service .service-info ul li {
  margin-bottom: 8px;
}
.home-services .service .service-info ul li:last-of-type {
  margin-bottom: 0px;
}
.home-services .slick-arrow {
  top: -103px;
  display: block;
}
.home-services .slick-arrow:hover svg circle {
  fill: #082A63;
}
.home-services .slick-arrow:hover svg path {
  stroke: #fff;
}
.home-services .slick-next {
  right: 10%;
}
.home-services .slick-next::before {
  display: none;
}
.home-services .slick-prev {
  right: revert;
  left: 84%;
}
.home-services .slick-prev::before {
  display: none;
}

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

.hero-banner {
  position: relative;
  min-height: 700px;
  height: 100vh;
  max-height: 850px;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: #fff;
  isolation: isolate;
}
.hero-banner__video {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-banner__video-element {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.hero-banner__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.48) 35%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.2) 100%);
  pointer-events: none;
}
.hero-banner .container {
  position: relative;
  z-index: 2;
  width: 100%;
}
.hero-banner bdi {
  color: #fff;
}
.hero-banner h1 {
  margin-bottom: 8px;
}
.hero-banner p {
  color: #FFF;
  margin-bottom: 25px;
}
.hero-banner .list-items {
  margin-top: 50px;
}
.hero-banner .list-items ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.hero-banner .list-items ul li h4 {
  margin-top: 12px;
  color: #FFF;
  font-size: 15px;
  font-family: "inter", sans-serif;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.hero-banner .list-items ul li span {
  color: #DFDFDF;
  font-family: "inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}
.hero-banner__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 30px;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  font-size: 10px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.hero-banner__button span {
  font-size: 13px;
  line-height: 1;
  transition: transform 0.3s ease;
}
.hero-banner__button:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
  transform: translateY(-2px);
}
.hero-banner__button:hover span {
  transform: translateX(3px);
}
.hero-banner__features {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  margin-top: 28px;
}
.hero-banner__feature {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 100px;
  color: #fff;
}
.hero-banner__icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  font-size: 10px;
}
.hero-banner__feature div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hero-banner__feature strong {
  font-size: 7px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.hero-banner__feature small {
  font-size: 6px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.65);
}
.hero-banner__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: background 0.3s ease, transform 0.3s ease;
}
.hero-banner__play:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: translate(-50%, -50%) scale(1.08);
}
.hero-banner__play-icon {
  position: relative;
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #fff;
}
@media (max-width: 991px) {
  .hero-banner {
    min-height: 650px;
  }
  .hero-banner__content {
    max-width: 500px;
  }
  .hero-banner h1 {
    font-size: clamp(40px, 6vw, 55px);
  }
  .hero-banner__features {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .hero-banner {
    min-height: 650px;
    height: 100svh;
    align-items: flex-end;
    padding-bottom: 60px;
  }
  .hero-banner__video-element {
    -o-object-position: 60% center;
       object-position: 60% center;
  }
  .hero-banner__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.85) 100%);
  }
  .hero-banner__content {
    padding-top: 0;
    max-width: 100%;
  }
  .hero-banner__eyebrow {
    font-size: 8px;
  }
  .hero-banner h1 {
    margin-bottom: 14px;
    font-size: clamp(36px, 10vw, 48px);
    line-height: 1;
  }
  .hero-banner p {
    max-width: 330px;
    font-size: 14px;
    line-height: 20px;
  }
  .hero-banner__features {
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 25px;
  }
  .hero-banner__feature {
    min-width: 90px;
  }
  .hero-banner__play {
    top: 42%;
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 480px) {
  .hero-banner__features {
    gap: 12px;
  }
  .hero-banner__feature {
    min-width: calc(50% - 10px);
  }
  .hero-banner__feature:last-child {
    display: none;
  }
}

.about-banner {
  padding: 120px 0px 0px;
  background: linear-gradient(180deg, rgba(238, 238, 238, 0.5) 0%, rgba(255, 255, 255, 0.5) 89.83%);
}
.about-banner .mb-5 {
  margin-bottom: 60px !important;
}

.about-content-section {
  padding: 100px 0px 100px;
}
.about-content-section h4 {
  margin-bottom: 12px;
}
.about-content-section p {
  margin-bottom: 15px;
}
.about-content-section p:last-of-type {
  margin-bottom: 0px;
}
.about-content-section .about-box {
  background: #23266B;
  padding: 60px;
  margin-top: -170px;
}
.about-content-section .about-box h5 {
  color: #FFF;
  font-family: "notoSansMedium", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: normal;
  margin: 15px 0px 3px;
}
.about-content-section .about-box p {
  color: #FFF;
  font-family: "notoSansRegular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.whychoose-section {
  padding: 100px 0px 100px;
}
.whychoose-section h2 {
  margin-bottom: 15px;
}
.whychoose-section .second-row {
  margin-top: 60px;
}
.whychoose-section .second-row .cards-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.whychoose-section .second-row .cards-container .vision-card {
  padding: 30px;
  border-radius: 15px;
  background: #23266B;
  position: relative;
}
.whychoose-section .second-row .cards-container .vision-card h1 {
  font-family: "notoSansBlack", sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: normal;
  opacity: 0.2;
  background: linear-gradient(141deg, #FFF 24.45%, #23266B 79.06%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  right: 30px;
  top: 30px;
}
.whychoose-section .second-row .cards-container .vision-card p {
  color: #fff;
  margin-top: 70px;
}
.whychoose-section .second-row .cards-container .vision-card h2 {
  color: #fff;
}
.whychoose-section .second-row .zoom-animate {
  height: 100%;
}
.whychoose-section .second-row .zoom-animate img {
  height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  border-radius: 15px !important;
}

.visio-mission-section {
  background: linear-gradient(180deg, #F9F9F9 0%, #FFF 100%);
  padding: 80px 0px 100px;
}
.visio-mission-section .mb-5 {
  margin-bottom: 60px !important;
}
.visio-mission-section .about-card {
  position: relative;
}
.visio-mission-section .about-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  transition: background-color 0.3s ease;
}
.visio-mission-section .about-card .about-card-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  border-radius: 15px;
  z-index: 9;
  color: #fff;
}
.visio-mission-section .about-card .about-card-content h3 {
  color: #FFF;
  font-family: "notoSansMedium", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.visio-mission-section .about-card p {
  display: none;
  transition: background-color 0.3s ease;
}
.visio-mission-section .about-card ul {
  display: none;
  transition: background-color 0.3s ease;
}
.visio-mission-section .about-card ul li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 6px;
}
.visio-mission-section .about-card img {
  width: 100%;
}
.visio-mission-section .about-card .abt-quatation {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 9;
}
.visio-mission-section .about-card:hover::before {
  background-color: #23266B;
}
.visio-mission-section .about-card:hover .about-card-content p {
  display: block;
  transition: background-color 0.3s ease;
}
.visio-mission-section .about-card:hover .about-card-content ul {
  display: block;
  transition: background-color 0.3s ease;
}

.contact-banner {
  padding-bottom: 80px;
}

.contact-form-section {
  margin-top: -125px;
}
.contact-form-section .form-area {
  margin-top: -300px;
}
.contact-form-section .form-area a {
  color: #333;
  font-family: "notoSansRegular", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.contact-form-section h1 {
  color: rgba(255, 255, 255, 0.6);
  font-family: "notoSansBlack", sans-serif;
  font-size: 120px;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-left: -115px;
}
.contact-form-section h5 {
  color: #000;
  font-family: "notoSansSemiBold", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin-top: 35px;
}
.contact-form-section p {
  margin-bottom: 10px;
}
.contact-form-section a {
  color: #23266B;
  font-family: "notoSansRegular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
.contact-form-section .contct-mail:first-of-type {
  margin-top: 30px;
}
.contact-form-section .contct-mail:last-of-type {
  margin-top: 20px;
}
.contact-form-section .contct-mail h6 {
  color: #888;
  font-family: "notoSansRegular", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}
.contact-form-section .contct-mail a {
  color: #333;
  font-family: "notoSansMedium", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

.google-map {
  padding-bottom: 100px;
}
.google-map iframe {
  width: 100%;
  height: 500px;
}

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

.enquiry-banner {
  padding-top: 120px;
  background: linear-gradient(180deg, rgba(238, 238, 238, 0.5) 0%, rgba(255, 255, 255, 0.5) 89.83%);
}
.enquiry-banner .contact-form-bg {
  margin-bottom: 0;
}
.enquiry-banner .enquiry-info {
  margin-top: 30px;
}
.enquiry-banner .enquiry-info h5 {
  color: #000;
  font-family: "notoSansMedium", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}
.enquiry-banner .enquiry-info ul li {
  color: #333;
  font-size: 15px;
  line-height: 24px;
  font-family: "notoSansRegular", sans-serif;
  margin-bottom: 5px;
}
.enquiry-banner .enquiry-info img {
  position: relative;
  left: -140px;
  top: 35px;
  width: 700px;
  height: 615px;
  -o-object-fit: fill;
     object-fit: fill;
}

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

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

.service-section {
  padding: 100px 0px 150px;
  background: #fff;
}
.service-section .service {
  align-items: center;
  border-radius: 20px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  padding: 50px;
  margin-bottom: 60px;
}
.service-section .service:last-of-type {
  margin-bottom: 0px;
}
.service-section .service .left .service-info span {
  color: #23266B;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
.service-section .service .left .service-info h2 {
  margin: 0px 0px 10px;
}
.service-section .service .left .service-info p:first-of-type {
  margin: 10px 0px 25px;
}
.service-section .service .left .service-info h6 {
  color: #07134C;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.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 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  font-size: 16px;
  line-height: 24px;
}
.service-section .service .left .service-info a {
  margin-top: 40px;
}
.service-section .service .zoom-animate {
  width: 605px;
  height: 628px;
}
.service-section .service .zoom-animate img {
  height: 628px;
}

.policy-page {
  padding: 100px 0px;
  background: linear-gradient(180deg, rgba(238, 238, 238, 0.5) 0%, rgba(255, 255, 255, 0.5) 89.83%);
}
.policy-page h1 {
  margin: 0;
}
.policy-page span {
  color: #818181;
  font-family: "notoSansRegular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-top: 4px;
  display: block;
}
.policy-page .policy-content {
  margin-top: 30px;
}
.policy-page .policy-content h4 {
  color: #000000;
  font-family: "notoSansMedium", sans-serif;
  font-size: 24px;
  line-height: normal;
  margin-top: 30px;
  margin-bottom: 10px;
}
.policy-page .policy-content h4:first-of-type {
  margin-top: 0;
}
.policy-page .policy-content p {
  color: #000;
  font-family: "notoSansRegular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
.policy-page .policy-content p:last-of-type {
  margin: 0;
}
.policy-page .policy-content a {
  color: #000;
  font-family: "notoSansRegular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
.policy-page .policy-content a:last-of-type {
  margin: 0;
}
.policy-page .policy-content h5 {
  color: #333;
  font-family: "Noto Sans";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}
.policy-page .policy-content ul {
  margin-bottom: 20px;
}
.policy-page .policy-content ul li {
  color: #000;
  font-family: "notoSansRegular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.policy-page .policy-content ul li:last-of-type {
  margin: 0;
}
.policy-page .policy-side-content {
  position: sticky;
  top: 100px;
}
.policy-page .policy-side-content ul li {
  border-left: 2px solid #E8E8E8;
}
.policy-page .policy-side-content ul li:last-of-type {
  margin-bottom: 60px;
}
.policy-page .policy-side-content ul li:last-of-type a {
  margin-bottom: 0px;
}
.policy-page .policy-side-content ul li a {
  color: #333;
  padding-left: 12px;
  font-family: "notoSansRegular", sans-serif;
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 24px;
  display: inline-block;
}
.policy-page .policy-side-content ul .active {
  color: #23266B;
  position: relative;
}
.policy-page .policy-side-content ul .active::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: 2px;
  height: 100%;
  border-left: 2px solid #23266B;
}

.error-page {
  padding: 200px 0px;
}
.error-page img {
  margin-bottom: 50px;
}
.error-page .error-content h2 {
  color: #000;
  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: #23266b !important;
}

@media screen and (min-width: 1900px) {
  .hero-banner {
    max-height: 965px;
  }
  .about-banner-section .flyover-img1 {
    right: 0;
  }
  .contact-form-section {
    margin-top: -167px;
  }
  .contact-form-section .form-area {
    border-radius: 0;
    border: 1px solid #EAEAEA;
    background: #fff;
    padding: 50px;
    margin-top: -357px;
  }
  .contact-form-section .form-area a {
    color: #333;
    font-family: "notoSansRegular", sans-serif;
    font-size: 16px;
    line-height: 24px;
  }
  .contact-form-section h1 {
    color: rgba(255, 255, 255, 0.6);
    font-family: "notoSansBlack", sans-serif;
    font-size: 156px;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    margin-left: -245px;
  }
}
@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 .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: "notoSansMedium", sans-serif;
  }
  footer .footer-links a {
    color: #FFF;
    font-size: 14px;
    line-height: normal;
    font-family: "notoSansRegular", 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 .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 {
    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: #23266B;
    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: "notoSansRegular", 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: "notoSansMedium", 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: "notoSansRegular", 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: #23266B;
    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;
  }
  header .tab-bar {
    display: none;
  }
  .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: #23266B;
    width: 20px;
    height: 20px;
    opacity: 1 !important;
  }
  .about-section .box {
    overflow: hidden;
  }
  .about-section .box img {
    width: 135%;
    margin-left: -18%;
  }
  .about-section .about-points {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .about-section .list-items h4 {
    font-size: 20px;
  }
  .about-section .list-items p {
    font-size: 14px;
  }
  .home-services .service {
    width: 295px !important;
    padding: 20px;
  }
  .home-services {
    padding-bottom: 0px;
  }
  .home-services .service img {
    height: 200px;
    margin-bottom: 20px;
  }
  .home-services .service .service-info h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .home-services .service .service-info ul li {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
  }
  .whychoose-section .second-row .zoom-animate img {
    height: 100%;
    height: 268px;
  }
  .whychoose-section .second-row .cards-container .vision-card h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .whychoose-section .second-row .cards-container .vision-card h2 br {
    display: block;
  }
  .whychoose-section .second-row .cards-container .vision-card h1 {
    font-size: 60px !important;
    right: 20px;
    top: 20px;
    line-height: 50px !important;
  }
  .about-banner {
    padding: 50px 0px;
  }
  .about-banner img {
    width: 375px;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-banner .mb-5 {
    margin-bottom: 25px !important;
  }
  .about-content-section {
    padding: 0px 0px 50px;
  }
  .about-content-section h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .about-content-section .about-box {
    background: #23266B;
    padding: 30px;
    margin-top: 30px;
  }
  .about-content-section .about-box h5 {
    font-size: 18px;
    line-height: normal;
  }
  .about-content-section .about-box p {
    font-size: 14px;
    line-height: 20px;
  }
  .service-section .service {
    padding: 20px;
    margin-bottom: 50px;
  }
  .service-section .service .left .service-info h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .contact-form-section h1 {
    font-size: 75px !important;
    margin-left: -7px;
  }
  .contact-form-section {
    margin-top: -45px;
  }
  .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;
  }
  .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 {
    margin-bottom: 15px;
  }
  .policy-page .policy-content ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
  }
  .error-page {
    padding: 50px 0px 230px;
  }
  .error-page .error-content h4 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .hero-banner {
    height: 90vh;
    min-height: 585px;
  }
  .hero-banner .list-items {
    display: none;
  }
  footer {
    padding-top: 0px;
    overflow: hidden;
  }
  footer .footer-top-box .row {
    row-gap: 120px;
  }
  footer .footer-top-box .row .footer-img {
    width: 120%;
  }
  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: #fdfdfd;
  }
  .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;
  }
  .google-map {
    padding-bottom: 50px;
  }
  .google-map iframe {
    width: 375px;
    height: 250px;
    margin-left: -13px;
  }
  .enquiry-banner .enquiry-info img {
    left: -32px;
    top: 9px;
    width: 100%;
    height: auto;
  }
  .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;
  }
  header nav ul .dropdown .wht-box .menu-links #service-menu-image {
    display: none;
  }
  .visio-mission-section {
    padding: 80px 0px 0px;
  }
  .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: 0px 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;
  }
  .whychoose-section {
    padding: 50px 0px;
  }
  .whychoose-section h2 {
    font-style: normal;
    margin-bottom: 15px;
  }
  .whychoose-section .second-row {
    margin-top: 30px;
    gap: 15px;
  }
  .whychoose-section .second-row .cards-container {
    gap: 15px;
  }
  .whychoose-section .second-row .cards-container .vision-card {
    border-radius: 10px;
    padding: 20px;
  }
  .whychoose-section .second-row .cards-container .vision-card h4 {
    margin-bottom: 20px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .whychoose-section .second-row .cards-container .vision-card p {
    margin-top: 44px;
  }
  .whychoose-section .second-row .cards-container .vision-card.mission-card {
    background: #F2F2F2;
  }
  .whychoose-section .second-row .cards-container .vision-card.values h4 {
    margin-bottom: 60px;
  }
  .whychoose-section .second-row .cards-container .vision-card.values ul li {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .whychoose-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: 0px 0px;
  }
  .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: 265px !important;
    height: 200px;
    margin-top: 20px;
  }
}/*# sourceMappingURL=style.css.map */