/* CUSTOM FONTS  */
@font-face {
    font-family: "Brookline";
    src: url("../fonts/brookline-condensed.eot");
    src: url("../fonts/brookline-condensed.eot?#iefix") format("embedded-opentype"), url("../fonts/brookline-condensed.woff2") format("woff2"), url("../fonts/brookline-condensed.woff") format("woff"), url("../fonts/brookline-condensed.ttf") format("truetype"), url("../fonts/brookline-condensed.svg#brookline-condensed") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Inter Font  */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap');

* {
    margin: 0;
    padding: 0;
}

ul .eve-list {
    list-style-position: outside !important;
}

button a {
    color: #ffffff;
}

button {
    padding: 6px 15px !important;
}

.a-btn:hover {
    color: #ffff !important;
    background-color: #FF981F;

}

.socio:hover {
    color: #ffff !important;
}

.html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden !important;
}

input[type=submit],
input[type=button],
button[type=button],
button[type=submit] {
    height: fit-content !important;
    padding: 10px 20px !important;
}

.page-header {
    /* height: 340px !important; */
    height: 240px !important;
}

.page-header .container h1 {
    font-size: 4vw;
}

.navbar {
    padding: 10px 0;
}

.organizer-home {
    background-image: url(images/exhibition-facility.webp);
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 320px;
    height: 250px;
    background-size: cover;
    border: 3px solid #004490;
    border-radius: 3px;
    /* opacity: 0.8; */
}

.organizer-home-h6 {
    font-size: 28px;
    background-color: #000;
    color: #ffff;
    padding: 5px 10px;
    opacity: 0.9;
    font-weight: 700;
    border-radius: 5px;
}

.visitors-home {
    background-image: url(images/exhibition-facility.webp);
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 320px;
    height: 250px;
    background-size: cover;
    border: 3px solid #004490;
    border-radius: 3px;
    /* opacity: 0.8; */
}

.certificate img {
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
    height: 380px;
    object-fit: cover;
}

.visitors-home-h6 {
    font-size: 28px;
    background-color: #000;
    color: #ffff;
    padding: 5px 10px;
    opacity: 0.9;
    font-weight: 700;
    border-radius: 5px;
}

.footer {
    padding-top: 40px !important;
}

.footer .footer-bottom {
    margin-top: 30px !important;
}

.footer-bottom {
    padding: 10px 0 !important;
}

.foot-p {
    font-size: 16px;
}

.footer .widget-title {
    margin-bottom: 12px !important;
}

/* Banner Section  */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

p {
    font-size: 18px;
}

/* Offcanvas sidebar  */

#enquireBtn {
    position: fixed;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 10px 15px;
    background-color: #529605;
    color: white;
    border: none;
    transform: rotate(-90deg);
    z-index: 9999;
}

#enquireBtn:hover {
    background-color: #FF981F;
    box-shadow: 0 0 40px 20px rgba(243, 156, 18, 0);
    border: 2px solid rgba(243, 156, 18, 0.7);
}


.off-canvas {
    position: fixed;
    top: 0;
    right: -400px; /* Initially hidden */
    width: 400px;
    height: 100vh; /* Full height */
    background: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    transition: right 0.3s ease;
    padding: 20px 40px;
    box-sizing: border-box;
    z-index: 9999;
    display: flex;
    flex-direction: column;
     overflow-y: auto;
}

/* .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
} */

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 34px;
    cursor: pointer;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
}

.form-group input,
.form-group button {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
}

form button[type="submit"] {
    background-color: #feed01;
    padding: 10px 100px !important;
    font-size: 20px;
}

/* .submit-btn:hover {
background-color: #FF9820;
color: #ffff;
}
} */

/* form button[type="button"] {
    background-color: #dc3545;
    color: white;
    border: none;
    cursor: pointer;
    margin-top: 10px;
} */

/* Keyframes */
@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }

    50% {
        width: 100%;
        height: 1px;
    }

    100% {
        width: 100%;
        height: 100%;
        background: #FEED01;
    }
}

