@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Roboto&display=swap');


/*
Theme Name: Unlock Events Layout
Version: 1.0
*/


/* ==================================================
   Basic Styles
================================================== */
html {
    font-size: 16px;
}

body {
    color: #444;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
    text-align: justify;
}

a {
    color: inherit;
}

    a:hover, a:focus {
        color: inherit;
        text-decoration: none;
    }

img, .svgimg {
    max-width: 100%;
    width: auto;
    height: auto;
}

b, strong {
    font-family: inherit;
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    line-height: 1.5;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.7rem;
    /* COLOR: #00b1de; */
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
}


.form-group label {
    display: block;
}

.btn {
    border-radius: 0;
}

.modal-footer:empty {
    display: none;
}

.row + .row:not(section) {
    margin-top: 1em;
}
/* Owl Carousel Nav */

.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
    padding:0 10px;
}

.owl-carousel .owl-item > [class*='col-'] {
    width: auto;
    float: none;
}

.owl-carousel .owl-controls .owl-nav > div {
    padding: 0 10px;
    color: #444;
    opacity: 0.1;
    transition: 0.3s opacity;
    font-size: 1.5rem;
}

.owl-carousel:hover .owl-controls .owl-nav > div {
    opacity: 0.3;
}

.owl-carousel .owl-controls .owl-nav > div:hover {
    opacity: 1;
}

.owl-carousel .owl-controls .owl-nav > div:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.owl-carousel .owl-controls .owl-dots {
    text-align: center;
}

.owl-carousel .owl-controls .owl-dot {
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #333;
    border-radius: 14px;
    margin: 0 7px 3px;
    opacity: 0.5;
    transition: 0.3s all;
}

    .owl-carousel .owl-controls .owl-dot.active {
        opacity: 1;
        border-radius: 0;
    }

@media screen and (max-width: 991px) {
    .owl-carousel .owl-controls .owl-nav {
        text-align: center;
        margin-top: 1rem;
    }

        .owl-carousel .owl-controls .owl-nav > div {
            display: inline-block;
        }
}

@media screen and (min-width: 992px) {

    .owl-carousel .owl-controls .owl-nav > div {
        position: absolute;
        top: 0;
        font-size: 3rem;
        bottom: 0;
    }

        .owl-carousel .owl-controls .owl-nav > div.owl-prev {
            left: auto;
            right: 100%;
        }

        .owl-carousel .owl-controls .owl-nav > div.owl-next {
            left: 100%;
            right: auto;
        }
}

/* ==================================================
   Navbar
================================================== */
.affix-wrap {
    position: relative;
    z-index: 100;
}

.navbar {
    margin: 0;
    border-radius: 0;
    border: 0;
}

.affix {
    z-index: 100;
    width: 100%;
}

.navbar-brand {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 150px;
}

.organizer svg {
    max-height: 50px;
}
/* ==================================================
   Social Media
================================================== */

.social-media .fa {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

/* ==================================================
   Body
================================================== */
main {
    position: relative;
    /* margin-bottom: 40px; */
}

.section {
    padding: 3rem 0;
}

    .section.bg {
        padding: 8rem 0 6rem;
    }

    .section.xb {
        padding-bottom: 5rem;
    }

    .section.xt {
        padding-top: 5rem;
    }

    .section .ot {
        margin-top: -6rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .section .ob {
        margin-bottom: -6rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }



.section-wrapper h1 + .section-desc {
    margin-top: -1rem;
    margin-bottom: 1.5rem;
}

.section-wrapper .row + .row {
    margin-top: 2rem;
}

@media screen and (max-width: 767px) {
    .section {
        padding: 3rem 0;
    }
}


/* ==================================================
   Aside
================================================== */
aside {
    padding: 4rem 0;
    position: relative;
    z-index: 2;
    background: #888;
    color: #fff;
}

    aside h2 {
        text-align: center;
    }

    aside a {
        color: inherit;
    }

    aside .social-media {
        text-align: center;
        color: #fff;
    }

        aside .social-media .fa {
            padding: 15px 10px;
            margin: 0 5px 5px;
            width: 50px;
            transition: 0.3s all;
            transform: scale(1);
            box-shadow: 0 1px 1px 0 #444;
        }

            aside .social-media .fa:hover {
                /*box-shadow:  0 0 0 2px #fff inset;*/
                color: #fff;
                transform: scale(1.2);
                box-shadow: 0 2px 3px 0 #444;
            }

        aside .social-media a[class*=facebook] {
            background: #3b5998;
        }

        aside .social-media a[class*=plus] {
            background: #dc4e41;
        }

        aside .social-media a[class*=linkedin] {
            background: #0077b5;
        }

        aside .social-media a[class*=twitter] {
            background: #55acee;
        }


/* ==================================================
   Footer
================================================== */
footer {
    background: #000;
    color: #ccc;
    padding: 4rem 0;
    position: relative;
    z-index: 2;
}

    footer h4 {
        color: #fff;
    }

    footer a {
        color: inherit;
    }

/* ==================================================
   Back To Top
================================================== */
#back-to-top {
    position: fixed;
    bottom: -100%;
    right: 15px;
    padding: 10px 10px 10px;
    line-height: 1rem;
    opacity: 0.1;
    transition: 0.5s bottom 0.2s, 0.3s opacity;
}

    #back-to-top.stuck {
        bottom: 15px;
        opacity: 0.5;
        z-index: 1;
    }

        #back-to-top.stuck:hover {
            opacity: 1;
        }
/* ==================================================
   Floating Social Media
================================================== */
.floating-right {
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 1;
}

    .floating-right .social-media a {
        color: #fff;
        text-align: center;
        transform: scale(1);
        transform-origin: 100% 50%;
        transition: 0.2s all;
        padding: 10px 10px;
        will-change: transform;
    }

        .floating-right .social-media a[class*=facebook] {
            background: #3b5998;
        }

        .floating-right .social-media a[class*=plus] {
            background: #dc4e41;
        }

        .floating-right .social-media a[class*=linkedin] {
            background: #0077b5;
        }

        .floating-right .social-media a[class*=twitter] {
            background: #55acee;
        }

        .floating-right .social-media a:hover {
            transform: scale(1.3);
            color: #fff;
        }

@media screen and (min-width: 768px) {
    .floating-right {
        top: 0;
        right: 0;
        left: auto;
        bottom: 0;
        display: block;
        display: none;
    }

        .floating-right .social-media {
            display: table-cell;
            height: 100vh;
            vertical-align: middle;
        }

            .floating-right .social-media a {
                display: block;
                font-size: 1.3rem;
            }

                .floating-right .social-media a + a {
                    margin-top: 0.8rem;
                }
}

/* ==================================================
   Agenda
================================================== */
.agendaTabs .nav-tabs {
    padding: 0 15px 0 0;
}

.agendaContent .session {
    padding: 1.5rem 0;
}

    .agendaContent .session + .session {
        border-top: 1px dashed #ccc;
    }

    .agendaContent .session:nth-of-type(2n) {
        background: #f5f5f5;
    }

.agendaContent .agenda-session-title {
    margin: 2rem 0 1rem;
}

    .agendaContent .agenda-session-title h3 {
        padding: 15px;
        margin: 0;
        z-index: 1;
    }

.agendaContent .session .agenda-info .agenda-title h4 {
    margin: 0;
}

