﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: Poppins, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
}

p {
    font-family: "Open Sans", sans-serif;
    ;
}

::selection {
    background-color: #ED3237;
    color: #fff;
}

li, a {
    text-decoration: none;
    list-style: none;
}
/*section {
    display: flex;
    justify-content: center;
    width: 100%;
}*/


.container {
    max-width: 1320px;
    width: 95%;
    margin: 0 auto;
}

.container1 {
    max-width: 1121px;
    width: 95%;
    margin: 0 auto;
}

.container2 {
    max-width: 1356px;
    width: 95%;
    margin: 0 auto;
}

h1 {
    font-size: 40px;
    font-family: Poppins;
    color: #1a1a1a;
    margin: 0;
}

h5 {
    color: #1a1a1a;
    font-size: 20px;
    font-family: Poppins;
    margin: 0;
}

p {
    font-family: sans-serif;
}

h3 {
    font-size: 32px;
    font-family: Poppins;
    color: #1a1a1a;
}


/*------ Header starts here  ------*/

.active {
    color: #ED3237 !important;
}

header {
    position: relative;
    z-index: 10;
    width: 100%;
    top: 0;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    /* Add background if needed */
    box-shadow: 0 2px 10px 0 rgba(36, 50, 66, .075);
    /* Optional shadow for better visibility */
}

.nav-logo {
    max-width: 175px;
    transition: max-width 0.3s ease;
}

.sticky .nav-logo {
    max-width: 140px;
}


.header-top-sec {
    border-bottom: 1px solid #ddd;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 0;
}



.header-top-social-div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
}


    .header-top-social-div img {
        width: 18px;
        transition: all ease-in-out 0.5s;
    }

        .header-top-social-div img:hover {
            transform: scale(1.3);
        }

    .header-top-social-div a {
        display: flex;
        align-items: center;
        gap: 5px;
        color: black;
        text-decoration: none;
        font-family: sans-serif;
    }


.pc-navbar {
    background-color: white;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    align-items: center;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}


.nav-logo {
    max-width: 175px;
}

    .nav-logo img {
        width: 100%;
    }

.nav-menu {
    display: flex;
}

    .nav-menu li {
        list-style: none;
        transition: all ease-in-out 0.4s;
    }

        .nav-menu li a {
            padding-left: 25px;
            text-decoration: none;
            color: black;
            font-size: 16px;
            font-family: sans-serif;
            transition: 0.2s;
        }



            .nav-menu li a i {
                font-size: 10px;
            }

.hover-link:hover {
    transform: scale(1.2) !important;
}

.nav-links:hover {
    color: #ED3338;
}

