@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Rampart+One&family=Quattrocento:wght@400;700&display=swap");
html {
  touch-action: manipulation;
}

@-ms-viewport {
  width: device-width;
}
::-webkit-scrollbar {
  width: 8px;
  height: 2px;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #989898;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgb(238, 238, 238);
}

button:focus,
a:focus,
* {
  outline: none;
  text-decoration: none !important;
}

.btn-golden {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF !important;
  background: #EE9D0E;
  border-radius: 8px;
  display: inline-block;
  padding: 10px 36px 10px 22px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
}
.btn-golden img {
  width: 18.99px !important;
  height: auto;
  display: inline-block !important;
  position: absolute;
  right: 8px;
  top: 8px;
  transition: all 0.777s ease;
}
.btn-golden:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn-golden:hover img {
  transform: rotate(38deg);
  right: -5px;
  top: -5px;
  width: 24.99px !important;
  height: 25.03px !important;
}

.btn-golden-bg {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF !important;
  background: #EE9D0E;
  border-radius: 8px;
  display: inline-block;
  padding: 14px 34px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
}
.btn-golden-bg:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.bg-img {
  font-size: 16px;
  line-height: 21px;
  padding: 16px 50px 15px 32px;
}
.bg-img img {
  width: 18.99px !important;
  right: 18px;
  top: 14px;
  transition: all 0.777s ease;
}
.bg-img:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.btn-white {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 13.7033px;
  line-height: 21px;
  color: #293860;
  border-radius: 8px;
  display: inline-block;
  padding: 10px 22px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.btn-white-bg {
  font-size: 16px;
  line-height: 21px;
  padding: 16px 36px;
}
.btn-white:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.btn-indigo {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 13.7033px;
  line-height: 21px;
  color: #fff;
  border-radius: 8px;
  display: inline-block;
  padding: 10px 22px;
  background: #293860;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.btn-indigo-bg {
  font-size: 16px;
  line-height: 21px;
  padding: 16px 36px;
}
.btn-indigo:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  color: #fff;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
header .navbar {
  padding: 20px 1rem;
  position: relative;
}
header .navbar .navbar-brand {
  padding: 0px;
}
header .navbar .navbar-brand img {
  width: 128px;
  height: auto;
  position: absolute;
  top: 5px;
  left: 3px;
}
header .navbar .navbar-collapse {
  justify-content: flex-end;
}
header .navbar .navbar-collapse .navbar-nav {
  margin-right: 16px;
}
header .navbar .navbar-collapse .navbar-nav .nav-link {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  color: #293860;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
header .navbar .navbar-collapse .navbar-nav .nav-link.show {
  color: #EE9D0E;
}
header .navbar .navbar-collapse .navbar-nav .nav-link:hover {
  color: #ed9d0c;
}
header .navbar .navbar-collapse .navbar-nav .dropdown-menu {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border: none;
}
header .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #293860;
  padding: 8px 18px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
header .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:hover {
  background: #EE9D0E;
  color: #fff;
}

.section1 .slider1 .container {
  position: relative;
  z-index: 9;
}
.section1 .slider1 .slider-one {
  background: url(../img/home/banner.webp) no-repeat center center;
  background-size: cover;
  min-height: 610px;
  max-height: 610px;
  display: flex;
  align-items: center;
  position: relative;
}
.section1 .slider1 .slider-one.second-slider {
  background: #293860;
}
.section1 .slider1 .slider-one.second-slider .mobile-mode {
  display: none;
}
.section1 .slider1 .slider-one.second-slider .student-sec {
  position: absolute;
  bottom: 4%;
  right: 7%;
  text-align: right;
  z-index: 99;
}
.section1 .slider1 .slider-one.second-slider .student-sec h2 {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 900;
  font-size: 64px;
  line-height: 30px;
  text-align: right;
  color: #049FD9;
  margin-bottom: 21px;
}
.section1 .slider1 .slider-one.second-slider .student-sec p {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 700;
  font-size: 33px;
  line-height: 42px;
  text-align: right;
  color: #FFFFFF;
  margin: 0;
}
.section1 .slider1 .slider-one.second-slider:before, .section1 .slider1 .slider-one.second-slider:after {
  display: none;
}
.section1 .slider1 .slider-one.second-slider img {
  width: 100%;
  margin: 0 auto;
}
.section1 .slider1 .slider-one.third-slider {
  background: url(../img/home/banner3.webp) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.section1 .slider1 .slider-one.third-slider .text-sec {
  position: relative;
  z-index: 9;
}
.section1 .slider1 .slider-one.third-slider .text-sec h2 {
  background: linear-gradient(180deg, #FFFFFF 50.59%, rgba(255, 255, 255, 0) 96.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 700;
  font-size: 107px;
  line-height: 84px;
  margin: 0px;
}
.section1 .slider1 .slider-one.third-slider .text-sec h3 {
  background: linear-gradient(180deg, #FFFFFF 40.59%, rgba(255, 255, 255, 0) 78.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 86px;
  margin: 0px;
  margin-top: -23px;
}
.section1 .slider1 .slider-one.third-slider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(92.18deg, rgba(0, 0, 0, 0.57) 1.55%, rgba(0, 0, 0, 0.15) 50.25%, rgba(0, 0, 0, 0.32) 92.04%);
}
.section1 .slider1 .slider-one.third-slider:after {
  display: none;
}
.section1 .slider1 .slider-one:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background: linear-gradient(92.18deg, rgba(46, 58, 89, 0.6) 1.55%, rgba(46, 58, 89, 0.561458) 50.25%, rgba(46, 58, 89, 0) 92.04%);
}
.section1 .slider1 .slider-one:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background: linear-gradient(92.18deg, rgba(46, 58, 89, 0.6) 1.55%, rgba(73, 82, 106, 0.6) 29.36%, rgba(46, 58, 89, 0) 74.13%), linear-gradient(92.18deg, rgba(46, 58, 89, 0.6) 1.55%, rgba(73, 82, 106, 0.6) 29.36%, rgba(46, 58, 89, 0) 74.13%);
}
.section1 .slider1 .slider-one img.seventeen {
  width: 233px;
}
.section1 .slider1 .slider-one p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.section1 .slider1 .slider-one h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 39px;
  color: #FFFFFF;
  margin-bottom: 7px;
}
.section1 .slider1 .slider-one .social-sec {
  padding: 20px 0px;
}
.section1 .slider1 .slider-one .social-sec a {
  width: 33px;
  display: inline-block;
  margin-right: 3px;
}
.section1 .slider1 .slider-one .social-sec a img {
  display: block;
  max-width: 100%;
}

.section2 {
  background: url(../img/home/sec2.webp) no-repeat center center;
  background-size: cover;
  padding: 50px 0px;
}
.section2 .owl-theme .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: -50px;
  right: -50px;
  top: 38%;
  z-index: -1;
}
.section2 .owl-theme .owl-nav.disabled {
  display: none;
}
.section2 .owl-theme .owl-nav button {
  background: transparent !important;
  outline: none !important;
  width: 40px;
}
.section2 .owl-theme .owl-nav button img {
  display: block;
  max-width: 100%;
}
.section2 h2 {
  font-family: "Rampart One";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 70px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
}
.section2 .slider2 .main-team-sec {
  box-shadow: 0px 3px 13px #000000;
  border-radius: 98.5px;
  margin: 15px;
  overflow: hidden;
}
.section2 .slider2 .owl-item .main-team-sec {
  scale: 0.8;
  transition: all 0.333s ease;
}
.section2 .slider2 .owl-item .main-team-sec:hover img {
  filter: blur(3px);
}
.section2 .slider2 .owl-item .main-team-sec:hover .text-sec {
  opacity: 1;
}
.section2 .slider2 .owl-item.active.center .main-team-sec {
  scale: 1;
}
.section2 .slider2 .team-sec {
  border-radius: 89.5px;
  overflow: hidden;
  padding: 36px 27px;
  background: url(../img/home/frame.png) no-repeat center rgba(101, 99, 102, 0);
  background-size: 100%;
  box-shadow: inset 7.5px 7.5px 18px #363335, inset -7.5px -7.5px 18px #363335;
}
.section2 .slider2 .team-sec img {
  border-radius: 77.5px;
  transition: all 0.555s ease;
}
.section2 .slider2 .team-sec .text-sec {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 25px 20px;
  padding: 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4784313725);
  border-radius: 81px;
  transition: all 0.555s ease;
  opacity: 0;
}
.section2 .slider2 .team-sec .text-sec h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 36px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 18px;
}
.section2 .slider2 .team-sec .text-sec p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 117.18%;
  color: #FFFFFF;
}