.agendaContent .session .agenda-info .agenda-description {
    margin-top: 1rem;
}

    .agendaContent .session .agenda-info .agenda-description ul,
    .agendaContent .session .agenda-info .agenda-description ol {
        padding-left: 15px;
    }

.agendaContent .session .agenda-speakers .speaker-image-wrap {
    padding-left: 0;
}

.agendaContent.tab-content .agenda-subsection-title {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    margin-top: 11px;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-left: -15px;
    margin-right: -15px;
}

@media screen and (max-width: 767px) {
    .agendaContent .session .agenda-speakers .speaker-image-wrap {
        float: right;
    }

    .agendaContent .session .agenda-speakers > div + div {
        margin-top: 1rem;
    }
}

@media screen and (min-width: 768px) {
    .agendaContent .session .agenda-speakers .speaker-image-wrap {
        padding: 0;
    }
}

.uereq {
    color: #ff0000;
}


.affix-wrap {
    max-height: 0;
}

#header {
    position: fixed;
    transition: 0.3s all;
    width: 100%;
}

    #header #main-menu {
        transition: 0.3s all;
        /*-webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);*/
        opacity: 0;
    }

    #header .container {
        width: 80%;
        min-width: 990px;
    }

.headerwrap.header.affix {
    background: #dee1e4;
}

#header .navbar-brand img,
#header .organizer svg {
    transition: 0.3s all;
}


@media screen and (min-width: 992px) {

    #header #main-menu .navbar-justified {
        width: 100%;
        display: table;
    }

        #header #main-menu .navbar-justified > * {
            display: table-cell;
            float: none;
            vertical-align: middle;
        }

        #header #main-menu .navbar-justified .organizer {
            width: 80px;
            padding: 0 15px;
            text-align: center;
        }

        #header #main-menu .navbar-justified .punchline {
            width: 60%;
            padding: 0 15px;
        }

        #header #main-menu .navbar-justified .dateVenue {
            width: 20%;
            padding: 0 15px;
        }

        #header #main-menu .navbar-justified .dateVenue {
            text-align: right;
        }

            #header #main-menu .navbar-justified .dateVenue > div {
                display: inline-block;
            }

    #header #main-menu #menu {
        display: block;
        background: #F7A706;
    }

        #header #main-menu #menu .navbar-nav {
            display: table;
            float: none;
            width: 100%;
            margin: 0 auto;
        }

            #header #main-menu #menu .navbar-nav > * {
                display: table-cell;
                float: none;
                vertical-align: middle;
                text-align: center;
            }

            #header #main-menu #menu .navbar-nav > li > a {
                transition: 0.3s all;
            }

    #header.affix {
        background: #fff;
    }

        #header.affix #main-menu {
            /*-webkit-transform: translateY(0%);
            -moz-transform: translateY(0%);
            -o-transform: translateY(0%);
            transform: translateY(0%);*/
            opacity: 1;
        }

    #header #menu .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #header .navbar-brand img {
        max-height: 60px;
    }

    #header .organizer svg {
        max-height: 40px;
    }
}


/* ==================================================
   Preloader
================================================== */
.ole {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    background: #fff;
}

    .ole #jSplash {
        opacity: 0;
    }

#jpreOverlay {
    background: #fff;
    text-align: center;
}

#jpreLoader, #jpreSlide {
    width: 100%;
}

#jpreLoader {
    top: auto !important;
    bottom: 0;
    height: 25px;
}

#jpreBar {
    background: #444;
}

#jprePercentage {
    position: absolute !important;
    bottom: 0;
    color: #fff;
    width: 100%;
    line-height: 25px;
}

/* ==================================================
   Carousel
================================================== */
.banner {
    overflow: hidden;
}

    .banner .container {
        /*width: 100%;*/
    }

    .banner .owl-item {
        max-height: 100vh;
    }

    .banner .bannerLogo img {
        /*max-height: 12rem;
    margin-bottom: 1rem;*/
    }



















{
    /*text-transform: uppercase;
    font-size: 18px;
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding: 5px 15px;
    background: rgba(255,255,255,0.3);*/
}


.banner .event-date-location span {
    /*display: inline-block;*/
}

    .banner .event-date-location span .fa {
        /*margin-right: 10px;*/
    }

    .banner .event-date-location span + span {
        /*margin-left: 20px;*/
    }

.banner .bannerstaticcontent {
    color: #fff;
    height: 100vh;
    position: relative;
}


    .banner .bannerstaticcontent .button-group {
        /*margin-top: 1rem;
    margin-bottom: 1rem;*/
    }


        .banner .bannerstaticcontent .button-group .btn {
            /*padding: 20px;
        transition: 0.3s all;*/
        }

            .banner .bannerstaticcontent .button-group .btn:not(:last-of-type) {
                /*margin-right: 5px;*/
            }


            .banner .bannerstaticcontent .button-group .btn .fa {
                /*display: inline-block;
            transition: 0.3s all;
            transform: scale(0);
            margin: 0;
            width: 0;*/
            }

            .banner .bannerstaticcontent .button-group .btn:hover .fa,
            .banner .bannerstaticcontent .button-group .btn:focus .fa,
            .banner .bannerstaticcontent .button-group .btn:active .fa {
                /*transform: scale(1);
            margin-right: 5px;
            width: 1.28571429em;*/
            }

.banner .container {
    /*position: relative;*/
}


.bannerstaticcontent {
    vertical-align: middle;
    height: 100%;
    /*height: 100vh;*/
    display: table;
    width: 100%;
    padding: 2rem 0;
}

    .bannerstaticcontent .bannercontentInner {
        display: table-cell;
        /* vertical-align: bottom;*/
    }

        .bannerstaticcontent .bannercontentInner .bannercontentwrap {
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            text-align: center;
        }

            .bannerstaticcontent .bannercontentInner .bannercontentwrap > * {
                margin: 0 auto;
            }

            .bannerstaticcontent .bannercontentInner .bannercontentwrap > .countdown {
                margin: 2rem auto;
            }

    .bannerstaticcontent .owl-carousel .owl-controls .owl-nav > div {
        left: 0;
        right: auto;
    }

    .bannerstaticcontent .owl-carousel .owl-controls .owl-nav > div {
        right: 0;
        left: auto;
    }

    .bannerstaticcontent .social-media {
        padding: 5px;
        font-size: 1.5rem;
    }