.exb-btn {
    padding: 8px 20px;
    color: #ffff;
    background-color: #529605;
    border-radius: 5px;
}

a.button.exb-btn:hover {
    color: #ffff !important;
    background-color: #FF981F;
}

.desk-img-80 {
    width: 80% !important;
}

.eve-detail {
    padding: 8px 15px;
    background-color: #004490;
    color: #ffff;
    width: 140px;
    font-size: 15px;
}

.eve-venue {
    padding: 8px 15px;
    background-color: #004490;
    color: #ffff;
    width: 85px;
    font-size: 15px;
}


.eve-org {
    padding: 8px 15px;
    background-color: #004490;
    color: #ffff;
    width: 120px;
    font-size: 15px;
}


.quick-link li a:hover {
    text-decoration: underline;
    font-weight: 600;
}

.top-bar {
    /* padding-top: 10px; */
    position: relative;
    /* top: 0; */
    background: #f2f2f2;
    z-index: 9999;
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
}

.top-phone {
    font-size: 14px;
}

.top-email {
    font-size: 14px;
}

.top-cnct {
    padding-top: 10px;
}

.top-btns {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.facebook {
    border-left: 1px solid #d5d5d5;
    padding: 10px 19px;
    /* padding-right:0px */
}

li.facebook:hover {
    background: #709bd6;
    color: #ffff;
}


.facebook a {
    color: #bfbfbf !important;
}

.facebook a:hover {
    color: #ffff;
}

.top-social li i:hover {
    color: #ffff;
}


.twitter {
    border-left: 1px solid #d5d5d5;
    padding: 10px 19px;
}

li.twitter:hover {
    background: #0eb1f2;
}

.twitter a {
    color: #bfbfbf;
}

.twitter a:hover {
    color: #ffff;
}

.linkedin {
    border-left: 1px solid #d5d5d5;
    padding: 10px 19px;
    /* padding-top: 15px; */
}

li.linkedin:hover {
    background: #2287d9;
}

.linkedin a {
    color: #bfbfbf;
}

.linkedin a:hover {
    color: #ffff;
}

.top-social {
    /* display: inline-block; */
    margin-top: 0;
    margin-bottom: 0 !important;
    padding-top: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-evenly; */
}

.download {
    color: #ffff !important;
    background: #ff981F;
    padding: 8px 25px;
    margin-right: 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;

}

.newsletter {
    color: #ffff !important;
    background: #fb4d24;
    padding: 8px 25px;
    margin-right: 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.communique {
    color: #ffff !important;
    background: #004390;
    padding: 8px 25px;
    margin-right: 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.media-coverage {
    color: #ffff !important;
    background: #529606;
    padding: 8px 25px;
    margin-right: 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;

}

.navbar {
    border-bottom: 1px solid #eee;
}

.footer address a {
    display: inline-block;
    color: #fff;
    font-weight: bolder;
    font-size: 17px;
    border-bottom: 3px solid #feed01;
}

.zooom-icon {
    position: absolute;
    right: 30%;
    margin-top: 25px;
    opacity: 0.6;
}

.gallery-item {
    cursor: zoom-in;
}

.navbar {
    /* top: 6.4% !important; */
    background-color: #ffff;
    z-index: 9999 !important;
}

@media screen and (min-width:1660px) {
    /* .navbar {
      top: 5% !important;
    }   */
}

.navbar .site-menu ul li a {
    color: #000;
    /* font-size: 15px; */
}

.hamburger {
    display: none;
}

.hamburger span {
    display: none;
    background: #000 !important;
}

.banner-slide {
    position: relative;
    background: #000;
}

img.d-block.w-100 {
    position: relative;
    height: 90vh;
    background: #000;
    opacity: 0.8;
    object-fit: cover;
}

.slider-text {
    position: absolute !important;
    top: 50%;
    left: 15%;
    /* width: 80%; */
}

.slider-text2 {
    left: 25%;
}


.slider-text h1 {
    color: #ffffff;
    font-size: 36px !important;
    font-weight: 600;
    text-align: center;
    background-color: rgb(0 0 0 / 42%);
    padding: 5px 30px;
    width: fit-content;
}

.slider-con {
    display: flex;
    justify-content: center;
}

.slider-text p {
    font-size: 12px;
    text-align: left;
    color: #ffff;
}

.slider-pagination {
    position: absolute;
    bottom: 5%;
}

.banner-cnt {
    position: absolute;
    top: 25%;
    left: 10%;
}

nav.fill ul li a {
    transition: all 1s;
}

nav.fill ul li a:after {
    text-align: left;
    content: '.';
    margin: 0;
    opacity: 0;
}

nav.fill ul li a:hover {
    color: #000;
    z-index: 1;
    padding: 12px;
    font-size: 16px;
    /* font-weight: 600; */
}

nav.fill ul li a:hover:after {
    z-index: -10;
    animation: fill 1s forwards;
    -webkit-animation: fill 1s forwards;
    -moz-animation: fill 1s forwards;
    opacity: 1;
}

.section-title {
    margin-bottom: 30px !important;
}



@media screen and (max-width:960px) {
    .hamburger span {
        display: block !important;
        background: #000 !important;
    }

    .hamburger {
        display: block !important;
    }

    .side-widget {
        background-color: #000 !important;
        z-index: 99999 !important;
    }
}

@media screen and (max-width:480px) {

    .navbar {
        /* top: 7% !important; */
    }

    .modal.show .modal-dialog {
        top: 20% !important;
        left: 0% !important;
    }

    textarea {
        width: 320px !important;
    }

    .cnt-sec-mob {
        padding-top: 0px !important;
        padding-bottom: 50px !important;
    }

    .contact-form {
        margin-top: 15px;
    }

    .contact-box {
        margin: 10px 0;
    }

    .certificate {
        margin-top: 15px !important;
    }

    .certificate img {
        margin-bottom: 0 !important;
    }

    .certi-h4 {
        text-align: center !important;
    }

    .entr-pl {
        margin-left: 0px !important;
    }

    .contact-box {
        padding: 20px;
    }

    .modal-content {
        width: 80%;
    }

    .hamburger #cross {
        /*left: 15px !important;*/
        left: 0px !important;
        top: 2px !important;
    }

    .hamburger #hamburger {
        /* margin-left: 15px !important; */
    }

    .side-widget {
        padding: 20px !important;
    }

    aside.side-widget {
        width: 250px !important;
    }

    .deals-tab {
        display: none;
    }

    .exhib-txt {
        top: 32% !important;
        left: 28% !important;
    }

    .evnt-txt {
        top: 36% !important;
        left: 32% !important;
    }

    .food-txt {
        top: 38% !important;
        left: 36% !important;
    }

    .confer-txt {
        top: 32% !important;
        left: 26% !important;
    }

    .slider-text h1 {
        color: #ffffff;
        font-size: 20px !important;
        font-weight: 600;
    }

    .igbc {
        width: 80% !important;
        margin-left: 20px;
    }

    .dnv {
        width: 80% !important;
        margin-left: 20px;
    }


    .sliderr {
        height: 300px;
        object-fit: cover;
    }

    .item-name h4 {
        font-size: 14px;
    }

    .item-price p {
        font-size: 12px;
    }

    .deals-desk {
        display: none;
    }

    /* .deals-tab {
        display: none;
    } */

    .ICPB {
        width: 60% !important;
        margin-left: 20px;
    }

    .eema {
        width: 80% !important;

    }

    .icca {
        width: 80% !important;

    }

    .icca-logo-item {
        margin-left: 25px;
    }

    .how-to-reach-desk {
        display: none;
    }

    .banner-cnt {
        position: absolute;
        top: 25%;
        left: 10%;
    }

    .banner-cnt h1 {
        color: #ffffff;
        font-size: 36px !important;
        font-weight: 600;
    }

    .hero-area {
        height: 80vh !important;
    }

    .testi-sec {
        padding: 0px !important;
    }

    .metro {
        display: block !important;
        margin-bottom: 20px;
        /* text-align: center; */
    }

    .public {
        display: block !important;
        margin-bottom: 20px;
    }

    .own {
        display: block !important;
        margin-bottom: 20px;
    }

    .airport {
        display: block !important;
        margin-bottom: 20px;
    }

    .call-to-action {
        padding: 20px !important;
        background-color: #0b0b0b;
        background-image: url(../images/header-pattern.png);
    }

    .call-to-action h2 {
        color: #ffffff;
        text-align: center;
        font-size: 24px;
    }

    .call-to-action p {
        text-align: center;
        font-size: 15px;
    }

    .footer .footer-bottom {
        margin-top: 20px !important;
    }

    .sales-representive {
        margin-bottom: 15px;
    }

    .footer address {
        margin-bottom: 20px !important;
    }

    .director-team .content {
        padding: 10px 30px !important;
    }

    .page-header {
        height: 150px !important;
        /* padding-bottom: 25px; */
        /* align-items: center; */
    }

    .video-box .play-btn {
        width: 50px;
        height: 50px;
        line-height: 48px;
        right: 20px;
        top: 75px;
        font-size: 18px;
    }

}

.banner-cnt h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
}

