/**
* bootstrap - v4.8.0
*/
@import url('https://fonts.googleapis.com/css2?family=Radio+Canada:wght@300;400;500;600;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");

/* custom colors*/
:root {
    --red: #e41d24;
    --blue: #0e6696;
    --black: #000;
    --green: #65b332;
    /* --theme-color: #5ab12e; */
    --theme-color: #e41d24;
    --title-color: #016bb5;
    --orange: #fe4d01;
    --text-color: #444;
    --smoke-color: #f0f0f4;
    --white: #fff;
    --lite-orange: #fff2f0;
    --smoke-color: #f0f0f4;
    --body-color: #737588;
    --title-font: "Radio Canada", sans-serif;
    --body-font: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html {
    font-size: 62.5%;
}


body {
    border: 0;
    margin: 0;
    padding: 0;
    top: 0 !important;
    position: relative;
    font-family: var(--body-font);
    color: var(--body-color);
    font-size: 1.6rem;
}

p {
    font-family: var(--body-font);
    color: var(--body-color);
    font-size: 1.6rem;
    margin: 0 0 18px 0;
    line-height: 1.75;
}


a {
    color: inherit;
    transition: .2s ease;
    text-decoration: none !important;
}

a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}

a:link,
a:visited {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--title-font);
    color: var(--theme-color);
}

/* go to top */
.go-top {
    display: none;
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 9999;
    width: 3.5rem;
    height: 4.4rem;
    border-radius: 0.2rem;
    background: linear-gradient(-95deg, var(--red), var(--orange)) !important;
    color: var(--white);
    opacity: 1 !important;
}

.go-top i:before {
    color: var(--white);
    font-size: 1.8rem;
    font-weight: 800 !important;
    padding-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* common css */

input.form-control,
select {
    font-size: 100% !important;
    height: 5rem !important;
}

textarea {
    font-size: 100% !important;
    height: auto !important;
}

section {
    overflow: hidden;
}

.section-banner {
    background: url('../img/banner/section-banner.png') center no-repeat;
    background-size: cover;
    height: auto;
}

.pointer li {
    display: inline-flex;
    width: 49.8%;
    margin-bottom: .5rem;
    color: var(--white);
    justify-content: start;
    align-items: baseline;
}

.pointer i::before {
    transform: rotate(90deg);
    color: var(--theme-color);
}

/*Typography*/
.title {
    font-size: 3.6rem;
    color: var(--red);
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
}

.main-heading {
    font-size: 4.4rem;
    color: var(--red);
    font-weight: 700;
    position: relative;
    margin-bottom: 2rem;
}

.common-heading {
    font-size: 3.6rem;
    color: var(--red);
    font-weight: 700;
    line-height: 4.6rem;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 2rem;
    display: inline-block;
}

.common-heading-1 {
    font-size: 3rem;
    color: var(--red);
    font-weight: 700;
    position: relative;
    margin-bottom: 2rem;
    display: inline-block;
}

.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 600;
}

.small-heading {
    font-size: 2rem;
    color: var(--red);
}

.common-btn {
    border: none;
    color: var(--white);
    background-color: var(--black);
    font-weight: 500;
    font-size: 1.7rem;
    letter-spacing: 1px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.common-btn:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: var(--theme-color);
    border-radius: 50rem;
    transition: all 0.5s ease;
}

.common-btn:hover {
    color: var(--white) !important;
}

.common-btn:hover:after {
    left: 0;
    width: 100%;
}

.common-para {
    text-align: justify;
}

.submit-btn {
    position: absolute;
    right: 1.5rem;
    z-index: 1;
    height: auto !important;
}

.shadow-custom {
    box-shadow: 0px 2px 14px rgb(4 6 66 / 10%);
}

.blue {
    color: #016bb5;
    font-weight: 500;
}

/* end */
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 6.5rem;
}

#header.header-scroll {
    position: absolute !important;
    transition: .3s ease-out;
}

#header .venue {
    font-weight: 500;
    padding-left: 1rem;
    font-size: 1.5rem;
    line-height: 2.2rem;
}

#header .nav-link {
    color: var(--white);
    font-size: 1.5rem;
    margin: 0 .5rem;
    font-weight: 500;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown li {
    line-height: 28px;
}

.dropdown:hover .dropdown-menu {
    display: inline-block;
    min-width: 20rem;
}

a.dropdown-item {
    font-size: 1.4rem;
    padding: 1rem 1.2rem .8rem 2.5rem;
    color: var(--black);
    font-weight: 600;
}

.dropdown a.dropdown-item:hover,
.dropdown a.dropdown-item:focus {
    color: var(--red);
    background-color: #e9ecef;
}

