:focus {
    outline: 0 !important;
}

html {
    scroll-behavior: smooth;
}


@font-face {
    font-family: 'Century-Gothic';
    src: url('https://ibentos.com/zaxis2022/landing-page/fonts/Century-Gothic.ttf'));
}

@font-face {
    font-family: 'Century-Gothic';
    font-weight: bold;
    src: url('https://ibentos.com/zaxis2022/landing-page/fonts/CenturyGothic.ttf');
}



body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', 'Montserrat', sans-serif;
    font-size: 16px;
    color: #000 !important;
}

.orange-bg {
    background-color: #FF7A42;
}

.topband_bg-home {
    background: url(../images/main-bg-new1.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
    background-position: top center;
}

/*
.topband_bg-home:before{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
	right: 0;
	bottom: 0;
    background-color: #000;
	opacity: 1px !important;
	z-index:1;
}
*/
/*  .blue-logo{display:none} */
.stuck .sticky-top .blue-logo {
    display: inline-block;
}

.stuck .sticky-top .white-logo {
    display: none;
}

.footer-banner {
    background-color: #060607;
    width: 100%;
}

.btn-outline-light {
    color: #000000;
    border-color: #f8f9fa;
    border: 2px solid #D1D1D1;
    padding: 5px 17px;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-outline-light:hover {
    color: #ffffff;
    background-color: #000;
    border-color: #f8f9fa;
}

.btn-success {
    border-radius: 4px;
    padding: 8px 28px;
    background-color: #E92227;
    border-color: #E92227;
    font-weight: 500;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    color: #fff;
    background-color: #0481bf !important;
    border-color: #0481bf !important;
}

.btn-danger {
    color: #fff;
    background-color: #E92227 !important;
    border: #E92227 !important;
}

.bg-danger {
    background-color: #E92227 !important;
}

.bg-primary {
    background-color: #003f5e !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 1.5rem !important;
    margin-top: 13px;
    margin-left: 0;
    padding: 0 0 7px 0;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    /*  border-bottom: 3px solid rgba(0, 0, 0, 0.00); */
    text-transform: uppercase;
}


.stuck .navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
}

/* #about p{
	margin-bottom:20px;
	font-size:18px;
	line-height:32px;
}
 */
.text-20 {
    font-size: 20px !important;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:focus {
    margin-right: 1rem;
    margin-left: 0;
    color: #000;
    font-weight: 400;
    border-bottom: 0px solid #E92227;
}

/*.form-section .form-control {*/
/*    border-radius: 4px;*/
/*    padding: 0px 0 0px 55px;*/
/*    font-size: 14px;*/
/*    height: 48px;*/
/*	font-family: 'Roboto', sans-serif;*/
/*}*/
.form-section .form-control {
    border-radius: 4px;
    padding: 0px 0 0px 30px;
    font-size: 14px;
    height: 48px;
    font-family: 'Roboto', sans-serif;
    border: none;
    background: transparent;
    box-shadow: none;
    border-bottom: 2px dotted;
}

.form-section .form-group {
    margin-bottom: 5px;
}

.btn {
    text-transform: uppercase;
    border-radius:0px;
    padding: 8px 45px;
    font-size: 18px;
    font-weight: 500;
}

.btn-primary {
   color: #000;
  background-color: #F4BFA3;
  border-color: #F4BFA3;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #000;
    background-color:#F8B490 !important;
    border-color: #F8B490 !important;
}

.text-primary {
    color: #003f5e !important;
}

.btn-dark {
    color: #fff;
    background-color: #000;
    border: #000;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important;
}

.form-section .form-icon {
    position: absolute;
    top: 10px;
}

form h3 {
    font-size: 32px;
    font-weight: 700;
}

.rounded-20 {
    border-radius: 20px;
}

.dropdown-menu {
    border-radius: 0;
    font-size: 14px;
    margin-top: 0;
    border: 0;
    padding: 0;
    text-transform: capitalize;
}

.dropdown-menu .dropdown-item {
    padding: .60rem 1rem;
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #FF7A42;
}

.logo-shap:after {
    content: "";
    width: 280px;
    height: 93px;
    left: -19px;
    top: 0;
    transform: skew(-20deg);
    background: #fff;
    position: absolute;
    display: none;
}

.navbar-brand {
    z-index: 999 !important;
}

.navbar-brand .blue-logo {
    max-height: 20px;
}

.medinova-logo {
    max-height: 35px;
}

.medipharma-logo {
    max-height: 30px;
}

.navbar-brand {
    margin-left: 70px;
    margin-top: 20px;
}

.btn-success {
    border-radius: 4px;
    padding: 8px 28px;
    background-color: #E92227;
    font-weight: 500;
}

.from-banner {
    background: transparent linear-gradient(97deg, var(--unnamed-color-009a7e) 0%, #009383 47%, var(--unnamed-color-005baa) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(97deg, #009A7E 0%, #009383 47%, #005BAA 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

.bg-grey {
    background-color: #f7f7f7;
    border-radius: 12px;
}

.footer-banner .heading p {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}

.footer-banner .heading h3 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}

.footer-banner .media img {
    /* background-color: #ffffff4f;border-radius: 10px; */
    padding: 16px 14px;
}

.footer-banner .media .media-body h5 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #fff;
    padding-top: 7px;
}

.footer-banner .media .media-body a {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.Contact-Person {
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
    display: inline-block;
    padding: 10px 10px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 10px;
    margin: 15px 0;
}

.Contact-Person span {
    background-color: #eb6228;
    color: #fff;
    padding: 5px 10px;
    display: block;
    border-radius: 5px;
    margin-bottom: 10px;
}

.form-icon {
    position: absolute;
    top: 21px;
    left: 15px;
    z-index: 20;
}

.sectionPadding {
    padding: 80px 0;
}

.about-fair .about-fair ul {
    padding-left: 10px;
}

.about-fair ul li {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 400;
    list-style: none;

}

.text-22 {
    font-size: 22px !important;
}

.text-26 {
    font-size: 26px !important;
}

.about-fair ul li:before {
    font-family: "FontAwesome";
    content: "\f0a9 ";
    display: inline-block;
    padding-right: 7px;
    vertical-align: middle;
    font-weight: 900;
    color: #E92227;
}

.Subscribe-email form .btn {
    font-size: 16px;
    font-weight: 600;
    padding: 8px 30px;
    border-radius: 40px;
    text-transform: uppercase;
}

.Subscribe-email form button {
    position: absolute;
    top: 14px;
    right: 30px;
    z-index: 20;
}

.form-hedding {
    color: #000000;
    font-size: 20px;
    margin: 20px 0 30px 0;
}

.form-hedding span {
    background: #000;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
}

.agenda {
    background: #E92227 url("../images/people-bg.png") center bottom no-repeat fixed;
    background-size: cover;
    position: relative;
    opacity: 1;
}

.agenda .agenda-box .time h6 {
    font-size: 15px;
    font-weight: 700;
    color: #1A9FEF;
    margin-bottom: 10px;
}

.agenda .agenda-box .time h5 {
    font-size: 18px;
    color: #E92227;
    margin-bottom: 0px;
}

.agenda .agenda-box .title h6 {
    font-size: 15px;
    font-weight: 700;
    color: #1A9FEF;
    margin-bottom: 10px;
}

.agenda .agenda-box .title h5 {
    font-size: 18px;
    margin-bottom: 0px;
}

.agenda .agenda-box .Description h6 {
    font-size: 15px;
    font-weight: 700;
    color: #1A9FEF;
    margin-bottom: 10px;
}

.agenda .agenda-box .Description h5 {
    font-size: 16px;
    margin-bottom: 0px;
}

/* .form-control {
	border-radius: 0px;
	padding: 8px;
	font-size: 14px;
	height: 40px;
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.11);
} */

.btn-submit {
    color: #fff;
    background-color: #ff7a42;
    border-color: #ea6933;
    padding: 7px 22px;
    font-size: 18px;
    border-radius: 0;
}

.footer.footer-bar {
    padding: 15px 0;
    border-top: 1px solid #efefef;
    font-size: 12px;
    margin-top: 30px;
}

.footer.footer-bar a {
    color: #0f5980;
}


.footer.footer-bar .payment-cards img {
    height: 25px;
}

.social-icon a .fa {
    font-size: 18px;
    color: #000;
    margin-right: 20px;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #000;
}

.stuck .navbar-light .navbar-nav .active > .nav-link,
.stuck .navbar-light .navbar-nav .nav-link.active,
.stuck .navbar-light .navbar-nav .nav-link.show,
.stuck .navbar-light .navbar-nav .show > .nav-link {
    color: #000;
}

/*top nav*/
#topnav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    /* z-index: 1030; */
    z-index: 10;
    background-color: #fff;
    border: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    /*background: #0f5980;*/
}


#topnav {
    text-align: center;
}

#topnav .logo {
    float: left;
    color: #3c4858 !important;
    text-align: left;
    margin-top: 0px;
    position: absolute;
    left: 70px;
}

