@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');
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');
/*
Theme Name: Unlock Events Layout
Version: 1.0
*/


/* ==================================================
   Basic Styles
================================================== */
html {
    font-size: 14px;
}

body {
    color: #444;
    font-family: 'Rubik', Muli,sans-serif,Arial;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
    text-align: left;
}

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;
        }
}

/* ==================================================
   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: #000;
    color: #ccc;
    padding: 4rem 0;
    position: relative;
    z-index: 2;
}

    footer h4 {
        color: #fff;
    }

    footer a {
        color: inherit;
    }

/* ==================================================
   Back To Top
================================================== */
#back-to-top {
    position: fixed;
    bottom: -100%;
    right: 15px;
    padding: 10px 10px 10px;
    line-height: 1rem;
    opacity: 0.1;
    transition: 0.5s bottom 0.2s, 0.3s opacity;
}

    #back-to-top.stuck {
        bottom: 15px;
        opacity: 0.5;
        z-index: 1;
    }

        #back-to-top.stuck:hover {
            opacity: 1;
        }
/* ==================================================
   Floating Social Media
================================================== */
.floating-right {
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 1;
}

    .floating-right .social-media a {
        color: #fff;
        text-align: center;
        transform: scale(1);
        transform-origin: 100% 50%;
        transition: 0.2s all;
        padding: 10px 10px;
        will-change: transform;
    }

        .floating-right .social-media a[class*=facebook] {
            background: #3b5998;
        }

        .floating-right .social-media a[class*=plus] {
            background: #dc4e41;
        }

        .floating-right .social-media a[class*=linkedin] {
            background: #0077b5;
        }

        .floating-right .social-media a[class*=twitter] {
            background: #55acee;
        }

        .floating-right .social-media a:hover {
            transform: scale(1.3);
            color: #fff;
        }

@media screen and (min-width: 768px) {
    .floating-right {
        top: 0;
        right: 0;
        left: auto;
        bottom: 0;
        display: block;
        display: none;
    }

        .floating-right .social-media {
            display: table-cell;
            height: 100vh;
            vertical-align: middle;
        }

            .floating-right .social-media a {
                display: block;
                font-size: 1.3rem;
            }

                .floating-right .social-media a + a {
                    margin-top: 0.8rem;
                }
}

/* ==================================================
   Agenda
================================================== */
.agendaTabs .nav-tabs {
    padding: 0 15px 0 0;
}

.agendaContent .session {
    padding: 1.5rem 0;
}

    .agendaContent .session + .session {
        border-top: 1px dashed #ccc;
    }

    .agendaContent .session:nth-of-type(2n) {
        background: #f5f5f5;
    }

.agendaContent .agenda-session-title {
    margin: 2rem 0 1rem;
}

    .agendaContent .agenda-session-title h3 {
        padding: 15px;
        margin: 0;
        z-index: 1;
    }

.agendaContent .session .agenda-info .agenda-title h4 {
    margin: 0;
}

.agendaContent .session .agenda-info .agenda-description {
    margin-top: 1rem;
}

    .agendaContent .session .agenda-info .agenda-description ul,
    .agendaContent .session .agenda-info .agenda-description ol {
        padding-left: 15px;
    }

.agendaContent .session .agenda-speakers .speaker-image-wrap {
    padding-left: 0;
}

.agendaContent.tab-content .agenda-subsection-title {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    margin-top: 11px;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-left: -15px;
    margin-right: -15px;
}

@media screen and (max-width: 767px) {
    .agendaContent .session .agenda-speakers .speaker-image-wrap {
        float: right;
    }

    .agendaContent .session .agenda-speakers > div + div {
        margin-top: 1rem;
    }
}

@media screen and (min-width: 768px) {
    .agendaContent .session .agenda-speakers .speaker-image-wrap {
        padding: 0;
    }
}

.uereq {
    color: #ff0000;
}


.affix-wrap {
    max-height: 0;
}

#header {
    position: fixed;
    transition: 0.3s all;
    width: 100%;
}

    #header #main-menu {
        transition: 0.3s all;
        /*-webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);*/
        opacity: 0;
    }

    #header .container {
        width: 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: 60%;
            padding: 0 15px;
        }

        #header #main-menu .navbar-justified .dateVenue {
            width: 20%;
            padding: 0 15px;
        }

        #header #main-menu .navbar-justified .dateVenue {
            text-align: right;
        }

            #header #main-menu .navbar-justified .dateVenue > div {
                display: inline-block;
            }

    #header #main-menu #menu {
        display: block;
        background: #b6ff00;
    }

        #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: 80%;
        }
}