.banner-cnt p {
    color: #ffffff;
    font-size: 18px !important;
}


.banner-btn {
    background-color: #FFC925;
    padding: 8px 20px !important;
    width: 150px !important;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
}


/* 2nd Small Section  */

.upcom-eve {
    box-shadow: 5px 5px 5px grey;
    text-align: center;
    padding: 20px;
    margin-top: -21px;
    z-index: 1007;
    position: relative;
    background-color: #ffff;
}

@media screen and (max-width:480px) {
    .upcom-eve {
        box-shadow: 2px 2px 2px 2px grey !important;
        margin-top: 10px !important;
        /* margin-right: 20px !important; */
    }

    .abt-biec2 {
        padding: 0px !important;
    }

    .abt-biec1 {
        padding: 0px !important;
    }

}

@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {
    .row.no-gutters .col {
        margin: 5px 10% !important;
    }

}

@media only screen and (max-width: 991px),
only screen and (max-device-width: 991px) {
    .sales-team {
        margin: 0 !important;
    }
}


.evnt-img {
    height: 476px;
}

.up-eve {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}

.logo-item {
    padding: 0px !important;
}


.up-eve-txt {
    text-align: left;
}

.our-faci {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}

.our-faci-txt {
    text-align: left;
}

.cont-us {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}