.section3 {
  background: url(../img/home/sec3.webp) no-repeat center center;
  background-size: cover;
  padding: 70px 0px;
}
.section3 h2 {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 900;
  font-size: 54px;
  line-height: 65px;
  text-align: center;
  letter-spacing: 0.08em;
  background: linear-gradient(112.64deg, #FFF3A6 17.97%, #F9DF7B 45.42%, #F5D974 46.25%, #D9B249 53.74%, #C5952A 60.39%, #B98417 66.21%, #B57E10 70.37%, #E5C35C 82.02%, #F9DF7B 87.84%, #F6DA76 90.33%, #ECCD67 92.83%, #DCB64E 96.15%, #C6972B 98.65%, #B57E10 101.14%), rgba(255, 255, 255, 0.2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.section3 p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
}

.section4 {
  background: url(../img/home/sec4.webp) no-repeat center center;
  background-size: cover;
  padding: 70px 0px;
}
.section4 .owl-theme .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: -50px;
  right: -50px;
  top: 38%;
  z-index: -1;
}
.section4 .owl-theme .owl-nav.disabled {
  display: none;
}
.section4 .owl-theme .owl-nav button {
  background: transparent !important;
  outline: none !important;
  width: 40px;
}
.section4 .owl-theme .owl-nav button img {
  display: block;
  max-width: 100%;
}
.section4 h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #293860;
  margin-bottom: 30px;
}
.section4 .course {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
  border-radius: 17px;
  overflow: hidden;
  margin: 15px;
  transition: all 0.777s ease;
}
.section4 .course:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.section4 .course .text-sec {
  text-align: center;
  padding: 15px 12px 23px;
}
.section4 .course .text-sec h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #293860;
  margin: 12px 0px;
}
.section4 .course .text-sec p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: rgba(68, 68, 68, 0.8);
}

.section5 {
  background: url(../img/home/sec5.webp) no-repeat center center;
  background-size: cover;
  padding: 70px 0px;
}
.section5 .mobile-display {
  display: none;
}
.section5 .form-sec {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 78px 56px;
}
.section5 .form-sec h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #293860;
  margin-bottom: 20px;
}
.section5 .form-sec .form-group {
  padding-bottom: 30px;
  position: relative;
}
.section5 .form-sec .form-group input,
.section5 .form-sec .form-group select {
  background: #F9F9F9;
  border: 0.5px solid #A8A8A8;
  border-radius: 8px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  padding: 12px 16px;
  height: auto;
}
.section5 .text-form {
  padding: 40px;
  position: relative;
}
.section5 .text-form a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 35px;
  color: #F8F8F8;
  display: inline-block;
}
.section5 .text-form a:hover {
  color: #EE9D0E;
}
.section5 .text-form h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.section5 .text-form h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 34px;
  color: #F8F8F8;
  margin-bottom: 21px;
}
.section5 .text-form .gif-sec {
  width: 226px;
  height: 226px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.section5 .text-form ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section5 .text-form ul li {
  margin-bottom: 12px;
}
.section5 .text-form ul li img {
  display: inline-block;
  width: 31px;
  margin-right: 12px;
  flex: none;
}
.section5 .text-form ul li a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 35px;
  color: #F8F8F8;
  display: inline-block;
}
.section5 .text-form ul li a:hover {
  color: #EE9D0E;
}

