    * {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    html * {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    body {
        margin: 0;
        font-family: 'AvenirBook';
        overflow-x: hidden;
        font-size: .835vw;
    }

    img {
        max-width: 100%;
        width: auto;
        height: auto;
    }

    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    main,
    menu,
    nav,
    section,
    summary {
        display: block;
    }

    a {
        cursor: pointer;
        text-decoration: none;
        transition: all .25s ease 0s;
    }

    a:hover {
        color: #1EA1D9;
        transition: all .25s ease 0s;
    }

    @font-face {
        font-family: 'AvenirHeavy';
        src: url("../assets/fonts/AvenirHeavy.eot");
        src: url("../assets/fonts/AvenirHeavy.eot") format("embedded-opentype"), url("../assets/fonts/AvenirHeavy.woff2") format("woff2"), url("../assets/fonts/AvenirHeavy.woff") format("woff"), url("../assets/fonts/AvenirHeavy.ttf") format("truetype"), url("../assets/fonts/AvenirHeavy.svg#AvenirHeavy") format("svg");
    }

    @font-face {
        font-family: 'AvenirBook';
        src: url("../assets/fonts/AvenirBook.eot");
        src: url("../assets/fonts/AvenirBook.eot") format("embedded-opentype"), url("../assets/fonts/AvenirBook.woff2") format("woff2"), url("../assets/fonts/AvenirBook.woff") format("woff"), url("../assets/fonts/AvenirBook.ttf") format("truetype"), url("../assets/fonts/AvenirBook.svg#AvenirBook") format("svg");
    }

    @font-face {
        font-family: 'AvenirBlack';
        src: url("../assets/fonts/AvenirBlack.eot");
        src: url("../assets/fonts/AvenirBlack.eot") format("embedded-opentype"), url("../assets/fonts/AvenirBlack.woff2") format("woff2"), url("../assets/fonts/AvenirBlack.woff") format("woff"), url("../assets/fonts/AvenirBlack.ttf") format("truetype"), url("../assets/fonts/AvenirBlack.svg#AvenirBlack") format("svg");
    }

    @font-face {
        font-family: 'avenirlight';
        src: url("../assets/fonts/avenirlight.eot");
        src: url("../assets/fonts/avenirlight.eot") format("embedded-opentype"), url("../assets/fonts/avenirlight.woff2") format("woff2"), url("../assets/fonts/avenirlight.woff") format("woff"), url("../assets/fonts/avenirlight.ttf") format("truetype"), url("../assets/fonts/avenirlight.svg#avenirlight") format("svg");
    }

    @font-face {
        font-family: 'AvenirMedium';
        src: url("../assets/fonts/AvenirMedium.eot");
        src: url("../assets/fonts/AvenirMedium.eot") format("embedded-opentype"), url("../assets/fonts/AvenirMedium.woff2") format("woff2"), url("../assets/fonts/AvenirMedium.woff") format("woff"), url("../assets/fonts/AvenirMedium.ttf") format("truetype"), url("../assets/fonts/AvenirMedium.svg#AvenirMedium") format("svg");
    }

    h1,
    h2 {
        font-size: 7em;
        color: #fff;
        font-weight: 600;
        line-height: 1em;
        margin: 0 0 0 -3px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    }

    h3 {
        font-size: 3.55em;
        color: #031523;
        font-weight: 300;
        line-height: 1em;
        margin: 0;
    }

    p {
        font-size: 2em;
        color: #fff;
        margin: 0;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    }

    .btn {
        color: #a1c0dc;
        font-size: 25px;
        text-transform: uppercase;
        background-color: #031523;
        border-radius: 50px;
        padding: 10px 35px;
        transition: all 0.4s ease 0s;
        font-weight: 600;
        cursor: pointer;
        display: block;
    }

    .btn:hover {
        background-color: #d22630;
        color: #fff;
        transition: all 0.4s ease 0s;

    }

    .white_btn.btn {
        color: #041623;
        background-color: #cbe6ff;
        border:0;
        padding: 12px 50px;
        display: inline-block;
        width: auto;
        transition: all 0.4s ease 0s;
    }

    .white_btn.btn:hover {
        background-color: #d22630;
        color:#fff;
        border: 0;
        transition: all 0.4s ease 0s;
    }

    .wrapper {
        max-width: 1400px;
        margin: 0 auto;
        position: relative;
        padding: 0 10px;
        width: 95%;
    }

    ul li {
        color: #fff;
        font-size: 1.6em;
        list-style-type: none;
        position: relative;
        padding-bottom: 20px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    }

    ul li::before {
        position: absolute;
        content: "";
        background-color: #ef1137;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        top: 25%;
        left: -22px;
    }

    .listing {
        display: flex;
    }

    header {
        padding: 40px 0px;
        position: absolute;
        width: 100%;
        z-index: 1;
        transition: all .5s ease 0s;
    }

    .logo_area {
        max-width: 300px;
    }

    header .main_head {
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        align-items: center;
    }

    header .white {
        display: none;
    }

    header.fixed .white {
        display: block;
        max-width: 150px;
    }

    header.fixed .black {
        display: none;
    }

    header.fixed .main_head {
        align-items: center;
    }

    header.fixed {
        position: fixed;
        width: 100%;
        background-color: rgba(4, 23, 36, 1);
        transition: all .5s ease 0s;
        padding: 15px 0;
        z-index: 11;
    }

    header.fixed .btn {
        color: #031523;
        background-color: #cbe6ff;
        border-radius: 25px;

        font-size: 14px;
    }

    header.fixed .button {
        margin-top: 0;
    }

    header.fixed .btn:hover {
        background-color: #d22630;
        color:#fff;

    }

    .middle_content {
        padding: 50px 0;
    }

    .banner {
        position: relative;
        padding: 300px 0 150px;
    }

    .banner::before {
        position: absolute;
        content: "";
        background-color: rgba(255, 255, 255, .5);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    .banner h1 {
        color: #fff;
        line-height: 0.9em;
    }

    .banner h3 {
        color: #031523;
        font-weight: 300;
        line-height: 1em;
    }

    .banner p {
        color: #fff;
        max-width: 930px;
    }

    .banner video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: -2;
        height: 100%;
        object-fit: fill;
        min-height: 100%;
    }

    .banner .video_wrap::before {
        position: absolute;
        content: "";
        background-image: url('../images/banner_overlay.png');
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .main_baggage {
        padding: 250px 0 200px;
        position: relative;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .main_baggage::before {
        position: absolute;
        content: "";
        background-image: url('../images/dark_overlay.png');
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left center;
    }

    .main_baggage .bh_middle {
        padding: 10px 0 30px 0;
    }

    .main_baggage h3 {
        color: #1fb0ef;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .95);
    }

    .main_baggage p {
        max-width: 1100px;
    }

    .main_baggage .more {
        padding-top: 40px;
    }

    .main_baggage .baggage p,
    .main_baggage .baggage .more {
        padding: 10px 0 20px 105px;
    }

    .baggage_form,
    .airport_form,
    .contact_form {
        position: fixed;
        top: 0;
        right: -50%;
        width: 50%;
        height: 100vh;
        background-repeat: repeat;
        background-color: #031523;
        opacity: 0;
        visibility: hidden;
        transition: all .5s ease 0s;
        padding: 15px 100px;
    }

    form .white_btn.btn {
        background-color: #fff;

        padding: 12px 50px;
    }

    .contact_form {
        height: 100vh;
        padding: 50px 100px;
        position: fixed;
        transition: all .5s ease 0s
    }

    .contact_form h3 {
        color: #fff;
    }

    .baggage_form.open,
    .airport_form.open,
    .contact_form.open {
        right: 0;
        opacity: 1;
        visibility: visible;
        transition: all .5s ease 0s;
        z-index: 12;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        background-color: #003a70;
    }

    .contact_form.open {
        z-index: 12;
    }

    .popup-overlay {
        z-index: 2;
    }

    .popup-overlay {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #041623;
        opacity: 0.8;
        display: none;
    }

    .popup-overlay.open-popup {
        display: block;
    }

    .form {
        width: 100%;
    }

    .airport {
        padding: 250px 0 200px;
    }

    .airport .airport_middle {
        padding: 50px 0 10px 105px;
    }

    .airport .col_60 {
        padding-left: 12%;
        flex: 0 0 60%;
    }

    .airport .col_40 {
        flex: 0 0 40%;
    }

    .more {
        padding-top: 35px !important;
    }

    .airport_form h3,
    .baggage_form h3 {
        color: #fff;
    }

    input {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #fff;
        width: 100%;
        padding: 10px 0px;
        font-size: 28px;
        color: #fff;
    }

    ::placeholder {
        color: #fff;
    }

    form p {
        margin-top: 20px;
    }

    .close_main {
        position: absolute;
        cursor: pointer;
        width: 40px;
        height: 40px;
        background: #cbe6ff;
        border-radius: 50%;
        top: 30px;
        left: 30px;

        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .close_main:hover {
        background: #d22630;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        border: 0;
    }
.close_main:hover::before, .close_main:hover::after {
    background-color:#fff;
    
}
    .close_main:hover:before,
    .close_main:hover:after {

        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .close_main::before,
    .close_main::after {
        position: absolute;
        left: 18px;
        content: ' ';
        height: 25px;
        width: 2px;
        background-color: #031523;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        top: 7px;
    }

    .close_main::before {
        transform: rotate(45deg);
    }

    .close_main::after {
        transform: rotate(-45deg);
    }

    .overlay::after {
        background-color: rgba(4, 22, 35, .8);
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
    }

    .all_logos {
        padding: 130px 0;
        text-align: center;
    }

    .all_logos h3 {
        color: #1b9cd5;
        font-size: 3em;
    }

    .all_logos .logos {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 50px 0 100px;
        align-items: center;
    }

    .all_logos .logos .col_16 {
        flex: 0 0 16.16%;
        padding: 30px 15px;
    }

    .all_logos ul li {
        color: #041623;
        font-size: 1.875em;
        text-align: left;
        text-shadow: none;
    }

    .all_logos .listing {
        padding-top: 50px;
    }

    .all_logos ul li::before {

        top: 17px;


    }

    .all_logos ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .all_logos ul li {
        flex: 0 0 46%;
    }

    /****thank you page*******/

    .thankyou_page {
        background-color: #031523;
        text-align: center;
        min-height: 100vh;
    }

    .thankyou_page .t_head h3 {
        color: #fff;
    }

    .thankyou_page .main_content {
        padding: 200px 15px;
    }

    .thankyou_page .t_text {
        padding: 10px 0 150px;
    }

    .thankyou_page .t_head {
        padding: 150px 0 0 0;
    }

    .thankyou_page .thankyou {
        max-width: 150px;
    }

    .thankyou_page .white_btn.btn {
        background-color: #fff;
        border: 1px solid #fff;
    }

    .thankyou_page .white_btn.btn:hover {
         background-color: #d22630;
    border: 1px solid #d22630;
    color: #fff;
    }


    .error {
        color: red;
        font-size: 16px;
    }

    .g-recaptcha-contact,
    .g-recaptcha-meeting,
    .g-recaptcha-meeting-1 {
        padding: 20px 0 0;
    }

    .red_dots {
        background-color: #ef1137;
        height: 7px;
        width: 7px;
        border-radius: 50%;
        display: block;
        margin: 10px 0 10px 105px;
    }

    .main_baggage.bh .red_dots {
        margin: 15px 7px;
    }

    footer .top_footer {
        background-color: #041623;
        padding: 30px 15px;
        color: #fff;
        font-size: 24px;
    }

    footer .top_footer .footer_white {
        max-width: 160px;
    }

    footer .bottom_footer {
        background-color: #000000;
        color: #fff;
        padding: 15px;
    }

    footer .bottom {
        display: flex;
        flex-wrap: wrap;
        font-size: 16px;
        justify-content: space-between;
    }

    footer .location {
        padding-top: 20px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    }

    footer .right_marketing a {
        color: #fff;
        transition: all .5s ease 0s;
    }

    footer .right_marketing a:hover {
        color: #cbe6ff;
        text-decoration: underline;
        transition: all .5s ease 0s;
    }

    footer .top-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    footer .right_footer {
        display: flex;
        align-items: center;
    }

    footer .location a {
        color: #fff;
    }

    /****Responsive****/

    @media(max-width:1366px) {

        .main_baggage {
            padding: 200px 0 150px;
            background-position: right center;
        }

        .banner {
            padding: 320px 0 130px;
        }

        .middle_content {
            padding: 30px 0;
        }

        .airport .airport_middle {
            padding: 40px 0 10px 55px;
        }

        input {
            padding: 0;
            margin: 0;
            font-size: 22px;
        }

        label {
            font-size: 22px;
        }

        .btn {
            font-size: 20px;
        }

        .contact_form h3 {
            font-size: 36px;
        }

        .airport_form h3,
        .baggage_form h3 {
            font-size: 36px;
        }

        p {
            font-size: 22px;
        }

        .all_logos p {
            line-height: 40px;
            font-size: 22px;
        }

        ul li {
            font-size: 2em;
        }

        .all_logos ul li::before {
            top: 10px;
        }

        .close_main {
            top: 15px;
            left: 15px;
        }

        .main_baggage .baggage p,
        .main_baggage .baggage .more {
            padding-left: 55px;
        }

        .red_dots {
            margin: 10px 0 10px 55px;
        }

        .airport .col_60 {
            padding-left: 10%;
        }

        .bg {
            background-position: right center;
        }

        .bga {
            background-position: left center;
        }
    }

    @media(max-width:1024px) {
        p {
            font-size: 20px;
        }

        .main_baggage .baggage p,
        .main_baggage .baggage .more {
            padding-left: 55px;
        }

        .airport .airport_middle {
            padding: 40px 0 10px 55px;
        }

        form.open h3 {
            padding: 0px 0 0 0;
            font-size: 32px;
        }

        form .white_btn.btn {
            padding: 12px 30px;
        }

        .contact_form,
            {
            padding: 100px 50px;
        }

        .baggage_form,
        .airport_form,
        .contact_form {
            padding: 15px 50px;
        }

        .close_main::before,
        .close_main::after {
            left: 15px;
            height: 22px;
            top: 6px;
        }

        .close_main {
            width: 35px;
            height: 35px;
        }

        .airport .col_60 {
            padding-left: 11%;
        }

        .all_logos h3 {
            font-size: 4em;
        }
    }

    @media(max-width:768px) {
        p {
            font-size: 18px;
        }

        .all_logos ul li {
            font-size: 18px;
        }

        header.fixed .white {
            max-width: 130px;
        }

        header.fixed .btn {
            font-size: 14px;
        }

        .middle_content {
            padding: 20px 0;
        }

        .banner {
            padding: 30% 0 15%;
        }

        .logo_area img,
        .baggage_logo img {
            max-width: 180px;
        }

        .main_baggage h2 {
            padding: 0 0 0;
            line-height: 1.3em;
        }

        .airport .airport_middle {
            padding: 30px 0 10px 0px;
        }

        .red_dots {
            margin: 10px 0 10px 0px;
        }

        .main_baggage .baggage p,
        .main_baggage .baggage .more {
            padding-left: 0;
        }

        .btn {
            font-size: 18px;
        }

        .white_btn.btn {
            padding: 10px 40px;
        }

        .baggage_form,
        .airport_form,
        .contact_form {
            padding: 50px 15px;
        }

        form p {
            margin-top: 10px;
        }

        label {
            font-size: 18px;
        }

        form .white_btn.btn {
            padding: 8px 22px;
            margin-top: 10px;
        }

        .baggage_form.open h3 {
            font-size: 30px;
        }

        .rc-anchor-normal {
            width: 230px;
        }

        footer .bottom {
            display: block;
            text-align: center;
            font-size: 14px;
        }

        footer .top_footer {
            font-size: 20px;
        }

        footer .right_marketing {
            padding-top: 15px;
        }

        .airport .col_60 {
            padding-left: 3%;
        }

        ul li {
            font-size: 17px;
        }

        .all_logos .logos {
            padding-top: 30px;
        }

        .all_logos .logos .col_16 {
            flex: 0 0 25%;
        }

        .all_logos {
            padding: 80px 0;
        }
    }

    /*fit to screen for mobile*/

    @media(max-width:767px) {
*{
    box-sizing:border-box;
}
      .banner {
            min-height: 100vh;
            padding: 0;
            position: relative;
            display:flex;
            height: 100vh;
        }
        

        .video_text {
            transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            position: absolute;
            left: 50%;
            top: 50%;
            width: 90%;
            z-index: 1;
        }
        .banner video {
    height: 100vh;
}

        .wrapper {
           z-index:5;
        } 

        ul li::before {
            left: unset;
            transform: translate(-200%, -50%);
        }
.sd {
	padding-left: 0;
}
.all_logos .logos .col_16 {
	padding: 20px 15px;
}
.logo138 {
 max-width:138px;   
}
.logo115 {
 max-width:115px;   
}
.logo125 {
 max-width:125px;   
}


        footer .top-footer {
            flex-direction: column;
            text-align: center;
        }

        footer .right_footer {
            padding-top: 30px;
            flex-direction: column;
        }

        footer .right_footer span {
            padding-top: 15px;
        }
    }

    @media(max-width:640px) {
        .banner {
            padding: 40% 0 20%;
        }

        .banner h1 br {
            display: none
        }

        .btn {
            font-size: 16px;
        }

        section {
            text-align: center;
        }

        .main_baggage {
            padding: 150px 0;
        }

        .main_baggage .baggage p,
        .main_baggage .baggage .more {
            padding-left: 0;
        }

        .main_baggage h2 {
            padding: 0 0 0;
        }

        .main_baggage .bh_middle {
            padding: 15px 0 20px 0;
        }

        .airport .airport_middle {
            padding: 20px 0;
        }

        .airport {
            padding: 150px 0;
        }

        .baggage_form,
        .airport_form,
        .contact_form {
            right: -100%;
            width: 100%;
            text-align: left;
        }

        input {
            padding: 5px 0px;
            margin: 0px 0 0px 0;
            font-size: 15px;
        }

        .close,
        .close_airport,
        .close_contact {
            top: 15px;
            left: 15px;
            font-size: 25px;
        }

        .baggage_form,
        .airport_form,
        .contact_form {
            padding: 60px 15px;
        }

        header {
            padding: 15px 0px;
        }

        .logo_area img,
        .baggage_logo img {
            max-width: 130px;
        }

        .btn {
            font-size: 14px;
            padding: 10px 10px;
        }

        h1,
        h2 {
            font-size: 45px;
        }

        h3 {
            font-size: 25px;
        }

        .thankyou_page .t_head {
            padding: 80px 0 0 0;
        }

        .thankyou_page .t_text {
            padding: 10px 0 80px;
        }

        .thankyou_page .main_content {
            padding: 100px 15px;
        }

        .main_baggage.bh .red_dots,
        .red_dots {
            margin: 15px 10px;
            display: inline-block;
        }

        .banner .video_wrap::before {
            background-position: 60% 0;
        }

        .main_baggage::before {
            background-position: 60% 0%;
        }

        .main_baggage::after {
            position: absolute;
            content: "";
            background-color: rgba(28, 64, 97, .5);
            top: 0px;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
        }

        .all_logos h3 {
            font-size: 23px;
        }

        .all_logos .logos .col_16 {
            flex: 0 0 33.33%;
        }

        .all_logos {
            padding: 80px 0;
        }

        .listing {
            display: block;
        }

        .all_logos ul {

            display: block;

        }

        .all_logos ul li {

            text-align: center;

        }
    }

    /*landscap*/

    @media(max-height:559px) {

        .banner,
        .main_baggage {
            height: auto;
        }

        .video_text,
        .baggage {
            transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            -webkit-transform: translate(0, 0);
            position: initial;
            left: auto;
            top: auto;
            width: auto;
        }
    }

    @media(max-width:529px) {
        .all_logos .logos .col_16 {
            flex: 0 0 50%;
        }

        .baggage {
            position: relative;
            top: initial;
            transform: translate(0);
            left: initial;
            width: 100%;
        }

        .all_logos ul li::before {
            top: 13px;
        }

    }

    @media(max-width:375px) {

        .logo_area img,
        .baggage_logo img {
            max-width: 140px;
        }

        .btn {
            font-size: 12px;
        }

        h1,
        h2 {
            font-size: 35px;
        }
    }

    @media(max-width:320px) {

        h1,
        h2 {
            font-size: 28px;
        }

        p {
            font-size: 16px;
        }
    }