#topnav .logo img {
    width: 200px !IMPORTANT;
}

#topnav.nav-sticky .logo img {
    /*filter: brightness(0) invert(1);*/
}

#topnav.nav-sticky .logo img {
    width: 150px !IMPORTANT;
}

/*#topnav .logo img{max-height:60px;}*/
#topnav .has-submenu.active a {
    color: #ffffff;
}

#topnav .has-submenu.active .submenu li.active > a {
    color: #2f55d4;
}

#topnav .has-submenu.active.active .menu-arrow {
    border-color: #2f55d4;
}

#topnav .has-submenu {
    position: relative;
}

#topnav .has-submenu .submenu .submenu-arrow {
    border: solid #3c4858;
    border-radius: 0.5px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2.5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: 14px;
}

#topnav .navbar-toggle {
    border: 0;
    position: relative;
    width: 60px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 32px 20px 24px;
    height: 18px;
}

#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #F2CE72;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

#topnav .navbar-toggle span:last-child {
    margin-bottom: 0;
}

#topnav .buy-button {
    float: right;
    line-height: 68px;
    padding: 3px 0;
}

#topnav .navbar-toggle.open span {
    position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
    visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
    width: 100%;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#topnav .navbar-toggle.open span:hover {
    background-color: #2f55d4;
}

#topnav .navbar-toggle:hover,
#topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu > li > a:hover,
#topnav .navbar-toggle:focus {
    background-color: transparent;
}

#topnav .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#topnav .navigation-menu > li {
    float: left;
    display: block;
    position: relative;
    margin: 0 10px;
}

#topnav .navigation-menu > li > a {
    display: block;
    color: #000;
    font-size: 18px;
    background-color: transparent !important;
    font-weight: 600;
    line-height: 24px;
    transition: all 0.5s;
    padding-left: 6px;
    padding-right: 6px;
    /*text-transform: uppercase;*/
}

#topnav.nav-sticky .navigation-menu > li > a {
    color: #000;
}

#topnav .navigation-menu > li > a:hover,
#topnav .navigation-menu > li > a:active {
    color: #F2531C;
}

#topnav .navigation-menu .has-submenu .menu-arrow {
    border: solid #3c4858;
    border-radius: 0.5px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    right: -1px;
    top: 30px;
}

#topnav .menu-extras {
    float: right;
    /* display:none; */
}

#topnav.scroll,
#topnav.scroll-active,
#topnav.dark-menubar {
    background-color: #ffffff;
    border: none;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

#topnav.scroll .navigation-menu > li > a,
#topnav.scroll-active .navigation-menu > li > a,
#topnav.dark-menubar .navigation-menu > li > a {
    color: #3c4858;
}

#topnav.scroll .navigation-menu > li > a:hover,
#topnav.scroll-active .navigation-menu > li > a:hover,
#topnav.dark-menubar .navigation-menu > li > a:hover {
    color: #fff !important;
}

#topnav.scroll .navigation-menu > li.active > a,
#topnav.scroll-active .navigation-menu > li.active > a,
#topnav.dark-menubar .navigation-menu > li.active > a {
    color: #2f55d4 !important;
}

#topnav.defaultscroll.dark-menubar .logo {
    line-height: 70px;
}

#topnav.defaultscroll.scroll .logo {
    line-height: 62px;
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
    line-height: 62px;
}

#topnav.nav-sticky {
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    position: fixed;
}

@media (min-width: 992px) {
    #topnav .navigation-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }

    #topnav .navigation-menu > .has-submenu > .submenu > .has-submenu > .submenu::before {
        top: 20px;
        margin-left: 12px;
        -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
        border-color: transparent #ffffff #ffffff transparent;
    }

    #topnav .navigation-menu > li .submenu > li .submenu {
        left: 105%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px;
    }

    #topnav .navigation-menu > li > a {
        padding-top: 25px;
        padding-bottom: 25px;
        min-height: 62px;
    }

    #topnav .navigation-menu > li:hover > .menu-arrow {
        border-color: #2f55d4;
    }

    #topnav .navigation-menu > li:hover,
    #topnav .navigation-menu > li.active > a {
        /*color: #2f55d4 !important;*/
    }

    #topnav .navigation-menu > li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        padding: 15px 0;
        list-style: none;
        min-width: 180px;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        border-radius: 10px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    }

    #topnav .navigation-menu > li .submenu:before {
        content: "";
        position: absolute;
        top: 2px;
        margin-left: 45px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 7px solid #495057;
        border-color: transparent transparent #ffffff #ffffff;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
        box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
    }

    #topnav .navigation-menu > li .submenu li {
        position: relative;
    }

    #topnav .navigation-menu > li .submenu li a {
        display: block;
        padding: 10px 20px;
        clear: both;
        white-space: nowrap;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        font-weight: 700;
        color: #3c4858;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    #topnav .navigation-menu > li .submenu li a:hover {
        color: #2f55d4;
    }

    #topnav .navigation-menu > li .submenu li ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

    #topnav .navigation-menu > li .submenu.megamenu {
        white-space: nowrap;
        width: auto;
    }

    #topnav .navigation-menu > li .submenu.megamenu > li {
        overflow: hidden;
        width: 180px;
        display: inline-block;
        vertical-align: top;
    }

    #topnav .navigation-menu > li .submenu.megamenu > li .submenu {
        left: 100%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px;
    }

    #topnav .navigation-menu > li.last-elements .submenu {
        left: auto;
        right: 0;
    }

    #topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 10px;
    }

    #topnav .navbar-toggle {
        display: none;
    }

    #topnav #navigation {
        display: block !important;
    }

    #topnav.scroll {
        top: 0;
    }

    #topnav.scroll .navigation-menu > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #topnav.scroll-active .navigation-menu > li > a {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}


@media (max-width: 768px) {
    #topnav .navigation-menu .has-submenu .menu-arrow {
        right: 16px;
        top: 16px;
    }

    .main-banner {

        background-position: 41% center !important;
    }

    .h3,
    h3 {
        font-size: 1.25rem;
    }
}

@media (min-width: 768px) {
    #topnav .navigation-menu > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
    }

    #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-toggle {
        display: block;
    }
}

@media (max-width: 475px) {
    #topnav .buy-button {
        display: block;
        width: 100%
    }

    #topnav .buy-button a.btn {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .btn-outline-light {
        color: #000 !important;
    }

    /* #topnav .navbar-toggle .lines {
		margin-right: 0 !important;
	} */
}

/*end of topnav*/


.about_text p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.main-tittle {
    font-size: 35px;
    color: #000 !important;
    position: relative;
    padding-bottom: 5px;
    font-family: WWF;
}

/*.main-tittle::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  display: block;*/
/*  width: 60px;*/
/*  height: 5px;*/
/*  background: #e8450b;*/
/*  bottom: 0;*/
/*  left: calc(50% - 25px);*/
/*}*/

