a.navbar-brand {
    max-width: 320px;
}

.side_bar #rpwe_widget-3 a.rpwe-img {
    float: left;
}

.side_bar #rpwe_widget-3 h3.rpwe-title {
    float: left;
    width: 75%;
}

.side_bar #rpwe_widget-3 h3.rpwe-title a {
    padding-top: 0;
}

.side_bar #rpwe_widget-3 .rpwe-time {
    color: #000;
    font-size: 11px;
    float: left;
    width: 75%;
}

.blog_page .image_div {
    position: relative;
    max-height: 400px;
    overflow: hidden;
}

.single-post .ev-social-share {
    display: none;
}

.site-header .nav>li {
    margin: 0 0.5em !important;
}

.top_video_player_Section iframe {
    width: 100%;
}

.top_video_player_Section h2 {
    font-size: 24px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.bottom_video_player_Section h2 {
    font-weight: normal;
    margin-top: 40px;
}

.bottom_video_player_Section {
    margin-bottom: 50px;
}

#jssor_1 img {
    width: 150px !important;
    height: auto !important;
}

.metaData {
    color: #A0A0A0;
}

.top_video_player_Section {
    margin-top: 60px;
}


/***JSSOR Slider Css***/

.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/*jssor slider bullet skin 057 css*/

.jssorb057 .i {
    position: absolute;
    cursor: pointer;
}

.jssorb057 .i .b {
    fill: none;
    stroke: #fff;
    stroke-width: 2000;
    stroke-miterlimit: 10;
    stroke-opacity: 0.4;
}

.jssorb057 .i:hover .b {
    stroke-opacity: .7;
}

.jssorb057 .iav .b {
    stroke-opacity: 1;
}

.jssorb057 .i.idn {
    opacity: .3;
}


/*jssor slider arrow skin 073 css*/

.jssora073 {
    display: block;
    position: absolute;
    cursor: pointer;
}

.jssora073 .a {
    fill: #c1a730;
    fill-opacity: .7;
    stroke: #000;
    stroke-width: 160;
    stroke-miterlimit: 10;
    stroke-opacity: .7;
}

.jssora073:hover {
    opacity: .8;
}

.jssora073.jssora073dn {
    opacity: .4;
}

.jssora073.jssora073ds {
    opacity: .3;
    pointer-events: none;
}


/***JSSOR Slider Css End***/


/******Webinar Listing Tab Section******/

.page-template-temp-webinar .card-header.tab-card-header {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 30px;
}

.page-template-temp-webinar .nav-tabs {
    border-bottom: none;
}

.page-template-temp-webinar .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: none !important;
    color: #bf9b30 !important;
}

.page-template-temp-webinar #myTab.nav-tabs>li>a:hover {
    border: 1px solid transparent !important;
}

.page-template-temp-webinar #myTab.nav-tabs>li:first-child>a {
    padding-left: 0;
}

.page-template-temp-webinar .ep_box {
    margin-bottom: 30px;
    min-height: 340px;
    max-height: 340px;
    overflow: hidden;
}

.page-template-temp-webinar figure {
    position: relative;
    width: 360px;
    height: 202px;
    overflow: hidden;
    cursor: pointer;
}

.page-template-temp-webinar figure img {
    max-width: 100%;
    height: auto;
}

.page-template-temp-webinar .figure_text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: grid;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    top: 0;
    opacity: 0;
    align-items: center;
    color: #fff;
}

.page-template-temp-webinar figure:hover .figure_text {
    opacity: 1;
}

.page-template-temp-webinar figure .figure_text p {
    border: 1px solid;
    padding: 6px;
    display: block;
    min-width: 175px;
    width: auto !important;
    margin: 0 auto;
    border-radius: 30px;
}

.page-template-temp-webinar .episodes h2 {
    font-weight: normal;
}

.page-template-temp-webinar .episodes .episode_content h4 {
    font-size: 20px;
}

.page-template-temp-webinar-php header,
.page-template-temp-webinar-php .sub_header {
    display: none !important
}

.page-template-temp-webinar-php {
    background: #121212;
    background-image: radial-gradient(circle at 96%, at 96%, #1a0a23, #0d1727 0, #121212 73%);
    background-image: radial-gradient(circle at 96% 96%, #1a0a23, #0d1727 43%, #121212 73%);
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #F5F4EC;
}

.webinars_header {
    display: flex;
    width: 100%;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.webinars_menu_icon img {
    max-width: 30px;
}

.golden_logo img {
    max-width: 80px;
    margin-left: 40px;
}

.webinars_sign_btn a {
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    margin-right: 20px;
    font-weight: 600;
    font-family: Montserrat;
}

.webinars_reg_btn a {
    background: #972989;
    color: #F5F4EC;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 3px;
    padding: 9px 20px;
    font-weight: 600;
    margin-right: 20px;
    font-family: Montserrat;
}

.webinars_search_icon i {
    color: #fff;
    font-weight: lighter;
    font-size: 20px;
}

.dis_flex {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}

.video_blam_white_logo img {
    max-width: 150px;
    margin-right: 20px;
}

.video_watch_btn {
    color: #BF9B30;
    text-transform: uppercase;
    font-weight: 600;
}

.video_watch_btn i {
    margin-right: 10px;
}

.connect_btn {
    color: #fff;
    margin-left: 10px;
    margin-right: 30px;
    border: 2px solid #c1a730;
    padding: 10px 35px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 24px;
}

h2#video_title {
    color: #fff !important;
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 24px !important;
    font-weight: 500;
}

.top_video_player_Section .metaData {
    color: #F5F4EC;
    margin-bottom: 10px;
    display: block;
}

.top_video_player_Section p#video_description {
    font-size: 13px;
}

.bottom_video_player_Section h2 {
    font-weight: 600;
    margin-top: 40px;
    font-size: 24px;
    color: #BF9B30;
    text-transform: uppercase;
}

.page-template-temp-webinar .episodes h2 {
    font-weight: 400;
    margin-top: 50px;
    font-size: 24px;
    color: #BF9B30;
    text-transform: uppercase;
}

.page-template-temp-webinar #myTab.nav-tabs>li>a {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}

.page-template-temp-webinar #myTab.nav-tabs>li.active>a {
    color: #BF9B30 !important;
    font-weight: bold;
    text-transform: uppercase;
}

.page-template-temp-webinar #myTab.nav-tabs>li:first-child>a {
    padding-left: 0;
    /*color: #F5F4EC;*/
}

.page-template-temp-webinar .card-header.tab-card-header {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    margin-bottom: 30px;
}

.page-template-temp-webinar .episodes .episode_content h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    font-family: 'Oswald', sans-serif !important;
}

.episode_date span {
    font-weight: lighter !important;
    opacity: .75;
}

.newsletter_left {
    padding-right: 50px !important;
    font-size: 12px;
    border-right: 1px solid #ffffff12;
    margin-bottom: 50px;
}

.newsletter_left h5 {
    font-weight: normal;
    color: #F5F4EC;
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 20px;
}