.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;
            box-shadow: 0px 15px 10px -15px #111;
        }

    #header.onhomepage.affix {
        position: absolute;
        top: 100vh;
    }

    #header .navbar-justified .dateVenue {
        color: #29235c;
    }

    #header .navbar-brand img {
        max-height: 120px !important;
        margin: 10px 0;
    }

    #header #main-menu {
        opacity: 1 !important;
        background: #fff;
        background-image: url(/vhost/hsesummitindia.com/Images/CEUploads/line.png);
        background-repeat: repeat-x;
    }

        #header #main-menu #menu {
            position: relative;
            top: 100%;
            width: 100%;
            background: #4c7f41 !important;
                color: #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: #0a4b0d;
        color: #fff;
    }

    #header #main-menu #menu {
        background: #4c7f41 !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: #0a4b0d;
            color: #fff;
        }

        #header #main-menu #menu .dropdown-menu {
            background-color: #4c7f41;
            color: #fff !important;
        }

            #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: left;
        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 {
    background-color: #201d60;
    color: #fff;
    height: 5px;
}

#section2 {
    background-color: #c2242a;
    color: #fff;
    padding-top: 10px;
    /* padding-bottom: 90px; */
}


#section3 {
    padding-bottom: 85px;
    background-color: #f49c3a;
    color: #000000;
    padding-top: 35px;
}

#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;
}

#intro {
    background-color: #0091b3;
    color: #ffffff;
    background-image: url(/vhost/hsesummitindia.com/Images/CEUploads/shadow.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 30px;
    padding-bottom: 50px;
}


#section5 {
    background-color: #ffffff;
    color: #000000;
    padding-bottom: 90px;
}

#section6 {
    background-color: #ffffff;
    color: #4a4846;
    padding-top: 35px;
    padding-bottom: 65px;
}


.section-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px 0;
}

.punchline {
    font-size: 21px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

#section2 p {
    color: #fff;
    text-align: justify;
}

div#section9 {
    background: #d09a3e;
}



.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    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/esgsustainabilityasia.com/Images/CEUploads/top.jpg);
    background-size: cover;
    /*padding: 2rem 15px;*/
    background-position: center center;
}

@media screen and (min-width: 992px) {
    .bannerstaticcontent .bannercontentInner {
        padding-top: 0px !important;
    }
}

.bannerstaticcontent .bannercontentInner {
    display: table-cell;
    vertical-align: middle !important;
    text-align: center;
}

.banner .event-date-location {
    font-size: 30px;
    padding: 15px 0;
    color: #fff;
}


.white {
    color: #fff;
}

.agendaTabs .nav-tabs > li > a {
    border: 1px solid #12a19a;
    border-radius: 0;
    background: #12a19a;
    color: #fff;
}

.agendaTabs .nav > li > a:hover, .agendaTabs .nav > li > a:focus, .agendaTabs .nav-tabs > li.active > a, .agendaTabs .nav-tabs > li.active > a:hover, .agendaTabs .nav-tabs > li.active > a:focus {
    background-color: #29235c;
    border-color: #29235c;
    color: #fff;
}

.agendaTabs .nav-tabs {
    border-bottom: 0;
    padding-bottom: 20px;
}

    .agendaTabs .nav-tabs li {
        float: left;
        margin: 15px;
    }

@media screen and (min-width:992px) {
    .agendaTabs .nav-tabs li:first-child {
        margin-left: 0;
    }
}

#section2 .fa {
    margin-top: 20px;
}

.session-title {
    font-weight: bold;
    font-size: 18px;
}

.italic-session-title {
    font-weight: normal;
    font-style: italic;
}

.agendaContent.tab-content .agenda-subsection-title {
    background: #29235c !important;
}



.sidebar .widget .widget-title {
    background: #f1584a !important;
    margin: 0 !important;
    text-align: center !important;
}

.sidebar .widget ul.custommenu li a {
    color: #29235C !important;
    background: #d5af5a;
    margin-bottom: 3px;
    box-shadow: inset 0 0 0 0 rgb(147, 241, 237) !important;
    transition: 0.8s all ease-in-out;
    -webkit-transition: 0.8s all ease-in-out;
    -moz-transition: 0.8s all ease-in-out;
}

