* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Cabin', sans-serif;
}

/* navbar */

header {
    position: fixed;
    top: 0;
    z-index: 9999999999999999;
    transition: box-shadow 200ms cubic-bezier(0.33, 1, 0.68, 1);
    width: 100%;
}

header.active {
    box-shadow: hsla(0 0% 0% / 0.1) 0 0.5rem 1rem;
    transition-duration: 400ms;
    background-color: #fff;
}
img{max-width: 100%;}

.home_navbar {
    margin: 0 auto;
}

li.nav-item {
    padding: 0px 0px 0px 9px;
}

a.navbar-brand img {
    width: 120px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #EC3E24;
}

a.nav-link {
    color: #000;
}

.nav-link:focus,
.nav-link:hover {
    color: #EC3E24;
}

.home_Contact a {
    color: #fff;
    background-color: #EC3E24;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    padding: 7px 0px 7px 0px;
    border-radius: 30px;
    justify-content: center;
    width: 10vw;
}

.home_Contact a:hover {
    color: #EC3E24;
    background-color: transparent;
    border: 1px solid #EC3E24;
}

/* navbar-end */

/* slider */

.carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 1.25rem;
    left: 7%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: justify;
    top: 25%;
}

.home_slider_text h2 {
    font-size: 4vw;
    width: 33%;
    font-weight: 700;
    margin-bottom: 0px;
}

.home_slider_text h5 {
    font-size: 90px;
    font-family: 'Whisper';
    color: #F8D22C;
    margin-bottom: 0px;
}

.home_slider_text p {
    font-size: 16px;
    color: #fff;
}

.home_slider_text p {
    font-size: 16px;
    color: #fff;
    width: 34%;
}

.home_slider_text button {
    width: 15vw;
    background-color: #EC3E24;
    padding: 8px;
    color: #cacaca;
    border-radius: 30px;
    font-size: 18px;
    border: none;
    font-weight: 600;
    margin-top: 1vw;
}

.home_slider_text i {
    background-color: #fff;
    color: #EC3E24;
    width: 32px;
    text-align: center;
    border-radius: 30px;
    font-size: 16px;
    padding: 8px;
    margin-left: 20px;
}

.home_icen {
    margin-top: 5vw;
    display: flex;
    gap: 15px;
}

.home_icen i {
    color: #fff;
}

/* slider-end */

.Navyush_Travel_Experiences {
    margin-top: 3vw;
}

.Navyush_Travel_Experiences h2 {
    font-size: 30px;
    font-weight: 600;
}

.Navyush_Travel_Experiences h3 {
    font-size: 20px;
    font-weight: 600;
    color: #F8D22C;
}

.Navyush_Travel_Experiences h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-top: 20px;
}

.Navyush_Travel_Experiences span {
    font-size: 16px;
    color: #806864;
}

.Navyush_Travel_Experiences p {
    font-size: 16px;
    color: #000;
    text-align: justify;
    margin-top: 20px;
    width: 85%;
}

.Navyush_Travel_Experiences hr {
    border: 3px solid #F8D22C;
    width: 8vw;
    border-radius: 10px;
}

.modal-dialog {
    margin-top: 9vw;
}

img.img_Play {
    width: 100%;
}

.home_footer_d_f {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home_footer_d_f img {
    width: 120px;
}

.home_footer_d_f a {
    color: #000;
    text-decoration: none;
    padding: 0px 0px 0px 30px;
    margin-bottom: 0px;
    font-size: 16px;
}

.home_footer_d_f a:hover {
    color: #EC3E24;
}

.footer {
    margin-top: 1vw;
    background-color: #f7f7f7;
}

.footer_icen {
    display: flex;
    justify-content: end;
    gap: 20px;
    color: #fff;
    padding: 10px 0px 10px 0px;
}

.footer_last {
    background-color: #EC3E24;
}

.footer_icen p {
    margin-bottom: 0px;
}


/* Services */

.services_padding {
    padding-top: 6vw;
}

.services_pages_text {
    padding-top: 6vw;
}

.services_pages {
    background-image: url(../image/Services-banner.png);
    height: 395px;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 100%;
}

.services_pages_text h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}

.services_pages_text hr {
    width: 8vw;
    border: 3px solid #F8D22C;
    color: #fff;
    margin-top: 0px;
    border-radius: 10px;
}

.services_pages_text p {
    font-size: 16px;
    color: #fff;
    width: 50%;
    text-align: justify;
}