.newsletter_left form {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.newsletter_left form input[type="email"] {
    width: 76%;
    height: 45px;
    border: none;
    padding-left: 15px;
    border-radius: 3px;
    margin-right: 10px;
}

.newsletter_left form .form_sign_btn {
    background: #972989;
    height: 45px;
    border: none;
    width: 150px;
    border-radius: 3px;
    color: #F5F4EC;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}

.view_more_btn {
    background: #c1a730;
    border: none;
    border-radius: 3px;
    color: #5a2d8a;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    padding: 12px 40px;
    margin-bottom: 100px;
    display: inline-block;
}

.newsletter_left p a {
    color: #3998bf;
}

.newsletter_right {
    padding-top: 30px;
}

div#jssor_1 {
    overflow: visible !important;
    height: 310px !important;
    max-width: 1024px !important;
}

div#jssor_1+div {
    height: 310px !important;
    width: 1024px !important;
    overflow: hidden !important;
}

div[data-u=arrowleft] {
    left: -100px !important;
}

div[data-u=arrowright] {
    left: 200% !important;
}

#jssor_1 div.each_video {
    z-index: 9 !important;
    cursor: pointer;
    overflow: visible !important;
}

.next_video_dec P {
    font-size: 15px !important;
    color: #2682A4;
    font-weight: 400;
    font-family: 'Oswald', sans-serif !important;
}


/*.link_text_color{color: #2682A4 !important;}*/

.next_video_dec .metaData {
    color: #fff;
    font-size: 12px!important;
}

#jssor_1 div[data-u='slides'] {
    height: 300px !important;
}

.page-template-temp-webinar .ep_box {
    margin-bottom: 30px;
    min-height: 300px;
    max-height: 340px;
    overflow: hidden;
}

.webinars_footer_top {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #595a5d;
    border-bottom: 1px solid #595a5d;
    margin-bottom: 50px;
}

.webinars_footer_top img {
    max-width: 100px;
}

.webinars_footer_social {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 0;
}

.webinars_footer_social li {
    display: inline-block;
    padding: 5px;
    border: 2px solid #c1a730;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 12px;
    margin-right: 3px;
}

.webinars_footer_social li a {
    color: #c1a730;
}

.footer_other_links {
    list-style: none;
    padding-left: 0;
    font-size: 12px;
}

.footer_other_links li a {
    color: #3998bf;
}

.webinars_footer_bottom {
    padding-bottom: 50px;
    border-bottom: 1px solid #595a5d;
    margin-bottom: 20px;
}

.footer-legal {
    font-size: 10px;
    color: #F5F4EC;
    padding-bottom: 50px;
}

.footer-legal a {
    color: #3998bf;
}

.page-template-temp-webinar .main_footer,
.page-template-temp-webinar footer {
    display: none !important;
}

a.ep_play_btn {
    font-size: 41px;
    left: 10px;
    position: relative;
    color: #fff;
    text-shadow: 0 0 20px #000;
}

@media(min-width:1025px) and (max-width:1198px) {
    a.navbar-brand {
        max-width: 200px;
        position: relative;
        top: 14px;
    }
}

.footer_logo img {
    max-width: 335px !important;
}

.page-id-265 .ev-page-header {
    padding: 300px 0 300px 0 !important;
    background-size: cover !important;
    background-position: 0px -180px;
}

.side_bar .widget_title {
    color: #ca177b !important;
    font-weight: 500;
    text-transform: uppercase;
}


/*.page-id-171 .ev-page-header {
    background-size:auto !important;
}*/

.navigation.post-navigation .screen-reader-text,
.ev-social-share i.fa-google-plus,
.single-post .blog-meta {
    display: none;
}

.single-post nav.navigation.post-navigation {
    display: inline-block;
    width: 75%;
    float: left;
}

.single-post .post-navigation .nav-links {
    margin-top: 0px;
}

#gform_1 ul.gform_fields li.gfield {
    padding-right: 0 !important;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.single-post .post-navigation .nav-links .nav-next {
    text-align: left;
}

#gform_1 {
    max-width: 55%;
}

ul#gform_fields_1 {
    padding-left: 0;
    list-style: none;
    display: inline-block;
}

.vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item {
    visibility: visible;
    max-height: 240px !important;
    overflow: hidden !important;
}

#gform_1 .gfield_error {
    background: none !important;
    border: none !important;
}

a.back_to_press {
    display: inline-block;
    width: 20%;
    text-align: left;
    font-size: 20px;
    color: #f71111;
    margin-left: 5px;
}

@media(max-width:1600px) {
    .page-id-265 .ev-page-header {
        padding: 150px 0 150px 0 !important;
        background-size: cover !important;
        background-position: 0px -180px;
    }
}

#show_mob {
    display: none !important;
}

#show_mob_2 {
    display: none !important;
}

#speaker_new .speaker-item {
    text-align: center;
    min-height: 445px;
}

#speaker_new .speaker-item a h3 {
    color: #313131;
    transition: color .3s;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
    font-weight: normal;
}

#speaker_new .speaker-item p {
    font-size: 14px;
}

#speaker_new .speaker-item figure {
    position: relative;
    max-height: 260px;
    overflow: hidden;
}

#speaker_new .speaker-item figure:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f71111, #ff731c);
    opacity: 0;
    transition: opacity .35s;
}

#speaker_new .speaker-item figure:hover:before {
    opacity: .9;
    transition: opacity .35s;
}

.single-eventia_speaker #main {
    margin-top: 50px !important;
}

.page-id-171 .page-item-171 {
    display: none;
}

.hotel_lodging {
    display: none
}

body {
    font-family: jaf-bernina-sans, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.hero_banner {
    -webkit-transition: 1s ease !important;
    -moz-transition: 1s ease !important;
    -o-transition: 1s ease !important;
    -ms-transition: 1s ease !important;
    transition: 1s ease !important;
}

.hero_banner_scroll {
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    -webkit-transition: border-radius 1s !important;
    -moz-transition: border-radius 1s !important;
    -o-transition: border-radius 1s !important;
    -ms-transition: border-radius 1s !important;
    transition: border-radius 1s !important;
}

.new_header ul#menu-main-navigation-2>li.menu-item-21:hover ul.sub-menu {
    left: -120px;
}

#slide-1-layer-1 {
    transition: transform 8s !important;
    -webkit-transition: shrink ease-out 8s forwards !important;
    -moz-transition: shrink ease-out 8s forwards !important;
    -o-transition: shrink ease-out 8s forwards !important;
    -ms-transition: shrink ease-out 8s forwards !important;
    transition: shrink ease-out 8s forwards !important;
}

.hero_banner_scroll #slide-1-layer-1 {
    transform: scale(1.2) !important;
    transition: transform 0.1s !important;
}

.site-header .nav>li:hover>a::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 4px;
    background: #919055;
    border-radius: 4px;
    bottom: -7px;
}

li#field_6_7,
li#field_6_6 {
    display: inline-block;
    width: 50%;
}

#comments.comments-area {
    display: none;
}

#menu-new-menu li>a,
#menu-main-navigation-2 li>a {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}

#menu-new-menu li:hover>a::before,
#menu-main-navigation-2 li:hover>a::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background: #fff;
    border-radius: 4px;
    bottom: -7px;
}

#menu-new-menu li>a::before,
#menu-new-menu li>a::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 25px;
    border-radius: 4px;
    height: 4px;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

