html,
body {
  font-family: "Muli", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4 {
  font-family: "Oswald", sans-serif;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.navbar {
  transition: all 0.3s ease;
  /* Smooth transition */
}

.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown-mega {
  position: static;
}

.nav-item.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 4%;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}

.icons a {
  /* transition: all 0.2s ease-in-out; */
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}

.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

.mega-menu {
  display: none;
}

/* till here  */
.mega:hover .mega-menu {
  display: block;
  margin-left: -50px;
}

.logo {
  width: 100%;
  height: 80px;
  margin: 0px;
  padding: 0px;

}

.flogo {
  width: 100px;
  height: 80px;
}

.lp {
  font-size: 15px;
  font-weight: bold;
  color: #1a3c79 !important;
}

.lp:hover {
  color: #0840a9 !important;
}

.a {
  color: black !important;
}

.text-blue {
  color: #1a3c79;
}


.scli {
  font-size: 15px;
  margin-left: -26px !important;
  list-style-type: none !important;
  text-align: left;
  margin-left: -40px !important;
  font-weight: bold;
}

.sli {
  font-size: 15px;
  font-weight: bold;
  border-width: 75%;

}

.sli a {
  color: #1a3c79 !important;
}

.sli:hover {
  background-color: white;
}


.sli:hover a {
  color: #0840a9 !important;
}

.sega {
  width: 100% !important;
}

.patti {
  background-color: #e07f24;

}

.gicon {
  font-size: 18px;
  border-radius: 50%;
  padding-top: 8px;
  padding-left: 9px;
  padding-right: 9px;
  padding-bottom: 7px;
  /* background-color: #e07f24; */
}

.tlink {
  font-size: 13px;
  color: white;
  text-decoration: none;
}

.tlink:hover {
  color: #ed3e2f !important;
}

.ticon {
  font-size: 14px;
  border-radius: 50%;
  padding-top: 9px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 9px;
  background-color: #46468e;
}

.fa-caret-down {
  font-size: 16px;
  font-weight: 600;
}

.nav-icon {
  display: none;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  float: right;
}

@media(max-width:800px) {
  .nav-item.dropdown-mega .dropdown-menu {
    width: 100% !important;
    top: auto;
    /* left: 1% !important; */
  }

  .mega-menu {
    min-height: auto;
    max-height: 450px;
    margin-left: 0px !important;
  }

  .mega:hover .mega-menu {
    margin-left: 0px !important;
  }

  .fa-caret-down {
    display: none;
    font-size: 16px;
    font-weight: 600;
  }

  .nav-icon {
    display: block !important;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    float: right;
  }

  .scli {
    font-size: 14px;
    list-style-type: none !important;
    margin-left: -40px !important;
    border: 0px;
  }

  .sli {
    font-size: 14px;
    font-weight: bold;
  }

}

@media(max-width:600px) {

  .nav-item.dropdown-mega .dropdown-menu {
    width: 99% !important;
    top: auto;
    left: 1% !important;
  }

  .mega-menu {
    margin-left: 0px !important;
  }

  .mega:hover .mega-menu {
    margin-left: 0px !important;
  }

  .fa-caret-down {
    display: none;
    font-size: 16px;
    font-weight: 600;
  }

  .nav-icon {
    display: block;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    float: right;
  }

  .patti {
    display: none;
  }
}

/* Footer */
footer {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #1a3c79 0%, #062e10 100%) repeat scroll 0 0;
}

.fli {
  font-size: 14px;
  font-weight: 400;

}

.fli a {
  color: rgb(236, 228, 228) !important;
  padding: 5px 0px;
  font-weight: 500;
}

.fli:hover a {
  color: #eda340 !important;
}

.fli-icon {
  font-size: 26px;
  color: #eda340;
}

.farrow {
  font-size: 14px;
  color: #eda340;
}

.fcli {
  list-style-type: none !important;
}

.mat-icon {
  font-size: 18px;
}

.fli-head {
  font-size: 18px;
  font-weight: 700;
  color: #f7b45d;
  padding-left: 30px;
}

.fli-head p {
  font-size: 24px;
  padding-top: 5px;
}

.flink {
  color: white;
  text-decoration: none;
}

.flink:hover {
  color: #1a3c79 !important;
}

.ficon {
  font-size: 26px;
  /* color: #f7b45d; */
  border-radius: 3px;
  padding: 8px 7px;
  /* background-color: #3a7c0b; */
  background-color: white;

}

.ficon:hover {
  color: #f4af56;
}

@media(min-width:1200px) {
  .btn-top {
    font-size: 20px;
    color: white;
    background-color: #eda340;
    position: fixed;
    z-index: 2;
    top: 520px;
    left: 95%;
  }

  .btn-top:hover {
    color: white;
    background-color: #3a7c0b;
    box-shadow: 0 4px 8px #3a7c0b;
    ;
  }

  .btn-whatsapp {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 2;
    top: 500px;
    right: 95%;
    border-radius: 50%;
  }

  .btn-whatsapp:hover {
    box-shadow: 0 4px 8px rgb(61, 206, 61);
  }

  .btn-phone {
    font-size: 24px;
    color: white;
    background-color: rgb(4, 179, 4);
    position: fixed;
    z-index: 2;
    top: 450px;
    left: 95%;
    border-radius: 50%;
  }

  .btn-phone:hover {
    color: white;
    background-color: rgb(4, 179, 4);
    box-shadow: 0 4px 8px rgb(61, 206, 61)
  }

}

@media(max-width:1200px) {
  .btn-top {
    font-size: 20px;
    color: white;
    background-color: #eda340;
    position: fixed;
    z-index: 2;
    top: 520px;
    left: 92%;
  }

  .btn-top:hover {
    color: white;
    background-color: #3a7c0b;
    box-shadow: 0 4px 8px #3a7c0b;
  }

  .btn-whatsapp {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 2;
    top: 500px;
    right: 92%;
    border-radius: 50%;
  }

  .btn-whatsapp:hover {
    box-shadow: 0 4px 8px rgb(61, 206, 61);
  }

  .btn-phone {
    font-size: 24px;
    color: white;
    background-color: rgb(4, 179, 4);
    position: fixed;
    z-index: 2;
    top: 450px;
    left: 95%;
    border-radius: 50%;
  }

  .btn-phone:hover {
    color: white;
    background-color: rgb(4, 179, 4);
    box-shadow: 0 4px 8px rgb(61, 206, 61)
  }
}

@media(max-width:600px) {

  .fli-head p {
    font-size: 20px;
    padding-top: 5px;
  }

  .btn-top {
    font-size: 18px;
    color: white;
    background-color: #eda340;
    position: fixed;
    z-index: 2;
    top: 78%;
    left: 85%;
  }

  .btn-top:hover {
    color: white;
    background-color: #3a7c0b;
    box-shadow: 0 4px 8px #3a7c0b;
  }

  .btn-whatsapp {
    position: fixed;
    z-index: 2;
    top: 75%;
    right: 82%;
    border-radius: 50%;
  }

  .btn-whatsapp:hover {
    box-shadow: 0 4px 8px rgb(61, 206, 61);
  }

  .btn-phone {
    font-size: 24px;
    color: white;
    background-color: rgb(4, 179, 4);
    position: fixed;
    z-index: 2;
    top: 65%;
    left: 85%;
    border-radius: 50%;
  }

  .btn-phone:hover {
    color: white;
    background-color: rgb(4, 179, 4);
    box-shadow: 0 4px 8px rgb(61, 206, 61)
  }

}

.btn-close {
  color: white;
}

/* BODY--CSS--*/
.banner {
  width: 100%;
  height: 550px;
}

.connectedHomeBox {
  position: relative;
  background-image: url("./images/flight/Image-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 430px;
  text-align: center;
}

.connectedHomeBox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.connectedHomeBox * {
  position: relative;
  z-index: 2;
}

a {
  text-decoration: none;
}

.fb-icon {
  color: #0165E1;
}

.ig-icon {
  color: #E1306C;
}

.ld-icon {
  color: #0A66C2;
}

.x-icon {
  color: black;
}

.yb-icon {
  color: #c4302b;
}

.ri {
  color: rgb(2, 63, 124);
  font-size: 24px;
}

.rf {
  color: #1a3c79;
  font-weight: 400;
}

.bannerHomeBox {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.bannerHomeBox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.bannerHomeBox * {
  position: relative;
  z-index: 2;
}

.companyCard {
  padding: 15px 12px;
  height: 250px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 0px 2px 1px #1a3c79;
}

.companyCard:hover {
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 0px 5px 1px #1a3c79;
}

.companyCard h6 {
  color: #0b3e19;
  font-size: 17px;
  font-weight: bold;
}

.companyCard p {
  color: #9e9d9d;
}

.formBox {
  padding: 15px 10px;
  box-shadow: 0px 0px 5px 1px #1a3c79;
  border-radius: 5px;
}

.startedCard {
  padding: 15px 12px;
  height: 200px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 0px 2px 1px #1a3c79;
}

.startedCard:hover {
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 0px 5px 1px #1a3c79;
}

.startedCard h6 {
  color: #0b3e19;
  font-size: 17px;
  font-weight: bold;
}


.gallery-banner {
  background-image: url('../images/gallery-banner.jpg');
  width: 100%;
  height: 260px;

}

.contact-banner {
  background-image: url('../images/contact.jpg');
  width: 100%;
  height: 260px;

}

.about-banner {
  background-image: url('../images/aboutbackground.jpg');
  width: 100%;
  height: 260px;

}

.aboutImage {
  width: 90%;
  height: 550px;
  border-radius: 4px;

}

.aboutCard h1 {
  font-size: 32px;
  font-weight: 600;
  padding: 5px 5px;
  margin-top: 43px;

}

.aboutCard p {
  font-size: 15px;
  font-weight: 400 !important;
  color: rgb(155, 155, 155);
  word-spacing: 3px;
  padding: 10px 5px;
}

.aboutMission {
  padding: 10px 16px;
  border: 2px dashed #1a3c79;
  border-radius: 5px;
}

.aboutMission h3 {
  font-size: 26px;
  color: #1a3c79;
}

.aboutMission p {
  font-size: 16px;
  color: #9e9d9d;
}

.aboutCardInfo {
  padding: 12px 12px;
  text-align: center;
  border: 1px solid rgb(182, 178, 178);
  border-radius: 5px;
  height: 390px;
}

.aboutCardInfo h6 {
  font-size: 26px;
  font-weight: bold;
  margin-top: 15px;

}

.aboutCardInfo p {
  font-size: 13px;
  font-weight: bold;
  margin-top: 12px;
  word-spacing: 2px;
  text-align: justify;
  color: rgb(122, 121, 121);

}

.aboutCardInfo i {
  font-size: 34px;
  color: #1a3c79;
  padding: 16px;
  border-radius: 50%;
}


.aboutDreamImage {
  width: 100%;
  height: 500px;
  border-radius: 4px;

}

.aboutdreamCard {
  padding: 12px 15px;
  border-radius: 5px;
  height: 500px;
}

.aboutdreamCard h6 {
  font-size: 22px;
  font-weight: 600;
  color: #9e9d9d;
  margin-top: 40px;
  font-weight: 600;
}

.aboutdreamCard h1 {
  font-size: 38px;
  font-weight: 600;
  padding: 10px 5px;
}

.aboutdreamCard p {
  font-size: 17px;
  font-weight: 400 !important;
  color: #9e9d9d;
  word-spacing: 3px;
  padding: 10px 5px;
}

.directorCard {
  background-color: #e4e4e4;
  padding: 10px 10px;
  border-radius: 3px;
}

.directorCard img {
  width: 180px;
  height: 150px;
}

.directorCard h5 {
  color: black;
  font-size: 22px;
  font-weight: 400;
  margin-top: 6px;
}

.directorCard h6 {
  font-size: 14px;
  font-weight: 500 !important;
  color: #8c8b8b;
}

.directorContent {
  padding: 10px 10px;
}

.directorContent h2 {
  margin-top: 15px;
  color: black;
  font-size: 28px;
  font-weight: 400;
}

.directorContent p {
  font-size: 15px;
  font-weight: 400 !important;
  color: #9e9d9d;
  word-spacing: 3px;
}

.tieupBox {
  text-align: center;
  padding: 12px 5px;

}

.tieupBox h6 {
  font-size: 15px;
  font-weight: 500;

}

.tieupBox h2 {
  font-size: 36px;
  font-weight: 600;

}

.tieupBox p {
  font-size: 15px;
  font-weight: 400;

}

.contactDetail h1 {
  font-size: 34px;
  font-weight: 600;
}

.contactDetail p {
  font-size: 17px;
  font-weight: 400 !important;
  color: #afafaf;
}

.contactCard i {
  font-size: 50px;
  margin-right: 50px;
}

.contactCard img {
  width: 45px;
  height: 45px;
  margin-right: 50px;
}

.btn-register {
  background-color: #12324b;
  color: white;
}

.btn-register:hover,
.btn-register:focus {
  color: white;
  box-shadow: none;
}

.c-text h5 {
  font-size: 26px;
  color: black;
}

.c-text p {
  font-size: 15px;
  color: #bfbebe
}

.c-text a {
  color: #eda340;
}

.gallery-card {
  width: 100%;
  height: 300px;
}

.gallery-img {
  width: 100%;
  height: 300px;
}

.enrollButton {
  position: fixed;
  right: 22px;
  top: 77%;
  font-size: 16px;
  background-color: #12324b;
  color: white;
  padding: 12px 30px;
  z-index: 2;
  transform: rotate(90deg);
  transform-origin: right center;

}

.enrollButton:hover,
.enrollButton:focus {
  box-shadow: none;
  color: white;
}

.eligibilityModalBox {
  font-size: 15px;
  border: 1px solid #12324b;
}

.eligibilityModalBox h6,
.eligibilityModalBox h5 {
  font-size: 17px;
  font-weight: bold;
}

/*---------------------
  Testimonial Section
-----------------------*/

.section-title {
  margin-bottom: 45px;
  text-align: center;
}

.section-title span {
  font-size: 16px;
  color: #1a3c79;
  text-transform: uppercase;
  font-weight: 700;
}

.section-title h2 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 8px;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.spad {
  padding-top: 50px;
  padding-bottom: 50px;
}

.testimonial-section {
  background: #151515;
}

.ts_slider.owl-carousel .owl-item img {
  display: inline-block;
}

.ts_slider.owl-carousel .owl-nav button {
  height: 46px;
  width: 46px;
  color: #a9a9a9;
  background: rgba(255, 255, 255, 0.1);
  line-height: 46px;
  text-align: center;
  font-size: 24px;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-23px);
  -ms-transform: translateY(-23px);
  transform: translateY(-23px);
}

.ts_slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 30px;
}

.ts_slider .ts_item .ti_pic {
  margin-bottom: 32px;
}

.ts_slider .ts_item .ti_pic img {
  height: 200px;
  width: 200px;
  border-radius: 50%;
}

.ts_slider .ts_item .ti_text p {
  color: #fefefe;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.ts_slider .ts_item .ti_text h5 {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.ts_slider .ts_item .ti_text .tt-rating i {
  font-size: 12px;
  color: #d49d09;
}

/* Product Page */
.productBox {
  padding: 15px;
  border: 1px solid gray;
  border-radius: 6px;
  text-align: center;
  box-shadow: 0px 0px 2px 1px #1a3c79;
}

.productBox:hover {
  box-shadow: 0px 0px 6px 1px #1a3c79;
  border-radius: 10px;
}

.productBox img {
  width: 100%;
  height: 400px;
  border-radius: 6px
}

.productBox h5 {
  color: black;
  font-weight: bold;
  font-size: 22px;
  color: #0b3e19;
  margin-top: 10px;
}

/* Certificate Box */

.certificateBox {
  padding: 5px;
  border-radius: 6px;
  text-align: center;
  box-shadow: 0px 0px 2px 1px #FFC107;
}

.certificateBox:hover {
  box-shadow: 0px 0px 6px 1px #FFC107;
  border-radius: 10px;
}

.certificateBox img {
  width: 100%;
  height: 400px;
  border-radius: 6px
}

.certificateBox h5 {
  color: black;
  font-weight: bold;
  font-size: 15px;
  color: #0b3e19;
  margin-top: 10px;
}

.loginCard {
  background-color: white;
  padding: 12px 15px;
  border-radius: 4px;
  height: 300px;
}

.loginCard a {
  color: #6f8cc5;
}

.loginCard form {
  text-align: right;
}

.loginCard h6 {
  font-size: 15px;
}

#loin_form .form-control {
  border-radius: 0px;
}

