@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css?family=Nunito:700');
@import url('https://fonts.googleapis.com/css?family=Carrois+Gothic');
/*
Theme Name: Unlock Events Layout
Version: 1.0
*/


/* ==================================================
   Basic Styles
================================================== */
html {
    font-size: 14px;
}

body {
    color: #444;
    font-family: 'Carrois Gothic', 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: 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;
        }

    .header-wrapr .navbar-brand {
        width: 30% !important;
    }

    .header-wrapr .headerdate {
        width: 70%;
    }
}

/* ==================================================
   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;
        }

/* ==================================================
   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: flex;
        align-items: center;
    }

        #header #main-menu .navbar-justified > * {
            display: table-cell;
            float: none;
            vertical-align: middle;
            padding: 15px 10px;
            color: #000;
        }

        #header #main-menu .navbar-justified .organizer {
            width: 80px;
            padding: 0 15px;
            text-align: center;
        }

        #header #main-menu .navbar-justified .punchline {
            width: 33%;
            padding: 0 15px;
        }

        #header #main-menu .navbar-justified .dateVenue {
            width: 30%;
            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: #8c58a5;
    }

        #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: 56%;
        }
}

.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: 10px 0;
    }

    #header #main-menu {
        opacity: 1 !important;
        background: #eceafd;
    }

        #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: #272262;
    }

    #header #main-menu #menu {
        background: #62337b !important;
        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: #439aab;
        }

        #header #main-menu #menu .dropdown-menu {
            background-color: #272262;
        }

            #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;
    }
}



#section1 {
    color: #fff;
    background: #62337b;
}

#section2 {
    background-image: url(/vhost/thegccsummit.com/Images/CEUploads/divider1.png);
    color: #e8ecef;
    background-repeat: repeat-x;
    padding: 110px 0 100px 0;
    background-size: cover;
}

#section3 {
    background-image: url(/vhost/thegccsummit.com/Images/CEUploads/divider1.png);
    color: #e8ecef;
    background-repeat: repeat-x;
    padding: 200px 0 184px 0;
    background-size: cover;
}

#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: #eceafd;
    color: #29235c;
}


.section-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px 0;
}

.punchline {
    font-size: 21px;
    line-height: 29px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

#section2 p {
    color: #fff;
    text-align: justify;
}

#section9 {
    background-image: url(/vhost/financetransformationindia.com/Images/CEUploads/section-bg.jpg);
    color: #e8ecef;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}



.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/thegccsummit.com/Images/CEUploads/top1.jpg);
    background-size: cover;
    /* padding:2rem 15px; */
    vertical-align: top;
}

@media screen and (min-width: 992px) {
    .bannerstaticcontent .bannercontentInner {
        padding-top: 0px !important;
    }
}

.bannerstaticcontent .bannercontentInner {
    display: table-cell;
    vertical-align: middle !important;
    text-align: center;
    /* background: #ffffff8c; */
    padding: 60px;
}

.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;
    }
}

@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 #12a19a;
    -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 {
        background-position: left bottom;
    }

@media screen and (max-width:767px) {
    .action-btn {
        margin-bottom: 15px;
    }
}

.pricing-regoptionname {
    display: none;
}

.banner .event-date-location span {
    font-size: 22px;
    color: #000;
}

.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;
        border-bottom: 4px solid #597b57;
        border-right: 4px solid #597b57;
        border-radius: 28px;
    }

.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: #fff;*/
            }


            .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: #fff;
    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: #06023e !important;
    color: #ffffff !important;
    padding: 3rem 0 1rem 0;
    position: relative;
    z-index: 2;
    margin-top: 20px;
}



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: 10px;
    margin-top: 20px;
    padding-bottom: 1px;
    margin-left: 0;
}

    .nav-tabs > li > a {
        border-radius: 0;
        font-size: 16px;
        font-weight: 700;
        color: #39a1aa;
        border: 2px solid #39a1aa;
        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 #272262;
    background-color: #272262;
    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 #77c162;
}

    .pricing-wrap .package-wrap h4 {
        border-bottom: 2px solid #77c162;
        padding-bottom: 7px;
        margin-top: 0;
        color: #6a0c35;
    }

.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: 50%;
        margin-right: 25px;
    }

        .pricing-wrap .package-wrap:last-child {
            margin-right: 0;
        }
}

.modal-content {
    margin: auto;
}

.btn {
    color: #fff !important;
    border-color: #009de6;
    border-radius: 0;
    padding: 10px 15px;
    text-transform: uppercase;
    background: linear-gradient(to right, #262262 50%, #009de6 50%);
    background-size: 201% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    min-width: 240px;
}

.partner-title {
    color: #000;
    background: #efefef;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
}

.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: #6a0c35;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
}

.info-box .speaker-designation {
    color: #333;
    margin: 0;
    line-height: 2rem;
    text-align: left;
}

.info-box .speaker-company-name {
    color: #d09a3e;
    font-weight: bold;
    line-height: 2.5rem;
    text-align: left;
}

@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 #7ebb53;
    padding-top: 20px;
    min-height: 369px;
    background: #20b4c5;
}