.copy-txt {
    font-size: 16px;
    color: #666;
    font-family: 'Open Sans';
    font-weight: normal;
    line-height: 24px;
}

.carousel-caption {
    position: unset;
}

.carousel-caption h2 {
    font-size: 67px;
    font-weight: 700;
}

.carousel-caption h3 {
    font-size: 63px;
    font-weight: 400;
}

.carousel-caption .event-date {
    font-size: 24px;
    font-weight: 400;
    background-color: #454545;
    display: inline-block;
    padding: 7px 35px;
    border-radius: 30px;
}

.carousel-indicators {
    left: unset;
}

.carousel-caption h4 {
    font-size: 41px;
    font-weight: 400;
    color: #FF7A42;
    text-transform: uppercase;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: unset;
    border-bottom: unset;
    opacity: .5;
    transition: opacity .6s ease;
}

.my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.px-80 {
    padding: 80px;
}

/* .after-border h5:after {
	content: "";
	position: absolute;
	border-bottom: 3px solid;
	width: 30px;
	left: 0;
	bottom: -6px;
} */

.after-border-center h5:after {
    content: "";
    position: absolute;
    border-bottom: 3px solid;
    width: 30px;
    left: 48%;
    bottom: -8px;
}

.heading h2 {
    font-size: 36px;

    font-weight: 600;
    color: #144b61;
}

.heading h5 {
    font-size: 18px;

    font-weight: 400;
    color: #E92227;
}

.hp {
    padding: 12px 208px;
}

.pge-win-text h4 {
    font-size: 20px;
    color: #005BAA;
    font-weight: 600;
    position: relative;
    display: block;
}

.pge-win-text p {
    font-size: 11px;
    float: right;
    color: #616366;
}

.box-txt {
    font-size: 12px !important;
    line-height: 14px !important;
    color: #005baa !important;
    font-weight: 500 !important;
    font-family: 'Roboto Slab', serif;
}

.box-img img {
    width: 95%;
}

.add-box {
    padding: 10px;
}

.about .heading {
    font-size: 23px;
}

.event-date {
    /*background-color:#2f3d50;*/
    background: rgb(47 61 80 / 75%);
    border-radius: 5px;
    padding: 10px 13px;
}

.event-date h4 {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 7px;
    margin-bottom: 5px;
}

.event-date p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 20px;
}

/*.register_form h3 {*/
/*    font-weight: 600 !important;*/
/*    color: #cd3020 !important;*/
/*    font-size: 24px;*/
/*    margin-bottom: 20px;*/
/*}*/
.banner-section {
    width: 100%;
    height: 100vh;
    margin-top: 0%;
    background: #0f5980;
}

#color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
}

.bg-video {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 0;

}

.banner-text h5 {
    background: #949595;
    padding: 10px 20px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: inline-block;
    font-size: 26px;
    color: #fff;
    font-weight: 300;
}

.banner-text p {
    font-size: 20px;
    color: #000;
    line-height: 27px;
}

.banner-text p span {
    font-weight: 600;
}


.topband_bg-home .media h5 {
    font-size: 16px;
    color: #302f2e;
    font-weight: 600;
    margin-bottom: 5px;
}

.topband_bg-home .media a {
    font-size: 20px;
    font-weight: 600;
    color: #302f2e;
}

.banner-text h4 {
    font-size: 48px;
    color: #E92227;
    font-weight: 700;
}

.banner-text h4 span {
    display: block;
}

.about-logo img {
    margin-top: 180px;
}

.nav-pills .nav-link {
    margin-right: 10px;
    border-radius: 0;
    background-color: #fff;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #FF7A42;
}

.nav-pills .nav-link.active .day {
    color: #fff !important;
    background-color: #FF7A42;
}

.nav-pills .nav-link.active .date {
    color: #fff !important;
    background-color: #FF7A42;
}

.nav-center {
    text-align: center;
}

.nav-link .day {
    color: #000;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;

}

.nav-link .date {
    font-size: 16px;
    text-transform: uppercase;
    color: #3E65AC;
    margin-bottom: 0px;
}

.nav-item .nav-link {
    display: block;
    padding: 15px 1rem;
}

.nav-pills {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.bs-example .card-header button i {
    position: absolute;
    right: 23px;
    border-radius: 7px;
    border: 1px solid #DCDCDC;
    padding: 9px 13px;
    top: 39px;
    color: #818181;
    z-index: 1111;
}

.bs-example .card-hearder .btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: unset;
}

.bs-example .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0;
}

.bs-example .card {
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 15px;
}

.bs-example .card-header:first-child {
    border-radius: 14px;
}

.taccordion-h h6 {
    font-size: 11px;
    color: #3E65AC;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 3px;
}

.taccordion-h h5 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.taccordion-h p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.book-slot {
    color: #fff;
    background-color: #3E65AC;
    border-color: #2a5094;
    padding: 9px 19px !important;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.book-slot:hover {
    color: #fff;
    background-color: #ff7c42;
    border-color: #f56f34;
}

/*------new--------*/


.category ul {
    list-style: none;
}

.category ul li {
    Color: #818181;
    padding-top: 0px;
}

.category ul li:before {
    font-family: "FontAwesome";
    content: "\f105";
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    font-weight: 900;
    color: #FF7A42;
}

.card-body {
    padding-top: 0px;
}

.schedule-text-img {
    background: url(../images/schedule.png) no-repeat top center;
    background-size: initial;
    content: "";
    position: absolute;
    left: 0;
    height: 125px;
    right: 0;
    bottom: -1px;
}

.about-fair p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
}


.pb-150 {
    padding-bottom: 150px;
}

/*Mobile View*/

.Participating-companies .col-md-3 {
    border: 1px solid #DCDCDC;
    background-color: #fff;
}

.Participating-companies .col-md-3 img {
    padding: 20px 0;
    text-align: center;
}

.view-all-btn {
    font-size: 16px;
    font-weight: 600;
    border-radius: 40px;
    padding: 8px 28px;
    background-color: #000;
    text-transform: uppercase;
}

.bbm-f h1 {
    font-weight: 700;
    font-size: 45px;
}

.register-now-btn {
    font-size: 28px;
    padding: 8px 70px;
    border-radius: 40px;
}

.register-now-btn:hover {
    color: #ffffff;
    background-color: #fb6d32;
    border-color: #f7f7f7;
}

.stuck .sticky-top {
    background-color: #000 !important;
    position: fixed;
    width: 100%;
    z-index: 9999;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.09);
    -webkit-transition: all 0.3s
}

.sticky-top {
    transition: 0.5s;
    position: fixed;
    background: #000;
}

.back-to-top {
    z-index: 99999;
    position: fixed;
    bottom: 39px;
    right: 32px;
    width: 43px;
    height: 43px;
    line-height: 58px;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.back-to-top .fa {
    font-size: 30px;
    line-height: 36px;
}

a:hover {
    text-decoration: unset;
}

.carousel.slide {
    margin-top: 140px;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #000 !important;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000 !important;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000 !important;
}

::placeholder {
    /* Most modern browsers support this now. */
    color: #000 !important;
}

#triangle-topright:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 2600px solid #005BAA;
    border-left: 634px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
}

/* .btn-dark { */
/* color: #fff; */
/* background-color: #E92227; */
/* border-color: #E92227; */
/* } */
.pt-120 {
    padding-top: 120px;
}

.px-110 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.Countdown-Begins h6 {
    font-size: 23px;
    background-color: #E92227;
    display: inline-block;
    padding: 6px 17px;
    margin-left: 20px;
    color: #fff;
    border-radius: 12px;
    margin-bottom: -10px;
}

.countdown {
    padding: 21px 10px;
    background-color: #E92227;
    border-radius: 12px;
}