/*--------------------------------------------------------------

/*-------------------------------------------------------------
home page css
-----------------------------------------------------------------*/

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero .carousel-control-next,
.hero .carousel-control-prev {
    top: 46%;
    bottom: 46%;
    background-color: var(--white) !important;
    width: 4rem;
    padding: 0;
    border-radius: 5%;
    height: 4rem;
    opacity: 1;
}

.hero .carousel-caption {
    z-index: 99;
    left: 5%;
    right: 5%;
    top: 0;
    bottom: 0;
    text-align: center;
}

.hero .carousel-caption h5 {
    font-size: 4.5rem;
    color: var(--white);
    padding-bottom: 2.5rem;
    font-weight: 600;
}

.hero .carousel-caption p {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700;
}

.hero .home-btn {
    font-weight: 500;
    font-size: 1.7rem;
    letter-spacing: 1px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.hero .home-btn-1 {
    border: none;
    color: var(--white);
    background: var(--black);
}

.hero .home-btn:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: var(--white);
    border-radius: 50rem;
    transition: all 0.5s ease;
}

.hero .home-btn-1:hover,
.hero .home-btn-2:hover {
    color: var(--black);
}

.hero .home-btn:hover:after {
    left: 0;
    width: 100%;
}

.hero .home-btn-2 {
    background-color: transparent;
    color: var(--white);
    border: .2rem solid var(--white);
    padding: 19.5px 33px;
    box-shadow: none;
}

.hero .home-btn-2:hover:after {
    border: .2rem solid var(--white);
}


.carousel-control-prev,
.carousel-control-next {
    z-index: 9;
}

.carousel-caption h5,
.carousel-caption p {
    color: white;
}

/*end*/

/* about- section */

.about-counter1 {
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 4;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.about-counter1 {
    width: 19rem;
    height: 19rem;
    background-color: var(--theme-color);
    border-radius: 100%;
    border: 1.5rem solid var(--white);
}

.about-counter1 .counter-title {
    font-size: 36px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 5px;
    line-height: 1;
}

.about-counter1 .counter-text {
    font-weight: 500;
    color: var(--white);
    font-size: 1.4rem;
}

/* counter */

.counter-box-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    box-shadow: 0 8px 30px rgb(4 6 66 / 8%);
    border-radius: 1rem;
    background-color: var(--white);
    margin-top: -17rem;
}

.confrence .counter-box-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.counter-box {
    text-align: center;
    padding: 40px 0;
    border-right: 1px solid var(--smoke-color);
}

.counter-box_number {
    font-size: 3.2rem;
    color: var(--red);
    font-weight: 700;
    margin-bottom: .5rem;
}

.counter-box_number i {
    font-size: 3.2rem;
    color: var(--red);
    font-weight: 700;
    margin-bottom: .5rem;
}

.counter-box_text {
    margin-bottom: 0;
    font-size: 1.4rem;
    padding: 0 .5rem;
}

/* co-located */
.co-located img {
    width: 20rem;
}

/* event highlight */
.service-block_img {
    position: relative;
    z-index: 3;
}

.service-block_icon {
    height: 80px;
    width: 80px;
    line-height: 78px;
    background-color: var(--white);
    text-align: center;
    border-radius: 5px;
    position: absolute;
    bottom: -35px;
    right: 30px;
    z-index: 2;
}

.service-block_icon:before {
    content: "";
    background: linear-gradient(-95deg, var(--red), var(--orange)) !important;
    position: absolute;
    inset: 0;
    margin: 8px;
    z-index: -1;
    border-radius: inherit;
}

.service-block_icon img {
    width: 5rem;
}

/* ----------------------------display profile------------------------- */
.display-profile {
    background: linear-gradient(65deg, var(--red), #002036) !important;
}

.display-profile .item {
    height: 32rem;
}

.product-display-card {
    height: 100%;
}

.display-content {
    height: 27rem;
    width: 27rem;
    padding: 11rem 3rem 7rem 5.5rem;
    z-index: 3;
    position: absolute;
    bottom: -8.3rem;
    left: -2.5rem;
    border-radius: 50%;
}

.display-content:before,
.display-content:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #c51e2754;
    border-radius: inherit;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: -1;
}

.display-content:after {
    top: -2rem;
    left: -2rem;
    background-color: transparent;
    border: .1rem solid var(--white);
}

.product-display-card:hover .display-content:before,
.product-display-card:hover .display-content:after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.display-profile .owl-nav,
.logos .owl-nav {
    position: absolute;
    top: -6rem;
    right: 3.2rem;
    display: flex !important;
    justify-content: space-between;
    width: 7%;
    border-radius: 0.5rem;
    gap: 1rem;
}

