@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed&display=swap');

/*
Theme Name: Unlock Events Layout
Author: Shashank Agarwal
Version: 1.0
*/


/* ==================================================
   Basic Styles
================================================== */
html {
    font-size: 14px;
}

body {
    color: #444;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    line-height: 22px;
    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: 'Comfortaa', sans-serif;
    font-weight: 700;
    line-height: 1.5;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2rem;
}


.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;
}
.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;
}

.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: #000000;
    color: #e5a923;
    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: auto;
    }

    #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: 68%;
            padding: 0 15px;
        }
        #header #main-menu .navbar-justified .dateVenue {
            width: 12%;
            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: #026092;
    }

        #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;*/
    }

    .banner .event-date-location {
        /*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;
    }


        .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: relative;
        }

            .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: 50%;
        }
}

.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: #454446;
}

#header .navbar-brand img {
    max-height: 100px !important;
    margin: 10px 0;
}

#header #main-menu {
    opacity: 1 !important;
    background: #eae6fd;
    border-top: 6px solid #7f7774;
}

    #header #main-menu #menu {
        position: relative;
        top: 100%;
        width: 100%;
        background: #fff;
    }


    #header #main-menu .navbar-toggle i.fa.fa-bars {
    color:#29235c;
}

@media screen and (min-width: 768px) {
    #header #menu .navbar-nav > li > a:hover, #header #menu .navbar-nav > li > a:focus {
       background: #87898c;
       color: #fff;
    }

    #header #main-menu #menu {
        background: #0d6cb7 !important;
        color: #ffffff;
    }

        #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: #414042;
        }

        #header #main-menu #menu .dropdown-menu {
            background-color: #414042;
        }

            #header #main-menu #menu .dropdown-menu li > a {
                color: #fff;
            }
}

@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;
}
.banner .event-date-location {
    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 0;
    }

    #header #main-menu .navbar-brand {

        float: left;
    }
}

#intro {
    background-color: #eae6fd;
    color: #26264b;
    padding: 0px 0;
    background-image: url(/vhost/assetintegritysummit.com/Images/CEUploads/bg/shadow.png);
    background-repeat: no-repeat;
    background-position: center top;
     /*box-shadow: 0 7px 6px #d5d1d1 inset;*/
}

#section1 {
    background-color: #001d23;
    color: #fff;
    font-size: 28px;
    text-align: center;
    color: #ffffff;
    line-height: 36px;
}

#section2 {
    background-color: #eae6fd;
    color: #000000;
    /* box-shadow: 0 -7px 6px #d5d1d1 inset; */
}

#section3 {
    background-color: #eae6fd;
    color: #000000;
    /* box-shadow: 0 -7px 6px #d5d1d1 inset; */
}

#section4 {
    background: #29235c url("vhost/innogensummitindia.com/Images/CEUploads/bg2.jpg") repeat fixed center center / cover;
    color: #12a19a;
    font-size: 25px;
    text-align: center;
    padding: 20px 0;
    position: relative;
    line-height:29px;
}

#section5 {
    background-color: #ffffff;
    color: #000000;
    /* box-shadow: 0 -7px 6px #d5d1d1 inset; */
}

.section-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px 0;
}

.punchline {
    font-size: 19px;
    line-height: 29px;
    text-align: center;
    color: #000000;
    font-weight: bold;
}

#section2 p {
    color: #414042 !important;
    text-align: justify;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
    margin-top: 0px;
}

.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/rndesignleadersummit.com/Images/CEUploads/top.jpg);
    background-size: cover;
padding:2rem 15px;
 background-position: left;
}

@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: #000000;
}


.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 {

    font: 100px/1 FontAwesome;
    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;
}
}
@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: #434244;
    border-color:#434244;
}

.action-btn {
    box-shadow: inset 0 0 0 0 #434244;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    transition: all ease 1s;
    border-color: #e64c4a;
    background: #e64c4a;
    color: #fff;
  margin:0 .5rem ;
  font-weight:bold;
}
.action-btn:hover {
    box-shadow: inset 200px 100px 0 0 #434244;
    color: #fff;
    border-color: #001d23;
}

@media screen and (max-width:767px)
{
.action-btn
{
margin-bottom:15px;
}
}

.pricing-regoptionname{display:none}

.banner .event-date-location span
{font-size: 24px;line-height: 48px;}
.speaker-info .speaker-company, .speaker-info{

    margin-bottom: 10px;
}
.speaker-info:nth-of-type(2n+1) + .clearfix {
    display: block !important;
}

