
/*
Author: Bootstrapthemes
Author URI: http://bootstrapthemes.co
*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
    font-size: 15px;
    color: #565656;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 300;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}



.btn.extra-width {
    padding: 13px 40px;
}

.btn:focus,
.btn:active {
    outline: inherit;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}

p {
    margin: 0 0 15px;
}

a {
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}


h1 {
    font-weight: 300;
    margin: 0;
}

h3 {
    color: #2c3e51;
    font-weight: 100;
}

h4,
h5 {
    color: #6f8195;
    font-weight: 300;
}

h1 {
    font-size: 35px;
    line-height: 4rem;
    color: #000000;
    font-weight: 600;
}

h2 {
    font-size: 23px;
    color: #2c3e51;
    font-weight: 500;
}

h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 1.1rem;
}

h5 {
    font-size: 18px;
    margin-bottom: 1rem;
    color: #696f7c;
}

h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}

p {
    line-height: 1.875rem;
}

    p:last-child {
        margin-bottom: 0px;
    }
/*.home-wrap h1,*/
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
    color: #ffffff;
    /*font-family: 'roboto', sans-serif;*/
}

.text {
    color: #333333;
}

.colorstext {
    color: #f56363;
}

.coloricon i {
    color: #f56363;
}

.colorsbg {
    background: #f56363;
    color: #ffffff;
}

.lightbg {
    background-color: #f9f9f9;
}

.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.outofsectiontext {
    margin-top: 40px;
}

/*
Section
*/
.sections {
    padding-top: 85px;
    padding-bottom: 105px;
    overflow: hidden;
}

    .sections.footer {
        padding-bottom: 80px;
    }

section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
    font-family: 'Work Sans', sans-serif;
}

.parallax-section {
    max-width: 100%;
    color: #ffffff;
}

section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}

section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.heading {
    margin-bottom: 4rem;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 750px;
}

.callus_overlay {
    background-color: rgba(0, 0, 0, 0.80);
    width: 100%;
}

.overlay-fluid-block {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: auto;
}

.home-overlay-fluid {
    background-color: rgba(41, 41, 41, 0.68);
    width: 80%;
    margin: auto;
}

.overlay-img {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
}

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}

.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}
/*
Separator
*/
.separator {
    height: 2px;
    width: 30px;
    margin: 20px auto;
    background: #AB987A;
}

.separator2 {
    height: 2px;
    width: 200px;
    margin: 20px 0px;
    background: #AB987A;
}

.separator3 {
    height: 2px;
    width: 30px;
    margin: 20px 0px;
    background: #AB987A;
}
/*section:nth-of-type(odd) {
    background-color: #F9F9F9;
}*/
/*
Button
*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #ffffff;
    background-color: #032f3e;
    border-color: #f56363;
}



/*
.btn {
    border: 2px solid #fff;
    display: inline-block;
    min-width: 270px;
    padding: .7em;
    height: 60px;
    text-align: center;
    color: #fff;
    font-style: normal;
    letter-spacing: 1px;
    margin: 0;
    font-size: 20px;
    font-weight: 300;
    border-radius: 0px;
    margin-top: 20px;
    background-color: transparent;
    transition: .5s;
}
.btn:hover {
    background-color:#032F3E;
    color: #fff;
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #032f3e;
    border-color: #032f3e;
    transition: .5s;	
}
.btn-primary:hover {
    color: #fff;
    background-color: #043c4f;	
}

.btn_news_color{
    color:#ab987a;
    border-color: #ab987a;
}
*/





/*.btn-default:active, .btn-default:hover  {
    background: transparent;
}*/


/*
Extra height css
*/
.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.padding-top-20 {
    padding-top: 1.33rem;
}

.padding-bottom-20 {
    padding-bottom: 1.33rem;
}

.padding-top-40 {
    padding-top: 2.66rem;
}

.padding-bottom-40 {
    padding-bottom: 2.66rem;
}

.padding-top-60 {
    padding-top: 5rem;
}

.padding-bottom-60 {
    padding-bottom: 5rem;
}

.padding-bottom-0 {
    padding-bottom: 0;
}
/*padding*/
.padding-twenty {
    padding: 10px 0;
}

.padding-fourty {
    padding: 20px 0;
}

.padding-sixty {
    padding: 30px 0;
}

.padding-eighty {
    padding: 40px 0;
}

h1 span {
    color: #f56363;
    font-weight: 400;
}

/*for placeholder changes*/

input::-webkit-input-placeholder {
    color: #3bd3ba;
}

input::-moz-placeholder {
    color: #3bd3ba;
}

input::-ms-input-placeholder {
    color: #3bd3ba;
}

/*for image bg*/


/*.img-bg{
  background: url(../images/home-msg.jpg) no-repeat center top fixed;
  background-size
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}*/
/* navbar section */
.header_top_menu {
    transition: .6s;
}

.menu-scroll .header_top_menu {
    display: none;
    transition: .6s;
}

.menu-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color: rgba(51, 51, 51, 0.8);
    transition: .6s;
}


.header .navbar-brand > img {
    max-width: 100%;
}

.navbar-brand {
    padding: 0px 15px;
    height: 60px;
}


.head_top_social ul li {
    border-left: 1px solid #ab987a;
    padding: 0px 10px;
}

    .head_top_social ul li:last-child {
        border-right: 1px solid #ab987a;
    }

    .head_top_social ul li.top_socail a i {
        color: #0D3542;
    }

.navbar-default .navbar-nav > li {
    border-right: 1px solid #0d3948;
    width: 185px;
}

    .navbar-default .navbar-nav > li:nth-child(1) {
        border-left: 1px solid #0d3948;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        font-family: 'Work Sans', sans-serif;
        font-size: 1.125rem;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #AB987A;
            background-color: transparent;
        }

.header .navbar-default {
    background-color: #032F3E;
    border-color: transparent;
}

.header .navbar {
    min-height: 100px;
    margin-bottom: 0px;
}


.slicknav_menu {
    display: none;
}