.sidebar .widget ul.custommenu li {
    padding: 2px 8px 0;
}

    .sidebar .widget ul.custommenu li.contactus {
        padding-bottom: 11px;
    }


.sidebar .widget ul.custommenu {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #e64c4a;
}

    .sidebar .widget ul.custommenu li a:hover {
        color: #12a19a !important;
        text-decoration: none !important;
        box-shadow: inset 262px 0 0 0 rgb(147, 241, 237) !important;
    }

@media screen and (min-width:768px) {
    div#right-sidebar {
        margin: 4rem 0;
    }
}


@media screen and (max-width:767px) {
    #header #main-menu #menu {
        padding: 0 15px;
    }
}

@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 #009444;
    -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 #f4be18;
        color: #fff;
        border-color: #f4be18;
    }

@media screen and (max-width:767px) {
    .action-btn {
        margin-bottom: 15px;
    }
}

.pricing-regoptionname {
    display: none;
}

.banner .event-date-location span {
    font-size: 20px;
}

.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: #fff;*/
                border-bottom: 3px solid #f49c3a;
                border-right: 3px solid #f49c3a;
            }


            .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: #fff !important;
    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;
    padding: 40px 0 80px 0;
}

footer {
    background: #4c7f41;;
    color: #ffffff !important;
    padding: 2rem 0 1rem 0;
    position: relative;
    z-index: 2;
    margin-top:50px;
    background-size: cover;
    background-position: center;
    font-size: 14px;
    /* margin-top: 90px; */
}



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: #c2242a;
        border: 2px solid #c2242a;
        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 #ba1f14;
    background-color: #c2242a;
    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 #009444;
}

    .pricing-wrap .package-wrap h4 {
        border-bottom: 2px solid #009444;
        padding-bottom: 7px;
        margin-top: 0;
        color: #000;
    }

.pricing-wrap .old-price {
    text-decoration: line-through;
}

.pricing-wrap .new-price {
    font-weight: bold;
    background: #cccbcb;
    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: #c2242a;
    border-color: #c2242a;
    border-radius: 0;
    text-transform: uppercase;
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
}

.partner-title {
    color: #000;
    background: #efefef;
    padding: 5px 10px;
    font-size: 18px;
}

.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: 1.5rem;
    margin: 0;
    color: #171617;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
}

.info-box .speaker-designation {
    color: #696969;
    margin: 0;
    line-height: 1.5rem;
    text-align: left;
}

.info-box .speaker-company-name {
    color: #ed1c24;
    font-weight: bold;
    line-height: 1.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;
            cursor: pointer;
        }

            .speakers .speaker-wrap .item .speaker-details-wrap .social li > a:hover {
                background: #4c7f41;
                border-color: #4c7f41;
                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;
    font-size: 16px;
}

.partner-img {
    margin: 10px;
}

.item.active img {
    margin: 10px auto;
    display: block;
    margin-bottom: 10px;
}

i.fa.fa-file-pdf-o {
    color: #6a0c35;
}

.fa-circle {
    font-size: 8px;
    margin: 6px -5px;
    color: #e84236;
}


.testi {
    border: 2px solid #6a0c35;
    padding-top: 20px;
    min-height: 280px;
    background: #ebba68;
}

.owl-nav {
    display: none;
}

blockquote {
    border-left: 0px solid #eee;
}