.btn-login {
  background-color: #6f8cc5;
  color: white;
  font-size: 15px;
}

.bg-lightBlue {
  background-color: #d2d6de;
}

.table thead th {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 15px !important;
  border-bottom-width: 1px;
  font-weight: 600;
}

.table tbody td {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 15px !important;
  border-bottom-width: 1px;
  font-weight: 600;
}

/* .table.dataTable {} */

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .ts_slider.owl-carousel .owl-nav button {
    left: 0;
  }

  .ts_slider.owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .ts_slider.owl-carousel .owl-nav button {
    left: 0;
  }

  .ts_slider.owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
}

@media (max-width:1000px) {
  .aboutCardInfo {
    padding: 12px 12px;
    text-align: center;
    border: 1px solid rgb(182, 178, 178);
    border-radius: 5px;
    height: 500px;
  }

  .aboutCardInfo h6 {
    font-size: 22px;
  }

  .companyCard {
    height: 300px;
  }

  .startedCard {
    height: 200px;
  }

  .productBox h5 {
    color: black;
    font-weight: bold;
    font-size: 18px;
    color: #0b3e19;
    margin-top: 10px;
  }

  .productBox img {
    width: 100%;
    height: 250px;
    border-radius: 6px
  }

  .certificateBox h5 {
    color: black;
    font-weight: bold;
    font-size: 16px;
    color: #0b3e19;
    margin-top: 10px;
  }

  .certificateBox img {
    width: 100%;
    height: 250px;
    border-radius: 6px
  }

}

