@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

@font-face {
  font-family: 'CambriaBold';
  src: url(../fonts/CambriaBold.ttf);
}

:root {
  --font-size: 18px;
  --font-family: 'Poppins', sans-serif;
  --black-color: #0E0E0E;
  --white-color: #fff;
  --red-color: #E40000;
  --gray: #B5B5B5;
  --blue: #1E9DC1;
  --planeColor: hsl(0, 0%, 95%);
  --size: 150px;
}

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

html {
  overflow-x: hidden;
}

body {
  font-size: var(--font-size);
  font-family: var(--font-family);
  background-size: cover;
  overflow-x: hidden;
  color: var(--black-color);
}

h2,
h3,
h4 {
  font-family: 'CambriaBold';
}

li {
  list-style-type: none;
}

p {
  font-family: 'Roboto';
}

a {
  text-decoration: none !important;
  display: inline-block;
  transition: all .5s ease-in-out;
  font-family: 'Montserrat';
}

/* width */
body::-webkit-scrollbar {
  width: 8px;
}

/* Track */
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 1px;
}

/* Handle */
body::-webkit-scrollbar-thumb {
  background: linear-gradient(0deg, rgba(0, 71, 179, 1) 0%, rgba(0, 117, 203, 1) 100%);
  border-radius: 1px;
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(0deg, rgb(1, 23, 56) 0%, rgb(0, 38, 65) 100%);
}

/* loader styling start  */
.loader-wrapper.loaded {
  display: none;
}

.ser-delt {
  padding-top: 42px;
}

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 71, 179, 1) 0%, rgba(0, 117, 203, 1) 100%);
}

.md-logo img {
  max-width: 120px !important;
}

.planeWrapper {
  transform-origin: top;
  animation: loadingAnimation 2s ease-in-out infinite;
}

/* ring */

@keyframes loadingAnimation {
  to {
    transform: rotate(-360deg);
  }
}