#menu-main-navigation-2 li>a::before,
#menu-main-navigation-2 li>a::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0px;
    width: 25px;
    border-radius: 4px;
    height: 4px;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

#menu-new-menu li>a::before,
#menu-new-menu li>a::after,
#menu-main-navigation-2 li>a::before,
#menu-main-navigation-2 li>a::after {
    background-color: transparent;
}

#menu-new-menu li:hover a::before,
#menu-new-menu li:focus a::before,
#menu-main-navigation-2 li:hover a::before,
#menu-main-navigation-2 li:focus a::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.uppercase {
    text-transform: uppercase;
}

.single-post .site-header,
.archive .site-header,
.single-eventia_speaker .site-header {
    margin-bottom: 0 !important;
}

.single-post .sub_header {
    margin-bottom: 30px;
}

.p-r-l-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.p-l-100 {
    padding-left: 100px;
}

.p-r-100 {
    padding-right: 100px;
}

.p-t-70 {
    padding-top: 70px;
}

.p-r-l-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.p-t-b-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.p-r-l-20 {
    padding-right: 20px;
    padding-left: 20px;
}

.text_24 {
    font-size: 24px;
}

.w_text {
    color: #fff;
}

.site-header .nav>li>a {
    color: #fff;
    position: relative;
    display: block;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    text-transform: capitalize !important;
    font-family: jaf-bernino-sans-narrow, sans-serif !important;
    padding: 0;
    font-size: 16px;
    margin: 0;
}

.sub_header_menu {
    padding-top: 15px;
    margin-bottom: 0 !important;
}

#menu-new-menu li::before {
    display: none;
}

#menu-new-menu {
    padding-left: 0px;
}

#menu-new-menu li {
    display: inline;
    padding-right: 50px;
}

#menu-new-menu li a {
    color: #fff;
    font-size: 18px;
    font-family: jaf-bernino-sans-narrow, sans-serif !important;
    font-weight: 400;
    font-style: normal;
}

.header_social_icon {
    text-align: right !important;
}

.header_social_icon .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
    margin-bottom: 0;
    margin-top: 5px;
    display: inline-block;
}

.header_social_icon .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
    display: block;
    width: 35px;
    height: 3em;
}

.header_social_icon .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
    font-size: 1.7em !important;
}

.widget.widget_nav_menu {
    margin-bottom: 0;
}

.register_btn {
    margin-bottom: 0 !important;
    width: 100%;
}

.register_btn a {
    font-size: 16px !important;
    text-shadow: 2.121px 2.121px 0px rgba( 0, 0, 0, 0.5);
    width: auto;
    font-weight: 700;
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.hero_banner {
    padding: 130px 0 !important;
}

.hero_banner .vc_custom_heading {
    margin: 0;
    font-family: jaf-bernina-sans, sans-serif !important;
    text-shadow: 2.121px 2.121px 0px rgba( 0, 0, 0, 0.5);
}

h2.hero_subheading.vc_custom_heading {
    font-weight: 400 !important;
    font-family: jaf-bernino-sans-narrow, sans-serif !important;
}

h2.hero_date_place.vc_custom_heading {
    font-weight: 400 !important;
    font-family: jaf-bernina-sans, sans-serif !important;
    margin-top: 15px;
}

.text_shdw {
    text-shadow: 3px 3px 1px #238daa;
}

.text_shdw_blk {
    text-shadow: 3px 3px 1px #000000;
}

.text_shdw_trans {
    text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.44);
}

.hero_btn button {
    margin-top: 50px;
    padding: 20px 50px !important;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 2.121px 2.121px 0px rgba( 0, 0, 0, 0.5);
}

.count_down {
    margin: -50px 110px 0 100px !important;
    padding: 20px 50px;
    position: absolute;
    text-shadow: 2.121px 2.121px 0px rgba( 0, 0, 0, 0.5);
    box-shadow: 0px 0px 24px 12px rgba( 35, 141, 170, 0.1);
    z-index: 20;
    max-width: 930px;
    width: 100%;
}

.page-id-1305 .wpb_content_element,
ul.wpb_thumbnails-fluid>li,
.wpb_button {
    margin-bottom: 0 !important;
}

.count_heading {
    font-weight: 700 !important;
    font-family: jaf-bernino-sans-narrow, sans-serif !important;
    margin-top: 0 !important;
}

.custom_heading {
    font-family: jaf-bernina-sans, sans-serif !important;
    margin: 0;
}

.custom_heading_narrow {
    font-family: jaf-bernino-sans-narrow, sans-serif !important;
    font-weight: 400 !important;
}

.custom_heading_narrow_bold {
    font-family: jaf-bernino-sans-narrow, sans-serif !important;
    font-weight: 700 !important;
}

.counter {
    margin-bottom: 0 !important;
}

.sec_1 {
    padding: 50px 0;
    padding-top: 30px;
}

.learn_more button {
    padding-left: 0 !important;
    background: none !important;
}

.para_font p {
    font-size: 16px;
}

.team_section .wpb_single_image {
    margin-bottom: 15px;
}

.team_section .wpb_single_image,
.team_section figure,
.team_section img,
.team_section .vc_single_image-wrapper {
    width: 100%;
}

.team_more_btn button {
    background-image: none !important;
    font-size: 18px !important;
}

.team_full_list_btn a,
.team_full_list_btn button {
    font-family: jaf-bernina-sans, sans-serif !important;
    text-shadow: 2.121px 2.121px 0px rgba( 0, 0, 0, 0.5);
    font-size: 24px !important;
    font-weight: 700;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

#count_down_new .count_main_heading {
    padding-bottom: 0!important;
}

.canvasDays,
.canvasHours,
.canvasMinutes,
.canvasSeconds {
    width: 200px;
    height: 230px;
}

.theCircles .innerText {
    padding: 0;
    margin: 0;
    position: absolute !important;
    left: 0;
    right: 0;
    top: 62px !important;
    text-transform: capitalize !important;
    text-shadow: 4px 2px 0 rgba(0, 0, 0, 0.5);
    font-family: jaf-bernina-sans-narrow, sans-serif !important;
    font-weight: 500;
}

.theCircles .innerNumber {
    text-shadow: 4px 2px 0 rgba(0, 0, 0, 0.5);
    font-family: jaf-bernina-sans-narrow, sans-serif !important;
    font-weight: 500;
    top: 102px !important;
}


/*.time_circles > canvas {
        display: none;
}
#ycd-circle-71 .time_circles > div {
        position: relative !important;
        text-align: center;
        float: left;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        width: auto !important;
        margin: 0 20px !important;
}
#ycd-circle-71 .time_circles > div > h4 {
        color: #fff !important;
        display: inline;
        position: relative;
        font-size: 20px !important;
        text-transform: capitalize !important;
        top: 20px;
        margin-left: 10px;
}
#ycd-circle-71 .time_circles > div > h4 + span {
        color: #fff !important;
        float: left;
        font-size: 45px !important;
        position: relative;
        width: auto !important;
}*/

#ycd-circle-71 .time_circles>div>h4 {
    color: #fff !important;
}

#ycd-circle-71 .time_circles>div>h4+span {
    color: #fff !important;
}

.gallery_center .wpb_image_grid_ul {
    text-align: center !important;
}