.section6 {
  padding: 32px 0px;
  background: #ffffff;
}
.section6 h2 {
  font-family: "Quattrocento";
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  color: #1a1a1a;
  margin: 0px;
}

footer {
  background: #1A1A1A;
  padding: 70px 0px 18px;
}
footer #subscribe_form {
  position: relative;
}
footer #subscribe_form label.error {
  bottom: -28px;
  color: white;
}
footer .sub-footer {
  border-top: 0.25px solid #FFFFFF;
  margin-top: 20px;
  padding: 19px 0px 0px;
}
footer .sub-footer img {
  width: 27px;
  height: 27px;
}
footer .sub-footer p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #979797;
  margin-top: 5px;
}
footer .sub-footer a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #979797;
  display: inline-block;
  margin: 0px 10px;
}
footer .sub-footer a:hover {
  color: #ed9d0c;
}
footer .sub-footer .social-sec {
  text-align: center;
}
footer .sub-footer .social-sec a {
  display: inline-block;
  margin: 0px 3px;
}
footer .text-end span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #979797;
  display: inline-block;
}
footer .footer-logo {
  width: 148px;
}
footer a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 275;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  display: inline-block;
}
footer a:hover {
  color: #ed9d0c;
}
footer p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
  margin: 12px 0px 0px;
}
footer h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 17px;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul li {
  margin-bottom: 10px;
}
footer ul li a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 275;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  display: inline-block;
}
footer ul li a:hover {
  color: #ed9d0c;
}
footer h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 275;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
}
footer .input-group {
  margin-top: 19px;
}
footer .input-group .form-control {
  background: rgba(255, 255, 255, 0.02);
  border: 0.327341px solid #F7F7F7;
  border-radius: 21.75px !important;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
  color: #ffffff;
  padding: 12px 17px;
  height: auto;
}
footer .input-group button {
  background: #EE9D0E;
  border-radius: 18.75px !important;
  width: 38px;
  height: 38px;
  border: none;
  margin-left: 12px;
}

.section7 {
  height: 380px;
  display: flex;
  align-items: center;
  position: relative;
}
.section7:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(41, 56, 96, 0.8);
}
.section7 .container {
  position: relative;
  z-index: 8;
}
.section7.hbap {
  background: url(../img/banners/howtobecome.png) no-repeat center;
  background-size: cover;
}
.section7.dgca {
  background: url(../img/banners/dgca.png) no-repeat center;
  background-size: cover;
}
.section7.faa {
  background: url(../img/banners/faa.png) no-repeat center;
  background-size: cover;
}
.section7.cadat {
  background: url(../img/banners/cadet.png) no-repeat center;
  background-size: cover;
  margin-bottom: 80px;
}
.section7.flying {
  background: url(../img/banners/flying.png) no-repeat center;
  background-size: cover;
  margin-bottom: 80px;
}
.section7.contact-us {
  background: url(../img/banners/contact-us.png) no-repeat center;
  background-size: cover;
  margin-bottom: 80px;
}
.section7 h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 58px;
  line-height: 87px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.section8 {
  background: url(../img/banners/howtobecome-back.png) no-repeat center;
  background-size: cover;
  padding: 118px 0px;
  position: relative;
  overflow: hidden;
}
.section8 .line_div {
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  -webkit-transition: 1.8s ease-in-out 0.5s;
  transition: height 1.8s ease-in-out 0.5s;
}
.section8 .line_div .line_drow {
  width: 8px;
  background-color: #293860;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.section8 .line_div .line_drow:after {
  content: "";
  position: absolute;
  height: 100px;
  width: 80px;
  left: -36px;
  bottom: -68px;
  background: url(../img/banners/airplain.svg) no-repeat center;
  margin: 0 auto;
  background-size: contain;
  z-index: 99;
}
.section8 .step {
  margin-top: 200px;
  position: relative;
}
.section8 .step .circle-sec {
  position: absolute;
  border: 5px solid #919191;
  border-radius: 50%;
  top: -4px;
}
.section8 .step .circle-sec .inner-circle {
  border: 5px solid #ffffff;
  border-radius: 50%;
  width: 57px;
  height: 56px;
  background: #919191;
}
.section8 .step .circle-sec.aos-animate {
  border: 5px solid #293860;
}
.section8 .step .circle-sec.aos-animate .inner-circle {
  background: #293860;
}
.section8 .step h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  color: #293860;
  margin: 0;
}
.section8 .step.right {
  padding-right: 80px;
}
.section8 .step.right .circle-sec {
  right: -46px;
}
.section8 .step.right h2 {
  text-align: right;
}
.section8 .step.left {
  padding-left: 80px;
}
.section8 .step.left .circle-sec {
  left: -46px;
}
.section8 .step.left h2 {
  text-align: left;
}
.section8 .card-sec {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 24px;
  margin: 40px;
}
.section8 .card-sec.left {
  margin-right: 80px;
  margin-left: 0px;
}
.section8 .card-sec.right {
  margin-left: 80px;
  margin-right: 0px;
}
.section8 .card-sec img {
  display: block;
  width: 100%;
  height: auto;
}
.section8 .card-sec .card-text-sec {
  padding: 30px 35px;
}
.section8 .card-sec .card-text-sec h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
  color: #293860;
}
.section8 .card-sec .card-text-sec p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #010716;
}
.section8 .card-sec .card-text-sec p strong {
  font-weight: 600;
}
.section8 .card-sec .card-text-sec p a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline !important;
  color: #EE9D0E;
  display: inline-block;
}
.section8 .contact-form-sec {
  max-width: 1140px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  position: relative;
  z-index: 9;
  overflow: hidden;
  padding-bottom: 45px;
  text-align: center;
}
.section8 .contact-form-sec .form-group {
  position: relative;
}
.section8 .contact-form-sec .form-group label.error {
  bottom: inherit;
  top: calc(100% + 9px);
}
.section8 .contact-form-sec .head-sec {
  padding: 51px 65px;
  background: url(../img/home/eligibility.png) no-repeat center;
  background-size: cover;
  position: relative;
  border-radius: 16px;
}
.section8 .contact-form-sec .head-sec h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  color: #293860;
  margin: 0;
  text-align: left;
}
.section8 .contact-form-sec .head-text {
  padding: 45px;
  text-align: left;
}
.section8 .contact-form-sec .head-text .form-label {
  margin-bottom: 0.5rem;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  color: #293860;
  text-align: left;
}
.section8 .contact-form-sec .head-text .form-control,
.section8 .contact-form-sec .head-text .form-select {
  background: #F9F9F9 !important;
  border: 0.5px solid #A8A8A8;
  border-radius: 8px;
  height: 48px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.section8 .contact-form-sec .head-text select {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section9 {
  margin: 80px 0px;
}
.section9 .row {
  background: #F7F7F7;
  box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 30px 0px;
}
.section9 .row div {
  border-right: 0.25px solid #a4a4a4;
}
.section9 .row div:last-child {
  border-right: 0.25px solid transparent;
}
.section9 .row div h2 {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #293860;
  margin: 0px;
  padding-bottom: 8px;
}
.section9 .row div h2 .extra {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.08em;
  color: #293860;
}
.section9 .row div p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #293860;
  margin: 0px;
}

.section10 {
  padding-bottom: 80px;
}
.section10 .header_sec {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(90.98deg, rgba(56, 64, 90, 0.8) 33.85%, rgba(41, 56, 96, 0.8) 100%);
  box-shadow: 4px 6px 16px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  padding: 31px 40px;
  align-items: center;
  margin-top: 40px;
}
.section10 .header_sec .text {
  font-family: "Quattrocento";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
  color: #FFFFFF;
}
.section10 .airlogo {
  max-width: 700px;
  margin: 55px auto;
}
.section10 .airlogo img {
  background: #FFFFFF;
  box-shadow: 4px 6px 16px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  max-width: 120px;
}
.section10 h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #293860;
  margin-bottom: 24px;
}
.section10 p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #293860;
}
.section10 p span {
  font-weight: 600;
  color: #EE9D0E;
}
.section10 h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #293860;
  margin-bottom: 30px;
}
.section10 .flying-sec .flag-sec {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: #fbfbfb;
  margin: 10px;
  display: block;
}
.section10 .flying-sec .flag-sec:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.section10 .flying-sec .flag-sec img {
  display: block;
  width: 100%;
}
.section10 .flying-sec .flag-sec h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #293860;
  margin: 16px 0px;
}