/*home section*/
.home {
    background: url(../images/homebg.jpg) no-repeat 100% 100%;
    background-size: cover;
}

    .home .main_home {
        padding-top: 340px;
    }

        .home .main_home h1 {
            color: #fff;
            padding-bottom: 25px;
        }

            .home .main_home h1.subtitle {
                color: #fff;
                padding-bottom: 25px;
                font-family: 'Work Sans', sans-serif;
            }

        .home .main_home .video_play_icon a {
            width: 175px;
            height: 125px;
            background: #032F3E;
            display: inline-block;
            text-align: center;
            line-height: 150px;
        }

            .home .main_home .video_play_icon a i {
                color: #fff;
                font-size: 4rem;
            }

    .home .owl-theme .owl-dots .owl-dot span {
        transform: rotate(45deg);
        border-radius: 0px;
    }

    .home .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #fff;
    }




/*service section css*/

.head_title {
    margin-bottom: 110px;
}

    .head_title h2 {
    }

    .head_title p {
    }

.service_border_raund {
    position: absolute;
    left: 43%;
    top: -36px;
}

.service {
    position: relative;
    background: #F8F9FB;
}

.main_service_area {
}

.single_service {
    margin-top: 30px;
}

    .single_service .single_service_icon i {
        margin-bottom: 30px;
        font-size: 2.5rem;
        color: #b5a48a;
        display: inline-block;
        border: 1px solid #b5a48a;
        width: 170px;
        height: 170px;
        line-height: 170px;
        text-align: center;
        border-radius: 50%;
    }

    .single_service h3 {
        color: #032f3e;
        font-size: 1.125rem;
        max-width: 48%;
        margin: 0 auto;
        font-family: 'Work Sans', sans-serif;
    }

/*lessons section css*/
.lessons {
    background: url(../images/lessonbg.jpg) no-repeat top right #032F3E;
    overflow: hidden;
    background-size: contain;
}

.main_lessons {
}

.lesson_title {
}

    .lesson_title h1 {
        text-transform: uppercase;
        line-height: 4.5rem;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }

    .lesson_title p {
        font-size: 4.375rem;
        line-height: 4.5rem;
        margin-bottom: 50px;
        color: #fff;
        font-family: 'Work Sans', sans-serif;
    }

.lesson_content {
}

.lessonsborder {
    position: relative;
}

    .lessonsborder:before {
        position: absolute;
        left: 15px;
        top: 20px;
        content: "";
        background: #fff;
        width: 2px;
        height: 90%;
    }

.lesson_content ul li {
    margin-bottom: 90px;
    max-width: 70%;
    line-height: 30px;
}

    .lesson_content ul li i {
        font-size: 40px;
        color: #AB987A;
        background: #032F3E;
        width: 36px;
        height: 60px;
        line-height: 60px;
        position: relative;
    }

    .lesson_content ul li a {
        font-size: 1.125rem;
        font-family: 'Work Sans', sans-serif;
        color: #fff;
        text-transform: uppercase;
        padding-left: 40px;
        max-width: 60%;
        display: inline-block;
    }

/*main_portfolio_content_area*/
.portfolio {
}

.main_portfolio {
}

.main_portfolio_content_area {
}

.single_portfolio_content {
}

.single_content_item {
    position: relative;
}

    .single_content_item img {
        width: 100%;
        height: 370px;
    }

    .single_content_item:hover .single_portfolio_overlay {
        opacity: 1;
    }

.single_content_item2 {
    position: relative;
    margin-bottom: 40px;
}

    .single_content_item2 img {
        max-height: 165px;
        width: 100%;
    }

.single_portfolio_overlay a {
    color: #fff;
}

    .single_portfolio_overlay a i {
        color: #fff;
    }

.single_portfolio_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(158, 158, 158, 0.48);
    padding: 30px;
    opacity: 0;
}

.mymodalcontentarea {
}

    .mymodalcontentarea .main_modal_body {
        width: 100%;
    }

    .mymodalcontentarea .single_modal_body {
        width: 100%;
        overflow: hidden;
    }

    .mymodalcontentarea .single_left_content img {
        height: 550px;
        width: 100%;
    }

    .mymodalcontentarea .single_right_content {
    }

        .mymodalcontentarea .single_right_content .singel_top_modal_content {
            margin: 35px 0px;
            overflow: hidden;
        }

            .mymodalcontentarea .single_right_content .singel_top_modal_content a.modal_folder {
                float: left;
                color: #ab987a;
            }

            .mymodalcontentarea .single_right_content .singel_top_modal_content a.modal_calander {
                float: right;
                color: #b5b5b5;
                padding-right: 20px;
            }

        .mymodalcontentarea .single_right_content .single_modal_content {
        }

            .mymodalcontentarea .single_right_content .single_modal_content p.subtitle {
                font-size: 1.125rem;
            }

            .mymodalcontentarea .single_right_content .single_modal_content p {
            }

        .mymodalcontentarea .single_right_content .modal_socail {
            margin-top: 70px;
        }

            .mymodalcontentarea .single_right_content .modal_socail p {
                text-transform: uppercase;
                font-weight: bold;
            }

                .mymodalcontentarea .single_right_content .modal_socail p a i {
                    padding: 0px 10px;
                }

.modal-header {
    border-bottom: 0px solid #e5e5e5;
}

.modal-body {
    padding: 15px;
}

.modal-footer {
    border-top: 0px solid #e5e5e5;
}


/*callus section css*/
.callus {
    background: url(../images/tw_bg.jpg) no-repeat center center;
    overflow: hidden;
    background-size: cover;
}

.main_callus {
    padding: 50px 0px 30px 0px;
    display: inline-block;
}

.single_callus h2 {
    font-size: 1.875rem;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #fff;
}

.single_callus h3 {
    font-size: 1.875rem;
    font-family: 'Work Sans', sans-serif;
    color: #fff;
}

.single_callus_right {
    margin-left: -10px;
}

    .single_callus_right a {
        margin-left: 10px;
    }

.single_callus .skypeicon_left {
    display: inline-block;
    width: 20%;
    float: left;
}

    .single_callus .skypeicon_left i {
        font-size: 110px;
        color: #00aff0;
    }

.single_callus .skypeicon_right {
    width: 80%;
    display: inline-block;
    padding-left: 5px;
}


/*news section css*/
.news {
}

.single_news_right_content
.main_news_content_area {
    overflow: hidden;
}

