html {
    scroll-behavior: smooth;
}

body {
    font-size: 14px;
}

:root {
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-main-color: #343a40;
    --bs-main-blue-color: #333;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #c2c0c0;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--bs-main-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/* common */


.mar-bot-50 {
    margin-bottom: 50px;
}

.mar-bot-40 {
    margin-bottom: 40px;
}

.mar-bot-35 {
    margin-bottom: 35px;
}

.mar-bot-30 {
    margin-bottom: 30px;
}

.mar-top-30 {
    margin-top: 30px;
}

.mar-top-80 {
    margin-top: 80px;
}

.mar-top-80 {
    margin-top: 80px;
}

.mar-top-55 {
    margin-top: 55px;
}

.mar-top-108 {
    margin-top: 108px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

a {
    transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
}

a:hover {
    transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
}

p {
    padding-bottom: 0;
    margin-bottom: 0;
}

ul, li {
    padding-bottom: 0;
    margin-bottom: 0;
}


.header-info {
    background: #262628;
    padding: 10px 0;
}

.header-contact-info li {
    color: #fff;
    padding-right: 15px;
}

.header-contact-info li i {
    margin-right: 10px;
}

.header-contact-info li a {
    color: #fff;
    text-decoration: none;
}

.header-contact-info li a:hover {
    color: var(--bs-main-color);
}

.header-loginlist-info {
    float: right;
}

.header-loginlist-info li {
    color: #fff;
    padding-right: 15px;
}

.header-loginlist-info li i {
    margin-right: 10px;
}

.header-loginlist-info li a {
    color: #fff;
    text-decoration: none;
}

.header-loginlist-info li a:hover {
    color: var(--bs-main-color);
}



.menu_fixed .navbar-nav .nav-item .nav-link {
    color: #000;
}

.menu_fixed .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #fe4646;
}

.menu_fixed .navbar-nav .nav-link:hover {
    color: #fe4646;
}

.slide-text h4 {
    font-size: 17px;
    font-weight: 200;
    margin-bottom: 10px;
}

.slide-text h3 {
    font-size: 28px;
    color: #ffcd00;
    font-weight: 900;
    padding: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.slide-text h2 {
    font-size: 42px;
    font-weight: 700;
    padding: 15px 0 5px;
    margin-bottom: 0;
    text-shadow: -1px -1px 1px #111, 2px 2px 1px #363636;
}

.slide-text p {
    font-size: 22px;
    line-height: 30px;
    max-width: 580px;
    margin: 40px 0;
}

.welcome-section {
    padding: 120px 0 0;
    background: #fff;
    position: relative;
}

.welcome-content-strip {
    padding: 10px;
    text-align: center;
}

.title-strip {
    margin-bottom: 15px;
}

.title-strip h3 {
    color: var(--bs-main-color);
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 15px;
}

.title-strip h4 {
    color: var(--bs-main-color);
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
}

.title-strip p {
    font-size: 20px;
    line-height: 25px;
    color: #333;
    font-weight: 500;
    max-width: 780px;
    margin: 0 auto;
}

.text-justify {
    text-align: justify;
}

.list-inline li {
    display: inline;
}

/* text content */
.slide-text {
    text-align:left;
    color: white;
    opacity: 1;
    z-index: 2;
    width: 100%;
}

.slide-text h1 {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 30px;
    letter-spacing: 0.03em;
}

/* button */
.slide-text .btn {
    font-family: "IBM Plex Mono", monospace;
    background-color: transparent;
    border: solid 1px white;
    padding: 15px 30px;
    min-width: 100px;
    width: fit-content;
    font-size: 14px;
    letter-spacing: 2px;
    color: white;
    position: relative;
    border-radius: 80px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin-top: 20px;
}

.slide-text .btn:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    border-radius: inherit;
    transition: all 0.3s ease-in-out;
}

.slide-text .btn:hover::after {
    left: 4px;
    top: 5px;
    background-color: rgba(255, 255, 255, 0.3);
}

.slide-text .btn:hover {
    font-weight: 800;
}

button:focus {
    outline: 0;
}

.form-banner-strip {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    position: relative;
    z-index:99;
}

.form-banner-strip h3  {
    font-size: 26px;
    text-align: center;
    padding: 0px;
    font-weight: 600;
    color: #fe4646;
}

.form-banner-strip h4  {
    font-size: 20px;
    color: #000;
    text-align: center;
    padding-bottom: 15px;
}

.form-banner-strip2 {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-top: -200px;
}

.form-banner-strip2 h3  {
    font-size: 26px;
    text-align: center;
    padding: 0px;
    font-weight: 600;
    color: var(--bs-main-color);
    margin-bottom: 5px;
}

.form-banner-strip2 h4  {
    font-size: 20px;
    color: #000;
    text-align: center;
    padding-bottom: 15px;
    font-weight: 200;
}


.welcome-content-strip p  {
    text-align: center;
    font-size: 27px;
    line-height: 45px;
}

.welcome-content-strip  {
    margin: 0px auto;
    width: 65%;
}

.course-section  {
    padding:60px 0 60px;
    position: relative;
    margin-top: -120px;
    
}

.course-section::after  {
    background: url(../images/about-bg-shape.svg) bottom no-repeat;
    background-size: cover;
    position: absolute;
    content: "";
    width: 100%;
    height: 44%;
    left: 0;
    z-index: -1;
    bottom: 0;
}

.course-sub-section  {
    padding: 60px 0;
}


.course-content-right  {
    margin-top: 45px;
}
.course-content-right h2 {
   font-size: 30px;
   color: #fe4646; 
   padding-bottom: 15px;
}

.course-content-right h3 span {
    color: #fe4646; 
 }

 .course-content-right h3 {
    color: #000; 
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 0px;
 }

 .course-content-right p  {
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
 }

.logo  {
    width: 350px;
}

.at-glance-section-home  {
    padding: 60px 0;
    /*background: #e0f5db;*/
    position: relative;
}

.form-icon {
    position: absolute;
    left: 6px;
    top: 14px;
    z-index: 999;
    color: #000;
    width: 35px;
    height: 30px;
    background: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}

.contact-form-field {
    padding-left: 42px;
    height: 55px;
    font-size: 17px;
}

.close-btn-modal {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 40px;
    border: none;
    background: var(--bs-main-color);
    color: #fff;
    font-size: 30px;
    border-radius: 11px;
    z-index: 9999;
}

.close-btn-modal:hover  {
    opacity: .8;
} 

.close-btn-modal span {
    padding-top: 0px;
    position: relative;
    top: -13px;
    font-size: 38px;
}

  .openbtn {
    font-size: 20px;
    cursor: pointer;
    color: white;
    padding: 10px 15px;
    border: none;
    position: fixed;
    z-index: 999;
    opacity: 1;
    right: 83px;
    text-decoration: none;
    bottom: 35px;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
    width: 220px;
    text-align: center;
    animation: blink 1s linear infinite;
    font-weight: 700;
}

@keyframes blink {
  0%, 100% {background-color:#ff7133;}
  50% {background-color: #b83c06;}
}

  
  .openbtn:hover {
    background-color: #1fe379;
  }


  .navbar-brand img {
    max-width: 200px;
    height: auto;
}

.book-now-btn {
    font-size: 18px;
    text-decoration: none;
    padding: 5px 25px;
    text-decoration: none;
    letter-spacing: 0;
    font-weight: 700;
    color: #fff;
    background:#00b85c;
    line-height: 41px;
    border-radius: 5px;
    border: none;
    transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    background: linear-gradient(90deg, #4698d3, #00609f 47.92%, #1d3d6e);
    border-radius: 15px;
    border-bottom: 5px solid #073054;
}

.book-now-btn:hover {
    color: #fff;
    background: linear-gradient(186deg, #1d3d6e,#1d3d6e  47.92%, #1d3d6e);
}

.book-now-btn:hover .readmore-icon {
    margin-left: 15px;
    transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
}

.book-now-btn:hover span {
    margin-left: 15px;
    transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
}

header {
    padding: 20px 0;
    background:linear-gradient(90deg, #2a5aa9, #123788 47.92%, #057ea5);
}

.banner-section {
    background: url(../images/herobanner.webp) no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 0 0px;
    overflow: hidden;
}

.course-title-strip  {
    background: #fff;
}

.course-title-strip img {
    width: 400px;
    background: #f3f3f5;
    padding: 3px;
}

.course-title-strip {
    background: #fff;
    padding: 50px 30px;
    text-align: center;
    position: relative;
    top: -75px;
    border-radius: 25px;
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 150px;
}

.landing-course-strip  {
    padding: 25px;
}

.landing-course-strip {
    padding: 25px;
    border: 8px double #1b9cde;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.landing-course-strip {
    padding: 25px;
    border: 8px double #00b85c;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.landing-course-strip h2 {
    font-size: 22px;
    margin-bottom: 0;
}

.landing-course-strip::before {
    width: 200px;
    height: 100px;
    background:linear-gradient(90deg, #4698d3, #00609f 47.92%, #1d3d6e);
    content: "";
    position: absolute;
    left: -128px;
    top: 0;
    transform: rotate(46deg);
}

.landing-course-strip:hover ::before  {
    right: 0;
}

.landing-course-section  {
    padding: 70px 0 70px;
    background: url(../images/course-bg.webp) no-repeat;
    background-size:cover;
}

.course-title-strip2 img  {
    width: 400px;
}

.course-title-strip2 {
    background:linear-gradient(90deg, #4698d3, #00609f 47.92%, #1d3d6e);
    padding: 50px 30px;
    text-align: center;
    border-radius: 25px;
    border-bottom-right-radius: 295px;
    border-bottom-left-radius: 295px;
}

.course-title-strip2 + p {
    padding: 20px 20px 50px;
    font-size: 24px;
    color: #333;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    background: #fff;
    width: 75%;
    margin: 30px auto -27px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contact-details  {
    background: url(../images/contact.jpg) no-repeat;
    background-size: cover;
    padding: 50px 50px;
    width: 75%;
    margin: 0px auto;
    border-radius: 25px;
}

.address-strip {
    border: 2px solid #dfdedd;
    padding: 20px 30px;
    background: #f5f2ef;
    border-radius: 20px;
    text-align: left;
}

.address-strip h4 b {
    color: #fff;
    border: 1px solid #194275;
    padding: 5px 12px;
    background: #194275;
    margin-bottom: 7px;
    display: inline-block;
    border-radius: 6px;
}

.address-strip h4 {
   font-size: 20px;
}

.address-strip h4 a {
    color: #0a0724;
    text-decoration: none;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem 20px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    color:#000;
    background-color: var(--bs-form-control-bg);
    background-clip: padding-box;
    border:  3px solid #2568a3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 15px;
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
    padding-left: 50px;
}

select {
    display: block;
    width: 100%;
    padding: .375rem 20px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    background-clip: padding-box;
    border: 3px solid #980d97;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
}

.form-icon {
    position: absolute;
    left: 9px;
    top: 10px;
    z-index: 999;
    color: #fff;
    width: 35px;
    height: 35px;
    background: linear-gradient(90deg, #4698d3, #00609f 47.92%, #1d3d6e);
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
}

.form-banner-strip h3 {
    font-size: 32px;
    text-align: center;
    padding: 0px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    background: linear-gradient(90deg, #4698d3, #00609f 47.92%, #1d3d6e);
    padding: 15px 0;
    border-radius: 15px;
    border-bottom: 5px solid #073054;
}

.form-banner-strip h4 {
    font-size: 20px;
    color: #000;
    text-align: center;
    padding: 15px;
    background: #92c8ee;
    border-radius: 15px;
    margin: 15px 0;
    font-weight: 700;
}

.close-btn-modal {
    background: #dc3545;
    height: 45px;
    line-height: 45px;
    padding-top: 9px;
    right: 30px;
}

.location-title  {
    text-align: center;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    padding: 0px 0 0px;
    font-weight: 800;
}

.herobanner__title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 800;
    text-transform: uppercase;
}

.herobanner__title1 {
    -webkit-text-fill-color: transparent;
    background:linear-gradient(90deg, #4698d3, #00609f 47.92%, #1d3d6e);
    -webkit-background-clip: text;
    text-transform: uppercase;
}

:root {
--gradientColor: linear-gradient(90deg, #4698d3, #00609f 47.92%, #1d3d6e);
}

.herobanner__small__text  {
    font-size: 20px;
    font-weight: 700;
    color: var(--primaryColor);
    position: relative;
    padding-left: 45px;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-text-fill-color: transparent;
    background:linear-gradient(90deg, #4698d3, #00609f 47.92%, #1d3d6e);
    -webkit-background-clip: text;
}

.herobanner__small__text:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 30px;
    background: #194275;
    top: 47%;
    left: 0;
}

.bcome-second-strip p {
    font-size: 20px;
}

.bcome-second-strip h2 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
}

.bcome-second-strip {
    padding: 30px;
    background: linear-gradient(90deg, #4698d3, #00609f 47.92%, #1d3d6e);
    color: #fff;
    width: 80%;
    float: right;
    border-radius: 25px;
}

.bame-section {
    padding: 70px 0;
    background: aliceblue;
}

.become-ame-banner-strip {
    padding: 30px;
    background: #fff;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-bottom: 15px;
}

.education-qua-strip  {
    padding: 30px;
}

.education-qua-strip {
    padding: 30px;
    width: 300px;
    height: 300px;
    background: #fff;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    border: 10px solid #194275;
    position: absolute;
    left: 0;
    top: 269px;
}

.education-qua-strip h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #194275;
}

.education-qua-strip p {
    font-weight: 700;
    font-size: 15px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.location-strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-flow: wrap;
}

.location-strip h3 {
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 19px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

section.institute-locations-section {
    padding: 70px 0 0px;
    position: relative;
    background: url(../images/institute-location-bg.webp) no-repeat center center;
    background-size: cover;
}

.institute-locations-strip {
    background: #fff;
    padding: 62px 30px 25px;
    border-radius: 15px;
    position: relative;
}

.institute-locations-strip h2 {
    background:linear-gradient(90deg, #4698d3, #00609f 47.92%, #1d3d6e);
    display: inline-block;
    padding: 15px 20px;
    font-size: 22px;
    position: absolute;
    top: -26px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 15px;
    left: 0;
}

.whychoose-strip  {
    padding: 60px 35px 0;
    background: #fff;
    position: relative;
    margin-top: 30px;
    border-radius: 15px;
    border-bottom-left-radius: 597px;
}

.whychoose-strip h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 0;
    -webkit-text-fill-color: transparent;
    background:#194275;
    -webkit-background-clip: text;
    text-transform: uppercase;
}

.whychoose-strip p {
    text-align: center;
    font-size: 18px;
    margin: 0px auto;
    padding-top: 20px;
    width: 95%;
}

.why-institute-list li i {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 21px;
    background: #194275;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
}

.why-institute-list li {
    margin-bottom: 10px;
    padding: 15px 25px;
    position: relative;
    padding-left: 56px;
    border-radius: 15px;
    font-weight: 600;
    border: 1px solid #ccc;
    font-size: 17px;
}

.why-institute-list li b {
    display: block;
    font-size: 18px;
    color: #194275;
    text-transform: uppercase;
}


.why-choose-list li i {
    position: absolute;
    top: 14px;
    left: 15px;
    font-size: 21px;
    background: #194275;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    color: #fff;
}

.why-choose-list li {
    margin-bottom: 10px;
    padding: 15px 25px;
    position: relative;
    box-shadow:rgba(50, 50, 93, 0.25) 0px 0px 29px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    padding-left: 56px;
    border-radius: 15px;
    font-weight: 600;
}

.why-choose-list li b {
    display: block;
    font-size: 18px;
    color: #194275;
    text-transform: uppercase;
}

.become-a-pilot-section  {
    padding: 70px 0 20px;
}

.b-pilot-strip {
    border-radius: 50px;
    padding: 30px;
}

.pilot-logo-img {
    background: brown;
    padding: 30px;
    border-radius: 15px;
}

.course-strip h4 {
    font-size: 15px;
    margin-bottom: 0;
}

.course-strip h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
    color: brown;
}

.course-strip {
    border: 5px solid brown;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    background: #dee2e6;
}

.lisa-section  {
    padding: 90px 0;
    background: url(../images/pilot-list-bg.webp) no-repeat left bottom;
    background-size: cover;
}

.lisa-strip {
    display: block;
    text-align: center;
}

.lisa-strip h2 {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 700;
}

.sidebar__list ul li a {
    display: inline-block;
    position: relative;
    font-weight: 700;
}

.sidebar__list ul li {
    display: block;
    margin-bottom: 11px;
    background: #fff;
    border-radius: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.sidebar__list ul li a i {
    position: absolute;
    right: 14px;
    top: 16px;
    font-size: 24px;
    color: #194275;
    font-weight: 900;
}

.sidebar__list ul li a  {
    color: #000;
    text-decoration: none;
    font-size: 16px;

}

.sidebar__list ul {
    padding-left: 0;
}

.pilot-list-strip {
    padding: 40px;
    background: linear-gradient(90deg, #4698d3, #00609f 47.92%, #1d3d6e);
    border-radius: 20px;
}

.lisa-strip + h3 {
    text-align: center;
    color: #fff;
    font-size: 27px;
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    font-weight: 800;
}

.lisa-strip {
    display: block;
    text-align: center;
    background: azure;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
    width: 85%;
    margin: 0px auto 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.sfa-logo  {
    width: 300px;
    margin: 0px auto 10px;
}

.airhostess-strip {
    border-radius: 15px;
    padding: 100px 0 0px;
    background: linear-gradient(90deg, #044439, #1f9b69 47.92%, #5ed96b);
    position: relative;
    text-align: center;
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 150px;
}

.airhostess-strip img.airhostess-img  {
    width: 500px;
}

.airhostess-section  {
    padding: 130px 0 90px;
}

.airhostess-strip h2 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 25px;
    border: 5px double #ffffff;
    padding: 15px;
    width: 100%;
    margin: 0px auto;
    text-transform: uppercase;
    border-radius: 25px;
}

.program-glance-strip h4 {
    border: 5px solid #54cf6a;
    padding: 20px;
    border-radius: 15px;
    position: relative;
}

.program-glance-strip {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-flow: wrap;
}

.program-glance-strip span {
    background: #227b89;
    padding: 7px 15px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    left: 18px;
    top: 54px;
}


.program-glance-title  {
    font-size: 30px;
    padding: 15px 0
}

.program-glance-title {
    font-size: 30px;
    padding: 18px 50px;
    font-weight: 800;
    color: #fff;
    background: #095341;
    border-radius: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    box-shadow: beige;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    border: 5px solid #fff;
    margin-bottom: 30px;
}

.quetzal-logo {
    width: 460px;
    margin-bottom: 40px;
    background: #04453a;
    padding: 25px 35px;
    border-radius: 37px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: -48px;
}

.glance-pera  {
    font-size: 18px;
}

.glance-pera {
    font-size: 18px;
    width: 70%;
    margin: 38px auto;
    padding: 30px;
    font-weight: 600;
    line-height: 30px;
    background: #f9ec0b;
    border-radius: 15px;
    color: #000000;
}

.airhostess-qualification-title {
    width: 250px;
    background: #fff;
    padding: 15px;
    margin-bottom: 0;
    height: 250px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 10px solid #aee249;
    position: absolute;
    bottom: 112px;
    right: 239px;
}

.airhostess-qualification-title b  {
    text-transform: uppercase;
    color: #194275;
    font-weight: 800;
}

.airhostess-content-strip p {
    font-size: 17px;
    font-weight: 700;
}

.airhostess-content-strip h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    color: #227b89;
}

.airhostess-content-strip {
    border: 10px double #0bae36;
    padding: 20px;
    position: relative;
    min-height: 358px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 15px;
}

.institute-logo:hover  {
    transform: rotateY(360deg);
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    
}  

.institute-logo  {
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
}  


/* scroll animation */


.largest-group-img  {
    width: 400px;
    margin-bottom: 25px;
}

button.book-now-btn .material-symbols-outlined {
    top: 6px;
    position: relative;
}

.partners-logo   {
    border-radius: 25px;
    width: 191px;
}

.course-title-strip h2 {
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 800;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(94deg, #3a9c50, #125e2b 47.92%, #0a3f2d);
    -webkit-background-clip: text;
}

.education-qua-strips  {
    padding: 30px;
    background: #fff;
    border-radius: 25px;
    min-height: 346px;
}

.education-qua-strips h3 {
    text-align: center;
    color: #fff;
    padding: 6px 25px 10px;
    background: linear-gradient(90deg, #4698d3, #00609f 47.92%, #1d3d6e);
    margin-bottom: 7px;
    display: inline-block;
    border-radius: 6px;
    text-align: left;
    display: block;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    font-size: 21px;
}

.approval-img-1 {
    width: 230px;
    margin: 0px auto;
}

.iae-bh  {
    width: 100% !important;
    border-radius: 25px;
    margin-bottom: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.address-strip {
    border: 2px solid #dfdedd;
    padding: 20px 30px;
    background: #f5f2ef;
    border-radius: 20px;
    text-align: left;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
}

.institute-title  {
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 800;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(256deg, #4698d3, #00609f 47.92%, #1d3d6e);
    -webkit-background-clip: text;
}

.institute-title + p  {
    font-size: 20px;
}

.institute-title-strip {
    padding: 30px;
    background: beige;
    border-radius: 15px;
    margin-bottom: 25px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.shashib-glance-title-strip  {
    padding: 30px;
    background: #ffe9a9;
    border-radius: 15px;
    margin-bottom: 25px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-align: center;
}

.shashib-glance  {
    padding: 70px 0 40px;
    background: #fff;
}

.glance-strip {
    padding: 15px;
    font-size: 36px;
    text-align: center;
    padding: 0px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    background:linear-gradient(90deg, #4698d3, #00609f 47.92%, #1d3d6e);
    padding: 0px 0 20px;
    border-radius: 15px;
    border-bottom: 5px solid #1d3d6e;
    margin-bottom: 30px;
}

.glance-strip h2 {
    width: 100px;
    height: 100px;
    background: #ffc107;
    color: #1d3d6e;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    font-size: 39px;
    font-weight: 800;
    position: relative;
    top: -9px;
    border-radius: 15px;
}

.glance-strip h4  {
    margin-top: 10px;
}

.shashib-glance-title-strip p  {
    width: 90%;
    margin: 0px auto;
}

.career-title  {
    padding: 25px 0;
    margin-bottom: 30px;
}

.career-choice-strip {
    text-align: center;
    background: #92c8ee;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 25px;
    border-bottom: 5px solid #3b92d0;
}

.career-choice-strip p  {
    padding-top: 0;
    font-weight: 600;
}

.career-choice-strip h4  {
    font-weight: 800;
    text-transform: capitalize;
    color: #194275;
}

.m-5  {
    margin: 50px 10px 0;
}

.applynow-btn  {
    background: linear-gradient(186deg, #ffffff, #288949 47.92%, #0a3f2d);
}

.p-60  {
    padding: 60px;
}

.glance-strip h4 {
    margin-top: 10px;
    font-size: 21px;
}

input::placeholder  {
    color: #000;
}

input  {
    color: #000;
}


footer  {
    background: #0a0624; 
    padding: 20px 0;
}

.copyright  {
    color: #fff;
    font-size: 20px;
    text-align: center;
}

/* success page css */

._failed{ border-bottom: solid 4px red !important; }
._failed i{  color:red !important;  }

._success {
    box-shadow: 0 15px 25px #00000019;
    padding: 100px 40px;
    width: 100%;
    text-align: center;
    margin: 40px auto;
    border-bottom: solid 4px #28a745;
    border-radius: 10px;
    background: #fff;
}

._success i {
    font-size: 55px;
    color: #28a745;
}

._success h2 {
    margin-bottom: 12px;
    font-size: 33px;
    font-weight: 500;
    line-height: 1.2;
    color: green;
    margin-top: 10px;
}

._success p {
    margin-bottom: 0px;
    font-size: 18px;
    color: #2f4154;
    font-weight: 500;
    width: 90%;
    margin: 0px auto;
}

.height-100 {
    height: 100vh;
    display: flex;
    align-items: center;
    background: #fcfcf1;
}

.visit-btn  {
    font-size: 18px;
    text-decoration: none;
    padding: 10px 35px;
    text-decoration: none;
    letter-spacing: 0;
    font-weight: 700;
    color: #fff;
    background: #00b85c;
    line-height: 41px;
    border-radius: 5px;
    border: none;
    transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    background: linear-gradient(186deg, #3a9c50, #267340 47.92%, #0a3f2d);
    border-radius: 15px;
    border-bottom: 5px solid #267340;
}

.visit-btn:hover  {
    background: linear-gradient(186deg,  #0a3f2d, #267340 47.92%,#3a9c50 );
    border-top: 5px solid #267340;
    border-bottom:none;
}

.admission-title {
    font-size: 22px !important;
}

.mobile-view-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    z-index: 999999;
    background: #fff;
    padding: 5px;
}

.mobile-view-buttons > a  {
    width: 32%;
    font-size: 17px;
}

.call-button  {
    cursor: pointer;
    color: white;
    padding: 10px 15px;
    border: none;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    background: #980d97;
    border-radius:3px;
}

.whatp-button  {
    cursor: pointer;
    color: white;
    padding: 10px 15px;
    border: none;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    background: green;
    border-radius:3px;
}

.call-back-button  {
    cursor: pointer;
    color: white;
    padding: 10px 15px;
    border: none;
    text-decoration: none;
    border-radius:3px;
    text-align: center;
    font-weight: 700;
    background: orange;
}

.dock-button-group  {
    display: none;
}

.education-qua-strips h4 {
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 13px;
    font-weight: 700;
    background: aliceblue;
    padding: 15px;
    margin-bottom: 19px;
    border-radius: 10px;
}

.scolarship-strip  {
    padding:10px;
    background-color: #f5f3f1;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius:15px;
}

.scholarship-content-strip {
    padding: 12%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    align-content: center;
    height: 100%;
}

.scholarship-content-strip h3 {
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: capitalize;
    color: #1d3d6e;
}

.scholarship-content-strip p  {
    font-size:18px;
    font-weight:600;
}

.scholarship-content-strip h2 {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 800;
    text-transform: capitalize;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(256deg, #4698d3, #00609f 47.92%, #1d3d6e);
    -webkit-background-clip: text;
}
    
.ssat-section  {
    padding:90px 0;
}

.alumin-section {
    padding: 90px 0;
    background: antiquewhite;
}

.alumin-section img  {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}

.alumini-title h2  {
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 0;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(256deg, #4698d3, #00609f 47.92%, #1d3d6e);
    -webkit-background-clip: text;
    text-transform: uppercase;
}

.alumini-title {
    margin-bottom: 20px;
    background: beige;
    padding: 20px 10px;
    border-radius: 20px;
    border-bottom: 10px solid #ccc;
}

.majorrecruiters-section {
    padding: 90px 0;
    background: #f5f5dc;
}

.majorrecruiters-section img  {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.majorrecruiters-section .alumini-title {
    margin-bottom: 0px;
    background: #fff;
    padding: 20px 10px;
    border-radius: 20px;
    border: 10px solid #0866a5;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}