@media (max-width: 576px) {
    form h3 {
        font-size: 28px;
        font-weight: 700;
    }

    .about-fair ul li {
        font-size: 18px;
    }

    .about-fair ul {
        padding-left: 20px;
    }

    .about-fair ul li:before {

        position: absolute;
        left: 12px;
    }

    .steps {
        text-align: center;
    }

    .steps h5 {
        padding: 0px 0px 0px 0px !important;
        margin-top: 0px !important;
        font-size: 24px !important;
        line-height: 36px;
        text-align: center;
    }

    .steps p {
        padding: 1px 0 0 0px !important;
        text-align: center;
    }

    .footer-banner {
        width: 100%;
        height: auto;
    }

    .footer-banner .media .media-body .email-font {
        font-size: 16px !important;
    }

    .pt-120 {
        padding-top: 105px;
    }

    .bg-danger {
        background-color: #E92227 !important;
    }

    .Subscribe-email form button {
        position: unset;
    }

    .bg-grey .heading p {
        font-size: 16px;
        font-weight: 300;
    }

    .pge-win-text p {
        float: unset;
    }

    .form-section {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .bg-blue {
        background-color: #005BAA;
    }

    #triangle-topright {
        display: none;
    }

    .map-bg {
        display: none;
    }

    .my-80 {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .b-sm-b {
        border-bottom: 0px !important;
    }

    .Participating-companies .col-md-3 img {
        padding: 5px;
    }

    .Participating-companies {
        padding: 20px;
    }

    .schedule-text-img {
        background-size: contain;
        left: 20px;
        height: 125px;
        right: 20px;
        bottom: -89px;
    }

    .px-110 {
        padding-top: 90px;
        padding-bottom: 30px;
    }

    .bs-example .card-header button i {
        top: 30px;
    }

    .Subscribe-email h3 {
        font-size: 26px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        margin-top: 20px;
    }

    .footer-banner .media {
        margin-bottom: 20px;
    }

    .Contact-Person {
        background-color: #fff;
        color: #000;
        display: inline-block;
        padding: 11px 10px;
        font-size: 16px;
        font-weight: 400;
        border-radius: 10px;
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .book-slot {
        width: 100%;
    }

    .px-80 {
        padding: 50px 0px;
    }

    .hp {
        padding: 0px;
        font-size: 16px !important;
        line-height: 26px !important;
    }

    .heading h2 {
        font-size: 20px;
    }

    .heading p .hp {}

    .about-logo img {
        margin-top: 90px;
        padding-bottom: 100px;
        width: 50%;
    }

    .map-bg {
        background: url(../images/map.png) no-repeat top;
        background-size: contain;
        content: "";
        height: 450px;
        position: absolute;
        left: 0;
        right: 0;
        top: unset;
        bottom: -190px;
    }

    .heading h4 {
        font-size: 34px;
    }

    /* .topband_bg-home .media a { */
    /* font-size: 15px;} */
    .heading p {
        font-size: 16px;
        line-height: 23px;
    }

    .bg-grey .media {
        margin-bottom: 20px;
    }

    .bg-grey .heading h3 {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 25px;
    }

    .carousel-indicators {
        left: 0;
        bottom: -44px;
    }

    .carousel-caption h4 {
        font-size: 19px;
        font-weight: 500;
        color: #FF7A42;
        text-transform: uppercase;
    }

    .carousel-caption h3 {
        font-size: 29px;
        font-weight: 400;
    }

    .carousel-caption h2 {
        font-size: 31px;
        font-weight: 700;
    }

    .topband_bg-home {
        background: url(../images/main-bg-new-mobile.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        padding-left: 0;
        padding-right: 0;
    }

    .form-hedding span {
        font-size: 18px;
    }

    .from-banner h1 {
        font-size: 28px;
    }

    .navbar-nav {
        margin-top: 14px;
        border-top: 2px solid rgb(0, 0, 0, 0.5);
        padding-top: 12px;
    }

    .navbar-toggler {
        border: 1px solid white;
        background-color: white;
    }

    .navbar-brand img {
        width: 240px;
    }

    .navbar-brand {
        margin-left: 0px;
        margin-top: 0px;
    }

    .logo-shap:after {
        content: "";
        width: 200px;
        height: 72px;
        left: -19px;
        top: 0;
        transform: skew(-20deg);
        background: #fff;
        position: absolute;
    }
}



/* Shared */

.loginBtn {
    box-sizing: border-box;
    position: relative;
    /* width: 13em;  - apply for fixed size */
    margin: 0 0 7px 0;
    padding: 0 15px 0px 40px;
    border: none;
    text-align: left;
    line-height: 40px;
    white-space: nowrap;
    border-radius: 5px;
    font-size: 13px;
    color: #000000;
    /* width: 100%; */
    border: none;
}

.loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 3px;
    left: 0;
    width: 34px;
    height: 100%;
}

.ride-line {
    position: relative;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
}

.ride-line-empty {
    height: 1px
}

.ride-line span {
    background-color: #000;
    padding-left: 8px;
    padding-right: 8px;
    display: inline-block;
    line-height: 24px;
    position: relative;
    z-index: 1;
    color: #fff;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
}

.ride-line:before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 12px;
    background-color: #000;
}

.loginBtn:focus {
    outline: none;
}

.loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}


/* Facebook */

/*.loginBtn--facebook {
	background-color: #4C69BA;
	text-shadow: 0 -1px 0 #354C8C;
}*/
.loginBtn--facebook {
    background-color: #fff;
    /* text-shadow: 0 -1px 0 #000; */
}

.loginBtn--facebook:before {
    /* border-right: #364e92 1px solid; */
    background: url('../images/facebook-icon.png') 6px 6px no-repeat;
}

/*.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
	background-color: #5B7BD5;
}*/
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
    background-color: #fff;
}


/* Google */

.loginBtn--google {
    /*font-family: "Roboto", Roboto, arial, sans-serif;*/
    background: #fff;
    color: #000;
}

.loginBtn--google:before {
    /* border-right: #BB3F30 1px solid; */
    background: url('../images/google-icon.png') 6px 6px no-repeat;
}

.loginBtn--google:hover,
.loginBtn--google:focus {
    background: #fff;
}


/* Linkedin */

.loginBtn--linkedin {
    /*font-family: "Roboto", Roboto, arial, sans-serif;*/
    background: #2567b3;
}

.loginBtn--linkedin:before {
    /* border-right: #BB3F30 1px solid; */
    background: url('../images/linkdin-icon.png') 6px 6px no-repeat;
}

.loginBtn--linkedin:hover,
.loginBtn--linkedin:focus {
    background: #19559a;
}





#speakers .speaker {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

#speakers .speaker .details {
    background: rgba(6, 12, 34, 0.76);
    position: relative;
    left: 0;
    bottom: 0px;
    right: 0;
    text-align: center;
    padding: 10px 0;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#speakers .speaker .details h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

#speakers .speaker .details p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0px;
    font-style: italic;
}

#speakers .speaker .details .social {
    height: 30px;
}

#speakers .speaker .details a {
    color: #fff;
}

#speakers .speaker .details a:hover {
    color: #E92227;
}

#speakers .speaker:hover .details {
    bottom: 0;
}

.video-box {
    width: 55%;
    max-width: 55%;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
}

.topband_bg-conference {
    background: url(../images/conference-bg.jpg) no-repeat top center;
    background-size: cover;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 140px;
    text-align: center;
}

.user {
    display: inline-flex;
    padding: 8px 10px;
    border: 1px solid #EF821F;
    background-color: #EF821F;
    margin-top: 0px;
    color: #000;
    border-radius: 10px;
}

.user img {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.user .user_name {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 16px;
    padding: 3px 0 0px 10px;
    width: 70%;
    text-align: left;

}

.user .user_name p {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0;
}

.user-wrap {
    position: relative;
    z-index: 1;
    float: left;
    width: 15%;
}

.user-wrap button {
    cursor: pointer;
}

.user-wrap .dropdown-menu {
    border: 1px solid #efefef;
    min-width: 100%;
    border-bottom: 3px solid #eb0600;
    border-radius: 0;
    padding: 0;
    margin-top: 0px;
}

.user-wrap .dropdown-menu > li > a {
    padding: 10px 15px;
    border-bottom: 1px solid #f9f9f9;
    position: relative;
    display: block;
    clear: both;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
}


.user-wrap .dropdown-menu > li > a:hover {
    background-color: #fbfbfb;
}

.user-wrap .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    margin: 0px 0 0 0;
    top: 45%;
    position: absolute;
    right: 15px;
}