.section11 {
  height: 380px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section11 .go-back {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  color: #FFFFFF;
  position: absolute;
  top: 64px;
}
.section11 .go-back:hover {
  color: #ed9d0c;
}
.section11 h1 {
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  padding: 24px;
  margin: 0px;
  letter-spacing: 0.14em;
}
.section11 h1 span {
  font-weight: 700;
  font-size: 64px;
  line-height: 59px;
  display: block;
}
.section11.flying-india {
  background: url(../img/banners/flying-india.webp) no-repeat center;
  background-size: cover;
}
.section11.flying-usa {
  background: url(../img/banners/flying-usa.webp) no-repeat center;
  background-size: cover;
}
.section11.flying-south-africa {
  background: url(../img/banners/flying-south-africa.png) no-repeat center;
  background-size: cover;
}

.section12 {
  padding-bottom: 80px;
}
.section12 .flying-collage {
  margin: 0 auto;
  display: block;
  margin-top: 45px;
  width: 100%;
  max-width: 900px;
}
.section12 .flying-collage.mobile-view {
  display: none;
}
.section12 .flying-collage.desktop-view {
  display: block;
}
.section12 h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #293860;
  margin-bottom: 30px;
}
.section12 h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #293860;
  margin-bottom: 28px;
}
.section12 h5 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #293860;
}
.section12 .normal-list {
  padding-left: 14px;
  margin-bottom: 40px;
}
.section12 .normal-list li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #293860;
  margin-bottom: 14px;
  list-style: number;
}
.section12 .normal-list li span {
  font-weight: 600;
  font-size: 16px;
}
.section12 .airplain-list {
  margin-bottom: 40px;
  padding-left: 40px;
  position: relative;
}
.section12 .airplain-list:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  height: 100%;
  border-right: 2px dashed #c6c6c6;
  z-index: -1;
}
.section12 .airplain-list:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: -2px;
  top: -28px;
  background: url(../img/banners/navigate.svg) no-repeat center;
  background-size: cover;
  -webkit-animation: expand 9s ease infinite;
}
@-webkit-keyframes expand {
  0% {
    top: -28px;
  }
  50% {
    top: 100%;
  }
  100% {
    top: -28px;
  }
}
.section12 .airplain-list li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #293860;
  margin-bottom: 14px;
  position: relative;
  list-style: none;
}
.section12 .airplain-list li:before {
  content: "";
  position: absolute;
  left: -32px;
  top: 10px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  border: 5px solid #7f7f7f;
  z-index: 9;
}

.section13 {
  position: relative;
  height: 555px;
  display: flex;
  align-items: center;
}
.section13:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(41, 56, 96, 0.53);
}
.section13 .container {
  position: relative;
  z-index: 8;
}
.section13.type-rating {
  background: url(../img/banners/type-rating.png) no-repeat center;
  background-size: cover;
}
.section13.airline {
  background: url(../img/banners/airline.png) no-repeat center;
  background-size: cover;
}
.section13.about-us {
  background: url(../img/banners/about-us.webp) no-repeat center;
  background-size: cover;
}
.section13.about-us:before {
  display: none;
}
.section13 h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 58px;
  line-height: 87px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.section14 {
  padding: 80px 0px 25px;
}
.section14 h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  color: #293860;
  margin-bottom: 30px;
}
.section14 h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  color: #293860;
  margin-bottom: 25px;
}
.section14 ul {
  margin-bottom: 35px;
}
.section14 ul li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #293860;
}