.homecarousel {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

    .homecarousel img {
        /*width: auto !important;
        max-width: none !important;*/
    }

@media screen and (max-width: 767px) {

    .bannerstaticcontent .homecarousel img {
        height: 100vh;
    }
}

@media screen and (min-width: 768px) {
    .homecarousel img {
        min-width: 100vw;
    }
}

@media screen and (min-width: 992px) {
    .bannerstaticcontent .bannercontentInner {
        padding-top: 150px;
    }

        .bannerstaticcontent .bannercontentInner .bannercontentwrap {
            width: 100%;
        }
}

.countdown.flipping {
    margin: 0 auto;
    width: 355px;
}

    .countdown.flipping .countdown-container {
        height: 130px;
    }

    .countdown.flipping .time {
        border-radius: 5px;
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
        display: inline-block;
        text-align: center;
        position: relative;
        height: 95px;
        width: 65px;
        margin-right: 5px;
        -webkit-perspective: 479px;
        -moz-perspective: 479px;
        -ms-perspective: 479px;
        -o-perspective: 479px;
        perspective: 479px;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .countdown.flipping .counter {
        background: #202020;
        color: #f8f8f8;
        display: block;
        font-family: 'Oswald', sans-serif;
        font-size: 40px;
        line-height: 2.4em;
        overflow: hidden;
        position: absolute;
        text-align: center;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
        top: 0;
        width: 100%;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-style: flat;
        -moz-transform-style: flat;
        -ms-transform-style: flat;
        -o-transform-style: flat;
        transform-style: flat;
    }

        .countdown.flipping .counter.top {
            border-top: 1px solid rgba(255,255,255,0.2);
            border-bottom: 1px solid rgba(255,255,255,0.1);
            border-radius: 5px 5px 0 0;
            height: 50%;
            -webkit-transform-origin: 50% 100%;
            -moz-transform-origin: 50% 100%;
            -ms-transform-origin: 50% 100%;
            -o-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
        }

        .countdown.flipping .counter.bottom {
            background-image: linear-gradient(rgba(255,255,255,0.1), transparent);
            background-image: -webkit-linear-gradient(rgba(255,255,255,0.1), transparent);
            background-image: -moz-linear-gradient(rgba(255,255,255,0.1), transparent);
            background-image: -ms-linear-gradient(rgba(255,255,255,0.1), transparent);
            background-image: -o-linear-gradient(rgba(255,255,255,0.1), transparent);
            border-top: 1px solid #000;
            border-bottom: 1px solid #000;
            border-radius: 0 0 5px 5px;
            line-height: 0;
            height: 50%;
            top: 50%;
            -webkit-transform-origin: 50% 0;
            -moz-transform-origin: 50% 0;
            -ms-transform-origin: 50% 0;
            -o-transform-origin: 50% 0;
            transform-origin: 50% 0;
        }

        .countdown.flipping .counter.next {
        }

    .countdown.flipping .label {
        font-size: normal;
        margin-top: 5px;
        display: block;
        position: absolute;
        top: 95px;
        color: inherit;
        width: 100%;
    }
    /* Animation start */
    .countdown.flipping .counter.curr.top {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        z-index: 3;
    }

    .countdown.flipping .counter.next.bottom {
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        transform: rotateX(90deg);
        z-index: 2;
    }
    /* Animation end */
    .countdown.flipping .flip .counter.curr.top {
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }

    .countdown.flipping .flip .counter.next.bottom {
        -webkit-transition: all 250ms ease-in-out 250ms;
        -moz-transition: all 250ms ease-in-out 250ms;
        -ms-transition: all 250ms ease-in-out 250ms;
        -o-transition: all 250ms ease-in-out 250ms;
        transition: all 250ms ease-in-out 250ms;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

@media screen and (max-width: 48em) {
    .countdown.flipping {
        width: 100%;
    }

        .countdown.flipping .countdown-container {
            height: 100px;
        }

        .countdown.flipping .time {
            height: 70px;
            width: 48px;
        }

        .countdown.flipping .counter {
            font-size: 1.5em;
            line-height: 70px;
        }

        .countdown.flipping .label {
            font-size: 0.8em;
            top: 72px;
        }
}

.sidebar .widget .widget-title {
    background: #f1584a;
    color: #fff;
}

.sidebar .widget .widget-title {
    margin: 0 0 3px;
    text-align: center;
    padding: 5px 15px;
}

.sidebar .widget ul.custommenu {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar .widget ul.custommenu li a {
        color: #f1584a;
    }

    .sidebar .widget ul.custommenu li:hover a {
        text-decoration: underline;
    }

    .sidebar .widget ul.custommenu li:not(:first-of-type) a {
        box-shadow: 0 -11px 0 -10px rgba(0, 0, 0, 0.14);
    }

.sidebar .widget {
    margin-bottom: 1.5rem;
}

    .sidebar .widget .widget-title {
        margin: 0 0 3px;
        text-align: center;
        padding: 5px 15px;
    }

    .sidebar .widget ul.custommenu {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .sidebar .widget ul.custommenu li a {
            position: relative;
            padding: 10px;
            padding-left: 40px;
            display: block;
        }

            .sidebar .widget ul.custommenu li a:before {
                position: absolute;
                display: block;
                content: '\f105';
                font-family: fontAwesome;
                width: 40px;
                left: 0;
                text-align: center;
            }

        .sidebar .widget ul.custommenu li.downloadagenda a:before {
            content: '\f0ed';
        }

        .sidebar .widget ul.custommenu li.registernow a:before {
            content: '\f007';
        }

        .sidebar .widget ul.custommenu li.contactus a:before {
            content: '\f095';
        }

        .sidebar .widget ul.custommenu li.refer a:before {
            content: '\f075';
        }

        .sidebar .widget ul.custommenu li.packages a:before {
            content: '\f02c';
        }

    .sidebar .widget.countdown-widget .countdown {
        padding: 7px;
    }

        .sidebar .widget.countdown-widget .countdown .nodewrap .node {
            border: 0;
            padding: 0;
        }

    .sidebar .widget .owl-carousel img {
        width: auto;
        display: block;
        margin: 0 auto;
    }

@media screen and (max-width: 767px) {
    .sidebar {
        margin: 1.5rem 0;
    }
}



.affix-wrap {
    max-height: none !important;
}


#header {
    position: static !important;
}

    #header.onhomepage .headerwrap {
        position: fixed;
        top: 0;
        opacity: 0;
        transition: 0.3s all;
        width: 100%;
    }

        #header.onhomepage .headerwrap.affix {
            opacity: 1;
        }

    #header.onhomepage.affix {
        position: absolute;
        top: 100vh;
    }

    #header .navbar-justified .dateVenue {
        color: #29235c;
    }

    #header .navbar-brand img {
        max-height: 100px !important;
        margin: 13px 0 0 0;
    }

    #header #main-menu {
        opacity: 1 !important;
        background: #dee1e4;
    }

        #header #main-menu #menu {
            position: relative;
            top: 100%;
            width: 100%;
            background: #fff;
        }


        #header #main-menu .navbar-toggle i.fa.fa-bars {
            color: #000;
        }

@media screen and (min-width: 768px) {
    #header #menu .navbar-nav > li > a:hover, #header #menu .navbar-nav > li > a:focus {
       background: #2b4656;
    }

    #header #main-menu #menu {
      background: #37b0b6;
      color: #fff;
    }

        #header #main-menu #menu .dropdown-menu > li > a:hover, #header #main-menu #menu .dropdown-menu > li > a:focus, #header #main-menu #menu .open > a, #header #main-menu #menu .open > a:hover, #header #main-menu #menu .open > a:focus {
            background-color: #2b4656;
            color: #f7f7f7;
        }

        #header #main-menu #menu .dropdown-menu {
            background-color: #2b4656;
            color: #000 !important;
        }

            #header #main-menu #menu .dropdown-menu li > a {
                color: #ffffff;
            }
}

@media screen and (max-width:767px) {
    #header .navbar-justified .dateVenue {
        display: none;
    }

    #header #main-menu .navbar-brand {
        text-align: center;
        float: none;
    }


    .bannerLogo img {
        height: auto;
        max-width: 220px;
    }