.cont-us-txt {
    text-align: left;
}

.about-biec {
    padding-top: 50px;
    padding-bottom: 30px;
}

@media screen and (min-width:1200px) and (max-width:1300px) {
    .abt-biec {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
}

.about-biec h6 {
    color: #FB4D24;
    font-weight: 600;
}

.abt-biec1 {
    padding: 25px;
}

.abt-biec2 {
    padding: 25px;
}

.abt-biec3 {
    padding: 25px;
}

/* Exhibition and Conference  */
.exhib {
    position: relative;
    text-align: center;
    color: #ffff;
    padding: 0px;
}

.nav-pills-custom .nav-link {
    /* color: #ffb71b; */
    color: #000;
    background: #fff;
    position: relative;
    font-size: 20px;
}

.nav-pills-custom .nav-link.active {
    /* color: #ffb71b; */
    color: #ffff;
    background: #ffb71b;
}


a#v-pills-profile-tab:hover {
    color: #ffffff;
    background: #ffb71b;
}

a#v-pills-messages-tab:hover {
    color: #ffffff;
    background: #ffb71b;
}

a#v-pills-home-tab:hover {
    color: #ffffff;
    background: #ffb71b;
}

a#v-pills-settings-tab:hover {
    color: #ffffff;
    background: #ffb71b;
}