.speaker-image-wrap, .speaker-info {
    margin-bottom: 30px;
}


/* Speaker - Flipcard*/

.speaker-info > * {
    margin: 0;
}
.speaker-info .speaker-name {
    font-weight: bold;
}
.speaker .speaker-img {
    border-radius: 15%;
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
}
.speaker .speaker-img img {
    transform-style: flat !important;
    width: auto;
}
.speakers .speakersCarousel .speaker {
    display: block;
    text-align: center;
}
.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 {
        perspective: 800px;
        position: relative;
        padding: 2px 0;
    }

        .flipcard .speakersCarousel .speaker-wrap .speaker {
            width: 100%;
            width: 200px;
            height: 200px;
            position: relative;
            display: block;
            transform-style: preserve-3d;
            transition: transform 1s;
            margin: 0 auto 15px;
        }

            .flipcard .speakersCarousel .speaker-wrap .speaker > div {
                margin: 0;
                display: block;
                position: absolute;
                width: 100%;
                height: 100%;
                    /* background: #525150; */
    border-bottom: 3px solid #e08e79;
    border-right: 3px solid #e08e79;
            }


            .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: 15%;
                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 > * {
            margin: 0 15px;
        }

        .flipcard .speakersCarousel .speaker-wrap .speaker-info .speaker-name {
            margin: 0 15px;
            font-size: 1.4rem;
            font-weight: bold;
        }


        .flipcard .speakersCarousel .speaker-wrap:hover .speaker {
            transform: rotateY( 180deg );
        }
}

.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:#414042;
    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: #fff;
    margin: 20px 0;
    padding: 50px 0 20px 0;
}

footer {
    background: #2b2b2b !important;
    color: #fff !important;
    padding: 3rem 0 1rem 0;
    position: relative;
    z-index: 2;
    /* margin-top: 20px; */
    /* border-top: 8px solid #7f7774; */
}



p.speaker-company.ng-binding {
    color: #d5af5a !important;
}

.social-media {
    display: none;
}

.col-xs-12.partner-title {
    font-size: 21px;
    font-weight: bold;
}
.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: 10px;
    margin-top: 20px;
    padding-bottom: 1px;
    margin-left: 0;
}

.nav-tabs > li > a {
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    color: #d166a7;
    border: 2px solid #d166a7;
    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 #3d87c2;
     background-color: #3d87c2;
     color: #fff;
}

.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 #d166a7;
}

.pricing-wrap .package-wrap h4 {
    border-bottom: 2px solid #29235c;
    padding-bottom: 7px;
    margin-top: 0;
    color: #29235c;
}

.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 {
        width: 100%;
        margin-right: 25px
    }

    .pricing-wrap .package-wrap:last-child {
        margin-right: 0
    }
}

.modal-content {
    
    margin: auto;
}

.btn {
    color: #fff !important;
    background-color: #001d23;
    border-color: #001d23;
    border-radius: 0;
    padding: 10px 14px;
    text-transform: uppercase;
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    margin-bottom:1rem;
}

.partner-title {
    color: #000;
    /* background: #ccc; */
    padding: 5px 10px;
    font-size: 21px;
    border-bottom: 1px solid #ccc;
}

.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: 21px;
    padding-top: 8px;
}
.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;
            min-width: 227px;
            }

    .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: #0d6cb7;
    font-weight: bold;
    font-size: 21px;
    text-align: left;
}

.info-box .speaker-designation {
    color: #333;
    margin: 0;
    line-height: 2rem;
    text-align: left;
}

.info-box .speaker-company-name {
    color: #d0870c;
    font-weight: bold;
    line-height: 2.5rem;
    text-align: left;
    line-height: 23px;
}

@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;
    margin: 10px 0;
}


