@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300&amp;display=swap');
.brand-logo {
    margin-top: 20px;
}

.menu-ticket {
    margin-top: 30px;
}

.menu-ticket a {
    background: rgba(140, 51, 52, 1);
    background: -moz-linear-gradient(45deg, rgba(140, 51, 52, 1) 0%, rgba(255, 189, 190, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(140, 51, 52, 1)), color-stop(100%, rgba(255, 189, 190, 1)));
    background: -webkit-linear-gradient(45deg, rgba(140, 51, 52, 1) 0%, rgba(255, 189, 190, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(140, 51, 52, 1) 0%, rgba(255, 189, 190, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(140, 51, 52, 1) 0%, rgba(255, 189, 190, 1) 100%);
    background: linear-gradient(45deg, rgba(140, 51, 52, 1) 0%, rgba(255, 189, 190, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8c3334', endColorstr='#ffbdbe', GradientType=1);
    color: #fff !important;
    border-color: #8C3334;
    padding: 20px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all ease-in-out 0.3s;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
    display:none;
}

.menu-ticket a:hover {
    -webkit-box-shadow: 1px 1px 12px -1px rgba(156, 156, 156, 1);
    -moz-box-shadow: 1px 1px 12px -1px rgba(156, 156, 156, 1);
    box-shadow: 1px 1px 12px -1px rgba(156, 156, 156, 1);
}

.red-line {
    width: 160px;
    height: 2px;
    background-color: #8C3334;
    display: block;
}

.full-box {
    width: 100%;
    padding: 30px;
    background-color: #5E1469;
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
}

.hero-banner p {
    margin-bottom: 10px;
}

.col-white {
    color: #fff;
}

.col-red {
    color: #8C3334;
}

a.button-header {
    padding: 12px 60px;
    font-size: 20px;
}

a.button-header-outer {
    background-color: rgba(140, 51, 52, 0.5);
    border: 5px solid #8C3334;
    padding: 8px 40px;
    font-size: 20px;
    color: #FFF;
}

a.button-header-outer:hover {
    background-color: #8C3334;
}

.text-bold {
    font-weight: bold;
}

.square {
    font-size: 15px;
    margin-top: -2px;
    position: absolute;
}

h1 .square {
    font-size: 25px;
    margin-top: -0px;
    position: absolute;
}

.hero-banner {
    position: relative;
    background: url(../img/home/heroimg.jpg) left center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.hero-banner.first-back {
    background: url(../img/slider/slider1.jpg) left center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.hero-banner.second-back {
    background: url(../img/slider/slider2.jpg) left center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.hero-banner.third-back {
    background: url(../img/slider/slider3.jpg) left center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.hero-banner.fourth-back {
    background: url(../img/slider/slider4.jpg) left center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.hero-banner .overlay {
    width: 100%;
    height: 800px;
    background: rgba(0,0,0,0.7);
    /* background: -moz-linear-gradient(45deg, rgba(11, 17, 75, 1) 0%, rgba(137, 143, 196, 0.81) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(11, 17, 75, 1)), color-stop(100%, rgba(137, 143, 196, 0.81)));
    background: -webkit-linear-gradient(45deg, rgba(11, 17, 75, 1) 0%, rgba(137, 143, 196, 0.81) 100%);
    background: -o-linear-gradient(45deg, rgba(11, 17, 75, 1) 0%, rgba(137, 143, 196, 0.81) 100%);
    background: -ms-linear-gradient(45deg, rgba(11, 17, 75, 1) 0%, rgba(137, 143, 196, 0.81) 100%);
    background: linear-gradient(45deg, rgba(11, 17, 75, 1) 0%, rgba(137, 143, 196, 0.81) 100%); */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0b114b', endColorstr='#898fc4', GradientType=1);
}

.hero-banner .over-overlay {
    width: 100%;
    margin-top: -820px;
    position: absolute;
    padding: 70px 0;
    background: rgba(255, 255, 255, 0.0);
}

#heroBanner h1 {
    font-size: 70px !important;
}

#heroBanner p.hero-subhead {
    margin-top: -50px;
    margin-bottom: 10px;
    font-size: 25px !important;
}

#heroBanner p {
    font-size: 28px;
}

#heroBanner h3.annual {
    letter-spacing: 2px;
}

.hero-banner h4,
.hero-banner h3 {
    color: #fff;
}

a.main-head {
    /* font-size: 30px; */
    margin-left: 80px;
    position: absolute;
    text-transform: uppercase;
    color: #8C3334;
    font-weight: 700;
    font-size: 35px;
    font-family: "Oswald", sans-serif;
}

.hero-banner h3 {
    font-size: 35px;
}

.hero-banner-sm {
    width: 100%;
    padding: 70px 0;
    background: rgba(11, 17, 75, 1);
    background: -moz-linear-gradient(45deg, rgba(11, 17, 75, 1) 0%, rgba(137, 143, 196, 0.81) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(11, 17, 75, 1)), color-stop(100%, rgba(137, 143, 196, 0.81)));
    background: -webkit-linear-gradient(45deg, rgba(11, 17, 75, 1) 0%, rgba(137, 143, 196, 0.81) 100%);
    background: -o-linear-gradient(45deg, rgba(11, 17, 75, 1) 0%, rgba(137, 143, 196, 0.81) 100%);
    background: -ms-linear-gradient(45deg, rgba(11, 17, 75, 1) 0%, rgba(137, 143, 196, 0.81) 100%);
    background: linear-gradient(45deg, rgba(11, 17, 75, 1) 0%, rgba(137, 143, 196, 0.81) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0b114b', endColorstr='#898fc4', GradientType=1);
}

.dots {
    margin-top: 20px;
}

.dots a {
    color: gray;
}

.dots a.active {
    color: lightblue;
}

.timer-bg {
    position: relative;
    background: url(../img/home/rocks.jpg) left center no-repeat;
    background-attachment: fixed;
    background-size: cover
}

.timer-bg .overlay {
    width: 100%;
    padding: 100px 100px;
    width: 100%;
    padding: 100px 100px;
    background: rgba(11, 17, 75, 1);
    background: -moz-linear-gradient(45deg, rgba(11, 17, 75, 1) 0%, rgba(137, 143, 196, 0.81) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(11, 17, 75, 1)), color-stop(100%, rgba(137, 143, 196, 0.81)));
    background: -webkit-linear-gradient(45deg, rgba(11, 17, 75, 1) 0%, rgba(137, 143, 196, 0.81) 100%);
    background: -o-linear-gradient(45deg, rgba(11, 17, 75, 1) 0%, rgba(137, 143, 196, 0.81) 100%);
    background: -ms-linear-gradient(45deg, rgba(11, 17, 75, 1) 0%, rgba(137, 143, 196, 0.81) 100%);
    background: linear-gradient(45deg, rgba(11, 17, 75, 1) 0%, rgba(137, 143, 196, 0.81) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0b114b', endColorstr='#898fc4', GradientType=1);
}

.round-photo {
    border-radius: 50%;
    width: 300px;
    height: 300px;
    margin: 0 auto 0;
    overflow: hidden;
}

.speaker-bg .meet {
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto 0;
    margin-bottom: 50px;
}

.speaker-bg .meet.bottom {
    color: #FFFFFF;
    width: 300px;
    text-align: center;
    margin: 30 auto 0;
}

.speaker-bg .meet.bottom-image {
    margin-top: -30px;
}

.speaker-bg .meet .speaker-img {
    border: 10px solid #e0e0e0;
    margin: 0 auto 20px;
    width: 170px;
    background-color: #e0e0e0;
}

.speaker-bg .meet .speaker-img img {
    width: 150px;
    height: 180px;
}

.speaker-bg .meet .speaker-img.md {
    border: 10px solid #FFFFFF;
    margin: 0 auto 20px;
    width: 272px;
    background-color: #FFF;
}

.modal-dialog {
    max-width: 600px;
}

.speaker-bg .meet .speaker-img.md img {
    width: 250px;
    height: 270px;
}

.speaker-bg .meet h4 {
    color: #FFFFFF;
}

.timer-bg h1,
.timer-bg h2,
.timer-bg h3,
.timer-bg h6 {
    color: #FFF;
}

.timer-bg h1 {
    font-size: 50px;
}

.timer-bg h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 85px;
    margin-top: -34px;
}

.timer-bg .inline-block {
    text-align: center;
    float: right;
}

.timer-bg .inline-block .time {
    display: inline-block;
    padding-right: 20px;
}

.footer-area {
    background: #393d5a;
    color: #aeaeae;
}

.single-footer-widget p,
.single-footer-widget ul li a {
    color: #aeaeae;
}

@media (max-width: 1240px) {
    .timer-bg h1 {
        font-size: 40px;
    }
    .timer-bg h2 {
        font-size: 60px;
        margin-top: -30px;
    }
    .main-head {
        margin-left: 80px;
    }
}

@media (max-width: 1200px) {
    a.main-head {
        margin-left: 80px;
    }
}

@media (max-width: 1046px) {
    .timer-bg h1 {
        font-size: 30px;
    }
    .timer-bg h2 {
        font-size: 40px;
        margin-top: -10px;
    }
}

@media (max-width: 992px) {
    .header_area a.logo_h img.main-logo {
        width: 80px !important;
    }
    .header_area a.logo_h img.side-logo {
        width: 168px !important;
        margin-right: 0 !important;
    }
    .navbar-toggler {
        float: right;
        margin-right: -220px;
    }
    .speaker-bg .meet .speaker-img {
        width: 272px;
    }
    .speaker-bg .meet .speaker-img img {
        width: 250px;
        height: 270px;
    }
    .speaker-bg .meet.bottom {
        margin-top: 0px;
        width: 170px;
    }
    .speaker-bg .meet.bottom-image .speaker-img {
        width: 175px;
        height: 200px;
    }
    .speaker-bg .meet.bottom-image img {
        width: 150px;
        height: 180px;
    }
    .hero-subhead {
        margin-top: -20px;
        margin-bottom: 28px !important;
    }
    .box_1620 .navbar-toggler {
        display: none;
    }
    a.main-head {
        margin-left: 0px;
        font-size: 20px;
    }
    h1 .square {
        font-size: 10px;
    }
    .timer-bg .inline-block {
        float: none;
        margin: 20px auto 0;
        width: 300px;
        text-align: center;
    }
    .timer-bg .timer-header {
        text-align: center;
        padding-right: 10px;
    }
    .timer-bg h1 {
        font-size: 30px;
    }
    .timer-bg h2 {
        font-size: 30px;
        margin-top: -10px;
    }
    .timer-bg .inline-block .time {
        display: block;
        float: left;
    }
    .timer-bg .overlay {
        padding-left: 10px;
        padding-right: 10px;
    }
    .timer-bg .inline-block .seprator {
        margin-top: 20px;
    }
    .timer-bg .inline-block .first-timer {
        margin-left: 20px;
    }
    .innovative-wrapper .col-sm-4 {
        margin-top: 20px;
    }
}

@media (max-width:868) {
    .navbar-toggler {
        margin-right: -240px;
    }
}

@media (max-width: 767px) {
    .hero-banner .overlay {
        height: 1200px;
    }
    .hero-banner .over-overlay {
        margin-top: -1200px;
    }
    #heroBanner h1 {
        font-size: 50px !important;
        margin-bottom: 20px;
    }
    #heroBanner p.hero-subhead {
        margin-top: 0;
    }
    .speaker-bg .meet.bottom {
        width: auto;
    }
    .speaker-bg .meet.bottom-image .speaker-img {
        margin-top: 40px;
        width: 270px;
        height: 290;
    }
    .speaker-bg .meet.bottom-image .speaker-img img {
        width: 250px;
        height: 270px;
    }
    .brand-logo .navbar-toggler {
        display: none !important;
    }
    a.main-head {
        margin-left: 0px;
        position: absolute;
        margin-top: 90px;
        z-index: 1;
    }
    a.main-head-2 {
        display: none;
        text-transform: uppercase;
        color: #8C3334;
        font-weight: 700;
        font-size: 20px;
        font-family: "Oswald", sans-serif;
        margin-left: 120 px;
    }
    .navbar-toggler {
        margin-top: 22px !important;
        float: none;
        margin-right: 0px;
        display: inline-block !important;
    }
}

@media (min-width: 767px) {
    a.main-head-2 {
        display: none;
    }
}

@media (max-width: 572px) {
    .hero-banner .overlay {
        height: 1300px;
    }
    .hero-banner .over-overlay {
        margin-top: -1300;
    }
    .header_area a.logo_h img.main-logo {
        width: 80px !important;
    }
    .header_area a.logo_h img.side-logo {
        width: 168px !important;
    }
    .header_area a.main-head {
        font-size: 20px;
        margin-left: -40px;
    }
    .speaker-bg .meet.bottom {
        text-align: center;
        margin-left: 0px;
        overflow-x: hidden;
        width: auto;
    }
}

@media (min-width: 992px) {
    .text-lg-right {
        text-align: right !important;
    }
}

@media (min-width: 992px) {
    .main-head {
        text-align: right !important;
    }
}

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu ul.about {
        min-width: 400px;
    }
}