{
    font-size: 20px !important;
    padding: 15px 0;
}

}

@media screen and (min-width:768px) and (max-width:991px) {
    #header .navbar-justified .dateVenue {
        float: right;
        margin: 10px;
    }

    #header #main-menu .navbar-brand {
        float: left;
    }
}



#section1 {
    background-color: #65338b;
    color: white;
    font-size: 25px;
    text-align: center;
    font-weight: bol;
}

#section2 {
    background-color: #2b4656;
    color: #ffffff;
    padding: 0 0 40px 0;
}

#section3 {background-color: #2b4656;color: white;margin-top: -2rem;padding: 50px 0;}

#section4 {
    background-color: #2b4656;
    color: #ffffff;
    height: 100%;
    background-image: url(/vhost/epcriskmanagementsummit.com/Images/CEUploads/bg-3.jpg);
    background-repeat: no-repeat;
    background-size: 40% 75%;
    background-position: left top;
}

#section5 {
    background-color: #2b4656;
    color: #ffffff;
    height: 100%;
    background-image: url(/vhost/epcriskmanagementsummit.com/Images/CEUploads/bg-3.jpg);
    background-repeat: no-repeat;
    background-size: 40% 100%;
    background-position: right top;
}


#section6 {
    background-color: #2b4656;
    color: #ffffff;
    height: 100%;
    background-image: url(/vhost/epcriskmanagementsummit.com/Images/CEUploads/bg-3.jpg);
    background-repeat: no-repeat;
    background-size: 40% 75%;
    background-position: left bottom;
}

#section7 {
    background-color: #2b4656;

    height: 100%;
        color: #FFF;
    padding: 20px;
 
}

.section-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px 0;
}

.punchline {
    font-size: 25px;
    line-height: 29px;
    text-align: center;
    color: #e1e6e9;
    font-weight: bold;
}

#section2 p {
    color: #fff;
    text-align: justify;
}

div#section9 {
    background: #d09a3e;
}



.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    /* font-size: 3.75rem; */
    line-height: 1.2;
    margin: 20px 0 0;
}

}

.post_info {
    border: 2px solid #000000;
    margin-top: 0px;
    padding: 30px 30px 29px;
    position: relative;
    text-align: left;
    transition: all 0.3s ease-in-out 0s;
}

@media screen and (max-width:991px) {
    .post_info {
        margin-bottom: 15px;
    }
}

.post_info i {
    color: #000000;
    font-size: 50px;
}

.post_info h3 {
    margin-bottom: 12px;
    margin-top: 32px;
}

.post_info:hover {
    background: #36b449 none repeat scroll 0 0;
    border-color: #ffffff;
}

    .post_info:hover i {
        color: #ffffff;
    }

    .post_info:hover h3 a {
        color: #ffffff;
    }

.post_info h3 a:hover {
    color: #444444;
}

.banner .bannerstaticcontent {
    background: url(/vhost/servicequalityexcellencesummit.com/Images/CEUploads/1.jpg);
    /* background-size: cover; */
    padding: 2rem 15px;
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #4b3460;
}

@media screen and (min-width: 992px) {
    .bannerstaticcontent .bannercontentInner {
        padding-top: 0px !important;
    }
}

.bannerstaticcontent .bannercontentInner {
    display: table-cell;
    /*vertical-align: middle !important;*/
    text-align: center;
}

.banner .event-date-location {
    font-size: 30px;
    padding: 15px 0;
    color: #fff;
}


.white {
    color: #fff;
}

.agendaTabs .nav-tabs > li > a {
    border: 1px solid #12a19a;
    border-radius: 0;
    background: #12a19a;
    color: #fff;
}

.agendaTabs .nav > li > a:hover, .agendaTabs .nav > li > a:focus, .agendaTabs .nav-tabs > li.active > a, .agendaTabs .nav-tabs > li.active > a:hover, .agendaTabs .nav-tabs > li.active > a:focus {
    background-color: #29235c;
    border-color: #29235c;
    color: #fff;
}

.agendaTabs .nav-tabs {
    border-bottom: 0;
    padding-bottom: 20px;
}

    .agendaTabs .nav-tabs li {
        float: left;
        margin: 15px;
    }

@media screen and (min-width:992px) {
    .agendaTabs .nav-tabs li:first-child {
        margin-left: 0;
    }
}

#section2 .fa {
    margin-top: 20px;
}

.session-title {
    font-weight: bold;
    font-size: 18px;
}

.italic-session-title {
    font-weight: normal;
    font-style: italic;
}

.agendaContent.tab-content .agenda-subsection-title {
    background: #29235c !important;
}



.sidebar .widget .widget-title {
    background: #f1584a !important;
    margin: 0 !important;
    text-align: center !important;
}

.sidebar .widget ul.custommenu li a {
    color: #29235C !important;
    background: #d5af5a;
    margin-bottom: 3px;
    box-shadow: inset 0 0 0 0 rgb(147, 241, 237) !important;
    transition: 0.8s all ease-in-out;
    -webkit-transition: 0.8s all ease-in-out;
    -moz-transition: 0.8s all ease-in-out;
}

.sidebar .widget ul.custommenu li {
    padding: 2px 8px 0;
}

    .sidebar .widget ul.custommenu li.contactus {
        padding-bottom: 11px;
    }


.sidebar .widget ul.custommenu {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #e64c4a;
}

    .sidebar .widget ul.custommenu li a:hover {
        color: #12a19a !important;
        text-decoration: none !important;
        box-shadow: inset 262px 0 0 0 rgb(147, 241, 237) !important;
    }

@media screen and (min-width:768px) {
    div#right-sidebar {
        margin: 4rem 0;
    }
}


@media screen and (max-width:767px) {
    #header #main-menu #menu {
        padding: 0 15px;
        margin-top: 70px;
    }
}

@media screen and (max-width:991px) {
    #header .navbar-toggle {
        display: block;
    }

    #header #main-menu #menu {
        position: absolute;
    }
}

@media screen and (min-width: 992px) {
    #header #main-menu #menu {
        border-top: 0;
        box-shadow: none;
    }

        #header #main-menu #menu.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }
}

.btn-primary {
    color: #fff;
    background-color: #e64c4a;
    border-color: #e64c4a;
    margin-bottom: 20px;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #12a19a;
        border-color: #12a19a;
    }

.action-btn {
    box-shadow: inset 0 0 0 0 #530463;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    transition: all ease 1s;
    border-color: #f08100;
    background: #fff;
    color: #000;
    margin: 0 .5rem;
    font-weight: bold;
}

    .action-btn:hover {
        box-shadow: inset 200px 100px 0 0 #08080800;
        color: #fff !important;
        border-color: #ffffff;
        background: #fca311;
    }

@media screen and (max-width:767px) {
    .action-btn {
        margin-bottom: 15px;
    }
}

.pricing-regoptionname {
    display: none;
}

.banner .event-date-location span {
    font-size: 24px;
}

.speaker-info .speaker-company, .speaker-info {
    margin-bottom: 10px;
}

    .speaker-info:nth-of-type(2n+1) + .clearfix {
        display: block !important;
    }

    /* Speaker - Flipcard*/

    .speaker-info > * {
        margin: 0;
    }

    .speaker-info .speaker-name {
        font-weight: bold;
    }