/*dropdown-top-arrow*/
.user-wrap .dropdown-menu:before,
.dropdown-menu:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.user-wrap .dropdown-menu:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ddd;
    left: 10px;
}

.user-wrap .dropdown-menu:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    left: 11px;
}

.user-wrap .dropdown-menu .dropdown-menu:before,
.user-wrap .dropdown-menu .dropdown-menu:after {
    display: none;
}

/*dropdown-top-arrow*/
@media (max-width: 576px) {
    .user-wrap {
        position: absolute;
        z-index: 1;
        float: left;
        width: auto;
        right: 75px;
        top: 23px;
    }

    .user .user_name {
        display: none;
    }

    .user-wrap .dropdown-toggle::after {
        display: none;
    }

    .user {
        padding: 4px;
        border: none;
        background: none;
    }

    .video-box {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .topband_bg-conference {
        padding: 0;
    }
}


/*ChatBoxCssStart*/

#frame {
    width: 100%;
    min-width: 360px;
    max-width: 360px;

    min-height: 300px;
    max-height: 400px;
    background: #fff;
    height: 100vh;
    position: fixed;
    right: 30px;
    bottom: 0;
    display: none;
    z-index: 9999999;
    border: 1px solid #E6EAEA;
}

.popup-box-on {
    display: block !important;
}

@media screen and (max-width: 360px) {
    #frame {
        width: 100%;
        right: 0px;
    }
}

@media screen and (max-width: 767px) {
    #frame {
        width: 100%;
        right: 2%;
    }
}

#frame .content {
    float: right;
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 735px) {
    #frame .content {
        width: calc(100% - 0px);
        min-width: 300px !important;
    }
}

@media screen and (min-width: 900px) {
    #frame .content {
        width: calc(100% - 0px);
    }
}

#frame .content .contact-profile {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f5f5f5;
}

#frame .content .contact-profile img {
    width: 40px;
    border-radius: 50%;
    float: left;
    margin: 9px 12px 0 9px;
}

#frame .content .contact-profile p {
    float: left;
}

#frame .content .contact-profile .social-media {
    float: right;
}

#frame .content .contact-profile .social-media i {
    margin-left: 14px;
    cursor: pointer;
}

#frame .content .contact-profile .social-media i:nth-last-child(1) {
    margin-right: 20px;
}

#frame .content .contact-profile .social-media i:hover {
    color: #435f7a;
}

#frame .content .messages {
    height: auto;
    min-height: calc(100% - 100px);
    max-height: calc(100% - 100px);
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
}

@media screen and (max-width: 735px) {
    #frame .content .messages {
        max-height: calc(100% - 105px);
    }
}

#frame .content .messages::-webkit-scrollbar {
    width: 8px;
    background: transparent;
}

#frame .content .messages::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}

#frame .content .messages ul li {
    display: inline-block;
    clear: both;
    float: left;
    margin: 15px 15px 5px 15px;
    width: calc(100% - 25px);
    font-size: 0.9em;
}

#frame .content .messages ul li:nth-last-child(1) {
    margin-bottom: 20px;
}

#frame .content .messages ul li.sent img {
    margin: 6px 8px 0 0;
}

#frame .content .messages ul li.sent p {
    background: #435f7a;
    color: #f5f5f5;
}

#frame .content .messages ul li.replies img {
    float: right;
    margin: 6px 0 0 8px;
}

#frame .content .messages ul li.replies p {
    background: #f5f5f5;
    float: right;
}

#frame .content .messages ul li img {
    width: 22px;
    border-radius: 50%;
    float: left;
}

#frame .content .messages ul li p {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
    max-width: 290px;
    line-height: 130%;
}

@media screen and (min-width: 735px) {
    #frame .content .messages ul li p {
        max-width: 280px;
    }
}

#frame .content .message-input {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 99;
    border: 1px solid #E6EAEA;
}

#frame .content .message-input .wrap {
    position: relative;
}

#frame .content .message-input .wrap input {
    font-family: "proxima-nova", "Source Sans Pro", sans-serif;
    float: left;
    border: none;
    width: calc(100% - 50px);
    padding: 12px 32px 12px 8px;
    font-size: 0.8em;
    color: #32465a;
}

@media screen and (max-width: 735px) {
    #frame .content .message-input .wrap input {
        padding: 15px 32px 16px 8px;
    }
}

#frame .content .message-input .wrap input:focus {
    outline: none;
}

#frame .content .message-input .wrap .attachment {
    position: absolute;
    right: 60px;
    z-index: 4;
    margin-top: 10px;
    font-size: 1.1em;
    color: #435f7a;
    opacity: .5;
    cursor: pointer;
}

@media screen and (max-width: 735px) {
    #frame .content .message-input .wrap .attachment {
        margin-top: 17px;
        right: 65px;
    }
}

#frame .content .message-input .wrap .attachment:hover {
    opacity: 1;
}

#frame .content .message-input .wrap button {
    float: right;
    border: none;
    width: 50px;
    padding: 12px 0;
    cursor: pointer;
    background: #32465a;
    color: #f5f5f5;
}

@media screen and (max-width: 735px) {
    #frame .content .message-input .wrap button {
        padding: 16px 0;
    }
}

#frame .content .message-input .wrap button:hover {
    background: #435f7a;
}

#frame .content .message-input .wrap button:focus {
    outline: none;
}

.askQuestion {
    position: fixed;
    right: 0 !important;
    z-index: 9999999;
    top: 20% !important;
}

.live-section {
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.live-section .sessionDate {
    background-color: #FF0004;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
}

.live-section h5 {
    font-size: 18px;
    font-weight: 500;
    padding-top: 10px !important;
}

.attendees {
    position: fixed;
    z-index: 999;
    top: 15.5%;
    right: 10px;
}

@media screen and (max-width: 735px) {
    .askQuestion {
        position: fixed;
        right: 0 !important;
        z-index: 99999;
        bottom: 20% !important;
        top: auto !important;
    }

    .live-section {
        margin-bottom: 0;
        margin-top: 0px;
        background-color: #000;
        padding: 10px 0;
        font-size: 14px;
    }

    .live-section .sessionDate {
        background-color: #FF0004;
        padding: 2px 10px;
        font-size: 14px;
        border-radius: 5px;
    }

    .live-section h5 {
        font-size: 14px;
        font-weight: 600;
        padding-top: 0px !important;
    }

    .attendees {
        bottom: 30% !important;
        top: auto !important;
    }
}


.section-padding {
    padding: 150px 0 150px 0;
}

/* Sections Header
--------------------------------*/
.section-header {
    margin-bottom: 20px;
}

.section-header h3 {
    font-size: 40px;
    color: #E92227;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin: 0;
}

.section-header p {
    text-align: left;
    padding-bottom: 0px;
    margin: 0;
    color: #333;
}

/*--------------------------------
The Venue Section 
--------------------------------*/
#venue-bg {
    background: #23cca2 url("../images/venue-bg.jpg") right bottom no-repeat;
    /*background-size: cover;*/
    position: relative;
}

#venue-bg p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-bottom: 0;
    padding: 0;
}

#venue-bg .section-header h3 {
    color: #fff;
}

#venue-bg .section-header p {
    color: #fff;
}

#venue-bg .venue-container {
    margin: 0 10%;
}

#venue-bg ul {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}

#venue-bg ul li {
    margin: 0 0 10px;
    0;
    padding: 5px 15px;
    list-style: none;
    line-height: 30px;
    display: table;
    position: relative;
    background-color: #fff;
    font-size: 20px;
    font-weight: 300;
}