.single_news_content_left {
    background: #fff;
    margin-bottom: 20px;
}

.news_content_left_thumbnail img {
    width: 100%;
    height: 185px;
}

.news_content_left_content {
    padding: 30px 20px 20px 20px;
}

p.subtitle {
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
}

.bottom_btn_area_content {
    overflow: hidden;
    width: 100%;
}
/*.bottom_btn_area_content a.news_icon{
  float:left;
  display: inline-block;
  width:90%;
  
}
.bottom_btn_area_content a.news_right_icon{
  float:right;
  width:10%;
  display: inline-block;
  
}*/
a.news_icon {
    text-transform: uppercase;
    color: #AB987A;
    font-family: 'Work Sans', sans-serif;
}

a i {
    color: #000000;
    margin-right: 10px;
}

.single_news_right_content {
    margin-bottom: 86px;
    max-width: 98%;
    float: right;
}

    .single_news_right_content .single_right_img img {
        width: 100%;
        height: 112px;
    }

    .single_news_right_content .single_right_content {
        background: #fff;
        padding: 10px 15px 10px 25px;
    }

    .single_news_right_content .single_icon_area .single_icon_content {
        background: #ab987a;
        color: #fff;
        height: 56px;
        padding: 5px;
    }

    .single_news_right_content .single_icon_area .single_icon_content_calander {
        background: #032f3e;
        color: #fff;
    }


/*testimonia section css*/
.testimonial {
    background: url(../images/teambg.png) no-repeat center center;
    background-size: cover;
}

.main_testimonial_area {
}

.main_testimonial_content {
}

.single_testimonial {
    text-align: center;
}

    .single_testimonial .single_test_thumbnail img {
        width: 170px;
        margin: 0 auto;
    }

    .single_testimonial .single_test_content {
        margin-top: 40px;
    }

        .single_testimonial .single_test_content p {
            font-size: 1.125rem;
            color: #616161;
            margin-top: 0;
            font-style: italic;
        }

        .single_testimonial .single_test_content .single_author_content h2 {
            font-size: 1.5rem;
            color: #032f3e;
            margin-bottom: 15px;
            margin-top: 40px;
        }

        .single_testimonial .single_test_content .single_author_content p {
            font-size: 1.125rem;
            color: #ab987a;
            margin-top: 0;
        }


/*maps section css*/
/*.border_top_raund2:before{
    background: url(../images/mapdownicon.png) no-repeat;
    left: 45%;
    top: -36px;
    content: "";
    width: 186px;
    height: 41px;
    position: absolute;

}*/

.contact {
    position: relative;
}

.ourmaps {
    width: 100%;
    height: 650px;
    border-top: 5px solid #AB987A;
}

.btn-viewagenda {
    float: right;
    margin-left: 25px;
    padding-right: 30px;
}

.footer_arrow {
    padding-right: 5px;
}
/*footer widget*/

.footer_widget {
    background: #021252;
    color: #ffffff;
}

    .footer_widget .main_widget {
        padding: 20px 20px 19px 20px;
        overflow: hidden;
    }

.footer_title_left {
    margin-bottom: 70px;
}

.footer_logo {
    margin-bottom: 20px;
}

.footer_widget p.footer_title {
    margin-bottom: 20px;
    font-size: 0.8125rem;
    color: #f6f7fa;
}

.footer_widget p {
    color: #9f9e9e;
    font-size: 16px;
    max-width: 80%;
    line-height: 1.325rem;
}





/*footer section*/
.footer {
    background: #021252;
    border-top: 1px solid #3c4463;
}

.copyright_text p, .privacy p {
    color: #ababab;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 0px 10px 0px;
    max-width: 100%;
}

.privacy p {
    text-align: right;
}

/* scrollup */

.scrollup {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    opacity: .3;
    position: fixed;
    bottom: 20px;
    right: 25px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    z-index: 1000;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
}

    .scrollup:hover {
        background: #222;
        opacity: 1;
    }

    .scrollup i {
        font-size: 13px;
        position: absolute;
        opacity: 1;
        color: #fff;
        left: 50%;
        top: 50%;
        margin-top: -7px;
        margin-left: -6px;
        text-decoration: none;
    }

/*my styles*/

.login_search {
    float: right;
    width: 30%;
}

.menu {
    float: left;
    width: 70%;
}

.right_actions {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 17px;
    font-weight: 300;
}

    .right_actions li {
        float: left;
        padding: 25px 15px 29px 15px;
        border-right: 1px solid #e5edef;
    }

        /*
.right_actions li:first-child{
    float:none;
}
*/

        .right_actions li:last-child {
            border-right: none;
        }

.evnt_banner_bg {
    width: 100%;
    margin-top: 55px;
    height: 500px;
    background: url("../images/header_banner.jpg");
}

.banner {
    width: 76%;
    margin: 0 auto;
}

.banner2 {
    width: 100%;
    margin-top: 179px;
    background: #000000;
    height: 427px;
    background: url("../images/slide1.jpeg");
}

.in_bnr_content {
    padding: 42px 155px;
}


.bnr_img {
    float: right;
    margin-top: 84px;
    border-radius: 10px;
    width: 970px;
    height: 450px;
    background-size: auto 100% !important;
}