.speaker .speaker-img {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
}

    .speaker .speaker-img img {
        transform-style: flat !important;
        width: auto;
        padding:0!important;
    }

.speakers .speakersCarousel .speaker {
    display: block;
    text-align: left;
}

    .speakers .speakersCarousel .speaker .speaker-info > *:not(:first-child) {
        margin: 0.5rem 0 0;
    }

.modal .speaker-info .speaker-name {
    display: none;
}

.speaker-info .social-media a {
    margin: 0.5rem 0 1.5rem 0;
    padding: 0 5px;
}

.speaker-desc {
    margin-bottom: 1.5rem;
}

    .speaker-desc a, .speaker-desc a:hover, .speaker-desc a:focus {
        color: #12a19a;
    }

.speaker-company {
    font-weight: bold;
}

.flipcard .speakersCarousel .speaker-wrap .speaker-info > * {
    text-align: center !important;
}

@media screen and (max-width: 991px) {

    .flipcard .speakersCarousel .speaker-wrap .speaker .speaker-bio {
        display: none;
    }
}

@media screen and (min-width: 992px) {

    .flipcard .speakersCarousel .speaker-wrap .speaker {
        width: 100%;
        width: 237px;
        height: 237px;
        position: relative;
        display: block;
        margin: 0 auto 0;
    }

        .flipcard .speakersCarousel .speaker-wrap .speaker .speaker-bio {
            transform: rotateY( 180deg );
            background: rgba(112, 88, 110, 0.7) none repeat scroll 0 0;
            color: #fff;
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            height: 200px;
            justify-content: center;
            font-size: 3rem;
            font-weight: 700;
            backface-visibility: hidden;
        }

    .flipcard .speakersCarousel .speaker-wrap .speaker-info > * {
        color: #000;
        margin: 0 12px;
    }
}

.flipcard .speakersCarousel .speaker-wrap .speaker-info .speaker-name {
    margin: 0px 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
    padding-top: 30px;
}

.speaker-bio P {
    color: #333;
}





#speakerInfo {
    color: #333;
}

.speaker-company.ng-binding {
    font-weight: bold;
    margin-bottom: 20px;
}



.speaker-info:nth-of-type(2n+1) + .clearfix {
    display: block !important;
}

/* Speaker - Flipcard*/

.speaker-desc [data-toggle="collapse"]::before {
    content: "- Hide";
}

.speaker-desc .collapsed[data-toggle="collapse"]::before {
    content: "+ View";
}

.speaker-info .speaker-name {
    color: #000;
    font-size: 18px;
}

.speaker-info .speaker-company {
    color: #000;
    margin-bottom: 10px;
}

.speaker-info .speaker-designation {
    color: #000;
}

.icon-effect-2 .icon {
    box-shadow: 0 0 0 4px rgba(255,255,255,1);
    overflow: hidden;
    -webkit-transition: background 0.8s, color 0.8s, box-shadow 0.8s;
    -moz-transition: background 0.8s, color 0.8s, box-shadow 0.8s;
    transition: background 0.8s, color 0.8s, box-shadow 0.8s;
    border-radius: 50%;
    padding: 20px;
    font-size: 60px !important;
    width: 100px;
    height: 100px;
}



.icon-effect-2:hover .icon {
    background: rgba(255,255,255,1);
    color: rgb(41, 35, 92);
    box-shadow: 0 0 0 8px rgba(255,255,255,0.3);
}

.sidebar .widget ul.custommenu li a:hover:before {
    -webkit-animation: spinAround 1s linear infinite;
    -moz-animation: spinAround 1s linear infinite;
    animation: spinAround 1s linear infinite;
}


@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes spinAround {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*#jSplash .selected h1
{
opacity:0;
}
#jSplash .selected  {
    background-image: url("/vhost/pharmamarketing-india.com/Images/CEUploads/Loading_icon.gif");
background-position: center;
     height: 250px;
    width: 281px;


}*/


#section8 {
    background-color: #ffffff;
    /* margin: 20px 0; */
    padding: 20px 0 20PX 0;
}

footer {
    background: #2b4656 !important;
    color: #ffffff !important;
    padding: 4rem 0 2rem 0;
    position: relative;
    z-index: 2;

}



p.speaker-company.ng-binding {
    color: #d5af5a !important;
}

.social-media {
    display: none;
}


.partner-url {
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.partner-description {
    text-align: justify;
}

.sponsor {
    display: inline;
    margin: 20px;
}

p.speaker-designation.ng-binding {
    color: #000;
}

#speaker-page .speaker-info .speaker-name {
    color: #e64c4a;
}

.presentation {
    color: #e64c4a !important;
}




.sidebar .widget .widget-title {
    background: #f1584a;
    color: #fff;
}

.sidebar .widget .widget-title {
    margin: 0 0 3px;
    text-align: center;
    padding: 5px 15px;
}

.sidebar .widget ul.custommenu {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar .widget ul.custommenu li a {
        color: #f1584a;
    }

    .sidebar .widget ul.custommenu li:hover a {
        text-decoration: underline;
    }

    .sidebar .widget ul.custommenu li:not(:first-of-type) a {
        box-shadow: 0 -11px 0 -10px rgba(0, 0, 0, 0.14);
    }

.sidebar .widget {
    margin-bottom: 1.5rem;
}

    .sidebar .widget .widget-title {
        margin: 0 0 3px;
        text-align: center;
        padding: 5px 15px;
    }

    .sidebar .widget ul.custommenu {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .sidebar .widget ul.custommenu li a {
            position: relative;
            padding: 10px;
            padding-left: 40px;
            display: block;
        }

            .sidebar .widget ul.custommenu li a:before {
                position: absolute;
                display: block;
                content: '\f105';
                font-family: fontAwesome;
                width: 40px;
                left: 0;
                text-align: center;
            }

        .sidebar .widget ul.custommenu li.downloadagenda a:before {
            content: '\f0ed';
        }

        .sidebar .widget ul.custommenu li.registernow a:before {
            content: '\f007';
        }

        .sidebar .widget ul.custommenu li.contactus a:before {
            content: '\f095';
        }

        .sidebar .widget ul.custommenu li.refer a:before {
            content: '\f075';
        }

        .sidebar .widget ul.custommenu li.packages a:before {
            content: '\f02c';
        }

    .sidebar .widget.countdown-widget .countdown {
        padding: 7px;
    }

        .sidebar .widget.countdown-widget .countdown .nodewrap .node {
            border: 0;
            padding: 0;
        }

    .sidebar .widget .owl-carousel img {
        width: auto;
        display: block;
        margin: 0 auto;
    }

@media screen and (max-width: 767px) {
    .sidebar {
        margin: 1.5rem 0;
    }
}


/*Register now page*/

#register .details-box-wrap {
    margin: 30px 0;
    border: 1px solid #000;
    padding: 15px;
}

#register .details-box {
    margin: 30px 0;
    border: 1px solid #000;
}

#register .delegate-price-wrap {
    border-bottom: 1px solid #ccc;
    padding: 0 15px;
}

#register .delegate-price-box {
    /* margin-bottom: 15px; */
    padding: 15px;
    background: #f5f5f5;
}

    #register .delegate-price-box + .delegate-price-box {
        border-top: 1px dashed #aaa;
    }

    #register .delegate-price-box .delegate-details {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

        #register .delegate-price-box .delegate-details .name {
            width: 50px;
            height: 50px;
            background: #333;
            line-height: 50px;
            text-align: center;
            border-radius: 50%;
            color: #fff;
            font-weight: bold;
            margin: 0;
            margin-right: 15px;
        }
