*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    font-family: "Marcellus", serif;
}
.container {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    padding: 0 15px;
}
p{
    font-size: 19px;
    font-weight: 500;
    line-height: 1.5;
    color: #233251;
    font-family: 'Source Sans 3', Helvetica, Arial, Lucida, sans-serif;
}

.banner-main{
    width: 100%;
    display: inline-block;
}
.banner{
    background-image: url(./images/flight.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 90vh;
    padding-top: 65px;
}


.manager p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}
.about {
    text-align: center;
    padding-top: 20px;
}
.about h3 {
    font-size: 40px;
    text-transform: capitalize;
    color: #009fe3;
    font-weight: 600;
    line-height: 1.4;
    font-family: "Marcellus", serif;
    padding: 0;
}
.about p {
    font-size: 18px;
    font-weight: 400;   
    line-height: 1.4;
    font-family: 'Source Sans 3', Helvetica, Arial, Lucida, sans-serif;
    color: #233251;
    margin-top: 15px;
}
.about-main{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    margin-top: 50px;
}
.about-left{
    width: calc(50% - 15px);
}
.about-content h5 {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 11px;
    color: #009FE3;
    font-family: "Marcellus", serif;
    padding: 0;
}
.about-content h4 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 15px;
    font-family: "Marcellus", serif;
    letter-spacing: 1px;
    padding: 0;
}
.about-content p { 
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Source Sans 3', Helvetica, Arial, Lucida, sans-serif;
}
.about-img {
    height: 463px;
}
.about-img img {
    width: 100%;
    height: 463px;
}
.about-haver img {
    width: 560px;
    height: 500px;
}
.mini-box{
    display: flex;
    gap: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mini-left{
    width: calc(50% - 12px);
}
.mini-content {
    display: flex;
    align-items: center;
}
.mini-content-left {
    width: 50px;
}
.mini-main {
    background-color: #f8f7f1;
    margin-top: 20px;
    padding: 20px;
}
.mini-icn i {
    font-size: 30px;
    color: #009FE3;
}
.mini-content-text h5 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    padding-bottom: 6px;
    text-transform: uppercase;
    font-family: "Marcellus", serif;
    letter-spacing: 1px;
}
.fleet{
    width: 100%;
    display: inline-block;
    margin-top: 50px;
}
.fleet-main{
    width: 100%;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fleet-33{
    width: calc(33% - 10px);
}
.meet {
    text-align: center;
    padding-bottom: 32px;
}
.meet-our h3 {
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.4;
    padding-bottom: 8px;
    font-family: "Marcellus", serif;
    color: #333;
}
.meet-our p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'Source Sans 3', Helvetica, Arial, Lucida, sans-serif;
    color: #233251;
}
.team{
    overflow: hidden;
    position: relative;
    height: 450px;
}
.team img {
    width: 403px;
    height: 435px;
    transition: .4s;
}
.pilot-social {
    position: absolute;
    top: 0;
    left: 0;
    background: #009fe375;
    height: 435px;
    width: 100%;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    transform: scaleY(0);
    opacity: 0;
    transform-origin: top;
    transition: .4s;
    visibility: hidden;
}
.team:hover > .pilot-social{
    transition: .4s;
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.pilot-social-icn ul{
    display: flex;
    list-style: none;
}
.pilot-social-icn ul li a {
    color: #009fe3;
    padding: 12px 17px;
    border-radius: 35px;
    background-color: #fff;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 500;
}
.pilot-social-icn ul li a:hover{
    transition: .4s;
    background-color: #009fe3;
    color: #fff;
}

.pilot-social-tyutter ul{
    list-style: none;
}
.pilot-social-tyutter ul li a {
    color: #009fe3;
    padding: 12px 15px;
    border-radius: 35px;
    background-color: #fff;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.pilot-social-tyutter ul li a:hover{
    transition: .4s;
    background-color: #009fe3;
    color: #fff;
}



.pilot-social-insta ul{
    list-style: none;
}
.pilot-social-insta ul li a {
    color: #009fe3;
    padding: 11px 18px;
    border-radius: 35px;
    background-color: #fff;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.pilot-social-insta ul li a:hover{
    transition: .4s;
    background-color: #009fe3;
    color: #fff;
}

/* placement-section-page */

.place-main{
    width: 100%;
    display: inline-block;
}
.place-banner{
    background-image: url(./images/placement-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    margin-top: 65px;
}
.placement-baner-content {
    text-align: right;
    padding-top: 40px;
}
.placement-baner-content h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 6px;
    font-family: "Marcellus", serif;
    color: #009fe3;
}
.placement-baner-content p{
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: #233251;
}
.avato-main{
    width: 100%;
    display: inline-block;
    margin-top: 40px;
}
.avato{
    width: 100%;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.avato-50{
    width: calc(50% - 10px);
}
.avato-left h4 {
    font-size: 35px;
    font-weight: 500;
    line-height: 1.4;
    padding-bottom: 8px;
    font-family: "Marcellus", serif;
    text-transform: capitalize;
}
.avato-left p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #233251;
    margin-bottom: 17px;
}
.avato-left ul{
    padding-top: 25px;
    padding-left: 0;
}
.avato-left ul li {
    list-style: none;
    padding-bottom: 12px;
    font-size: 17px;
    color: #233251;
}
.avato-left ul li i {
    font-size: 18px;
    color: #009fe3;
}
.avato-right img {
    width: 100%;
    height: 400px;
}
.avato-btn{
    margin-top: 35px;
}
.avato-btn a {
    text-decoration: none;
    background: #009fe3;
    padding: 12px 22px;
    color: #fff;
    text-transform: capitalize;
    transition: .4s;
}
.avato-btn a:hover{
    background:#233251;
    transition: .4s;
    color: #f8f7f1;
}
.pilot{
    width: 100%;
    display: inline-block;
    margin-top: 40px;
}
.pilot-main{
      width: 100%;
      gap: 12px;
      justify-content: space-between;
      flex-wrap: wrap;
      display: flex;
}
.pilot-50{
    width: calc(50% - 10px);
}
.pilot-img img {
    width: 100%;
    height: 470px;
}
.pilot-right {
    padding-top: 25px;
    padding-left: 10px;
}
.pilot-right span {
    font-size: 45px;
    font-family: "Marcellus", serif;
    font-weight: 500;
}
.pilot-right h3 {
    font-size: 35px;
    font-weight: 500;
    line-height: 1.4;
    padding-bottom: 10px;
    font-family: "Marcellus", serif;
    text-transform: capitalize;
}
.pilot-right p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #233251;
    padding-bottom: 35px;
}

