@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400&family=Open+Sans:wght@300;400&family=Roboto:wght@100&display=swap);
html {
    font-size: 16px;
}

body {
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    color: #222;
    font-weight: 600;
}

h1 {
    font-size: 2.8rem;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 2.25rem;
}

h4 {
    font-size: 1.6875rem;
}

h5 {
    font-size: 1rem;
    font-family: 'open_sans_600';
}

h6 {
    font-size: 1.25rem;
}

a,
blockquote,
label,
li,
p {
    font-size: 0.9rem;
    line-height: 26px;
    color: #848484;
    margin-bottom: 0;
}

.form-control::-webkit-input-placeholder {
    color: #b3b3b3;
    font-size: 0.9375rem;
}

ul.social-links {
    margin-bottom: 0;
}

ul.social-links li:first-child a {
    padding-left: 0;
}

ul.social-links li a {
    padding: 0 15px;
    display: block;
}

ul.social-links li a i {
    font-size: 20px;
    color: #222;
}

.social-links-footer .list-inline-item p {
    font-family: Montserrat, sans-serif;
    font-size: 0.8rem;
    margin-right: 10px;
    color: #fff;
}

.social-links-footer a:hover img {
    filter: invert(27%) sepia(74%) saturate(7497%) hue-rotate(251deg) brightness(105%) contrast(105%);
}