@media(max-width:600px) {
  .banner {
    width: 100%;
    height: auto;
  }

  .connectedHomeBox * {
    height: auto;
  }

  .companyCard {
    height: auto;
  }

  .startedCard {
    height: auto;
  }

  .productBox img {
    width: 100%;
    height: auto;
    border-radius: 6px
  }

  .productBox h5 {
    color: black;
    font-weight: bold;
    font-size: 16px;
    color: #0b3e19;
    margin-top: 10px;
  }

  .certificateBox img {
    width: 100%;
    height: auto;
    border-radius: 6px
  }

  .certificateBox h5 {
    color: black;
    font-weight: bold;
    font-size: 16px;
    color: #0b3e19;
    margin-top: 10px;
  }

  .aboutImage {
    width: 100%;
    height: auto;
    border-radius: 4px;

  }

  .aboutCard h1 {
    font-size: 32px;
    font-weight: 600;
    padding: 10px 5px;
    margin-top: 10px;
  }

  .aboutCard p {
    font-size: 16px;
    font-weight: 400 !important;
    color: #9e9d9d;
    word-spacing: 2px;
    padding: 10px 5px;
  }

  .tieupBox h2 {
    font-size: 26px;
    font-weight: 500;

  }

  .aboutCardInfo {
    height: auto;
  }


}