.banner_img {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.carousel-inner {
    height: 590px;
}

.bg_img_bnr {
}

.bs-slider-overlay1 {
    background-color: rgba(0, 0, 0, 0.80);
    height: 427px;
}

.banner_content {
    width: 570px;
    background: #ffffff url("../images/content_bg.png");
    /*    margin-top: 225px;*/
    position: absolute;
    top: 227px;
    float: left;
    z-index: 5;
    border-radius: 10px;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.banner_bg, .bs-slider {
    background: transparent !important;
}

.title {
    width: 100%;
}

.banner_title2 {
    text-align: left;
    height: 48px;
}

.content_details .more_info {
    /*    width: 83%;*/
    width: 83%;
    float: left;
    padding: 0px 10px;
}

.content_details .dates {
    width: 17%;
    float: left;
}

.event_date, .event_join {
    width: 94px;
    height: 97px;
    background: #f54c6a;
    text-align: center;
    padding: 15px;
    line-height: 1;
}

.event_join {
    background: #ebf0f3;
    padding: 20px;
    border-radius: 0px 0px 0px 10px;
    transition: 0.5s;
}

    .event_join:hover {
        background: #575a6b;
    }

.close_button {
    font-size: 20px;
    color: #ec1c2d;
}

.modal_cont {
    margin-top: 10px;
    font-size: 18px;
}

.date_style {
    font-size: 40px;
    color: #ffffff;
    font-weight: 500;
}

.month_style {
    font-size: 18px;
    color: #ffffff;
}

.join_style {
    font-size: 18px;
    color: #859dab;
}



.hr_line {
    width: 100%;
    float: left;
    margin-top: -10px;
    height: 23px;
}

.bn_date_style {
    font-size: 18px;
    font-weight: 500;
}

.banner_event_details {
    line-height: 26px;
    margin: 0px;
    font-size: 17px;
}

.event_statistics {
    width: 100%;
    height: 61px;
    position: relative;
    top: 389px;
    padding: 6px 0px 20px 114px;
    background-color: rgba(255, 255, 255, 0.9);
}

.upcoming_events, .current_events, .events_calendar, .top_categories {
    margin-top: 55px;
}


.events_calendar {
    background: #EBF7FA;
    padding: 50px 0px 50px 0px;
}


.badge {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #ef1622;
    /*
    border-radius: 50%;
    width: 5px;
    height: 5px;
*/
}

.event_left {
    width: 40%;
    float: left;
    margin: 2%;
}

.event_right {
    width: 52%;
    float: left;
    margin: 2%;
}

.event_left {
    background: #ffffff;
    border-radius: 10px;
    padding: 8px;
}

.event-leftimg {
    height: 230px;
}

.event_img {
    border-radius: 10px;
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title_dark1 {
    color: #ffffff;
}

.date_dark li {
    float: left;
    color: #ffffff;
    padding-left: 5px;
}

.date_dark_small li {
    float: left;
    color: #2f3948;
    padding-left: 5px;
    font-size: 14px;
}


.location_dark {
    width: 100%;
    float: left;
    margin-top: 10px;
}

    .location_dark ul li {
        color: #6f8195;
        float: left;
        padding-left: 5px;
    }

.price_dark ul li {
    color: #6f8195;
    float: left;
    padding-left: 5px;
}

.price_dark {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.event_result_small {
    background: #ffffff;
    margin-bottom: 24px;
    padding: 8px;
    border-radius: 10px;
    float: left;
}

.event_img_small {
    width: 94%;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*    margin-right: 20px;*/
}

.event_cal_title_font {
    font-size: 20px;
    margin-top: 5px;
}

.event_img_cont {
    width: 140px;
    height: 180px;
    float: left;
}

.event_details_cont {
    width: 50%;
    float: left;
}


.browse_all {
    width: 98%;
    text-align: right;
    color: #6876b7;
}

.top_categories {
    background-image: url(../images/hexagon_bg.png);
    padding: 50px 0px 82px 0px;
    background-repeat: no-repeat;
    background-position: 0px 105px;
}

.title, .title_dark {
    text-align: center;
    padding: 14px 20px;
}

/*
.title_dark{
    color: #ffffff;
}
*/

.sub_title, .sub_title_dark {
    text-align: center;
}

.sub_title_dark {
    color: #6b6c6c;
}

.events_big {
    width: 375px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    padding: 0px;
    margin: 0px 5px;
    float: left;
}

.events_small {
    width: 100%;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    padding: 0px;
}

.title_height {
    height: 88px;
}

.events_content {
    padding: 20px;
}

.category, .category2, .category3, .category_small1, .category_small2 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .category li, .category2 li, .category3 li, .category_small1 li, .category_small2 li {
        float: left;
        padding-left: 5px;
    }

    .category li {
        color: #2c3e50;
        font-size: 17px;
        font-weight: bolder;
    }

    .category2 li {
        color: #f54c6a;
    }

    .category3 li {
        color: #43d838;
    }

    .category_small1 li {
        color: #d600ea;
    }

    .category_small2 li {
        color: #ffc700;
    }



.date li {
    float: left;
    color: #2f3948;
    padding-left: 5px;
    font-size: 20px;
    font-weight: bold;
}

.location {
    width: 100%;
    float: left;
    margin-top: 10px;
}

    .location ul li {
        color: #6f8195;
        float: left;
        padding-left: 5px;
        /*font-size: 18px;*/
    }

.price ul li {
    color: #6f8195;
    float: left;
    padding-left: 5px;
    font-size: 18px;
}

.price {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.bg_image {
    margin-top: 20px;
}

.image_corner {
    border-radius: 0px 0px 10px 10px;
    z-index: 1000;
}

.shadow {
    width: 373px;
    position: absolute;
    vertical-align: bottom;
    margin-top: 120px;
    border-radius: 0px 0px 10px 10px;
    background: -webkit-linear-gradient(top, transparent 0%, transparent 1%, rgba(0,0,0,0.30) 100%) !important;
    background: linear-gradient(to bottom, transparent 0%, transparent 1%, rgba(0,0,0,0.30) 100%) !important;
}

.actions {
    width: 100%;
    z-index: 1;
    position: relative;
    display: block;
    vertical-align: bottom;
    bottom: -106px;
}

.actions_small {
    width: 100%;
    z-index: 1;
    position: absolute;
    display: block;
    vertical-align: bottom;
    bottom: 10px;
}

.event_group {
    width: 50%;
    float: left;
}

    .event_group ul li {
        float: left;
        color: #ffffff;
        font-weight: 400;
        padding-left: 10px;
    }

.event_reg {
    width: 50%;
    float: left;
}

    .event_reg ul li {
        width: 30px;
        height: 30px;
        float: left;
        margin-left: 8px;
        cursor: pointer;
        border-radius: 50%;
        background: #36b0ca;
    }

.event_reg_banner ul li {
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 8px;
    cursor: pointer;
    border-radius: 50%;
    background: #ef1622;
}

    .event_reg ul li:hover, .event_reg_banner ul li:hover {
        background: #8FD400;
    }

.event_reg ul li img {
    width: 60%;
}

.event_reg_banner ul {
    padding-right: 2px;
}

.event_reg ul {
    float: right;
    padding-right: 2px;
}

.align_right {
    text-align: right;
}

.action_icons {
    position: relative;
    top: 5px; /*7/6*/
    left: 8px;
    color: #ffffff;
}

.event-slider {
    margin-top: 65px;
}

    .event-slider:last-child {
        margin-bottom: 10px;
    }


    .event-slider .owl-next, .event-slider .owl-prev {
        position: absolute;
        bottom: 40%;
        border: 1px solid !important;
        border-radius: 50% !important;
        width: 30px;
        height: 30px;
        color: #fff;
        background: #000;
    }

    .event-slider .owl-next {
        right: -32px;
        margin-right: -18px !important;
    }

    .event-slider .owl-prev {
        left: -32px;
        margin-left: -18px !important;
    }

    .event-slider .owl-dots {
        display: none;
    }

.view_all {
    width: 100%;
    text-align: right;
    color: #6876b7;
    margin-bottom: -40px;
}

.arrow {
    vertical-align: baseline;
}

.links_set {
    float: left;
    width: 33%;
}

    .links_set a, .privacy a {
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        color: #9f9e9e;
    }

        .links_set a:hover, .privacy a:hover {
            color: #ffffff;
            text-decoration: underline;
        }


.banner_title {
    font-size: 50px;
    color: #ffffff;
}

.banner_subtext {
    font-size: 20px;
    color: #e8e8e8;
}

.banner_details {
    font-size: 20px;
    color: #e8e8e8;
    border-bottom: 1px solid #403f3f;
    padding-bottom: 10px;
}

.catagory_banner {
    display: inline-block;
    padding: 6px 10px !important;
    font-size: 14px;
    color: #ffffff;
    border-radius: 8px;
}

/*
.catagory_banner2{
    width: 12%;
    font-size: 14px;
    color: #ffffff;
    background: #f54c6a;
    border-radius: 8px; 
    padding: 0px 0px 5px 10px;
}


.catagory_banner3{
    width: 12%;
    font-size: 14px;
    color: #ffffff;
    background: #00bde9;
    border-radius: 8px; 
    padding: 0px 0px 5px 10px;
}
*/

.slide-text {
    /*
   position: relative !important;
   text-align: left !important;
*/
    padding-top: 0px !important;
    top: 10% !important;
}

    .slide-text .col-md-6.col-sm-6 {
        height: 263px;
    }

.banner .item {
    height: 482px;
}

    .banner .item > img {
        position: absolute;
        height: 100%;
        max-width: none !important;
    }

    .banner .item .container {
        padding-top: 26px;
    }


.splitter {
    border-right: 1px solid #403f3f;
    padding: 0px 20px 0px 20px;
}

.banner_date {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    border-bottom: 1px solid #403f3f;
    padding: 10px;
}

.department {
    width: 40%;
    float: left;
}

.time_to_go {
    width: 20%;
    float: left;
    color: #ffffff;
    background: #f54c6a;
    border-radius: 50px 0px 0px 50px;
    padding: 5px 5px 5px 15px;
    margin-top: 5px;
}

.participant {
    width: 50%;
    float: left;
}

.stati {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    padding-left: 5px;
}

.stati1 {
    color: #e8e8e8;
    font-size: 18px;
    font-weight: 500;
    padding-left: 5px;
}


.org_name {
    color: #636363;
    font-weight: 400;
    font-size: 16px;
    display: block;
    padding-left: 30px;
    margin-top: -14px;
    line-height: normal;
}

.org_name1 {
    color: #e8e8e8;
    font-weight: 400;
    font-size: 16px;
    display: block;
    padding-left: 30px;
    margin-top: -9px;
    line-height: normal;
}

.button {
    margin: 0 auto;
    text-align: center;
}

.but_reg {
    background: #60cd91;
    padding: 10px 20px 10px 20px;
    border-radius: 23px;
    color: #ffffff;
    transition: .2s;
    -webkit-transition: .2s;
}

    .but_reg:hover {
        background: #0de870;
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
    }

.but_agenda {
    border: 2px solid #ffffff;
    padding: 10px 20px 10px 20px;
    border-radius: 23px;
    color: #ffffff;
    transition: .2s;
    -webkit-transition: .2s;
}

    .but_agenda:hover {
        border: 2px solid #60cd91;
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
    }

.gap_betw {
    display: inline-block;
    height: 65px;
}

.about_content {
    font-size: 22px;
    color: #6f8195;
    line-height: 35px;
}

.terms_content {
    font-size: 20px;
    color: #6f8195;
    line-height: 35px;
}

.gap_bw_divs {
    display: inline-block;
    height: 50px;
}

.my_tabs {
    border: none !important;
    padding: -1px;
    font-size: 18px;
    color: #6f8195;
    font-weight: 400;
    float: right;
    margin-bottom: 20px;
}

    .my_tabs li a {
        color: #6f8195;
        transition: .5s;
        -webkit-transition: .5s;
        border-left: none !important;
        border-top: none !important;
        border-right: none !important;
    }

        .my_tabs li a:hover {
            border-bottom: 4px solid #ff0000;
            color: #6f8195;
        }

.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
    border-bottom: 4px solid #f54c6a;
}

.dropdown-menu .active a, .dropdown-menu .active a:hover {
    background: #ffffff;
    color: #000000;
}

    .dropdown-menu .active a:focus {
        background: #ffffff;
        color: #000000;
    }

.tab_left, .tab_right {
    width: 50%;
    float: right;
}

.agenda .tab_right {
    width: 100% !important;
}

.tab_right .my_tabs {
    float: left !important;
    margin-top: 20px;
}

.tabcontentspace {
    border-top: 1px solid #ffd3db;
    padding-top: 30px;
}

.agenda_sections {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    width: 500px;
}

.gap_btw_sec {
    line-height: 4;
    margin-bottom: -10px;
}

.agenda_box {
    width: 33%;
    min-height: 305px;
    padding: 20px;
    float: left;
    border: 1px solid #e7e7e7;
    transition: .5s;
    -webkit-transition: .5s;
}

    .agenda_box:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 50px 0 rgba(0, 0, 0, 0.19);
    }

.time {
    color: #ef1622;
    font-size: 18px;
}

.address {
    padding-left: 1.5em;
    text-indent: -1.5em;
    color: #6f8195;
    font-size: 16px;
    line-height: 12px;
}

.speaker a {
    transition: .5s;
    -webkit-transition: .5s;
    color: #2c3e51;
    font-weight: 100;
    font-size: 18px;
}

    .speaker a:hover {
        color: #ff0000;
        cursor: pointer;
    }

.speaker_name {
    display: block;
    padding-left: 10px;
    float: left;
    font-size: 17px;
}

.speakername_sty {
    font-size: 18px;
}

.about_agenda {
    color: #000000;
    font-size: 22px;
    line-height: 27px;
    font-weight: 400;
}

.space_btw {
    display: inline-block;
    height: 40px;
}

.speakers {
    background-image: url(../images/speaker_bg.png);
    background-repeat: no-repeat;
    padding: 50px 0px 100px 0px;
}

.speaker_box {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    height: 180px;
}

    .speaker_box:hover {
        box-shadow: 5px 5px 10px 0 rgba(209, 227, 231, 0.5), 0 6px 60px 0 rgba(209, 227, 231, 0.19);
        transition: .5s;
        -webkit-transition: .5s;
        cursor: pointer;
    }

.speaker_details {
    float: left;
    width: 100%;
}

    .speaker_details ul li {
        /*float: left;
          padding-left: 10px;
        */
        color: #2c3e51;
        font-weight: 400;
        vertical-align: baseline;
    }

        .speaker_details ul li p {
            padding: 0px;
            margin: 0px;
        }

.speaker_designation {
    font-size: 15px;
    color: #6f8195;
    padding: 0px;
    margin: 0px;
    line-height: 20px;
}

.speaker_content {
    font-size: 16px;
    color: #6f8195;
    margin-top: 20px;
    line-height: 23px;
}

.speaker_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    object-fit: cover;
    margin-right: 10px;
}

.top_cat_space {
    display: inline-block;
    height: 65px;
}
/*
.hexa_bg{
    background-image: url("../images/hexagon_bg.png");
}
*/


/*hexagon*/

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hexagon {
    position: relative;
    display: inline-block;
    /* left/right margin approx. 25% of .hexagon width + spacing */
    margin: -5px;
    margin-top: 14px;
    text-align: center;
    background-image: url(../images/hexagon.png);
    background-repeat: no-repeat;
    transition: .5s;
    -webkit-transition: .5s;
}

    .hexagon, .hexagon::before, .hexagon::after {
        width: 163px;
        height: 181px;
    }


        .hexagon:nth-child(even) {
            top: 59px;
        }

        .hexagon:hover {
            background-image: url(../images/hexa_hover.png);
            background-position: -5px -2px;
            cursor: pointer;
            z-index: 1000;
            color: #ffffff;
        }

            .hexagon:hover img {
                -webkit-filter: brightness(100);
                filter: brightness(100);
            }

.hexanone:nth-child(even) {
    top: 59px;
}

.hexagontent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-54%, -58%);
    width: 140%;
    font-size: 1.4rem;
    line-height: 1.2;
    z-index: 100;
    font-size: 14px;
    text-align: center;
}