.planeWrapper {
  width: var(--size);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.planeBody,
.planeBody * {
  background: var(--planeColor);
}

.planeBody {
  position: relative;

  width: 75%;
  aspect-ratio: 7/1;

  border-bottom-left-radius: 50% 100%;
  border-top-right-radius: 25% 90%;
  border-bottom-right-radius: 20% 20%;
}

.planeTail,
.wingLeft,
.wingRight {
  position: absolute;
}

.planeTail {
  left: calc(-0.3% + 1px);
  top: -120%;

  width: 15%;
  aspect-ratio: 1/1.25;

  transform: skewX(5deg) translateX(-5%);
  border-top-left-radius: 10%;
  border-top-right-radius: 100% 100%;
}

.wingLeft,
.wingRight {
  left: 50%;
  width: 25%;
  aspect-ratio: 1;
}

.wingLeft {
  transform-origin: bottom;
  top: -190%;
  transform: skewX(45deg) translateX(-30%);
  scale: 0.8;

  border-top-left-radius: 10%;
  border-top-right-radius: 60% 100%;
}

.wingRight {
  transform-origin: top;
  bottom: -170%;
  transform: skewX(-45deg);

  border-bottom-left-radius: 10%;
  border-bottom-right-radius: 60% 100%;
}

.planeTail::after {
  content: "";
  position: absolute;
  height: 55%;
  aspect-ratio: 1;
  transform: skewX(0deg) rotate(-8deg);
  right: -60%;
  bottom: 4.5%;

  background: radial-gradient(circle at 100% 0%,
      transparent 70%,
      var(--planeColor) calc(70% + 0.5px));
}


/* loader styling end  */
.cl-eml>ul>li>a>span {
  font-weight: 900;
}

.cl-eml li a>small {
  font-size: 16px;
}

.dw-car {
  min-height: 220px !important;
  max-height: 220px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  object-fit: cover;
  background: #fff !important;
}

/* Header Start */
.hed-topbr {
  background-color: #08173f;
}

.mobileViewBox {
  display: none;
}

.abt-bk {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.top-bar-cont {
  padding: 10px;
  /* height: 63px; */
  /* max-height: 63px; */
}

.top-social li {
  padding: 0 14px 0 0px;
}

.top-social li a {
  border: 1px solid white !important;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.whre {
  position: relative;
  width: 100%;
}

/* Add custom Font Awesome calendar icon for date */
.whre {
  position: relative;
}

/* Hide native icon but keep clickable area */
.whre input[type="date"]::-webkit-calendar-picker-indicator,
.whre input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 30px;
  height: 100%;
  cursor: pointer;
}

/* Add Font Awesome icons visually */
.whre input[type="date"],
.whre input[type="time"] {
  padding-right: 35px;
  min-width: 95% !important;
  max-width: 95% !important;
  width: unset !important;
  display: block;
  padding-left: 40px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}

.whre::after {
  content: '';
}

.whre input[type="date"]::after,
.whre input[type="time"]::after {
  display: none;
}

/* Custom icons visible */
.whre input[type="date"]+.fa-calendar,
.whre input[type="time"]+.fa-clock {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #555;
  /* pointer-events: none; */
}

.whre i:nth-child(3) {
  display: none;
}

.top-logo p {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
  text-align: start;
}

.top-logo img {
  max-width: 250px;
}

.menu-br li a {
  color: #ffff !important;
  font-size: 19px;
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-weight: 500;
}

.hed-crt ul {
  display: flex;
  padding: 0;
  margin: 0;
}

.hed-crt li {
  padding: 0 13px 0 0px;
}

.min-nv {
  background: linear-gradient(0deg, rgba(0, 71, 179, 1) 0%, rgba(0, 117, 203, 1) 100%);
}

.menu-br ul {
  align-items: center;
  gap: 40px;
  height: 70px;
  max-height: 70px;
}

.hed-crt li a {
  font-size: 17px;
}

.menu-br .navbar {
  padding: 0;
}

.mid-hed {
  /* height: 76px; */
  /* max-height: 76px; */
  padding: 8px 0;
  background-color: rgba(233, 233, 233, 1);
  border: 1px solid rgba(129, 129, 129, 0.2);
  ;
}

.cl-eml ul {
  display: flex;
  justify-content: end;
  width: 573px;
  gap: 30px;
}

.cl-eml li {
  width: 48%;
}

.cal-cont {
  margin-left: 5px;
}

.cl-eml ul li .cl {
  background: linear-gradient(0deg, rgba(0, 71, 179, 1) 0%, rgba(0, 117, 203, 1) 100%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  float: left;
  margin: 4px 6px 0 0;
}

.cl-eml li a {
  font-size: 16px;
  color: #333333;
  display: inline;
  font-family: 'Roboto';
}

.header-icons {
  /* background: linear-gradient(0deg, rgba(0, 71, 179, 1) 0%, rgba(0, 117, 203, 1) 100%); */
  /* background: #333333; */
  padding: 4px;
  border-radius: 50%;
  color: #4b4a4a;
  font-size: 14px;

}


/* MOBILE HEADER START */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0px;
  right: 0;
  background: #08173f;
  /* background-color: #040337; */
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}

.gap10 {
  gap: 10px;
}

/* The navigation menu links */
.sidenav a {
  padding: 10px 8px;
  text-decoration: none;
  font-size: 18px;
  color: #ffff !important;
  border-bottom: 2px solid #FFFFFF;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover,
.offcanvas a:focus {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  border: none;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.menu-br>ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.mobileViewBox {
  display: none;
}

/* MOBILE HEADER END */
/* Header End */
/* HOME PAGE START */
.mn-banner {
  background: url(../images/banner.png);
  background-position: center center;
  background-size: cover;
  min-height: 650px;
  display: flex;
  align-items: center;
  padding-top: 0;
}

.ban-cont h1 {
  font-size: 54px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  line-height: 54px;
  margin-bottom: 25px;
}

.ban-im.slideronetwo img {
  display: block !important;
  width: auto !important;
  /* max-width: 100% !important; */
  /* height: auto !important; */
  left: 0;
}

.ban-cont h2 {
  font-size: 54px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 54px;
  margin-bottom: 25px;
}

.ban-cont>a {
  display: inline-flex;
  justify-content: space-between;
  padding: 13px;
  min-width: 100px;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.ban-cont p {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  width: 100%;
  margin-bottom: 10px;
}

.ser:hover {
  background-color: #000;
  color: #fff;
}

.ser {
  font-family: 'Montserrat';
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  background-color: #566fb8;
  box-shadow: inset 0px 4px 6px #fff, inset 0px -4px 6px #052a62 !important;
  border-radius: 50px;
  /* width: 210px; */
  /* height: 55px; */
  /* line-height: 55px; */
  padding: 0 0 0 21px;
}

.ser span {
  /* position: relative; */
  /* top: -1px; */
  left: 8px;
}

.ban-im img {
  width: 946px;
  height: 560px;
  object-fit: cover;
  position: relative;
  margin: 0 auto;
  /* top: -78px; */
}

.about-sec {
  padding: 110px 0;
}

.about-sec:before {
  content: '';
  position: absolute;
  background-image: url(../images/about-ban.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  top: -470px;
  z-index: -99;
}

.ser-delt img {
  /* height: 509px; */
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  box-shadow: 2px 2px 2px #ccc;
  width: 100%;
}

.ser-hed p {
  width: 63%;
  margin: 10px auto 35px;
}

.sec-hed {
  font-size: 75px;
  color: #191A1A;
  font-weight: 700;
}

.abt-bk h3 {
  color: #e10000;
  /* background-repeat: repeat; */
  /* background-position: center; */
  font-size: 81px;
  /* background-color: #2e6edf; */
  /* padding: 3px 10px; */
}

.abt-bk h4 {
  line-height: 31px;
  font-size: 30px;
  color: #191a1a;
}

.abt-cont p {
  line-height: 21px;
  margin: 8px 0;
}

.para-al {
  font-size: 15px;
  color: #848484;
}

.abt-cont li span {
  margin-right: 7px;
}

.abt-cont li {
  margin-bottom: 10px;
  position: relative;
}

.abt-cont li::before {
  content: '';
  position: absolute;
  background-image: url(../images/check.png);
  width: 30px;
  height: 30px;
  left: -32px;
  top: 7px;
  background-repeat: no-repeat;
}

.abt-im img {
  border-radius: 40px;
  width: 100%;
  height: 350px;
  object-fit: fill;
}

.cal-cont h6 {
  color: #000000;
  font-size: 20px;
  font-family: 'Roboto';
  font-weight: 600;
}

.cal {
  margin-left: 20px;
}

.cal>a>img {
  min-width: 35px;
  max-width: 35px;
}

.abt-bt {
  margin-top: 40px;
}

.red:hover {
  background-color: #000;
  color: #fff;
}

.red {
  background-position: 91% 17px !important;
  box-shadow: inset 0px 4px 6px #fff, inset 0px -4px 6px #052a62 !important;
  border-radius: 50px !important;
  background-color: #2e6edf !important;
  color: white !important;
  font-weight: 500;
  width: 160px;
  min-width: 160px;
  text-align: center;
  height: 50px;
  line-height: 54px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Roboto';
}

.red span {
  position: relative;
  left: 12px;
  top: -2px;
}

.ser-box {
  border: 1px solid #00000033;
  margin-left: 10px;
  /* padding-top: 18px; */
  margin: 0 23px;
}

.ser-box img {
  width: 492px;
  max-width: 540px;
  margin-left: 9px;
}

.transport img {
  width: 100%;
  max-width: 100%;
  margin: 0;
  /* height: 300px; */
  object-fit: cover;
}

.dw-car>img {
  /* width: 100%; */
  /* height: 160px; */
  /* object-fit: cover; */

  height: 100%;
  max-width: 100%;
}

.car-im img {
  width: 100%;
}

.ser-cont {
  padding: 15px 20px 30px;
  position: relative;
}

.ser-cont a {
  position: absolute;
  bottom: -21px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-sec .slick-track {
  /* height: 600px; */
  padding-bottom: 50px;
}

.ser-cont a span img {
  width: 25px;
}

.ser-cont h3 {
  line-height: 45px;
  font-size: 35px;
  color: #343434;
}

.service-sec .slick-dots li button:before {
  font-family: 'slick';
  font-size: 40px;
  line-height: 18px;

  border-radius: 50%;
}

.service-sec .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #2e6edf;
  border: 1px solid #2e6edf;
}

.chauffeur {
  background-image: url(../images/wt.png);
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 190px;
  background-repeat: no-repeat;
  background-position: bottom;
  height: auto;
}

.chauf-hed h2 {
  font-size: 50px;
  color: #FFFFFF;
  line-height: 60px;
  margin-bottom: 20px;
  text-align: center;
  /* text-transform: uppercase; */
}

.chauf-hed h2 span {
  display: block;
}

.chauf-hed h2 span:first-child,
.chauf-hed h2 span:nth-child(2) {
  font-size: 36px;
  line-height: 42px;
}

.whre input {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  border: transparent;
  padding: 0 20px;
  margin: 20px 0;
}

.whre select {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  border: transparent;
  padding: 0 20px;
  margin: 20px 0;
}

.chf {
  width: 330px;
  height: 47px;
  line-height: 45px;
  text-transform: capitalize;
  margin-top: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.redtext {
  color: #e10000;
  text-transform: uppercase;
}

span.golden {
  color: #faaf40;
}

.txtfam {
  font-family: "Dancing Script", cursive;
}

.chf span img {
  position: relative;
  left: 80px;
  width: 20px;
}

.slick-track .slick-slide:nth-child(odd)>div>img {
  transform: rotate(6deg);
}

.fleet .slick-prev:before,
.fleet .slick-next:before {
  width: 80px;
  height: 80px;
  display: block;
  background-repeat: no-repeat;
}

.fleet .slick-prev {
  left: -75px;
  top: 70px;
}

.fleet .slick-next {
  right: -19px;
  top: 70px;
}

.fleet .slick-prev:before {
  background-image: url(../images/org-lft.png);

}

.fleet .slick-next:before {
  background-image: url(../images/org-rgt.png);
}

.car-cont li {
  display: flex;
  align-items: center;
  font-size: 19px;
  font-weight: 500;
  color: rgb(124, 124, 124);
  text-transform: capitalize;
  margin-bottom: 15px;
}

.car-cont li span {
  margin-right: 10px;
}

.car-cont h3 {
  font-size: 27px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 20px;
}

.crt {
  font-family: Montserrat;
  font-size: 19px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 32px;
  background: linear-gradient(rgb(0, 117, 203) 0%, rgb(0, 71, 179) 100%);
  padding: 10px 30px;
  border-radius: 50px;
}

.cr-bt {
  margin-bottom: 19%;
  margin-top: 5%;
}

.our-fleet:hover {

  color: #fff;
}

.fleet {
  background-image: url(../images/plane.png);
  background-size: cover;
  padding: 20px 0 100px;
  background-position: center;
  position: relative;
  margin: 60px 0 0;
}

.car-cont {
  margin-left: 60px;
}

.fleet:before {
  content: '';
  position: absolute;
  width: 692px;
  height: 402px;
  z-index: -1;
  transform-origin: 50% 50%;
  transform: translate(0px, 0px);
  display: block;
  left: 0px;
  top: 108.5px;
  background: linear-gradient(rgb(0, 117, 203) 0%, rgb(0, 71, 179) 100%);
}

.gal-inr img {
  width: 423px;
  height: 345px;
  object-fit: cover;
  border-radius: 21px !important;
  margin-bottom: 15px;
}

.glly {
  height: auto;
}

.chauf-hed p {
  line-height: 28px;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 30px;
}

.testimonial {
  background-image: url(../images/testimonial-bk.png);
  background-size: cover;
  padding: 80px 0;
}

.ts-para {
  padding: 50px 70px;
  line-height: 35px;
  border-radius: 10px;
  color: black;
  font-size: 20px;
  font-family: 'montserrat';
  font-weight: 400;
  border: 1px solid #00000038;
  background-color: #fff;
}

.ts-im {
  margin-top: 40px;
}

.ts-im img {
  width: 90px;
}

.tst-hed h2 {
  line-height: 85px;
  font-size: 75px;
  color: #000000;
}

.tst-hed h3 {
  line-height: 65px;
  font-size: 55px;
  color: #000000;
  margin-bottom: 60px;
}

.test-inr {
  margin-right: 25px;
}

.ts-nm li {
  color: #f01414;
}

.ts-nm {
  margin-left: 20px;
}

.testimonial .slick-current .item .ts-para {
  background: linear-gradient(0deg, rgba(0, 71, 179, 1) 0%, rgba(0, 117, 203, 1) 100%);
  color: #fff;
}

.testimonial .slick-current .item .ts-para img {
  filter: grayscale(1) invert(1);
}

.ts-para span {
  position: absolute;
  right: 50px;
  bottom: 50px;
  font-size: 35px;
}

footer {
  background-image: url(../images/footer-bk.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
}

.fot-log:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 422px;
  background-color: #6a635d;
  top: -36px;
  z-index: 99;
  right: -10px;
}

.abt-inr .cal {
  margin-left: 0px;
}

.all-fot {
  background: linear-gradient(0deg, rgba(0, 71, 179, 1) 0%, rgba(0, 117, 203, 1) 100%);
  padding: 40px 20px;
  border: 1px solid #fff;
}

.ft-para p {
  line-height: 23px;
  font-size: 16px;
  /* color: rgba(4, 15, 20, 0.62); */
  color: black;
  margin: 0;
  padding: 4px;
}

.ft-para {
  background-color: #fff;
  position: relative;
  left: -20px;
  padding-left: 20px;
  margin-top: 15px;
}

.ft-pgl {
  column-count: 2;
}

.ft-pgl li a {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 8px;
  font-family: 'Roboto';
}

.loc li a {
  font-size: 15px !important;
  /* color: hsl(0deg 0% 100% / 60%) !important; */
  color: white;
}

.loc a span {
  color: #fff;
  margin-right: 8px;
}

.loc li {
  margin-bottom: 10px;
}

.nes-let h3 {
  line-height: 45px;
  font-size: 35px;
  color: #ffffff;
  margin-bottom: 30px;
}

.nes-let input::placeholder {
  color: #fff;
}

.nes-let input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #777777;
  width: 100%;
  color: #fff;
  padding: 10px 5px;
  margin-bottom: 25px;
}

.cp-cont p {
  line-height: 24px;
  font-size: 14px;
  /* color: rgba(255, 255, 255, 0.5); */
  color: #fff;
  margin: 0px 0 0 12px;
}

.copy {
  margin-top: 16px;
}

.tstt.slick-initialized.slick-slider {
  padding: 0 90px;
}

.tstt .slick-next {
  right: 75px;
}

.tstt .slick-prev {
  left: 13px;
}

.tstt .slick-prev:before,
.tstt .slick-next:before {
  font-size: 39px;
  width: 60px;
  height: 60px;
  line-height: 55px;
  display: block;
  color: #000;
  border-radius: 50%;
  border: 1px solid #0051b3;
}

.tstt .slick-prev,
.tstt .slick-next {
  top: 36%;
}

/* HOME PAGE END */
/* INNER PAGE START */
.innr-ban {
  background-color: #0a0a0a;
  padding: 60px 0;
}

.inr-bn-hed h2, .inr-bn-hed h1 {
  font-size: 68px;
  color: #ffffff;
}

.service-inr {
  padding: 70px 0;
}

.our-ir img {
  height: 225px;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}

.our-ir h3 {
  line-height: 45px;
  font-size: 34px;
  color: #000000;
  margin: 7px 0;
}

.our-ir p {
  margin: 0;
}

.cont-loc {
  padding: 45px 30px 45px 30px;
  background: #0077b6;
  text-align: center;
  color: #fff;
  min-height: 296px;
  border-radius: 30px;
  margin-bottom: 39px;
}

.cont-loc h4 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}

.cont-loc p {
  color: #fff;
}

.cot-hed h2 {
  font-size: 65px;
  text-transform: capitalize;
  text-align: center;
  color: black;
  font-weight: 500;
  margin-bottom: 30px;
}

.ier-fr input {
  background-color: transparent;
  width: 100%;
  height: 47px;
  margin: 0 0 20px 0;
  border: 1px solid #0077b6;
  padding: 0 18px;
  color: #fff;
  border-radius: 10px;
}

.ier-fr textarea {
  background-color: transparent;
  width: 100%;
  height: 127px;
  margin: 0 0 20px 0;
  border: 1px solid #0077b6;
  padding: 10px 10px;
  border-radius: 10px;
  resize: none;
  color: #fff;
}

.contact {
  padding: 80px 0;
}

.sb {
  width: 125px;
}

.service-sec {
  padding-bottom: 65px;
}

.ser-contt h2 {
  font-size: 38px;
  line-height: 39px;
  color: #000000;
  margin-bottom: 17px;
}

.ser-contt p {
  font-size: 15px;
  color: #848484;
  margin-bottom: 30px;
}

/* INNER PAGE END */
.fot-log>img {
  max-width: 200px;
  display: table;
  margin: 0 auto;
}

.nes-let>img {
  max-width: 250px;
  margin-bottom: 15px;
  margin-top: -20px;
  margin-left: 14px;
}



/* GOOGLE TRANSLATE START   */
/* language converter */
select.goog-te-combo {
  background: transparent;
  color: var(--white-color) !important;
  height: 30px;
  margin: 0 !important;
  border: none !important;
  font-size: 16px;
}

select.goog-te-combo>option {
  color: var(--black-color);
}

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

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

body>.skiptranslate {
  display: none;
}

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

body {
  top: 0px !important;
}

.skiptranslate.goog-te-gadget {
  height: 30px;
  overflow: hidden;
}

.ban-im.slideronetwo {
  transform: translateY(100px);
}

/* GOOGLE TRANSLATE END   */

/* Continuous Ringing (wiggle like a bell) */
.cl.ring {
  display: inline-block;
  animation: ring 1s infinite;
  transform-origin: top center;
  /* pivot like a bell */
}

@keyframes ring {
  0% {
    transform: rotate(0);
  }

  10% {
    transform: rotate(15deg);
  }

  20% {
    transform: rotate(-15deg);
  }

  30% {
    transform: rotate(10deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  50% {
    transform: rotate(5deg);
  }

  60% {
    transform: rotate(-5deg);
  }

  70% {
    transform: rotate(2deg);
  }

  80% {
    transform: rotate(-2deg);
  }

  100% {
    transform: rotate(0);
  }
}

/* Continuous Vibration (shake like a phone) */
.cl.vibrate {
  display: inline-block;
  animation: vibrate 0.2s infinite;
}

@keyframes vibrate {
  0% {
    transform: translate(0);
  }

  20% {
    transform: translate(-2px, 2px);
  }

  40% {
    transform: translate(-2px, -2px);
  }

  60% {
    transform: translate(2px, 2px);
  }

  80% {
    transform: translate(2px, -2px);
  }

  100% {
    transform: translate(0);
  }
}

@media (max-width: 768px) {

  .abt-bt,
  .cal {
    flex-wrap: wrap;
    gap: 20px;
  }

  .nes-let>img {
    display: table;
    margin: 0 auto !important;
  }

  .about-sec:before {
    content: '';
    background: #fff;
  }

  .about-sec {
    padding: 0px 0 50px !important;
  }


  .transport {
    min-height: unset !important;
    max-height: unset !important;
    display: flex;
    justify-content: center;
    align-items: start;
  }

  .transport img {
    max-width: 100% !important;
    height: unset !important;
  }
}

@media (max-width: 600px) {
  .transport {
    min-height: unset !important;
    max-height: unset !important;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .transport img {
    max-width: 100% !important;
    height: unset !important;
    object-fit: cover;
  }
}