.gallery_center .isotope-item {
    list-style: none;
    margin: 0 1px 1px 0;
    float: none !important;
    position: relative !important;
    display: inline-block;
    left: 0 !important;
}

.find_more_btn button {
    font-family: jaf-bernina-sans, sans-serif !important;
    text-shadow: 2.121px 2.121px 0px rgba( 0, 0, 0, 0.5);
    font-size: 18px !important;
    font-weight: 700;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    max-width: 380px;
    text-align: center !important;
}

.hotel_lodging h2.custom_heading {
    font-family: jaf-bernino-sans-narrow, sans-serif !important;
    font-weight: 400 !important;
}

.hotel_lodging .para_font p {
    font-size: 14px;
    line-height: 20px;
}

.vc_images_carousel .vc_carousel-control .icon-next::before {
    width: 54px !important;
    height: 54px !important;
    content: '' !important;
    position: absolute !important;
    top: -10px;
    background: url('/wp-content/uploads/2020/03/Arrow-2-1-copy.png') no-repeat;
}

.vc_images_carousel .vc_carousel-control .icon-prev::before {
    width: 54px !important;
    height: 54px !important;
    content: '' !important;
    position: absolute !important;
    left: -40px;
    top: -10px;
    background: url('/wp-content/uploads/2020/03/Arrow-2-2-copy.png') no-repeat;
    ;
}

.vc_images_carousel.vc_per-view-more .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item>.vc_inner {
    margin: 0 10px;
    text-align: center;
}

.footer-main {
    display: none;
}

.footer_text h2>a {
    font-family: jaf-bernina-sans, sans-serif !important;
}

.footer_text strong {
    color: #f06838 !important;
}

.footer_text ul {
    list-style: none;
    padding-left: 0 !important;
}

.footer_text ul li a {
    color: #fff;
    font-family: jaf-bernina-sans, sans-serif !important;
    font-weight: 400;
    font-size: 14px;
}

.footer_text ul li a:hover {
    color: #f06838;
}

.footer_social .vc_icon_element {
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
}

.footer_social .vc_icon_element {
    line-height: 0;
    font-size: 10px;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-purple.vc_icon_element-background {
    background-color: #d1338c !important;
}

.site-footer .site-info .row {
    border-top: 1px solid #d1338c;
    padding-top: 50px;
    padding-bottom: 20px;
}

.site-footer .site-info .col-md-12 {
    text-align: center;
    font-family: jaf-bernina-sans, sans-serif !important;
    font-size: 14px;
    color: #fff;
}

#gform_1 {
    float: right;
    width: 68%;
    position: relative;
}

#gform_1 #input_1_1,
#gform_1 #input_1_3 {
    float: left;
    width: 100%;
    height: 50px;
    background: #fdeee8;
    border: none;
    padding-left: 10px;
}

#field_1_1 .gfield_label {
    font-size: 30px !important;
    color: #f06838;
    font-weight: 400 !important;
    margin-bottom: 20px;
}


/*#gform_1 .gform_footer.top_label {
        position: absolute;
        right: 0;
        clear: none !important;
        text-align: right;
        width: auto;
        margin-top: 0;
        padding-top: 0;
        font-size: 0;
        top: 65px;
}
#gform_submit_button_1 {
        background: url('/wp-content/uploads/2020/03/Arrow-2-1-copy.png') no-repeat;
}*/

#gform_1 .gform_footer.top_label {
    position: relative;
    left: 0;
    clear: both !important;
    text-align: center;
    width: auto;
    margin-top: 19px;
    padding-top: 0;
    font-size: 16px;
}

#gform_submit_button_1 {
    padding: 10px 20px !important;
}

#gform_1 .validation_error {
    display: none;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: none !important;
    margin-bottom: 0 !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.ev-page-header:before {
    background: none !important;
}

.ev-page-header {
    padding: 80px 0 100px 0 !important;
    background-size: cover !important;
    background-position: center;
}

.ev-page-header h1 {
    font-family: jaf-bernina-sans, sans-serif !important;
    text-shadow: 2.121px 2.121px 0px rgba( 0, 0, 0, 0.5);
}

.white_text p,
.white_text h2 {
    color: #fff !important;
    text-shadow: 2.121px 2.121px 0px rgba( 0, 0, 0, 0.5);
}

.reg_sec {
    padding-left: 110px;
    padding-right: 110px;
}

.pakg_nav ul {
    list-style: none;
    text-align: center;
    margin: 50px 0;
}

.pakg_nav li {
    display: inline;
    padding: 0 40px;
    border-right: 1px solid #151515;
}

.pakg_nav li:last-child {
    border-right: none;
}

.pakg_nav li a {
    color: #f06838;
    text-transform: uppercase;
    font-size: 18px;
}

.price_box {
    padding: 30px;
    margin: 20px;
    padding-bottom: 0 !important;
}

.price_box .vc_column-inner {
    padding-top: 0 !important;
}

.purchase_btn a {
    font-size: 20px !important;
    font-family: jaf-bernina-sans, sans-serif !important;
    text-shadow: 2.121px 2.121px 0px rgba( 0, 0, 0, 0.5);
    background: #f06838 !important;
    margin-top: 57px;
}

.pricing_heading {
    text-transform: uppercase;
    margin-bottom: 30px;
    display: inline;
}

.book_by {
    display: inline;
    padding: 5px 10px;
    background: #ca177b;
    color: #fff !important;
    margin-left: 30px;
}

.packg_price {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.image_div {
    position: relative;
}

.entry-meta {
    display: inline-block;
    float: left;
    background: #26b0c6 !important;
    margin-right: 30px;
    margin-bottom: 10px;
    text-shadow: 2.121px 2.121px 0px rgba( 0, 0, 0, 0.5);
}

.image_div>img+.entry-meta {
    position: absolute !important;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
}

.archive .blog-meta {
    display: none;
}

.single-post .entry-image {
    margin-top: 22px;
}

.page-id-331 #press_sec {
    padding-top: 60px !important;
}

.single-post .entry-image>img+.entry-meta {
    position: absolute !important;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
}

.archive .entry-image>a+.entry-meta {
    position: absolute !important;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
}

.posts_div .title a {
    font-size: 32px;
    color: #77297c;
    padding-top: 10px;
    font-family: jaf-bernina-sans, sans-serif !important;
    display: block;
    line-height: 35px;
}

.page-id-331 .widget_title {
    font-size: 26px;
}

span.date_post {
    display: block;
    padding-top: 10px;
}

.date_post a {
    color: #030303;
}

.posts_div .post_desc {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-family: jaf-bernina-sans, sans-serif !important;
}

.resource_posts.col-md-12 {
    margin-bottom: 50px;
}

.post_desc .post_read_more {
    display: block;
    background: #f06838;
    max-width: 180px;
    text-align: center;
    margin-top: 30px;
    padding: 16px;
    color: #fff;
    font-size: 16px !important;
    font-family: jaf-bernina-sans, sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 2.121px 2.121px 0px rgba( 0, 0, 0, 0.5);
}

.widget h3.widget-title {
    font-family: jaf-bernino-sans-narrow, sans-serif !important;
    color: #ca177b;
}

.widget ul li:before {
    display: none !important;
}

.widget img.rpwe-alignleft.rpwe-thumb {
    border: none !important;
}