.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;
    }

div#footer {
    text-align: left;
}

a.Upcoming {
    background: #ed760b;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 13px;
}

.Tellafriend {
    text-align: center;
    background: #a21c35;
    color: #fff;
    padding: 2px 0;
    font-size: 18px;
    font-weight: bold;
}

.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;
    }


li#li_6654 {
    background: #399fab;
}

.psr {
    margin-top: 20px;
}

.headerdate.text-center {
    font-size: 19px;
    font-weight: bold;
}

.partner-type {
    background: #eceafd;
    padding: 5px 10px;
    margin: 20px 0;
    color: #0c0d27;
}

.managerpic {
    width: 75px;
    padding-top: 0px;
    box-shadow: -9px -9px 0px 0px rgb(98 51 123);
    margin: 14px 0 0 10px;
    float: left;
}

    .managerpic img {
        border: 2px solid #06023e;
    }

.managerinfo {
    margin-bottom: 2rem;
    display: block;
    margin-left: 100px;
    font-size: 15px;
}

.contactus {
    margin-top: 50px;
    text-align: left;
}

a.link {
    color: #f00;
}


@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;
        font-size: 1rem !important;
        /* width: 32px; */
        padding: 6px 8px;
    }

    .navbar-toggle {
        padding: 9px 2px;
        /* margin-top: -58px;*/
    }

    #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: 30px !important;
        margin: 10px 0;
    }

    #header #main-menu .navbar-brand {
        text-align: left;
    }

    .headerdate.text-center {
        display: none;
    }

    div#section9 {
        display: none;
    }
}

.home .gallery .photo-item {
    width: 11%;
    float: left;
    padding: 0 13px 13px 0;
    overflow: hidden;
    position: relative;
}

.gallery img {
    border: 1px solid #6d6e71;
}

.corono-text {
    background: #0000008f;
    padding: 20px;
}



.Awards img {
    max-height: 175px;
}

.Awards strong {
    color: #f1584a;
}

.Awards {
    text-align: center;
}

.awards-inner {
    border: 1px solid;
    padding: 10px;
    box-shadow: 5px 10px #888888;
    min-height: 421px;
    padding: 5px 10px;
}


.Awards-wrap {
    text-align: center;
}

    .Awards-wrap .awards-inner {
        border: 1px solid;
        box-shadow: 5px 10px #888888;
        padding: 0px 10px 20px 10px;
        margin: 0 15px 30px 15px;
        background: #f1f1f1;
    }

@media screen and (min-width:768px) {
    .Awards-wrap {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

        .Awards-wrap .awards-inner {
            width: 25%;
        }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .Awards-wrap .awards-inner {
        width: 45%;
    }
}

@media screen and (max-width:767px) {

    .Awards-wrap .awards-inner {
        margin: 0 0 30px 0;
    }

    .post {
        display: none;
    }
}

.Virtual-Text {
    background-color: #12121294;
    padding: 15px;
}

.action-tabs a {
    font-size: 15px !important;
    font-weight: normal;
}

.paypal {
    margin: 75px auto;
    text-align: center;
    border: 1px solid #000;
    max-width: 350px;
    padding: 46px;
    align-items: center;
    position: initial;
}

a.make.payment {
    background: #0070ba;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
}


#PresentationLogin H3 {
    display: none;
}




@media screen and (max-width: 992px) {
    .navbar-toggle {
        position: absolute;
        float: right;
        right: 15px;
        padding: 9px 10px;
        top: 0;
        margin: 0px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        width: 49px;
    }

    #header #main-menu .navbar-toggle i.fa.fa-bars {
        color: #29235c;
        font-size: 2rem;
    }

    #header #main-menu {
        opacity: 1 !important;
        background: #eceafd;
        position: relative;
    }

    .header-wrapr .headerdate.text-center {
        display: none;
    }

    #header .navbar-justified .dateVenue {
        display: none;
    }
}





b.key-bold {
    color: #c78b05;
}

.key-text {
    margin-bottom: 2rem;
    display: block;
    margin-left: 100px;
    font-size: 16px;
    text-align: left;
    height: 70px;
}

.key-icon-img {
    width: 75px;
    padding-top: 0px;
    float: left;
}

.key-icon-inner {
    margin-top: 30px;
}

.homebody {
    background-image: url(/vhost/financetransformationindia.com/Images/CEUploads/section-bg.jpg);
    color: #e8ecef;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}


em.fa.fa-check-square-o {
    color: #ff8100;
    width: 20px;
    height: 20px;
    left: 0;
    right: auto;
    top: 1em;
    margin: -13px 0 0;
}

.partnerurl {
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: left;
    color: #f00;
}

div#section3 h2 {
    padding-bottom: 30px;
}


@media (min-width: 1024px) and (max-width: 1366px) {
    #section3 {
        padding: 81px 0 184px 0;
    }
    
    .banner .bannerstaticcontent {
    height: 51vh;
}
.bannerstaticcontent .bannercontentInner .bannercontentwrap {
    width: 65%;
}
}