/*@media screen and (min-width:768px)
{
    #register .delegate-price-box .delegate-details {
    float: left;

}

#register .delegate-price-box .pricing-details
{
        display:block;
    margin-left:100px;
}
}*/

#register .total-amount-wrap {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 7px 0;
    margin-top: 30px;
}

    #register .total-amount-wrap p {
        margin: 0;
        font-weight: bold;
    }

#register .confrm-text {
    font-size: 14px;
}

@media screen and (min-width:992px) {
    #register .total-amount-wrap {
        margin-top: 30px;
    }
}

#register .delegate-price-box .pricing-details p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1rem;
}

#register .grand-total-wrap, #register .final-total-wrap {
    border-bottom: 1px solid #ccc;
    padding: 7px 15px;
}

    #register .grand-total-wrap p, #register .discount-wrap p, #register .final-total-wrap p {
        margin: 0;
        font-weight: bold;
        font-size: 14px;
        line-height: 1rem;
    }

#register .discount-wrap {
    border-bottom: 1px solid #ccc;
    padding: 7px 15px;
}


#register .group-discount-wrap {
    margin-bottom: 30px;
}

    #register .group-discount-wrap .discount-box {
        margin: 15px 0;
    }

    #register .group-discount-wrap p.off {
        width: 75px;
        height: 74px;
        line-height: 22px;
        text-align: center;
        background: #1e9095;
        border-radius: 50%;
        padding: 13px;
        float: left;
        clear: left;
        border: 4px solid #fff;
        color: #fff;
    }

        #register .group-discount-wrap p.off > span {
            font-size: 22px;
            font-weight: bold;
        }

    #register .group-discount-wrap .off-text {
        display: block;
        margin-left: 50px;
        background: #333;
        padding: 9px 7px 7px 38px;
        min-height: 74px;
        color: #fff;
    }



/*---Pricing----*/

/*Pricing page*/
.nav-tabs {
    border-bottom: 0;
    background-color: #fff;
    margin-bottom: 20px;
    margin-top: 35px;
    padding-bottom: 1px;
    margin-left: 0;
}

    .nav-tabs > li > a {
        border-radius: 0;
        font-size: 16px;
        font-weight: 700;
        color: #4b3460;
        border: 2px solid #4b3460;
        text-align: center;
        border-radius: 25px;
    }

    .nav-tabs > li:first-child {
        margin-right: 20px;
    }

@media screen and (max-width:767px) {
    .nav-tabs > li:first-child {
        margin-bottom: 20px;
    }
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a:hover {
    border: 2px solid #2b4656;
    background-color: #2b4656;
    color: #ffffff;
}

.nav-tabs > li > a:hover {
    cursor: pointer;
}

.pricing-wrap .package-wrap {
    background: #fff;
    padding: 20px;
    text-align: center;
    margin: 20px 0;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.25);
    border: 1px solid #eee;
    border-top: 5px solid #f08100;
}

    .pricing-wrap .package-wrap h4 {
        border-bottom: 2px solid #f08100;
        padding-bottom: 7px;
        margin-top: 0;
        color: #000000;
    }

.pricing-wrap .old-price {
    text-decoration: line-through;
}

.pricing-wrap .new-price {
    font-weight: bold;
    background: #efefef;
    padding: 9px;
    color: #333;
}

.pricing-wrap .btn {
    width: 100%;
}


.pricing-wrap .tab-content ul {
    padding: 0;
    text-align: left !important;
    padding: 20px;
    list-style: none;
    margin: 0 0 15px 15px;
}

.pricing-wrap .nav-tabs li {
    min-width: 267px;
}

.pricing-wrap .tab-content ul li {
    position: relative;
    margin-left: 3px;
}

    .pricing-wrap .tab-content ul li:before {
        position: absolute;
        content: '\f00c';
        font-family: fontAwesome;
        top: 0;
        left: -22px;
    }

.pricing-wrap .tab-content .group-discount-wrap {
    margin: 20px 0;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.25);
    box-shadow: 0 0 10px 2px rgba(0,0,0,.25);
}

    .pricing-wrap .tab-content .group-discount-wrap h4 {
        background: #1e9095;
        padding: 20px;
        margin: 0;
        color: #fff;
    }

@media screen and (min-width: 768px) {
    .pricing-wrap .package-box {
        display: flex;
        display: -webkit-flex;
    }

    .pricing-wrap .package-wrap {
        margin-right: 25px;
    }

        .pricing-wrap .package-wrap:last-child {
            margin-right: 0;
        }
}

.modal-content {
    margin: auto;
}

.btn {
    color: #fff;
    background-color: #2b4656;
    /* border-color: #ffffff; */
    border-radius: 85px !IMPORTANT;
    padding: 10px 32px;
    text-transform: uppercase;
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    margin: 10px;
}

.partner-title {
    color: #000;
    background: #efefef;
    padding: 5px 10px;
    font-size: 16px;
}

.partner-url {
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
    text-align: left;
    color: #f00;
}

.social .fa {
    font-size: 24px;
    margin: 0 10px;
}

.attend .fa-li {
    font-size: 35px;
}

.attend ul li {
    min-height: 70px;
    padding-top: 8px;
}

/*---Speakers Page*/

/*Speaker section*/

#speakers {
}

.speaker-wrap .item {
    max-width: 250px;
}

.speakers .speaker-wrap .item {
    position: relative;
    overflow: hidden;
    transition: all .25s ease-in-out;
    color: #fff;
    margin: 0 auto 40px;
}

.speakers .owl-stage, .speakers .owl-item, .speakers .speaker-wrap, .speakers .speaker-wrap .item, .speakers .speaker-wrap .speaker-details-wrap {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

#speakers.speakers .speaker-wrap {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.speakers .speaker-wrap .item {
    flex-flow: column;
}

    .speakers .speaker-wrap .item .speaker-details-wrap, .speakers .speaker-wrap .item .speaker-details-wrap .info-box {
        width: 100%;
        flex: auto;
    }

.speakers .speaker-details-wrap {
    background: #fff;
    border: 1px solid #efefef;
    width: 100%;
    padding: 15px;
}

.info-box .speaker-name {
    line-height: 2.5rem;
    margin: 0;
    color: #7d2b87;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
}

.info-box .speaker-designation {
    color: #7d2b87;
    margin: 0;
    line-height: 1.5rem;
    text-align: left;
}

.info-box .speaker-company-name {
    color: #c4264d;
    font-weight: bold;
    line-height: 1.5rem;
    text-align: left;
    padding-top: 6px;
}