.testico {
    color: #6a0c35;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

    .item blockquote p:before {
        content: "\f10d";
        font-family: 'Fontawesome';
        float: left;
        margin-right: 10px;
    }

    .item blockquote p:after {
        content: "\f10e";
        font-family: 'Fontawesome';
        float: right;
        margin-right: 10px;
    }

.punchline.text-center {
    font-size: 18px;
    color: #000;
    line-height: 36px;
}

.gallery .photo-item {
    width: 25%;
    float: left;
    padding: 0 13px 13px 0;
    overflow: hidden;
    position: relative;
}

    .gallery .photo-item:after, .gallery .photo-item:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: #fff;
        transition: all .5s ease-in-out;
        z-index: 1;
    }

    .gallery .photo-item:before {
        height: 0;
        width: 1px;
        margin-top: -20px;
    }

    .gallery .photo-item:after {
        width: 0;
        height: 1px;
        margin-left: -20px;
    }

    .gallery .photo-item:hover:before {
        height: 40px;
    }

    .gallery .photo-item:hover:after {
        width: 40px;
    }

    .gallery .photo-item > a {
        display: block;
        width: 100%;
        height: 100%;
        background-color: #000;
        position: relative;
        overflow: hidden;
    }

        .gallery .photo-item > a:after, .gallery .photo-item > a:before {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            z-index: 1;
            opacity: 0;
            transition: all .5s ease-in-out;
        }

        .gallery .photo-item > a:before {
            border-top: 1px solid #fff;
            border-left: 1px solid #fff;
            top: 14px;
            left: 14px;
        }

        .gallery .photo-item > a:after {
            border-bottom: 1px solid #fff;
            border-right: 1px solid #fff;
            bottom: 14px;
            right: 14px;
        }

        .gallery .photo-item > a > img {
            width: 100%;
            height: auto;
            opacity: 1;
            transition: all .25s ease-in-out;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }



    .gallery .photo-item:hover > a:after, .gallery .photo-item:hover > a:before {
        width: 40%;
        height: 40%;
        opacity: 1;
    }

    .gallery .photo-item:hover > a > img {
        opacity: .3;
    }

.testimonial-details {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
}

.testi-name {
    font-weight: 600;
    padding-top: 5px;
}

.testimonial {
    font-style: italic;
}

.testi-company {
    color: #f1584a;
}

.testimonial-img {
    display: none;
}

a.Upcoming {
    background: #ed760b;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 13px;
}


.thought {
    background: #ffffff;
    margin-top: -158px;
}


    .thought img {
        margin-right: -10px;
    }

a.red {
    color: #f00;
}

.psr {
    border: 0px solid #06163a;
    padding: 10px;
    background: #06163a;
}

.brochure-box {
    width: 200px;
    border: 1px solid #f00;
    padding: 5px;
}


.brochure-text-box {
    color: #f00;
    font-size: 21px;
}

a.Download {
    background: #330;
    padding: 10px;
    margin-top: 27px;
}

h4.partner-type {
    background: #f3f0f1;
    padding: 5px 10px;
}

.managerpic {
    width: 75px;
    padding-top: 0px;
    box-shadow: -9px -9px 0px 0px rgb(211 141 66);
    margin: 14px 0 0 10px;
    float: left;
}

    .managerpic img {
        border: 3px solid #000;
    }

.managerinfo {
    margin-bottom: 2rem;
    display: block;
    margin-left: 100px;
}


.psr a {
    color: #fff;
    line-height: 45px;
}

.psr h2 {
    color: #fff;
    line-height: 19px;
}

.psrwarper {
    border: 1px solid #000;
    padding: 4px;
}

.psr img {
    /* border: 1px solid #ffffff; */
    /* padding: 2px; */
}

.membership_listing {
    padding: 0 0 0 79px;
    position: relative;
    text-align: left;
}


    .membership_listing span {
        color: #fff;
        font-size: 30px;
        display: block;
        width: 48px;
        height: 48px;
        text-align: center;
        line-height: 53px;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    .logo a span, .form-container, .yellow_section, .membership_listing span, ul.pricing-boxes li.best-plan .btn-primary, .plan-name.color, .imageBox.activeImage, ul.hover-social-icons li a:hover {
        background-color: #ff4f04;
    }


@media screen and (max-width:767px) {
    .punchline.text-center {
        display: none;
    }

    #header #main-menu .navbar-toggle i.fa.fa-bars {
        color: #ff4f04;
        border: 1px solid #ff4f04;
        /* 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;
    }

    #header .navbar-brand img {
        max-height: 70px !important;
    }
}


.section-wrapper h2 {
    font-family: 'Barlow Condensed', sans-serif;
}

.sub-title {
    border-bottom: 1px solid #e84236;
    color: #e84236;
}

.psr h4 {
    color: #fff;
}

.pointbg {
    background: #e8e8e8;
    padding: 20px 20px 10px 20px;
    margin-left: -68px;
    border: 1px solid #e2e1e1;
}

.point-wrap {
    display: flex;
}



.flex-parent {
    min-height: 359px;
    width: 100%;
    margin: auto;
    /* border: 2px solid #EEE; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-flow: column-reverse wrap;
    place-content: flex-end center;
    align-items: flex-end;
}

.flex-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: flex-end;
    align-content: flex-start;
    width: 50%;
    height: auto;
    background-color: #46dbffe6;
    padding: 20px;
}

.parentbg {
    background-image: url(https://hsesummitindia.com/vhost/hsesummitindia.com/Images/CEUploads/home-key.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    /* background-size: 60% 100%; */
}




.speaker-name span {
    font-weight: normal;
    font-size: 12px;
}

.awards-content {
    margin-top: 15rem;
    display: block !important;
    width: 90%;
}

#AwardModal {
    background: #fb554742;
}