.drop-down-div {
    display: none;
    position: absolute;
    z-index: 100;
    background-color: black;
    color: white;
    width: 250px;
    left: 2em;
    top: 20px;
    transition: 0.3s;
}

    .drop-down-div ul {
        width: 100%;
        position: relative;
        padding: unset;
    }


    .drop-down-div .nav-links {
        color: white;
        padding: unset;
        transition: 0.2s;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .drop-down-div .nav-links:hover {
            color: #ED3338;
        }

    .drop-down-div ul li {
        padding: 10px;
    }


.pc-drop {
    position: relative;
}

    .pc-drop:hover .drop-down-div {
        display: flex;
    }

/** pc dropdown 2**/

.drop-down-div2 {
    display: none;
    position: absolute;
    z-index: 100;
    background-color: black;
    color: white;
    width: 250px;
    left: 100%;
    top: 0;
    transition: 0.3s;
}

.drow-down-cargo2 {
    top: 50px;
}

.pc-drop2:hover .drop-down-div2 {
    display: flex;
}

/*-------- header end-------------*/

/*---- Footer ------*/
footer {
    background-color: #319EFD;
}

.footer-main-div {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    padding: 60px 0;
}


.footer-inner-div {
    width: 33%;
    padding: 0 20px;
}

    .footer-inner-div h3 {
        font-size: 22px;
        font-family: Poppins;
        font-weight: 400;
        color: #fff;
    }

    .footer-inner-div p {
        color: #dee1f8;
        font-family: sans-serif;
        font-size: 16px;
        line-height: 25px;
        padding-bottom: 25px;
    }


.footer-logo {
    width: 100%;
}

    .footer-logo img {
        width: 100%;
    }


.footer-links {
    padding: unset;
}

    .footer-links li {
        list-style: none;
        margin-bottom: 10px;
    }

        .footer-links li a {
            text-decoration: none;
            color: #dee1f8;
            font-family: sans-serif;
            font-size: 16px;
        }

            .footer-links li a:hover {
                color: #fff;
            }

.footer-social-link {
    display: flex;
    align-items: center;
}

    .footer-social-link a {
        color: black !important;
    }

.card-img {
    width: 100%;
    margin: auto;
    margin-top: 20px;
}

.footer-social-div img {
    width: 22px;
}

.footer-icon i {
    font-size: 25px;
    color: #fff;
    transition: all ease-in-out 0.5s;
}

    .footer-icon i:hover {
        transform: scale(1.3);
    }

.copyright-div {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #282C4E;
    padding: 20px 0;
}

    .copyright-div p,
    .copyright-div a {
        color: #fff;
        text-decoration: none;
        font-family: sans-serif;
    }

        .copyright-div a:hover {
            color: #319EFD;
        }




/*-- Home page starts here --*/

.hm-sec-1 {
    padding-bottom: 100px;
}

.banner-div {
    width: 100%;
    max-width: 1905px;
}

    .banner-div img {
        width: 100%;
        border-radius: 0px 0px 120px 0px;
    }

.banner-div-1 img {
    border-radius: 0;
}

.welcome-txt-deck {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.icon-container {
    display: flex;
    gap: 20px;
}

.icon-deck {
    background-color: #FDE8E9;
    fill: #ED3237;
    color: #ED3237;
    font-size: 24px;
    padding: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    height: 1em;
    width: 1em;
}

.icon-deck-1 {
    padding: 25px;
    font-size: 23px;
}


.icon-deck i {
    position: relative;
    top: 1px;
    bottom: 0;
    right: 0;
    left: -9px;
}

.icon-deck-1 i {
    left: -14px;
}

.icon-txt-container h5 {
    margin-bottom: 8px;
}

.elmentor-btn {
    color: #ED3237;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: Poppins;
}

    .elmentor-btn:hover {
        color: #6e7180;
    }




.welcome-photo-deck {
    position: relative;
    max-width: 600px;
    /* Adjust as needed */
    margin: 0 auto;
}


.background-image {
    position: static;
    width: 100%;
    height: auto;
}

    .background-image img {
        display: block;
        width: 100%;
        height: auto;
    }

#cr-img {
    width: 60%;
    float: right;
}

.dots-overlay {
    position: absolute;
    top: 0;
    left: 66px;
    width: 50%;
    height: 100%;
    background-image: url('../images/hm-images/dots-1.png');
    background-position: center left;
    background-size: auto;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.airplane-image {
    position: absolute;
    bottom: -130px;
    left: 34%;
    transform: translateX(-50%);
    width: 280px;
    overflow: hidden;
    border-radius: 0 0 50% 50%;
    box-shadow: 16px 24px 80px -24px rgba(0, 0, 0, 0.16);
}

    .airplane-image img {
        display: block;
        width: 100%;
        height: auto;
    }


.hm-sec2 .center-title p {
    padding: 0 200px;
}

.hm-sec2 .center-title .red-btn {
    margin-top: 30px;
}

.center-title h3 {
    font-size: 40px;
    margin: 0;
}

.hm-cards {
    margin-top: 40px;
    margin-bottom: 24px;
}

.hm-cards-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 8px;
    box-shadow: 0px 40px 120px -40px rgba(0, 0, 0, 0.24);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    /*   margin: 0px 16px 0px 0px;*/
}

.hm-cards-inner a{
    overflow:hidden;
}

.hm-cards-inner .icon-deck {
    margin-bottom: 20px;
}

.hm-cards-2 {
    padding-top: unset;
    gap: 30px;
}


.hm-cards-inner img {
    width: 100%;
    transform:scale(1);
    transition:all 0.5s ease-in-out;
}
    .hm-cards-inner img:hover {
        transform: scale(1.2);
        transition: all 0.5s ease-in-out;
    }


    .hm-sec-3 {
        padding-bottom: 100px;
        border-bottom: 1px solid #cccccc;
    }

.hm-card-txt-container {
    padding: 0 46px;
    padding-bottom: 30px;
}

    .hm-card-txt-container h5 {
        font-size: 24px;
    }

.hm-sec-3 .hm-cards .hm-cards-inner .red-btn2,
.hm-sec-3 .hm-cards .hm-cards-inner p {
    margin-top: 20px;
}

.first-hm-card {
    box-shadow: unset;
    height: 520px;
}

    .first-hm-card h1 {
        margin-bottom: 20px;
    }

.red-hm-deck {
    box-shadow: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ED3237;
    padding-left: 40px;
    border-radius: 0px 0px 240px 0px;
    width: 30%;
}

.hm-cards-3rd {
    padding-top: 20px;
}

.assistance-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: white;
}

    .assistance-title i {
        padding-right: 10px;
        font-size: 15px;
    }

