@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');

* {
    margin: 0;
    font-family: "Poppins", sans-serif;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #003087;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}





/* header start */

.event-header {
    padding: 5px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.event-header .event-header-logo {
    width: 220px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-header .event-header-logo img {
    width: 100%;
}

.event-header .event-header-timer {
    /* padding: 24px 0; */
}

.event-header .event-header-timer .date-box {
    background: #003087;
    color: #fff;
    padding: 0px 4px;
    width: 28px;
    text-align: center;
    border-radius: 5px;
}

.event-header .event-header-timer span {
    margin: 0 6px 0 2px;
    display: inline-block;
}

.event-header .event-header-timer .city-ev {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    color: #111111;
}

.event-header .event-header-btn {
    /* padding: 24px 0; */
}

.event-header .event-header-btn a {
    display: inline-block;
    text-decoration: none;
    margin-right: 20px;
    background: #FF7400;
    color: #fff;
    padding: 6px 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
}

@media screen and (max-width:992px) {
    .event-header {
        padding-bottom: 10px;
    }
}

@media screen and (max-width:500px) {
    .event-header-btn {
        padding: 10px 0px;
    }

    .event-header .event-header-logo {
        width: 160px;
        height: 80px;
    }

    .event-header .event-header-timer .city-ev {
        font-size: 14px;
    }
}

/* header end */









/* about us section start */
.event-about-us {
    padding: 60px 0;
}

.event-about-us h1 {
    font-size: 30px;
    color: #003087;
}



/* about us section end */







/* exhibitor profile start */
.event-exhi-profile {
    padding: 60px 0 30px;
}

@media screen and (max-width:767px) {
    .event-exhi-profile {
        padding: 0px 0 20px;
    }

}

.event-exhi-profile .event-exhi-desc p {
    display: flex;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 10px;
    padding: 2px 10px;
    ;
    border-radius: 5px;
    font-size: 16px;
    margin: 10px 0;
    font-style: italic;
}

.event-exhi-profile .event-exhi-desc p:hover {
    /* background-color: #d9232d; */
    background-color: #095B8B;
    color: #fff;
    transform: translateX(8px);
    transition: all ease-in-out 0.5s;
}

.event-exhi-profile .event-exhi-desc p:hover .bi {
    color: #fff;
    margin-right: 10px;
}

.event-exhi-profile .event-exhi-desc p .bi {
    /* color: #d9232d; */
    color: #095B8B;
    font-size: 30px;
}

.events-t4a-category-visit {
    margin-top: 30px;
}

.events-t4a-category-visit a button {
    outline: none;
    border: none;
    background: #003087;
    color: #fff;
    padding: 5px 16px;
    border-radius: 5px;
    margin-bottom: 8px;
    margin-right: 8px;
    font-size: 14px;
    border: 1px solid #003087;
}

.events-t4a-category-visit a {
    /* background: #003087; */
    /* color: #fff; */
    text-decoration: none;
    transition: .6s;
    /* font-weight: bold; */
    display: inline-block;
}

.events-t4a-category-visit a button:hover {
    border: 1px solid #003087;
    color: #003087;
    background: #fff;
    /* font-weight: bold; */
}

/* @media screen and (max-width:600px) {
    .events-t4a-category-visit a button {
        padding: 4px 8px;
        font-weight: normal;
        font-size: 12px;
    }
} */

/* exhibitor profile end */














/* visitor start */
.event-visitor-head {
    padding: 10px 0;
}

.event-visitor-head .event-visitor-desc {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    /* min-height: 420px !important; */
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

.event-visitor-head .event-visitor-desc:hover {
    transform: translateY(10px);
}

.event-visitor-head h2 {
    font-weight: 700;
    color: #003087;
}

.event-visitor-head h2::before {
    content: '';
    display: inline-block;
    height: 28px;
    width: 4px;
    background-color: #ffa500;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 2px;
}

.event-visitor-head .event-visitor-desc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.event-visitor-head .event-visitor-desc li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 16px;
}

.event-visitor-head .event-visitor-desc li::before {
    content: '\2713';
    color: #0056d2;
    font-weight: bold;
    font-size: 15px;
    margin-top: 2px;
}

/* visitor end */




/* form start */
.event-details-form {
    /* background: url(./assets/tradeshow-images/contact-form-bg.jpg) no-repeat; */
    /* background: url(../tradeshow-images/contact-form-bg.jpg) no-repeat; */
    background: url(../tradeshow-images/contact-form-bg-01.jpg) no-repeat;
    background-position: left;
    background-size: cover;
    padding: 10px 0;
    width: 100%;
}

.event-details-form .card {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 2, 0.09);
}

.event-details-form h5 {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}

.event-details-form .form-control,
.event-details-form .form-select {
    border-radius: 6px;
}

.event-details-form .form-control {
    padding: 10px 8px;
}

.event-details-form input::placeholder,
.event-details-form textarea::placeholder {
    color: #495057;
}

.event-details-form select {
    width: 100%;
    border-radius: 6px;
    padding: 10px 8px;
    border: 1px solid rgba(0, 0, 0, .15);
    color: #495057;
    font-size: 16px
}

/* captcha */
.captchasep1 {
    display: flex;
}

.captchasep1 .btn-refrsh {
    border: none;
    outline: none;
    background: transparent;
}

.captchasep1 input {
    /* width: 100% !important; */
    margin-top: 0 !important;
    padding: 10px 8px !important;
    width: 100px !important;
}

.captchasep1 .captcha-codes-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45% !important;
    /* border-radius: 5px; */
    /* border-top: 1px solid #ced4da; */
    /* border-right: 1px solid #ced4da; */
    /* border-bottom: 1px solid #ced4da; */
    /* background: url(../images/logo/captcha-bg.jpg); */
    /* font-weight: bolder !important; */
}

.captchasep1 .captcha-codes-sec p {
    margin-bottom: 0;
    letter-spacing: 5px;
    font-style: italic;
    font-size: 18px;
    /* padding: 10px; */
    /* height: 100%; */
    color: #000;
    /* font-weight: bolder !important; */
}

@media screen and (max-width:660px) {
    .captchasep1 .captcha-codes-sec {
        width: 60% !important;
    }
}

/* form end */





/* footer start */
.event-footer-btn {
    padding: 80px 0 40px;
    background: #fff;
}

.event-footer-btn .visitor-btn {
    background: #003087;
    color: #fff;
    padding: 20px 40px;
    text-decoration: none;
}

@media screen and (max-width:600px) {
    .event-footer-btn .visitor-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
}

/* footer end */










@media screen and (max-width:600px) {
    .event-about-us p {
        text-align: justify;
    }

    .event-about-us {
        padding: 30px 0;
    }

    .event-exhi-profile .event-exhi-desc p {
        font-size: 14px;
        margin: 5px 0;
    }

    .event-exhi-profile .event-exhi-desc p .bi {
        font-size: 25px;
    }

    .events-t4a-category-visit {
        margin-top: 20px;
    }

    .events-t4a-category-visit a button {
        margin-bottom: 5px;
    }

    .btn-les-mor {}
}