.place-aviation{
    width: 100%;
    display: inline-block;
    padding-top: 40px;
}
.place-divice{
    text-align: center;
}
.place-divice h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    padding-bottom: 12px;
    font-family: "Marcellus", serif;
    text-transform: capitalize;
    color: #009fe3;
}
.place-divice h3 {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.4;
    padding-bottom: 6px;
    font-family: "Marcellus", serif;
}
.place-divice h3 span{
    color: #009FE3;
}
.place-divice p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #233251;
    padding-bottom: 35px !important;
    margin: 0;
}

.name {
    margin-bottom: 35px;
}
.name input {
    width: 100%;
    padding: 7px;
    text-transform: capitalize;
    outline: none;
    font-family: "Marcellus", serif;
}
.post {
    margin-bottom: 20px;
}
.post h6 {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: capitalize;
    font-family: "Marcellus", serif;
}
.post select {
    width: 100%;
    padding: 7px;
    text-transform: capitalize;
    outline: none;
    font-family: "Marcellus", serif;
}
.message {
    margin-top: 20px;
}
.message textarea {
    width: 100%;
    padding: 7px;
    text-transform: capitalize;
    outline: none;
    font-family: "Marcellus", serif;
    height: 75px;
}
.aply {
    margin-top: 40px;
    width: 100%;
    margin-bottom: 20px;
}
.aply a {
    text-decoration: none;
    padding: 10px 20px;
    background: #009fe3;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    transition: .4s;
}
.aply a:hover{
    background:#233251;
    transition: .4s;
    color: #f8f7f1;
}


/* hotel-management-page */

.blue{
    color: #009FE3;
}
.rooms {
    padding-top: 20px;
    height: 440px;
}
.hotel-right {
    height: 440px;
}
.hotel-right img{
    transition: .4s;
    height: 440px;
}
.hotel-right img:hover{
    transition: .4s;
    transform: scale(1.2);
}
.stuning h4 {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
}
.stuning p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #233251;
    margin: 0;
}
.inroll {
    margin-top: 30px;
    margin-bottom: 18px;
    text-align: end;
}
.inroll a {
    text-decoration: none;
    background: #009fe3;
    padding: 12px 22px;
    color: #fff;
    text-transform: capitalize;
    transition: .4s;
}
.inroll a:hover{
    background:#233251;
    transition: .4s;
    color: #fff;
}
.hotel-logo img {
    width: 150px;
    height: 150px;
    padding: 38px;
    margin-right: 90px;
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    content: '•';
    text-align: center;
    opacity: .25;
    border: 1px solid #000;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 30px;
    color: transparent;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background: red;
    border: none;
    outline: none;
    color: transparent;
}



/* travel-tourism-page */

.travel-banner{
    background-image: url(./images/travel-banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 90vh;
    padding-top: 85px;
}
.avato-left-part {
    height: 400px;
}
.travel {
    height: 327px;
}
.avato-right {
    height: 400px;
}
.travel-right p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #233251;
    margin: 0;
}