.ibws-fix {
    /* inline-block whitespace fix */
    font-size: 0;
}

.honeycomb {
    margin: 0 auto;
    text-align: center;
}


/*hexagon*/

.photogallery {
    background-image: url(../images/photo_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 30px;
    padding-bottom: 20px;
}

/*photogallery*/


/*tab mobile*/

.nav2 {
    display: block;
    margin: 0;
    padding: 0;
}

    .nav2 li {
        display: inline-block;
        list-style: none;
    }

    .nav2 .button-dropdown {
        position: relative;
    }

    .nav2 li a {
        display: block;
        color: #333;
        border-left: 1px solid #6f8195;
        padding: 10px 20px;
        text-decoration: none;
    }

        .nav2 li a span {
            display: inline-block;
            margin-left: 5px;
            font-size: 10px;
            color: #999;
        }

        .nav2 li a:hover, .nav2 li a.dropdown-toggle.active {
            color: #f54c6a;
            background-color: #ffffff !important;
        }

            .nav2 li a:hover span, .nav2 li a.dropdown-toggle.active span {
                color: #fff;
                background-color: #ffffff !important;
            }

    .nav2 li .dropdown-menu {
        display: none;
        position: absolute;
        left: -106px !important;
        padding: 0;
        margin: 0;
        margin-top: 3px;
        text-align: left;
    }


        .nav2 li .dropdown-menu.active {
            display: block;
        }

        .nav2 li .dropdown-menu a {
            width: 158px;
        }


/* search begins*/

button {
    border: 0;
    border-radius: 10px;
    font-size: 18px;
    color: #7e7e8c;
    cursor: pointer;
    transition: all .5s ease-out;
}

    button:hover {
        color: #ef2d27;
    }

#search {
    background: #ffffff;
    padding: 20px 15px;
    overflow: hidden;
    display: none;
    border-top: 1px solid #e5edef;
    border-bottom: 1px solid #e5edef;
}

    #search form {
        text-align: center;
        max-width: 60%;
        margin: 0 auto;
    }

    #search input {
        padding: 5px;
        font-size: 1.2rem;
        border-radius: 5px;
        border: 2px solid #00585f;
        width: 100%;
    }

    #search #submit {
        padding: 7px 10px;
        background: #5bce8f;
        border: 0;
        color: #ffffff;
    }

    #search .left-side {
        float: left;
        width: 80%;
    }

    #search .right-side {
        float: left;
        width: 10%;
        margin-left: 10px;
    }

    #search .close_button {
        width: 5%;
        float: left;
        cursor: pointer;
        font-size: 30px;
        color: #000000;
    }

        #search .close_button:hover {
            color: #ef1622;
        }