.contact-info {
    font-family: sans-serif;
    font-size: 26px;
    margin: 10px 0;
    font-weight: 600;
    color: white;
}

    .contact-info i {
        padding-right: 10px;
    }

.review-flex-3 {
    gap: 20px;
    margin: 60px 0;
}

.review-flex-inner-deck {
    padding: 10px 30px;
    box-shadow: 0px 24px 80px -24px rgba(0, 0, 0, 0.24);
    border-radius: 8px;
}

    .review-flex-inner-deck img {
        width: 70%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.g-inner-deck {
    padding: 30px;
}

.g-inner-deck1 {
    padding: 20px;
    padding-right: unset;
}


    .g-inner-deck1 h1 {
        margin-bottom: 20px;
    }


.g-inner-deck {
    padding: 32px 48px;
    box-shadow: 0px 24px 80px -24px rgba(0, 0, 0, 0.16);
}


    .g-inner-deck p {
        font-style: italic;
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 33px;
        color: #6e7180;
        font-weight: 400;
    }

.g-inner-deck-user-div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

    .g-inner-deck-user-div img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    .g-inner-deck-user-div span {
        font-family: sans-serif;
        font-size: 16px;
        color: #6e7180;
        font-weight: 600;
    }


.g-review-main-div {
    margin-bottom: 2em;
}

.fa-quote-left {
    font-size: 40px;
}



/** ser-pages **/


.ser-flex-div {
    margin-top: 70px;
    gap: 20px;
}


.ser-photo-deck {
    width: 50%;
}

    .ser-photo-deck img {
        width: 100%;
    }

.ser-txt-deck {
    padding: 0 20px;
}

    .ser-txt-deck p,
    .ser-txt-deck h3 {
        margin-bottom: 15px;
    }

    .ser-txt-deck ul li p {
        margin: 0;
        padding: 0;
    }

    .ser-txt-deck ul li i {
        color: #ED3237;
        font-size: 12px;
    }

    .ser-txt-deck ul li {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .ser-txt-deck .red-btn {
        margin: unset;
        margin-top: 2em;
    }

.red-btn {
    transition: all ease-in-out 0.5s;
}

    .red-btn:hover {
        transform: scale(1.1);
    }
/*---------  Accordion --------*/
.ser-accordion-main-div {
    width: 60%;
    margin: auto;
}


ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 0;
    list-style: none;
    box-shadow: 0px 40px 120px -40px rgba(0, 0, 0, 0.24);
    ss
}

    ul.accordion-list li {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        background-color: #FFF;
        padding: 20px 20px 11px;
        /* margin: 0 auto 15px auto; */
        /* border: 1px solid #eee; */
        border-radius: 5px;
        cursor: pointer;
    }

        ul.accordion-list li.open h3:after {
            transform: rotate(45deg);
            color: #6e7180;
        }

        ul.accordion-list li h3 {
            font-weight: 700;
            position: relative;
            display: block;
            width: 100%;
            height: auto;
            padding: 0 0 0 0;
            margin: 0;
            font-size: 20px;
            letter-spacing: 0.01em;
            cursor: pointer;
            font-weight: 600;
            color: #6e7180;
        }

            ul.accordion-list li h3:after {
                content: "+";
                position: absolute;
                right: 0;
                top: 0;
                color: #DEE1F8;
                transition: all 0.3s ease-in-out;
                font-size: 35px;
                font-weight: 500;
            }

        ul.accordion-list li div.answer {
            position: relative;
            display: block;
            width: 100%;
            height: auto;
            margin: 0;
            padding: 0;
            cursor: pointer;
        }

            ul.accordion-list li div.answer p {
                position: relative;
                display: block;
                padding: 10px 0 0 0;
                cursor: pointer;
                margin: 0 0 15px 0;
            }

.answer p {
    margin-bottom: 10px;
}

/*--- Accoedion CSS End ----*/




/*** abt page ***/

.abt-sec1 .ser-photo-deck img {
    border-radius: 20px;
}


/***---- populer country pages ---****/

.p-flex-photo-deck {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

    .p-flex-photo-deck img {
        width: 100%;
    }

.p-flex-txt-deck .small-hr {
    margin-bottom: 15px;
}

.p-country-para-main-div h3,
.p-country-para-main-div p,
.p-country-para-main-div .small-hr,
.p-country-list-sec h3 {
    margin-bottom: 20px;
}


.p-country-list-div {
    columns: 3;
    padding: 30px 0;
}


    .p-country-list-div p {
        margin-bottom: 1.5em;
    }


        .p-country-list-div p a {
            text-decoration: none;
            color: black;
            font-family: sans-serif;
            text-transform: capitalize;
        }

.head-text-con {
    text-align: center;
    padding-top: 55px;
    padding-bottom: 56px;
}

    .head-text-con h3 {
        font-size: 40px;
        font-weight: 600;
        color: #1a1a1a;
        font-family: Poppins, sans-serif;
        padding-bottom: 20px;
        margin: 0;
    }

    .head-text-con p {
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        line-height: 30px;
        color: #6e7180;
        line-height: 30px;
        margin: 0;
    }

.box-con {
    display: flex;
    justify-content: space-between;
    gap: 49px;
}

.num-con {
    display: flex;
    gap: 10px;
    align-items: center;
}

.icon-num i {
    color: #6E7180;
}

.box-1 {
    box-shadow: 0px 32px 80px -40px rgba(0, 0, 0, 0.24);
    padding: 40px 29px;
    background-color: #fff;
    width: 100%;
    border: 1px solid #F5F6FD;
    border-radius: 10px;
}

.con-text h3 {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    color: #1a1a1a;
    margin: 0;
}

.con-text p, .tel a {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #6e7180;
}

.icon-con i {
    font-size: 24px;
    color: #ed3237;
    padding: 5px;
}

.inner-icon {
    background-color: #FDE8E9;
    fill: #ED3237;
    color: #ED3237;
    padding: 17px;
    border-radius: 50%;
    display: inline-block;
    line-height: 10px;
    padding: 11px 12px;
}



.icon-con {
    padding-bottom: 25px;
}


/*float */

.float-link-1 a {
    background-color: #000;
    padding: 15px 15px;
    color: #fff !important;
    font-family: Poppins, sans-serif;
}

.float-link-2 a {
    background-color: #ED3237;
    padding: 15px 15px;
    color: #fff !important;
    font-family: Poppins, sans-serif;
}

.float-enq-1 {
    position: fixed;
    display: flex;
    z-index: 999;
    top: 350px;
    left: -50px;
    letter-spacing: 1px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.float-enq-2 {
    position: fixed;
    display: flex;
    z-index: 999;
    top: 350px;
    right: -50px;
    letter-spacing: 1px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.head-form {
    text-align: center;
}

    .head-form h3 {
        font-family: Poppins, sans-serif;
        font-size: 40px;
        line-height: 52px;
        color: #1a1a1a;
        font-weight: 600;
    }

    .head-form p {
        font-family: Poppins, sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        color: #1a1a1a;
    }


.sec-con-t {
    padding: 50px 0;
}



/*form*/
.demo-1 {
    position: relative;
    z-index: 999;
}

.form-map-box {
    display: flex;
    justify-content: center;
}

.form, .map {
    width: 50%;
}

.form {
    padding: 30px 35px 24px 35px;
}

.input-field input, textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.input-field {
    padding-bottom: 20px;
}


.message textarea {
    height: 132px;
    resize: none;
}

.subbtn {
    text-align: end;
    width: 100%;
}

    .subbtn button {
        font-family: Poppins, sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 14px;
        color: #fff;
        background-color: #ED3237;
        border: none;
        padding: 20px 25px;
        border-radius: 7px;
        cursor: pointer;
    }


::-ms-input-placeholder { /* Edge 12-18 */
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #515151;
}

::placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #515151;
}

.form-map-box {
    box-shadow: 0px 0px 80px -16px rgba(0, 0, 0, 0.16);
    margin-top: 44px;
}

.head-form-inner h2 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    line-height: 42px;
    color: #1a1a1a;
    /* padding-bottom: 25px;*/
    font-size: 30px;
}

.form-box {
    padding: 65px 0;
}

/*top up button*/

.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 10px;
}

.scroll {
    position: absolute;
    right: 20px;
    bottom: 90px;
    background: #ED3237;
    padding: 8px 11px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    color: #fff;
}




    .scroll .fa {
        font-size: 15px;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
    }



/*blogs*/


.head-blog {
    text-align: center;
}

    .head-blog h2 {
        font-size: 64px;
        font-weight: 600;
        color: #1a1a1a;
        line-height: 90px;
        font-family: Poppins, sans-serif;
    }

.blogs-box {
    display: grid;
    grid-template-columns: 50% 50%;
}

.box-b-image {
    width: 100%;
    overflow: hidden;
}

    .box-b-image img {
        width: 100%;
        height: 100%;
        transition: all ease-in-out 0.5s;
        display: block;
    }

        .box-b-image img:hover {
            transform: scale(1.2);
        }


.box-b {
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    height: 100%;
}

.box-b-text {
    padding: 30px;
}

    .box-b-text h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        color: #6e7180;
        font-family: Poppins, sans-serif;
    }

    .box-b-text .date-txt {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        color: #adadad;
    }

    .box-b-text .para-txt {
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        color: #777777;
        font-family: Poppins, sans-serif;
    }

