*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} 


:root{
    --primary-color: #ff6801;
    --secondary-color: #808184;
}
@font-face {
    font-family: heading-font;
    src: url(../font/Playfair_Display/PlayfairDisplay-Bold.ttf);
}
@font-face {
    font-family: body-font;
    src: url(../font/Montserrat/Montserrat-Medium.ttf);
}
@font-face {
    font-family: Montserrat-bold;
    src: url(../font/Montserrat/Montserrat-Bold.ttf);
}


html, body{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    scroll-behavior: smooth;
    font-family: body-font;
}

section{
    padding-top: 70px;
    padding-bottom: 60px;
}
.pr-30{
    padding-right: 30px;
}
.pl-30{
    padding-left: 30px;
}
.pl-60{
    padding-left: 60px;
}
.pr-60{
    padding-right: 60px;
}
.enquiry_btn{
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    font-size: 18px;
    padding: 8px 25px;
    border-radius: 5px;
    width: auto;
}
.heading{
    margin-top: 10px;
    margin-bottom: 50px;
}
.heading h1{
    font-family: heading-font;
    font-size: 36px;
    line-height: 120%;
}
.sub_heading{
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 7px;
    word-spacing: px;
    margin-bottom: 2px;
    font-weight: 600;
    padding-left: 5px;
}
/* header */
header{
    position: absolute;
    width: 100%;
    z-index: 10;
    background-color: #ffffff2e;
}
.navbar-brand img{
    width: 120px;
}
.navbar-nav .nav-item{
    margin: 0px 10px;
}
.navbar-nav .nav-link{
    color: #000;
    font-size: 20px;
}
.navbar-nav .nav-link:hover{
    color: var(--primary-color);
}
.navbar-nav .nav-link.active{
    color: var(--primary-color);
}