.widget h3.rpwe-title a {
    color: #81803c;
    font-size: 16px;
    font-family: jaf-bernino-sans-narrow, sans-serif !important;
    padding-top: 7px;
    display: inline-block !important
}

#categories-2 ul li {
    padding-left: 10px;
}

#categories-2 ul li a {
    color: #030303
}

#categories-2 ul li:before {
    display: block !important;
    content: "";
    width: 15px;
    position: absolute;
    height: 15px;
    background: url('/wp-content/uploads/2020/03/cat_list_icon.png') no-repeat;
    left: -15px;
    top: 6px;
}

.widget a.tag-cloud-link {
    background: #f86941;
}

.widget {
    margin-bottom: 50px;
}

.video_left_padding {
    padding-left: 40px;
}

.p_left_40 {
    padding-left: 40px;
}

.recipient_name {
    padding-right: 100px;
    font-weight: bold !important;
    margin-top: -70px;
}

.award_title {
    padding-right: 100px;
    font-weight: normal !important;
}

.see_all a {
    color: #77297c !important;
    font-size: 18px !important;
    text-transform: uppercase;
    border: 2px solid #27b3ca !important;
    font-weight: bold;
    padding: 15px 55px !important;
    padding-top: 25px !important;
}

.see_all a::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border: 2px solid #27b3ca;
    top: 11px;
    left: 11px;
}

#spon_logos .wpb_single_image {
    margin-bottom: 0 !important;
}

.wdo-pic {
    display: none;
}

.wdo-testimonial {
    border: none !important;
    padding: 20px 30px 50px !important;
    margin: 0px 30px 30px !important;
}

p.wdo-description {
    font-size: 24px !important;
    color: #fff !important;
    font-style: italic;
}

h3.wdo-title {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    background: transparent !important;
    border: none !important;
    color: #8de9f8 !important;
    font-family: jaf-bernino-sans-narrow, sans-serif !important;
    font-weight: normal !important;
    font-style: italic !important;
    font-size: 20px !important;
}

.owl-next,
.owl-prev {
    width: 60px !important;
    height: 60px !important;
    border-radius: 100% !important;
    top: 20% !important;
}

.owl-prev:before {
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 6px;
    font-size: 35px;
    vertical-align: middle;
}

.owl-next:before {
    font-size: 35px !important;
}

.descrip .title {
    font-size: 18px !important;
    line-height: 1.2em !important;
}

.vc_tta-title-text {
    font-weight: 400 !important;
}

.vc_tta-tabs-list {
    text-align: center;
    margin-bottom: 50px !important;
}

.vc_tta-tab {
    background: #ca177b !important;
    padding: 3px !important;
    border-radius: 10px;
    margin: 3px !important;
}

.vc_tta-tab a {
    background: #fff !important;
    color: #ca177b !important;
    font-weight: 600;
    padding: 10px 15px !important;
    border-radius: 8px !important;
    border: none !important;
}

.vc_tta-tab.vc_active a {
    background: #ca177b !important;
    color: #fff !important;
    font-weight: 600;
    border-radius: 5px;
}

.vc_tta-panel-body {
    background: #fff !important;
    color: #000 !important;
}

.time {
    display: block;
    vertical-align: middle;
    width: 200px;
    float: left;
    margin-top: 20px;
}

.strt_time {
    font-size: 38px;
    float: left;
    color: #000;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.full_time {
    float: left;
    width: 100%;
    text-align: center;
    color: #f06838;
}

.descrip:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0px;
    z-index: 1;
    background: transparent;
    background: -moz-linear-gradient(top, transparent 1%, #f71111 50%, transparent 100%);
    background: -webkit-linear-gradient(top, transparent 1%, #f71111 50%, transparent 100%);
    background: linear-gradient(to bottom, transparent 1%, #f71111 50%, transparent 100%);
}

.descrip {
    float: left;
    width: 80%;
    border: none;
    position: relative;
    border-bottom: 0;
    box-shadow: 0px 0px 2px 1px #ddd;
    margin-top: -1px;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    margin-bottom: 40px;
}

.descrip:hover {
    box-shadow: 0px 3px 20px 0px rgba(165, 165, 165, 0.55);
}

.descrip img {
    position: absolute;
    margin-top: 15px;
    margin-right: 15px;
    right: 0px;
    max-height: 35px;
    max-width: 35px;
    border-radius: 100%;
    /*box-shadow: 0px 1px 10px 0px rgba(165, 165, 165, 0.55);*/
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.ballR {
    float: left;
    padding: 8px 40px;
    background: linear-gradient(to right, #CC1B78 0%, #ff731c 100%);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.descrip .title {
    float: left;
    width: 83%;
    padding-left: 50px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
}

.desc {
    float: left;
    width: 100%;
    padding-left: 50px;
    font-size: 17px;
    margin-bottom: 30px;
    position: relative;
    padding-right: 135px;
}


/*.desc::before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    background: #f06838;
    left: -16px;
    top:0;
}
.desc::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    background: #f06838;
    left: -16px;
    top:0;
}*/

.desc:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: linear-gradient(to right, #CC1B78 0%, #ff731c 100%);
    background: linear-gradient(to right, #CC1B78 0%, #ff731c 100%);
    left: -15px;
    z-index: 1;
    top: 50%;
    margin-top: -15px;
    border-radius: 50%;
}

.descrip:hover .desc:after {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.desc:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    left: -10px;
    z-index: 1;
    top: 50%;
    margin-top: -10px;
    border-radius: 50%;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(0);
    transform: scale(1);
}


/*--- other ----*/

.current-menu-item a::before {
    border: 2px solid #919055;
    border-radius: 4px;
    width: 40px !important;
}

.spons_title {
    position: relative;
    text-align: center;
}

.spons_div .col-md-4 {
    text-align: center;
}

.blog_page {
    margin-top: 63px;
    display: inline-block;
}

.spons_imgs .wpb_single_image {
    text-align: center !important;
    height: 150px;
    min-height: 150px;
    display: table-cell;
    vertical-align: middle;
    width: 378px !important;
}

.spons_imgs .spons_title {
    text-align: center;
    color: #FF731C;
    text-transform: capitalize !important;
    font-family: jaf-bernino-sans-narrow, sans-serif !important;
    font-size: 18px;
    font-weight: normal;
    position: relative;
}

.spons_title p::before {
    content: close-quote;
    border: 1px solid;
    position: absolute;
    width: 32%;
    left: 0;
    top: -12px;
    margin: 0 34.3%;
}

.diamond .spons_title {
    color: #1e73be;
}

.spons_title {
    margin-bottom: 0px;
}

.gold .spons_title {
    color: #DAA520;
}

.bronze .spons_title {
    color: #cd7f32;
}

.frineds .spons_title {
    color: #1b889c;
}

.silver .spons_title {
    color: #808080;
}

#site-navigation .navbar-right .dropdown-menu {
    right: auto !important;
}

#gform_2 .gfield {
    display: flex;
    flex-direction: column;
}

#gform_2 .gfield_label {
    order: 2;
    width: 100%;
}

#gform_2 .ginput_container {
    order: 1;
    width: 100%;
}

#gform_2 .full {
    width: 100%;
}

#gform_2 .half {
    width: 50%;
    clear: none !important;
    float: left;
}