.travel-btn{
    margin-top: 35px;
}
.travel-btn a {
    text-decoration: none;
    background: #009fe3;
    padding: 12px 22px;
    color: #fff;
    text-transform: uppercase;
    transition: .4s;
}
.travel-btn a:hover{
    background:#233251;
    transition: .4s;
    color: #f8f7f1;
}
.fly{
    position: relative;
}
.fly{
    background-image: url(./images/travel-img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    width: 100%;
}
.travel-pilot{
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: top;
    transform: scaleY(0);
    transition: .4s;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    color: #000;
    height: 50vh;
    border: 1px solid #000;
    width: 100%;
}
.fly:hover > .travel-pilot{
    transform: scaleY(1);
    transition: .4s;
    opacity: 1;
    visibility: visible;
}
.fly-second{
    background-image: url(./images/travel-mg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}
.fly-second{
    position: relative;
}
.fly-second:hover > .travel-pilot{
    transform: scaleY(1);
    transition: .4s;
    opacity: 1;
    visibility: visible;
}
.fly-third{
    background-image: url(./images/travel-img2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}
.fly-third{
    position: relative;
}
.fly-third:hover > .travel-pilot{
    transform: scaleY(1);
    transition: .4s;
    opacity: 1;
    visibility: visible;
}

/* cabin-crew-page */

.cabin-right{

}
.cabin-right {
    height: 390px;
}
.cabin-right img{
    transition: .4s;
    height: 390px;
}
.cabin-right img:hover{
    transition: .4s;
    transform: scale(1.2);
}
.cabin {
    padding-top: 20px;
    height: 390px;
}
.cabin h4 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    font-family: "Marcellus", serif;
    letter-spacing: 1px;
}
.cabin p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    font-family: 'Source Sans 3', Helvetica, Arial, Lucida, sans-serif;
    color: #233251;
    margin-top: 15px;
}



/* air-hostess */

.air-banner{
    background-image: url(./images/airbanner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 90vh;
    padding-top: 85px;
}
.air-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'Source Sans 3', Helvetica, Arial, Lucida, sans-serif;
    color: #233251;
    margin-top: 15px;
}
.air-text h3 {
    font-size: 40px;
    text-transform: capitalize;
    color: #009fe3;
    font-weight: 600;
    line-height: 1.4;
    font-family: "Marcellus", serif;
    padding: 0;
}
.rooms h4 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    font-family: "Marcellus", serif;
    letter-spacing: 1px;
}
.rooms p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    font-family: 'Source Sans 3', Helvetica, Arial, Lucida, sans-serif;
    color: #233251;
}
.courses{
    height: 420px;
}
.air-right img{
    width: 100%;
    height: 400px;
    transition: .4s;
}
.air-right img:hover{
    transform: scale(1.2);
    transition: .4s;
}
.air-hostess ul {
    padding-top: 25px;
    padding-left: 0;
    padding-bottom: 40px;
    margin: 0;
}
.air-hostess ul li {
    list-style: none;
    padding-bottom: 12px;
    font-size: 17px;
    color: #233251;
}
.air-hostess ul li  i{
    color: #009FE3;
}
.air-btn a {
    text-decoration: none;
    background: #009fe3;
    padding: 12px 22px;
    color: #fff;
    text-transform: uppercase;
    transition: .4s;
}
.air-btn a:hover{
    background:#233251;
    transition: .4s;
}
.hostes-btn{
    margin-top: 40px;
}



/* contact-section-page */

.et_pb_toggle_close {
    background-color: #f4f4f4;
    padding: 20px;
}

div.et_pb_section.et_pb_section_5 {
    background-image: url(https://birdskyaviation.omsoftsolution.net.in/wp-content/uploads/2024/09/ui23tg.png)!important;
}

.shpe_Box__ {
    width: 62%;
    z-index: -1;
    position: absolute !important;
    top: -145px;
    bottom: auto;
    right: -121px;
    left: auto;
    text-align: left;
    margin-left: 0;
    object-fit: contain;
}
    .hand_pane__ {
        width: 47% !important;
        bottom: 0 !important;
        left: -24% !important;
        position: absolute !important;
        top: 0;
        z-index: -1;
    }

h2.et_pb_module_heading2 {
    font-family: 'Marcellus', Georgia, "Times New Roman", serif;
    font-size: 51px;
    color: #0f192f !important;
    letter-spacing: 0.4px;
    line-height: 1.2em;
    text-align: center;
}
.et_pb_text_inn {
    font-family: 'Source Sans 3', Helvetica, Arial, Lucida, sans-serif;
    font-size: 22px;
    letter-spacing: 0.4px;
    line-height: 30px;
    color: #0f192f;
}    


.home-banner{
    background-blend-mode: overlay;
    background-image: url(./images/banner-home.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}