/* Reset Box Model */
html,
body,
main,
section,
article,
aside,
nav,
header,
footer,
address,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
dfn,
em,
small,
s,
strong,
sub,
sup,
tt,
var,
u,
i,
mark,
time,
del,
ins,
kbd,
q,
code,
samp,
kbd,
select,
input,
button,
textarea,
label,
fieldset,
legend,
progress,
meter,
details,
summary,
div {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: middle;
  box-sizing: border-box;
}

main,
section,
article,
aside,
nav,
header,
footer,
address,
figure {
  display: block;
}

/* Reset Fonts */
body {
  line-height: 1;
  font-size: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #61656f;
  overflow-x: hidden;
}

/* Reset Lists */
ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
select:focus-visible,
input:focus-visible {
  outline: 1px solid #bc222e;
}
.search-input:focus-visible {
  outline: none;
  border: 1px solid #bc222e;
}
/* Reset Form Elements */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* Custom ScrollBar */
html {
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #979c9e;
  border-radius: 4px;
  border: 1px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgb(149, 160, 162);
}

/* Reset Text Decoration */
a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

/* Reset Misc */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Display */
.dn {
  display: none;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.df,
.v-center,
.h-center,
.box-center {
  display: flex;
}

.dif {
  display: inline-flex;
}

/* Verticle and Horizantal Align */
.tac {
  text-align: center;
}
.tas {
  text-align: start;
}

.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.tdu,
.tdhu:hover {
  text-decoration: underline;
}
.tdlt {
  text-decoration: line-through;
}
.tdn {
  text-decoration: none !important;
}
.jcc,
.h-center,
.box-center {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.jcse {
  justify-content: space-evenly;
}
.jcsa {
  justify-content: space-around;
}
.jce {
  justify-content: end;
}

.aic,
.v-center,
.box-center {
  align-items: center;
}
.ais {
  align-items: start;
}
.aifs {
  align-items: flex-start;
}
.aie {
  align-items: end;
}
.ase {
  align-self: end;
}
.aisc {
  align-items: stretch;
}

/* Column and Row */
.fdc {
  flex-direction: column;
}

.fdr {
  flex-direction: row;
}

.fdcr {
  flex-direction: column-reverse;
}

.fdrr {
  flex-direction: row-reverse;
}

.flx1 {
  flex: 1;
}
.flx2 {
  flex: 2;
}
.flx3 {
  flex: 3;
}

.flx100 {
  flex: 0 0 100%;
}
.flx40 {
  flex: 0 0 40%;
  max-width: 40%;
}
.flx50 {
  flex: 0 0 50%;
  max-width: 50%;
}
.flx75 {
  flex: 0 0 75%;
  max-width: 75%;
}
.flx66 {
  flex: 0 0 66.666666%;
  max-width: 66.666666%;
}
.flx46 {
  flex: 0 0 46%;
  max-width: 46%;
}
.flx31 {
  flex: 0 0 31.333333%;
  max-width: 31.33333%;
}
.flx33 {
  flex: 0 0 33.333333%;
  max-width: 33.33333%;
}
.flx25 {
  flex: 0 0 25%;
  max-width: 25%;
}
.flx20 {
  flex: 0 0 20%;
  max-width: 20%;
}
.flx295 {
  flex: 0 0 292px;
  max-width: 292px;
}
.flx48p {
  flex: 0 0 48px;
  max-width: 48px;
}
.fww {
  flex-wrap: wrap;
}

/* overflow style */
.ofh {
  overflow: hidden;
}
.ofa {
  overflow: auto;
}

/* Backgound Color & Font Color Style */
/* .bg1 {
  background-color: #f4836c;
} */
.bg1 {
  background-color: #f4836c;
}

.bg2 {
  background-color: #fff;
}
.bg3 {
  background-color: #202344;
}
.bg4 {
  background-color: #373957;
}
.bg7 {
  background: #f4836c24;
}
@keyframes btn-bg-ani {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

.fc1 {
  color: #000;
}
/* .fc2,
.fc-h1:hover {
  color: #f4836c;
} */
.fc2,
.fc-h1:hover {
  color: #f4836c;
}

.fc3,
.fc-h3:hover {
  color: #fff;
}
.fc4 {
  color: #f3eded;
}
.fc5 {
  color: #61656f;
}
.fc9 {
  color: #f4836c;
}

.fc6,
.fc-h2:hover {
  color: #ffda44;
}
.fc7 {
  color: #202344;
}
.fc8 {
  color: #797b8f;
}
.ff2 {
  font-family: "Nanum Gothic", sans-serif;
}

.fill1,
.fill-h1:hover svg {
  fill: #424242;
}
.fill2,
.fill-h2:hover svg {
  fill: #000;
}
/* font style */
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs17 {
  font-size: 17px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs24 {
  font-size: 24px;
}
.fs28 {
  font-size: 28px;
}
.fs32 {
  font-size: 32px;
}
.fs36 {
  font-size: 36px;
}
.fs48 {
  font-size: 44px;
}
.fs62 {
  font-size: 62px;
}
.fs64 {
  font-size: 64px;
}
.lh14 {
  line-height: 14px;
}
.lh18 {
  line-height: 18px;
}
.lh20 {
  line-height: 20px;
}

.lh22 {
  line-height: 22px;
}
.lh24 {
  line-height: 24px;
}
.lh30 {
  line-height: 30px;
}
.lh34 {
  line-height: 34px;
}
.lh48 {
  line-height: 48px;
}
.lh60 {
  line-height: 60px;
}
.lh70 {
  line-height: 70px;
}

.ls1,
.ls-h1:hover {
  letter-spacing: 0.5px;
}
.ls2 {
  letter-spacing: 1px;
}

.fw3 {
  font-weight: 300;
}
.fw4 {
  font-weight: 400;
}
.fw5 {
  font-weight: 500;
}
.fw6 {
  font-weight: 600;
}
.fw7 {
  font-weight: 700;
}
.fw8 {
  font-weight: 800;
}

.ttu {
  text-transform: uppercase;
}

.text-row  {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lc1 {
  -webkit-line-clamp: 1;
}
.lc2 {
  -webkit-line-clamp: 2;
}
.lc3  {
  -webkit-line-clamp: 3;
}
.lc4 {
  -webkit-line-clamp: 4;
}
.lc10 {
  -webkit-line-clamp: 10;
}

/* Position Style */
.pr,
.navbar li {
  position: relative;
}

.pa,
.aft:after,
.bef:before {
  position: absolute;
}
.pf {
  position: fixed;
}
.ps {
  position: sticky;
}
.l0 {
  left: 0;
}

.r0 {
  right: 0;
}

.t0 {
  top: 0;
}
.t100 {
  top: 100%;
}

.b0 {
  bottom: 0;
}

.zi1 {
  z-index: 1;
}
.zi2 {
  z-index: 2;
}
.zi3 {
  z-index: 3;
}
.zi99 {
  z-index: 99;
}

.cp {
  cursor: pointer;
}

/* Spacing Style */
.mlra {
  margin-left: auto;
  margin-right: auto;
}
.mla {
  margin-left: auto;
}
.m8 {
  margin: 8px;
}
.m12 {
  margin: 12px;
}
.m16 {
  margin: 16px;
}
.m32 {
  margin: 32px;
}
.mtb0 {
  margin-top: 0;
  margin-bottom: 0;
}
.mt4 {
  margin-top: 4px;
}
.mt5 {
  margin-top: 5px;
}
.mt8,
.mtb8 {
  margin-top: 8px;
}
.mt10,
.mtb10 {
  margin-top: 10px;
}
.mt12,
.mtb12 {
  margin-top: 12px;
}
.mt16,
.mtb16 {
  margin-top: 16px;
}
.mt24,
.mtb24 {
  margin-top: 24px;
}
.mt32,
.mtb32 {
  margin-top: 32px !important;
}
.mt40,
.mtb40 {
  margin-top: 40px;
}
.mt48,
.mtb48 {
  margin-top: 48px;
}
.mt96 {
  margin-top: 120px;
}

.ml4 {
  margin-left: 4px;
}
.ml8,
.mlr8 {
  margin-left: 8px;
}
.ml12,
.mlr12 {
  margin-left: 12px;
}
.ml16,
.mlr16 {
  margin-left: 16px;
}
.ml24,
.mlr24 {
  margin-left: 24px;
}
.ml32,
.mlr32 {
  margin-left: 32px;
}
.ml40,
.mlr40 {
  margin-left: 40px;
}
.ml48,
.mlr48 {
  margin-left: 48px;
}

.mr4 {
  margin-right: 4px;
}
.mr8,
.mlr8 {
  margin-right: 8px;
}
.mr12,
.mlr12 {
  margin-right: 12px;
}
.mr16,
.mlr16 {
  margin-right: 16px;
}
.mr24,
.mlr24 {
  margin-right: 24px;
}
.mr32,
.mlr32 {
  margin-right: 32px;
}
.mr40,
.mlr40 {
  margin-right: 40px;
}
.mr48,
.mlr48 {
  margin-right: 48px;
}

.mb4 {
  margin-bottom: 4px;
}
.mb8,
.mtb8 {
  margin-bottom: 8px;
}
.mb10,
.mtb10 {
  margin-bottom: 10px;
}
.mb12,
.mtb12 {
  margin-bottom: 12px;
}
.mb16,
.mtb16 {
  margin-bottom: 16px;
}
.mb24,
.mtb24 {
  margin-bottom: 24px;
}
.mb32,
.mtb32 {
  margin-bottom: 32px !important;
}
.mb40,
.mtb40 {
  margin-bottom: 40px;
}
.mb48,
.mtb48 {
  margin-bottom: 48px;
}

.mb64 {
  margin-bottom: 64px;
}
.pla {
  padding-left: auto;
}
.p6 {
  padding: 6px;
}
.p8 {
  padding: 8px;
}
.p12 {
  padding: 12px;
}
.p16 {
  padding: 16px;
}
.p24 {
  padding: 24px;
}
.p32 {
  padding: 32px;
}
.p60 {
  padding: 60px;
}
.pt2,
.ptb2 {
  padding-top: 2px;
}
.pt4 {
  padding-top: 4px;
}




.pt8,
.ptb8 {
  padding-top: 8px;
}
.pt12,
.ptb12 {
  padding-top: 12px;
}
.pt16,
.ptb16 {
  padding-top: 16px;
}
.pt24,
.ptb24 {
  padding-top: 24px;
}
.pt32,
.ptb32 {
  padding-top: 32px;
}
.pt40,
.ptb40 {
  padding-top: 40px;
}
.pt48,
.ptb48 {
  padding-top: 48px;
}
.pt72,
.ptb72 {
  padding-top: 72px;
}

.pl4 {
  padding-left: 4px;
}
.pl8,
.plr8 {
  padding-left: 8px;
}
.pl12,
.plr12 {
  padding-left: 12px;
}
.pl16,
.plr16 {
  padding-left: 16px;
}
.pl24,
.plr24 {
  padding-left: 24px;
}
.pl32,
.plr32 {
  padding-left: 32px;
}
.pl40,
.plr40 {
  padding-left: 40px;
}
.pl48,
.plr48 {
  padding-left: 48px;
}
.pl64 {
  padding-left: 64px;
}

.pr4 {
  padding-right: 4px;
}
.pr8,
.plr8 {
  padding-right: 8px;
}
.pr12,
.plr12 {
  padding-right: 12px;
}
.pr16,
.plr16 {
  padding-right: 16px;
}
.pr24,
.plr24 {
  padding-right: 24px;
}
.pr32,
.plr32 {
  padding-right: 32px;
}
.pr40,
.plr40 {
  padding-right: 40px;
}
.pr48,
.plr48 {
  padding-right: 48px;
}
.pt2,
.ptb2 {
  padding-bottom: 2px;
}
.pb4 {
  padding-bottom: 4px;
}
.pb8,
.ptb8 {
  padding-bottom: 8px;
}
.pb12,
.ptb12 {
  padding-bottom: 12px;
}
.pb16,
.ptb16 {
  padding-bottom: 16px;
}
.pb24,
.ptb24 {
  padding-bottom: 24px;
}
.pb32,
.ptb32 {
  padding-bottom: 32px;
}
.pb40,
.ptb40 {
  padding-bottom: 40px;
}
.pb48,
.ptb48 {
  padding-bottom: 48px;
}
.pb72,
.ptb72 {
  padding-bottom: 72px;
}

.ptb64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

/* border Style */
.brd1 {
  border: 1px solid #dcd7d7;
}
.brd2 {
  border: 1px solid #141414;
}
.brd3 {
  border: 2px solid #f4836c;
}
.brd4 {
  border: 1px solid #f4836cc4;
}
.brd5 {
  border: solid 1px #2626251A;
}
.brd-b1 {
  border-bottom: 1px solid #e1e1e1c3 !important;
}
.brd-r2 {
  border-right: 1px solid #e1e1e1c3 !important;
}
.brd-l1 {
  border-left: 3px solid #f4836c !important;
}
.brd-l2 {
  border-left: 3px solid #FFFFFF !important;
}
.brd-b3 {
  border-bottom: 2px solid #dfc57a;
}
.brd-b4 {
  border-bottom: 2px solid #1f1e1e;
}
.bs11 {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.bs12 {
  box-shadow: 0px 10px 40px 0px #0501010c;
}
.bs1,
.bs-h1:hover {
  box-shadow: 0px 0px 5px 6px #dfc57a;
}
.bs2 {
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.aft:after,
.bef:before {
  content: "";
}

.tf-h1:hover {
  transform: translateX(10px);
}
.transit1,
.md-btn {
  transition: all 0.2s;
}
.transit2 {
  transition: all 0.3s;
}
.transit3 {
  transition: all 0.5s;
}
.ws5 {
  word-spacing: 5px;
}
.wsnw {
  white-space: nowrap;
}
/* Shape Style */
.w35 {
  width: 35%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w65 {
  width: 65%;
}
.w80 {
  width: 80%;
}

.w100vw {
  width: 100vw;
}
.w100 {
  width: 100%;
}
.w18p {
  width: 18px;
}
.w24p {
  width: 24px;
}
.w40p {
  width: 40px;
}
.w48p {
  width: 48px;
}
.w60p {
  width: 60px;
}
.w72p {
  width: 72px;
}
.w-m48 {
  min-width: 48px;
  max-width: 48px;
}
.h18 {
  height: 18px;
}
.h3 {
  height: 3px;
}
.h40 {
  height: 40px;
}
.h48 {
  height: 48px;
}
.h56 {
  height: 56px;
}
.h64 {
  height: 64px;
}
.h100vh {
  height: 100vh;
}
.h100 {
  height: 100%;
}

.br2 {
  border-radius: 2px;
}

.br4 {
  border-radius: 4px;
}
.br8 {
  border-radius: 8px;
}
.br24 {
  border-radius: 24px;
}
.br50 {
  border-radius: 50%;
}
.br-br-01 {
  border-radius: 0 4px 4px 0;
}
.w4 {
  width: 4px;
}
.br-br-04 {
  border-radius: 0 8px 8px 0;
}
.box-sd1 {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.06);
}
.bg-img-01 {
  background: no-repeat center/cover;
  background-position: 50% -25px;
}
.bg-img-04 {
      border-radius: 0px 0px 500px 0px;
      background-position-y: 20%;
	
}
.bg-img-01 {
  position: relative;
}

.bg-img-01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 35, 68, 0.5); /* Adjust opacity as needed */
}

/* Adjust text color */
.hero-content-heading,
.hero-content-text {
  color: #ffffff; /* White text color */
}

.wrapper,
.banner-content {
  width: 94%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.menu-btn {
  display: none;
}
.menu-btn,
.logo {
  z-index: 100;
}
.menu-data {
  transition: all 0.5s;
  overflow: hidden;
  right: 0;
}
.menu-data.menu-data-close {
  transform: scale(0.1);
  position: absolute;
  background-color: #d9206c;
  height: 10vh;
  width: 10vh;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  border-radius: 50%;
}
.menu-data:not(.menu-data-close) {
  transform: scale(1);
  position: fixed;
  height: 100vh;
  z-index: 99;
  visibility: visible;
  opacity: 1;
  border-radius: 0;
}
.menu-line {
  width: 24px;
  height: 3px;
  background-color: #f4836c;
  border-radius: 2px;
  transition: all 0.2s;
}
.menu-line:not(:last-of-type) {
  margin-bottom: 4px;
}
.nav-close .menu-btn {
  background-color: #f4836c;
  border-radius: 4px;
}
.nav-close .menu-line {
  background-color: #f4836c;
}
.nav-close .menu-line:first-of-type {
  transform: translate(1px, 3px) rotate(45deg);
}
.nav-close .menu-line:last-of-type {
  transform: translate(0px, -4px) rotate(-45deg);
}
.nav-close .menu-line:nth-of-type(2) {
  display: none;
}

.hero-section {
  height: 850px;
}
/* .logo-deco {
  background: #FFF;
  padding: 10px 8px 8px;
} */
.logo-deco img {
  height: 100%;
}
.mobile-logo {
  display: none;
  background: #FFF;
  border-radius: 50%;
  padding: 7px 8px 8px;
  width: 55px;
  height: 55px;
}

.nav-active.nav-item:after {
  width: 100%;
}
.nav-item:after {
  height: 2px;
  background-color: #f4836c;
  width: 0%;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
}
.nav-item:hover:after {
  width: 100%;
}
.flight-details {
  margin-top: -160px;
}
::-webkit-input-placeholder {
  color: #ffffffb3;
}
select:focus-visible,
input:focus-visible {
  outline: none;
}

.brd-t1 {
  border-top: 1px solid #e1e1e1c3 !important;
}

/* about page */
.about-hero {
  min-height: 80vh;
  max-height: 80vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about-hero.height-manage-sec{
  min-height: 540px;
  max-height: 540px;
}
.about-hero.height-manage-small-header{
  min-height: 160px;
  max-height: 160px;
}
.brd-b2 {
  border-bottom: 1px solid #474544 !important;
}

.aviationaly-history {
  background-image: url(images/cloud-bg-img.html);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about-hero:after,
.aviationaly-history:after {
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background-image: linear-gradient(
    rgba(2, 0, 36, 0.33),
    rgba(1, 18, 21, 0.86)
  );
}
/* about page */

.of-cover {
  object-fit: cover;
}

.of-fill {
  object-fit: fill;
}

.programs-card .card-img img, .news-card .news-card-img img {
  height: 270px;
}

.programs-card .card-img:hover.card-img img {
  transform: scale(1.08);
}

.programs-card .card-btn:hover.card-btn {
  transform: translateY(-5px);
}

.faq-block.blist:not(:last-of-type) {
  border-bottom: 1px solid #2626251a !important;
}
.faq-block:not(:last-of-type) {
  border-bottom: 1px solid #ffffff;
}

.block-heading.active {
  color: #f3eded;
}
.block-heading.list.active{
  color: #000000;
}
.underline-prop{
  padding: 0px 0px 10px 0px;
  border-bottom: solid 2px #f4836c;
}

.active .faq-coleps {
  transform: rotate(90deg);
}
.faq-content {
  max-height: 0;
  overflow: hidden;
}

.active.faq-content {
  max-height: 100%;
}

.newsletters-form,
.newsletters-btn {
  border-radius: 1000px;
}

.newsletters-form .email-fild {
  background: none;
}

.footer-social-list img {
  width: 14px;
}
.fsl a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #333333;
}
.b-footer-inner img {
  height: 50px;
}

.background-video-wedget {
  padding-right: 120px;
}

.wedget-container {
  height: 60vh;
  border-radius: 0px 0px 500px 0px;
}

/* program-detail-page */
.sidebar-widget {
  top: 50px;
}

.widget-1-btn {
  border-radius: 1000px;
}
.bs3 {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.widget-logo {
  width: 80px;
  height: 80px;
}

.gallery-card-img img {
  height: 320px;
}

.gallery-card:hover .gallery-card-img {
  transform: scale(0.9);
}

.map-title {
  padding: 20px;
  font-weight: 600;
  background-image: linear-gradient(90deg, rgba(220, 220, 217, 0.8), rgba(255, 255, 255, 0.4));
  margin-bottom: 6px;
  font-size: 18px;
  border: 1px solid #e4e4e4;
  border-right: none;
  line-height: 24px;
  min-width: 240px;
  transition: all 0.2s;
  color: #373636;
  cursor: pointer;
}

.map-target-content:not(.active) {
  display: none;
}
.map-target-content > iframe {
  width: 100%;
}
.map-title.active {
  transform: translateX(1px);
}
.map-title.active, .map-title:hover {
  background-image: linear-gradient(90deg, #f4836c, #ffffff);
  font-size: 18px;
  color: #000;
}
.map-tems {
  border-right: 1px solid #e4e4e4;
}
.overlay-text {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6); 
  height: 100%;
}
.gallery-card {
  position: relative;
  overflow: hidden;
}

.overlay-text {
  position: absolute;
  bottom: -100%; 
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: bottom 0.3s ease; 
}

.gallery-card:hover .overlay-text {
  bottom: 0; 
}



.gallery {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

.thumbnail {
  width: 18%;
  height: auto;
  margin: 10px;
  transition: transform 0.2s;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbnail:hover {
  transform: scale(1.1);
}

.gallery-popup {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
  animation: zoomIn 0.3s ease-in-out;
}

.gallery-popup img {
  max-width: 80%;
  max-height: 80%;
}
.small-blog-img:hover img{
  transform: scale(1.08);

}

.submenu {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  color: #000;
  border-radius: 8px;
  margin-top: 8px;
  font-size: 16px;
  padding-bottom:12px;
}

.nav-item:hover .submenu {
  display: block;
}

.submenu li {
	padding-top: 24px;
    text-align: left;
    padding-left: 12px;
    padding-right: 12px
}

.submenu li:hover {
  /* background-color: #f1f1f1; */
  transition: color 0.3s ease;
  border-radius: 8px;
  color: #f4836c;
}

@keyframes zoomIn {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/************__________ Shreshth CSS START HERE __________************/
::placeholder {
  color: #797B8F;
  opacity: 1; /* Firefox */
}
.detail-overview a {
  text-decoration: underline;
}
.detail-overview strong, .detail-overview b {
  font-weight: 600;
}
.tdl {
  text-decoration: line-through;
}
.brd-r1 {
  border-right: 3px solid #fff !important;
}
.lsn{
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.vam{
  vertical-align: middle;
}
.mb0 {
  margin-bottom: 0;
}
.bg5 {
  background-color: #d0d0d0;
}
.li-active {
  background-color: #f4836c;
  color: #FFF;
}
.h24 {
  height: 24px;
}
.submenu.blog{
  width: 250px;
}
.submenu li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-bottom:2px;
}
.nav-list .nav-item {
  color: #333;
}
.header-icon {
  fill: #333;
  width: 12px;
  height: 12px;
}
#MobileMenu {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  width: 100%;
  visibility: hidden;
  background-color: #fff;
  z-index: 1000;
  overflow-y: auto;
  transition: transform 0.3s ease-in-out;
  transform: translateY(-1000%);
}
.main-team-card {
  margin-top:  -3em;;
  padding: 0 3px;
}
.team-card-info {
  width: 100%;
  box-shadow: 0px 10px 30px 0px rgba(5, 0.9999999999999998, 0.9999999999999998, 0.05);
  padding: 8px;
  border-radius: 8px;
  align-content: flex-start;
}
.hover-text {
  display: none;
  visibility: hidden;
}
.team-card .main-team-info {
  transition: all 0.5s;
}
.team-card-info .manualtext{
  margin-bottom: 12px;
}
.team-card .main-team-info:hover .main-team-card {
  position: absolute;
  margin: 0;
  top:0;
  bottom: 0;
  transition: all 0.5s;
}
.team-card .main-team-info:hover .main-team-card .team-card-info {
 /* height: 100%;*/
  transition: all 0.5s;
}
.team-card .main-team-info:hover .team-card-info .manualtext{
  margin-bottom: 0;
}
.team-card .main-team-info:hover .main-team-card .team-card-info .hover-text {
  display: block;
  visibility: visible;
  transition: all 0.5s;
}
.detail-overview strong, .detail-overview b {
  font-weight: 600;
}
.detail-overview ul, .detail-overview ol {
  margin: 0 0 15px 30px;
  line-height: 22px;
  list-style: inherit;
}

.less-more-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.5rem;
  }

.less-more-text.more {
  -webkit-line-clamp: 1000060;
}
.less-more  h2{
  color:#000;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}

.detail-overview ul {
  list-style-type: disc;
}

.detail-overview ol {
  list-style-type: decimal;
}



.detail-overview ul > li, .detail-overview ol > li {
  margin: 0 0 8px 0;
}
.detail-overview p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.bb1{
  border: 1px solid #dee2e6;
}
.mobile-fixed-footer{
  display: none;
  visibility: hidden;
}
.fixed-navbar {
  width: 100vw;
  z-index: 999;
}
.nav-conatiner{
  width: 94vw;
  max-width: 1366px;
  margin: 0 auto;
}
nav.nav-conatiner ul {
  overflow-y: hidden;
  overflow-x: auto;
}

nav.nav-conatiner ul li a {
  white-space: nowrap;
  line-height: 20px;
}
::-webkit-scrollbar {
  height: 0px;
  width: 0px;
  border: none;
}
.about-heading-section {
  width: 100%;
  z-index: 9;
}
.h44 {
  height: 44px;
}

.w44 {
  width: 44px;
}
.brd1 {
  border: 1px solid #dedede;
}
.deal-detail .prv-btn, .deal-detail .nxt-btn {
  top: calc(21vh - 1px);
}
/* .deal-detail .prv-btn.blog-indicators, .deal-detail .nxt-btn.blog-indicators {
  top: calc(50vh - 0px);
} */
.deal-detail .box-centr,
.testimonial-detail .box-centr {
  line-height: 56px;
  text-align: center;
}
.deal-detail-head article .img-item img {
  width: auto;
  max-height: 300px;
  margin: 0 auto;
}
.img-item {
  overflow: hidden;
  display: flex;
  align-items: stretch;
  min-width: 50%;
  max-width: 50%;
  padding: 0 5px;
}
.deal-detail-head:not(.simg) article {
  min-width: 100%;
  max-width: 100%;
  margin-right: 10px;
}

.br20 {
  border-radius: 20px;
}
.deal-detail-head article .img-item {
  /* width: 100%; */
  max-width: 100%;
  /*height: 40vh;*/
  padding: 0;
  /*min-height: 280px;*/
}

.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content,.blueimp-gallery>.slides>.slide>.slide-content>img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -ms-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden
}

.blueimp-gallery>.slides>.slide>.slide-content,.blueimp-gallery>.slides>.slide>.slide-content>img {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
  background-size: auto!important
}

.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom
}

.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  padding-bottom: 56.25%;
  box-shadow: 0 0 4px rgba(0,0,0,.1);
  -ms-touch-action: pan-y pinch-zoom;
  touch-action: pan-y pinch-zoom;
  display: block
}

.blueimp-gallery-display {
  display: block;
  opacity: 1
}

.blueimp-gallery>.slides {
  position: relative;
  height: 100%;
  overflow: hidden
}

.blueimp-gallery-carousel>.slides {
  position: absolute
}

.blueimp-gallery>.slides>.slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
  -moz-transition-timing-function: cubic-bezier(.645,.045,.355,1);
  -ms-transition-timing-function: cubic-bezier(.645,.045,.355,1);
  -o-transition-timing-function: cubic-bezier(.645,.045,.355,1);
  transition-timing-function: cubic-bezier(.645,.045,.355,1)
}

.blueimp-gallery>.slides>.slide-prev,.blueimp-gallery>.slides>.slide-active,.blueimp-gallery>.slides>.slide-next {
  visibility: visible
}

.blueimp-gallery>.slides>.slide-loading {
  background: url(../images/loading.html) center no-repeat;
  background-size: 64px 64px
}

.blueimp-gallery-smil>.slides>.slide-loading {
  background-image: url(https://www.hlimg.com/images/flapone-crm/assets/images/loading.svg)
}

.blueimp-gallery>.slides>.slide-loading>.slide-content {
  opacity: 0
}

.blueimp-gallery>.slides>.slide-error {
  background: url(../images/error.html) center no-repeat
}

.blueimp-gallery-svgasimg>.slides>.slide-error {
  background-image: url(https://www.hlimg.com/images/flapone-crm/assets/images/error.svg)
}

.blueimp-gallery>.slides>.slide-error>.slide-content {
  display: none
}

.blueimp-gallery-display>.prev,.blueimp-gallery-display>.next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 8px;
  height: 20px;
  padding: 10px 14px 10px 18px;
  margin-top: -23px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #222 url(../images/prev.html) center no-repeat;
  background-color: rgba(0,0,0,.5);
  border: 3px solid #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  opacity: .5;
  cursor: pointer
}

.blueimp-gallery-display>.next {
  right: 15px;
  left: auto;
  background-image: url(../images/icon/next.html)
}

.blueimp-gallery-svgasimg>.prev {
  background-image: url(https://www.hlimg.com/images/flapone-crm/assets/images/icon/prev.svg)
}

.blueimp-gallery-svgasimg>.next {
  background-image: url(https://www.hlimg.com/images/flapone-crm/assets/images/icon/next.svg)
}

.blueimp-gallery-display>.close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: url(../images/close.html) center no-repeat;
  opacity: .8;
  cursor: pointer
}

.blueimp-gallery-svgasimg>.close {
  background-image: url(https://www.hlimg.com/images/flapone-crm/assets/images/icon/close.svg)
}

.blueimp-gallery>.title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 60px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: .8;
  display: none
}

.blueimp-gallery-display>.play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 30px;
  height: 30px;
  background: url(../images/play-pause.html) 0 0 no-repeat;
  cursor: pointer;
  opacity: .5;
  display: none
}

.blueimp-gallery-svgasimg>.play-pause {
  background-image: url(https://www.hlimg.com/images/flapone-crm/assets/images/play-pause.svg)
}

.blueimp-gallery-playing>.play-pause {
  background-position: -30px 0
}

.blueimp-gallery-controls>.prev,.blueimp-gallery-controls>.next,.blueimp-gallery-controls>.close,.blueimp-gallery-controls>.title,.blueimp-gallery-controls>.play-pause {
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0)
}

.blueimp-gallery-single>.prev,.blueimp-gallery-left>.prev,.blueimp-gallery-single>.next,.blueimp-gallery-right>.next,.blueimp-gallery-single>.play-pause {
  display: block
}

.blueimp-gallery>.slides>.slide>.slide-content,.blueimp-gallery>.prev,.blueimp-gallery>.next,.blueimp-gallery>.close,.blueimp-gallery>.play-pause {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.blueimp-gallery>.prev:hover,.blueimp-gallery>.next:hover,.blueimp-gallery>.close:hover,.blueimp-gallery>.title:hover,.blueimp-gallery>.play-pause:hover {
  color: #fff;
  opacity: 1
}

*+html .blueimp-gallery>.slides>.slide {
  min-height: 300px
}

*+html .blueimp-gallery>.slides>.slide>.slide-content {
  position: relative
}

*+html .blueimp-gallery>.slides>.slide>.slide-content>img {
  position: relative
}

.blueimp-gallery>.indicator {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  left: 15px;
  margin: 0 40px;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 10px;
  display: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.blueimp-gallery>.indicator>li {
  display: inline-block;
  position: relative;
  width: 9px;
  height: 9px;
  margin: 6px 3px 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid transparent;
  background: #ccc;
  background: rgba(255,255,255,.25) center no-repeat;
  border-radius: 5px;
  box-shadow: 0 0 2px #000;
  opacity: .5;
  cursor: pointer
}

*+html .blueimp-gallery>.indicator>li {
  display: inline
}

.blueimp-gallery>.indicator>li:hover,.blueimp-gallery>.indicator>.active {
  background-color: #fff;
  border-color: #fff;
  opacity: 1
}

.blueimp-gallery>.indicator>li:after {
  opacity: 0;
  display: block;
  position: absolute;
  content: '';
  top: -5em;
  left: 4px;
  width: 75px;
  height: 75px;
  transition: transform 600ms ease-out,opacity 400ms ease-out;
  transform: translateX(-50%) translateY(0) translateZ(0px);
  pointer-events: none
}

.blueimp-gallery>.indicator>li:hover:after {
  opacity: 1;
  border-radius: 50%;
  background: inherit;
  transform: translateX(-50%) translateY(-5px) translateZ(0px)
}

.blueimp-gallery>.indicator>.active:after {
  display: none
}

.blueimp-gallery-controls>.indicator {
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0)
}

.blueimp-gallery-single>.indicator {
  display: none
}

.contact-section {
  margin-top: -12em;
  position: relative;
  z-index: 2;
}
.contact-section .main-contact-section {
  padding: 6% 4%;
}
.main-contact-section .contact-common-section {
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
}
.contact-first-section{
  /* float: left; */
  border-right: 1px solid #e1e1e1c3 !important;
}
/* .contact-last-section{ 
   display: inline-block; 
}*/
.contact-icon {
  margin-right: 15px;
  margin-left: 0;
  margin-bottom: unset;
  display: inline-flex;
  flex: 0 0 auto;
}
.contact-icon span {
  background-color: #f4836c;
  padding: 10px;
  line-height: 0px;
}
.contactus input:focus, .contactus textarea:focus, .contactus textarea:focus-visible, .contactus select:focus {
  border: solid 1px #f4836c;
  outline: #f4836c;
}
/*About US Section CSS End Here*/
.btn{
  transition: all 0.5s;
}
.btn:hover {
  background-color: #a7675b;
  transition: all 0.5s;
}
.blog-width-main {
  width: 100%;
  max-width: 768px;
}
.blog-image .video-section {
  height: 300px !important;
}
.detail-overview .content-container:last-child p:last-child {
  margin-bottom: 0;
}
.testmonial-contents {
  transform: translateX(-6%);
}
.box-border {
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #f4836c;
  border-radius: 16px 16px 16px 16px;
  width: 400px;
  height: 300px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  bottom: -10%;
  z-index: 1;
}

/**/
.modal-enquiry-form {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.modal-enquiry-form-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 90vh;
  overflow: auto;
  padding: 24px 16px;
  text-align: center;
  width: 90%;
  background: #fff;
  border: 1px solid #dedede;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
.account-tabs {
  display: flex;
  justify-content: center;
  flex: 1;
}
.form-title {
  border-bottom: 2px solid #131313;
  padding: 8px 2px 6px;
}
.tab-item.active {
  font-weight: 700;
}

.tab-item {
  cursor: pointer;
}

.warning-message {
  display: block;
  margin-top: 5px;
}

/* Enquiry css start */


.box-sd2 {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.courses-enq label {
  display: flex;
  align-items: center;
  margin-top: 8px;
  width: 45%;
}
.courses-enq label:not(:last-child) , .train-type label:not(:last-child) {
  margin-right: 16px;
}
.courses-enq input[type="checkbox"] {
  margin-right: 8px;
}
.enquiry-form-img img {
  width: 100%;
  height: 100%;
}
.enq-overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  padding: 0 16px;
}
.otp-input {
  width: 40px;
  height: 40px;
  text-align: center;
  border: 0.5px solid #81888d;
  border-radius: 4px;
}
.otp-input:not(:last-child) {
  margin-right: 16px;
}
.submit-otp,
.submit-enq-btn {
  margin: 0 auto;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.enquiry-form-section {
  top: -360px;
  margin-bottom: -360px;
}
.enq-overlay-text .curve-arrow {
  /* right: -68%;
    top: -88px; */
  transform: rotate(-45deg);
}

.error-show {
  color: #ff0000;
  margin: 5px 0 0 0;
  display: block;
  font-size: 0.9em;
}




/* Enquiry css end */
/************__________ Shreshth CSS END HERE __________************/
.testimonial-profile .profile-img {
  width: 80px;
  height: 80px;
}

/*
.testimonial-card {
  min-height: 340px;
}
*/
.testimonial-card-inner {
  min-height: 100%;
}
.testimonial-card-inner > .read{
  overflow-y: scroll;
  max-height: 280px;
}
.testimonial-card .card-img {
  width: 65px;
  height: 65px;
}
.social-icons svg{
  background-color: #ffffff1a;
}
.social-icons svg:hover{
  background-color: #f4836c;
  transition: all 0.5s;
}

.mandat{
  color:red;
  margin-left: 2px;
}

.location-section:nth-child(even) .bs3.df.fdrr {
  background-color: #202344;
  color: #FFF; 
}
.location-section:nth-child(even) p,
.location-section:nth-child(even) h6 {
  color: #FFF; 
}

.available-content-text a{
    display: inline;
    color: #040abc;
}

.team-modal-section ,.team-modal-section .team-card-info {
    height: 60vh;
}
.team-card-img {
  height: 36vh;
}

.team-card.staff.flx25 {
        flex: 0 0 20%;
        max-width: 20%;
}

.team-card-img-popup {
  height: 45vh;
}

.team-card-img img{
    height: 100%;
}
.team-modal-section .flx40 {
    flex: 0 0 33%;
    max-width: 33%;
}
.team-modal-section .right-section{
    overflow-y: scroll;
}



.modal-enquiry-form-content .team-modal-section .team-card-info {
    box-shadow: none !important;
}
.team-modal-section .team-card-info, .team-modal-section .plr16{
    padding: 16px !important;
}
.team-modal-section svg{
    margin-right: 0 !important;
}

.nav-container ul{
 -ms-overflow-style: none;  
  scrollbar-width: none;}

.nav-container ul::-webkit-scrollbar {
    display: none;  
}

.contact-first-section.pr64{
    padding-right:64px;
}

.blog-air-btn,.blog-drone-btn{
    min-height: 40px;
  line-height: 20px;
  text-decoration: none !important;
  text-align: center;

}

.dob-display {
  position: absolute;
  top: auto;
  bottom: 25%;
  background: #FFF;
  left: 1%;
  color: #000;
  z-index: 1;
}

.enquiry-form-section {
    top: -480px;
    margin-bottom: -430px;
}


.seal-dgca img{
        width: 72px;
        border-radius: 50%;
	min-height: 72px;
       max-height: 72px;

      }
      .card-accept img:not(:last-child){
       margin-right: 8px;
      }
      
      .seal-dgca a:not(:last-child){
       margin-right: 8px;
      }
      
      .seal-dgca a{
       height: 100%;
       display: flex;
      }
      .card-accept img,.card-accept svg {
        width: 40px;
        border: 1px solid #ccc;
        margin-top: 8px;
      }
      .card-accept svg {
        background-color: #fff;
      }




@media screen and (max-width: 1024px) {
  .hero-section {
    height: 650px;
  }
  #MobileMenu.navbar.on-nav {
    display: block;
    visibility: visible;
    transform: translateY(0);
    top: 80%;
    width: calc(100% + 4.8%);
    border-radius: 16px;
    height: auto;
    padding: 10px 0;
    transition: transform 0.3s ease-in-out;
    left: -2.5%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  #MobileMenu > ul > li._has-child > .submenu__child {
    display: none;
  }
  #MobileMenu > ul > li._has-child > .submenu__child.active {
    display: block;
    left: 13px;
    position: relative;
  }
  .nav-list .nav-item {
    color: #000;
  }
  .header-icon {
    fill: #000;
    width: 16px;
    height: 16px;
  }
  .submenu__child > li > a {
    padding: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }

  .submenu__child > li > a:hover {
    color: #f4836c;
  }
  .navbar {
    display: none;
    position: absolute;
    top: 80px;
    left: 0px;
    height: 100vh;
    background-color: #fff;
    overflow: hidden;
    overflow-y: auto;
    flex-wrap: wrap;
    width: 100%;
  }
  .navbar.on-nav,
  .nav-list {
    display: block;
  }
  .nav-item {
    margin-bottom: 12px;
    padding: 5px 16px;
  }
  .nav-item:after {
    display: none;
  }
  .menu-btn {
    display: flex;
  }
  .hero-content {
    width: 90%;
  }
  
  .flight-details-section {
    box-shadow: none;
  }
  .flight-parts-cards {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 24px;
  }
  .newsletter-section {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 24px;
  }
  
}

@media screen and (max-width: 900px) {
  .navigation-section,
  .programs-section {
    flex: 0 0 50%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .newsletter-section {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .jcst {
  justify-content: start;
  }


}

@media screen and (max-width: 551px) {
  .hero-content-heading {
    font-size: 42px;
    line-height: 46px;
  }
  .hero-content-text {
    font-size: 16px;
    line-height: 24px;
  }
  .hero-buttons {
    flex-wrap: wrap;
  }
  .hero-button {
    margin-bottom: 16px;
  }
  /*.logo-deco img {
    height: 64px;
  }*/
  .flight-parts-cards {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .navigation-section,
  .programs-section{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mbflex60 {
    flex: 0 0 56%;
    max-width: 100%;
  }
  .programs-section.jcc {
    justify-content: flex-start;
  }
  .footer-social-list {
    justify-content: center;
  }
  .copyright {
    margin-top: 12px;
    font-size: 12px;
  }
  /*Shreshth*/
  .about-hero .about-hero-sec {
    font-size: 18px;
  }
  .about-heading-section {
    bottom: auto;
  }

  .about-hero .about-hero-sec {
    font-size: 24px;
  }
  .about-heading-section {
    bottom: auto;
  }
  .deal-detail-head article .img-item img, .blog-image .video-section {
    max-height: 210px;
  }
  .deal-detail .box-centr{
    top: calc(14vh + 6px);
  }


}



/************__________ Shreshth RESPONSIVE CSS START HERE __________************/
@media screen and (max-width: 1250px) {
  .breadcrum-page {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .jcst {
  justify-content: start;
}


  .programs-card.flx33, .team-card.flx33 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .content-side.flx1 {
    flex: auto;
  }
  .sidebar-widget.ml24 {
    margin-left: 0;;
  }
  .sidebar-widget .widget-1.p32 {
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar-widget .widget-1.br8 {
    box-shadow: none;
  }
  .w40, .w60 {
    width: 100%;
  }
  .m-1024-fdcr {
    flex-direction: column-reverse;
  }
  .contact-first-section {
    border-right: none !important;
    border-bottom: 1px solid #e1e1e1c3 !important;
    margin-bottom: 40px;
  }
  .contact-common-section.mccs, 
  .contact-common-section.mccs {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 991px) {
  .content-side.flx1 {
    flex: auto;
  }

}
@media screen and (max-width: 767px) {
   .team-modal-section .team-card-poup {
        height: 280px;
    }

.form-section.flx66 {
  flex: 0 0 100%;
  max-width: 100%;
}
  .about-hero.height-manage-small-header {
    min-height: 124px !important;
    max-height: 124px;
}
  .team-card.staff.pl12 {
    padding-left: 0;
  }
  .available-images.flx50{
    flex: 0 0 100%;
        max-width: 100%;
    }
    .contact-first-section.pr64{
        padding-right: 0;
    }
    .contact-content .fs20{
        font-size: 16px;
    }

.contact-first-section.w50, .contact-last-section.w50{
   width: 100%;
}
.contact-last-section .pl64{
    padding-left: 0;
}

.available {
    flex-direction: column-reverse;
}
.available {
    padding-top: 0;
}
.available-content {
    padding-top: 16px;
    padding-left: 0;
    padding-right: 0;
}
.available-content-heading-text {
    padding-left: 0;
}
.available-images {
    padding: 0;
}

.google-map iframe, .location-section iframe{
    height: 240px !important;
}

.map-section.plr24{
    padding-left: 12px;
    padding-right: 12px;
}

.sitemap-inner p{
line-height:18px;
}

.blog-air-btn,.blog-drone-btn{
    width: 100%;

}
.blog-drone-btn{
    margin-top: 16px;
}
.blog-det-btn {
        flex-direction: column;
}

.team-modal-section .right-section {
    overflow-y: hidden;
}

.team-modal-section .team-card-img {
    height: 280px;
}

.team-modal-section .team-card-img-popup {
    height: 280px;
}


.modal-enquiry-form-content .close-enquiry{
    top:-24px;
}

.team-modal-section,.modal-enquiry-form-content, .team-modal-section .team-card-info{
    height: 100%;
}

.location-section .bs3.df{
    flex-direction: column;
}

.location-section .programs-card.flx50,.available-content,.adv-cards .flx33,.ser-heading .flx50,.advantages-cards.flx33, .news-card.flx33 {
    flex: 0 0 100%;
    max-width: 100%;
}


.news-card.flx33 {
    flex: 0 0 100%;
    max-width: 100%;
}

.apply-now-left{
    flex-direction:column-reverse;
    margin-bottom: 24px;
}
.curve-arrow{
    display:none;
}

.hand-up{
    display: flex !important;
    margin-bottom: 8px;
}
.enquiry-form-section {
        flex-direction: column-reverse;
    }
.enquiry-form-img.flx50 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
    }
.enquiry-form-img img, .enq-overlay-text {
    height: 60vh;
    display:none;
  }

.form-section {
        margin-bottom: 36px;
   } 

  .enq-overlay-text {
    flex-direction: column-reverse;
    justify-content: start;
  }

   .fix-button{
	position: sticky;
    bottom: 0;
    background: #fff;
    padding: 12px 0;
    z-index: 2;
   }
  .widget-1.p24{
    padding-left: 0;
    padding-right: 0;
}

  .about-hero{
	min-height:464px !important;
   } 
  .programs-card.flx33,
  .team-card.flx33,
  .left-side-blog.flx66,
  .service-faq.flx40,
  .left-content.flx1,
  .title-content.flx66,
  .testmonial-image.flx50,
  .testmonial-content.flx50,
  .left-section.flx40,
  .right-section.flx50 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .right-section .team-card-info {
   // margin-top: 24px;;
  }
  .team-modal-section {
    flex-direction: column;
    max-height: 100%;
  }

  .testmonial-image.pl48{
    padding-left: 0;
  }
  .testmonial-contents {
    transform: translateY(-50%);
  }
  .testimonial-detail .box-centr {
    z-index: 999;
    top: calc(28vh - 3px);
  }
  .box-border{
    display: none;
    visibility: hidden;
  }
  .w80, .grp-name, .contact-last-section .pl64{
    width: 100%;
  }

  .flx25 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .service-contain {
    flex-direction: column-reverse;
  }
  .left-content {
    margin-top: 30px;
  }
  .left-content.plr48 {
    padding-left: 0;
    padding-right: 0;
  }
  .service-faq.mr48 {
    margin-right: 0;
  }
  .lh20 {
    line-height: 14px;
  }
  
  .lh22 {
    line-height: 18px;
  }
  .lh24 {
    line-height: 20px;
  }
  .lh30 {
    line-height: 24px;
  }
  .lh48 {
    line-height: 26px;
  }
  .lh60 {
    line-height: 35px;
  }
  .lh70{
    line-height: 36px;
  }

  .fs14 {
    font-size: 12px;
  }
  .fs16 {
    font-size: 14px;
  }
  
  .fs18 {
    font-size: 16px;
  }

  .fs22 {
    font-size: 18px;
  }

  .fs24 {
    font-size: 20px;
  }
  
  .fs36 {
    font-size: 24px;
  }
  
  .fs48 {
    font-size: 30px;
  }

  .fs62 {
    font-size: 32px;
  }
  .mb32,
  .mtb32 {
    margin-bottom: 26px;
  }
  .mb40,
  .mtb40 {
    margin-bottom: 30px;
  }
  .mb48,
  .mtb48 {
    margin-bottom: 36px;
  }

  .mb64 {
    margin-bottom: 40px;
  }
  .mt32,
  .mtb32 {
    margin-top: 26px;
  }
  .mt40,
  .mtb40 {
    margin-top: 30px;
  }
  .mt48,
  .mtb48 {
    margin-top: 32px;
  }
  .mt96 {
    margin-top: 40px;
  }
  .w60 {
    width: 100%;
  }
  .flx1, .flx2 {
    flex: auto;
  }
  .pb48, .ptb48 {
    padding-bottom: 30px;
  }
  .pt48, .ptb48 {
    padding-top: 30px;
  }
  .bg-img-04 {
    border-radius: 0px 0px 200px 0px;
  }
  .main-contact-section {
    flex-direction: column;
  }
  .mfcr{
    flex-direction: column-reverse;
  }
  .left-side-blog{
    order: 2;
  }
  .right-side-blog.ml48{
    order: 1;
    margin: 0;
  }
  
  .contact-acoordian.df, .map-targets {
    display: block;
  }
  .contact-acoordian.df .map-tems {
    border-bottom: none;
    border-right: none;
  }
  .contact-acoordian .map-tems h2 {
    width: auto;
    float: left;
    margin-right: 10px;
    font-size: 15px;
    padding: 10px;
    line-height: 18px;
    min-width: auto;
    border: solid 1px #e4e4e4;
  }
  .contact-acoordian .map-tems h2.map-title.active {
    border-bottom: none;
  }
  .map-target-content .google-map.ml24 {
    margin-left: 0px;
  }
  .map-target-content.w100 {
    width: 98%;
  }
  .logo-deco img, .mobile-logo img {
    height: 40px;
  }
  .gallery-01 .gallery-card:nth-child(1) {
    width: 100%;
    display: inline-block;
    flex: inherit;
  }
  .gallery-01 .gallery-card {
    width: 50%;
    display: inline-block;
    flex: inherit;
  }
  .gallery-01 .gallery-card:nth-child(1) img {
    height: 170px;
  }
  .gallery-01 .gallery-card img {
    height: 120px;
  }
  

  .gallery-02 .gallery-card:nth-child(3) {
    width: 100%;
    display: inline-block;
    flex: inherit;
  }
  .gallery-02 .gallery-card {
    width: 50%;
    display: inline-block;
    flex: inherit;
  }
  .gallery-02 .gallery-card:nth-child(3) img {
    height: 170px;
  }
  .gallery-02 .gallery-card img {
    height: 120px;
  }
  #HeaderMenu {
    display: none;
    visibility: hidden;
  }


  .team-card-info .mtb16{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .mobile-fixed-footer {
    display: block;
    visibility: visible;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .full-fixed-section ul > li > a {
    transition: all 0.5s;
  }
  .full-fixed-section ul > li > a:hover {
    background-color: #202344;
    color: #FFF;
    transition: all 0.5s;
  }
  /*.about-hero .about-hero-sec {
    margin-top: 20%;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 36px;
  }*/
  .about-heading-section {
   position: absolute;
    top: auto;
    bottom: 16%;
    z-index: 9;
  }
  .header-container.ptb12 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  
  .w60 {
    width: 100%;
  }
  .w40 {
    width: 100%;
  }

  .team-card-info .fs14 {
        font-size: 14px !important;
    }
    .team-card-poup img {
        margin: 0 auto;
    }
    .team-card-info .usrn {
    /*    display: flex;
        flex-direction: column;
        align-items: center;
    */
    margin:0 auto;
    }
  .team-card-poup img {
     max-width: 100%;
   }
   
   .team-card-info .detail-overview.manualtext{
        margin-top: -0px !important;
    }
  
.team-card-info .lh20 {
    line-height: 20px !important;
}

.team-card-img {
    height: 50vh;
}
.team-card-info h3.tal {
    text-align: center;
}
}
@media screen and (max-width: 620px) {
  .contact-last-section .df {
    display: flex;
    flex-direction: column;
  }
  .contact-last-section .pr24 {
    padding-right: 0;
  }
  .contact-last-section .pl64 {
    padding-left: 0;
  }
  .contact-last-section .flx50 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-common-section.mccs, 
  .contact-common-section.mccs {
    width: 100%;
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .deal-detail-head:not(.simg) article, .deal-detail-head.simg article {
    margin-left: 5px;
    margin-right: 5px;
  }
  .breadcrumb ul {
    width: 100%;
    overflow-y: hidden;
    white-space: nowrap;
    overflow-x: auto;
  }
  .breadcrumb li {
    font-size: 13px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 395px) {
.enquiry-form-img img, .enq-overlay-text {
        height: 70vh;
        display:none;
    }

.enq-overlay-text {
        height: 70vh;
    }

    .apply-now-left svg {
    display: none;
  }


  .top-head-content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
}
@media(prefers-color-scheme: light) {
  .blueimp-gallery-carousel {
      background:#fff
  }
}

@media only screen and (max-width: 479px) {
.team-card.staff.flx25 {
    flex: 0 0 100%;
    max-width: 100%;
} 
 .testimonial-card.flx33 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .advantages-card-heading.pb24{
    padding-bottom: 18px
  }
  .advantages-card-heading.mb24{
    margin-bottom: 18px
  }
  .credit-time {
    margin-left: 2px;
    margin-top: -2px;
  }
.credit-time .pipe {
    display: none;
}
.sory-credits {
    flex-direction: column;
}

 .courses-enq label {
  width: 100%;
}
  .enquiry-form-img.flx50 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .enq-overlay-text .curve-arrow, .enquiry-form-section {
    position: relative;
  }

.contact-section {
    margin-top: -8em !important;
}
.contact-us .about-heading-section {
    bottom: 40% !important;
}

.testmonial-contents {
      transform: translateY(-25%);
    }
    .testmonial-contents {
      margin: 0 16px;
      padding: 20px;
    }
    .testmonial-contents .sub-heading,
    .testmonial-contents .heading,
    .testmonial-contents .text {
      margin-bottom: 16px;
    }
    .testmonial-contents .sub-heading,
    .testmonial-contents .text {
      font-size: 14px;
      line-height: 20px;
    }
    .testmonial-contents .heading {
      font-size: 20px;
    }
    .testmonial-contents .writer-name {
      font-size: 18px;
    }

.contact-section .wrapper {
padding-top: 0;
}

.contact-section.ptb48{
padding-top: 16px;
}

.list-course .programs-card.p24{
  padding-left:0;
  padding-right:0;
 padding-top:0;
}

.h-scroll{
    white-space: nowrap;
    overflow-x: auto;
}
  .map-tems{
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
  }

.programs-card.flx50 {
        flex: 0 0 100%;
        max-width: 100%;
    }

.bg-img-04 {
      background-position-x: 80%;

}
about-hero-sec{
line-height: 28px;
    margin-top: 72px;
}

.right-side-blog , .awards-sec{
	padding-top:0;
}

.testimonial-cards{
	margin-bottom:-120px;
	
}


.count-container .container .flx25{
   margin-bottom:32px;
   justify-content:start;
}

 .left-content.pr48, .left-side-blog .programs-card{
	padding-right:0;
 }
  .flight-details {
    margin-top: -100px;
  }
  .mfc{
    flex-direction: column;
  }
  .course-btn{
    white-space: nowrap;
    overflow-x: auto;
    justify-content: start;  
  }
   .blog-list-container,.ser-heading {
    flex-direction: column;
  }
  .ser-heading{
    align-items: start;
  }
  .ser-heading{
    margin-bottom: 88px !important;
  }
  .ser-heading .desc p{
    margin-bottom: -36px;
  }
  .blog-list-container .news-card.plr16 , .ser-heading .desc, .ser-heading .heading{
    padding-left: 0;
    padding-right: 0;
  }
  .ser-heading .heading .main-heading{
    font-size: 20px;
  }
  .enq-overlay-text .curve-arrow,
  .enquiry-form-section {
    position: relative;
  }
  .about-hero {
    min-height: 320px !important;
  }
/*  .enquiry-form-section {
    top: -150px;
    margin-bottom: -150px;
    background: #fff;
  }*/
  .enquiry-form-section {
        top: -268px;
        margin-bottom: -240px;
        background: #fff;
  }

}
@media only screen and (min-width: 480px) and (max-width: 767px) {

    .team-card.staff.flx25 {
    flex: 0 0 100%;
    max-width: 100%;
}

  .testimonials-content.flx50,
  .testimonials-images.flx50 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about-hero.height-manage-sec{
    min-height: 320px !important;
    max-height: 320px;
  }
  .testimonials-images.flx50.plr32 {
    padding: 0;
  }
  .testimonial-card.flx33 {
    flex: 0 0 50%;
    max-width: 50%;
  }
.enq-overlay-text .curve-arrow, .enquiry-form-section {
      position: relative;
  }
  .enquiry-form-section {
    top: -136px;
    margin-bottom: -136px;
    background: #fff;
  }

  .map-tems{
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
  }
 .contact-us .about-heading-section {
    bottom: 40% !important;
}


  .flight-details {
    margin-top: -160px;
  }
  .blog-list-container .flx33,.adv-cards .flx33 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .enq-overlay-text .curve-arrow,
  .enquiry-form-section {
    position: relative;
  }
  .enquiry-form-section {
    top: -136px;
    margin-bottom: -136px;
    background: #fff;
  }  
  .course-btn{
    white-space: nowrap;
    overflow-x: auto;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .flight-details {
    margin-top: -140px;
  }
}

@media only screen and (min-width: 1024px)  {
  .hero-content.w50 {
	width:65%;  
  }
  
}
/************__________ Shreshth RESPONSIVE CSS END HERE __________************/
/*enquiry css start*/
otp-input-error{
  outline: 1px solid #ff0000;
  border:none;
}
.enq-desc {
  display: none;
}
.otp-input {
width: 36px !important;
height: 36px !important; 
}
.phone-input-container input{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.phone-input-container select{
    border-right: none;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.options {
  display: none;
  z-index: 10;
}
.option {
  padding: 12px;
  cursor: pointer;
}
.option:hover {
  background: #f4836c;
  color:#fff;
}
.custom-dropdown.active .options {
    display: block;
}
.otp-input:focus {
  border-color: #f4836c;
  box-shadow: 0 0 5px #ff7b00;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: 99999;
  }
  .input-container input {
  outline: 0;
  position: relative;
  width: 100%;
  }
  .fc10{
  color: #00ae00;
  }
  @media screen and (max-width: 767px){
 .team-modal-section .team-card-img-popup {
    height: 280px;
}

    .enquiry-form-section .form-section.p32{
    padding:16px;
  }
  .country-code-select .plr16{
    padding: 0 4px;
  }
  .input-column .pl16{
padding-left: 8px;
}

  }
  @media only screen and (max-width: 768px) {
    .logo-deco.cp {
        display: none;
    }
    .mobile-logo {
      display: block;
    }
  }
/*enquiry css end*/
.disabled {
  background-color: #cccccc;
  pointer-events: none;
}