#venue-bg ul li:before {
    position: absolute;
    content: '';
    z-index: 1;
    height: 18px;
    width: 18px;
    border-radius: 90px;
    left: -8px;
    top: 10px;
    background-color: #fff;
    border: 5px solid #23cca2;
}

/*The Venue Section*/



#attendee-bg {
    background: #fff url("../images/attendee-bg.png") center bottom no-repeat fixed;
    background-size: cover;
}

#attendee-bg p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-bottom: 0;
    padding: 0;
}

#attendee-bg .section-header h3 {
    color: #000;
}

#attendee-bg .section-header p {
    color: #000;
}

#attendee-bg .venue-container {
    margin: 0 10%;
}

#attendee-bg ul {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}

#attendee-bg ul li {
    margin: 0 0 10px;
    0;
    padding: 5px 15px;
    list-style: none;
    line-height: 24px;
    display: table;
    position: relative;
    background-color: #23cca2;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

#attendee-bg ul li:before {
    position: absolute;
    content: '';
    z-index: 1;
    height: 18px;
    width: 18px;
    border-radius: 90px;
    left: -8px;
    top: 7px;
    background-color: #fff;
    border: 5px solid #23cca2;
}



.listStyle {
    padding-left: 10px;
}

.listStyle li {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 400;
    list-style: none;

}

.listStyle li:before {
    font-family: "FontAwesome";
    content: "\f0a9 ";
    display: inline-block;
    padding-right: 7px;
    vertical-align: middle;
    font-weight: 900;
    color: #E92227;
}

/*--------------------------------
Stall Section 
--------------------------------*/
#stall-bg {
    background: url("../images/stall-bg.jpg") left top no-repeat;
    /*background-size: cover;*/
    position: relative;
}

#stall-bg .stall-container {
    margin: 0 10%;
}

#stall-bg .stall-container p {
    font-size: 16px;
    padding: 0;
    margin: 0;
    line-height: 22px;
}

#stall-bg .section-header h3 {
    color: #eb6228;
}

/*Stall Section */


#exhibitor-bg {
    background: #eb6228 url("../images/exhibitor-profile-bg.jpg") center bottom no-repeat fixed;
    background-size: cover;
    position: relative;
    color: #fff;
}

#exhibitor-bg .heading h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

#exhibitor-bg .heading h2 {
    color: #000;
}

#exhibitor-bg p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-bottom: 0;
    padding: 0;
}

#exhibitor-bg .section-header h3 {
    color: #000;
}

#exhibitor-bg .section-header p {
    color: #000;
}

#exhibitor-bg .venue-container {
    margin: 0 10%;
}

#exhibitor-bg ul {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}

#exhibitor-bg ul li {
    margin: 0 0 10px;
    0;
    padding: 5px 15px;
    list-style: none;
    line-height: 24px;
    display: table;
    position: relative;
    background-color: #fff;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

#exhibitor-bg ul li:before {
    position: absolute;
    content: '';
    z-index: 1;
    height: 18px;
    width: 18px;
    border-radius: 90px;
    left: -8px;
    top: 7px;
    background-color: #fff;
    border: 5px solid #eb6228;
}

/* Why Exhibit Section
--------------------------------*/
.bg-gray {
    background-color: rgba(232, 232, 232, 0.9);
}

.bg-green {
    background-color: rgba(76, 187, 23, 0.2);
}

.bg-light-blue {
    background-color: rgba(130, 183, 255, 0.3);
}

#why-exhibit {
    background: url("../images/why-exhibit-bg.jpg") bottom center no-repeat fixed;
    background-size: cover;
    position: relative;
}

#why-exhibit .section-header {
    margin-bottom: 40px;
}

#why-exhibit p {
    font-size: 17px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}

#why-exhibit .about-col p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-bottom: 0;
    padding: 0 20px 20px 20px;
}

#why-exhibit .list p {
    position: relative;
    font-size: 18px;
    font-weight: 300;
}

#why-exhibit .list p:before {
    position: absolute;
    content: '';
    z-index: 1;
    height: 18px;
    width: 18px;
    border-radius: 90px;
    left: -8px;
    top: 12px;
    background-color: #82b7ff;
    border: 5px solid #fff;
}

/*Why Exhibit Section*/

/* #agenda {
  background: url("../images/main-bg.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
}
 */
#agenda .section-header {
    margin-bottom: 40px;
}

#agenda p {
    font-size: 17px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}

/*Why attend Section*/

#why-attend {
    background: url("../images/why-attend-bg.jpg") center bottom no-repeat fixed;
    background-size: cover;
    position: relative;
}

#why-attend .about-col p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-bottom: 0;
    padding: 0 20px 20px 20px;
}

#why-attend .list p {
    position: relative;
}

/* #why-attend .list p:before { */
/* position: absolute; */
/* content: ''; */
/* z-index: 1; */
/* height: 18px; */
/* width: 18px; */
/* border-radius: 90px; */
/* left: -8px; */
/* top:12px; */
/* background-color: #fff; */
/* border: 5px solid #23cca2; */
/* } */

#why-attend .media {
    margin-bottom: 20px;
}

#why-attend .media p {
    font-size: 17px;
}



/*Why attend Section*/

@media screen and (max-width: 767px) {

    /* .bg-mobile{background:#fff; border-bottom: 1px solid #efefef;} */
    .banner-text h5 {
        font-size: 17px;
        font-weight: 400;
    }

    .section-padding {
        padding: 100px 0 100px 0;
    }

    #why-attend .media {
        margin-bottom: 20px;
        background: #fff;
        border: 1px solid #efefef;
        border-radius: 10px;
        padding: 10px;
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    }
}

.alreadyRegistered {
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    color: #fff;
    padding-top: 5px;
}

.alreadyRegistered a {
    color: #fff;
}

.alreadyRegistered span {
    border-bottom: 3px solid #fff;
    padding-bottom: 3px;
}



#already-reg-modal-body form:before {
    background: none;
}

#already-reg-modal-body form:after {
    background: none;
}

.steps h5 {
    font-size: 30px;
    padding: 0px 0px 0px 86px;
    margin-top: -34px;
    line-height: 36px;
}

.steps p {
    font-size: 18px;
    padding: 1px 0 0 90px;
    color: #707070;
}

@media (min-width:768px) and (max-width:990px) {
    .footer-banner .media .media-body a {
        font-size: 14px;
        font-weight: 400;
        color: #000;
    }

    .bg-mobile {
        background: #fff;
        border-bottom: 1px solid #efefef;
    }
}

.modal-content {
    border-radius: 20px;
}

.modal-header {
    color: #ed1651;
}

.modal-header .close {
    font-weight: 100;
    font-size: 40px;
    padding: 0;
    outline: none;
    background: none;
    border: none;
    border-radius: 0;
    line-height: 25px;
    margin: 0;
}

.modal-open {
    overflow: hidden !important;
}


.cust-modal .close {
    color: #000;
    font-size: 44px;
    position: absolute;
    right: 0px;
    top: 0px;
    font-weight: 300;
    line-height: 20px;
}

.common-h {
    color: #000;
    font-weight: 500;
    font-size: 24px;
    position: relative;
    padding: 0 0 10px 0;
    margin-bottom: 16px;
    position: relative;
}

.counter {
    position: absolute;
    right: 0;
    color: #979797;
    font-weight: normal;
    font-size: 14px;
    top: 50%;
    margin-top: -13px;
}

.common-h::before {
    background: #F2531C;
    border-radius: 9px;
    width: 40px;
    height: 4px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}

.otp-block input {
    border: 2px solid #355aa5;
    border-radius: 10px;
    background: #fff;
    width: 50px;
    height: 50px;
    box-shadow: 4px 5px 0 #ccc;
    text-align: center;
    font-size: 32px;
    color: #355aa5;
}