.display-profile .owl-carousel .owl-dot,
.display-profile .owl-carousel .owl-nav .owl-next,
.display-profile .owl-carousel .owl-nav .owl-prev,
.logos .owl-carousel .owl-dot,
.logos .owl-carousel .owl-nav .owl-next,
.logos .owl-carousel .owl-nav .owl-prev {
    color: var(--dark-blue);
    font-size: 2rem;
    font-weight: 700;
    background: var(--white);
    padding: 0.5rem;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-display-card i {
    color: var(--theme-color);
}

.display-name h3 {
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--black);
    margin: 0;
}

/* visitor */

.visitor-card img {
    transform: scale(1);
}

.visitor-card:hover img {
    transform: scale(1.2);
    transition: .3s;
}

.visitor-card .box-title {
    color: var(--theme-color);
    font-weight: 700;
    margin-top: 1.5rem;
    font-size: 1.8rem;
    font-family: var(--body-font);
}
/*logos*/
/*.carousel-div .owl-carousel .owl-stage-outer {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/
.carousel-box {
    height: 100px;
    width: 175px;
    border: 1px solid var(--bs-border-color);
}
.carousel-box img.object-fit-contain{
    object-fit:contain;
}
.valued-carousel-div .owl-nav{
    position: absolute;
    top: -5rem;
    right: 2rem;
    display: flex !important;
    justify-content: space-between;
    width: 7%;
    border-radius: 0.5rem;
    gap: 1rem;
}
.valued-carousel-div .owl-carousel .owl-nav .owl-next, .valued-carousel-div .owl-carousel .owl-nav .owl-prev,.carousel-div .owl-carousel .owl-nav .owl-next, .carousel-div .owl-carousel .owl-nav .owl-prev {
    width: 4rem;
    height: 4rem;
    margin: 0.5rem 0 0rem 1rem;
}
/*--------------------------------------------------------------

# Footer
--------------------------------------------------------------*/


/*footer*/
.bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.subscribe-sec {
    background-color: var(--theme-color);
    border-radius: 10px;
    padding: 2.5rem 5rem;
    position: relative;
    z-index: 3;
}

.newsletter-form .form-control {
    height: 4.5rem !important;
    background-color: var(--white);
    padding: 0 1.5rem;
    font-size: 1.6rem !important;
}

.footer-wrapper {
    background-color: var(--black);
    z-index: 2;
    /*margin: 10rem 0 0 0;*/
    padding: 6rem 0 0 0
}
 .inner-margin {
        height: 10rem;
    }

.position-relative.home-form {
    top: 0rem !important;
    z-index: 9;
}
.footer-heading {
    font-size: 2rem;
}

.social-box .social-title {
    font-size: 20px;
    color: var(--white-color);
    font-weight: 600;
    margin-right: 20px;
    margin-bottom: 0;
}

.copyright-wrap {
    border-top: 0.1rem solid var(--white);
}

footer .footer {
    width: 20rem;
}

footer .olampia {
    width: 10rem;
}

footer .qr {
    width: 20rem;
}

.social-link {
    height: 4rem;
    width: 4rem;
    line-height: 4rem;
    font-size: 2.5rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    display: block;
    color: var(--white);
    position: relative;
    z-index: 1;
    border: 1px solid var(--white);
}

.links li:hover {
    margin-left: 1rem;
    transition-duration: .9s;
}

.links li::before {
    position: absolute;
    content: "\F231";
    top: 0;
    left: 0;
    font-family: 'bootstrap-icons' !important;
    color: var(--theme-color);
    font-size: 1.8rem;
}

/*innerpage css start*/
.breadcrumb-item li,
.breadcrumb-item li a {
    color: var(--white) !important;
}

.breadcrumb-item.active::before {
    color: var(--white);
}

.inner-page-bg {
    height: 50rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #01A9B4;

}

.inner-page-bg h1 {
    color: var(--white);
    margin: -0.2em 0 -0.2em 0;
    line-height: 1.1;
    font-size: 4rem;
    font-weight: 700;
    padding-top: 6.5rem;

}


.common-banner {
    background-image: url(../img/banner/common-banner.jpg);
}

/*contact*/

.contact-section i {
    color: var(--black) !important;
    font-size: 2rem;
}

.contact-info h3 {
    margin: 0;
}

label.error {
    font-weight: 600;
    position: static;
    color: red;
    margin-top: 0px;
}


.input-group i {
    font-size: 2rem;
    color: #737588;
}

.input-group .form-control:hover,
.input-group .form-control:focus {
    box-shadow: none;
    outline: none;
}

.border-title:after {
    content: "";
    height: .2rem;
    width: 8rem;
    background-color: var(--theme-color);
    position: absolute;
    bottom: -.1rem;
    left: 0;
}

/* about */
.organizer-logo {
    width: 14rem;
}


/* exhibit */
.display-profile-details img {
    transform: scale(1);
}