.event-partner-wrap .owl-carousel.owl-loaded {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
h2.page-header.title {
    color: #484747 !important;
}

.widget-title {
    margin-top: 20px;
    background: #ccc;
    text-align: center;
    color: #000;
    padding: 5px;
}


.partner-img {
    margin: 15px 0;
}


.item.active img {
    width: auto;
    margin: 0 auto;
    display: block;
}

p.speaker-company {
    color: #e39717 !important;
  
}


p.speaker-designation {
    color: #5f5d5b !important;
  
}

.footer_text {
    text-align: left;
}

a.Upcoming {
    background: #ed6c00;
    color: #fff;
    padding: 7px 20px;
    border-radius: 6px;
    font-size: 13px;
}

.Tellafriend {
    text-align: center;
    background: #444345;
    color: #fff;
    padding: 2px 0;
    font-size: 21px;
   
}



.traker {
    padding: 10px 46px;
    /* border: 1px solid #f00; */
    /* margin: 20px; */
}

@media screen and (max-width: 991px)
.flipcard .speakersCarousel .speaker-wrap .speaker .speaker-bio {
 
    display: block;
    border: 1px solid #ffca04;
    padding: 5px;
    margin: 5px auto;
    width: 93px;
}
.gallery .photo-item {
    width: 20%;
    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;}
#section9 {
    background: #fff;
    color: #000;
    padding: 40px 10px;
    /* box-shadow: 0 -7px 6px #d5d1d1 inset; */
}

.testi {
    border: 2px solid #4a4949;
    padding-top: 15px;
    min-height: 371px;
    background: #333333;
}

.owl-nav {
    display: none;
}
blockquote {
    
    border-left: 0px solid #eee;
}
.testico {
    color: #ffffff;
}

.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;
}











.logo-header {
    padding: 10px;
    width: 18%;
    /* margin: 18px; */
}


.dateVenue.text-center {
    width: 80%;
    text-align: center;
}
.psr {
    float: right;
        margin: 6px 0 30px 30px;
    padding: 3px;
    border: 1px solid #3e2e0c;
}

.partner-type {
    background-color: #e4e4e4;
    padding: 5px;
}


.home .gallery .photo-item {
    width: 10%;
    
}

.contactus {
    margin-top: 50px;
}
.managerpic {
    float: left;
    width: 100px;
}

.managerinfo {
    margin-bottom: 2rem;
    display: block;
    margin-left: 100px;
}

.managerpic img {
    border: 3px solid #3e3433;
}

@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: -113px;
}

#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;
}
a.Upcoming {

    display: none;
}
#header .navbar-brand img {
    max-height: 46px !important;
    margin: 10px 0;
}
#header #main-menu .navbar-brand {
    text-align: left;

}

}
.section-wrapper h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 40px;
    line-height: 1.8;
    color: #001d23;
}

.gallery img {
    border: 2px solid #e08e79;
}

em.fa.fa-li.fa-angle-double-right {
    color: #e08e79;
}


.managerpic {
    width: 75px;
    padding-top: 0px;
    box-shadow: -9px -9px 0px 0px rgb(224, 142, 121);
    webkit-box-shadow: -9px -9px 0px 0px rgba(224, 142, 121);
    margin: 14px 0 0 10px;
}


.awards-content {
    margin-top: 15rem;
   display:block !important;
       width: 90%;
}

#AwardModal {
   background: #fb554742;
}

#award-close {
   margin: -1.4rem -1rem -1rem auto;
}



.Virtual-Text {
    background-color: #12121294;
    padding: 15px;
}
.action-tabs a {
   font-size: 12px !important;
  font-weight: normal;
}

section#PresentationLogin h3 {
    display: none !important;
}
.keynote-scroll {
    overflow: auto;
    height: 336px;
    margin-bottom: 50px;
}

.countdown-box {border: 15px solid #3d87c2;background: #f2cee461;padding: 15px 10px;color: #3d3d3d;margin-top: 1.4rem;margin-bottom: 1rem;}

#countdown li {
    display: inline-block;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

#countdown li span {
    display: block;
    font-size: 4rem;
}

h1#headline {
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

.testimonials{line-height: 2.5rem;margin: 0;color: #0264b0;/* font-weight: bold; */font-size: 18px;border: 1px solid #efefef;height:100%;background: #efefef;padding: 20px;}

#testimonial .info-box .speaker-name{text-align:center!important;display:none;}

#testimonial .info-box .speaker-designation{
text-align:center!important;
}
#testimonial .info-box .speaker-company-name{
text-align:center!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: #eae6fd;
  border-radius: 10px;
  margin-bottom: 10px;
}

/* next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 55%;
  width: auto;
  margin-top: -1.875rem;
  padding: 1rem;
  color: #3aaa35;
  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: #e84e41;
  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;}

.section-wrapper-fluid{margin:40px;}

.flipcard .active {
    background-color: transparent!important;
}


/* next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 55%;
  width: auto;
  margin-top: -1.875rem;
  padding: 1rem;
  color: #226cb7;
  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: #226cb7;
  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;}

.section-wrapper-fluid{margin:40px;}

.flipcard .active {
    background-color: transparent!important;
}