.otp-border {
    background: #d1d1d1;
    width: 20px;
    height: 7px;
    margin: 0 5px 0 10px;
    border-radius: 9px;
}

.resent-txt {
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
}

.resend-btn {
    background: #ed1651;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    border: none;
    border-radius: 10px;
    padding: 2px 10px;
}

.resend-btn:hover {
    opacity: 0.7;
}

.change-number {
    color: #212529;
    text-decoration: underline;
}

.change-no-block input {
    border: 2px solid #000;
    border-radius: 10px;
    background: #fff;
    width: 100%;
    height: 50px;
    box-shadow: 4px 5px 0 #ccc;
    text-align: center;
    font-size: 32px;
    color: #000;
    margin: 0;
}

.text-muted {
    color: #8492a6 !important;
}

.newForm {
    padding: 0px;
    position: relative;
    z-index: 111;
}

.checkNote {
    font-size: 13px;
    color: #fff;
    line-height: 16px;
    cursor: pointer;
}


/* my-tab */
.myTab .nav-tabs {
    text-align: center;
    margin: auto;
    display: block;
    border-bottom: 0;
    margin-bottom: 30px;
}

.myTab .nav-tabs li {
    display: inline-block;
    margin-bottom: 0;
}

.myTab .nav-tabs a {
    border: none;
    border-radius: 0px;
    font-weight: 500;
    background-color: #fff;
    color: #043f5d;
    padding: 8px 30px;
    margin-bottom: 4px;
    border-radius: 8px;
    margin-right: 10px;
}

.myTab .nav-tabs a:last-child {
    margin-right: 0px !important;
}

.myTab .nav-tabs a span {
    display: block;
    font-size: 12px;
}

.myTab .nav-tabs a.active {
    background-color: #61a5da;
    color: #fff;
}

.myTab .sub-heading {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    margin: 0 auto 30px auto;
}

.myTab.tab-pane {
    transition: ease-in-out .2s;
}

.myTab .schedule-item {
    border-bottom: 1px solid #cad4f6;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: background-color ease-in-out 0.3s;
}

.myTab.schedule-item:hover {
    background-color: #fff;
}

.myTab.schedule-item time {
    padding-bottom: 5px;
    display: inline-block;
}

.myTab .schedule-item .speaker {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    margin: 0 10px 10px 0;
}

.myTab .schedule-item .speaker img {
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 50%;
    transition: all ease-in-out 0.3s;
}

.myTab .schedule-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.myTab.schedule-item h4 span {
    font-style: italic;
    color: #19328e;
    font-weight: normal;
    font-size: 16px;
}

.myTab.schedule-item p {
    font-style: italic;
    color: #152b79;
    margin-bottom: 0;
}

.myTab h5 {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
}

.rounded-10 {
    border-radius: 10px !important;
}

/* my-tab */

.box-1 {
    border-bottom: 1px solid #61a5da;
}

.box-2 {
    border: 5px solid #e8450b;
}

.box-3 {
    border: 5px solid #cf1217;
}

.box .timebox {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    display: block;
}

.box p {
    color: #000;
    text-align: left;
}

.box h4 {
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
}

.box ol {
    list-style: outside;
    color: #000;
    text-align: left;
    list-style: lower-roman;
}

@media (max-width:767px) {
    .myTab .nav-tabs a {
        padding: 5px 10px;
    }
}

.mainText {
    position: relative;
    width: 75%;
    padding-left: 300px;
    max-width: 600px;
}

.mainText h1 {
    color: #E92227;
    font-size: 46px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 46px;

}

.mainText h1 span {
    color: #fff;
    background: #000;
    padding: 10px 20px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: inline-block;
    margin-bottom: 15px;
}

.mainText .date {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    background-color: rgba(65, 67, 151, 0.9);
    padding: 0 10px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 2px solid #fff;
}

.play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#e8450b 50%, rgba(101, 111, 150, 0.15) 52%);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden;
}

.play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-btn:before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 2px solid rgba(163, 163, 163, 0.4);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.play-btn:hover::after {
    border-left: 15px solid #e8450b;
    -webkit-transform: scale(20);
    transform: scale(20);
}

.play-btn:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}


.video-play {
    background-color: #61a5da;
    padding: 11px 41px 13px 18px;
    border-radius: 10px;
    margin-top: 20px;
    display: inline-block;
    border: 0px solid #000;

}

.video-play h3 {
    font-size: 20px;
    padding-top: 10px;
    color: #fff;
}

.footer-btn {
    background: #fff !important;
    color: #144b61 !important;
    padding: 10px 30px;
    border-radius: 10px;
    display: inline-block
}

.footer-btn:hover {
    text-decoration: none;
    background: #fefefe !important;
    color: #144b61 !important;
}

.left-seperater {
    position: relative
}

.text-blue {
    color: #144b61 !important
}

.text-gray {
    color: #dad9d9 !important;
}

.inovation-img {
    text-align: center;
}

.inovation-img img {
    width: 60px;
}

.inovation-txt {
    text-align: center;
    margin-bottom: 30px;
}

.left-seperater:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #545454;
    content: '';
    left: 0;
}

.rigister-box {
    display: flex;
    padding: 10px;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    border: 1px solid #4a85b2;
    text-align: center;
    height: 84px;
    margin-bottom: 30px;
}

.header-btn {
    padding: 8px 15px;
    color: #144b61;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #fff;
}

.stuck .header-btn,
.stuck .header-btn:hover {
    color: #144b61;
    border: 1px solid #144b61;
    text-decoration: none;
}

.header-btn:hover {
    text-decoration: none;
    background: #fefefe;
    color: #144b61;
}

.banner-bg2 {
    padding-left: 80px;
    padding-right: 80px;
    background-image: url(../images/banner-left.jpg), url(../images/banner-right.jpg);
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
}

@media screen and (max-width: 767px) {
    .banner-bg2 {
        padding-left: 20px;
        padding-right: 20px;
        background-image: none;
    }

}











/*--------New-Css (Sandeep Gupta)------------*/

@media (max-width: 576px) {
    .nav-pills {
        justify-content: center;
    }

    .nav-pills .nav-item .nav-link {
        text-align: center;
        padding: 12px 11px;
        width: 94%;
    }

    .nav-item .nav-link h5 {
        font-size: 16px !important;
    }

    .tab-content .tab-text h4 {
        font-size: 20px !important;
    }

    .tab-content .tab-text {
        padding: 20px !important;
    }

    .oap-logo-box h6 {
        margin-bottom: 5px !important;
    }

    .oap-logo-box img {
        margin-bottom: 25px;
    }

    .organiser-and-partners .heading h4 {
        font-size: 28px !important;
        margin-bottom: 20px;
    }

    .innovation-hub-text h3 {
        font-size: 30px !important;
        font-weight: 700;
        line-height: 31px !important;
        margin-top: 30px !important;
        color: #fff;
        margin-bottom: 30px;
        text-align: center;
    }

    .innovation-hub-text .btn {
        margin-bottom: 27px;
        margin-top: 10px;
    }

    .right-border h5:after {
        display: none
    }

    .contact-box {
        border-bottom: 1px solid #000;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .browse-innovations h5 {
        font-size: 22px !important;
        text-align: center;
        margin-top: 27px;
    }

    .about-the-event .heading h4 {
        font-size: 27px !important;
        font-weight: 700;
        line-height: 30px !important;
    }

    .pb-150 {
        padding-bottom: 0px !important;
    }

    .intoformatoin {
        text-align: center;
        margin-top: 30px;
    }

    .intoformatoin h5 {
        font-size: 26px !important;
    }

    .nav-pills li {
        margin-bottom: 15px;
    }

    .tab-content .tab-text {
        margin-bottom: 10px !important;
    }
}


.intoformatoin h5 {
    font-size: 38px;
    font-weight: 800;
}

.tab-content .tab-text {
    padding: 30px;
    background-color: #d3d4d7;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.tab-content .tab-text h4 {
    color: #f2531c;
    font-weight: 600;
    font-size: 23px;
}