.min-width {
  max-width: 1000px;
  margin: 0 auto;
}

.section15 h3 {
  font-family: "Rampart One";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 58px;
  text-align: center;
  text-transform: uppercase;
  color: #293860;
  margin-bottom: 15px;
}
.section15 .rating {
  background: rgba(249, 249, 249, 0.4196078431);
  border-radius: 16px;
  margin: 36px 10px;
  height: 100%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.07);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.section15 .rating:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: scale(1.05);
}
.section15 .rating .img-sec {
  position: relative;
  margin-bottom: 27px;
}
.section15 .rating .img-sec .number-sec {
  background: #293860;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.08);
  border-radius: 13px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  padding: 10px;
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: -26px;
}
.section15 .rating .text-sec {
  padding: 27px;
  text-align: center;
  min-height: 269px;
}
.section15 .rating .text-sec p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #000000;
  margin-bottom: 25px;
}
.section15 h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  color: #293860;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 45px;
  margin-bottom: 23px;
}
.section15 ul {
  margin-bottom: 80px;
}
.section15 ul li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  color: #293860;
}

.section16 {
  margin: 80px 0px;
}
.section16 .owl-dots {
  position: absolute;
  bottom: 170px;
  left: 0;
  right: 0;
}
.section16 .imgslider {
  padding: 30px 0px 21px;
}
.section16 .imgslider .img-item {
  margin: 15px;
}
.section16 .imgslider .img-item img {
  border-radius: 21px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  overflow: hidden;
}
.section16 .owl-thumbs {
  margin: 0px 60px;
  margin-bottom: 80px;
  text-align: center;
}
.section16 .owl-thumbs .owl-thumb-item {
  height: 75px;
  width: 120px;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: none;
  overflow: hidden;
  margin: 0px 6px;
}
.section16 .owl-thumbs .owl-thumb-item.active {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
  transform: scale(1.1);
}
.section16 .rating {
  background: #FFFFFF;
  border-radius: 16px;
  margin: 36px 0px;
  height: 100%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.07);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.section16 .rating:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: scale(1.05);
}
.section16 .rating .img-sec {
  position: relative;
  margin-bottom: 27px;
}
.section16 .rating .img-sec .number-sec {
  background: #293860;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.08);
  border-radius: 13px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  padding: 10px;
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: -26px;
}
.section16 .rating .text-sec {
  padding: 27px 15px;
  text-align: center;
}
.section16 .rating .text-sec p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  text-transform: capitalize;
  color: #293860;
}
.section16 .rating .text-sec ul {
  margin-bottom: 22px;
}
.section16 .rating .text-sec ul li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-transform: capitalize;
  color: #000000;
  text-align: left;
}
.section16 .owl-carousel .owl-stage {
  margin: 0 auto;
}
.section16 .slider3 {
  padding-top: 30px;
}
.section16 .card-sec {
  background: #F7F7F7;
  box-shadow: 4px 6px 16px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  padding: 43px 43px 23px;
  margin-bottom: 40px;
}
.section16 .card-sec h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #293860;
  margin-bottom: 16px;
}
.section16 .card-sec p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  color: #293860;
  margin-bottom: 18px;
}
.section16 .card-sec p span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #EE9D0E;
}
.section16 .card-sec p span.second-span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  color: #EE9D0E;
}
.section16 .card-sec ul {
  margin-bottom: 24px;
}
.section16 .card-sec ul li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #293860;
  margin-bottom: 22px;
}

.section17 h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  color: #293860;
  margin-bottom: 30px;
}
.section17 h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  color: #293860;
  margin-bottom: 30px;
}
.section17 h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #EE9D0E;
  margin-bottom: 40px;
}
.section17 .card-sec {
  text-align: center;
  position: relative;
  display: block;
}
.section17 .card-sec.no-border:after {
  display: none;
}
.section17 .card-sec:hover h5 {
  color: #EE9D0E;
}
.section17 .card-sec:after {
  content: "";
  width: 0.5px;
  top: 28px;
  bottom: 28px;
  position: absolute;
  right: 0;
  background: #A8A8A8;
}
.section17 .card-sec h5 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #293860;
  text-align: center;
  margin-top: -8px;
}
.section17 .card-sec img {
  width: 110px;
}
.section17 .map-sec {
  margin: 80px 0px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background: #e4e4e4;
}

.modal {
  z-index: 9999;
}
.modal .modal-dialog {
  margin: 9.75rem auto;
}
.modal .modal-dialog .modal-content {
  background: #081435;
  border-radius: 12px;
}
.modal .modal-dialog .modal-content .modal-header {
  align-items: flex-start;
  justify-content: space-between;
  border: none;
  display: block;
  text-align: center;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}
.modal .modal-dialog .modal-content .modal-header .modal-title span {
  display: inline-block;
  color: #EE9D0E;
  font-size: 12px;
}
.modal .modal-dialog .modal-content .modal-header .close-modal {
  margin-top: 17px;
}

label.error {
  font-size: 12px;
  color: red;
  position: absolute;
  bottom: 13px;
}

