h1,
h2 {
    font-size: calc(1.875rem + 7.5vw);
}

@media (min-width: 1200px) {

    h1,
    h2 {
        font-size: 7.5rem;
    }
}

h3 {
    font-size: calc(1.4125rem + 1.95vw);
}

@media (min-width: 1200px) {
    h3 {
        font-size: 2em;
        font-weight: 900;
    }
}

h4 {
    font-size: calc(1.4rem + 1.8vw);
}

@media (min-width: 1200px) {
    h4 {
        font-size: 2.75rem;
    }
}

h5 {
    font-size: calc(1.35rem + 1.2vw);
}

@media (min-width: 1200px) {
    h5 {
        font-size: 1.2em;
    }
}

h6 {
    font-size: calc(1.2875rem + 0.45vw);
}

@media (min-width: 1200px) {
    h6 {
        font-size: 1.625rem;
    }
}

p,
ul,
ol {
    font-size: 1rem;
}

p {
    line-height: 1.6;
    font-weight: 400;
}

blockquote {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    blockquote {
        font-size: 1.5rem;
    }
}

.btn {
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1rem;
    padding-left: calc(1.4375rem + 2.25vw);
    padding-right: calc(1.4375rem + 2.25vw);
    padding-top: 0.75rem;
    padding-bottom: 0.6875rem;
}

@media (min-width: 1200px) {
    .btn {
        padding-left: 3.125rem;
    }
}

@media (min-width: 1200px) {
    .btn {
        padding-right: 3.125rem;
    }
}

.btn.large {
    padding-left: calc(1.5rem + 3vw);
    padding-right: calc(1.5rem + 3vw);
    padding-top: 0.9375rem;
    padding-bottom: 0.875rem;
    font-weight: 700;
    font-size: 1.125rem;
}

@media (min-width: 1200px) {
    .btn.large {
        padding-left: 3.75rem;
    }
}

@media (min-width: 1200px) {
    .btn.large {
        padding-right: 3.75rem;
    }
}

@media only screen and (min-width: 992px) {
    .btn.large {
        padding-left: calc(1.6875rem + 5.25vw);
        padding-right: calc(1.6875rem + 5.25vw);
        padding-top: calc(1.26875rem + 0.225vw);
        padding-bottom: calc(1.2625rem + 0.15vw);
    }
}

@media only screen and (min-width: 992px) and (min-width: 1200px) {
    .btn.large {
        padding-left: 5.625rem;
    }
}

@media only screen and (min-width: 992px) and (min-width: 1200px) {
    .btn.large {
        padding-right: 5.625rem;
    }
}

@media only screen and (min-width: 992px) and (min-width: 1200px) {
    .btn.large {
        padding-top: 1.4375rem;
    }
}

@media only screen and (min-width: 992px) and (min-width: 1200px) {
    .btn.large {
        padding-bottom: 1.375rem;
    }
}

.btn.read-more {
    padding-right: calc(1.6875rem + 5.25vw);
    position: relative;
}

@media (min-width: 1200px) {
    .btn.read-more {
        padding-right: 5.625rem;
    }
}

.btn.read-more::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 16px;
    background-color: #f7f9fa;
    border-radius: 2px;
    top: 21px;
    right: 17px;
}

@media only screen and (min-width: 992px) {
    .btn.read-more::after {
        width: 24px;
        right: 25px;
    }
}

.btn.btn-dark {
    background-color: #365078;
    border-color: #365078;
}

.btn.btn-dark:active,
.btn.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(54, 80, 120, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(54, 80, 120, 0.25);
    background-color: #2e4466;
}

.btn.btn-primary {
    background-color: #ff8400;
    border-color: #ff8400;
}

.btn.btn-primary:hover {
    background-color: #e67700;
}

.btn.btn-primary:active,
.btn.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 132, 0, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(255, 132, 0, 0.25);
}

.btn.btn-secondary {
    background-color: #26aa3f;
    border-color: #26aa3f;
}

.btn.btn-secondary:hover {
    background-color: #219537;
}

.btn.btn-secondary:active,
.btn.btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 132, 0, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(255, 132, 0, 0.25);
}

.btn.btn-light {
    color: #365078;
}

.btn.btn-outline-light:hover {
    color: #365078;
}