.about_content{
   font-size: 15px;
   color: #000;
   text-align: justify; 
}
.facility_wrap{
    background-color: #fff;
    padding: 10px;
    height: 85%;
    margin-bottom: 20px;
}
.facility_wrap img{
    width: 100%; 
}
.facility__content{
    padding: 20px;
}
.facility__content ul{
    padding: 0;
    list-style: none;
}
.facility__content ul li{
    color: #000000;
    font-size: 15px;
    line-height: 130%;
    margin-bottom: 16px;
    text-align: justify;
    position: relative;
}
.facility__content ul li:after{
    content: "";
    position: absolute;
    background-color: var(--primary-color);
    width: 8px;
    height: 8px;
    left: -17px;
    top: 5px;
}
.facility_section{ 
    background-image: linear-gradient(3deg, #f47c19, #f1a64078);
    margin-top: 30px;
}
.facility_title{
    text-align: center;
    font-family: heading-font;
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.container_fluid{
    padding: 0% 5%;
}
.fleet1, .fleet3{
    background-color: #fff9f9;
}
.fleet2{
    background-color: #fae4e0;
}

 
.jet_info_main_title{
    display: inline-block;
    position: relative;
    font-size: 30px;
    color: #000;
    margin-bottom: 50px; 
    font-family: heading-font;
}
.jet_info_inner{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.jet_info_inner span{
    background-color: var(--primary-color);
    color:#fff;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    position: relative;
    margin-right: 20px;
}
.jet_info_inner span i{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
}
.jet_info h5{
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}
.jet_info p{
    font-size: 15px;
    color: #000;
    font-weight: normal;
    margin-bottom: 0px;
}
.jet_carousel .carousel-item{
    border-radius: 10px;
}
.jet_carousel .carousel-item img{
    border-radius: 10px;
}
.objective_items_wrap{
    /* margin-left: -150px;
    margin-top: 20px; */
}
.objective_items{ 
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 2px solid var(--primary-color);
}
.objective_items:hover{ 
    box-shadow: 2px 1px 6px 0px #f78d2e;
}
.objective_items p{
    color: #000;
    font-size: 15px;
    margin-bottom: 0;
}
.objective_img{
    border-radius: 50%;
    margin: 40px 0px;
}

/* footer */

footer{
    background-image: url(../img/footer-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 60px 0px;
}
.contact_items{
    margin-bottom: 30px;
    padding-left: 30px;
    position:relative;
}
.contact_items span{
    position: absolute;     
    color: #fff;
    font-size: 20px;
    top: -3px;
    left: 0;
}
 
.contact_items h5{
    margin-bottom: 8px;
    font-size: 16px;
    font-family: Montserrat-bold;
    color: #ffffff;
    text-transform: capitalize;
}
.contact_items p{
    font-size: 14px;
    color: #f1f1f1;
    margin-bottom: 0;
}
.contact_form{
    background-color: #fff;
    padding: 80px 50px;

}
.copyright_section{
    background-color: #fff9f9;
    padding: 10px 0px;
    width: 100%;
}
.copyright_section p{
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    color: #020202;
}
.contact_form .form-control{
    font-size: 14px;
}
.contact_form label{
    font-size: 14px;
}
.container1{
    padding: 0% 20%;
}
.enquiry_section{
    background-image: url(../img/enquiry_bg.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.enquiry_form_content{
    font-size: 18px;
    margin-bottom: 60px;
}
.enquiry_section .form-control, .enquiry_section .form-select{
    padding: 12px;
    border: 1px solid #949393;
}


.error-message{
    color: red;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.captcha {
    /* margin-bottom: 15px; */
    display: flex;
    margin-top: 20px;
    gap: 10px;
    align-items: center;
}
.captcha .preview1 {
    color: #000;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    letter-spacing: 8px;
    border: 1px dashed #000;
    font-family: monospace;
    /* margin-bottom: 10px; */
}
.captcha .preview1 span{
    display: inline-block;
    user-select: none;
}

.captcha .preview {
    color: #000;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    letter-spacing: 8px;
    border: 1px dashed #000;
    font-family: monospace;
    /* margin-bottom: 10px; */
}
.captcha .preview span{
    display: inline-block;
    user-select: none;
}

.captcha-form {
    display: flex;
    align-items: center;
    gap: 12px;
}

.captcha-form input {
    flex: 1;
    padding: 8px !important;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-right: 5px;
}
.captcha-form input:focus{
    box-shadow: none;
    outline: none;
    border: 1px solid #000;
}
.captcha-form button {
    background-color: var(--primary-color);
    color: #fff;
    padding: 8px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}
/* .captcha label {
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
    display: block;
} */


/* responsive */
@media screen and (max-device-width: 991px) {
    .pr-30{
        padding-right: 0px;
    }
    .pl-30{
        padding-left: 0px;
    }
    .pl-60{
        padding-left: 0px;
    }
    .pr-60{
        padding-right: 0px;
    }
    header {
        position: relative;
        width: 100%;
    }
    .enquiry_btn_wrap{
        display: block;
        width: 100% !important;
        text-align: center;
    }
    .enquiry_btn_wrap a{
        text-decoration: none;
    }
    .enquiry_btn_ph{
        display: block;
        width: 100% !important;
        margin: 20px 0px 10px 0px;
    }
    .enquiry_btn {
        font-size: 16px;
    }
    .fleet-carousel{
        margin-top: 40px;
    }
    div#fleet2-content { order: 1; }
    div#fleet2-carousel { order: 2; }

    div#contact_form { order: 1; }
    div#contact_details { order: 2; }

    div#wwsolution-img { order: 2; }
    div#wwsolution-content { order: 1;}

    #wwsolution-content{
        margin-top: 30px;
    }
    .contact_wrapp{
        margin-top: 30px;
    }
}

@media (min-width: 575px) and (max-width: 991px) {
    section{
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .navbar-brand img {
        width: 80px;
    }
    .heading {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .heading h1 { 
        font-size: 30px;
    }
    .facility_title {
        font-size: 20px;
    }
    .jet_info_main_title {
        font-size: 22px;
        text-align: center;
    }
    .container1 {
        padding: 0% 10%;
    }
}
@media screen and (max-device-width: 767px){
    .captcha {
        display: block;
    }
    .captcha-form{
      margin-top: 10px;
      display: block !important;
    }
    .captcha-form input{
        width: 100% !important;
    }
    .captcha-form button{
        width: 100%;
        margin-top: 20px;
    }
}
@media screen and (max-device-width: 574px) {
    section{
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .navbar-brand img {
        width: 60px;
    }
    .navbar-nav .nav-link { 
        font-size: 15px;
    }
    .navbar-nav .nav-item {
        margin: 0px 0px;
        background-color: #fffafa;
        text-align: center;
    }
    .navbar-nav {
        padding-top: 20px;
    }
    .heading {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .heading h1 { 
        font-size: 22px;
    }
    .sub_heading {
        font-size: 10px;
    }
    .about_content {
        font-size: 14px;
    }
    .facility_title {
        font-size: 16px;
    }
    .facility__content ul li { 
        font-size: 14px;
    }
    .objective_items {
        padding: 15px 10px;
    }
    .objective_items p { 
        font-size: 14px;
    }
    .objective_img { 
        margin: 10px 0px 30px 0px;
    }
    .jet_info_inner {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .jet_info_main_title {
        font-size: 18px;
        text-align: center;
        display: block;
    }
    .jet_info h5 {
        font-size: 14px;
        text-align: center;
        margin-top:15px;
    }
    .jet_info p {
        font-size: 12px;
        text-align: center;
    }
    .jet_info_inner span i {
        font-size: 17px;
    }
    .jet_info_inner span { 
        width: 35px;
        height: 35px; 
        margin-right: 10px;
    }
    .contact_form { 
        padding: 30px 10px;
    }
    .contact_items h5 {
        font-size: 14px;
    }
    .contact_items p {
        font-size: 13px;
    }    
    .contact_items span {
        font-size: 18px;
        top: -1px;
    }
    .copyright_section p { 
        font-size: 12px;
    }
    .container1 {
        padding: 0% 5%;
    }
    .enquiry_form_content {
        font-size: 14px;
        margin-bottom: 30px;
    }
}

@media screen and (min-device-width: 1920px) {
    .enquiry_btn {
        padding: 12px 45px;
        font-size: 20px;
    }
    .heading h1 { 
        font-size: 42px;
    }
    .about_content {
        font-size: 18px;
    }
    .sub_heading {
        font-size: 16px;
    }
    .facility__content ul li { 
        font-size: 18px;
    }
    .objective_items p { 
        font-size: 18px;
    }
    .objective_items {
        padding: 20px 20px;
    }
    .jet_info_main_title { 
        font-size: 32px;
    }
    .jet_info h5 {
        font-size: 20px;
    }
    .jet_info p {
        font-size: 18px;
    }
    .contact_items h5 { 
        font-size: 18px;
    }
    .contact_items p {
        font-size: 16px;
    }
    .container_fluid {
        padding: 0% 20%;
    }
    .contact_form .form-control {
        font-size: 18px;
        padding: 15px 15px;
    }
    .enquiry_section .form-control, .enquiry_section .form-select {
        padding: 18px 16px;
        font-size: 20px;
    }
}