.services_col_pages img {
    width: 100%;
}

.services_col_pages_text p {
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
}

.services_col_pages_text {
    margin-top: 5vw;
}

.services_we_Offer {
    background-color: #FCF3E9;
    padding: 30px 0px 30px 0px;
}

.services_we_Offer h2 {
    font-size: 30px;
    color: #000;
}

.services_we_Offer h2 span {
    font-size: 33px;
    color: #F8D22C;
    font-weight: 600;
}

/* img-hover */

.services_pages_col_hover {
    position: relative;
    width: 100%;
    margin-top: 2vw;
}

.se_man_pages {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.services_text_2 {
    transition: .5s ease;
    opacity: 1;
    position: absolute;
    top: 80%;
    left: 49%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.services_pages_col_hover:hover .services_text_2 {
    opacity: 0;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.services_pages_col_hover:hover .se_man_pages {
    opacity: 0.1;
}

.services_pages_col_hover:hover .middle {
    opacity: 1;
}

.text {
    color: #000;
    font-size: 16px;
}

/* img-hover-end */

.footer_background {
    background-image: url(../image/Services-bac.png);
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 100%;
}

.footer_pagination {
    display: flex;
    justify-content: center;
    padding-top: 2vw;
}

.footer_pagination a {
    color: #EC3E24;
}

.footer_pagination a:hover {
    color: #EC3E24;
}

a.page-link.page_bac {
    background-color: #EC3E24;
    color: #fff;
}

/* Services-end */

/* events */

.events_padding {
    padding-top: 8vw;
}

.events_bac {
    background-image: url(../image/events_banner.png);
    height: 370px;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 100%;
}

.events_text h2 {
    font-size: 5vw;
    font-weight: 600;
    width: 37%;
    padding-top: 2vw;
}

.events_text hr {
    width: 10%;
    border: 3px solid #F8D22C;
    margin-top: 0px;
    border-radius: 10px;
}

.events_text p {
    width: 35%;
    font-size: 16px;
    padding-top: 1vw;
    color: #000;
}

.events_conference {
    margin-top: 3vw;
}

.events_conference h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 30px;
}

.events_conference h3 span {
    font-size: 33px;
    color: #F8D22C;
    font-weight: 600;
}

.events_conference_card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #FDF9F4;
    height: 96%;
}

.events_conference_card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card_events {
    padding: 0px 0px 0px 0px;
}

.card_events p {
    font-size: 16px;
}

.card_events a {
    font-size: 14px;
    color: #0051ff;
    font-weight: 600;
}

/* events-end */

/* Press-Release */

.Press_Release_padding {
    padding-top: 10vw;
}

.Press_Release_bac {
    background-image: url(../image/press-release-bac.png);
    height: 150px;
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-x: center;
}

.Press_Release_bac h2 {
    font-size: 5vw;
    font-weight: 600;
    width: 70%;
    line-height: 90px;
}

.Press_Release_bac hr {
    width: 8vw;
    border: 3px solid #F8D22C;
    margin-top: 5px;
    border-radius: 10px;
}

.Press_Release_text {
    border-left: 1px solid #F8D22C;
    padding-left: 2vw;
}

.Press_Release_Download {
    background-color: transparent;
    padding: 5px;
    width: 10vw;
    border: 1px solid #EC3E24;
    border-radius: 30px;
    text-align: center;
    /* margin-top: 2vw; */
}


.Press_Release_Download a {
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    color: #EC3E24;
}

.Press_spotlight h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 30px;
}

.Press_spotlight h3 span {
    font-size: 33px;
    color: #F8D22C;
    font-weight: 600;
}

.Press_spotlight {
    margin-top: 7vw;
}

.Press_spotlight_col {
    background-color: #FDF9F4;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    height: 100%;
}