form input[type="text"],
form input[type="tel"],
form input[type="email"],
form select,
form textarea {
    background-color: #171616;
    border-color: #171616;
    border-width: 3px;
    font-size: 1.125rem;
    color: #ebf0f5;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-radius: 0.5rem;
}

form input[type="text"]:focus,
form input[type="tel"]:focus,
form input[type="email"]:focus,
form select:focus,
form textarea:focus {
    border-color: #ff8400;
}

form input[type="submit"],
form button {
    width: auto;
}

form .half {
    width: 100%;
}

@media only screen and (min-width: 992px) {
    form .half {
        width: 46%;
    }
}

header {
    width: 100%;
    z-index: 2;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

@media only screen and (min-width: 992px) {
    header {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) and (min-width: 1200px) {
    header {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 992px) and (min-width: 1200px) {
    header {
        padding-bottom: 20px;
    }
}

header .logo {
    width: 100%;
}

@media only screen and (min-width: 992px) {
    header .logo {
        width: auto;
    }
}

header .logo img {
    max-height: 50px;
}

@media only screen and (min-width: 1200px) {
    header .logo img {
        max-height: none;
    }
}

header .main-nav .nav-branding img {
    max-height: 45px;
}

@media only screen and (min-width: 992px) {
    header .main-nav .nav-branding img {
        max-height: 50px;
    }
}

@media only screen and (min-width: 1200px) {
    header .main-nav .nav-branding img {
        max-height: none;
    }
}

header nav {
    position: absolute;
    width: 100%;
    right: -1500px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.95);
    -webkit-transition: right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

header nav.open {
    right: 0;
    overflow: scroll;
}

@media only screen and (min-width: 992px) {
    header nav {
        position: relative;
        overflow: visible;
        right: auto;
        width: auto;
        background-color: transparent;
    }
}

header nav>ul {
    padding: 0;
    margin: 1.25rem;
    list-style-type: none;
}

@media only screen and (min-width: 992px) {
    header nav>ul {
        margin: 0;
    }
}

header nav>ul>li {
    position: relative;
    line-height: 2;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 992px) {
    header nav>ul>li {
        margin: 0 15px;
        line-height: 80px;
    }
}

@media only screen and (min-width: 1200px) {
    header nav>ul>li {
        margin: 0 22px;
        line-height: 75px;
    }
}

header nav>ul>li:last-child {
    margin: 0;
}

header nav>ul>li>a {
    text-decoration: none;
    color: #ebf0f5;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

header nav>ul>li>a:hover {
    color: #ff8400;
}

header nav>ul>li.active>a {
    color: #2474b9;
}

header nav>ul>li:hover ul {
    visibility: visible;
    opacity: 1;
}

header nav>ul>li:hover>a {
    color: #ff8400;
}

header nav>ul>li ul {
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.95);
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.95);
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.95);
    list-style-type: none;
    margin: 0;
    top: 70px;
    max-height: 0;
    overflow: hidden;
    min-width: 200px;
    -webkit-transition: visibility 0s, opacity 0.5s linear, max-height 0.25s;
    transition: visibility 0s, opacity 0.5s linear, max-height 0.25s;
}

header nav>ul>li ul.open {
    max-height: 500px;
}

@media only screen and (min-width: 992px) {
    header nav>ul>li ul {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        padding: 10px 20px;
        max-height: none;
        overflow: visible;
    }
}

@media only screen and (min-width: 1200px) {
    header nav>ul>li ul {
        top: 75px;
    }
}

header nav>ul>li ul li {
    line-height: 2;
}

header nav>ul>li ul li a {
    color: #ffffff;
    text-decoration: none;
}

header nav>ul>li ul li a:hover {
    text-decoration: underline;
    color: #ff8400;
}

header nav>ul>li ul li.active a {
    text-decoration: underline;
    color: #2474b9;
}

header.fixed {
    background-color: rgba(0, 0, 0, 0.95);
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.95);
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.95);
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
}

header.fixed .logo img {
    max-height: 50px;
}

header .nav-toggle {
    width: 44px;
    height: 44px;
    border: none;
    position: relative;
    background-color: transparent;
}