#gform_2 .full input {
    width: 100% !important;
}

#gform_2 .half input {
    width: 100% !important;
}

#gform_2 .half select {
    max-width: 100% !important;
    width: 100%;
    padding: 7.1px;
}

#gform_2 .gfield_html h2 {
    font-size: 22px;
    text-align: center;
    font-weight: normal !important;
    font-family: inherit;
}

.ev-speaker-list p {
    font-size: 14px !important;
    text-align: center;
    color: #454c50;
}

.ev-speaker-list .speaker-item a h3 {
    line-height: 24px;
    font-family: jaf-bernina-sans, sans-serif !important;
    font-weight: 400;
}

.page-id-545 .site-header {
    display: none;
}

.page-id-545 .sub_header {
    display: none;
}

.page-id-545 .site-footer {
    display: none;
}

.page-id-545 .main_footer {
    display: none;
}

.page-id-1713 .site-header {
    display: none;
}

.page-id-1713 .sub_header {
    display: none;
}

.page-id-1713 .site-footer {
    display: none;
}

.page-id-1713 .main_footer {
    display: none;
}

.register_event_btn {
    background-color: #f06838 !important;
    color: #ffffff !important;
    display: block !important;
    margin: 0 auto !important;
    text-align: center !important;
    float: none !important;
    max-width: 165px !important;
    font-weight: bold !important;
    margin-top: 20px !important;
    font-size: 17px !important;
}

div.each_video {
    z-index: 9 !important;
    cursor: pointer;
}

#jssor_1 iframe {
    z-index: -1 !important;
}

.single-eventia_speaker .site-header {
    margin-bottom: 0px;
}

.single-eventia_speaker #secondary {
    display: none;
}

.single-eventia_speaker #main {
    width: 100%;
    margin-top: 20px;
}

.page-id-338 .ev-page-header {
    display: none;
}

.page-id-338 .wpb_column.vc_column_container.vc_col-sm-12 {
    margin-top: 15px;
}

.page-id-331 .blog_page {
    margin-top: 0px !important;
}


/*--- end ----*/


/*--- Mockup 2 new Home ----*/

.page-id-1256 header,
.page-id-1256 .sub_header,
.page-id-1256 .main_footer,
.page-id-1256 .site-info,
.page-id-1305 header,
.page-id-1305 .sub_header,
.page-id-1464 header,
.page-id-1464 .sub_header {
    display: none;
}

.new_header {
    z-index: 100;
    padding-top: 10px;
    overflow: visible !important;
}

.menu-item-1330 {
    display: none !important;
}

.page-id-1256 .menu-item-1330,
.page-id-1305 .menu-item-1330,
.page-id-1464 .menu-item-1330 {
    display: inline !important;
}

.page-id-1256 .count_down,
.page-id-1305 .count_down {
    border-bottom: 5px solid #f0f6f8;
}

.new_header ul#menu-main-navigation-2 {
    text-align: right;
}

.new_header ul#menu-main-navigation-2>li {
    display: inline;
    padding: 0;
    text-transform: capitalize !important;
    font-family: jaf-bernino-sans-narrow, sans-serif !important;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    padding-bottom: 0
}


/*.new_header ul#menu-main-navigation-2 > li:hover {
    background: #db5378;
    border-radius: 45px;
        cursor:pointer;
}*/

.new_header ul#menu-main-navigation-2>li>a {
    color: #fff;
    font-size: 16px;
    padding: 10px 25px 10px 0;
}

.new_header ul#menu-main-navigation-2>li>ul {
    display: none;
}

.new_header ul#menu-main-navigation-2>li:hover ul.sub-menu {
    display: block !important;
    position: absolute;
    left: 0px;
    text-align: left;
    background: #fff;
    padding: 5px !important;
    min-width: 200px;
    margin-top: 7px;
}

.new_header ul#menu-main-navigation-2>li>ul.sub-menu>li {
    display: block !important;
    padding: 5px 10px;
}

.new_header ul#menu-main-navigation-2>li>ul.sub-menu>li a::before,
.new_header ul#menu-main-navigation-2>li>ul.sub-menu>li a::after {
    display: none;
}

.rev_slider_6 {
    margin-top: -105px;
}

.t_box {
    padding: 30px;
}

.oflow_visi {
    overflow: visible !important;
}

#devices_row {
    background-position: top center !important;
}

.devices_img {
    margin-top: -270px;
    position: relative;
    z-index: 46;
}

.learn_btn2 a {
    background-image: none !important;
    font-size: 33px !important;
    font-weight: bold;
}

.learn_btn2 a .vc_btn3-icon {
    right: 16px !important;
    font-size: 33px !important;
}

.connect .para_18 p {
    font-size: 18px;
    color: #020202;
    margin-top: 0;
}

#count_down_new {
    background: rgb(119, 41, 124);
    background: linear-gradient(0deg, rgba(119, 41, 124, 1) 0%, rgba(2, 56, 65, 0.8463760504201681) 100%);
    padding-bottom: 0px !important;
    padding-top: 10px !important;
}

.count_main_heading {
    text-shadow: 4px 2px 0 rgba(0, 0, 0, 0.5);
    font-size: 34px !important;
    margin-bottom: 0 !important;
}

#count_down_new #ycd-circle-71 h4 {
    font-size: 20px !important;
    margin-top: 8px !important;
    font-weight: normal !important;
    font-style: initial !important;
    text-transform: capitalize !important;
    text-shadow: 4px 2px 0 rgba(0, 0, 0, 0.5);
}

#count_down_new #ycd-circle-71 span {
    font-size: 58px !important;
    margin-top: 0px !important;
    font-weight: 500 !important;
    font-style: normal !important;
    text-shadow: 4px 2px 0 rgba(0, 0, 0, 0.5);
    font-family: inherit !important;
}

.attend_list ul {
    list-style: none;
    padding-left: 30px !important;
}

.attend_list ul li {
    color: #fff;
    background: url(/wp-content/uploads/2020/05/list_icon.png) no-repeat;
    background-position: 0px 3px;
    padding-left: 40px;
    font-size: 20px;
    margin-bottom: 20px;
}

.benefits_list ul {
    list-style: none;
    color: #fff;
    padding-left: 0 !important;
    font-size: 18px;
}

.benefits_list ul li {
    margin-bottom: 10px;
    background: url(/wp-content/uploads/2020/05/list_star.png);
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 35px !important;
}

.benefits_list ul li a {
    color: #5c92d7;
}

.spon_blue_heading {
    padding: 10px !important;
    margin-bottom: 0;
}

.spon_blue_heading::before {
    content: "";
    position: absolute;
    width: 28%;
    height: 60px;
    background: #2682a4;
    top: 35px;
    z-index: -1;
    margin-left: -19px;
}

.mockup_2_footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background: rgb(0, 212, 255);
    background: -moz-linear-gradient(132deg, rgba(0, 212, 255, 1) 0%, rgba(109, 143, 194, 1) 32%, rgba(176, 52, 108, 1) 100%);
    background: -webkit-linear-gradient(132deg, rgba(0, 212, 255, 1) 0%, rgba(109, 143, 194, 1) 32%, rgba(176, 52, 108, 1) 100%);
    background: linear-gradient(132deg, rgba(0, 212, 255, 1) 0%, rgba(109, 143, 194, 1) 32%, rgba(176, 52, 108, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00d4ff", endColorstr="#b0346c", GradientType=1);
}

#gform_fields_4 label {
    font-size: 12px;
    color: #fff !important;
    margin-bottom: 0;
}

