html,
body {
  overflow-x: hidden !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.mt-5p {
  margin-top: 6.5%;
}

.no-scroll {
  overflow: hidden !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: -1px;
  margin-left: -2px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #dd1f26;
  font-weight: bold;
  text-decoration: none;
  background-color: white;
}

.nav-calibehr-bold {
  font-weight: 500;
  color: #2e294e !important;
}

.underline {
  display: inline;
  position: relative;
  overflow: hidden;
}

.nav-link.active {
  color: #dd1f26 !important;
}

.underline.active {
  border-bottom: 3px solid #dd1f26;
}

.underline:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: -3px;
  background: #dd1f26;
  height: 3px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.underline:hover:after,
.underline:focus:after,
.underline:active:after {
  left: 0;
  right: auto;
  width: 100%;
}

.color-primary {
  color: #dd1f26;
}

.color-secondary {
  color: #161a4a;
}

.bg-gray {
  background-color: #efefef;
}

.bg-footer-secondary {
  background-color: #2e294e;
}

.btn-aviation {
  background-color: #2e294e;
  color: white;
}

.btn-aviation:hover {
  background-color: #dd1f26;
  color: white;
}

.pill {
  border-radius: 130px;
}

.brains {
  font-size: 60px;
  font-weight: 900;
  line-height: 38px;
}

.fee-bold {
  font-size: 56px;
  font-weight: 700;
  line-height: 48px;
}

.line-primary {
  background-color: #2e294e !important;
}

.footer ul li {
  list-style: none;
}

.footer ul li a {
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
}

.bottom-40 {
  bottom: 32%;
  left: 15%;
}

.btn-book {
  background-color: #dd1f26;
  border-radius: 20px;
}
/* For contact us page */

.meetTeamButton {
  top: 83%;
  right: 13%;
}

.contactdeatil {
  background-color: #161a4a;
  color: #fff;
  border-radius: 10px;
  /* box-shadow: 5px 5px 11px grey!important; */
  width: 500px;
  height: 320px;
  left: 38% !important;
  top: 32% !important;
  z-index: -1 !important;
}
.contactdeatilrow {
  padding-left: 100px;
}
.getindeatil {
  background-color: #dd1f26;
  color: #fff;
  border-radius: 8px;
  /* box-shadow: 5px 5px 11px grey !important; */

  width: 440px;
}
.getindeatil .btnsubmit {
  background-color: #161a4a !important;
  color: #fff !important;
  width: 50%;
  border: 1px solid #161a4a;
}
/* for career page
*/
.career-form {
  background-color: #dd1f26;
  border-radius: 25px;
  color: #fff;
}
.career-form .btnsubmit {
  background-color: #161a4a !important;
  color: #fff !important;
  width: 50%;
  border: 1px solid #161a4a;
}

.parsley-required{
    text-align: start;
}

.parsley-errors-list {
    padding-left: 1.5rem;
}

.info-plane {
  width: 200px;
}

.font-12 {
  font-size: 12px !important;
}

.font-12 p {
  margin-bottom: 0 !important;
}

.frist-column {
  border-right: 1px dotted #161a4a;
  border-bottom: 1px dotted #161a4a;
}
.second-column {
  border-bottom: 1px dotted #161a4a;
}
.third-column {
  border-right: 1px dotted #161a4a;
}

.sub-consultancy-service ul li {
  list-style-position: outside;
  padding: 8px 0;
}

.slick-prev {
  left: -50px;
  font-size: 40px;
}
.slick-next {
  right: -50px;
  font-size: 40px;
}


.slick-prev:before, .slick-next:before {
  font-size: 30px;
  color: black;
}

.slick-dots li button:before {
  font-size: 30px;
}
.min-max-h-48{
    min-height: 48px;
    max-height: 48px;

}
.min-max-height-96{
    min-height: 96px;
    max-height: 96px;
}
/* Media Queries */
@media only screen and (max-width: 1440px) {
  .contactdeatil {
    /* position: relative; */
    left: 43% !important;
    top: 36% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .contactdeatil {
    left: 48% !important;
    /* top: 45%!important; */
  }
}

@media only screen and (max-width: 770px) {
  .bottom-40 {
    bottom: 30%;
  }
  .contactdeatil {
    position: relative !important;
    left: 0 !important;
    top: 35px !important;
    text-align: center !important;
    width: auto !important;
  }
  .getindeatil {
    width: auto !important;
  }
}
@media only screen and (max-width: 450px) {
  .frist-column {
    border-right: none;
    border-bottom: none;
  }
  .second-column {
    border-bottom: none;
  }
  .third-column {
    border-right: none;
  }
  .book-demo-button {
    position: relative !important;
    left: 0 !important;
  }

  .meetTeamButton {
    top: 81%;
    right: 21%;
  }

  .fee-bold {
    font-size: 53px;
  }

  .contactdeatil {
    position: relative !important;
    /* left: 0 !important; */
    /* top: 35px !important;   */
    text-align: center !important;
    width: auto !important;
  }
  .getindeatil {
    width: auto !important;
  }
}


 .grecaptcha-badge {
     visibility: hidden;
 }