header .nav-toggle span {
    background: #ffffff;
    height: 2px;
    width: 32px;
    content: "";
    display: block;
    border-radius: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

header .nav-toggle span:nth-child(1) {
    top: 15px;
    width: 20px;
}

header .nav-toggle span:nth-child(2),
header .nav-toggle span:nth-child(3) {
    top: 21px;
}

header .nav-toggle span:nth-child(4) {
    top: 27px;
    width: 20px;
}

header .nav-toggle.open span:nth-child(1) {
    top: 18px;
    width: 0%;
}

header .nav-toggle.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

header .nav-toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

header .nav-toggle.open span:nth-child(4) {
    top: 20px;
    width: 0%;
}

.hero-banner {
    min-height: 500px;
    background-image: url("../img/hero-banner-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: calc(1.75rem + 6vw);
}

.hero-banner-inner {
    background-image: url("../img/schedule.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: calc(1.75rem + 6vw);
}


@media (min-width: 1200px) {
    .hero-banner {
        padding-bottom: 6.25rem;
    }
}

.hero-banner .banner-content {
    color: #fff;
}

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

.hero-banner .event-cal a {
    text-decoration: none;
    color: #fff;
}

.hero-banner .event-cal .day {
    background-color: #ff8400;
    background-position: center;
    background-size: 110%;
    width: 100px;
    height: 100px;
    border-radius: 1rem;
    -webkit-transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 0.625rem;
}

@media only screen and (min-width: 768px) {
    .hero-banner .event-cal .day {
        width: 220px;
        height: 220px;
        padding: 1.25rem;
    }
}

@media only screen and (min-width: 1200px) {
    .hero-banner .event-cal .day {
        width: 180px;
        height: 180px;
        padding: 1.25rem;
    }
}

@media only screen and (min-width: 1440px) {
    .hero-banner .event-cal .day {
        width: 220px;
        height: 220px;
        padding: 1.25rem;
    }
}

.hero-banner .event-cal .day:hover {
    background-size: 125%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hero-banner .event-cal .day figure {
    font-weight: 700;
    font-size: calc(1.525rem + 3.3vw);
    margin-bottom: 0;
    line-height: 1;
}

@media (min-width: 1200px) {
    .hero-banner .event-cal .day figure {
        font-size: 4rem;
    }
}

@media only screen and (min-width: 768px) {
    .hero-banner .event-cal .day figure {
        font-size: calc(1.59375rem + 4.125vw);
    }
}

@media only screen and (min-width: 768px) and (min-width: 1200px) {
    .hero-banner .event-cal .day figure {
        font-size: 4.6875rem;
    }
}

@media only screen and (min-width: 1200px) {
    .hero-banner .event-cal .day figure {
        font-size: calc(1.5rem + 3vw);
    }
}

@media only screen and (min-width: 1200px) and (min-width: 1200px) {
    .hero-banner .event-cal .day figure {
        font-size: 3.75rem;
    }
}

@media only screen and (min-width: 1440px) {
    .hero-banner .event-cal .day figure {
        font-size: calc(1.59375rem + 4.125vw);
    }
}

@media only screen and (min-width: 1440px) and (min-width: 1200px) {
    .hero-banner .event-cal .day figure {
        font-size: 4.6875rem;
    }
}

.hero-banner .event-cal .day figcaption {
    font-weight: 700;
    font-size: 0.8rem;
    line-height: 1.2;
}

@media only screen and (min-width: 768px) {
    .hero-banner .event-cal .day figcaption {
        font-size: 1.25rem;
    }
}

.hero-banner .event-cal .day.day-1 {
    background-image: url("../img/day-1-bg.png");
}

.hero-banner .event-cal .day.day-2 {
    background-image: url("../img/day-2-bg.png");
}

.hero-banner .event-cal .day.day-3 {
    background-image: url("../img/day-3-bg.png");
}

.hero-banner .event-cal .day.day-4 {
    background-image: url("../img/day-4-bg.png");
}

.hero-banner .event-cal .day.day-5 {
    background-image: url("../img/day-5-bg.png");
}

.hero-banner .event-cal .day.day-6 {
    background-image: url("../img/day-6-bg.png");
}

.hero-banner .event-cal .day.day-7 {
    background-image: url("../img/day-7-bg.png");
}

footer {
    padding-top: calc(1.75rem + 6vw);
    padding-bottom: calc(1.75rem + 6vw);
    background-image: url("../img/footer-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #ffffff;
}

@media (min-width: 1200px) {
    footer {
        padding-top: 6.25rem;
    }
}

@media (min-width: 1200px) {
    footer {
        padding-bottom: 6.25rem;
    }
}

footer a {
    text-decoration: none;
    color: #ffffff;
}

footer a:hover {
    text-decoration: underline;
    color: #ffffff;
}

footer h2 {
    color: #ff8400;
}

footer .social {
    margin-top: calc(1.5rem + 3vw);
}

@media (min-width: 1200px) {
    footer .social {
        margin-top: 3.75rem;
    }
}

footer .social a {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin: 0 4px;
    background-color: #171616;
    color: #8c989e;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    font-size: 18px;
}

footer .social a:hover {
    background-color: #ff8400;
    color: #ffffff;
}

footer h5 {
    font-weight: 700;
}

footer ul {
    margin: 0;
    list-style-type: none;
    font-size: 1.125rem;
}

footer ul li {
    margin-bottom: 8px;
    text-decoration: none;
}

footer ul li a {
    color: #000000;
    position: relative;
    text-decoration: none;
}

footer ul li a:hover {
    color: #000000;
    text-decoration: underline;
}

footer ul li a::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 5px;
    border-radius: 2px;
    background-color: #2b7796;
    top: 7px;
    left: -30px;
}

footer form input {
    border-radius: 0.5rem;
    border: solid 2px #9d9d9d;
    padding: 8px 10px;
    outline: none;
    font-size: 16px;
    width: 80%;
}

footer form small {
    opacity: 0.6;
}

footer .copy {
    margin-top: 1.25rem;
    color: #ebf0f5;
    opacity: 0.35;
}

* {
    font-family: "Barlow", sans-serif;
}

body {
    background-color: #070706;
    font-size: 1.125rem;
    color: #696969;
}

.container-fluid {
    max-width: 1640px;
}

.header-font {
    font-family: "Bungee Outline", cursive;
}

.text-light {
    color: #fff;
}

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

.rounded-75 {
    border-radius: 0.75rem;
}

section .section-header h2 {
    color: #ff8400;
}

section .section-header h3 {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 3px;
}

section:not(.hero-banner) {
    padding-top: calc(1.75rem + 6vw);
    padding-bottom: calc(1.75rem + 6vw);
}

@media (min-width: 1200px) {
    section:not(.hero-banner) {
        padding-top: 6.25rem;
    }
}

@media (min-width: 1200px) {
    section:not(.hero-banner) {
        padding-bottom: 6.25rem;
    }
}

section.light-bg {
    background-color: #fff;
}

section.light-grey-bg {
    background-color: #f2f2f2;
}

section.about .btc-wrapper {
    position: relative;
}

section.about .btc-wrapper img.btc {
    position: absolute;
}

section.about .btc-wrapper img.btc.btc-1 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: btc1 2s linear infinite;
    animation: btc1 2s linear infinite;
}

section.about .btc-wrapper img.btc.btc-2 {
    width: 70px;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-animation: btc2 2s linear infinite;
    animation: btc2 2s linear infinite;
}

section.about .btc-wrapper img.btc.btc-3 {
    width: 70px;
    top: 55px;
    right: -25px;
    -webkit-animation: btc3 2s linear infinite;
    animation: btc3 2s linear infinite;
}

section.about .btc-wrapper img.btc.btc-4 {
    width: 70px;
    top: 40%;
    right: 65px;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-animation: btc4 5s linear infinite;
    animation: btc4 5s linear infinite;
}

section.about .btc-wrapper img.btc.btc-5 {
    bottom: 20%;
    left: 55px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-animation: btc4 4s linear infinite;
    animation: btc4 4s linear infinite;
}

section.about .btc-wrapper img.btc.btc-6 {
    width: 90px;
    bottom: 20%;
    right: 95px;
    -webkit-animation: btc3 2s linear infinite;
    animation: btc3 2s linear infinite;
}

section.about .btc-wrapper img.btc.btc-7 {
    width: 60px;
    left: 95px;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-animation: btc7 2s linear infinite;
    animation: btc7 2s linear infinite;
}

section.organizer {
    background-image: url("../img/organizer-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section.organizer img.block-on {
    width: 75%;
}

@media only screen and (min-width: 768px) {
    section.organizer img.block-on {
        width: 40%;
    }
}

@media only screen and (min-width: 992px) {
    section.organizer img.block-on {
        width: auto;
    }
}

section.agenda .nav li {
    padding-right: 5px;
}

section.agenda .nav li .nav-link {
    text-align: center;
    width: 100%;
    font-size: calc(1.2875rem + 0.45vw);
    font-weight: 700;
    color: #fff;
    border-radius: 50px;
    background-color: #000;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

@media (min-width: 1200px) {
    section.agenda .nav li .nav-link {
        font-size: 1.625rem;
    }
}

section.agenda .nav li .nav-link.active {
    background-color: #26aa3f;
}

section.agenda .schedule-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

section.agenda .schedule-list li {
    padding-left: calc(1.375rem + 1.5vw);
    border-bottom: solid 1px #eaeaea;
    line-height: 2;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    position: relative;
}

@media (min-width: 1200px) {
    section.agenda .schedule-list li {
        padding-left: 2.5rem;
    }
}

section.agenda .schedule-list li::before {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #26aa3f;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 2px;
}

section.past-events {
    background-image: url("../img/past-event-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section.past-events .archive-event-list>div {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    section.past-events .archive-event-list>div {
        width: 340px;
    }
}

@media only screen and (min-width: 992px) {
    section.past-events .archive-event-list>div {
        width: 300px;
    }
}

@media only screen and (min-width: 1200px) {
    section.past-events .archive-event-list>div {
        width: 380px;
    }
}

section.past-events .archive-event-list>div .image-wrapper {
    position: relative;
    overflow: hidden;
    height: 210px;
    width: 100%;
    border-radius: 1rem;
}

section.past-events .archive-event-list>div .image-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

section.past-events .archive-event-list>div .image-wrapper h5 {
    font-size: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
    section.past-events .archive-event-list>div .image-wrapper h5 {
        font-size: 1.875rem;
    }
}

section.speakers .speakers-list>div {
    width: 100%;
}

section.speakers .speakers-list>div .image-wrapper {
    overflow: hidden;
    height: 240px;
    border-radius: 1rem;
}

section.speakers .speakers-list>div .image-wrapper img {
    width: 100%;
}

section.speakers .speakers-list>div h6 {
    font-size: calc(1.2625rem + 0.15vw);
    text-transform: uppercase;
    font-weight: 400;
    color: #ff8400;
}

@media (min-width: 1200px) {
    section.speakers .speakers-list>div h6 {
        font-size: 1.375rem;
    }
}

@media only screen and (min-width: 480px) {
    section.speakers .speakers-list>div {
        width: 50%;
    }

    section.speakers .speakers-list>div .image-wrapper {
        border-radius: 0;
    }

    section.speakers .speakers-list>div:first-child .image-wrapper,
    section.speakers .speakers-list>div:nth-child(3) .image-wrapper {
        border-radius: 1rem 0 0 1rem;
    }

    section.speakers .speakers-list>div:last-child .image-wrapper,
    section.speakers .speakers-list>div:nth-child(2) .image-wrapper {
        border-radius: 0 1rem 1rem 0;
    }
}

@media only screen and (min-width: 992px) {
    section.speakers .speakers-list>div {
        width: 25%;
    }

    section.speakers .speakers-list>div .image-wrapper {
        height: 180px;
    }

    section.speakers .speakers-list>div:first-child .image-wrapper {
        border-radius: 1rem 0 0 1rem;
    }

    section.speakers .speakers-list>div:last-child .image-wrapper {
        border-radius: 0 1rem 1rem 0;
    }

    section.speakers .speakers-list>div:nth-child(2) .image-wrapper,
    section.speakers .speakers-list>div:nth-child(3) .image-wrapper {
        border-radius: 0;
    }
}

@media only screen and (min-width: 1200px) {
    section.speakers .speakers-list>div .image-wrapper {
        height: 240px;
    }
}

section .logo-list>div {
    background-color: #fff;
    border-radius: 1rem;
    width: 48%;
    height: 100px;
    position: relative;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

@media only screen and (min-width: 480px) {
    section .logo-list>div {
        width: 31%;
        height: 120px;
    }
}

@media only screen and (min-width: 768px) {
    section .logo-list>div {
        width: 235px;
        height: 140px;
    }
}

@media only screen and (min-width: 992px) {
    section .logo-list>div {
        width: 320px;
    }
}

@media only screen and (min-width: 1200px) {
    section .logo-list>div {
        width: 240px;
    }
}

section .logo-list>div img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
}

section .logo-list>div:hover {
    -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.06);
}

@-webkit-keyframes btc1 {

    0%,
    100% {
        top: 24%;
    }

    50% {
        top: 28%;
    }
}

@keyframes btc1 {

    0%,
    100% {
        top: 24%;
    }

    50% {
        top: 28%;
    }
}

@-webkit-keyframes btc2 {

    0%,
    100% {
        top: 4px;
        left: -5px;
        -webkit-filter: blur(4px);
        filter: blur(4px);
    }

    50% {
        top: 6px;
        left: -15px;
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
}

@keyframes btc2 {

    0%,
    100% {
        top: 4px;
        left: -5px;
        -webkit-filter: blur(4px);
        filter: blur(4px);
    }

    50% {
        top: 6px;
        left: -15px;
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
}

@-webkit-keyframes btc3 {

    0%,
    100% {
        -webkit-filter: blur(4px);
        filter: blur(4px);
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
    }

    50% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg);
    }
}

@keyframes btc3 {

    0%,
    100% {
        -webkit-filter: blur(4px);
        filter: blur(4px);
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
    }

    50% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg);
    }
}

@-webkit-keyframes btc4 {

    0%,
    100% {
        -webkit-filter: blur(6px);
        filter: blur(6px);
    }

    50% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
}

@keyframes btc4 {

    0%,
    100% {
        -webkit-filter: blur(6px);
        filter: blur(6px);
    }

    50% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
}

@-webkit-keyframes btc7 {

    0%,
    100% {
        bottom: -25px;
    }

    50% {
        bottom: -50px;
    }
}

@keyframes btc7 {

    0%,
    100% {
        bottom: -25px;
    }

    50% {
        bottom: -50px;
    }
}

/*# sourceMappingURL=style.min.css.map */
.font-hl {
    color: #000000;
}

.new-input {
    background-color: #f2f2f2 !important;
    border-color: #171616 !important;
    border-width: 1px !important;
    font-size: 1rem !important;
    color: #ebf0f5;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-radius: 0.3rem !important;
}

.box-height {
    min-height: 110px !important;
}

.counter-count {
    font-size: 30px;
    color: #ff8400;
    font-weight: bold;
}

.plus-icon {
    font-size: 30px;
    color: #ff8400;
}

.haed-pri {
    padding: 10px 0px !important;
    background: #000 !important;
}

.inputx {
    color: #000000 !important;
    border: #dddddd 1px solid !important;
    background: #ffffff !important;
    font-size: 14px !important;
    padding: 15px;
}

.labelx {
    font-size: 30px;
    font-weight: 900;
    color: #ff8400;
}

.cardx {
    border-radius: 10px;
    background: #ffffff;
    padding: 10px;
    box-shadow: 4px 10px 44px -19px rgba(0, 0, 0, 0.599);
    -webkit-box-shadow: 4px 10px 44px -19px rgba(0, 0, 0, 0.599);
    -moz-box-shadow: 4px 10px 44px -19px rgba(0, 0, 0, 0.599);
    -webkit-transition: all 1s;
    transition: all 1s;
}

.cardx h2 {
    font-size: 25px;
    font-weight: 900;
    color: #000000;
}

.cardx .labelx {
    background: rgb(247, 242, 217);
    color: #797471;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 40px;
    font-weight: normal;
}

.datelabel {
    background: #000000;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 40px;
    font-weight: normal;
    margin-bottom: 20px;
}

.cardx:hover {
    border-radius: 10px;
    background: #f6f3ed;
    padding: 10px;
    box-shadow: 4px 10px 44px -19px rgba(0, 0, 0, 0.599);
    -webkit-box-shadow: 4px 10px 44px -19px rgba(0, 0, 0, 0.599);
    -moz-box-shadow: 4px 10px 44px -19px rgba(0, 0, 0, 0.599);
    -webkit-transition: all 1s;
    transition: all 1s;
}

.superheading {
    font-size: 35px;
    font-weight: bolder;
    color: #ff8400;
}

.subheading {
    font-size: 25px;
    font-weight: bolder;
    color: #000000;
}

a {
    color: orange
}

.text-primary {
    color: orangered !important;
}