/* search ends*/


/* menu starts */




/*mega menu*/

.mega-menu {
    width: 100%;
    /*    margin-top: 29px;*/
    left: 0;
    right: 0;
    padding: 15px;
    display: none;
    padding-top: 0;
    min-height: 100%;
    z-index: 0;
}

h4.row.mega-title {
    color: #eee;
    margin-top: 0px;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #547787;
    padding-top: 15px;
    background-color: #365670
}

.mega-menu ul li a {
    line-height: 25px;
    font-size: 90%;
    display: block;
}

ul.stander li a {
    padding: 3px 0px;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

    ul.description li span {
        color: #ccc;
        font-size: 85%;
    }

a.view-more {
    border-radius: 1px;
    margin-top: 15px;
    background-color: #009FE1;
    padding: 2px 10px !important;
    line-height: 21px !important;
    display: inline-block !important;
}

    a.view-more:hover {
        color: #fff;
        background: #0DADEF;
    }

ul.icon-des li a i {
    color: #000000;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}


/*common*/
.mega-menu {
    background: rgba(65, 64, 64, 0.98);
    padding-top: 30px;
}

    /*hover*/

    .mega-menu:hover,
    .drop-down-ul:hover,
    li.flyout-left > ul:hover,
    li.flyout-right > ul:hover,
    .flyout-mega-wrap:hover,
    li.flyout-left a:hover + ul,
    li.flyout-right a:hover + ul,
    .blog-drop-down > a:hover + .Blog,
    li.drop-down > a:hover + .drop-down-ul,
    .images-drop-down > a:hover + .Images,
    .mega-drop-down a:hover + .mega-menu,
    li.flyout-mega > a:hover + .flyout-mega-wrap {
        display: block;
    }
/*responsive*/
@media (min-width:767px) {

    .mega-menu, .flyout-mega-wrap, .Images, .Blog, .flyout-right > ul,
    .flyout-left > ul, li.drop-down > ul {
        position: absolute;
    }

    .flyout-right > ul {
        left: 100%;
    }

    .flyout-left > ul {
        right: 100%;
    }
}

@media (max-width:767px) {

    .mega-menu, .Images, .Blog, .flyout-right > ul,
    .flyout-left > ul, li.drop-down > ul {
        position: relative;
    }
}


.login {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .login li {
        border-right: none;
        padding: 0px;
        width: 100%;
    }

.login_text {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
}

.login_sub_text {
    color: #b7b7b7;
}

.my_form {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    border: 1px solid #6f6f6f;
    border-radius: 8px;
}

.form_lab {
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
}

.right_bor {
    border-right: 1px solid #6f6f6f;
    min-height: 350px;
    padding: 0px 40px 0px 40px;
}

.dropdown-menu :not(.daterangepicker,.dropdownmenulogout) {
    left: auto !important;
    font-size: 16px !important;
    font-weight: 100 !important;
}


/* menu ends */

.profile_top_bg {
    z-index: 999;
    margin-top: -121px;
}

.photo_bg {
    height: 190px;
    background: #272727;
    margin-top: 190px;
}

.profile_label {
    font-size: 17px;
    color: #6f8195;
}

.profile_label2 {
    font-size: 20px;
    font-weight: 400;
}

.marginbottom {
    margin-bottom: 20px;
}
/*
.profile_photo{
    width: 313px;
    height: 313px;
    border-radius: 20px;
    z-index: 5;
}
*/

.profile_photo img {
    border-radius: 30px;
}

.navbar-collapse.collapse {
    border-bottom: 1px solid #e5edef;
}

.title_sub_content {
    font-size: 22px;
    color: #808080;
    line-height: 35px;
}

.indicators-line .carousel-indicators {
    z-index: 9;
}

.filter_bar {
    margin-top: 182px;
    background: #eef0f1;
    padding: 30px 0px 20px 0px;
}

.fil_title_color {
    color: #000000;
    font-size: 20px;
}

.fil_category {
    margin-top: 20px;
}

.buttons {
    background: #ffffff;
}

.form-group {
    padding-right: 5px;
    padding-left: 5px;
}

.forms {
    margin: 20px 0px 20px 0px;
    border: 2px #eef0f1 solid;
    padding: 30px 50px 50px 50px;
    border-radius: 10px;
    background: #fffefe;
}

.form_lab1 {
    font-size: 16px;
    font-weight: 100;
}


.my_form2, .my_form3 {
    display: block;
    width: 95%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
}

.my_form3 {
    width: 95%;
}

.register_btn {
    background: #ec2d2c;
    color: #ffffff;
    width: 15%;
    height: 40px;
    font-size: 16px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

.bootstrap-select .btn {
    height: 40px;
    border: 1px solid #e4e4e4;
    width: 95%;
}


.popover__wrapper {
    position: relative;
}

.popover__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -100px;
    top: 50px;
    transform: translate(0,10px);
    background: rgba(66, 66, 66, 0.90);
    padding: 1.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: auto;
    border-radius: 10px;
    color: #ffffff;
}

    .popover__content:before {
        position: absolute;
        z-index: -1;
        content: '';
        right: calc(50% - 10px);
        top: -8px;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #5e5e5e transparent;
        transition-duration: 0.3s;
        transition-property: transform;
    }

.popover__wrapper:hover .popover__content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0,-20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover__message {
    text-align: center;
    width: 300px;
}

.searh_input {
    height: 40px;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    width: 95%;
}



.refresh {
    width: 50px;
    height: 50px;
    background: url(../images/reset.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    margin: 5px 0px 0px 10px;
    background-color: #63b8b0;
    border-radius: 8px;
    border: 1px solid #a1d8d2;
}

.sub_title_in {
    font-size: 18px;
    line-height: 1;
    text-align: left;
}

.name_text {
    color: #ffffff;
}

.name_subtxt {
    color: #ababab;
    font-size: 18px;
}

.profile_certificate {
    border: 1px solid #ebebeb;
    padding: 20px;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.pro_cert_icon {
    width: 20%;
    float: left;
}

.pro_cert_cnt {
    width: 80%;
    float: left;
}

.pagetabs {
    font-size: 20px;
    color: #2c3e51;
}

    .pagetabs li {
        border-bottom: 1px solid #f4f4f5;
        padding: 5px 0px;
    }

        .pagetabs li:hover, .pagetabs li a:focus {
            color: #f54c6a;
        }

.margintop_name {
    margin-top: 65px;
}

.margintop_proinfo {
    margin-top: 125px;
}

.profile_photo img {
    /*height: 100%;*/
}

#imgProfileImage {
    width: 100%;
    height: 100%;
}

.error {
    font-size: 16px;
    background: #fd4343;
    color: #ffffff;
    border-radius: 10px;
    padding: 5px;
}

@media (max-width: 500px) {
    .slide-text .col-md-6.col-sm-6 {
        height: 240px;
    }

    .banner {
        margin-top: 81px;
    }

    .splitter {
        border: none;
    }

    .banner_date {
        font-size: 15px;
    }

    .department, .gap_betw, .but_agenda {
        display: none;
    }

    .button {
        margin-top: -86px;
    }

    .sub_title, .sub_title_dark {
        font-size: 18px;
        line-height: 1;
    }

    .slide-text h1 {
        font-size: 25px !important;
        line-height: 30px !important;
    }

    .banner_subtext, .banner_details {
        font-size: 17px;
    }

    .bs-slider > .carousel-inner > .item > img,
    .bs-slider > .carousel-inner > .item > a > img {
        width: auto !important;
    }

    .hexagon:nth-child(even) {
        top: 0px;
    }

    .honeycomb {
        /*        padding-top: 5px;*/
    }

    .hexagontent > img {
        display: inline !important;
    }

    .top_categories {
        margin-bottom: -104px;
    }

    .hexagon, .hexagon::before, .hexagon::after {
        margin: 0px;
    }

    .links_set {
        width: 100%;
        margin: 0px;
        padding-bottom: 21px;
    }

        .links_set p {
            padding-bottom: 20px;
        }

    .copyright_text p, .privacy p {
        padding: 15px 0px 15px 0px;
    }

    .privacy p {
        text-align: left;
    }

    .footer_widget .main_widget {
        padding: 55px 20px 29px 20px;
    }


    .tab_right {
        width: 100%;
    }

    .agenda_box {
        width: 100%;
    }

    .speaker_name {
        padding-left: 30px;
        line-height: 2;
    }

    .gap_bw_divs {
        height: 80px;
    }

    .event_left {
        width: 75%;
    }

    .event_right {
        width: 88%;
    }

    #search form {
        max-width: 95%;
    }

    #search .left-side {
        width: 75%;
    }

    #search .right-side {
        width: 22%;
    }

    .margintop_proinfo {
        margin-top: 0px;
    }

    .pagetabs {
        margin-top: 120px;
    }

    .margintop_name {
        margin-top: 390px;
    }

    .name_text {
        color: #2b3e52;
    }
}

@media (max-width: 1800px) {
    .banner_content {
        top: 127px;
    }
}

@media (max-width: 1024px) {



    .hexagontent img {
        display: inline !important;
    }

    .hexagon {
        margin: 0px;
    }

    .menu {
        width: 66%;
    }

    .login_search {
        width: 34%;
    }

    .top_categories {
        margin-bottom: 0px;
    }

    /*
    .footer_widget{
        margin-top: -135px;
    }
*/

    .photogallery {
        margin-top: 30px;
    }
}

.dgep_logo_pos {
    float: left;
}

.admin_button_top {
    float: left;
    padding-top: 27px;
    padding-right: 30px;
}

.admin_button {
    border: 1px solid #e2e2e2;
    padding: 3px 10px;
    font-size: 16px;
    outline: none;
    text-decoration: none !important;
    border-radius: 10px;
    background-color: #DDDDDD;
}

div.head_top_social .admin_button_top .admin_button:hover {
    color: #ef2d27;
}
/*Photo Gallery*/
#demo {
    height: 100%;
    position: relative;
    overflow: hidden;
}