a#v-pills-home-tab:hover {
    color: #ffffff;
    background: #ffb71b;
}


.entr-pl li {
    margin-bottom: 10px;
}

.exhib-high {
    background-color: #ffb71b;
    margin: 0;
    padding: 15px;
    text-align: center;
}

.exhib-btns {
    text-align: center;
    display: flex;
    justify-content: center;
}

.exhib:hover {
    background-color: #FFC925;
    /* opacity: 0.6; */

}

.exhib-img {
    height: 300px;
    object-fit: cover;
}

.exhib-img:hover {
    background-color: #FFC925;
    opacity: 0.2;
    /* z-index: 999; */
}

.exhib-high1 h2 {
    font-size: 16px;
}


.exhib-txt {
    position: absolute;
    top: 32%;
    left: 30%;
    z-index: 999;
    background-color: #000;
    padding: 10px;
    opacity: 0.6;
    border-radius: 10px;
}

.exhib-txt img {
    width: 35px;
}

.exhib-txt a {
    font-size: 14px;
}

.evnt {
    position: relative;
    text-align: center;
    color: #ffff;
    padding: 0px;
}


.evnt-img {
    height: 480px;
    object-fit: cover;
}

.evnt-img:hover {
    background-color: #FFC925 !important;
    opacity: 0.2;
    /* z-index: 999; */
}

.evnt:hover {
    background-color: #FFC925 !important;

}

.evnt-txt {
    position: absolute;
    top: 38%;
    left: 35%;
    z-index: 999;
    background-color: #000;
    padding: 10px;
    opacity: 0.6;
    border-radius: 10px;
}

.evnt-txt img {
    width: 35px;
}

.evnt-txt a {
    font-size: 14px;
}


.about-p {
    font-size: 15px !important;
}

.top-social {
    justify-content: flex-end;
}

.blogCarousel__item {
    height: 300px;
}