#gform_fields_4 div.ginput_container {
    margin-top: 0 !important;
}

#gform_fields_4 input {
    background: #2f2c2c;
    border: none;
    border-radius: 3px;
}

#gform_submit_button_4 {
    background-image: none;
    color: #000;
    background-color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
}

.footer_about .vc_icon_element-outer {
    float: left;
}


/*--- Mockup 2 new Home ----*/

@media(max-width:1024px) {
    a.navbar-brand {
        width: 250px;
    }
    .site-header .nav>li {
        font-size: 10px;
        padding-bottom: 0 !important;
        margin: 0 0.5em !important;
    }
    #menu-new-menu li a {
        font-size: 16px;
    }
    .header_social_icon .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
        width: 30px;
    }
    .video_left_padding video {
        width: 100%;
    }
    .count_down {
        margin: -51px 0px 0 0 !important;
        padding: 20px 50px;
        max-width: 92%;
        width: 100%;
    }
    .vc_tta-panels .descrip {
        width: 77% !important;
    }
}

@media(max-width:768px) {
    .site-header .nav>li>a {
        color: #77297c;
        font-size: 16px !important;
    }
    .new_header ul#menu-main-navigation-2>li {
        display: inline;
        padding: 10px 5px;
        text-transform: capitalize !important;
        font-family: jaf-bernino-sans-narrow, sans-serif !important;
        font-size: 14px;
        font-weight: normal;
        position: relative;
    }
    .mob_main_heading,
    .mob_big_heading {
        font-size: 38px !important;
        line-height: 35px !important;
    }
    br {
        display: none;
    }
    .mob_sub_heading,
    .mob_heading {
        font-size: 24px !important;
        line-height: 25px !important;
    }
    .text_mobile {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    .mob_disp_none {
        display: none !important;
    }
    .site-header .navbar-brand {
        padding: 0;
        height: auto;
        text-align: center;
    }
    .navbar-brand>img {
        display: inline;
    }
    .learn_btn2 a {
        background-image: none !important;
        font-size: 22px !important;
        font-weight: bold;
    }
    .learn_btn2 a .vc_btn3-icon {
        right: 27px !important;
        font-size: 22px !important;
    }
    div#splash_form {
        min-height: auto !important;
        position: relative;
    }
    .p_left_40 {
        padding-left: 0px !important;
    }
    .p-r-l-50 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .p-r-l-100 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .site-header .navbar {
        padding: 10px 0;
    }
    .p-t-b-50 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .navbar-header {
        width: 100%;
    }
    ul#menu-main-navigation-1 {
        float: left !important;
    }
    a.navbar-brand {
        float: left;
        width: 100%;
        text-align: center;
    }
    .navbar-brand>img {
        display: inline !important;
    }
    .sub_header .vc_col-sm-8 {
        width: 100%;
    }
    .sub_header .vc_col-sm-2 {
        width: 50%;
        float: left;
    }
    .ev-page-header h1 {
        font-size: 40px;
    }
    .ev-page-header {
        padding: 25px 0 30px 0 !important;
    }
    .count_down {
        margin: 0 !important;
        width: 100% !important;
        padding: 10px 0;
        left: 0;
        max-width: 100%;
    }
    div#ycd-circle-71 {
        width: 100% !important;
    }
    #ycd-circle-71 .time_circles>div {
        margin: 0 5px !important;
        display: inline-block;
        float: none;
    }
    #ycd-circle-71 .time_circles>div>h4+span {
        font-size: 30px !important;
    }
    #ycd-circle-71 .time_circles>div>h4 {
        font-size: 14px !important;
        top: 5px;
    }
    li.isotope-item {
        top: auto !important;
        position: relative !important;
        left: auto !important;
        width: 100%;
        text-align: center;
    }
    li.isotope-item img {
        display: inline !important;
        text-align: center;
    }
    #gform_1 {
        float: right;
        width: 100%;
        position: relative;
    }
    #gform_submit_button_1 {
        height: 60px;
    }
    .sec_1 {
        padding: 10px 0;
        padding-top: 220px;
    }
    .hotel_lodging {
        padding-top: 30px !important;
    }
    .t_box {
        padding: 0px;
    }
    .larg_text_para {
        font-size: 16px!important;
    }
    .pakg_nav li {
        padding: 0 20px;
    }
    .pakg_nav li a {
        font-size: 16px;
    }
    .vc_tta-tabs-list .vc_tta-tab {
        margin-bottom: 10px !important;
    }
    .descrip {
        border-bottom: 1px solid !important;
        width: 100% !important;
    }
    .desc::before {
        content: '';
        width: 40px !important;
        height: 40px !important;
        left: -20px !important;
    }
    .posts_div .post_desc {
        margin-bottom: 40px;
    }
    .splash_big_logo {
        margin-bottom: 0 !important;
    }
    .splash_big_logo img {
        width: 190px;
    }
    #splash_form .mob_big_heading {
        font-size: 24px !important;
        margin: 30px 0 !important;
    }
    #splash_form #gform_1 {
        margin-top: 0 !important;
    }
    #splash_form #gform_1 {
        width: 300px !important;
    }
    .style_list ul {
        padding-right: 0 !important;
    }
    .no_pad {
        padding: 0 30px;
    }
    .p-l-100,
    .p-r-100 {
        padding: 0 !important;
    }
    .team_full_list_btn a,
    .team_full_list_btn button {
        font-size: 22px !important;
    }
    .vc_tta-panels .descrip {
        width: 100% !important;
    }
    .text_24 {
        font-size: 24px;
        line-height: 30px !important;
        color: #030303;
    }
    .rev_slider_6 {
        max-height: 580px !important;
        min-height: auto !important;
    }
}

.hide_mobile {
    display: block;
}


@media(max-width:736px) {
    div#splash_form {
        padding-top: 0 !important;
    }
    div#splash_section_id {
        background: none !important;
    }
    .hide_mobile {
        display: none;
    }
    #show_mob {
        display: block !important;
    }
    #show_mob_2 {
        display: block !important;
    }
    a.navbar-brand {
        float: left;
        width: 70%;
        text-align: center;
    }
    .ev-speaker-list figure {
        background: transparent !important;
    }
    .ev-speaker-list figure:hover::before {
        display: none;
    }
    .team_full_list_btn .vc_btn3.vc_btn3-block {
        display: inline !important;
        text-align: inherit;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    #splash_section_id.splash_section {
        background-size: cover !important;
    }
    #splash_section_id.splash_section::before {
        width: 100%;
        height: 100%;
        position: absolute;
        content: '';
        background: rgba(220, 220, 212, 0.89);
        left: 0;
    }
    .spons_imgs .wpb_single_image {
        display: grid !important;
        margin: 0 auto;
    }
    .descrip .title {
        width: 100%;
        padding-left: 10px;
    }
    .canvasDays,
    .canvasHours,
    .canvasMinutes,
    .canvasSeconds {
        width: 180px;
        height: 210px;
    }
    #count_down_new {
        padding-top: 10px !important;
    }
    #count_down_new .count_main_heading {
        font-size: 32px !important;
        color: #ffffff;
        text-align: center;
        line-height: 33px !important;
        padding-bottom: 0 !important;
    }
    .theCircles .innerNumber {
        top: 54px !important;
    }
    .theCircles .innerText {
        top: 36px !important;
    }
}