#award-close {
    margin: -1.4rem -1rem -1rem auto;
}

#section2 .Virtual-Text {
    background-color: #12121294;
    padding: 15px;
}

.action-tabs a {
    font-size: 15px !important;
    font-weight: normal;
}

.Awards {
    padding-top: 15px;
}

#award-slider .item {
    padding: 25px;
}

div#marquee {
    margin-bottom: 15px;
}

#PresentationLogin h3 {
    display: none;
}


.section-line {
    width: 35%;
    margin-top: -16px;
    margin-bottom: 15px;
}

.slide-right, .slide-left {
    position: relative;
   /* padding-top: 10px;*/
}

    .slide-right::before {
        border-top: 75px solid #ffffff00;
        border-right: 99vw solid #c2242a;
        width: 0;
        height: 0;
        content: "";
        display: block;
        bottom: 100%;
        position: absolute;
        right: 0;
    }


    .slide-left::before {
        border-top: 75px solid #ffffff00;
        border-left: 99vw solid #f49c3a;
        width: 0;
        height: 0;
        content: "";
        display: block;
        bottom: 100%;
        position: absolute;
    }

.slide-top::before {
    border-left: 99vw solid #c2242a;
}

.slide-bottom::before {
    border-right: 99vw solid #ffffff;
}

.slide-footer::before {
    border-left: 99vw solid #002658;
}

span.submit-wrap input {
    margin-bottom: 6rem;
}

#speakers, #partners, #venue, #bottom-padding{
    margin-bottom: 8rem;
}

.pricing {
    margin-bottom: 8rem;
}

@media (max-width: 991.98px) { 
span.submit-wrap input {
    margin-bottom: 0;
    margin-top: 0rem;
}
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #28561e;
}

.pricing-wrap {
    margin-bottom: 10rem;
}
a.view-btn {
    background: #f49c3a;
}

@media (min-width: 768px) and (max-width: 991.98px) {
#header .navbar-toggle {
    margin-top: -45px;
}
.punchline.text-center{
    font-size: 16px;
    width: 80%;
    margin-top: 25px;

}
#header .navbar-justified .dateVenue {
    margin: -50px 0;
}
}

#countdown li {
    display: inline-block;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    font-size: 1rem;
}

 #countdown li span {
        display: block;
        font-size: 4.5rem;
    }
    
.countdown-box {
     border: 15px solid #4c7f41;
    background: #ffffff;
    padding: 26px 10px;
    color: #000;
    margin-top: 1.4rem;
    margin-bottom: 1rem;
}

h1#headline {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: #00000099;
  /* background-size: 3px 3px; */
}


.video-container {
    height: auto;
    width: 100%;
    position: relative;
}

.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

.video-container .caption {
    z-index: 1;
    position: relative;
    color: #000;
    padding: 20px;
    background: #FFF;
    margin: 150px 0 100px 0;

 background-color: rgba(255, 255, 255, 0.6);
 

}

#slider-container {
    position: absolute;
    height: 300px;
    width: 100%;
    max-width: 1100px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    }
  
  #slider-scroller {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s ease;
    display:flex;
  }
  
  .slider-item {
    width:220px;
    display: flex;
    margin: 20px;
    position: relative;
    text-align:center; 
    background:#4c7f41;
    flex-direction: column;
    justify-content: space-between;
    border-radius:10px;
}
  
  .slider-item p {
   color:#fff;
   margin:0;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-top:1px solid;
    padding:7px;
  }
  
  .slider-item h3 {
    background:#002658;
   color:#fff;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    border-bottom:1px solid;
    margin:0;
  }

  
  #sectiontest{
      color: #000000;
      height:350px;
  }
  
  #sectiontest,.slide-left::before {
      border-left: none!important;
  }
 
.trns-text {
   
    -webkit-background-clip: text;
    color: #000;
}

