/* MOBILE RESPONSIVE  */
@media screen and (max-width:480px) {

    .home-page-blocks {
        display: flex;
        gap: 20px !important;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .blogCarousel__item {
        height: 320px;
    }

    .footer {
        padding-top: 60px !important;
    }

    .mob-mar {
        margin-bottom: 50px;
    }

    .mob-img {
        width: 100% !important;
    }

    .mob-ml {
        margin-left: 20px;
    }

    .mob-img {
        width: 350px;
        object-fit: cover;
        height: 304px;
    }

    .step-box {
        margin: 15px !important;
    }

    .step-box .image {
        width: 90% !important;
    }

    .media-img {
        height: 350px !important;
    }



    .newsletter-section {
        text-align: center !important;
        margin-left: 20px !important;
    }

    .press-btns {
        padding: 8px 20px !important;
    }

    .desk-only {
        display: none;
    }

    .slider-text {
        position: absolute !important;
        top: 46%;
        left: 10%;
        width: 80%;
    }

    .testimonials-slider {
        margin-right: 0px !important;
    }


    .evt-div {
        margin-bottom: 20px !important;
    }

    .content-section {
        padding: 30px 0px !important;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .filter .nav-tabs {
        gap: 12px;
    }

    .section-title {
        margin-bottom: 15px !important;
    }

    .sales-team figure .event-img {
        width: 65% !important;
    }

    .sales-team figure .event-img {
        width: 65%;
    }

    .sales-team {
        border: 1px solid #eee;
    }

    .lead-team-col {
        padding: 10px;
    }

    .abt-biec {
        padding: 30px 15px !important;
    }

    .testi-head {
        font-size: 24px;
    }

    .blog-head {
        font-size: 24px;
    }

    .sales-team figure {
        display: flex !important;
        justify-content: center !important;
    }

    /* .item,
    img {
        height: 100% !important;
        width: 100% !important;
        border: 1px solid red;
    } */

    .up-eve-col {
        border: none !important;
    }

    .our-faci-col {
        border: none !important;
    }

    .confer-tbl-desk {
        display: none;
    }
}


.food {
    position: relative;
    text-align: center;
    color: #ffff;
    padding: 0px;
    margin: 0px;
}

.food:hover {
    background-color: #FFC925 !important;
}

.food-img:hover {
    background-color: #FFC925 !important;
    opacity: 0.2;
    /* z-index: 999; */
}

.food-img {
    height: 480px;
    object-fit: cover;
}

.food-txt {
    position: absolute;
    top: 36%;
    left: 38%;
    z-index: 999;
    background-color: #000;
    padding: 10px;
    opacity: 0.6;
    border-radius: 10px;
}

.food-txt img {
    width: 35px;
}

.food-txt a {
    font-size: 14px;
}

.conference {
    position: relative;
    text-align: center;
    color: #ffff;
    padding: 0px;
}

.confer-img {
    height: 300px;
    object-fit: cover;
}

.confer-img:hover {
    background-color: #FFC925 !important;
    opacity: 0.2;
    /* z-index: 999; */
}

.conference:hover {
    background-color: #FFC925 !important;
}

.confer-txt {
    position: absolute;
    top: 30%;
    left: 30%;
    z-index: 999;
    background-color: #000;
    padding: 10px;
    opacity: 0.6;
    border-radius: 10px;
}

.confer-txt img {
    width: 35px;
}

.confer-txt a {
    font-size: 14px;
}

.nmb {
    margin-bottom: 0px !important;
}

.confer-chart thead .c-chrt {
    text-align: center;
}

.confer-capacity-tbl td {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.c-chrt {
    vertical-align: middle !important;
}

.c-chrt-left {
    text-align: left !important;
}

.confer-capacity-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* MOBLE AND TABLE RESPONSIVE */

@media screen and (max-width:768px) {
    .footer-bar .sales-representive b {
        border-bottom: 4px solid #feed01 !important;
        margin-bottom: 10px !important;
    }

    .side-widget .site-menu ul li a {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
    }

    .footer-bar .sales-representive b:before {
        background: none !important;
    }

    .zooom-icon {
        position: absolute;
        right: 10%;
        margin-top: 20px;
    }


    .desk-only {
        display: none;
    }


    .logo-2 {
        display: none;
    }

    .step-box .content {
        padding: 30px !important;
    }


    .hm-video-box {
        text-align: center;
        margin-bottom: 20px !important;
    }
}

@media screen and (min-width:769px) {
    .deals-tab {
        display: none;
    }

    .mob-tab-only {
        display: none;
    }

    .desk-img {
        width: 50% !important
    }

}

/* TABLET RESPONSIVE  */
@media screen and (min-width:481px) and (max-width:768px) {

    .modal.show .modal-dialog {
        -webkit-transform: none;
        transform: none;
        position: absolute !important;
        top: 15% !important;
        left: 18% !important;
    }


    .home-page-blocks {
        gap: 60px !important;
    }

    .navbar {
        /* top: 8% !important; */
    }

    .page-header {
        /* height: 340px !important; */
        height: 180px !important;
    }


    .our-faci {
        flex-wrap: wrap;
    }

    .our-faci-txt {
        text-align: center;
    }

    .up-eve {
        flex-wrap: wrap;
    }

    .up-eve-txt {
        text-align: center;
    }

    .cont-us {
        flex-wrap: wrap;
    }

    .cont-us-txt {
        text-align: center;
    }

    .deals-desk {
        display: none !important;
    }

    .public {
        flex-wrap: wrap !important;
    }

    .metro {
        flex-wrap: wrap !important;
    }

    .own {
        flex-wrap: wrap !important;
    }

    .airport {
        flex-wrap: wrap !important;
    }

    .ICPB {
        width: 60% !important;
        margin-left: 20px;
    }

    .icca {
        margin-left: 20px;
    }

    .dnv {
        margin-left: 40px;
    }

    /* .testi-sec {
        padding: 20px 0 !important;
    } */

    .content-section {
        padding: 30px 0 !important;
    }


    .confer-txt {
        left: 26% !important;
    }

    .evnt-txt {
        left: 32% !important;
    }

    .footer-bar {
        padding: 30px 0 !important;
    }

    .footer-bar h2 {
        font-size: 50px !important;
        margin-bottom: 20px !important;
    }

    .foot-rgt {
        display: flex;
        align-items: center;
    }

    .footer-bar .sales-representive {
        display: inline-block;
        margin-left: 5vw;
        line-height: 30px;
    }

    .section-title h2 {
        font-size: 32px !important;
    }
}

@media screen and (min-width:481px) {
    .confer-tbl-mob {
        display: none;
    }


    .mob-only {
        display: none;
    }

    .deals-mob {
        display: none;
    }


    .how-to-reach-mob {
        display: none;
    }

    .google-maps {
        height: 350px !important;
    }

    .igbc {
        width: 60% !important;
        /* margin-left: 60px; */
    }
}

/* Upcoming Events Section  */
.sales-team:hover:after {
    display: none !important;
}

.sales-team figure img {
    filter: grayscale(0) !important;
}

/* How to get here  */

.how-to-get-here {
    background-color: #FFFCF4;
    padding: 20px 10px;
}

.metro {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

.metro img {
    margin-top: -15px;
}

.metro p {
    font-size: 16px;
}

.public {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

.public img {
    margin-top: -15px;
}

.public p {
    font-size: 16px;
}

.own {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.own img {
    margin-top: -15px;
}

.own p {
    font-size: 16px;
}

.airport {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.airport img {
    margin-top: -15px;
}

.airport p {
    font-size: 16px;
}

/* What People Say  */

/* SECTION BG */
.section-bg {
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-size: 1920px auto !important;
    background-repeat: no-repeat !important;
    position: absolute;
    left: 0;
    top: 0;
}

@media only screen and (max-width: 1199px),
only screen and (max-device-width: 1199px) {

    .section-bg {
        background-size: 1380px auto !important;
    }
}

/* News section */

.news-section h6 {
    color: #FB4D24;
    font-weight: 600;
}

button.splide__pagination__page {
    background: none;
    padding: 5px !important;
    height: 10px;
    color: #000;
    /* margin-top: 20px; */
    border: 2px solid #0049FF !important;
    border-radius: 0px;
}

.splide__pagination__page.is-active {
    border: 2px solid #CFCFCF !important;
}

.splide__pagination {
    bottom: -1.5rem !important;
}

button.splide__arrow.splide__arrow--prev {
    color: #000 !important;
    padding: 18px;
    height: 18px;
    font-size: 28px !important;
    background: #ffffff00 !important;
}

button.splide__arrow.splide__arrow--next {
    color: #000;
    padding: 18px;
    height: 18px;
    font-size: 28px !important;
    background: #ffff;
}

/* Footer Bottom  */
.footer-bottom {
    /* padding: 20px 0 !important; */
}

.footer-bar {
    padding: 50px 0 !important;
}

/* About last section Yellow one */

.cta-box-yellow {
    display: none !important;
}

/* *********** CONTACT PAGE ********  */
.contact-header {
    /* background-color: #000; */
    width: 100%;
    height: 500px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #0b0b0b;
    /* background-image: url(../images/header-pattern.png); */
    background-size: cover;
    position: relative;
}


.contact-header h1 {
    color: #ffff;
    font-size: 60px;
    font-weight: 700 !important;
    /* z-index: 99; */
}

.contact-bc {
    margin-top: 20px;
}

.contact-header ul {
    font-size: 14px;
    font-weight: 600;
    list-style-type: none;
    display: flex;
    color: #ffff;
}

/* Call Top Action Section  */
.call-to-action {
    padding: 40px;
    background-color: #0b0b0b;
    background-image: url(../images/header-pattern.png);
}

.call-to-action h2 {
    color: #ffffff;
}

.call-to-action p {
    color: #ffffff;
}

.cta-btn {
    background-color: #feed01;
    padding: 8px 20px !important;
    border: none;
    color: #000;
    font-weight: 600;
}

.cta-btn:hover {
    border: none;
    background-color: #FFC925;
}

.cta-sec1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cta-sec2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Amenities Page  */
.entr-pl {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* align-items: center; */
    font-size: 16px;
}

.entr-pl li {
    /* padding: 8px; */
    color: #000;
    /* background-color: #FFB71B; */
    /* width: 80%; */
    font-weight: 500;
}



/* Exhibition Page  */
.exhi-a {
    color: #ffffff;
}

.exhi-a:hover {
    color: #ffffff;
    /* text-decoration: none; */
}

/* NewsLetter Page  */

.biec-news-section {
    padding: 50px 0px !important;
}

.newsletter-section {
    margin-left: 50px;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 20px;
}

.news-img {
    /* border: 3px solid rgb(44, 5, 5); */
    /* border: 3px solid #FA4D24; */
    border: 3px solid #004490;
    box-shadow: 3px 4px 10px #000;
    width: 200px !important;
    height: 250px !important
}

.news-img:hover {
    /* margin-left: 10px;
    margin-bottom: 10px; */
    -webkit-transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    transform: rotateZ(5deg);
    transition: 2s ease;
}

/* PRESS RELEASE PAGE  */

.press-cnt-sec {
    padding: 30px 0px;
    /* padding-top: 80px; */
}

.press-box {
    padding: 20px;
    /* padding-left: 30px; */
}

.press-title {
    margin-bottom: 0px;
}

a.press-btns {
    padding: 10px 30px;
    color: #ffffff;
    background-color: green;
}

.press-pg-section {
    margin-top: 20px;
    text-align: left;
    margin-bottom: 10px;
}

.press-sec p {
    font-size: 16px;
    color: #000;
}

.media-img {
    border: 3px solid #004490;
    box-shadow: 2px 10px 10px #000;
    transition: .5s ease;
    /* transition: 1s ease; */

}

.media-img:hover {
    /* margin-left: 10px; */
    /* margin-top: 15px; */
    /* box-shadow: 0px 0px 20px #FF9820; */
    /* box-shadow: 0 0 8px #000; */
    /* border: 5px solid rgb(44, 5, 5); */

    /* box-shadow:
        1px 1px #373737,
        2px 2px #373737,
        3px 3px #373737,
        4px 4px #373737,
        5px 5px #373737,
        6px 6px #373737; */
    /* -webkit-transform: translateX(-10px); */
    /* transform: translateX(-10px); */
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transition: .3s ease;
}

/* Vendors Page  */




/* Media Coverage Page  */
.press-pg-section {
    text-align: left !important;
}

.press-btns {
    padding: 8px 20px;
    background-color: #529606;
    color: #ffff;
}


/* Accomodation Page  */
.acco-section {
    padding: 30px 0px !important;
}

.acc-header-div {
    box-shadow: 2px 15px 15px #eee;
    padding: 20px;
    margin: 10px;
    background-color: #ffffff;
}

.accom-header {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 40px;
}

.acc-head-left {
    background-color: #ffffff;
    padding: 15px;
}

.acco-left {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: center;
    margin-bottom: 20px;
}

main.accomodation-page {
    background-color: #f5f5f5;
}

/* EVENTS PAGE */
.cal-evt:hover {
    background: #ffff !important;
    transform: translateY(0px);
    z-index: 1;
    box-shadow: none !important;
}


.cal-evt-col {
    margin: 20px;
    background: #ffffff;
    box-shadow: 0 30px 30px #eee;
}

.cal-evt-col:hover {
    box-shadow: 1px 10px 10px #eee;
    background-color: #ffffff;
}

.biec-btn a {
    color: #ffff !important;
}

.h6-title {
    margin-top: 30px;
    text-align: left;
    margin-bottom: 30px;
    margin-left: 20px;
}

.captcha-block{
    display: flex !important;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

input.textbox {
    width: 50px !important;
    height: 40px;
    padding: 0 5px;
}