.news-hr .news-post-hr:hover,
.schedule.two .schedule-contents,
.shadow,
.speakers.white .speaker-item:hover,
.sponsors .block .image-block:hover,
.testimonial .testimonial-item .comment:hover,
ul.pagination .active a,
ul.pagination li a:focus,
ul.pagination li a:hover {
    box-shadow: 0 0 30px 0 rgba(11, 29, 66, 0.15);
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.overlay-lighter:before {
    content: "";
    background: -webkit-linear-gradient( -45deg, #1e5799 0, #1d1546 0, #1a0b25 100%, #207cca 100%);
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


/* navbar on scroll starts*/

.navbar-nav {
    margin-right: 0 !important;
    margin: 0 auto;
}

.navbar-fixed {
    background: #fff !important;
}

.navbar-fixed .navbar-nav .nav-item .nav-link {
    color: #222 !important;
}

.navbar-fixed .navbar-nav .nav-item .nav-link span {
    color: #222 !important;
}

.main-nav .blue_logo,
.main-nav .blue_reg_btn {
    display: none;
}

.navbar-fixed .white_logo,
.navbar-fixed .white_reg_btn {
    display: none;
}

.navbar-fixed .blue_logo,
.navbar-fixed .blue_reg_btn {
    display: block !important;
}


/* navbar on scroll ends */


/* reason to join starts */

.reason .section-title {
    margin-bottom: 80px;
}

.reason p {
    color: #000;
    font-weight: 600;
}

.reason-box {
    position: relative;
    margin: 0 auto;
    width: 222px;
    margin-bottom: 80px;
}

.reason-img {
    position: absolute;
    z-index: 1;
    width: 100%;
}

.reason-img img {
    max-width: 100%;
    width: 106px;
    height: 106px;
    margin-top: -53px;
    margin-left: 57px;
}

.reason .reason-heading {
    height: 160px;
    margin: 20px auto;
    padding-top: 36px;
}

.reason .reason-heading h4 {
    margin-top: 10px;
    font-weight: 500;
}

.reason .reason-heading h5 {
    font-size: 12px;
    margin: 0;
    line-height: 18px;
}


/* reason to join ends */

.btn-toggle {
    height: auto !important;
    margin-left: 10px !important;
}

.btn-toggle .btn {
    font-size: 10px !important;
    padding: 4px 10px 2px 10px !important;
    font-weight: 600;
    line-height: initial !important;
}

.btn-toggle .ist_time_zone {
    border-radius: 25px 0 0 25px;
    background-color: #fff;
    border-color: #fff;
    color: #000;
    z-index: 0;
}

.btn-toggle .ist_time_zone:hover {
    border-radius: 25px 0 0 25px;
    background-color: #fff;
    border-color: #fff;
    color: #000;
    z-index: 0;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.btn-toggle .ist_time_zone.active {
    border-radius: 25px 0 0 25px;
    background-color: #83acf5;
    border-color: #83acf5;
    color: #FFFFFF;
    z-index: 0;
    font-weight: 600;
}

.btn-toggle .ist_time_zone.active:hover {
    border-radius: 25px 0 0 25px;
    z-index: 0;
    cursor: pointer;
}

.btn-toggle .pst_time_zone {
    border-radius: 0 25px 25px 0;
    background-color: #fff;
    border-color: #fff;
    color: #000;
    z-index: 0;
    font-weight: 600;
}

.btn-toggle .pst_time_zone:hover {
    border-radius: 0 25px 25px 0;
    background-color: #fff;
    border-color: #fff;
    color: #000;
    z-index: 0;
}

.btn-toggle .pst_time_zone.active {
    border-radius: 0 25px 25px 0;
    background-color: #83acf5;
    border-color: #83acf5;
    color: #FFFFFF;
    z-index: 0;
}

.btn-toggle .pst_time_zone.active:hover {
    border-radius: 0 25px 25px 0;
    z-index: 0;
}

.pst_time_zone_sec1,
.pst_time_zone_sec2 {
    display: none;
}

/* .pst_time_zone_sec2 {
    color: #3e73fa;
} */

.schedule2 {
    padding-bottom: 0 !important;
}

.r_text {
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
    color: #3e73fa;
}

.time_zone {
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.time_zone2 {
    margin-top: -15px;
}

.btn-toggle .pst_time_zone.active .time {
    color: #0069d9;
}

.d_none {
    display: none;
}


/* .meetup {
  padding-top: 0 !important;
} */

.extra-pad {
    padding-bottom: 0 !important;
}

.meetup_text {
    color: #3e73fa;
}

.meetup_points {
    padding: 0;
    margin: 0;
}

.meetup_points li {
    color: #3e73fa;
    font-size: 21px;
    list-style-type: none;
    position: relative;
    margin-bottom: 15px;
}

.meetup_points li:after {
    content: "";
    position: absolute;
    width: 149px;
    height: 0;
    top: 129%;
    left: 50%;
    transform: translate(-50%, -129%);
    border-bottom: 1px solid #9e9e9e;
}

.meetup-box a {
    font-style: italic !important;
}

.meetup-box {
    margin-bottom: 0 !important;
}

.p_relative {
    position: relative;
}

.step_text {
    color: #fff;
    font-size: 18px;
    /* text-transform: none; */
}

@media (max-width: 767px) {
    .text-overlay:after {
        font-size: 100px;
    }
        section.countdown_begins_bg.border-bottom .col-7.mx-auto.text-center {
            width: 90%;
            max-width: 100%;
        }
    
        .clock-item.countdown-time-value.col-sm-6.col-md-3 {
            width: 24%;
            margin: 0px;
            padding: 0px;
        }
}

@media (max-width: 575px) {
    .text-overlay:after {
        font-size: 70px;
    }
        section.countdown_begins_bg.border-bottom .col-7.mx-auto.text-center {
            width: 90%;
            max-width: 100%;
        }
    
        .clock-item.countdown-time-value.col-sm-6.col-md-3 {
            width: 24%;
            margin: 0px;
            padding: 0px;
        }
}

.overlay-primary:before {
    content: "";
    background: rgb(62 115 250 / 93%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.about-title {
    font-family: Montserrat, sans-serif;
    color: #222;
    font-weight: 400;
    font-size: 2.5rem;
    margin-bottom: 35px;
}

.about-title h1.alternate,
span {
    display: inline-block;
}

.about-title h1,
.about-title h1.alternate {
    font-size: 2.5rem;
}

.about-title h1.alternate,
span.alternate {
    color: #4A4A4A;
    /* font-weight: 400; */
    font-size: 1.5rem;
}

a {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

a:focus,
a:hover {
    color: #3e73fa;
    text-decoration: none;
    cursor: default;
}

button:hover {
    cursor: pointer;
}

.bg-gray {
    background: #fafafa;
}

.bg-blue {
    background: #3e73fa;
}

.bg-banner-one {
    /* background: url(../images/codefest_2022/Header-Banner.jpg) no-repeat; */
    background-size: cover;
    background-position: center center;
}

.bg-banner-two {
    background: url(../images/background/banner-bg-two.jpg) no-repeat;
    background-size: cover;
    background-position: right center;
}
.position-absolute {
    position: absolute;
    z-index: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
.container-index{
    /* z-index: 9999; */
    position: relative;
}
.top-0{
    top: -18%;
}

@media (max-width: 767px) {
    .bg-banner-two {
        background-position: center center;
    }
}

.bg-about {
    background: url(../images/background/schedule-bg.png) no-repeat;
}

.bg-sponsor {
    background: url(../images/background/sponsor-bg.png) fixed no-repeat;
    background-size: cover;
}

.bg-event {
    background: url(../images/background/event-bg.png) fixed no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-speaker {
    background: url(../images/background/speakers-bg.png) fixed no-repeat;
    /* background-size: cover;
    background-position: center center; */
}

.bg-timer {
    background: url(../images/background/timer-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}


/* .bg-schedule,
.meetup-box {
  background: url(../images/background/schedule-bg.png) no-repeat;
  background-size: cover;
} */

.meetup-bg {
    background-color: #fff;
    padding: 40px;
    margin: 0 16px;
}

.bg-service {
    background: linear-gradient(to left, #180099 0%, #7100cd 100%);
}

.bg-registration {
    background: url(../images/background/event-bg.png) no-repeat;
    background-size: cover;
}

.bg-registration-two {
    background: url(../images/background/bg-registration-two.jpg) no-repeat;
    background-size: cover;
}

.bg-ticket {
    background: url(../images/background/cta-ticket-bg.jpg) fixed no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-sponsors {
    background: url(../images/background/sponsors-bg.jpg) fixed no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-subscribe {
    background: url(../images/background/newsletter-bg.jpg) fixed no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-title {
    background: url(../images/background/page-title-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.title_italic {
    color: #003EAC;
    font-style: italic;
}

.click2cloud-sponsors {
    width: 100%;
}

.bg-sponsor .about-title {
    margin-bottom: 0;
}

.bg-sponsor .about-text {
    color: #fff;
}

.bg-sponsor .alternate {
    font-style: italic;
    color: #fff;
}

.section {
    padding: 120px 0;
}

.section-title {
    text-align: center;
    font-family: Montserrat, sans-serif;
    color: #222;
    font-weight: 400;
    font-size: 2.5rem;
    margin-bottom: 35px;
}

.section-title h3 {
    margin-bottom: 20px;
}

.section-title.white h3,
.section-title.white p {
    color: #fff;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.page-title {
    text-align: center;
}

.video {
    position: relative;
}

.video:before {
    border-radius: 3px;
}

.video img {
    width: 100%;
    border-radius: 8px;
}

.video .video-button {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.video .video-box a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.video .video-box a i {
    height: 125px;
    width: 125px;
    font-size: 40px;
    background: #3e73fa;
    border-radius: 100%;
    color: #fff;
    line-height: 125px;
    text-align: center;
}

.video .video-box a iframe {
    width: 100%;
    height: 100%;
}

.form-control.main {
    background: 0 0;
    border: 1px solid #b3b3b3;
    border-radius: 0;
    font-size: 0.9375rem;
    padding: 15px 20px;
    color: #958a9e;
}

.form-control.main:focus {
    border: 1px solid #3e73fa;
}

.form-control.white {
    background: #fff;
    color: #222;
}

select.form-control:not([size]):not([multiple]) {
    height: 100%;
}

.left {
    overflow: hidden;
}

.left img {
    margin-left: -40px;
}

@media (max-width: 767px) {
    .left img {
        margin-left: 0;
        margin-bottom: 30px;
    }
    .step_box {
        margin: 20px auto 0 !important;
    }
    .event_plan_box h2 {
        width: 100% !important;
    }
}

.right {
    overflow: hidden;
}

.right img {
    margin-left: 40px;
}

@media (max-width: 767px) {
    .right img {
        margin-left: 0;
    }
}

.hide-overflow {
    overflow: hidden;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.border-top {
    border-top: 1px solid;
}

.btn {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-main {
    padding: 25px 45px;
    border-radius: 3px;
    background: #3e73fa;
    color: #fff;
    outline: 0;
}

.btn-main:hover {
    color: #fff;
}

.btn-main:focus {
    color: #fff;
    box-shadow: none;
}

.btn-main-md {
    padding: 15px 40px;
    border-radius: 0;
    background: #3e73fa;
    color: #fff;
    outline: 0;
    font-size: 0.9375rem;
}

.btn-main-md:hover {
    color: #fff;
    background: #173d9c;
}

.btn-main-md:focus {
    color: #fff;
    box-shadow: none;
}

.btn-transparent-md {
    padding: 15px 40px;
    background: 0 0;
    outline: 0;
    font-size: 0.9375rem;
    color: #222;
    border: 1px solid #e5e5e5;
    border-radius: 0;
}

.btn-transparent-md:hover {
    background: #3e73fa;
    border-color: #3e73fa;
    color: #fff;
}

.btn-main-sm {
    padding: 15px 35px;
    border-radius: 3px;
    background: #3e73fa;
    color: #fff;
    outline: 0;
    font-size: 14px;
}

.btn-main-sm:hover {
    color: #fff;
}

.btn-main-sm:focus {
    color: #fff;
    box-shadow: none;
}

.btn-white-md {
    background: #fff;
    color: #000;
    padding: 10px 20px;
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.banner .block .btn-white-md {
    background: linear-gradient(to right, #164acd, #3e73fa);
    color: #fff;
    padding: 10px 20px;
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.btn-white-md.active1 {
    color: #fff !important;
}

.mr-15 {
    margin-right: 15px;
}

.btn-rounded-icon {
    border-radius: 100px;
    color: #fff;
    border: 1px solid #fff;
    padding: 13px 50px;
}

.main-nav {
    background: #668fff33;
    box-shadow: 0 4px 6px 0 rgb(12 0 46 / 6%);
}

.main-nav .navbar-nav a::before {
    content: "";
    width: 69%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    transition: 0.5s transform ease;
    transform: scale3d(0, 1, 1);
    transform-origin: 0 100%;
}

.useful-links-footer li a {
    transition: color 0.2s linear;
    position: relative;
    cursor: pointer;
}

.useful-links-footer li a:hover {
    color: #27f0e2 !important;
}

.useful-links-footer a::before {
    content: "";
    width: 0;
    height: 1px;
    background: #27f0e2;
    right: 0;
    left: auto;
    bottom: 0;
    position: absolute;
    -webkit-transition: width 0.2s linear;
    -o-transition: width 0.2s linear;
    transition: width 0.2s linear;
}

.useful-links-footer a:hover:before {
    width: 100%;
    right: auto;
    left: 0;
}

.main-nav .navbar-nav a:hover::before,
.useful-links-footer a:hover::before {
    transform: scale3d(1, 1, 1);
}

.main-nav .navbar-nav a::before {
    background: #FFFF00;
    /* background: #3e73fa; */
    transform-origin: 0 100%;
}

@media (max-width: 767px) {
    /* .main-nav {
        position: relative;
    } */
    .banner .span_1 sup {
        font-size: 10px;
    }
}

.main-nav .navbar-brand {
    padding: 10px 40px;
    cursor: pointer;
    margin: 0;
    padding-left: 19px;
}

.main-nav .navbar-brand img {
    height: 68px;
    width: auto;
    max-width: inherit;
}

@media (max-width: 1200px) {
    .main-nav .navbar-brand {
        padding: 20px 30px;
    }
    .main-nav .navbar-brand img {
        width: 60px;
        height: auto;
    }
    .banner .span_1 sup {
        font-size: 10px;
    }
}

@media (max-width: 990px) {
    .main-nav .navbar-brand {
        padding: 4px 12px;
    }
    .main-nav .navbar-nav a::before {
        content: none;
    }
    .banner .span_1 sup {
        font-size: 10px;
    }
}

@media (max-width: 767px) {
    .main-nav .navbar-brand {
        border-right: none;
    }
    .banner .span_1 sup{
        font-size: 10px;
    }
}

.main-nav .navbar-nav .nav-item {
    position: relative;
    font-family: Roboto, sans-serif;
}

.main-nav .navbar-nav .nav-item .nav-link {
    position: relative;
    text-align: center;
    color: #fff;
    padding-left: 8px;
    padding-right: 10px;
    cursor: pointer;
    font-size: 12px;
    /* font-family: Montserrat, sans-serif; */
    font-family: open_sans_300;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.main-nav .navbar-nav .nav-item .nav-link:hover {
    /* color: #3e73fa; */
    color: #FFFF00;
}


/* .register-btn:hover  */

.banner .block .btn-white-md:hover {
    background: #173d9c;
    color: #fff !important;
}

.main-nav .navbar-nav .nav-item.active1 .nav-link {
    /* color: #3e73fa; */
    color: #FFFF00;
}

.main-nav .dropdown-slide {
    position: static;
}

.main-nav .dropdown-slide .open>a,
.main-nav .dropdown-slide .open>a:focus,
.main-nav .dropdown-slide .open>a:hover {
    background: 0 0;
}

.main-nav .dropdown-slide.full-width .dropdown-menu {
    left: 0 !important;
    right: 0 !important;
}

.main-nav .dropdown-slide:hover .dropdown-menu {
    border-top: 3px solid #3e73fa;
    display: none;
    opacity: 1;
    display: block;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    color: #777;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.main-nav .dropdown-slide .dropdown-menu {
    min-width: 220px;
    margin-top: 0;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    position: absolute;
    padding: 5px 15px;
    border: 1px solid #ebebeb;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: visibility 0.2s, opacity 0.2s, -webkit-transform 0.5s cubic-bezier(0.43, 0.26, 0.11, 0.99);
    transition: visibility 0.2s, opacity 0.2s, -webkit-transform 0.5s cubic-bezier(0.43, 0.26, 0.11, 0.99);
    transition: visibility 0.2s, opacity 0.2s, transform 0.5s cubic-bezier(0.43, 0.26, 0.11, 0.99);
    transition: visibility 0.2s, opacity 0.2s, transform 0.5s cubic-bezier(0.43, 0.26, 0.11, 0.99), -webkit-transform 0.5s cubic-bezier(0.43, 0.26, 0.11, 0.99);
}

.main-nav .dropdown-slide .dropdown-menu .dropdown-item {
    font-size: 15px;
    padding: 10px 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.main-nav .dropdown-slide .dropdown-menu .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}

.main-nav .dropdown-slide .dropdown-menu .dropdown-item:hover {
    background: #fff;
    color: #3e73fa;
}

@media (max-width: 991px) {
    .main-nav .dropdown-slide .dropdown-menu {
        -webkit-transform: none;
        transform: none;
        left: auto;
        position: relative;
        text-align: center;
        opacity: 1;
        visibility: visible;
    }
}

.main-nav .ticket {
    background: #3e73fa;
    display: block;
    padding: 34px 32px;
}

@media (max-width: 1200px) {
    .main-nav .ticket {
        padding: 23px 14px;
    }
}

@media (max-width: 991px) {
    .main-nav .ticket {
        text-align: center;
    }
}

.main-nav .ticket img {
    margin-right: 25px;
}

@media (max-width: 1200px) {
    .main-nav .ticket img {
        display: none;
    }
}

.main-nav .ticket span {
    color: #fff;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    border-left: 1px solid #8ca9f0;
    padding-left: 24px;
}

@media (max-width: 1200px) {
    .main-nav .ticket span {
        padding-left: 0;
        font-size: 1rem;
        border-left: none;
    }
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    outline: 0;
}

.page-title {
    position: relative;
    padding: 165px 0 65px;
}

.page-title a,
.page-title h3,
.page-title li {
    color: #fff;
}

.page-title .title h3 {
    font-weight: 500;
    text-transform: uppercase;
}

.page-title .breadcrumb {
    background: 0 0;
}

.page-title .breadcrumb .breadcrumb-item {
    float: none;
    display: inline-block;
    text-transform: uppercase;
}

.page-title .breadcrumb .breadcrumb-item.active {
    color: #fff;
}

.page-title .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\f105";
    font-family: FontAwesome;
    color: #fff;
}

.footer-main {
    background-image: url(../images/footer_bg.png);
    background-size: cover;
    background-position: center center;
    padding: 50px 0;
}

.footer-main a {
    cursor: pointer;
}

.footer-main a,
.footer-main i,
.footer-main p {
    color: #fff;
    font-size: 15px;
}

.footer-main .address_para {
    line-height: 23px;
    width: 50%;
}

.footer-main a:hover {
    color: #27f0e2 !important;
}

.footer-main .address i {
    margin-right: 10px;
}

.footer-main h3 {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .footer-main {
        padding: 50px 0;
    }
}

.footer-main .block img {
    margin-bottom: 20px;
    width: 40%;
    /* height: 90px; */
}

.footer-main .block ul.social-links-footer {
    margin-bottom: 0;
}

.footer-main .useful-links-footer {
    margin: 0;
    padding: 0;
}

.footer-main .useful-links-footer li {
    list-style: none;
    line-height: 15px;
}

.footer-main .useful-links-footer li a {
    color: #fff;
    font-size: 15px;
}

.footer-main .block ul.social-links-footer .list-inline-item:not(:last-child) {
    margin-right: 5px;
}

.mt-25 {
    margin-top: 25px;
}

@media (max-width: 575px) {
    .footer-main .block ul.social-links-footer .list-inline-item:not(:last-child) {
        margin-right: 5px;
    }
    .sponsors .sponsors-list {
        height: auto !important;
        padding: 0 !important;
    }
    .sponsors-list img.linux-logo {
        width: 40% !important;
    }
    .banner .span_1 sup {
        font-size: 10px;
    }
}

.footer-main ul.social-links-footer li a {
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    background: #fff;
}

.footer-main ul.social-links-footer li a i {
    line-height: 30px;
    color: #000;
}

.footer-main ul.social-links-footer li a:hover {
    color: #fff;
}

.footer-main ul.social-links-footer li a:hover i {
    color: #3e73fa;
}

.subfooter {
    background: #000;
    padding: 10px 0;
}

.subfooter .list-inline {
    float: right;
}

.subfooter .copyright-text p {
    font-family: Montserrat, sans-serif;
    font-size: 0.8rem;
    color: #fff;
}

.subfooter .copyright-text p a {
    /* color: #3e73fa; */
    color: #FFFFFF;
    cursor: pointer;
    font-size: 0.8rem;
}

@media (max-width: 767px) {
    .subfooter .copyright-text {
        text-align: center;
    }
}

.subfooter .to-top {
    display: block;
    height: 45px;
    width: 45px;
    text-align: center;
    background: #3e73fa;
    float: right;
}

.subfooter .to-top i {
    font-size: 1.5rem;
    color: #fff;
    line-height: 45px;
}

@media (max-width: 767px) {
    .subfooter .to-top {
        float: none;
        margin: auto;
        margin-top: 30px;
    }
}

.cta-ticket {
    position: relative;
}

.cta-ticket .content-block {
    padding: 100px 0;
}

.cta-ticket .content-block h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px;
}

.cta-ticket .content-block p {
    color: #e6e6e6;
    margin-bottom: 45px;
}

.cta-ticket .image-block {
    position: absolute;
    right: 5%;
    bottom: 0;
}

@media (max-width: 767px) {
    .cta-ticket .image-block {
        display: none;
    }
}

.cta-subscribe {
    position: relative;
}

.cta-subscribe .content {
    padding: 70px 0;
}

.cta-subscribe .content h3,
.cta-subscribe .content p {
    color: #fff;
}

.cta-subscribe .content h3 {
    font-weight: 500;
}

.cta-subscribe .content p {
    font-size: 0.9375rem;
}

.cta-subscribe .subscribe-button button {
    cursor: pointer;
}

@media (max-width: 767px) {
    .cta-subscribe .subscribe-button {
        margin-bottom: 30px;
    }
}

.banner {
    padding: 150px 0px 80px 0px;
    position: relative;
}

.banner .time {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 100 !important;
}

.banner .timez {
    font-size: 16px;
    font-weight: 600 !important;
}

.banner h3 {
    font-size: 21px;
    font-weight: 300;
    margin: 20px 0 26px;
    color: #fff;
    border: 1px solid #668FFF;
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
    display: block;
    text-align: center;
}

.time-zone-banner {
    margin-bottom: 24px;
}

.time-zone-banner span {
    background: #b925f7;
    color: #fff;
    padding: 5px;
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
}

.distributed_logo {
    width: 44%;
    margin: 0 auto;
}

.register-now-btn {
    width: 100%;
}

.register-now-btn:hover,
.register-now-btn:focus,
.register-now-btn:active,
.register_now_small:hover,
.register_now_small:focus,
.register-now-btn:active {
    transform: scale(0.98);
    box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
    cursor: pointer;
}

@media (max-width: 1024px) {
    .banner {
        padding: 100px 0;
    }
}


/* .banner .block {
  position: relative;
  z-index: 10;
  width: 80%;
  height: 425px;
  margin: 0 auto;
} */

.banner .block .content {
    /* position: absolute;
    top: 15%; */
    text-align: center;
}


/* .banner .block .content {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
} */

.banner .block .timer .syotimer-cell {
    margin-right: 25px;
    margin-bottom: 33px;
    display: inline-block;
}

@media (max-width: 575px) {
    .banner .block .timer .syotimer-cell {
        margin-right: 10px;
        margin-bottom: 20px;
    }
}

.banner .block .timer .syotimer-cell .syotimer-cell__value {
    min-width: 80px;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 77px;
    text-align: center;
    position: relative;
    font-weight: 700;
    color: #fff;
    border: 2px solid #7c7491;
    margin-bottom: 8px;
    border-radius: 100%;
    box-shadow: 3.5px 6.062px 0 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) {
    .banner .block .timer .syotimer-cell .syotimer-cell__value {
        font-size: 30px;
    }
}

@media (max-width: 400px) {
    .banner .block .timer .syotimer-cell .syotimer-cell__value {
        min-width: 65px;
        line-height: 61px;
        font-size: 25px;
    }
    .sponsors-list img.logo-c2c {
        width: 30% !important;
    }
    .banner .span_1 sup {
        font-size: 10px;
    }
}

.banner .block .timer .syotimer-cell .syotimer-cell__unit {
    text-align: center;
    font-size: 1rem;
    text-transform: lowercase;
    font-weight: 400;
    color: #fff;
    font-family: Montserrat, sans-serif;
}


/* .banner .block h2 {
  text-transform: uppercase;
  font-size: 5.5rem;
  color: #3e73fa;
  font-weight: 500;
  margin-bottom: 5px;
  text-shadow: 3.5px 6.062px 0 rgba(0, 0, 0, 0.1);
} */

@media (max-width: 767px) {
    .banner .block h2 {
        font-size: 4rem;
    }
}

@media (max-width: 400px) {
    .banner .block h2 {
        font-size: 3rem;
    }
}

.banner .block h2 {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 64%;
    line-height: 140%;
    text-shadow: 2px 0px 3px #000000;   
}

@media (max-width: 767px) {
    .banner .block h2 {
        font-size: 3.2rem;
    }
}

@media (max-width: 400px) {
    .banner .block h2 {
        font-size: 2.3rem;
    }
}

.banner .block h6 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}

.banner-two {
    padding: 250px 0 150px;
    position: relative;
    overflow: hidden;
}

.banner-two .block h1 {
    color: #3e73fa;
    font-size: 88px;
}

@media (max-width: 575px) {
    .banner-two .block h1 {
        font-size: 40px;
    }
}

.banner-two .block h2 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 74px;
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .banner-two .block h2 {
        font-size: 35px;
    }
}

.banner-two .block h3 {
    font-size: 74px;
}

@media (max-width: 575px) {
    .banner-two .block h3 {
        font-size: 35px;
    }
}

.banner-two .block h6 {
    margin-top: 48px;
    font-weight: 400;
    margin-bottom: 60px;
}

@media (max-width: 575px) {
    .banner-two .block h6 {
        margin-top: 30px;
    }
}

.about .image-block {
    padding: 30px;
}

.about .image-block img {
    border-radius: 100%;
    box-shadow: 0 0 59px 0 rgba(11, 29, 66, 0.15);
}

.about .video {
    margin-top: 95px;
}

@media (max-width: 767px) {
    .about .image-block {
        margin-bottom: 30px;
        text-align: center;
    }
    .about .video {
        margin-top: 0;
    }
}

.about .image-block.two {
    padding: 0;
    margin-top: 30px;
}

.about .image-block.two img {
    border-radius: 0;
    -webkit-transform: translate(30px, -30px);
    transform: translate(30px, -30px);
}

@media (max-width: 767px) {
    .about .image-block.two img {
        -webkit-transform: translate(0, -30px);
        transform: translate(0, -30px);
    }
}

.about .content-block {
    margin-left: 15px;
}

@media (max-width: 767px) {
    .title_italic {
        font-size: 24px;
    }
    .about .content-block {
        text-align: center;
        margin-top: 30px;
        margin-left: 0;
    }
    .speakers .content-block {
        margin-top: 30px;
        text-align: center;
    }
    .speakers .about-title {
        margin-bottom: 20px;
    }
    .reason .title_italic,
    .about .title_italic {
        margin-bottom: 20px;
    }
    .event_plan_box h2 {
        font-size: 16px !important;
    }
    .section-title {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    .register_now_small {
        width: 50%;
    }
}

.about .content-block .about-title:after {
    content: "";
    width: 140px;
    height: 4px;
    border-radius: 5px;
    background: linear-gradient(to left, #003EAC 0%, #003EAC 100%);
    display: block;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .about .content-block .about-title:after {
        margin: auto;
    }
}

.about .content-block .description-one {
    margin-bottom: 20px;
}

.about .content-block .description-one p {
    color: #222;
    font-size: 14px;
}

.about .content-block .description-two {
    margin-bottom: 20px;
}

.about .content-block .description-two p {
    font-size: 14px;
    color: #222;
}

.about p {
    color: #222;
}

.about-head {
    font-size: 18px;
    color: #000;
}

@media (max-width: 575px) {
    .about .content-block ul.list-inline .list-inline-item {
        display: block;
    }
}

.about .content-block .list-inline-item:not(:last-child) {
    margin-right: 20px;
}

@media (max-width: 991px) {
    .about .content-block .list-inline-item:not(:last-child) {
        margin-bottom: 10px;
    }
    .fixed-top{
        height: 64px;
    }
}

@media (max-width: 575px) {
    .about .content-block .list-inline-item:not(:last-child) {
        margin-right: 0;
    }
}

.event-box {
    color: #000;
}

.event-box p {
    color: #000;
    padding-bottom: 15px;
}

.event-left {
    text-align: center;
    padding: 20px;
}

.event-left h3 {
    font-size: 18px;
    color: #3e73fa;
}

.event-left h4 {
    font-size: 18px;
    color: #fff;
}

.speakers .section-title h4 {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
}

.bg-speaker .section-title.white span {
    font-style: italic;
    color: #fff;
}

.speaker .table td,
.table th {
    padding: 10px;
    font-size: 13px;
}

.bg-event .section-title {
    margin-bottom: 60px;
}

.p-0 {
    padding: 0;
}

.event-plan p {
    color: #000;
    font-size: 14px;
}

.alternate_plan {
    color: #fff;
    font-weight: 600;
    font-style: italic;
}

.event-right {
    padding: 20px 20px 5px 20px;
}

.speakers {
    position: relative;
}

.speakers.white .speaker-item {
    background: #fff;
    border: 1px solid #e5e5e5;
}

.speaker-item p span {
    display: block;
}

.speakers .col-lg-4.col-md-6 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.new {
    margin: 0 100px;
}

.speakers .speaker-item {
    margin-bottom: 40px;
    height: auto;
    background: 0 0 !important;
    padding: 0 !important;
}

.speakers .speaker-item-inner {
    background: #eae9ec;
    padding: 7px;
    height: 324px;
    position: relative;
}

.speakers .speaker-item .image {
    margin-bottom: 16px;
    overflow: hidden;
}

.speakers .speaker-item .primary-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #180099 0%, #7100cd 100%);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    padding: 12px;
    text-align: center;
}

.speakers .speaker-item-inner:hover .primary-overlay {
    top: 0;
    opacity: 1;
}

.speakers .speaker-item .primary-overlay p {
    font-size: 11px;
    line-height: 14px;
    color: #fff;
    font-weight: 400;
    overflow: hidden;
    text-align: left;
    height: 210px;
}

.speakers .speaker-item .primary-overlay h3 {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0.3rem;
}

.speakers .speaker-item .primary-overlay p.designation {
    font-size: 11px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 14px;
    height: 29px;
    opacity: 0.8;
}

.speakers .speaker-item .primary-overlay .border_top {
    height: 1px;
    width: 100%;
    background-color: #fff;
    opacity: 0.5;
    margin: 5px 0 10px 0;
}

.speakers .speaker-item img {
    width: 100%;
}

.speakers .speaker-item .socials {
    margin-top: 8px;
    position: absolute;
    bottom: 10px;
    display: flex;
    justify-content: center;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    width: 100%;
    left: 0;
}

.speakers .speaker-item .socials ul {
    margin-bottom: 0;
    text-align: center;
}

.speakers .speaker-item .image .socials ul li.list-inline-item:not(:last-child) {
    margin-right: 7px;
    margin-bottom: 10px;
}

.speakers .speaker-item .socials ul li a {
    display: block;
    height: 20px;
    width: 20px;
    text-align: center;
    border: 1px solid #fff;
    cursor: pointer;
    line-height: 16px;
}

.speakers .speaker-item .socials ul li a i {
    font-size: 0.65rem;
    color: #fff;
}

.speakers .speaker-item .socials ul li a:hover {
    background: #fff;
}

.speakers .speaker-item .socials ul li a:hover i {
    color: #222;
}

.speakers .speaker-item .image:hover .socials {
    top: 17px;
}

.speakers .speaker-item .content h5 {
    margin-bottom: 3px;
}

.speakers .speaker-item .content h5 a {
    font-size: 16px;
    color: #222;
    font-weight: 500;
    margin-bottom: 0;
}

.speakers .speaker-item .content h5 a:hover {
    color: #3e73fa;
}

.speakers .speaker-item .content p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 20px;
    color: #4c4c4c;
}

.schedule .schedule-tab {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 14px;
    margin-bottom: 50px;
}

.meetup-tab p a {
    display: inline-block;
}

.schedule .meetup-tab p,
.schedule .schedule-tab ul li.nav-item a {
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #3e73fa;
    font-weight: 500;
    display: block;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    padding: 20px 30px;
    width: 368px;
    max-width: 100%;
}

.schedule .schedule-tab ul li.nav-item a span {
    margin-top: 2px;
    display: block;
    font-size: 1rem;
    font-weight: lighter;
}

.schedule .meetup-tab p {
    background: #3e73fa;
    color: #fff;
    line-height: 31px;
    margin: 0;
    margin: 0 auto;
    position: relative;
}

.meetup-box {
    margin: 0 0 50px 0;
    padding: 29px;
}

.meetup-box a {
    color: #000;
    font-size: 20px;
    cursor: pointer;
    word-wrap: break-word;
}

.meetup-box a:hover {
    color: #3e73fa;
}

.schedule .bg-black {
    background: #000 !important;
    cursor: pointer;
    padding: 9px 40px;
    margin-left: 25px;
    vertical-align: middle;
    text-transform: capitalize;
}

.schedule .bg-black:hover {
    background: #ff0 !important;
    color: #000 !important;
}

.schedule .schedule-tab ul li.nav-item a.active {
    background: linear-gradient(to left, #003EAC 0%, #003EAC 100%);
    color: #fff !important;
    position: relative;
}

.schedule .schedule-tab ul li.nav-item a.active span {
    color: #fff;
    text-transform: capitalize;
}


/* .schedule .meetup-tab p:after,
.schedule .schedule-tab ul li.nav-item a.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #3e73fa transparent transparent;
} */

.schedule .schedule-contents {
    margin-top: 30px;
    margin-bottom: 30px;
    /* padding: 30px; */
}

.schedule .schedule-contents .schedule-item ul {
    margin-bottom: 0;
}

.schedule .schedule-contents .schedule-item ul li {
    list-style: none;
}


/* .schedule .schedule-contents .schedule-item ul li div {
  display: inline-block;
} */

.schedule .schedule-contents .schedule-item ul li .time {
    width: 20%;
}

@media (max-width: 767px) {
    .schedule .schedule-contents .schedule-item ul li .time {
        width: 37%;
    }
}

@media (max-width: 575px) {
    .schedule .schedule-contents .schedule-item ul li .time {
        width: 48%;
    }
}

.schedule .schedule-contents .schedule-item ul li .speaker {
    width: 30%;
}

@media (max-width: 991px) {
    .schedule .schedule-contents .schedule-item ul li .speaker {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .schedule .schedule-contents .schedule-item ul li .speaker {
        width: 60%;
    }
}

@media (max-width: 575px) {
    .schedule .schedule-contents .schedule-item ul li .speaker {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .schedule .schedule-contents .schedule-item ul li .speaker img {
        display: none;
    }
}

.schedule .schedule-contents .schedule-item ul li .subject {
    width: 30%;
}

@media (max-width: 1200px) {
    .schedule .schedule-contents .schedule-item ul li .subject {
        display: none;
    }
}

@media (max-width: 767px) {
    .schedule .schedule-contents .schedule-item ul li .venue {
        display: none;
    }
}

.schedule .schedule-contents .schedule-item li.headings {
    padding: 22px 40px;
    background: #3e73fa;
}

.schedule .schedule-contents .schedule-item li.headings div {
    color: #fff;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}

.schedule .schedule-contents .schedule-item li.schedule-details {
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #e5e5e5;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block {
    padding: 10px 40px;
    background: #fff;
    width: 100%;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div {
    color: #222;
    font-family: Montserrat, sans-serif;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div i {
    font-size: 1.1875em;
    color: #c7c8c9;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div img {
    border-radius: 100%;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div span.time {
    margin-left: 5px;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div span.name {
    margin-left: 20px;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

@media (max-width: 575px) {
    .schedule .schedule-contents .schedule-item li.schedule-details .block div span.name {
        margin-left: 0;
    }
}

.schedule .schedule-contents .schedule-item li.schedule-details .block:hover {
    box-shadow: 0 0 30px 0 rgba(11, 29, 66, 0.15);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.schedule .schedule-contents .schedule-item li.schedule-details .block:hover span.name {
    color: #3e73fa;
}

.schedule .download-button {
    padding-top: 40px;
    margin-bottom: 30px;
}

.schedule.two .schedule-tab {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 30px;
}

.schedule.two .schedule-tab ul li.nav-item {
    margin-right: 0;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .schedule.two .schedule-tab ul li.nav-item {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .schedule.two .schedule-tab ul li.nav-item {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
}

.schedule.two .schedule-tab ul li.nav-item a {
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    color: #222;
    font-weight: 500;
    display: block;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    padding: 20px 30px;
}

.schedule.two .schedule-tab ul li.nav-item a span {
    margin-top: 2px;
    font-family: Roboto, sans-serif;
    display: block;
    font-size: 14px;
    color: #848484;
    font-weight: 400;
}

.schedule.two .schedule-tab ul li.nav-item a.active {
    background: #3e73fa;
    color: #fff;
    position: relative;
}

.schedule.two .schedule-tab ul li.nav-item a.active span {
    color: #fff;
}

.schedule.two .schedule-tab ul li.nav-item a.active:after {
    content: "";
    position: absolute;
    left: 100%;
    right: 0;
    bottom: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #3e73fa;
}

@media (max-width: 991px) {
    .schedule.two .schedule-tab ul li.nav-item a.active:after {
        content: none;
    }
}

.schedule.two .schedule-contents {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
}

.schedule.two .schedule-contents .schedule-item ul {
    margin-bottom: 0;
}

.schedule.two .schedule-contents .schedule-item ul li {
    list-style: none;
}

.schedule.two .schedule-contents .schedule-item ul li div {
    display: inline-block;
}

.schedule.two .schedule-contents .schedule-item ul li .time {
    width: 20%;
}

@media (max-width: 767px) {
    .schedule.two .schedule-contents .schedule-item ul li .time {
        width: 37%;
    }
}

@media (max-width: 575px) {
    .schedule.two .schedule-contents .schedule-item ul li .time {
        width: 48%;
    }
}

.schedule.two .schedule-contents .schedule-item ul li .speaker {
    width: 30%;
}

@media (max-width: 991px) {
    .schedule.two .schedule-contents .schedule-item ul li .speaker {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .schedule.two .schedule-contents .schedule-item ul li .speaker {
        width: 60%;
    }
}

@media (max-width: 575px) {
    .schedule.two .schedule-contents .schedule-item ul li .speaker {
        width: 50%;
    }
    .speakers .speaker-item {
        height: auto !important;
    }
}

.schedule.two .schedule-contents .schedule-item ul li .subject {
    width: 30%;
}

@media (max-width: 1200px) {
    .schedule.two .schedule-contents .schedule-item ul li .subject {
        display: none;
    }
}

.schedule.two .schedule-contents .schedule-item ul li .venue {
    width: 18.6%;
}

@media (max-width: 767px) {
    .schedule.two .schedule-contents .schedule-item ul li .venue {
        display: none;
    }
}

.schedule.two .schedule-contents .schedule-item li.headings {
    padding: 25px 0;
    background: #3e73fa;
}

.schedule.two .schedule-contents .schedule-item li.headings div {
    color: #fff;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block {
    text-align: center;
    padding: 0;
    background: #fff;
    width: 100%;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div {
    padding-top: 25px;
    padding-bottom: 25px;
    color: #222;
    font-family: Montserrat, sans-serif;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div i {
    font-size: 1.1875em;
    color: #c7c8c9;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div img {
    border-radius: 100%;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div span.time {
    margin-left: 0;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div span.name {
    margin-left: 0;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

@media (max-width: 575px) {
    .schedule.two .schedule-contents .schedule-item li.schedule-details .block div span.name {
        margin-left: 0;
    }
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div:not(:last-child) {
    border-right: 1px solid #e5e5e5;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block:hover {
    box-shadow: none;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block:hover span.name {
    color: #3e73fa;
}

.ticket-feature {
    overflow: hidden;
}

.ticket-feature .block {
    position: relative;
    padding-top: 150px;
    padding-bottom: 110px;
}

.ticket-feature .block .section-title,
.ticket-feature .block a {
    position: relative;
}

.ticket-feature .block .section-title h3 {
    font-weight: 500;
}

.ticket-feature .block .timer {
    position: relative;
    margin-top: 60px;
    margin-bottom: 35px;
}

.ticket-feature .block .timer .syotimer-cell {
    margin-right: 25px;
    margin-bottom: 33px;
    display: inline-block;
}

@media (max-width: 575px) {
    .ticket-feature .block .timer .syotimer-cell {
        margin-right: 10px;
        margin-bottom: 20px;
    }
}

.ticket-feature .block .timer .syotimer-cell .syotimer-cell__value {
    min-width: 80px;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    position: relative;
    font-weight: 700;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.35);
    background-clip: content-box;
    background: rgba(255, 255, 255, 0.26);
    margin-bottom: 8px;
    border-radius: 100%;
}

@media (max-width: 575px) {
    .ticket-feature .block .timer .syotimer-cell .syotimer-cell__value {
        font-size: 30px;
        height: 80px;
        width: 80px;
        line-height: 80px;
    }
}

.ticket-feature .block .timer .syotimer-cell .syotimer-cell__unit {
    text-align: center;
    font-size: 1rem;
    text-transform: lowercase;
    font-weight: 400;
    color: #fff;
    font-family: Montserrat, sans-serif;
}

.ticket-feature .block-2 {
    position: relative;
    padding: 150px 10%;
    height: 100%;
    background: #3e73fa;
}

@media (max-width: 575px) {
    .ticket-feature .block-2 {
        padding: 50px 20px;
    }
}

.ticket-feature .block-2 [class*="col-"]:first-child {
    border-right: 1px solid #fc9552;
    border-bottom: 1px solid #fc9552;
}

.ticket-feature .block-2 [class*="col-"]:nth-child(2) {
    border-bottom: 1px solid #fc9552;
}

.ticket-feature .block-2 [class*="col-"]:nth-child(3) {
    border-right: 1px solid #fc9552;
}

.ticket-feature .block-2 .service-item {
    padding: 30px;
    text-align: center;
}

.ticket-feature .block-2 .service-item h5,
.ticket-feature .block-2 .service-item i {
    color: #fff;
}

.ticket-feature .block-2 .service-item i {
    font-size: 3.25rem;
    margin-bottom: 20px;
}

.ticket-feature .block-2 .service-item h5 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .ticket-feature .block-2 .service-item h5 {
        font-size: 1rem;
    }
}

.ticket-feature .block-2:after {
    content: "";
    position: absolute;
    right: 100%;
    bottom: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 1000px 300px;
    border-color: transparent transparent #3e73fa transparent;
}

@media (max-width: 1200px) {
    .ticket-feature .block-2:after {
        content: none;
    }
}

.registration {
    overflow: hidden;
}

.asterik {
    color: #fff;
}

.registration .btn-white-md:hover {
    background: #3e73faed;
    color: #fff;
}

.registration input[type="radio"]:checked+span {
    font-weight: 700;
    color: #fff;
}

.registration input[type="radio"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.registration .custom-radio span {
    margin-left: 8px;
    cursor: pointer;
}

.custom-check span {
    margin-left: 8px;
    cursor: pointer;
}

.registration .service-block {
    position: relative;
    padding: 90px 8%;
    height: 100%;
    width: 100%;
}

.registration .service-block li,
.registration .service-block p {
    color: #fff;
}

.registration .service-block ul {
    margin: 0;
    padding: 0;
}

.registration .service-block ul li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    padding-bottom: 8px;
    font-size: 15px;
}

.registration .service-block ul li:last-child {
    padding-bottom: 0;
}

.registration .service-block ul li b {
    font-style: italic;
}

.registration .service-block ul li img {
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
}

.registration .service-block .service-item {
    padding: 30px;
    text-align: center;
}

.registration .service-block .service-item h5,
.registration .service-block .service-item i {
    color: #fff;
}

.registration select {
    height: auto !important;
}

.registration input[type="checkbox"] {
    margin-right: 12px;
    cursor: pointer;
    width: 17px;
    height: 17px;
}

.registration input[type="checkbox"]:checked+span {
    font-weight: 700;
    color: #fff;
}

#the-count {
    color: #848484;
}

.label-custom {
    margin-bottom: 15px;
}

.custom-radio {
    margin-bottom: 25px;
    cursor: pointer;
}

.head-sec {
    padding-bottom: 10px;
}

.head-sec p {
    margin-bottom: 10px;
}

.head-sec h5 {
    color: #fff;
    font-size: 23px;
    margin: 0;
    line-height: 35px;
    margin-bottom: 20px;
}

.head-sec p {
    color: #fff;
    font-size: 14px;
}

.registration .service-block .service-item i {
    font-size: 3.25rem;
    margin-bottom: 20px;
}

.registration .service-block .service-item h5 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .registration .service-block .service-item h5 {
        font-size: 12px;
    }
}

.registration .registration-block {
    position: relative;
    height: 100%;
    padding: 90px 10% 50px 10%;
    width: 100%;
}

.coming-text {
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.coming-text p {
    color: #fff !important;
    background: #4c7dfa;
    padding: 10px 20px;
}

.registration .registration-block .block {
    position: relative;
    z-index: 1;
}

.registration .registration-block .block .title {
    margin-bottom: 10px;
}

.registration .registration-block span {
    color: #c8c8c8;
    font-size: 23px;
    font-style: italic;
}

.registration .service-block h5::after {
    content: "";
    content: "";
    width: 108px;
    height: 4px;
    border-radius: 5px;
    background: #fff;
    display: block;
    margin-top: 10px;
}

.registration .registration-block .block .title h3 {
    color: #4c7dfa;
    font-weight: 500;
    margin-bottom: 10px;
}

.registration .registration-block .block .title p {
    color: #b3b3b3;
    line-height: 1;
}

.attend .title_italic::after,
.pricing .section-title .title_italic::after,
.partners_list .section-title .title_italic::after,
.meetup .section-title .title_italic::after,
.go_further .section-title .title_italic::after,
.vision .section-title .title_italic::after,
.benifits .section-title .title_italic::after,
.section-title .title_italic::after {
    content: "";
    width: 140px;
    height: 5px;
    border-radius: 5px;
    background: linear-gradient(to left, #003EAC 0%, #003EAC 100%);
    display: block;
    margin: 25px auto;
    margin-bottom: 15px;
}


/* .steps_prize {
  background: linear-gradient(to left, #180099 0%, #7100cd 100%);
} */


/* .prize-box2 {
  padding: 80px 20px;
} */

.mt-20 {
    margin-top: 20px;
}

.prize-box .title {
    position: absolute;
    left: 54px;
    top: 183px;
}

.prize-box .title h3 {
    color: #fff;
    font-weight: 400;
    font-size: 48px;
}

.prize-box .title h4 {
    font-size: 65px;
    color: #fff;
    font-weight: 400;
}

.prize-box .title h4 span {
    font-size: 1.5625rem;
}

.pricing .pricing-item {
    border: 1px solid #e5e5e5;
}

@media (max-width: 991px) {
    .pricing .pricing-item {
        margin-bottom: 30px;
    }
}

.pricing .pricing-item .pricing-heading {
    padding: 20px 40px 30px 40px;
    background: #fafafa;
    border-bottom: 1px solid #e5e5e5;
}

.pricing .pricing-item .pricing-heading .title h6 {
    text-transform: uppercase;
    font-weight: 400;
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5;
}

.pricing .pricing-item .pricing-heading .price {
    margin-top: 28px;
}

.pricing .pricing-item .pricing-heading .price h2 {
    font-size: 3.625rem;
    font-weight: 400;
    margin-bottom: 0;
}

.pricing .pricing-item .pricing-heading .price h2 span {
    font-size: 1.5625rem;
}

.pricing .pricing-item .pricing-body {
    padding: 45px 40px;
}

.pricing .pricing-item .pricing-body ul.feature-list li {
    list-style: none;
}

.pricing .pricing-item .pricing-body ul.feature-list li p span {
    margin-right: 15px;
}

.pricing .pricing-item .pricing-body ul.feature-list li p span.available {
    color: #3e73fa;
}

.pricing .pricing-item .pricing-body ul.feature-list li p span.unavailable {
    color: #d2d2d2;
}

.pricing .pricing-item .pricing-body ul.feature-list li:not(:last-child) {
    margin-bottom: 15px;
}

.pricing .pricing-item .pricing-footer {
    padding-bottom: 40px;
}

.pricing .pricing-item.featured {
    border: none;
    box-shadow: 0 0 30px 0 rgba(11, 29, 66, 0.15);
}

.pricing .pricing-item.featured .pricing-heading {
    background: #3e73fa;
    border-bottom: 1px solid #3e73fa;
}

.pricing .pricing-item.featured .pricing-heading .title h6 {
    color: #fff;
    border-bottom: 1px solid #8ca9f0;
}

.pricing .pricing-item.featured .pricing-heading .price {
    margin-top: 28px;
}

.pricing .pricing-item.featured .pricing-heading .price h2 {
    color: #fff;
    font-size: 3.625rem;
    margin-bottom: 0;
}

.pricing .pricing-item.featured .pricing-heading .price h2 span {
    font-size: 1.5625rem;
}

.pricing .pricing-item.featured .pricing-heading .price p {
    color: #fff;
}

.pricing.two .pricing-item {
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

@media (max-width: 991px) {
    .pricing.two .pricing-item {
        margin-bottom: 30px;
    }
}

.pricing.two .pricing-item .pricing-heading {
    position: relative;
    margin-bottom: 10px;
}

.pricing.two .pricing-item .pricing-heading .title h6 {
    position: relative;
}

.pricing.two .pricing-item .pricing-heading .price {
    position: relative;
}

.pricing.two .pricing-item .pricing-heading:before {
    content: "";
    position: absolute;
    bottom: -25%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 64px 500px 0 0;
    border-color: #fafafa transparent transparent transparent;
}

@media (max-width: 991px) {
    .pricing.two .pricing-item .pricing-heading:before {
        content: none;
    }
}

.pricing.two .pricing-item .pricing-body {
    padding: 70px 40px 45px;
}

.pricing.two .pricing-item .pricing-body ul.feature-list li p span.available {
    color: #3e73fa;
}

.pricing.two .pricing-item.featured .pricing-heading:before {
    border-color: #3e73fa transparent transparent transparent;
}

.sponsors {
    position: relative;
}

.sponsors .sponsor-title {
    margin-top: 10px;
    margin-bottom: 30px;
}

.sponsors .sponsor-title h5 {
    color: #3e73fa;
}

.sponsors .block {
    margin-bottom: 40px;
}

.sponsors .block .list-inline-item:not(:last-child) {
    margin-right: 15px;
}

@media (max-width: 991px) {
    .sponsors .block .list-inline-item:not(:last-child) {
        margin-right: 7px;
        margin-left: 7px;
    }
}

@media (max-width: 991px) {
    .sponsors .block .list-inline-item:last-child {
        margin-right: 7px;
        margin-left: 7px;
    }
}

.sponsors .sponsors-list {
    background: #fff;
    cursor: default;
    /* padding: 18px 15px;
    height: 153px;*/
    width: 100%; 
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #cccccc;
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    text-align: center !important;
    justify-content: center;
    /* line-height: 106px !important;
    min-height: 135px;
    padding: 25px !important; */
}

.sponsors .col-md-2 {
    padding: 0 10px;
}

.sponsors h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.sponsors-list img {
    margin-top: 0 !important;
}

/* .sponsors-list a {
    line-height: 106px !important;
} */

.sponsors .block .image-block2 {
    width: 507px;
}

.sponsors .block .image-block img {
    height: 55px;
}

.sponsors .block .image-block .custom-width {
    width: 177px;
}

.sponsors .sponsor-btn {
    margin-top: 10px;
    margin-bottom: 30px;
}

.map {
    position: relative;
}

.map #map {
    height: 480px;
    color: #fff;
}

.map .address-block {
    position: absolute;
    padding: 45px 50px 50px 50px;
    top: 80px;
    left: 10%;
    background: #3e73fa;
}

@media (max-width: 575px) {
    .map .address-block {
        display: none;
    }
    .sponsors .block .image-block2 {
        width: 244px;
    }
}

.map .address-block h4,
.map .address-block li {
    color: #fff;
    margin-bottom: 20px;
}

.map .address-block h4 {
    font-size: 1.5rem;
    font-weight: 400;
}

.map .address-block ul.address-list li {
    list-style: none;
    margin-bottom: 10px;
}

.map .address-block ul.address-list li i {
    font-size: 1.125rem;
}

.map .address-block ul.address-list li span {
    margin-left: 15px;
}

.map .address-block a {
    margin-top: 35px;
}

.map.new {
    overflow: hidden;
}

.map.new #map {
    height: 640px;
}

.map.new .address-block {
    left: 60%;
}

@media (max-width: 991px) {
    .map.new .address-block {
        left: 52%;
    }
}

@media (max-width: 767px) {
    .map.new .address-block {
        left: 5%;
    }
}

.map.new .register {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .map.new .register {
        width: 100%;
        position: relative;
    }
}

.map.new .register .block {
    padding: 130px 10%;
}

.map.new .register .block .title {
    position: relative;
    margin-bottom: 65px;
}

.map.new .register .block .title h3 {
    color: #fff;
    font-weight: 400;
}

.map.new .register .block .title p {
    color: #fff;
}

.map.new .register .block .form-control,
.map.new .register .block button {
    margin-bottom: 40px;
}

.feature .feature-content h2,
.feature .feature-content p {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .feature .feature-content h2,
    .feature .feature-content p {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .feature .testimonial {
        text-align: center;
    }
}

.feature .testimonial p {
    font-family: Montserrat, sans-serif;
    margin-bottom: 10px;
    font-style: italic;
    color: #242424;
}

.feature .testimonial ul.meta li {
    font-size: 12px;
    margin-right: 10px;
}

.feature .testimonial ul.meta li img {
    height: 40px;
    width: 40px;
    border-radius: 100%;
}

@media (max-width: 575px) {
    .app-features .app-feature {
        margin-bottom: 30px;
    }
}

.app-features .app-explore {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center !important;
    justify-content: center !important;
    margin-bottom: 40px;
}

.banner-full .image {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.banner-full .image img {
    height: 625px;
}

@media (max-width: 767px) {
    .banner-full .image {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .banner-full .block {
        text-align: center;
    }
}

.banner-full .block .logo {
    margin-bottom: 40px;
}

.banner-full .block h1 {
    margin-bottom: 40px;
}

.banner-full .block p {
    font-size: 20px;
    margin-bottom: 50px;
}

.banner-full .block .app {
    margin-bottom: 20px;
}

.video-promo {
    padding: 150px 0;
}

.video-promo .content-block {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.video-promo .content-block h2 {
    font-size: 30px;
    color: #fff;
}

.video-promo .content-block p {
    margin-bottom: 30px;
}

.video-promo .content-block a i.video {
    height: 125px;
    width: 125px;
    background: #3e73fa;
    display: inline-block;
    font-size: 40px;
    color: #fff;
    text-align: center;
    line-height: 125px;
    border-radius: 100%;
}

.video-promo .content-block a:focus {
    outline: 0;
}

.testimonial .testimonial-slider .item {
    padding-bottom: 10px;
}

.testimonial .testimonial-slider .item .block {
    padding: 40px;
    text-align: center;
    margin: 10px;
    border-radius: 5px;
}

.testimonial .testimonial-slider .item .block .image {
    margin-top: 30px;
    margin-bottom: 5px;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .testimonial .testimonial-slider .item .block .image {
        -webkit-box-flex: 1;
        flex-grow: 1;
    }
}

.testimonial .testimonial-slider .item .block .image img {
    height: 40px;
    width: 40px;
    border-radius: 100%;
}

.testimonial .testimonial-slider .item .block p {
    font-family: Montserrat, sans-serif;
    font-style: italic;
    color: #888;
}

.testimonial .testimonial-slider .item .block cite {
    font-style: normal;
    font-size: 14px;
    color: #161616;
}

.testimonial .testimonial-slider .owl-dots .owl-dot:hover span {
    background: #3e73fa;
}

.testimonial .testimonial-slider .owl-dots .owl-dot.active span {
    background: #3e73fa;
}

.single-speaker .block {
    padding-bottom: 70px;
    border-bottom: 1px solid #e5e5e5;
}

.single-speaker .block .image-block {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 6px;
}

.single-speaker .block .image-block img {
    width: 100%;
}

@media (max-width: 767px) {
    .single-speaker .block .image-block {
        margin-bottom: 30px;
    }
}

.single-speaker .block .content-block .name h3 {
    font-weight: 400;
}

.single-speaker .block .content-block .profession {
    margin-bottom: 20px;
}

.single-speaker .block .content-block .profession p {
    color: #3e73fa;
    font-size: 0.9375rem;
}

.single-speaker .block .content-block .details {
    margin-bottom: 35px;
}

.single-speaker .block .content-block .details p {
    font-size: 0.9375rem;
}

.single-speaker .block .content-block .details p:not(:last-child) {
    margin-bottom: 35px;
}

.single-speaker .block .content-block .social-profiles h5 {
    font-weight: 400;
    margin-bottom: 25px;
}

.single-speaker .block .content-block .social-profiles ul.social-list li a {
    display: block;
    height: 40px;
    width: 40px;
    background: #fff;
    border: 1px solid #e5e5e5;
    text-align: center;
}

.single-speaker .block .content-block .social-profiles ul.social-list li a i {
    line-height: 40px;
}

.single-speaker .block .content-block .social-profiles ul.social-list li a:hover {
    background: #3e73fa;
    border: 1px solid #3e73fa;
    color: #fff;
}

.single-speaker .block-2 {
    padding-top: 70px;
    padding-bottom: 10px;
}

.single-speaker .block-2 h3,
.single-speaker .block-2 li,
.single-speaker .block-2 p {
    font-size: 0.9375rem;
}

.single-speaker .block-2 .personal-info h5,
.single-speaker .block-2 .skills h5 {
    font-weight: 400;
    margin-bottom: 15px;
}

.single-speaker .block-2 .personal-info p,
.single-speaker .block-2 .skills p {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .single-speaker .block-2 .personal-info {
        margin-bottom: 30px;
    }
}

.single-speaker .block-2 .personal-info ul li {
    position: relative;
    list-style: none;
    margin-left: 25px;
}

.single-speaker .block-2 .personal-info ul li:not(:last-child) {
    margin-bottom: 5px;
}

.single-speaker .block-2 .personal-info ul li:before {
    position: absolute;
    left: -25px;
    content: "\f10c";
    font-family: FontAwesome;
    color: #3e73fa;
}

.single-speaker .block-2 .skills .skill-bar {
    margin-bottom: 20px;
}

.single-speaker .block-2 .skills .skill-bar p {
    margin-bottom: 5px;
}

.single-speaker .block-2 .skills .skill-bar .progress {
    border-radius: 0;
    overflow: visible;
}

.single-speaker .block-2 .skills .skill-bar .progress .progress-bar {
    background-color: #3e73fa;
}

.single-speaker .block-2 .skills .skill-bar .progress .progress-bar span {
    font-family: Montserrat, sans-serif;
    float: right;
    margin-top: -20px;
    color: #222;
}

.speakers-full-width {
    overflow: hidden;
}

.speakers-full-width .speaker-slider .speaker-image {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.speakers-full-width .speaker-slider .speaker-image img {
    width: 100%;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3e73fa;
    opacity: 0.85;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay h5,
.speakers-full-width .speaker-slider .speaker-image .primary-overlay i,
.speakers-full-width .speaker-slider .speaker-image .primary-overlay p {
    color: #fff;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay h5,
.speakers-full-width .speaker-slider .speaker-image .primary-overlay p {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay h5 {
    padding-top: 25%;
    margin-bottom: 10px;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay h5,
.speakers-full-width .speaker-slider .speaker-image .primary-overlay p,
.speakers-full-width .speaker-slider .speaker-image .primary-overlay ul {
    -webkit-transition: 0.7s ease;
    transition: 0.7s ease;
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay p {
    margin-bottom: 10px;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay ul .list-inline-item:not(:last-child) {
    margin-right: 10px;
}

.speakers-full-width .speaker-slider .speaker-image:hover .primary-overlay {
    top: 0;
}

.speakers-full-width .speaker-slider .speaker-image:hover .primary-overlay h5,
.speakers-full-width .speaker-slider .speaker-image:hover .primary-overlay p,
.speakers-full-width .speaker-slider .speaker-image:hover .primary-overlay ul {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.speakers-full-width .speaker-slider .slick-prev {
    left: 60px;
}

.speakers-full-width .speaker-slider .slick-prev:before {
    content: "\f104";
}

.speakers-full-width .speaker-slider .slick-next {
    right: 60px;
}

.speakers-full-width .speaker-slider .slick-next:before {
    content: "\f105";
}

.speakers-full-width .speaker-slider .slick-next,
.speakers-full-width .speaker-slider .slick-prev {
    background: #fff;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    z-index: 100;
}

.speakers-full-width .speaker-slider .slick-next:hover:before,
.speakers-full-width .speaker-slider .slick-prev:hover:before {
    color: #3e73fa;
}

.speakers-full-width .speaker-slider .slick-next:before,
.speakers-full-width .speaker-slider .slick-prev:before {
    color: #3e73fa;
    font-family: FontAwesome;
}

.controls {
    text-align: center;
    margin-bottom: 40px;
}

.controls .control {
    background: 0 0;
    border: none;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    margin-right: 25px;
}

@media (max-width: 767px) {
    .controls .control {
        margin-right: 10px;
    }
}

.controls .control:focus {
    outline: 0;
}

.controls .control:hover {
    color: #3e73fa;
}

.mixitup-control-active {
    color: #3e73fa;
}

.gallery-section img {
    cursor: pointer;
}

.gallery-wrapper .gallery-item {
    padding: 15px;
}

.gallery-wrapper .gallery-item .image-block {
    padding: 6px;
    border: 1px solid #e5e5e5;
}

.gallery-wrapper .gallery-item .image-block .image {
    position: relative;
    overflow: hidden;
}

.gallery-wrapper .gallery-item .image-block .image img {
    width: 100%;
}

.gallery-wrapper .gallery-item .image-block .image .primary-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3e73fa;
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.gallery-wrapper .gallery-item .image-block .image .primary-overlay a {
    display: block;
    height: 55px;
    width: 55px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    outline: 0;
}

.gallery-wrapper .gallery-item .image-block .image .primary-overlay a i {
    color: #fff;
    line-height: 55px;
    font-size: 1.25rem;
}

.gallery-wrapper .gallery-item .image-block .image:hover .primary-overlay {
    opacity: 0.85;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gallery-wrapper .gap,
.gallery-wrapper .mix {
    display: inline-block;
    vertical-align: top;
}

.gallery-wrapper .mix {
    background: #fff;
    position: relative;
}

.gallery-wrapper .mix {
    width: calc(100% / 2 - (((2 - 1) * 1rem) / 2));
}

@media screen and (min-width: 768px) {
    .gallery-wrapper .mix {
        width: calc(100% / 3 - (((3 - 1) * 1rem) / 3));
    }
}

.gallery-wrapper.less-gutter .gallery-item {
    padding: 5px;
}

.gallery-wrapper.less-gutter .gallery-item .image-block {
    padding: 0;
    border: none;
}

@media screen and (min-width: 1200px) {
    .gallery-wrapper.less-gutter .gap,
    .gallery-wrapper.less-gutter .mix {
        width: calc(100% / 4 - (((4 - 1) * 1rem) / 4));
    }
}

.gallery-full {
    overflow: hidden;
}

.gallery-full .image {
    position: relative;
    overflow: hidden;
    margin-bottom: -1px;
}

.gallery-full .image img {
    width: 100%;
}

.gallery-full .image .primary-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3e73fa;
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.gallery-full .image .primary-overlay a {
    display: block;
    height: 55px;
    width: 55px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    outline: 0;
}

.gallery-full .image .primary-overlay a i {
    color: #fff;
    line-height: 55px;
    font-size: 1.25rem;
}

.gallery-full .image:hover .primary-overlay {
    opacity: 0.85;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.news .blog-post {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .news .blog-post .post-thumb img {
        width: 100%;
    }
}

.news .blog-post .post-content {
    position: relative;
    padding: 30px 30px 25px 30px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #e5e5e5;
}

.news .blog-post .post-content .date {
    position: absolute;
    top: -32px;
    left: 30px;
    width: 65px;
    height: 65px;
    text-align: center;
    background: #3e73fa;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.news .blog-post .post-content .date h4 {
    color: #fff;
}

.news .blog-post .post-content .date h4 span {
    display: block;
    font-size: 1rem;
    font-weight: 400;
}

.news .blog-post .post-content .post-title {
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

.news .blog-post .post-content .post-title h2 {
    margin-top: 10px;
}

.news .blog-post .post-content .post-title h2 a {
    font-weight: 400;
    color: #222;
}

.news .blog-post .post-content .post-title h2 a:hover {
    color: #3e73fa;
}

.news .blog-post .post-content .post-meta ul {
    margin-bottom: 0;
}

.news .blog-post .post-content .post-meta ul li i {
    margin-right: 7px;
}

.news .blog-post .post-content .post-meta ul li a {
    display: inline-block;
    padding-right: 25px;
    font-size: 0.875rem;
}

.news .blog-post:hover {
    box-shadow: 0 0 30px 0 rgba(11, 29, 66, 0.15);
}

.news .blog-post.single {
    margin-bottom: 100px;
}

.news .blog-post.single .post-title {
    padding-top: 35px;
    padding-bottom: 0;
    border: none;
    margin-bottom: 10px;
}

.news .blog-post.single .post-title h3 {
    font-weight: 400;
}

.news .blog-post.single .post-meta {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.news .blog-post.single .post-details p {
    padding: 13px 0;
    font-size: 15px;
}

.news .blog-post.single .post-details .quotes {
    background: #f5f5f8;
    padding: 30px;
    border-left: 3px solid #3e73fa;
    margin: 15px 0;
}

.news .blog-post.single .post-details .quotes blockquote {
    font-size: 15px;
    font-style: italic;
}

.news .blog-post.single .post-details .share-block {
    display: -webkit-box;
    display: flex;
    padding-top: 20px;
    padding-bottom: 25px;
}

@media (max-width: 991px) {
    .news .blog-post.single .post-details .share-block {
        flex-wrap: wrap;
    }
}

.news .blog-post.single .post-details .share-block p {
    padding: 0;
}

.news .blog-post.single .post-details .share-block .tag {
    flex-basis: 50%;
    align-self: center;
}

@media (max-width: 991px) {
    .news .blog-post.single .post-details .share-block .tag {
        flex-basis: 100%;
        text-align: center;
        margin-bottom: 30px;
        -webkit-box-flex: 1;
        flex-grow: 1;
    }
}

.news .blog-post.single .post-details .share-block .tag p,
.news .blog-post.single .post-details .share-block .tag ul {
    display: inline;
    font-family: Montserrat, sans-serif;
}

.news .blog-post.single .post-details .share-block .tag p {
    color: #222;
}

.news .blog-post.single .post-details .share-block .tag ul li a {
    color: #848484;
    font-size: 15px;
}

.news .blog-post.single .post-details .share-block .tag ul li a:hover {
    color: #3e73fa;
}

.news .blog-post.single .post-details .share-block .share {
    flex-basis: 50%;
    text-align: right;
}

@media (max-width: 991px) {
    .news .blog-post.single .post-details .share-block .share {
        flex-basis: 100%;
        -webkit-box-flex: 1;
        flex-grow: 1;
        text-align: center;
    }
}

.news .blog-post.single .post-details .share-block .share p,
.news .blog-post.single .post-details .share-block .share ul {
    display: inline;
    font-family: Montserrat, sans-serif;
}

.news .blog-post.single .post-details .share-block .share p {
    margin-right: 18px;
}

@media (max-width: 400px) {
    .news .blog-post.single .post-details .share-block .share p {
        display: block;
        margin-bottom: 10px;
    }
}

.news .blog-post.single .post-details .share-block .share ul.social-links-share {
    margin-bottom: 0;
}

@media (max-width: 400px) {
    .news .blog-post.single .post-details .share-block .share ul.social-links-share {
        text-align: left;
    }
}

.news .blog-post.single .post-details .share-block .share ul.social-links-share .list-inline-item:not(:last-child) {
    margin-right: 7px;
}

@media (max-width: 400px) {
    .news .blog-post.single .post-details .share-block .share ul.social-links-share .list-inline-item:not(:last-child) {
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .speakers .new {
        margin: 0 23px !important;
    }
}

.news .blog-post.single .post-details .share-block .share ul.social-links-share li a {
    display: block;
    height: 38px;
    width: 38px;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.news .blog-post.single .post-details .share-block .share ul.social-links-share li a i {
    line-height: 38px;
}

.news .blog-post.single .post-details .share-block .share ul.social-links-share li a:hover {
    background: #3e73fa;
    border-color: #3e73fa;
}

.news .blog-post.single .post-details .share-block .share ul.social-links-share li a:hover i {
    color: #fff;
}

.news .blog-post.single:hover {
    box-shadow: none;
}

.news .comments {
    padding-bottom: 80px;
}

.news .comments h5 {
    font-weight: 400;
    margin-bottom: 10px;
}

.news .comments .comment {
    padding-top: 14px;
}

.news .comments .comment img {
    margin-right: 30px;
}

.news .comments .comment .media-body h6 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.news .comments .comment .media-body p,
.news .comments .comment .media-body ul {
    font-size: 15px;
}

.news .comments .comment .media-body p {
    margin-bottom: 14px;
}

.news .comments .comment .media-body ul {
    margin-bottom: 10px;
}

.news .comments .comment .media-body ul li span {
    margin-right: 7px;
}

.news .comments .comment .media-body ul li a {
    color: #3e73fa;
}

.news .comment-form h5 {
    font-weight: 400;
    margin-bottom: 30px;
}

.news .comment-form .form-control,
.news .comment-form button {
    margin-bottom: 30px;
}

ul.pagination {
    margin-top: 30px;
    margin-bottom: 30px;
}

ul.pagination li {
    margin-right: 10px;
}

ul.pagination li a {
    font-size: 16px;
    padding: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-color: transparent;
    color: #848484;
    border: 1px solid #e5e5e5;
    border-radius: 0 !important;
}

ul.pagination li a:focus,
ul.pagination li a:hover {
    background-color: #3e73fa !important;
    color: #fff !important;
    border-color: #3e73fa !important;
}

ul.pagination .active a {
    background-color: #3e73fa !important;
    color: #fff !important;
    border-color: #3e73fa !important;
}

.sidebar {
    padding: 0 20px;
}

.widget {
    margin-bottom: 45px;
}

.widget .widget-header {
    font-weight: 400;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .widget.search {
        margin-top: 30px;
    }
}

.widget.search .input-group .form-control {
    border-right: none;
}

.widget.search .input-group .input-group-addon {
    background: #3e73fa;
    color: #fff;
    border: none;
    border-radius: 0;
}

.widget.search .input-group .input-group-addon i {
    font-size: 15px;
    padding-right: 5px;
    padding-left: 5px;
}

.widget.category ul.category-list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    list-style: none;
}

.widget.category ul.category-list li a {
    font-size: 15px;
    letter-spacing: 0;
    display: block;
}

.widget.category ul.category-list li a:hover {
    color: #3e73fa;
}

.widget.category ul.category-list li:last-child {
    margin-bottom: 5px;
}

.widget.tags ul li a {
    display: block;
    padding: 10px 25px;
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
    font-size: 15px;
}

.widget.tags ul li a:hover {
    background: #3e73fa;
    color: #fff;
    border-color: #3e73fa;
}

.widget.latest-post .media {
    padding: 15px 0;
}

.widget.latest-post .media:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}

.widget.latest-post .media img {
    margin-right: 15px;
}

.widget.latest-post .media .media-body h6 a {
    font-size: 15px;
    color: #222;
    line-height: 1;
    font-weight: 400;
}

.widget.latest-post .media .media-body h6 a:hover {
    color: #3e73fa;
}

.widget.latest-post .media .media-body p span {
    margin-right: 10px;
}

.news-hr .news-post-hr {
    display: -webkit-box;
    display: flex;
}

@media (max-width: 1200px) {
    .news-hr .news-post-hr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .news-hr .news-post-hr {
        margin-bottom: 30px;
    }
}

.news-hr .news-post-hr .post-thumb {
    flex-basis: 50%;
}

@media (max-width: 1200px) {
    .news-hr .news-post-hr .post-thumb {
        flex-basis: 100%;
    }
}

.news-hr .news-post-hr .post-thumb img {
    width: 100%;
}

.news-hr .news-post-hr .post-contents {
    flex-basis: 50%;
    padding: 30px;
    position: relative;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #e5e5e5;
}

@media (max-width: 1200px) {
    .news-hr .news-post-hr .post-contents {
        border-left: 1px solid #e5e5e5;
        flex-basis: 100%;
    }
}

.news-hr .news-post-hr .post-contents .post-title h6 {
    margin-bottom: 36px;
    margin-top: 5px;
}

.news-hr .news-post-hr .post-contents .post-title h6 a {
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    font-size: 20px;
    color: #222;
}

.news-hr .news-post-hr .post-contents .post-title h6 a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 37px;
    content: "";
    background: #3e73fa;
    width: 30px;
    height: 2px;
}

.news-hr .news-post-hr .post-contents .post-exerpts p {
    font-size: 15px;
}

.news-hr .news-post-hr .post-contents .date {
    margin-top: 17px;
    width: 65px;
    height: 65px;
    text-align: center;
    background: #3e73fa;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.news-hr .news-post-hr .post-contents .date h4 {
    color: #fff;
    font-weight: 400;
}

.news-hr .news-post-hr .post-contents .date h4 span {
    display: block;
    font-size: 1rem;
    font-weight: 400;
}

.news-hr .news-post-hr .post-contents .more {
    text-align: right;
    margin-top: -25px;
}

.news-hr .news-post-hr .post-contents .more a {
    font-family: Montserrat, sans-serif;
    color: #222;
    text-transform: uppercase;
    font-size: 14px;
}

.news-hr .news-post-hr .post-contents:after {
    content: "";
    position: absolute;
    right: 100%;
    bottom: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fff transparent transparent;
}

@media (max-width: 1200px) {
    .news-hr .news-post-hr .post-contents:after {
        content: none;
    }
}

.about {
    padding: 120px 0;
}

.testimonial .testimonial-item {
    margin-bottom: 30px;
}

.testimonial .testimonial-item .comment {
    padding: 40px 30px;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.testimonial .testimonial-item .comment:before {
    content: "";
    position: absolute;
    left: -2px;
    bottom: -27px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 27px 0;
    border-color: transparent #e5e5e5 transparent transparent;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.testimonial .testimonial-item .comment:after {
    content: "";
    position: absolute;
    left: -1px;
    bottom: -26px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 28px 27px 0;
    border-color: transparent #fff transparent transparent;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.testimonial .testimonial-item .comment:hover {
    background: #3e73fa;
    border: 1px solid #3e73fa;
}

.testimonial .testimonial-item .comment:hover p {
    color: #fff;
}

.testimonial .testimonial-item .comment:hover:before {
    border-color: transparent #3e73fa transparent transparent;
}

.testimonial .testimonial-item .comment:hover:after {
    border-color: transparent #3e73fa transparent transparent;
}

.testimonial .testimonial-item .media {
    margin-left: 50px;
}

.testimonial .testimonial-item .media img {
    height: 65px;
    width: 65px;
    border-radius: 100%;
}

.testimonial .testimonial-item .media .media-body {
    margin-left: 15px;
    align-self: center;
}

.testimonial .testimonial-item .media .media-body .name p {
    font-family: Montserrat, sans-serif;
    color: #222;
}

.testimonial .testimonial-item .media .media-body .profession p {
    font-size: 0.8126rem;
    color: #3e73fa;
}

.error .block {
    margin-top: 60px;
    margin-bottom: 60px;
}

.error .block img {
    margin-bottom: 45px;
}

.error .block h3 {
    font-weight: 400;
    color: #3e73fa;
    margin-bottom: 40px;
}

.error .block h3 span {
    font-style: italic;
    color: #222;
}

.faq .accordion-block #accordion .card,
.faq .accordion-block #accordionTwo .card {
    border-radius: 0;
    margin-bottom: 20px;
}

.faq .accordion-block #accordion .card .card-header,
.faq .accordion-block #accordionTwo .card .card-header {
    background: #fff;
    padding: 0;
}

.faq .accordion-block #accordion .card .card-header h5 a,
.faq .accordion-block #accordionTwo .card .card-header h5 a {
    font-weight: 400;
    color: #222;
}

.faq .accordion-block #accordion .card .card-header h5 a span,
.faq .accordion-block #accordionTwo .card .card-header h5 a span {
    padding: 20px;
    border-right: 1px solid #e5e5e5;
    margin-right: 20px;
}

.faq .accordion-block #accordion .card .card-body,
.faq .accordion-block #accordionTwo .card .card-body {
    color: #848484;
    padding: 15px 20px;
}

.faq .accordion-block #accordion .card .collapse.show+.card-header h5 a,
.faq .accordion-block #accordionTwo .card .collapse.show+.card-header h5 a {
    color: #3e73fa;
}

.contact-form .main {
    color: #000;
}

.contact-form button {
    margin-top: 30px;
    margin-bottom: 30px;
}

textarea {
    resize: none;
}

.attend .section-title {
    margin-top: 0;
}

.attend .col-lg-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 25px;
}

.attend-heading {
    margin-top: 15px;
}

.attend-heading h5 {
    font-size: 12px;
    margin: 0;
    line-height: 18px;
}

.attend-img:hover {
    cursor: pointer;
    filter: brightness(0.1);
}

.attend-box img {
    width: 50px;
}

.mt-20 {
    margin-top: 20px;
}

table img {
    width: 45px;
    position: absolute;
    left: 4px;
    top: 13px !important;
}

.speaker {
    position: relative;
    padding: 10px;
    padding-left: 69px;
}

.table {
    background: #fff;
}

table th {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}

.table td,
.table th {
    padding: 10px;
    max-width: 200px;
    word-wrap: break-word;
    vertical-align: middle;
    font-size: 12px;
}

.table-striped tbody tr td:nth-child(3) {
    font-size: 14px;
}

table i {
    color: #6b6868;
    /* margin-right: 7px; */
}

.d-block {
    display: block;
}

table tr {
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #e5e5e5;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

table tbody tr:hover {
    box-shadow: 0 0 30px 0 rgb(11 29 66 / 15%);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    background: #fff;
}

.table-head {
    background: #003EAC;
    transition: none !important;
    transform: none !important;
    box-shadow: none !important;
}

.table a {
    color: #3e73fa;
}

.table a:hover {
    color: #173d9c;
}

.table .time {
    font-weight: 500;
    font-size: 13px;
}

.module-name {
    width: 235px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

table .designation,
table .name {
    display: block;
}

table .name {
    font-weight: 500;
    font-size: 14px;
}

table .designation {
    font-size: 12px;
    font-weight: 100;
    color: #757070;
    line-height: 14px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: rgb(62 115 250 / 93%);
    color: #fff;
    cursor: pointer;
    padding: 9px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition-duration: 0.5s;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

button#myBtn:after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient( ellipse at center, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0) 80%);
}

#myBtn i {
    font-size: 22px;
}

#myBtn:hover {
    background-color: #173d9c;
}

.about-text {
    font-size: 14px;
}

.about .content-block .description-one {
    margin-top: 18px;
}

@media only screen and (min-device-width: 300px) and (max-device-width: 768px) {
    .card-box-icon{
        text-align: center;
        margin: 40px 20px 20px 0px;
        color: #003EAC;
        font-size: 18px;
        font-weight: 600;
    }
    /* banner css starts */
    .banner {
        padding: 0px 0 20px !important;
    }
    .top-0 {
        top: -70%;
    }
    .banner .block {
        width: 100%;
        /* height: 300px; */
    }
    .time-zone-banner span {
        width: 100%;
        font-size: 14px;
    }
    /* banner css ends */
    /* reason to join starts */
    .reason-img {
        position: absolute;
        z-index: 1;
        width: auto;
        margin: 0 auto;
    }
    .reason .reason-heading h4 {
        font-size: 18px;
    }
    .reason .reason-heading h5 {
        white-space: normal;
    }
    .reason-box {
        margin-top: 60px;
        margin-bottom: 40px;
    }
    /* reason to join ends */
    .schedule .schedule-tab ul li.nav-item a {
        font-size: 14px;
    }
    .about-title,
    .about-title h1.alternate,
    .registration .registration-block .block .title h3,
    .section-title h3 {
        font-size: 24px;
    }
    .about-title {
        width: 90%;
        margin: 0 auto 35px;
    }
    .about .video_info {
        height: 215px !important;
    }
    .about .content-block h2,
    .head-sec h5 {
        font-size: 24px;
    }
    .section {
        padding: 40px 0;
    }
    .about-head {
        font-size: 16px;
    }
    .about .content-block .description-one p,
    .about .content-block .description-two p,
    .about-text,
    .registration .service-block ul li,
    .table td,
    .table th,
    p {
        font-size: 12px;
    }
    .event-left h4,
    .section-title.white p {
        font-size: 14px;
    }
    .event-left h3 {
        font-size: 16px;
    }
    .speakers .speaker-item .content h5 a {
        font-size: 16px;
    }
    .event-right {
        padding: 20px 30px 5px 30px;
        border: 0;
    }
    .registration .registration-block,
    .registration .service-block {
        padding: 45px 10%;
    }
    .bg-speaker .section-title {
        font-size: 24px;
        width: 50%;
        margin: 0 auto 20px;
    }
    .schedule .schedule-tab ul li.nav-item a {
        width: 100% !important;
    }
    /* .reason .reason-heading {
    width: 100%;
  } */
    .prize-box2 {
        padding: 80px 0px;
    }
    .prize-box h2 {
        margin-top: 0 !important;
    }
    .step_box {
        width: 100%;
    }
    .footer-main .block,
    .footer-main .useful-links-footer {
        margin-bottom: 20px;
    }
    .text .val {
        font-size: 2rem !important;
        margin-top: 8%;
        font-weight: 700 !important;
    }
        
                
}

@media only screen and (min-device-width: 300px) and (max-device-width: 991px) {
    .event_plan_box h2 {
        width: 100% !important;
        font-size: 22px;
    }
    .attend-box {
        margin-bottom: 70px;
    }
    .step_box {
        margin-bottom: 25px;
    }
    .footer-main ul.social-links-footer li a {
        margin-bottom: 5px;
    }
    .main-nav .navbar-nav .nav-item .nav-link {
        color: #000;
    }
    .main-nav .navbar-nav .nav-item .nav-link span {
        display: none;
    }
    .menu_four .navbar-collapse,
    .navbar-collapse {
        margin-left: 0;
        margin-right: 0;
        background: #fff;
        padding: 15px;
        position: absolute;
        width: 100%;
        border: 0;
        top: 64px;
        z-index: 9;
        left: 0;
        border-top: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
    }
    .banner h3 {
        font-size: 14px;
    }
    .banner .block .btn-white-md {
        font-size: 12px;
        padding: 10px;
    }
    /* footer starts*/
    .footer-main .address_para {
        width: 100%;
    }
    .social-links-footer .list-inline-item p {
        margin-right: 0;
    }
    .social-links-footer .list-inline-item img {
        filter: brightness(2);
        width: 20px;
        height: 20px;
    }
    /* footer ends */
    .time_zone_sec2_title h5 {
        font-size: 0.8rem;
        font-family: 'open_sans_600';
        line-height: 20px;
    }
    td.time_zone_sec2_title p.time_zone_sec3_title {
        font-size: 0.6rem;
        font-family: 'open_sans_600';
        line-height: 20px;
    }
    .schedule table tr td:last-child {
        padding-right: 20% !important;
    }
    .schedule-contents table tr td.time_zone_sec2 {
        padding: 20px 12px!important;
        width: 33%;
    }
    .topicspeakers{
        display: none;
    }
}

@media only screen and (min-device-width: 300px) and (max-device-width: 460px) {
    .btn {
        font-size: 12px !important;
    }
    .prize-box2 {
        padding: 10px 0 30px 0;
    }
    .banner_button_c2c {
        width: 50% !important;
    }
    
}

@media only screen and (min-device-width: 300px) and (max-device-width: 400px) {
    .step_img {
        width: 70px !important;
        height: 70px !important;
        margin-bottom: 10px;
    }
    .prize-box2 {
        padding: 50px 0;
    }
}

.scrollToTop {
    display: inline-block;
    /* background-color: rgb(62 115 250 / 93%); */
    width: 40px;
    height: 40px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    position: fixed;
    border: none;
    outline: 0;
    /* background-color: rgb(62 115 250 / 93%); */
    background-color: rgb(0 62 172 / 93%);
    color: #fff;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    transition-duration: 0.5s;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff !important;
}

.scrollToTop i {
    font-size: 27px;
}

.scrollToTop:hover {
    background-color: #173d9c;
    cursor: pointer;
}

.scrollToTop:after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient( ellipse at center, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0) 80%);
}

.scrollToTop.showBtn {
    opacity: 1;
    visibility: visible;
}

.p_relative {
    position: relative;
}

.dataInfoBox {
    display: none;
    z-index: 9999;
    position: relative;
}

.dataInfoBox strong {
    font-size: 16px;
    font-weight: 600;
}

.dataInfoBox span {
    margin-left: 5px;
}

.dataInfoBox p {
    font-size: 12px;
    color: #000;
}

.red {
    color: red;
    font-size: 12px;
}

.errorInfo {
    height: 20px;
    margin-top: -15px;
    margin-bottom: 0;
}

.cross {
    position: absolute;
    right: 15px;
}

.btn_box {
    margin-top: 30px;
}

.alert_box {
    margin-top: 23px;
    height: auto;
    min-height: 100px;
}

.alert-dismissible .close {
    position: absolute;
    top: -10px;
    right: -2px;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

.ep_box {
    background: #3e73fa;
    font-size: 14px;
    color: #fff;
    padding: 10px 24px;
    border-radius: 4px;
    height: 50px;
    line-height: 28px;
    font-weight: 600;
}

.partners_list .pbox {
    display: flex;
}

@media (max-width: 1200px) {
    .speakers .speaker-item .socials ul {
        width: 100%;
        text-align: center;
        padding: 0 20px;
    }
}

@media (max-width: 1200px) {
    .speakers .speaker-item .image .socials ul li.list-inline-item:not(:last-child) {
        margin-right: 5px;
        margin-left: 5px;
    }
}

@media (max-width: 1200px) {
    .speakers .speaker-item .image .socials ul li.list-inline-item:last-child {
        margin-right: 5px;
        margin-left: 5px;
    }
}

@media (max-width: 1366px) {
    /* .banner {
    padding: 75px 0 75px !important;
  } */
}

@media (max-width: 1352px) {
    .main-nav .navbar-nav .nav-item .nav-link {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 6px;
    }
    /* .register-btn {
        margin-left: 10px;
    } */
}

.main-nav .navbar-nav .nav-item .nav-link span {
    color: #fff;
    margin-left: 9px;
}

@media (max-width: 1024px) {
    .main-nav .navbar-nav .nav-item .nav-link span {
        margin-left: 10px;
    }
    .speakers .speaker-item-inner {
        height: 340px;
    }
    .speakers .col-lg-4.col-md-6 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media (max-width: 767px) {
    .schedule .schedule-tab ul li.nav-item a.active:after {
        content: none;
    }
    .step_img {
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
    }
    .footer-main .block img {
        width: 70% !important;
    }
    .footer-main .block p.d-flex img {
            width: 4% !important;
        }
    .subfooter .list-inline {
        float: unset !important;
        text-align: center;
    }
    .scrollToTop {
        bottom: 14px !important;
        right: 10px;
    }
}

@media (max-width: 767px) {
    .schedule .schedule-tab ul li.nav-item {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .speakers .new {
        margin: 0 20px;
    }
    .speakers .speaker-item-inner {
        height: 334px;
    }
    .attend .col-lg-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .meetup-box a {
        font-size: 16px;
    }
    .main-nav .navbar-nav .nav-item .nav-link span {
        display: none;
    }
}

@media (max-width: 767px) {
    .speakers .col-lg-4.col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    /* .c2m-logo {
        width: 40% !important;
    } */
    .speakers .speaker-item-inner {
        height: 337px;
    }
}

@media (max-width: 576px) {
    .speakers .col-lg-4.col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .speakers .speaker-item-inner {
        height: 358px;
    }
    .thank-text {
        padding: 0;
    }
    .time_zone {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .speakers .speaker-item .image img {
        width: 100% !important;
    }
    /* .c2m-logo {
        width: 20% !important;
    } */
    .meetup-box a {
        color: #000;
        font-size: 12px;
    }
}

@media (max-width: 420px) {
    .attend .col-lg-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .meetup-bg {
        padding: 20px;
        margin: 0;
    }
    .meetup-box {
        padding: 20px;
    }
    .speakers .new {
        margin: 0 66px;
    }
    .speakers .col-lg-4.col-md-6 {
        -ms-flex: initial;
        flex: initial;
        max-width: initial;
    }
    .speakers .speaker-item-inner {
        height: auto;
    }
}

@media (max-width: 320px) {
    .speakers .new {
        margin: 0 24px;
    }
}

@media (max-width: 991px) {
    .schedule .meetup-tab p {
        font-size: 14px;
    }
    .schedule .bg-black {
        padding: 10px 12px;
        font-size: 14px;
    }
    .schedule .bg-black {
        margin: 0;
    }
}

@media only screen and (min-device-width: 576px) and (max-device-width: 767px) {
    .meetup_points li:after {
        top: 120%;
        transform: translate(-50%, -120%);
    }
    .prize_section .para_1 {
        padding: 0 32px;
    }



/* 

    .container.position-absolute {
        top: 0% !important;
        width: 100% !important;
        left: 3% !important;
    }
    .banner .block h2 {
        font-size: 17px !important;
    }
    .distributed_logo {
        max-width: 46% !important;
    }
    .banner .block h2{
        width: 90%;
    }
    .banner .span_1{
        font-size: 1rem!important;
        margin-bottom: 8px!important;
    }
    .banner .span_1 sup{
        font-size: 0.6rem!important;
    }
    .banner_button_c2c{
        width: 45% !important;
    }
    .header-banner-backg {
        height: 395px !important;
        object-fit: cover;
    } */
    /* #peelback {
        display: none;
    } */
}

@media only screen and (min-device-width: 300px) and (max-device-width: 575px) {
    /* .container.position-absolute {
        top: 2% !important;
        width: 100% !important;
        left: -2% !important;
    }
    .banner .block h2 {
        font-size: 0.8rem;
    }
    .distributed_logo {
        max-width: 70%;
    }
    .banner .span_1 {
        font-size: 0.7rem!important;
        margin-bottom: 8px!important;
    }
    .banner .block h2 {
        width: 90%;
    }
    .banner .span_1 sup {
        font-size: 0.6rem!important;
    }
    .banner_button_c2c {
        width: 35% !important;
    } */




    .meetup_points li {
        font-size: 14px !important;
    }
    .flag_box {
        height: 40px !important;
    }
    .flag-container {
        padding: 5px 10px!important; 
    }
    .dial-code input[type=text]{
        padding: 8px 0px !important;
    }
        .prize_section .para_1{
            padding: 0 17px;
        }
    /* #peelback {
        display: none;
    } */
    .content-block p{
        font-size: 1rem;
    }
    .header-banner-backg {
        height: 290px !important;
        object-fit: cover;
        position: relative;
        left: -105px;
    }
}

@media only screen and (min-device-width: 300px) and (max-device-width: 520px) {
    .meetup_points li:after {
        top: 115%;
        transform: translate(-50%, -115%);
    }
}

.ustime-zone {
    display: none;
}

table .btn-group {
    height: 30px;
    margin-left: 15px;
}

table .btn-group .btn {
    font-size: 13px;
    padding: 6px 8px;
    line-height: 18px;
}

table .btn-group .btn-primary {
    border-radius: 25px 0 0 25px;
}

table .btn-group .btn-default {
    border-radius: 0 25px 25px 0;
}

.responsive-view {
    display: none;
}

.media .d-flex {
    flex-wrap: wrap;
}

.bg-gray,
.media.bg-white {
    background: #f2f2f2;
    padding: 0 10px 10px 10px;
    border: 1px solid #3e73fa;
}

.media.bg-white {
    background: #fff;
}

.media .time-resp {
    margin-bottom: 20px;
}

.responsive-view {
    display: none;
}

.mb-10 {
    margin-bottom: 10px;
}

.raffle-row {
    /* background: hsl(287deg 39% 93%) !important; */
    background: #e8f0ff !important;
}

.raffle-row img {
    top: -3px !important;
}

.r_text,
.raffle-row .time {
    color: #000 !important;
}


/* .time-zone-banner {
    display: inline-block;
    position: relative;
    padding: 10px 20px;
}
.time-ist {
    padding-left: 0;
}
.time-zone-banner:after {
    content: "";
    position: absolute;
    border-right: 1px solid #fff;
    width: 1px;
    height: 90px;
    right: -15px;
    top: 0;
    margin: 0 10px;
}
.time-zone-banner.time-pst:after {
    content: none;
} */

#myModal .modal-dialog {
    max-width: 890px;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#myModal button.close {
    padding: 2px;
    position: absolute;
    right: 6px;
    color: #fda300;
    z-index: 1;
    font-size: 30px;
}

#myModal video {
    width: 840px !important;
    display: block;
}

#myModal .modal-body {
    padding: 1px;
    background: #5f5c5c;
}

@media only screen and (min-device-width: 300px) and (max-device-width: 575px) {
    .table {
        display: none;
    }
    .responsive-view {
        display: block;
    }
    .bg-gray,
    .media.bg-white {
        min-height: 170px;
    }
    /* reason-to-join starts */
    .reason .section-title {
        margin-bottom: 0px;
    }
    .reason .reason-box-container {
        margin-top: 40px;
    }
    .reason-box-container>.row {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
    }
    .reason-box-container>.row>.col-12 {
        display: inline-block;
        float: none;
        width: 210px;
        margin-right: 20px;
    }
    /* reason-to-join ends */
    /* speakers of the meetup */
    .bg-speaker .new>.row {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
    }
    .bg-speaker .new>.row>.speaker-col {
        display: inline-block;
        float: none;
        width: 210px;
    }
    .banner .block .content {
        position: absolute;
        top: 8% !important;
        margin-top: 57px !important;
    }
    .speakers .speaker-item .content p,
    .speakers .speaker-item .primary-overlay,
    .speakers .speaker-item .primary-overlay p.designation {
        white-space: normal
    }
    /* speakers of the meetup */
    /* steps prize*/
    .steps_prize .prize-box .row.mt-20 {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
    }
    .steps_prize .prize-box .col-12 {
        display: inline-block;
        float: none;
        width: 222px;
    }
    .step_box p {
        white-space: normal;
    }
    /* steps prizes*/
    
}

@media only screen and (min-device-width: 300px) and (max-device-width: 860px) {
    #myModal .modal-dialog {
        max-width: 100%;
        margin: 0 10px;
    }
}

@media only screen and (min-device-width: 300px) and (max-device-width: 900px) {
    #myModal video {
        width: 500px !important;
    }
}

.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
}

.btn-toggle .btn {
    font-size: 10px !important;
    padding: 3px 10px 3px 10px !important;
    font-weight: 600;
    line-height: initial !important;
    width: 42px;
}

@media (max-width: 1024px) {
    /* .time-zone-banner {
        padding-left: 12px !important;
    } */
}


/* -----   Accordion Css  ----- */

.accordion {
    max-width: 100%;
    margin: 0 auto;
}

.accordion__title {
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.125em;
}

.accordion__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.accordion__item {
    border-bottom: 1px solid #000;
    visibility: hidden;
}

.accordion__item.is-active .accordion__itemTitleWrap::after {
    /* -webkit-transform: translateX(-20%);
          transform: translateX(-20%); */
    background: url("../images/Add_icon.svg") no-repeat right;
}

.accordion__item.is-active .accordion__itemIconWrap {
    /* -webkit-transform: rotate(180deg);
          transform: rotate(180deg); */
    text-align: inherit;
    background: url("../images/minus_icon.svg") no-repeat right;
}

.accordion__item.is-active .accordion__itemTitleWrap img::after {
    /* -webkit-transform: translateX(-20%);
          transform: translateX(-20%); */
    -ms-transform: rotate(-20deg);
    IE 9 transform: rotate(-20deg);
    /*background:url("images/plus.png");*/
}

.accordion__item.is-active .accordion__itemIconWrap img {
    -ms-transform: rotate(225deg);
    IE 9 transform: rotate(225deg);
    /*background:url("images/minus.png");*/
}

.accordion__itemTitleWrap {
    display: flex;
    /* height: 2.5em; */
    align-items: center;
    /* padding: 0 1em; */
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.accordion__itemTitleWrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    /*background: #3bade3;
   background: linear-gradient(45deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%); */
    z-index: 1;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.accordion__itemTitleWrap.is-active::after,
.accordion__itemTitleWrap:hover::after {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
}

.accordion__itemIconWrap {
    /* width: 1.25em;
  height: 1.25em; */
    margin-left: auto;
    position: absolute;
    z-index: 10;
    width: 103%;
    text-align: right;
    top: 25px;
    right: 20px;
    /* display: none; */
}

.accordion__itemTitle {
    margin: 0;
    font-weight: 600;
    font-size: 0.9rem;
    position: relative;
    z-index: 10;
    width: 100%;
}

.accordion__itemContent {
    font-size: 0.875em;
    height: 0;
    overflow: hidden;
    /* background-color: #fff; */
    padding: 0 0rem 0 12.5rem;
    width: 70%;
}

.accordion__itemContent p {
    margin: 0.5em 0 1em;
}

.accordion__item:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05) !important;
}

.accordion__item:nth-of-type(even) {
    background-color: #ffffff !important;
}

.accordion__item {
    display: inline-block;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-top: 1px solid;
    border-color: #e5e5e5;
    line-height: 0px;
    width: 100%;
}


/* ul.accordion__list{
    border-top: 1px solid;
    border-color: #e5e5e5;
} */

.accordion__itemTitle table tr,
.accordion__itemContent table tr {
    border: 0px;
}

.accordion__itemContent table tr td {
    padding: 0px !important;
}

.time_zone_sec2 {
    width: 18%;
}

.accordion__itemTitle .time {
    width: 100% !important;
    margin-top: 5px !important;
}

.time_zone_sec2_title:last-child {
    width: 100%;
    padding-right: 0%;
}

table.table.table-borderless.table-tab1.table-striped {
    margin-bottom: 0rem;
}

@media (max-width: 768px) {
    .accordion__itemContent {
        padding: 0 0rem 0 5.8rem;
        width: 85%;
    }
}


/* -----   Accordion Css  ----- */


/* -----   Logo Carousel Slider 3 at a time Css  ----- */

@media (max-width: 768px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }
    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

/* .carousel-inner .carousel-item.active, */
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}


/* display 3 */

@media (min-width: 768px) {
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33.333%);
    }
    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33.333%);
    }
        
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}


/* -----   Logo Carousel Slider 3 at a time Css  ----- */


/* Timer css */

p.type-time {
    font-family: 'Roboto Condensed';
    color: #003EAC;
    font-size: 20px;
    text-transform: capitalize;
    margin-top: 10px;
    font-weight: 100;
}

#timer1 .event-time {
    background: #FFFFFF;
    margin-bottom: 40px;
    font-family: 'Roboto Condensed';
    color: #003EAC;
    padding: 3px 20px;
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 50px;
    line-height: 20px;
    margin-right: 10px;
}

.event_starts_count {
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 5px;
}

.countdown_begins_bg {
    background: #FCFCFC;
    /* position: relative;
    top: -110px;
    z-index: 99; */
}

.event_visits_count,
.event_registered_count {
    font-size: 29px;
    color: #003EAC;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}

.event_visits_count,
.event_registered_count span {
    font-weight: 600;
}

/*.kineticjs-content {
    width: 100px !important;
    height: 100px !important;
}

 .kineticjs-content canvas {
    width: 100px !important;
    height: 100px !important;
} */

.dial-container {
    /* display: flex; */
    align-items: center;
    border-right: 0;
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    border-right: 0px!important;
}

input#contact {
    width: 70.8%;
    margin-top: -2px;
    margin-left: -12px;
    border-left: 0px solid transparent !important;
    border-radius: 0px 4px 4px 0px !important;
}

.flag_box {
    border: 1px solid #6236FF;
    border-right: 0!important;
    display: flex;
    height: 60px;
}

.flag-container {
    padding: 15px;
}

.flag_img {
    box-shadow: 0px 0px 1px 0px #888;
    margin: 0px !important;
}

.dial-code {
    font-size: 13px;
    color: #3b3b3c;
    background-color: transparent;
    width: 50px;
}

.dial-code input[type=text] {
    padding: 20px 0px;
    background: transparent;
    height: auto;
}

.tel_box {
    display: flex;
}

.tel_box #custNumber {
    border-radius: 0;
    width: 100%;
    border: 1px solid #6236FF !important;
}

.CountryCode {
    border: none;
}
.card-box-icon{
    width: 22%;
    text-align: center;
    margin: 40px 20px 20px 0px;
    color: #003EAC;
    font-size: 18px;
    font-weight: 600;
}
.card-box-icon img{
    height: 100px;
    margin-bottom: 10px;
    transition: 1s ease;
    object-fit: contain;
}
.card-box-icon img:hover{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1s ease;
}


/* width */


section#schedule{
    border-color: #e5e5e5;
}
.owl-carousel .owl-item img{
    /* width: auto !important; */
    margin: 0 auto;
}
.sponsors-list img{
    max-width: fit-content;
}
.card.card-body.sponsors-list.text-center{
    padding: 0.25rem;
}
.accordion__itemTitle table tr td.time_zone_sec2_title h5 {
    line-height: 23px;
    color: #000000;
    text-transform: capitalize;
}
.accordion__itemTitle table tr td.time_zone_sec3_title h5 {
    line-height: 18px;
}
td.time_zone_sec2_title p.time_zone_sec3_title {
    font-size: 0.7rem;
    font-family: 'open_sans_600';
    line-height: 20px;
    color: #848484;
}
.ist_time_zone_sec2 img,.pst_time_zone_sec2 img{
    width: 20px;
    height: 20px;
    position: relative;
    left: 0px;
    top: 0px !important;
}
.address p.d-flex img{
    margin: 6px 6px 0px 0px;
    width: 15px;
    height: 15px;
}
a#scrollToTop img{
    margin: 0px 0px 0px 0px;
    width: 20px;
    height: 20px;
}
.experience_speakers .experience-item .socials ul li a svg {
    fill: #FFF;
    margin: 3px 0px 0px 0px;
    width: 12px;
    height: 12px;
}
.experience_speakers .experience-item .socials ul li a:hover svg {
    fill: #222;
}

ul.steps_link{
    list-style-type: none;
    padding-left: 0px;
}
ul.steps_link li{
    font-size: 0.7rem;
    line-height: 20px;
    color: #4A4A4A;
    margin-bottom: 0;
}
ul.steps_link li a{
    font-size: 0.7rem;
    line-height: 20px;
    color: #003EAC;
    margin-bottom: 0;
    display: block;
    cursor: pointer;
}

@media only screen and (min-device-width: 300px) and (max-device-width: 768px) {
    .card-box-icon {
        margin: 10px 20px 15px 0px;
        font-size: 12px;
        font-weight: 600;
    }
    p.type-time {
        font-size: 15px !important;
    }
    .sponsors-list-1 {
        width: 100% !important;
        height: auto !important;
        padding: 0 !important;
    }
    .owl-theme .owl-nav [class*=owl-] {
        padding: 7px 0px !important;
        margin-left: -30px !important;
        margin-right: -30px !important;
        background: #003eaced !important;
    }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 800px) {
    .owl-theme .owl-nav [class*=owl-] {
        padding: 7px 0px !important;
        margin-left: -18px !important;
        margin-right: -18px !important;
        background: #003eaced !important;
    }
    .owl-nav .owl-prev,
    .owl-nav .owl-next {
        top: 40%!important;
    }
}
@media only screen and (min-device-width: 800px) {
    .owl-theme .owl-nav [class*=owl-] {
        padding: 7px 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        background: #003eaced !important;
    }

    .owl-nav .owl-prev,
    .owl-nav .owl-next {
        top: 28% !important;
    }
}











section.sec {
    padding: 100px 0px;
    position: relative;
}

.bg-gradient {
    background: linear-gradient(225.35deg, #246694 0, #062338 100%);
}

.sm-title {}

.title,
.title h3 {
    font-size: 22px;
    color: #2b4d7a;
    font-weight: 700;
    line-height: 1.2em;
}

.sm-title h3 {
    margin-bottom: 20px;
}

.title,
.title h3 {
    font-size: 22px;
    color: #2b4d7a;
    font-weight: 700;
    line-height: 1.2em;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    top: 25%;
    position: absolute;
    border-radius: 40px !important;
    color: #ffffff;
    width: 35px;
    height: 35px;
    text-align: center;
}

.owl-nav .owl-prev {
    left: -5%;
}

.owl-nav .owl-next {
    right: -5%;
}

#staff .owl-nav .owl-prev i,
.owl-nav .owl-next i {
    color: #fff;
    font-size: 15px;
    position: relative;
    left: 0px;
}

.box-b {
    background-color: #f5f6fa;
    padding: 15px;
    transition: .2s all ease-in-out;
    border-radius: 4px;
    cursor: pointer;
    border-bottom: solid 2px #2699cf;
    height: auto;
    position: relative;
    box-shadow: 0 5px 10px #9c9c9c;
}

.box-b .box-img {
    margin-bottom: 15px;
}

.staff .box-img img {
    height: 145px;
    width: 145px;
    margin: auto;
    border-radius: 90px;
}

.box-b h3 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 22px;
    color: #000000;
}

.box-b p {
    line-height: 1.4;
    font-size: 18px;
    color: #343a40;
    text-align: center;
    margin-bottom: 0px;
}
/* .owl-theme .owl-nav [class*=owl-]{
    padding: 7px 0px !important;
    margin-left: -18px!important;
    margin-right: -18px!important;
    background: #003eaced!important;
} */

/* -----Header Slider----- */
.slider {
    margin: 0 auto;
    max-width: 100%;
}

.slide_viewer {
    height: 760px;
    overflow: hidden;
    position: relative;
}

.slide_group {
    height: 100%;
    position: relative;
    width: 100%;
}

.slide {
    display: none;
    height: 100%;
    position: relative;
    width: 100%;
}

.slide:first-child {
    display: block;
}

.slide:nth-of-type(1) {
    /* background: #D7A151; */
}

.slide:nth-of-type(2) {
    /* background: #F4E4CD; */
}

.slide:nth-of-type(3) {
    /* background: #C75534; */
}

.slide:nth-of-type(4) {
    /* background: #D1D1D4; */
}

.slide_buttons {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

a.slide_btn {
    color: #474544;
    font-size: 42px;
    margin: 0 0.175em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.slide_btn.active,
.slide_btn:hover {
    color: #428CC6;
    cursor: pointer;
}

.directional_nav {
    height: 340px;
    margin: 0 auto;
    max-width: 940px;
    position: relative;
    top: -340px;
}

.previous_btn {
    bottom: 0;
    left: 100px;
    margin: auto;
    position: absolute;
    top: 0;
}

.next_btn {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 100px;
    top: 0;
}

.previous_btn,
.next_btn {
    cursor: pointer;
    height: 65px;
    opacity: 0.5;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 65px;
}

.previous_btn:hover,
.next_btn:hover {
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .previous_btn {
        left: 50px;
    }

    .next_btn {
        right: 50px;
    }
}


/* -----Header Slider----- */
*,
::after,
::before {
    box-sizing: border-box;
}
.clearfix{
    clear: both;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
/* Slider */
/* .slider-section{
    height: 500px;
} */
.carousel-item .p-4.bounceIn{
    padding-top: 100px !important;
}
/* .carousel-item {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
} */


.alert{
    padding: 0.2rem 1.25rem !important;
}
.container.position-absolute{
    /* top: 15%;
    width: 50%;
    margin: 0 auto;
    left: 27%; */
    top: 22%;
    width: 45%;
    margin: 0 auto;
    left: 10%;
}



@media only screen and (min-width: 300px) and (max-width: 768px) {

    .container.position-absolute {
        top: -18%;
        width: 100%;
        margin: 0 auto;
        left: 0%;
    }
    .banner .block {
        height: 275px;
    }
    .banner .block h2 {
        font-size: 12px !important;
    }
    .container.position-absolute {
        background: rgba(0, 0, 0, .5);
        padding-bottom: 10px;
    }
    .distributed_logo {
        max-width: 35% !important;
    }

}

@media only screen and (min-width: 200px) and (max-width: 320px) {
    .container.position-absolute {
        top: 3%;
    }

        .banner .block {
            width: 100%;
        }

        .banner .block h2 {
            margin-top: 15px;
            margin-bottom: 15px;
            width: 100%;
            font-size: 11px !important;
        }

        .distributed_logo {
            max-width: 35% !important;
        }

        .banner .block .content {
            position: absolute;
            top: 0% !important;
            margin-top: 57px !important;
        }

    .container.position-absolute {
        left: 0%;
        width: 100%;
        top: -30px;
        bottom: 0px;
    }

    .banner .span_1 {
        font-size: 14px !important;
    }

    .banner .span_1 sup{
        font-size: 0.5rem !important;
    }

    .banner .block h2 {
        font-size: 11px !important;
    }

    .banner_register.banner {
        padding: 10px 0px 0px 0px !important;
    }
    .title_italic {
        font-size: 17px!important;
    }
    .custom_container {
        padding-left: 7% !important;
        padding-right: 7% !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 398px){
    .container.position-absolute{
        top: 3%;
        display: none;
    }
    .col-12.col-sm-12.col-md-12.col-lg-6.col-xl-6.position-absolute.wow.fadeInDown{
        padding-left: 0px;
        padding-right: 0px;
    }
    video#video.video_banner{
        width: 100% !important;
        height: 100% !important;
        margin : 0px;
    }
    .header-banner-backg{
        height: 284px !important;
    }
    .banner .block h2{
        font-size: 16px;
    }
    .container.position-absolute{
        left: 0%;
        width: 100%;
        top: -30px;
        bottom: 0px;
    }
    .banner .span_1 {
        font-size: 14px !important;
    }
    .banner .block h2{
        font-size: 11px!important;
    }
        .banner_register.banner .block {
            height: auto;
        }
    
        .banner_register.banner {
            padding: 10px 0px 30px 0px !important;
        }
}
@media only screen and (min-width: 399px) and (max-width: 575px) {
    .container.position-absolute {
            top: 3%;
            display: none;
        }
    
        .col-12.col-sm-12.col-md-12.col-lg-6.col-xl-6.position-absolute.wow.fadeInDown {
            padding-left: 0px;
            padding-right: 0px;
        }
    
        video#video.video_banner {
            width: 100% !important;
            height: 100% !important;
            margin: 0px;
        }
    
        .header-banner-backg {
            height: 284px !important;
        }
    .banner_register.banner .block {
        height: auto;
    }

    .banner_register.banner {
        padding: 10px 0px 30px 0px !important;
    }
}
@media only screen and (min-width: 576px) and (max-width: 639px) {
    .container.position-absolute {
            top: 3%;
        display: none;
    }

    .col-12.col-sm-12.col-md-12.col-lg-6.col-xl-6.position-absolute.wow.fadeInDown {
        top: 18% !important;
        padding-left: 0px;
        padding-right: 0px;
    }

    video#video.video_banner {
        width: 100% !important;
        height: 100% !important;
        margin: 0px;
    }

    .header-banner-backg {
        height: 299px !important;
    }
    .header-banner-backg {
        height: 395px !important;
        object-fit: cover;
        position: relative;
        left: -115px;
    }
    .container.position-absolute {
        top: -10%;
        left: -2%;
        max-width: 100%;
    }
    .container.position-absolute{
        /* background: none; */
    }
    .banner .block h2{
        font-size: 19px !important;
    }
    .banner .block {
        height: 425px;
    }
        .banner_register.banner .block {
            height: auto;
        }
    
        .banner_register.banner {
            padding: 10px 0px 30px 0px !important;
        }
    
}
@media only screen and (min-width: 640px) and (max-width: 769px) {
    .container.position-absolute {
            top: 3%;
            display: none;
        }
    
        .col-12.col-sm-12.col-md-12.col-lg-6.col-xl-6.position-absolute.wow.fadeInDown {
            top: 15% !important;
            padding-left: 0px;
            padding-right: 0px;
        }
    
        video#video.video_banner {
            width: 100% !important;
            height: 100% !important;
            margin: 0px;
        }
    
        .header-banner-backg {
            height: 299px !important;
        }
    .container.position-absolute {
        top: 0%;
        left: 0%;
        width: 100%;
        max-width: 100%;
    }

    .header-banner-backg {
        height: 424px !important;
        object-fit: cover;
        position: relative;
        left: -115px;
    }

    .distributed_logo {
        width: 35% !important;
    }

    .banner .block {
        height: 385px;
    }

        .banner_register.banner .block {
            height: auto;
        }
    
        .banner_register.banner {
            padding: 10px 0px 30px 0px !important;
        }

    .banner .block h2 {
        font-size: 18px !important;
        width: 85%;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .banner .span_1 {
        padding: 2px 20px !important;
    }

    .banner .span_1 sup {
        font-size: 0.6rem !important;
    }

    .banner .container.position-absolute .span_1 {
        font-size: 1rem;
        margin-bottom: 7px;
    }

    .banner_register_btn img {
        width: 38%!important;
    }
}
@media only screen and (min-width: 769px) and (max-width: 799px) {
    .container.position-absolute {
        top: 0%;
        left: 0%;
        width: 100%;
        max-width: 100%;
    }
        .col-12.col-sm-12.col-md-12.col-lg-6.col-xl-6.position-absolute.wow.fadeInDown {
            top: 13% !important;
            padding-left: 0px;
            padding-right: 0px;
        }

        .container.position-absolute {
            top: 3%;
            display: none;
        }
    
    
        video#video.video_banner {
            width: 100% !important;
            height: 100% !important;
            margin: 0px;
        }
    
    
        .container.position-absolute {
            top: 0%;
            left: 0%;
            width: 100%;
            max-width: 100%;
        }

    .header-banner-backg {
        height: 499px !important;
        object-fit: cover;
        position: relative;
        left: -90px;
    }

    .distributed_logo {
        width: 35% !important;
    }

    .banner .block {
        height: 385px;
    }

        .banner_register.banner .block {
            height: auto;
        }
    
        .banner_register.banner {
            padding: 10px 0px 30px 0px !important;
        }

    .banner .block h2 {
        font-size: 18px !important;
        width: 85%;
        margin-top: 20px !important;
        margin-bottom: 15px !important;
    }

    .banner .span_1 {
        padding: 2px 20px !important;
    }

    .banner .span_1 sup {
        font-size: 0.6rem !important;
    }

    .banner .container.position-absolute .span_1 {
        font-size: 1rem;
        margin-bottom: 7px;
    }

    .banner_register_btn img {
        width: 38% !important;
    }
}
@media only screen and (min-width: 800px) and (max-width: 991px) {
    .container.position-absolute {
            top: 0%;
            left: 0%;
            width: 100%;
            max-width: 100%;
        }
    
        .col-12.col-sm-12.col-md-12.col-lg-6.col-xl-6.position-absolute.wow.fadeInDown {
            top: 13% !important;
            padding-left: 0px;
            padding-right: 0px;
        }
    
        .container.position-absolute {
            top: 3%;
            display: none;
        }
    
    
        video#video.video_banner {
            width: 100% !important;
            height: 100% !important;
            margin: 0px;
        }
    
    
        .container.position-absolute {
            top: 0%;
            left: 0%;
            width: 100%;
            max-width: 100%;
        }
    
        .header-banner-backg {
            height: 499px !important;
            object-fit: cover;
            position: relative;
            left: -90px;
        }

    .distributed_logo {
        width: 25% !important;
    }

    .banner .block {
        height: 385px;
    }

        .banner_register.banner .block {
            height: auto;
        }
    
        .banner_register.banner {
            padding: 10px 0px 30px 0px !important;
        }

    .banner .block h2 {
        font-size: 18px !important;
        width: 85%;
        margin-top: 20px !important;
        margin-bottom: 15px !important;
    }

    .banner .span_1 {
        padding: 2px 20px !important;
    }

    .banner_register.banner .block{
        height: auto;
    }

    .banner .span_1 sup {
        font-size: 0.6rem !important;
    }

    .banner .container.position-absolute .span_1 {
        font-size: 1rem;
        margin-bottom: 7px;
    }

    .banner_register_btn img {
        width: 30% !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .container.position-absolute {
        top: 30% !important;
        width: 60% !important;
        margin: 0 auto;
        left: 10%;
    }
    .col-12.col-sm-12.col-md-12.col-lg-6.col-xl-6.position-absolute.wow.fadeInDown{
        top: 32% !important;
    }
    /* .container.position-absolute {
        top: 16%;
        left: 0%;
        width: 100%;
        max-width: 100%;
    } */

    .header-banner-backg {
        max-width: 100%;
        height: auto;
    }

    .distributed_logo {
        width: 18% !important;
    }

    .banner .block {
        height: 385px;
    }

        .banner_register.banner .block {
            height: auto;
        }
        .banner_register.banner {
            padding: 80px 0px 30px 0px !important;
        }

    .banner .block h2 {
        font-size: 15px !important;
        width: 85%;
        margin-top: 10px !important;
        margin-bottom: 15px !important;
    }

    .banner .span_1 {
        padding: 2px 20px !important;
    }

    .banner .span_1 sup {
        font-size: 0.6rem !important;
    }

    .banner .container.position-absolute .span_1 {
        font-size: 1rem;
        margin-bottom: 7px;
    }

    .banner_register_btn img {
        width: 22% !important;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
    .container.position-absolute {
        top: 30% !important;
        width: 60% !important;
        margin: 0 auto;
        left: 10%;
    }

    .col-12.col-sm-12.col-md-12.col-lg-6.col-xl-6.position-absolute.wow.fadeInDown {
        top: 32% !important;
    }
    .container.position-absolute {
        top: 22%;
        left: 0%;
        width: 100%;
        max-width: 100%;
    }

    .header-banner-backg {
        max-width: 100%;
        height: auto;
    }

    .distributed_logo {
        width: 18% !important;
    }

    .banner .block {
        height: 385px;
    }

        .banner_register.banner .block {
            height: auto;
        }
    
        .banner_register.banner {
            padding: 80px 0px 30px 0px !important;
        }

    .banner .block h2 {
        font-size: 15px !important;
        width: 85%;
        margin-top: 10px !important;
        margin-bottom: 15px !important;
    }

    .banner .span_1 {
        padding: 2px 20px !important;
    }

    .banner .span_1 sup {
        font-size: 0.6rem !important;
    }

    .banner .container.position-absolute .span_1 {
        font-size: 1rem;
        margin-bottom: 7px;
    }

    .banner_register_btn img {
        width: 22% !important;
    }
}
@media only screen and (min-device-width: 1921px) and (max-device-width:2559px) {
    .flexslider .slides img{
        width: 100%;
    }
    .dist_logo img.distributed_logo{
        width: 50% !important;
    }
}

@media only screen and (min-device-width: 2560px) and (max-device-width:3839px) {
    .flexslider .slides img {
        width: 100%;
    }
    .dist_logo img.distributed_logo {
        width: 50%!important;
    }
}


@media only screen and (min-device-width: 3840px) and (max-device-width:4095px) {
    .flexslider .slides img {
        width: 100%;
    }
    .dist_logo img.distributed_logo {
        width: 50%!important;
    }
}

@media only screen and (min-device-width: 4096px) and (max-device-width:5119px) {
    .flexslider .slides img {
        width: 100%;
    }
    .dist_logo img.distributed_logo {
        width: 50%!important;
    }
}
.registration1 .btn-white-md1 {
    text-transform: capitalize;
    /* background: #6236FF; */
    border-radius: 50px;
    color: #003EAC;
    font-family: 'open_sans_500';
    letter-spacing: 0.5px;
    font-size: 16px;
    padding: 10px 30px;
    border: 3px solid #003EAC;
}
a.twoToneButton.btn.btn-white-md1.active1{
    color: #003EAC !important;
}
.text span.e-m-days,
.text span.e-m-hours,
.text span.e-m-minutes,
.text span.e-m-seconds {
    color: #003EAC;
}
.register_conatiner_join_now{
    width: 45%;
    margin: 0 auto;
}
.banner_register_btn_join_now{
    width: 100%;
}
.banner_register_btn_join_now span{
    width: 100%;
    height: fit-content;
    margin-right: 15px;
}
.banner_register_btn_join_now span div{
    color: #000000;
    font-size: 35px;
    text-align: right;
    padding: 8px 18px;
}
.banner_register_btn_join_now span img{
    width: 70%;
    height: fit-content;
}
.banner_register_btn_join_now .banner_button_c2c{
    width: 50%;
}