.Press_spotlight_col:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.rural_tourism {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.rural_tourism h4 {
    color: #EC3E24;
    font-size: 22px;
    font-weight: 600;
    padding-left: 10px;
}

.rural_tourism button {
    background-color: #F8D22C;
    border: none;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
}

.Press_spotlight_col p {
    padding-left: 10px;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.Press_spotlight_col img {
    width: 100%;
}

/* Press-Release-end */

/* emag */

.emag_padding {
    padding-top: 5vw;
}

.emag_bac {
    background-image: url(../image/emag-banner.png);
    height: 520px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.emag_text {
    padding-top: 13vw;
}

.emag_text h2 {
    font-size: 3vw;
    color: #fff;
    font-weight: 600;
}

.emag_text hr {
    width: 8%;
    border: 3px solid #F8D22C;
    border-radius: 10px;
}

.emag_text p {
    font-size: 16px;
    color: #fff;
    width: 40%;
}

.download_E_Magazine h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 30px;
}

.download_E_Magazine h3 span {
    font-size: 33px;
    color: #F8D22C;
    font-weight: 600;
}

.download_E_Magazine {
    margin-top: 3vw;
}

.download_E_Magazine_bac {
    background-color: #FDF9F3;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.download_E_Magazine_bac:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.download_E_Magazine_bac img {
    width: 100%;
}

.download_E_Magazine_bac h4 {
    font-size: 18px;
    font-weight: 600;
    padding-left: 10px;
    padding-top: 15px;
}

.emag_icen {
    display: flex;
    gap: 15px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 15px;
}

._emag_download {
    margin-top: 2vw;
    text-align: center;
}

._emag_download button {
    width: 40%;
    border: none;
    padding: 10px;
    border-radius: 30px;
    background-color: #EC3E24;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

/* emag-end */


/* contact-us */

.contact_us_padding {
    padding-top: 10vw;
}

.contact_us_pages h2 {
    font-size: 4vw;
    font-weight: 600;
}

.contact_us_pages hr {
    width: 8%;
    border: 3px solid #F8D22C;
    border-radius: 10px;
    margin-top: 5px;
}

.contact_d_f {
    display: flex;
    margin-top: 3vw;
}

.contact_information {
    width: 40%;
    background-color: #000;
    border-radius: 10px;
    padding: 20px;
}

.get_touch {
    width: 60%;
    background-color: #FCF3E9;
    border-radius: 10px;
    padding: 20px;
}

.get_touch h3 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
}

.contact_information h2 {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
}

.contact_information p {
    color: #fff;
    font-size: 16px;
}

.contact_number {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 40px;
}

.contact_address {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}

.con_icen i {
    font-size: 20px;
    color: #F8D22C;
}

.con_num p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
}

.con_num h6 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 600;
}

.con_ice {
    display: flex;
    color: #fff;
    gap: 20px;
    font-size: 20px;
    padding-top: 2vw;
}

.contact_us_form_top {
    padding-top: 2vw;
}

.contact_input_form {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #8D8D8D;
    margin-bottom: 45px;
}

.contact_sand button {
    background-color: #EC3E24;
    width: 30%;
    padding: 10px;
    border-radius: 30px;
    border: none;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.contact_sand {
    text-align: center;
    /* padding-top: 2vw; */
}

.careertable th {
    color: #ec3e24 !important;
    background: #f8d22c !important;
    font-weight: bolder;
    font-size: 18px;
}

.careerpage h5 {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #222222;
    padding-bottom: 20px;
    margin-bottom: 15px;
}


    .Company-Mission {
        display: flex;
        gap: 10px;
        justify-content: center;
            margin-top: -61px;
    }

    .Company-Vision {
        background-color: #FCF3E9;
        padding: 20px;
        width: 45%;
    }

    .Company-Vision a {
        background-color: #FFA432;
        border-radius: 50px;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        text-decoration: none;
    }

    .Company-Vision i {
        font-size: 25px;
        color: #fff;
    }

    .Company-Vision h2 {
        color: #EC3E24;
        font-size: 1.2vw;
        margin-top: 10px;
        font-weight: 700;
    }

    .Company-Vision p {
        color: #000;
        font-size: 16px;
        margin-bottom: 0px;
    }

    .Company-Values-Think {
        width: 78%;
        margin: 0 auto;
    }

    .Company-Values-Think h3 {
        text-align: center;
        font-size: 30px;
        color: #000;
        font-weight: 700;
        margin-bottom: 40px;
        margin-top: 3vw;
    }

    .Company-Values-Think h3 span {
        color: #F8D22C;
    }

    .Company-Share {
        border: 1px solid #C5BA9F;
        text-align: center;
        padding: 20px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin-bottom: 15px;
    }

    .Company-Share h4 {
        font-size: 20px;
        color: #EC3E24;
        font-weight: 700;
    }

    .Company-Share p {
        font-size: 16px;
        color: #000;
        width: 65%;
        margin: 0 auto;
    }

    .Company-Share i {
        font-size: 40px;
        color: #000;
        margin-bottom: 15px;
    }

    .com-ou-m {
        display: flex;
        justify-content: center;
    }