.links-btn a {
    margin-top: 10px;
    color: #FFFFFF;
    background-color: #ED3237;
    border-radius: 5px;
    padding: 10px 30px 10px 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    font-family: "Open Sans", sans-serif;
}

.links-btn {
    margin-top: 25px;
}

.box-b-outer {
    margin-bottom: 50px;
    /*padding-right: calc(50px / 2);
    padding-left: calc(50px / 2);*/
}

.box-b-outer-1 {
    padding-left: calc(50px / 2);
}

.links-btn i {
    font-size: 8px;
}


.box-b-text i {
    padding-right: 10px;
}

.back-image1 {
    background-image: url('../images/blogs/blog-1.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1000px;
    margin-bottom: 50px;
}

.back-image2 {
    background-image: url('../images/blogs/blog-2.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1000px;
    margin-bottom: 50px;
}

.back-image3 {
    background-image: url('../images/blogs/blog-3.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1000px;
    margin-bottom: 50px;
}

.back-image4 {
    background-image: url('../images/blogs/blog-4.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1000px;
    margin-bottom: 50px;
}

.back-image5 {
    background-image: url('../images/blogs/blog-5.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1000px;
    margin-bottom: 50px;
}

.back-image6 {
    background-image: url('../images/blogs/blog-6.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1000px;
    margin-bottom: 50px;
}

.back-image7 {
    background-image: url('../images/blogs/blog-7.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1000px;
    margin-bottom: 50px;
}

.back-image8 {
    background-image: url('../images/blogs/blog-8.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1000px;
    margin-bottom: 50px;
}

.back-image9 {
    background-image: url('../images/blogs/blog-9.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1000px;
    margin-bottom: 50px;
}

.back-image10 {
    background-image: url('../images/blogs/blog-10.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1000px;
    margin-bottom: 50px;
}

.back-image11 {
    background-image: url('../images/blogs/blog-11.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1000px;
    margin-bottom: 50px;
}

.ifram-box iframe {
    width: 100%;
}

.heading-careers {
    text-align: center;
}

.head-car {
    font-size: 40px;
    font-weight: 600;
    color: #1a1a1a;
}

.para-car {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #6e7180 !important;
}

.heading-careers p {
    font-size: 16px;
    font-weight: 400;
    color: #6e7180;
}

.form-box {
    margin: 40px 40px 40px 40px;
    padding: 90px 70px 90px 61px;
    /*box-shadow: 0px 0px 80px -16px rgba(0, 0, 0, 0.16);*/
}

.form-field {
    margin-bottom: 15px;
}

    .form-field input {
        width: 100%;
        padding: 13px;
        border: 1px solid #ccc;
        background: #fafafa;
    }


    .form-field select {
        width: 100%;
        padding: 13px;
        border: 1px solid #ccc;
        background: #fafafa;
        font-size: 15px;
    }

    .form-field input:focus, .form-field textarea:focus {
        background-color: #fff;
        transition: 0.2s;
    }


    .form-field textarea {
        width: 100%;
        padding: 8px;
        height: 130px;
        resize: none;
        background: #fafafa;
    }

.file input {
    background: #fafafa;
    width: 100%;
    padding: 13px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    font-size: 16px;
    color: #666666;
}

.submit {
    text-align: end;
}

    .submit input {
        background-color: #ed3237;
        padding: 15px 25px;
        color: #fff;
        border: none;
        border-radius: 10px;
        letter-spacing: 0.1em;
    }

.box-client {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.inner-box-client {
    box-shadow: 0px 24px 80px -24px rgba(0, 0, 0, 0.24);
    padding: 0px 32px 32px 32px;
    margin: 50px 16px 0px 0px;
    width: 93%;
}

.icon-i {
    background-color: #ED3237;
    color: #FFFFFF;
     padding: 15px; 
    border-radius: 50%;
    display: inline-flex;
    position: relative;
    top: -18px;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    align-items: center;
    height: 55px;
    width: 55px;
    justify-content: center;
}

    .icon-i i {
        font-size: 20px;
    }

.client-log-box {
    display: flex;
    justify-content: center;
    gap: 35px;
    padding-top: 40px;
    padding-bottom: 50px;
}

.logo {
    box-shadow: 0px 24px 80px -24px rgba(0, 0, 0, 0.24);
    padding: 24px 32px 24px 32px;
    width: 100%;
    text-align: center;
}

.association-head {
    padding-top: 100px;
}

.main-form {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.form-1, .form-2 {
    width: 100%;
}

.book-form {
    margin-bottom: 35px;
}

.books-online {
    margin-bottom: 90px;
}

.about-box {
    padding: 40px;
}

.blog-context {
    background-color: #fff;
    margin-top: -150px;
    padding: 5.34em 6.67em;
}

    .blog-context h3 {
        font-size: 30px;
        font-weight: 400;
        line-height: 36px;
        color: #000;
        margin: 0;
    }

    .blog-context p {
        font-size: 16px;
        font-weight: 400;
        color: #6e7180;
        line-height: 30px;
    }

.post-box a {
    color: #6e7180;
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
}

.post-box {
    padding: 30px 0;
}

.blog-context a {
    color: #6e7180;
}

.blog-context span {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
}

.para-inner {
    display: flex;
    gap: 25px;
}

.para-img img {
    width: 100%;
}

.para-img {
    width: 45%;
}



.para {
    width: 50%;
}

.back-color {
    background-color: #F5F5F5;
}

.blog-heading h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
    margin-bottom: 20px;
}

.heading-two h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    color: #1a1a1a;
    margin: 15px 0
}

.demo {
    display: none;
}

.nav-logo-m {
    max-width: 160px;
}

    .nav-logo-m img {
        width: 100%;
        padding-left: 25px;
    }


.error-style {
    color: red;
    padding: 10px 0;
    text-transform: capitalize;
}

.error-style4 {
    color: red;
    padding: 10px 0;
    text-transform: capitalize;
}

.courier-charge, .airway-bills, .books-online, .careers-form {
    box-shadow: 0px 0px 80px -16px rgba(0, 0, 0, 0.16);
}

.submit button {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: #fff;
    background-color: #ED3237;
    border: none;
    padding: 20px 25px;
    border-radius: 10px;
    cursor: pointer;
}


.heading-terms h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    font-family: Poppins, sans-serif;
    color: #1a1a1a;
    margin: 0;
    margin-bottom: 10px;
}

.para-terms {
    padding: 10px 0;
}

    .para-terms span {
        font-size: 18px;
        font-weight: 500;
        line-height: 30px;
        color: #6e7180;
        font-family: Poppins, sans-serif;
    }

    .para-terms p {
        font-size: 16px;
        font-weight: 300;
        line-height: 30px;
        color: #6e7180;
        font-family: Poppins, sans-serif;
    }

    .para-terms:first-child p {
        padding-top: 0;
    }

.terms-con {
    padding-top: 90px;
    padding-bottom: 90px;
}

.subject-ol li {
    list-style: disc;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #6e7180;
    font-family: "Open Sans", sans-serif;
}

.form-float {
    width: 600px;
    border-radius: 21px !important;
    box-shadow: 0px 0px 30px 0px rgba(2, 2, 2, 1.00);
}

.float-head h2 {
    font-size: 22px;
    font-weight: 400;
    color: #ed3237;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin: 0;
}

.fancybox__backdrop {
    --fancybox-bg: rgba(24, 24, 27, 0.7) !important;
}

.f-button.is-close-btn {
    background-color: red;
    border: 2px solid #fff;
    border-radius: 20px;
    top: -7px !important;
    right: -8px !important;
}

    .f-button.is-close-btn:hover {
        background-color: red !important;
    }


.background-image {
    background-image: url(../images/background/background.svg);
    background-position: center center;
    background-size: 650px;
    background-repeat: no-repeat;
    height: 547px;
}

.mobile-social-icon {
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    padding: 25px 15px;
}

    .mobile-social-icon img {
        width: 25px;
    }

.mobile-box-f {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.f-m-box {
    display: none;
}

.f-m-1 a {
    display: block;
    background-color: #000;
    color: #fff;
    padding: 15px;
    font-family: Poppins, sans-serif;
}

.f-m-2 a {
    display: block;
    background-color: #ED3237;
    color: #fff;
    padding: 15px;
    font-family: Poppins, sans-serif;
}


.f-m-1,
.f-m-2 {
    text-align: center;
    width: 50%;
}

table {
    border-collapse: collapse;
    text-align:left;
}

.head-table {
    background-color: #d9edf7;
}

.head-table th {
    font-weight: 500;
    font-size: 17px;
    width: 35%;
    padding: 15px 0px 15px 10px;
}

    .head-table th:hover {
        background-color: #049cdb;
    }

.body-table td {
    font-size: 17px;
    padding: 15px 0px 15px 10px;
    width: 35%;
    font-weight:300;
}

.body-table td a{
    color:#000;
}

.body-table tr:nth-child(even) {
    background-color: #f9f9f9;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}

.body-table tr:hover {
    background-color: #F3F3F3;
}