.display-profile-details img:hover {
    transform: scale(1.2);
}

/* form */
.form-ul li {
    width: 33%;
    display: inline-flex !important;
    align-items: baseline;
}

.ChkDis label {
    font-weight: normal;
    line-height: 1.7rem;
    max-width: 90%;
    margin-left: .6rem;
    text-align: left;
    margin-top: 1rem;
}

input[type="checkbox"]~label,
input[type="radio"]~label {
    position: relative;
    padding-left: 3rem;
    cursor: pointer;
    display: block;
}

input[type="checkbox"],
input[type="radio"] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
}

input[type="checkbox"]:checked~label:before {
    content: "\F633";
    color: var(--white);
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

input[type="checkbox"]~label:before {
    content: "";
    font-family: 'bootstrap-icons' !important;
    position: absolute;
    left: 0;
    top: 0rem;
    background-color: var(--white);
    border: .1rem solid var(--theme-color);
    height: 1.8rem;
    width: 1.8rem;
    line-height: 1.8rem;
    text-align: center;
    font-size: 1.2rem;
}

input[type="radio"]:checked~label::before {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
    color: var(--white);
}

input[type="radio"]~label::before {
    content: "\F287";
    position: absolute;
    font-family: 'bootstrap-icons' !important;
    left: 0;
    top: .2rem;
    width: 1.8rem;
    height: 1.8rem;
    padding-left: .1rem;
    font-size: 0.6em;
    line-height: 1.8rem;
    text-align: center;
    border: .1rem solid var(--theme-color);
    border-radius: 100%;
    background: var(--white-color);
    color: transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/* exhibit */
.divider-center {
    height: 4px;
    width: 70px;
    display: block;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--blue)), color-stop(51%, var(--theme-color)), to(var(--green)));
}

.ul-list li {
    display: block;
    position: relative;
    padding: 0 0 0 2.5rem;
    margin: 1rem 0;
}

.ul-list li::before {
    position: absolute;
    content: "\F231";
    top: 0;
    left: 0;
    font-family: 'bootstrap-icons' !important;
    color: var(--orange);
    font-size: 2rem;
}

.ul-list li:hover {
    margin-left: 1rem;
    transition-duration: .9s;
    padding: 0px 0px 0px 2.5rem;
}


/*media query start*/

@media (max-width: 767px) {

    html {
        font-size: 60%;
    }

    .main-heading {
        font-size: 3rem;
    }

    .heading {
        font-size: 2.8rem;
    }

    /*  */
    .navbar-dark .navbar-toggler {
        border: none !important;
    }

    .navbar-toggler-icon i {
        font-size: 3rem;
        color: #fff;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: none;
        width: 2rem;
        height: 2rem;
        display: flex;
        padding: 2rem;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 0.3rem solid #fff;
    }

    #nav-mobile {
        position: absolute;
        top: 99%;
        background: var(--blue);
        left: 0px;
        right: 0px;
        padding: 1rem;
        z-index: 9;
    }

    #nav-mobile .nav-item {
        width: 100%;
        padding: 0 1.5rem;
    }

    #nav-mobile .nav-item .nav-link {
        line-height: 3.5rem;
    }

    .dropdown:hover .dropdown-menu {
        border-top: none;
    }

    /* home page */
    .hero .carousel-caption {
        padding: 12rem 1rem 1rem 1rem;
        left: 2%;
        right: 2%;
    }

    .hero .carousel-caption h5 {
        font-size: 3rem;
    }

    .carousel-caption .d-flex {
        flex-direction: column;
    }

    .carousel-caption .home-btn {
        flex-direction: row;
    }

    .counter-box-wrap {
        margin-top: 0;
        grid-template-columns: repeat(1, 1fr);
    }

    .display-profile .owl-nav,
    .logos .owl-nav {
        top: -5rem;
        width: 30%;
        right: 0;
    }

    .footer-wrapper {
        padding: 20rem 0 0 0;
    }

    /* form */
    .form-ul li {
        width: 49%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .navbar-dark .navbar-toggler {
        border: none !important;
    }

    .navbar-toggler-icon i {
        font-size: 3rem;
        color: #fff;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: none;
        width: 2rem;
        height: 2rem;
        display: flex;
        padding: 2rem;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 0.3rem solid #fff;
    }

    #nav-mobile {
        position: absolute;
        top: 99%;
        background: var(--blue);
        left: 0px;
        right: 0px;
        padding: 1rem;
        z-index: 9;
    }

    #nav-mobile .nav-item {
        width: 100%;
        padding: 0 1.5rem;
    }

    #nav-mobile .nav-item .nav-link {
        line-height: 3.5rem;
    }

    .dropdown:hover .dropdown-menu {
        border-top: none;
    }

    #header .venue {
        padding-left: 0;
    }
}