.green {
    background-color: #6fb936;
}

.thumb {
    margin-bottom: 30px;
}

.page-top {
    margin-top: 85px;
}


img.zoom {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}


.transition {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.modal-header {
    border-bottom: none;
}

.modal-title {
    color: #000;
}

.modal-footer {
    display: none;
}

.owl-stage {
    /*padding-top: 40px;*/
}

.image_pad {
    padding: 6px !important;
}

/*Video Button*/
.playbutton {
    font-size: 20px;
    opacity: 0.9;
}

.video_camera {
    color: #ffffff;
    position: absolute;
    margin: 81px 98px;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 10px;
    padding: 15px 21px 15px 25px;
}

.speaker-area {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
}


/* Speaker modal */

#speakerDetailModal .modal_speaker_title {
    font-size: 18px;
    color: #000000;
}

#speakerDetailModal .speaker_img {
    margin-top: 5px !important;
}

#speakerDetailModal .modal-body {
    padding: 16px !important;
}

#speakerDetailModal .speaker_description {
    margin-top: 65px !important;
    padding: 20px 0px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

#speakerDetailModal .pop_session {
    margin-top: 10px;
}

#speakerDetailModal .session_title {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}

#speakerDetailModal .font_weight_pop {
    font-weight: 400;
    margin-bottom: 0px;
}