@media screen and (max-width: 1200px) {
  .section17 h2 {
    font-size: 34px;
  }
  .section17 h3 {
    font-size: 33px;
    line-height: 51px;
  }
  .section17 h4 {
    font-size: 20px;
    line-height: 36px;
  }
  .section17 .card-sec h5 {
    font-size: 16px;
  }
  .section16 .owl-thumbs {
    margin: 0px 35px;
    margin-bottom: 50px;
  }
  .section16 .owl-thumbs .owl-thumb-item {
    height: 46px;
    width: 90px;
    border-radius: 5px;
  }
  .section13 {
    height: 400px;
  }
  .section13 h1 {
    font-size: 44px;
  }
  .section14 h2 {
    font-size: 30px;
  }
  .section14 h3 {
    font-size: 19px;
    line-height: 29px;
  }
  .section14 ul li {
    font-size: 16px;
    line-height: 29px;
  }
  .section15 .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
  }
  .section15 ul li {
    font-size: 17px;
    line-height: 39px;
  }
  .section15 h4 {
    font-size: 28px;
    line-height: 50px;
  }
  .section15 h3 {
    font-size: 35px;
  }
  .section15 .rating .img-sec .number-sec {
    font-size: 20px;
    line-height: 29px;
  }
  .section15 .rating .text-sec {
    padding: 27px 12px;
  }
  .section15 .rating .text-sec p {
    font-size: 16px;
    line-height: 25px;
  }
  .section9 .row div p {
    font-size: 14px;
  }
  .section9 .row div h2 {
    font-size: 26px;
  }
  .section5 .text-form .gif-sec {
    width: 156px;
    height: 156px;
  }
  .section10 .header_sec .btn-golden {
    min-width: 200px;
  }
  .section10 .header_sec .text {
    margin-right: 12px;
  }
  footer h3 {
    font-size: 16px;
    line-height: 28px;
  }
  footer a,
  footer .sub-footer p {
    font-size: 13px !important;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-link {
    font-size: 12px;
    line-height: 19px;
  }
  header .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 11px;
    line-height: 15px;
  }
  .btn-golden,
  .btn-indigo-bg {
    font-size: 14px;
  }
  .section7 {
    height: 315px;
  }
  .section7 h1 {
    font-size: 42px;
    line-height: 54px;
  }
  .section8 .card-sec.left {
    margin-right: 50px;
  }
  .section8 .card-sec.right {
    margin-left: 50px;
    margin-right: 0px;
  }
  .section8 .card-sec .card-text-sec {
    padding: 24px 18px;
  }
  .section8 .card-sec .card-text-sec h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .section8 .card-sec .card-text-sec p {
    font-size: 14px;
  }
  .section8 .card-sec .card-text-sec p a {
    font-size: 14px;
  }
  .section8 .line_div .line_drow {
    width: 4px;
  }
  .section8 .step h2 {
    font-size: 30px;
  }
  .section8 .step .circle-sec .inner-circle {
    width: 35px;
    height: 35px;
  }
  .section8 .step.left .circle-sec {
    top: 4px;
    left: -34px;
  }
  .section8 .step.right .circle-sec {
    right: -34px;
    top: 4px;
  }
  .section8 .contact-form-sec .head-sec h2 {
    font-size: 32px;
    line-height: 47px;
  }
  .section8 .contact-form-sec .head-text .form-label {
    font-size: 15px;
    line-height: 25px;
  }
  .section8 .contact-form-sec .head-text .form-control,
  .section8 .contact-form-sec .head-text .form-select {
    font-size: 14px;
  }
  .section8 .contact-form-sec {
    z-index: 99;
  }
  .section8 .contact-form-sec .head-text {
    padding: 45px 40px 24px;
    text-align: left;
  }
  .section8 .contact-form-sec .form-group {
    position: relative;
    margin-bottom: 34px;
  }
  .section6 h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 992px) {
  .section3 {
    padding: 40px 0px;
  }
  .section3 h2 {
    font-size: 42px;
  }
  .section3 p {
    font-size: 20px;
    line-height: 29px;
  }
  .section1 .slider1 .slider-one {
    min-height: 535px;
  }
  .section1 .slider1 .slider-one.third-slider .text-sec h2 {
    background: linear-gradient(180deg, #dbdbdb 50.59%, rgba(255, 255, 255, 0) 96.16%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 57px;
    line-height: 70px;
  }
  .section1 .slider1 .slider-one.third-slider .text-sec h3 {
    font-size: 44px;
    line-height: 52px;
  }
  .section1 .slider1 .slider-one .social-sec {
    padding: 20px 0px 0px;
  }
  .section1 .slider1 .slider-one h3 {
    font-size: 35px;
    line-height: 36px;
  }
  .section1 .slider1 .slider-one p {
    font-size: 26px;
    line-height: 28px;
  }
  .section1 .slider1 .slider-one img.seventeen {
    width: 174px;
  }
  .navbar-toggler {
    border: none;
  }
  .section17 h2 {
    font-size: 30px;
    margin-bottom: 9px;
  }
  .section17 h3 {
    font-size: 25px;
    line-height: 48px;
    margin-bottom: 25px;
  }
  .section17 h4 {
    font-size: 20px;
    line-height: 36px;
  }
  .section17 .card-sec h5 {
    font-size: 14px;
  }
  .section16 .owl-thumbs {
    margin: 0px 35px;
    margin-bottom: 50px;
  }
  .section16 .owl-thumbs .owl-thumb-item {
    height: 27px;
    width: 57px;
    border-radius: 5px;
  }
  .section16 .card-sec {
    padding: 32px 27px 23px;
  }
  .section16 .card-sec p {
    font-size: 18px;
    line-height: 34px;
  }
  .section16 .card-sec p span {
    font-size: 27px;
  }
  .section5 .text-form .gif-sec {
    width: 193px;
    height: 193px;
  }
  .section9.six-count .row div:nth-of-type(3) p, .section9.six-count-usa .row div:nth-of-type(3) p {
    border-bottom: 0.25px solid #a4a4a4;
    padding-bottom: 15px;
  }
  .section9.six-count .row div:nth-of-type(4) p, .section9.six-count .row div:nth-of-type(5) p, .section9.six-count-usa .row div:nth-of-type(4) p, .section9.six-count-usa .row div:nth-of-type(5) p {
    border-bottom: none;
    padding-bottom: 0px;
  }
  .section9 .row div {
    border-right: none;
    margin-bottom: 19px;
  }
  .section9 .row div:nth-of-type(3) p, .section9 .row div:nth-of-type(4) p {
    border-bottom: none;
    padding-bottom: 0px;
  }
  .section9 .row div p {
    border-bottom: 0.25px solid #a4a4a4;
    padding-bottom: 15px;
  }
  header .navbar .navbar-collapse .navbar-nav li {
    margin-bottom: 9px;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-link {
    font-size: 14px;
    line-height: 22px;
  }
  header .navbar .navbar-brand img {
    z-index: 999;
  }
  .section8 .card-sec .card-text-sec h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .section8 .contact-form-sec .head-sec h2 {
    font-size: 29px;
    line-height: 41px;
  }
  .navbar-collapse {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 78px;
    background: rgb(255, 255, 255);
    z-index: 10;
    text-align: center;
    padding: 21px 15px 34px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  }
  footer p {
    margin: 12px 0px 46px;
  }
  footer .sub-footer p {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 576px) {
  footer ul {
    margin-bottom: 40px;
  }
  .modal .modal-dialog {
    margin: 9.75rem 11px;
  }
  .modal .modal-dialog .modal-content .modal-header .modal-title span {
    font-size: 11px;
  }
  .section3 {
    padding: 40px 0px 24px;
  }
  .section3 p {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 43px;
  }
  .section4 {
    padding: 51px 0px;
  }
  .section4 .course {
    margin: 15px 6px;
  }
  .section4 h2 {
    font-size: 29px;
    margin-bottom: 10px;
  }
  .btn-golden,
  .btn-indigo-bg {
    font-size: 14px;
    padding: 13px 43px 13px 18px;
  }
  .section2 .col {
    padding: 0;
  }
  .section2 .owl-theme .owl-nav {
    display: none;
  }
  .section2 .slider2 .owl-item .main-team-sec .team-sec {
    padding: 28px 23px;
  }
  .section2 .slider2 .owl-item .main-team-sec img {
    filter: inherit !important;
  }
  .section2 .slider2 .owl-item .main-team-sec .text-sec {
    opacity: 1;
    height: 95px;
    bottom: 3px;
    top: inherit;
    border-radius: 64px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    left: 4px;
    right: 4px;
  }
  .section2 .slider2 .owl-item .main-team-sec .text-sec h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 7px;
  }
  .section2 .slider2 .owl-item .main-team-sec .text-sec p {
    font-size: 14px;
    margin: 0px;
  }
  .section2 .slider2 .team-sec img {
    border-radius: 54.5px;
    transition: all 0.555s ease;
  }
  .section2 .slider2 .main-team-sec {
    margin: 12px 0;
  }
  .section1 .slider1 .slider-one {
    max-height: 535px;
  }
  .section1 .slider1 .slider-one.second-slider {
    display: block;
  }
  .section1 .slider1 .slider-one.second-slider .mobile-mode {
    display: block;
    width: auto;
    height: 100%;
    max-height: 535px;
  }
  .section1 .slider1 .slider-one.second-slider .desktop-mode {
    display: none;
  }
  .section1 .slider1 .slider-one.third-slider .text-sec h3 {
    font-size: 34px;
  }
  .section1 .slider1 .slider-one.third-slider .text-sec h2 {
    background: linear-gradient(180deg, #ffffff 50.59%, rgba(255, 255, 255, 0) 96.16%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 46px;
    line-height: 44px;
  }
  .section1 .slider1 .slider-one h3 {
    font-size: 35px;
    line-height: 36px;
  }
  .section1 .slider1 .slider-one p {
    font-size: 22px;
    line-height: 28px;
  }
  .section2 h2 {
    font-size: 33px;
  }
  .section17 h2 {
    font-size: 22px;
    margin-bottom: 9px;
    line-height: 35px;
  }
  .section17 h3 {
    font-size: 17px;
    line-height: 31px;
    margin-bottom: 25px;
  }
  .section17 h4 {
    font-size: 15px;
    line-height: 28px;
  }
  .section17 .card-sec {
    margin-bottom: 28px;
  }
  .section17 .card-sec:after {
    content: "";
    width: 70%;
    top: inherit;
    bottom: -18px;
    height: 0.5px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #A8A8A8;
  }
  .section17 .card-sec h5 {
    font-size: 14px;
  }
  .section16 .owl-thumbs {
    display: none;
  }
  .section16 .imgslider {
    padding: 30px 0px;
  }
  .section16 .imgslider .img-item {
    margin: 10px;
  }
  .section16 .imgslider .img-item img {
    border-radius: 8px;
  }
  .section15 .rating .img-sec .number-sec {
    font-size: 19px;
    line-height: 29px;
  }
  .section15 .rating .text-sec {
    padding: 19px 12px;
  }
  .section15 .rating .text-sec p {
    font-size: 14px;
    line-height: 23px;
  }
  .section13 {
    height: 225px;
  }
  .section13 h1 {
    font-size: 27px;
    line-height: 35px;
  }
  .section16 {
    margin: 50px 0px;
  }
  .section16 .rating {
    margin: 22px 7px;
  }
  .section16 .rating .img-sec .number-sec {
    font-size: 15px;
    line-height: 29px;
  }
  .section16 .rating .text-sec ul li {
    font-size: 14px;
    line-height: 25px;
  }
  .section16 .card-sec {
    padding: 20px 19px 6px;
  }
  .section16 .card-sec ul {
    padding-left: 18px;
  }
  .section16 .card-sec ul li {
    font-size: 16px;
    line-height: 27px;
  }
  .section16 .card-sec p {
    font-size: 16px;
    line-height: 28px;
  }
  .section16 .card-sec p span {
    font-size: 21px;
  }
  .section16 .card-sec h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .section14 {
    padding: 50px 0px 25px;
  }
  .section14 h2 {
    font-size: 24px;
    line-height: 37px;
  }
  .section14 h3 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 18px;
  }
  .section14 h4 {
    font-size: 20px;
    line-height: 37px;
  }
  .section15 ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 13px;
  }
  .section15 h3 {
    font-size: 30px;
    line-height: 50px;
  }
  .section15 h4 {
    font-size: 20px;
    line-height: 38px;
  }
  .section11 {
    height: 290px;
  }
  .section11 h1 {
    font-size: 23px;
    line-height: 30px;
    padding: 0px;
  }
  .section11 h1 span {
    line-height: 59px;
    font-size: 44px;
  }
  .section11 .go-back {
    top: 34px;
  }
  header .navbar .navbar-collapse .navbar-nav {
    margin-right: 0px;
  }
  .navbar-nav .dropdown-menu {
    position: absolute;
    left: 0px;
    right: 0px;
  }
  .section10 {
    padding-bottom: 54px;
  }
  .section10 .header_sec {
    flex-direction: column;
    padding: 31px 21px;
  }
  .section10 .header_sec .text {
    margin-right: 0;
    margin-bottom: 18px;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
  }
  .section10 h4 {
    font-size: 30px;
    line-height: 36px;
  }
  .section10 p {
    font-size: 18px;
    line-height: 33px;
  }
  .section10 h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .section10 .airlogo img {
    display: block;
    max-width: 100%;
  }
  .section5 {
    padding: 45px 0px 3px;
  }
  .section5 .text-form {
    padding: 40px 14px;
    position: relative;
  }
  .section5 .text-form .gif-sec {
    width: 193px;
    height: 193px;
    position: inherit;
    margin: 0 auto;
    display: block;
  }
  .section5 .text-form a,
  .section5 .text-form ul li a {
    font-size: 19px;
    line-height: 28px;
  }
  .section5 .text-form a img,
  .section5 .text-form ul li a img {
    width: 25px;
    margin-right: 7px;
  }
  .section5 .mobile-display {
    display: block;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 31px;
    line-height: 54px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 16px;
    text-align: center;
  }
  .section5 .desktop-display {
    display: none;
  }
  .section5 .form-sec {
    border-radius: 24px;
    padding: 30px 20px;
  }
  .section5 .form-sec h2 {
    font-size: 29px;
  }
  .section9 {
    margin: 23px 0px 45px;
  }
  .section9.six-count .row div:nth-of-type(4) p {
    border-bottom: 0.25px solid #a4a4a4;
    padding-bottom: 15px;
  }
  .section9 .row {
    margin: 0px 12px;
  }
  .section9 .row div {
    border-right: none;
    margin-bottom: 19px;
  }
  .section9 .row div:nth-of-type(4) p {
    border-bottom: none;
    padding-bottom: 0px;
  }
  .section9 .row div p {
    border-bottom: 0.25px solid #a4a4a4;
    padding-bottom: 15px;
  }
  .section9 .row div:nth-of-type(3) p {
    border-bottom: 0.25px solid #a4a4a4;
    padding-bottom: 15px;
  }
  .sub-footer .social-sec {
    margin-bottom: 19px;
    margin-top: 14px;
  }
  .sub-footer .text-end {
    text-align: center !important;
  }
  .sub-footer p {
    margin-bottom: 11px;
    text-align: center;
  }
  footer {
    padding: 40px 0px 18px;
  }
  footer .footer-logo {
    width: 115px;
    height: auto;
  }
  .section6 .row {
    flex-direction: column;
  }
  .section6 .row .d-flex {
    justify-content: center !important;
  }
  .section6 h2 {
    font-size: 29px;
    line-height: 35px;
    margin-bottom: 24px;
  }
  header .navbar .navbar-brand img {
    width: 99px;
  }
  .navbar-collapse {
    padding: 29px 15px 34px;
  }
  .section7 {
    height: 225px;
  }
  .section7.contact-us {
    margin-bottom: 50px;
  }
  .section7.cadat, .section7.flying {
    margin-bottom: 33px;
  }
  .section7 h1 {
    font-size: 25px;
    line-height: 39px;
    margin: 0px;
  }
  .section8 {
    padding: 50px 0px;
  }
  .section8 .contact-form-sec .head-sec {
    padding: 48px 34px;
  }
  .section8 .contact-form-sec .head-sec h2 {
    font-size: 25px;
    line-height: 36px;
  }
  .section8 .contact-form-sec .head-sec h2 br {
    display: none;
  }
  .section8 .contact-form-sec .form-group label.error {
    top: calc(100% + 3px);
  }
  .section8 .row:nth-of-type(1),
  .section8 .row:nth-of-type(3),
  .section8 .row:nth-of-type(5) {
    flex-direction: column-reverse;
  }
  .section8 .step {
    margin: 20px 0px;
  }
  .section8 .step h2 {
    font-size: 26px;
    line-height: 42px;
  }
  .section8 .step .circle-sec {
    border: 2px solid #293860 !important;
  }
  .section8 .step .circle-sec .inner-circle {
    width: 25px;
    height: 25px;
  }
  .section8 .step.right, .section8 .step.left {
    padding-left: 63px;
  }
  .section8 .step.right h2, .section8 .step.left h2 {
    text-align: left;
  }
  .section8 .step.left .circle-sec {
    top: 7px;
    left: 8px;
  }
  .section8 .step.right .circle-sec {
    right: inherit;
    top: 7px;
    left: 8px;
  }
  .section8 .card-sec.left, .section8 .card-sec.right {
    margin-right: 0;
    margin-left: 63px;
    margin-top: 0px;
  }
  .section8 .line_div {
    height: 450px;
    left: -15px;
    right: inherit;
  }
  .section8 .line_div .line_drow {
    width: 2px;
  }
  .section8 .line_div .line_drow:after {
    content: "";
    height: 55px;
    width: 49px;
    left: -24px;
    bottom: 0;
  }
  .section12 h5 {
    font-size: 19px;
    line-height: 30px;
  }
  .section12 .flying-collage {
    margin-top: 27px;
  }
  .section12 .flying-collage.mobile-view {
    display: block;
  }
  .section12 .flying-collage.desktop-view {
    display: none;
  }
  .section12 h3 {
    font-size: 23px;
    line-height: 30px;
  }
  .btn-white {
    padding: 13px 22px;
  }
}
@media screen and (min-width: 1400px) {
  .section1 .slider1 .slider-one {
    min-height: 700px;
    max-height: 700px;
  }
  .section7,
  .section11 {
    height: 460px;
  }
}

/*# sourceMappingURL=style.css.map */