@media screen and (min-width:992px) {


    .speakers .speaker-details-wrap .social {
        position: absolute;
        width: 100%;
        height: 100%;
        top: -75px;
        left: 0;
        background-color: rgba(5,7,9,.7);
        padding: 10px 34px 50px;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        transition: all .5s cubic-bezier(.18,.89,.32,1.28);
        opacity: 0;
        text-align: center;
        margin: 0 auto;
    }

    .speakers .speaker-wrap .item:hover .speaker-details-wrap .social {
        top: 0;
        padding-top: 75px;
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }



    .speakers .speaker-wrap .item .speaker-details-wrap .social li {
        display: inline-block;
        margin-right: 12px;
        margin-bottom: 10px;
    }

        .speakers .speaker-wrap .item .speaker-details-wrap .social li > a {
            display: block;
            width: 40px;
            height: 40px;
            border: 1px solid #ddd;
            text-align: center;
            color: #fff;
            font-size: 14px;
            font-size: 1em;
            line-height: 40px;
            transition: 0.5s all ease-in-out;
            -webkit-transition: 0.5s all ease-in-out;
            -moz-transition: 0.5s all ease-in-out;
        }

            .speakers .speaker-wrap .item .speaker-details-wrap .social li > a:hover {
                background: #6a0c35;
                border-color: #6a0c35;
                color: #fff;
            }
}

@media screen and (max-width:991px) {
    .speakers .speaker-wrap .item .speaker-details-wrap .social {
        list-style: none;
        padding: 0;
        margin: 1rem 0;
    }

        .speakers .speaker-wrap .item .speaker-details-wrap .social li {
            display: inline-block;
            margin-right: 10px;
        }

            .speakers .speaker-wrap .item .speaker-details-wrap .social li a {
                width: 24px;
                height: 24px;
                line-height: 24px;
                background: #fff;
                border: 1px solid #fd367e;
                display: block;
                text-align: center;
                font-size: 12px;
                color: #fd367e;
            }
}


.partner-logo {
    text-align: center;
}


.event-partner-wrap .owl-carousel.owl-loaded {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

h4.widget-title {
    background: #58585a;
    color: #ffffff;
    text-align: center;
    padding: 5px;
}

.partner-img {
    margin: 10px 0;
}

.item.active img {
    margin: 10px auto;
    display: block;
}

i.fa.fa-file-pdf-o {
    color: #6a0c35;
}

.fa-circle {
    font-size: 8px;
    margin: 6px -5px;
}


.testi {
    border: 2px solid #6a0c35;
    padding-top: 20px;
    min-height: 280px;
    background: #ebba68;
}

.owl-nav {
    display: none;
}

blockquote {
    border-left: 0px solid #eee;
}

.testico {
    color: #6a0c35;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

    .item blockquote p:before {
        content: "\f10d";
        font-family: 'Fontawesome';
        float: left;
        margin-right: 10px;
    }

    .item blockquote p:after {
        content: "\f10e";
        font-family: 'Fontawesome';
        float: right;
        margin-right: 10px;
    }

.punchline.text-center {
    font-size: 18px;
    color: #000000;
    line-height: 36px;
}

.gallery .photo-item {
    width: 25%;
    float: left;
    padding: 0 13px 13px 0;
    overflow: hidden;
    position: relative;
}

    .gallery .photo-item:after, .gallery .photo-item:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: #fff;
        transition: all .5s ease-in-out;
        z-index: 1;
    }

    .gallery .photo-item:before {
        height: 0;
        width: 1px;
        margin-top: -20px;
    }

    .gallery .photo-item:after {
        width: 0;
        height: 1px;
        margin-left: -20px;
    }

    .gallery .photo-item:hover:before {
        height: 40px;
    }

    .gallery .photo-item:hover:after {
        width: 40px;
    }

    .gallery .photo-item > a {
        display: block;
        width: 100%;
        height: 100%;
        background-color: #000;
        position: relative;
        overflow: hidden;
    }

        .gallery .photo-item > a:after, .gallery .photo-item > a:before {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            z-index: 1;
            opacity: 0;
            transition: all .5s ease-in-out;
        }

        .gallery .photo-item > a:before {
            border-top: 1px solid #fff;
            border-left: 1px solid #fff;
            top: 14px;
            left: 14px;
        }

        .gallery .photo-item > a:after {
            border-bottom: 1px solid #fff;
            border-right: 1px solid #fff;
            bottom: 14px;
            right: 14px;
        }

        .gallery .photo-item > a > img {
            width: 100%;
            height: auto;
            opacity: 1;
            transition: all .25s ease-in-out;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }



    .gallery .photo-item:hover > a:after, .gallery .photo-item:hover > a:before {
        width: 40%;
        height: 40%;
        opacity: 1;
    }

    .gallery .photo-item:hover > a > img {
        opacity: .3;
    }

.testimonial-details {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
}

.testi-name {
    font-weight: 600;
    padding-top: 5px;
}

.testimonial {
    font-style: italic;
}

.testi-company {
    color: #f1584a;
}

.testimonial-img {
    display: none;
}

a.Upcoming {
    background: #ffffff;
    color: #000;
    padding: 6px 24px;
    border-radius: 41px;
    font-size: 13px;
}

.brochure-box {
    width: 25%;
}


.brochure-text-box {
color: #4b3460;
    font-size: 18px;
    font-weight: 600;
}

.psr {
    text-align: left;
    padding: 0px 30px;
    /* border: 1px solid #4b3460; */
}

    .psr img {
        border: 2px solid #75489e;
        padding: 2px;
    }


.text-red {
    color: #4b3460;
    font-weight: bold;
}

.blink-hard {
    animation: blinker 1s step-end infinite;
}

.blink-soft {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    20% {
        opacity: 0;
    }
}

.edition {
    background: #b6b7b9;
    text-align: left;
    padding: 10px 20px;
    border: 1px solid #4b3460;
    text-align: center;
}

.partner-type {
    background: #dbdbdb;
    padding: 5px 10px;
    color: #000;
}

.managerpic {
border: 2px solid #4b346000;
    width: 75px;
    padding-top: 0px;
    box-shadow: -9px -9px 0px 0px rgb(243 229 255);
    margin: 14px 0 0 10px;
    float: left;
}

    .managerpic img {
        /* padding: 6px 27px 20px 0; */
    }

.managerinfo {
    margin-bottom: 2rem;
    display: block;
    margin-left: 100px;
    font-size: 15px;
    text-align: left;
}


.contactus {
margin-bottom: 50px;
}

@media screen and (max-width:767px) {
    .punchline.text-center {
        display: none;
    }

    #header #main-menu .navbar-toggle i.fa.fa-bars {
        color: #000000;
        border: 1px solid #000000;
        /* width: 32px; */
        padding: 6px 8px;
    }

    .navbar-toggle {
        padding: 9px 2px;
        margin-top: -72px !important;
    }

    #header.onhomepage .headerwrap.affix {
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    }

    div#footer {
        font-size: 12px;
    }

    #header #main-menu .navbar-brand {
        text-align: left;
    }
}


.Virtual-Text {
    background-color: #12121294;
    padding: 15px;
}


#PresentationLogin h3 {
    display: none;
}

#PresentationLogin h3 {
    display: none;
}

.keynote-scroll {
    overflow: auto;
    height: 225px;
    margin-bottom: 50px;
}

.countdown-box {border: 15px solid #2b4656;background: #f6921e14;padding: 15px 10px;color: #3d3d3d;margin-top: 1.4rem;margin-bottom: 1rem;}

h1#headline {
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

#countdown li {
    display: inline-block;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    font-size: 1rem;
}

    #countdown li span {
        display: block;
        font-size: 4rem;
    }

div#countdown ul {
    padding-inline-start: 0;
}

.speaker-info {
    margin-bottom: 60px;
    width: 237px;
    height: 170px;
    background: #fff;
    color: #000;
}