.heading-img img {
    border-right: 5px solid #ea7e23;
    border-radius: 4px;
}

.about-the-event .heading-img h5 {
    font-size: 22px;
    color: #000000;
    position: relative;
    display: block;
    font-weight: 700;
    margin-left: 20px;
}

.about-the-event p {
    font-size: 16px;
    color: #000;
    line-height: 20px;
}

.about-the-event .heading h4 {
    font-size: 44px;
    font-weight: 700;
    line-height: 46px;
}

.map-bg {
    background: url(../images/map.png) no-repeat top left;
    background-size: auto;
    content: "";
    height: 450px;
    position: absolute;
    left: 0;
    right: 100px;
    top: 0px;
}

.browse-innovations h5 {
    font-size: 43px;
    font-weight: 800;
    color: #ea7e23;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #008ab0;
}

.map-bg-2 {
    background: url(../images/map-2.png) no-repeat center left;
    background-size: cover;
    ;
    content: "";
    background-position: center;
    height: 770px;
    position: absolute;
    left: 6px;
    right: 0;
    top: 0px;
}

.organiser-and-partners .heading h4 {
    font-size: 40px;
    font-weight: 800;
    color: #008ab0;
}

.oap-logo-box h6 {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 600;
}

.nav-item .nav-link h5 {
    font-size: 18px;
    text-align: center;
}

.nav-item .nav-link {
    display: block;
    padding: 13px 2rem;
}

.nav-pills .nav-link {
    margin-right: 10px;
    border-radius: 0;
    background-color: #efefef;
    color: #000;
}

.innovation-hub-text h3 {
    font-size: 50px;
    font-weight: 700;
    line-height: 53px;
    margin-top: 56px;
    color: #fff;
}

.innovation-hub-text .btn {
    padding: 13px 16px;
    font-size: 24px;
    border-radius: 0;
    margin-top: 40px;
}

.footer-bar p {
    font-size: 16px;
}

.right-border {
    position: relative
}

.right-border h5:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 75px;
    top: 84px;
    left: -24px;
    background-color: black;
}

.border-bottom-black {
    border-bottom: 2px solid #000;
    padding-bottom: 20px
}

.contact-box h5 {
    font-size: 16px;
    margin-top: 20px
}

.why-visit img {
    margin-bottom: 20px
}

.d-lg-flex .flex-fill img {
    width: 120%
}

.form-section form {
    background-color: #ea7e23;
    padding: 16px;
}

.contact-box a {
    color: #000;
}

.intoformatoin h4 {
    font-size: 33px;
    background-color: #ea7e24;
    display: inline-block;
    padding: 6px 8px;
    text-transform: uppercase;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
}

.intoformatoin h4 span {
    display: block;
    font-weight: 300;
}











.cards-wwps {
    background: #f2531c;
    /* display: flex; */
    justify-content: center;
    align-items: flex-start;
    position: relative;
    width: 100%;
    height: 450px;
    margin: 40px 0;
    border-radius: 20px;
    border-bottom-left-radius: 160px;
    border-bottom-right-radius: 160px;
    box-shadow: 0 15px 0 #fff, inset 0 -15px 0 rgb(255 255 255 / 24%), 0 45px 0 rgb(0 0 0 / 15%);
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.cards-wwps::before {
    content: "";
    position: absolute;
    top: -140px;
    left: -40%;
    padding: 0;
    width: 100%;
    height: 120%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2));
    transform: rotate(35deg);
    pointer-events: none;
    filter: blur(5px);
}

.cards-wwps:nth-child(1) {
    background: linear-gradient(to bottom, #f7941d, #f2531c);
}

.cards-wwps .icon {
    position: relative;
    width: 140px;
    height: 120px;
    background: #e4e4e4;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    box-shadow: 0 15px 0 rgb(0 0 0 / 10%), inset 0 -8px 0 #fff;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.cards-wwps .icon img {
    border-radius: 50%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.cards-wwps .icon ion-icon {
    color: #fff;
    position: relative;
    font-size: 6em;
    z-index: 1000;
    --ionicon-stroke-width: 24px;
}


.cards-wwps .content {
    position: relative;
    width: 100%;
    padding: 30px 10px;
    padding-top: 50px;
    text-align: center;
}

.cards-wwps .content h2 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
}

.cards-wwps .content p {
    color: #fff;
    line-height: 1.5em;
}

.cards-wwps .content h3 {
    color: #fff;
    font-size: 18px;
}

.cards-wwps .content h4 {
    color: #fff;
    padding-top: 5px;
    font-size: 18px;
}

a.keynote-btn {
    display: block;
    padding: 10px;
    background: #fbe50c;
    width: 200px;
    margin-top: 15px !important;
    margin-left: auto !important;
    margin-right: auto !IMPORTANT;
    border-radius: 50px;
    font-size: 18px;
    color: #22008d;
    font-weight: 600;
}


























@media (max-width: 576px) {
    .navbar-collapse {
        background-color: rgb(255, 255, 255);
        padding: 5px;
    }

    .navbar-collapse .header-btn,
    .navbar-collapse .header-btn:hover {
        color: #144b61;
        border: 1px solid #144b61;
        text-decoration: none;
    }
}

@media (max-width: 991px) {
    #topnav {
        /* background-color: #ffffff; */
        /* -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); */
        /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); */
        /* min-height: 74px; */
    }

    #topnav .container {
        width: auto;
    }

    #topnav .navigation-menu {
        float: none;
        max-height: 400px;
    }

    #topnav .navigation-menu > li {
        float: unset !important;
    }

    #topnav .navigation-menu > li .submenu {
        display: none;
        list-style: none;
        padding-left: 20px;
        margin: 0;
    }

    #topnav .navigation-menu > li .submenu li a {
        display: block;
        position: relative;
        padding: 7px 15px;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 0.04em;
        font-weight: 700;
        color: #3c4858;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    #topnav .navigation-menu > li .submenu.open {
        display: block;
    }

    #topnav .navigation-menu > li .submenu .submenu {
        display: none;
        list-style: none;
    }

    #topnav .navigation-menu > li .submenu .submenu.open {
        display: block;
    }

    #topnav .navigation-menu > li .submenu.megamenu > li > ul {
        list-style: none;
        padding-left: 0;
    }

    #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
        display: block;
        position: relative;
        padding: 10px 15px;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 2px;
        color: #8492a6;
    }

    #topnav .navigation-menu > li > a {
        color: #3c4858;
        padding: 10px 20px;
    }

    #topnav .navigation-menu > li > a:after {
        position: absolute;
        right: 15px;
    }

    #topnav .navigation-menu > li > a:hover,
    #topnav .navigation-menu > li .submenu li a:hover,
    #topnav .navigation-menu > li.has-submenu.open > a {
        color: #2f55d4;
    }

    #topnav .menu-extras .menu-item {
        border-color: #8492a6;
    }

    #topnav .navbar-header {
        float: left;
    }

    #topnav .has-submenu .submenu .submenu-arrow {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        right: 20px;
        top: 12px;
    }

    #topnav .has-submenu.active a {
        color: #2f55d4;
    }

    /*#topnav .logo{ width:100%; text-align:center;}*/

    #navigation {
        position: absolute;
        top: 74px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #f1f3f9;
        border-bottom: 1px solid #f1f3f9;
        background-color: #ffffff;
    }

    #navigation.open {
        display: block;
        overflow-y: auto;
    }

    .h3,
    h3 {
        font-size: 1.25rem;
    }

    #topnav .logo {
        left: 20px !important;
    }
}


@media (max-width: 800px) {
    #topnav {
        z-index: 999;
        padding: 15px 0;
    }
}


@media (max-width: 767px) {
    #topnav {
        z-index: 999;
        padding: 10px 0;
    }

    #topnav .navbar-toggle .lines {
        width: 25px;
        display: block;
        position: relative;
        margin: 24px 20px 24px;
        height: 18px;
    }
}