@media(max-width:414px) {
    .page-id-1464 .site-header #tx-trigger-effects button {
        border: none;
        text-align: center !important;
    }
    .sub_header_menu {
        padding-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .page-id-1464 .site-header #tx-trigger-effects button i {
        color: #fff;
        padding: 9px 13px;
        font-size: 28px;
        border: 2px solid;
        position: relative;
        right: 10px;
    }
    #gform_1 {
        float: left !important;
        max-width: 80%;
        position: relative;
        width: 80%;
    }
    #gform_1 ul.gform_fields li.gfield {
        text-align: left;
    }
    .page-id-1464 .navbar-brand>img {
        display: inline !important;
        filter: brightness(0) invert(1);
    }
    .new_header {
        display: none !important;
    }
    .page-id-1464 header {
        display: block;
        position: absolute;
    }
    .sub_header {
        padding-left: 10px;
        padding-right: 10px;
    }
    .rev_slider_6 {
        max-height: 530px !important;
        min-height: auto !important;
    }
    .custom_heading_narrow {
        line-height: 30px;
    }
    .rev_slider_6 {
        margin-top: -60px;
    }
    #devices_row h2 {
        padding-top: 0 !important;
    }
    #connect_over h4 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .connect .para_18 p {
        font-size: 16px;
        color: #020202;
        margin-top: 0;
    }
    #count_down_new .count_main_heading {
        font-size: 24px !important;
    }
    .canvasDays,
    .canvasHours,
    .canvasMinutes,
    .canvasSeconds {
        width: 100px;
        height: 115px;
    }
    .theCircles .innerText,
    .theCircles .innerNumber {
        text-shadow: 2px 1px 0 rgba(0, 0, 0, 0.5);
    }
    .ev-speaker-list figure {
        background: none;
    }
    .attend_list ul {
        list-style: none;
        padding-left: 0px !important;
    }
    .attend_list ul li {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .video_left_padding video {
        width: 100%;
        height: auto;
    }
    .video_left_padding .vc_column-inner {
        padding-top: 0 !important;
    }
    .main_footer .vc_column_container>.vc_column-inner {
        padding-left: 7.5px !important;
        padding-right: 7.5px !important;
    }
    .vc_images_carousel .vc_carousel-control .icon-next::before {
        width: 24px !important;
        height: 24px !important;
        content: '' !important;
        position: absolute !important;
        top: -10px;
        background: url('/wp-content/uploads/2020/03/Arrow-2-1-copy.png') no-repeat;
        background-size: auto;
        background-size: contain;
    }
    .vc_images_carousel .vc_carousel-control .icon-prev::before {
        width: 24px !important;
        height: 24px !important;
        content: '' !important;
        position: absolute !important;
        left: -40px;
        top: -10px;
        background: url('/wp-content/uploads/2020/03/Arrow-2-2-copy.png') no-repeat;
        background-size: contain;
    }
    .sec_1 {
        padding: 10px 0;
        padding-top: 10px;
        padding-top: 20px;
    }
    .ev-page-header h1 {
        font-size: 42px !important;
    }
    .p-t-70 {
        padding-top: 0px;
    }
    .mob_big_heading {
        font-size: 32px !important;
    }
    .pakg_nav li {
        display: inline;
        padding: 0 20px;
        border-right: 1px solid #151515;
    }
    .mob_heading {
        font-size: 24px !important;
    }
    h4.mob_heading {
        font-size: 24px !important;
        padding-bottom: 10px !important;
    }
    .text_24 {
        font-size: 16px;
        line-height: 28px;
    }
    .video_left_padding {
        padding-left: 0px;
    }
    .site-header .navbar-brand {
        width: 78%;
    }
    #ycd-circle-71 .time_circles>div>h4 {
        font-size: 12px !important;
        top: 0px;
        margin-left: 5px;
    }
    #ycd-circle-71 .time_circles>div>h4+span {
        font-size: 22px !important;
    }
    .pricing_heading {
        margin-bottom: 10px;
        display: block;
    }
    .book_by {
        margin-left: 0;
    }
    .price_box {
        padding: 15px;
        margin: 5px;
        padding-bottom: 0 !important;
    }
    .purchase_btn {
        text-align: left !important;
    }
    .purchase_btn a {
        margin-top: 10px;
    }
    .descrip img {
        position: absolute;
        margin-top: -15px !important;
        margin-right: -7px !important;
        border-radius: 100%;
        right: 0px !important;
        width: 100px !important;
    }
    .descrip .title {
        float: left !important;
        font-size: 22px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .desc {
        width: 100% !important;
        padding-left: 50px;
        font-size: 16px !important;
        margin-bottom: 60px;
        position: relative;
        padding-bottom: 30px !important;
        border-bottom: 1px solid;
        padding-right: 10px !important;
    }
    .posts_div .title a,
    .single-post .entry-header .entry-title h1 {
        font-size: 28px;
        padding-top: 10px;
    }
    .single-post .entry-image .entry-meta {
        position: absolute;
        bottom: 0;
        left: 0;
        margin-bottom: 0;
    }
    #splash_form #gform_1 .gform_body {
        width: 260px;
    }
    #splash_form #gform_1 .gform_footer.top_label {
        top: 14px;
        right: 0 !important;
    }
    .copy_right_text_oth {
        padding-bottom: 30px;
    }
    .splash_big_logo img {
        width: 300px;
    }
    .owl-prev {
        left: 0;
    }
    .owl-next {
        right: 0;
    }
    .vc_images_carousel .vc_carousel-control .icon-next,
    .vc_images_carousel .vc_carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: 2px !important;
        font-family: serif;
    }
    .register_btn {
        width: 90%;
        margin: 0 auto;
    }
    .text_24 {
        font-size: 16px;
    }
    .mob_main_heading {
        font-size: 28px !important;
        line-height: 35px !important;
    }
    br {
        display: none;
    }
    .mob_sub_heading {
        font-size: 22px !important;
        line-height: 25px !important;
    }
    .mob_disp_none {
        display: none !important;
    }
    .text_mobile {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    #gform_1 {
        float: right;
        width: 98%;
        position: relative;
    }
    #featured_speaker {
        padding-top: 10px !important;
    }
    .spons_imgs .wpb_single_image {
        width: 100% !important;
    }
}

@media(max-width:375px) {
    .rev_slider_6 {
        max-height: 510px !important;
        min-height: auto !important;
    }
    .canvasDays,
    .canvasHours,
    .canvasMinutes,
    .canvasSeconds {
        width: 85px;
        height: 100px;
    }
    .theCircles .innerText {
        top: 32px !important;
    }
    .theCircles .innerNumber {
        top: 47px !important;
    }
}



.wpws-registration-wrapper.sc-gVyKpa.cJHByn {
    background: #121212 !important;
    background-color: #121212 !important;
}