a.speaker-bio {
    padding: 3px 8px;
    color: #ffffff !important;
    margin: 0 !important;
    padding-bottom: 3px;
    background-image: linear-gradient(to right, #653d98, #cf364b);
    position: absolute;
    margin-top: -13px !important;
    border-radius: 0 50px 50px 0;
}


h2.text-center {
    /* COLOR: #00b1de; */
    font-family: 'Montserrat', sans-serif;
}

.container.home-partners {
    background: #fff;
    padding: 20px;
    /* border-radius: 18px; */
}

.border-left {
    /* border-left: 6px solid #fff; */
    margin: 10px 0 0 4px;
}

.top-space li {
    margin-top: 10px;
    margin-left: -13px !important;
    list-style: disc;
}

#menu {
    top: 20px !important;
}

@media (min-width: 790px) and (max-width: 991.98px) {
    #header .container {
        width: 100%;
        min-width: 0;
    }

    #menu {
        top: 120px !important;
    }

    .punchline {
        width: 84%;
    }

    #header #main-menu .navbar-brand {
        width: 20%;
    }

    .punchline.text-center {
        line-height: 90px;
    }

    .punchline.text-center {
        font-size: 16px;
    }

    #header .navbar-justified .dateVenue {
        width: 14%;
        float: right;
        margin: 0 15px;
        margin-top: -70px;
    }
}

.navbar-toggle {
    margin-top: 0;
    margin-bottom: 0px;
}

@media (min-width: 576px) and (max-width: 790.98px) {
    .punchline.text-center {
        line-height: 26px;
        margin-top: 22px;
    }

    #header .navbar-justified .dateVenue {
        width: 14%;
        float: right;
        margin: 0 15px;
        margin-top: -50px;
    }
}

@media (max-width: 767.98px) {
    #header .container {
        width: 100%;
        min-width: 0;
    }

    #header .navbar-brand img {
        max-height: 75px !important;
        margin: 10px 0;
    }
}

@media (min-width: 992px) {
    .order-1 {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .order-2 {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .pricing-wrap .package-box {
        float: left;
    }
}

.action-tabs.banner-tab btn {
    background: #fff !important;
}

.action-tabs.banner-tab .action-btn:hover {
    box-shadow: inset 200px 100px 0 0 #08080800;
    color: #fff !important;
    border-color: #ffffff;
    background: none !important;
}

#speakers, #partners {
    margin-bottom: 50px;
}

.margin-bottom, .pricing {
    margin-bottom: 50px;
}

.padding-bottom {
    margin-bottom: 24rem;
}


.action-tabs.banner-tab a {
    color: #000;
    background: #fff;
    cursor: pointer;

}

.partner-logo img {
    padding-top: 20px;
}

@media (max-width: 991.98px) {
    .speaker .speaker-img {
        margin: -7px auto;
    }
}

@media (max-width: 767.98px) {
    .speaker-info {
        width: 250px;
    }

    .flipcard .speakersCarousel .speaker-wrap .speaker-info > * {
        margin: 0 15px;
    }

    .countdown-box {
        margin-top: 2rem;
        width: 100%;
        margin-left: 0;
    }
}

.speakers {
    padding-bottom: 3rem;
}

#section3 h2 {
    /* margin-bottom: 3rem !important; */
}


@media (min-width: 992px) and (max-width: 1199.98px) {

    #countdown li span {
        font-size: 3.5rem;
    }

    .countdown-box {
        padding: 30px 10px;
    }

    h1#headline {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .countdown-box {
        padding-bottom: 2rem;
        margin-top: 26rem;
        width: 67%;
        margin-left: -15px;
    }
}
.border-left strong {
    margin-left: 10px;
    display: -webkit-inline-box;
}

@media (min-width: 768px) and (max-width: 991.98px) {
.banner .bannerLogo img {
    height: auto;
    max-width: 277px;
}
}

@media (min-width: 992px) { 
.download-brochure-wrap.row {
    float: left;
}
}
.download-brochure-wrap {
    margin-bottom: 1rem;
}
.margin-bottom{
   margin-bottom: 50px;

}

@media (min-width: 768px) and (max-width: 991.98px) {
.page-header {
    margin: 0 0 20px;
    }
}

@media (max-width: 459.98px) { 
.page-header {
    font-size: 30px;
    }
}

@media (max-width: 575.98px) {
.brochure-box {
    width: 100%;
}
.download-brochure-wrap{
    text-align: center;
}
.brochure-text-box {
    margin-top: 15px;
}
}

@media (max-width: 767.98px) {
.bannerstaticcontent .bannercontentInner .bannercontentwrap {
    top: 56%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
.banner .bannerLogo img {
    width: 32%;
}
}


@media (min-width: 1200px) {
.banner .bannerstaticcontent{
        padding: 0;
}

.bannerstaticcontent {
    display: block;
    padding: 0;
}

.social-top.text-right {
    width: 100%;

    position: absolute;
    top: 15px;
    left: -30px;
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
  background-size: 3px 3px;

}
}



audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
    display: inline-block;
    vertical-align: baseline;
    width: 100vw !important;
}


 /* slideshow container */
.slideshow-container {
  position: relative;
  width: 60%;
  margin: 0 auto;
}

/* Slides */
.mySlides {
  display: none;
  padding: 2rem 5rem 0 5rem;
  text-align: center;
}

.mySlidesContainer {
    min-height: 5rem;
    padding: 1rem 2.5rem 2rem 3.5rem;
    background: #e7f5ff;
    border-radius: 10px;
    margin-bottom: 10px;
        color: #2b4656;
}

/* next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 55%;
  width: auto;
  margin-top: -1.875rem;
  padding: 1rem;
  color: #fcd305;
  font-weight: bold;
  font-size: 3rem;
  border-radius: 3px;
  user-select: none;
  transition: 0.4s;
}

/* position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px;
}

/* on hover, add a black bg color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: #000; /* fallback color */
  background-color: transparent;
  color: #e84e41;
  text-decoration: none;
}

/* the dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 0 1.25rem;
}

/* the dots/bullets/indicators */
.dot {
  height: 0.9375rem;
  width: 0.9375rem;
  margin: 0 2px;
  background-color: #fcd305;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.4s ease;
}

/* add bg color to the active dot/circle */
.active {
  /* background-color: #64244a; */
}

.quote-test{font-size:18px;}



.flipcard .active {
    background-color: transparent!important;
}


@media (min-width: 1200px) {
.banner .bannerstaticcontent{
        padding: 0;
}

.bannerstaticcontent {
    display: block;
    padding: 0;
}

.social-top.text-right {
    width: 100%;

    position: absolute;
    top: 15px;
    left: -30px;
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
  background-size: 3px 3px;

}
}
h4.co-author {
    font-size: 24px;
    color: #37b0b7;
     line-height: 24px !important;
}

h4.author {
    font-size: 24px;
    padding: 0px !important;
    font-weight: normal;
    color: #8f7801;
}

.mySlidesContainer p {
    font-size: 24px;
    line-height: 28px;
}
span.quote-test {
    font-size: 60px;
}

.partner01-url {
    margin-bottom: 10px;

    padding-bottom: 10px;
    text-align: left;
    color: #f00;
}

h3.author {
    line-height: 12px;
}






