#speakerDetailModal .sessions {
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 0px;
}

#speakerDetailModal .spSessionfxTitle {
    height: 45px;
}


/*#region Scroll Customize */
/* width */
.container ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
.container ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.container ::-webkit-scrollbar-thumb {
    background: #888;
}

.select2-container ::-webkit-scrollbar {
    width: 1px;
}
/* Handle on hover */
.container ::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/*#endregion */

.logBorrght {
    border-right: 1px solid #018693;
}

.login_btn_mar {
    margin-left: 10px;
}

/*#region Footer Mobile App Section */

.footerAppBanner {
    width: 502px;
    height: 218px;
    background: url(../images/download_banner.png);
}

.appButtons {
    position: absolute;
    bottom: 29px;
    left: 54px;
}

.androidButton {
    width: 84px;
    height: 27px;
    background: url(../images/andriod.png);
    border-radius: 3px !important;
}

.iosButton {
    width: 94px;
    height: 28px;
    background: url(../images/iOS.png);
    border-radius: 3px !important;
}

/*#endregion */


.dvNo_Event {
    text-align: center;
}

#ulNotificationBody li {
    padding: 0px !important;
}

#ulNotificationBody {
    overflow-y: auto;
}

.login-drop-down a {
    border: 1px solid #51a196;
    border-radius: 8px;
    padding: 5px 11px;
    background: #51a196;
    color: #fff;
}

a:hover, a:focus {
    text-decoration: none;
}
