/*
  Theme Name: Reveal
  Theme URL: https://bootstrapmade.com/reveal-bootstrap-corporate-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
    font-family: 'century_gothicregular';
    src: url('https://aws.congenie.com/frontassets/fonts/gothic-webfont.woff2') format('woff2'), url('https://aws.congenie.com/frontassets/fonts/gothic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'century_gothicbold';
    src: url('https://aws.congenie.com/frontassets/fonts/gothicb-webfont.woff2') format('woff2'), url('https://aws.congenie.com/frontassets/fonts/gothicb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* 27-03 */

@font-face {
    font-family: 'fontello';
    src: url('../../frontassets/fonts/fontello/fontello.eot?77995735');
    src: url('../../frontassets/fonts/fontello/fontello.eot?77995735#iefix') format('embedded-opentype'), url('../../frontassets/fonts/fontello/fontello.woff?77995735') format('woff'), url('../../frontassets/fonts/fontello/fontello.ttf?77995735') format('truetype'), url('../../frontassets/fonts/fontello/fontello.svg?77995735#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fontello {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* 27-03 */

/*@font-face {
    font-family: 'crazy_haroldregular';
    src: url('../fonts/crazh_-webfont.woff2') format('woff2'),
         url('../fonts/crazh_-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/

body {
    background: #fff;
    color: #444;
    font-family: 'century_gothicregular';
}

a {
    color: #23518c;
    transition: 0.5s;
    font-family: 'century_gothicregular' !important;
}

a:hover,
a:active,
a:focus {
    color: #aca1a1;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'century_gothicregular';
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}


/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #23518c;
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 5;
}

.back-to-top:focus {
    color: #fff;
    outline: none;
}

.back-to-top:hover {
    background: #aca1a1;
    color: #fff;
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    padding: 10px 0;
    height: 60px;
    transition: all 0.5s;
    z-index: 997;
    background: #fff;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

#header #logo {
    margin-top: 4px;
    width: 22%;
}

#header #logo h1 {
    font-size: 42px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: 'century_gothicregular';
    font-weight: 700;
}

#header #logo h1 a {
    color: #0c2e8a;
    line-height: 1;
    display: inline-block;
}

#header #logo h1 a span {
    color: #50d8af;
}

#header #logo img {
    padding: 0;
    margin: 0;
}


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
    width: 100%;
    height: 60vh;
    position: relative;
    background: url("../img/intro-carousel/1.jpg") no-repeat;
    background-size: cover;
}

#intro .intro-content {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

#intro .intro-content h2 {
    color: #0c2e8a;
    margin-bottom: 30px;
    font-size: 64px;
    font-weight: 700;
}

#intro .intro-content h2 span {
    color: #50d8af;
    text-decoration: underline;
}

#intro .intro-content .btn-get-started,
#intro .intro-content .btn-projects {
    font-family: 'century_gothicregular';
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
}

#intro .intro-content .btn-get-started {
    background: #0c2e8a;
    border: 2px solid #0c2e8a;
}

#intro .intro-content .btn-get-started:hover {
    background: none;
    color: #0c2e8a;
}

#intro .intro-content .btn-projects {
    background: #50d8af;
    border: 2px solid #50d8af;
}

#intro .intro-content .btn-projects:hover {
    background: none;
    color: #50d8af;
}

#intro #intro-carousel {
    z-index: 8;
}

#intro #intro-carousel::before {
    content: '';
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 7;
}

#intro #intro-carousel .item {
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition-property: opacity;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    right: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}


/* Nav Menu Arrows */


/*.sf-arrows .sf-with-ul {
  padding-right: 22px;
}*/

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: -5px;
    margin-left: 5px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}


/* Nav Meu Container */

#nav-menu-container {
    width: 78%;
    display: inline-block;
    margin: 0;
}


/* Nav Meu Styling */

.nav-menu a {
    text-decoration: none;
    display: inline-block;
    color: #555;
    font-family: 'century_gothicregular';
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.nav-menu li:hover>a,
.nav-menu .menu-active>a {
    color: white;
}

.nav-menu ul {
    margin: 6px 0 0 0;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
    border-radius: 4px;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 3px 19px;
    margin: 8px 0px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}

.nav-menu ul li:hover>a {
    color: #50d8af;
}

.nav-menu ul ul {
    margin: 0;
}


/* Mobile Nav Toggle */

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle.active {
    display: none;
}

#mobile-nav-toggle i {
    color: #555;
}


/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(52, 59, 64, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #50d8af;
}

#mobile-nav ul .menu-item-active {
    color: #50d8af;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(52, 59, 64, 0.9);
    display: none;
}


/* Mobile Nav body classes */

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/


/* Sections Header
--------------------------------*/

.section-header {
    margin-bottom: 30px;
}

.section-header h2 {
    font-size: 32px;
    color: #aca1a1;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}

.section-header h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 70px;
    height: 5px;
    background: #23518c;
    bottom: 0;
    left: 0;
}

.section-header p {
    padding: 0;
    margin: 0;
}


/* About Section
--------------------------------*/

#about {
    padding: 60px 0 30px 0;
}

#about .about-img {
    overflow: hidden;
}

#about .about-img img {
    margin-left: -15px;
    max-width: 100%;
}

#about .content h2 {
    color: #0c2e8a;
    font-weight: 700;
    font-size: 36px;
    font-family: 'century_gothicregular';
}

#about .content h3 {
    color: #555;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
}

#about .content p {
    line-height: 26px;
}

#about .content p:last-child {
    margin-bottom: 0;
}

#about .content i {
    font-size: 20px;
    padding-right: 4px;
    color: #50d8af;
}

#about .content ul {
    list-style: none;
    padding: 0;
}

#about .content ul li {
    padding-bottom: 10px;
}


/* Services Section
--------------------------------*/

#services {
    padding: 30px 0 0 0;
}

#services .box {
    padding: 40px;
    margin-bottom: 40px;
    background: rgba(255, 255, 255, 0.90);
    padding: 40px;
    transition: 0.4s;
    border-radius: 0px 70px 0px 70px;
    box-shadow: 0px 0px 20px inset #1b4882;
}

#services .box:hover {
    box-shadow: 0px 0px 20px inset rgba(0, 0, 0, 0.30);
    /* transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);*/
}

#services .box .icon {
    float: left;
}

#services .box .icon i {
    color: #444;
    font-size: 64px;
    transition: 0.5s;
    line-height: 0;
    margin-top: 34px;
}

#services .box .icon i:before {
    background: #0c2e8a;
    background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#services .box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px;
    color: #23518c;
}

#services .box h4 a {
    color: #444;
}

#services .box p {
    font-size: 17px;
    text-align: justify;
    margin-bottom: 10px;
    line-height: 1.6;
    font-family: 'century_gothicregular' !important;
}


/* Clients Section
--------------------------------*/

#clients {
    padding: 30px 0;
}

#clients img {
    max-width: 100%;
    opacity: 0.5;
    transition: 0.3s;
    padding: 15px 0;
}

#clients img:hover {
    opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

#clients .owl-dot.active {
    background-color: #50d8af;
}


/* Our Portfolio Section
--------------------------------*/

#portfolio {
    background: #fff;
    padding: 50px 0;
}

#portfolio .portfolio-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all ease-in-out 0.4s;
}

#portfolio .portfolio-item {
    overflow: hidden;
    position: relative;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

#portfolio .portfolio-item h2 {
    color: #ffffff;
    font-size: 24px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 700;
}

#portfolio .portfolio-item img {
    transition: all ease-in-out 0.4s;
    width: 100%;
}

#portfolio .portfolio-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#portfolio .portfolio-item:hover .portfolio-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
}

#portfolio .portfolio-info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* Testimonials Section
--------------------------------*/

#testimonials {
    padding: 30px 0;
}

#testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 20px;
    margin: 30px 15px;
    text-align: center;
    /*min-height: 350px;*/
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

#testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}

#testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}

#testimonials .testimonial-item h4 {
    font-size: 17px;
    color: #999;
    margin: 20px 0 0 0;
}

#testimonials .testimonial-item .quote-sign-left {
    margin-top: -15px;
    padding-right: 10px;
    display: inline-block;
    width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
    margin-bottom: -15px;
    padding-left: 10px;
    display: inline-block;
    max-width: 100%;
    width: 37px;
}

#testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

#testimonials .owl-dot.active {
    background-color: #1b4882;
}


/* Call To Action Section
--------------------------------*/

#call-to-action {
    background: #081e5b;
    background-size: cover;
    padding: 40px 0;
}

#call-to-action .cta-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

#call-to-action .cta-text {
    color: #fff;
}

#call-to-action .cta-btn {
    font-family: 'century_gothicregular';
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 3px;
    transition: 0.5s;
    margin: 10px;
    border: 3px solid #fff;
    color: #fff;
}

#call-to-action .cta-btn:hover {
    background: #50d8af;
    border: 3px solid #50d8af;
}


/* Our Team Section
--------------------------------*/

#team {
    background: #fff;
    padding: 30px 0 0 0;
}

#team .member {
    text-align: center;
    margin-bottom: 20px;
}

#team .member .pic {
    overflow: hidden;
    text-align: center;
}

#team .member .pic img {
    max-width: 100%;
}

#team .member .details {
    background: #50d8af;
    color: #fff;
    padding: 15px;
    border-radius: 0 0 3px 3px;
}

#team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

#team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

#team .member .social {
    margin-top: 5px;
}

#team .member .social a {
    color: #fff;
}

#team .member .social i {
    font-size: 16px;
    margin: 0 2px;
}


/* Contact Section
--------------------------------*/

#contact {
    padding: 30px 0;
}

#contact .contact-info {
    margin-bottom: 20px;
    text-align: center;
}

#contact .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: #50d8af;
}

#contact .contact-info address,
#contact .contact-info p {
    margin-bottom: 0;
    color: #000;
}

#contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
}

#contact .contact-info a {
    color: #000;
}

#contact .contact-info a:hover {
    color: #50d8af;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
    margin-bottom: 20px;
}

#contact #google-map {
    height: 290px;
    margin-bottom: 20px;
}

#contact .form #sendmessage {
    color: #50d8af;
    border: 1px solid #50d8af;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
    display: block;
}

#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#contact .form input,
#contact .form textarea {
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
}

#contact .form button[type="submit"] {
    background: #50d8af;
    border: 0;
    border-radius: 3px;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
}

#contact .form button[type="submit"]:hover {
    background: #2dc899;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #555;
}

#footer .credits a {
    color: #0c2e8a;
}

.fact-counter {
    position: relative;
    padding: 40px 0 50px;
    color: #ffffff;
    background-image: url(../img/counter_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.fact-counter::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background: rgba(35, 81, 140, 0.9);
    background-image: url(../img/counter_bg.png);
    z-index: 0;
}

.fact-counter h1 {
    font-weight: 900;
    font-size: 35px;
    line-height: 1.4;
    color: #fff;
}

.fact-counter h3 {
    color: #ec2e33;
    font-size: 30px;
    text-shadow: -1px 0px #fff, 0px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    margin: 0 0 20px;
    font-weight: 900;
}

.fact-counter span {
    font-weight: 700;
    color: #fff;
    display: block;
    font-size: 21px;
}

.register_btn {
    background: #fff;
    padding: 8px 20px;
    margin-top: 20px;
    display: inline-block;
    font-weight: bold;
    color: #1b4882;
    border-radius: 5px;
    font-size: 18px;
}

.clockdiv li {
    display: inline-block;
    margin: 10px;
    padding-top: 20px;
}

.clockdiv .clockdiv-single {
    width: 130px;
    height: 130px;
    text-align: center;
}

.counter_content h1 {
    color: #23518c;
    font-size: 40px;
    margin: 0px;
}

.clockdiv .smalltext {
    color: #aca1a1;
    font-size: 20px;
}

.clockdiv .clockdiv-day {
    background: #fff;
    border-radius: 50%;
}

.clockdiv .clockdiv-hour {
    background: #fff;
    border-radius: 50%;
}

.clockdiv .clockdiv-minute {
    background: #fff;
    border-radius: 50%;
}

.clockdiv .clockdiv-second {
    background: #fff;
    border-radius: 50%;
}

.welcome_meassage .profile_messager {
    float: left;
    margin-right: 20px;
}

.sponsorsandexibitors {
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    background-image: url("../img/exibitors_bg.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sponsorsandexibitors::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background: rgba(172, 161, 161, 0.99);
    background-image: url(../img/1.png);
    z-index: 0;
}

.about_exibitors {
    padding: 0px;
}

.about_exibitors h2 {
    font-size: 30px;
    font-weight: 900;
}

.about_exibitors p {
    font-size: 18px;
    line-height: 35px;
    margin: 0;
}

#sponsors {
    /*background-image: url(../img/sponsors_bg.jpg);*/
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px 0px;
}

#sponsors h5 {
    margin: 30px 0px;
}

#counter_section {
    background: #ececec;
    padding: 50px 0px;
}

.counter {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: #1b4882;
    text-align: center;
    padding: 17px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.counter:before,
.counter:after {
    content: "";
    width: 100%;
    height: 7px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.counter:after {
    width: 7px;
    height: 100%;
}

.counter .counter-content {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    padding: 23% 10px 10px 10px;
}

.counter .counter-value {
    display: block;
    font-size: 60px;
    font-weight: 600;
    color: #1b4882;
    line-height: 80px;
}

.counter .title {
    font-size: 18px;
    color: #202020;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0;
}

.counter.yellow {
    background: #aca1a1;
}

.counter.yellow .counter-value {
    color: #aca1a1;
}

.counter.red {
    background: #cc171e;
}

.counter.red .counter-value {
    color: #cc171e;
}

.counter.green {
    background: #2fcea5;
}

.counter.green .counter-value {
    color: #2fcea5;
}

#footer {
    background: #1b4882;
    padding: 50px 0px 20px;
}

#footer h5 {
    padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: bold;
}

#footer p {
    color: #fff;
    margin: 30px 0 0 0;
}

#footer ul li a {
    color: #fff;
    line-height: 30px;
}

#footer .icfm-logo {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}

#footer .form-group label {
    color: #fff;
    font-size: 20px;
}

.inner_page_title {
    position: relative;
    padding: 60px 0 60px;
    background-image: url(../img/inner_pages_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    width: 100%;
    min-height: 270px;
}


/*.inner_page_title::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.70);
  z-index: 0;
}
*/


/*.inner_page_title h2 {
    position: relative;
    font-size: 48px;
    color: 
    #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}*/

.inner_page_title h2 {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    display: none;
}

.inner_page_title h2:last-child {
    font-size: 19px;
}

.inner_page_title h3 {
    background: #fff;
    display: inline-block;
    padding: 8px 25px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ec2e33;
    text-shadow: -1px 0px #fff, 0px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    border-radius: 15px 0 15px 0;
    border: dashed 1px #ec2e33;
}

.inner_page_title p {
    margin: 0;
    color: #fff;
    letter-spacing: 1px;
    display: none;
}

.form-group .control-label {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
    display: block;
}

.contact_form .form-group .form-control {
    border-radius: 0px;
    font-size: 14px;
    border-color: #066937;
    border-radius: 4px;
    border-color: #aca1a1;
    box-shadow: none;
}

.contact_form .form-group textarea.form-control {
    height: 200px;
    width: 100%;
    padding: 15px;
}

.contact_form h4 {
    margin: 0;
    font-size: 25px;
    font-family: 'century_gothicregular';
}

.contact_form a {
    color: #23518c
}

.contact_form p {
    background: #f2f2f2;
    color: #aca1a1;
    padding: 5px 10px;
    border-radius: 4px;
}

.contact_form .submit_msg {
    text-align: center;
}

.contact_form .submit_msg a {
    background: #23518c;
    color: #fff;
    padding: 15px 35px;
    font-size: 20px;
}

.contact_form .submit_msg a:hover {
    background: #aca1a1;
    color: #fff;
}

.accommodation_content table {
    margin-bottom: 20px !important;
}

.accommodation_content table tr td,
.accommodation_content table tr th {
    text-align: center;
    vertical-align: middle
}

.conference_venue .box-images {
    height: 224px;
    position: relative;
    overflow: hidden;
}

#services.conference_venue .box p {
    margin: 25px 0px 30px 0px
}

.conference_venue .box-images img,
.box-images-location img {
    max-width: 100%;
    width: 100%;
    height: inherit;
}

#services.location_box {
    padding-top: 0;
}

#services.location_box .box p {
    margin: 0px 0 30px 0;
}

.hostcity_content .box-images {
    height: 323px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.hostcity_content .box-images img {
    max-width: 100%;
    width: 100%;
    height: inherit;
}

.hostcity_content .box .park_paragraph {
    margin: 0px 0px 20px 0px !important;
}

.committee_content_box {
    width: 100%;
    margin-bottom: 30px;
    display: inline-block;
    padding-bottom: 30px;
    border-bottom: solid 1px #d7d7d7;
}

.committee_content_box .profile_committee {
    width: 150px;
    height: auto;
    border: solid 2px #23518c;
    border-radius: 50%;
    float: left;
    margin-right: 30px;
    position: relative;
}

.committee_content_box .profile_committee:after {
    content: '';
    position: absolute;
    top: 0;
    right: -15px;
    width: 1px;
    height: 150px;
    background: #c5bebe;
}

.committee_content_box .profile_committee img {
    width: 100%;
}

.committee_content_box .designation_committee {
    padding: 8px 30px 0 0;
    display: inline-block;
    width: calc(100% - 200px);
}

.committee_content_box .designation_committee h5 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.committee_content_box .designation_committee p {
    line-height: 25px !important;
    font-size: 15px !important;
}

.speakers .col-md-2,
.col-lg-2 {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.speaker_box {
    border: solid 1px #066937
}

.speakers .speakers_profile img {
    width: 100%;
}

.speakers .speaker_designation {
    text-align: center;
}

.speakers .speaker_designation h6 {
    font-size: 14px;
    text-align: center;
    background: #ec2e33;
    color: #fff;
    padding: 5px 0px;
    font-weight: bold;
    margin: 0;
}

.speakers .speaker_designation p {
    font-size: 13px !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 8px;
}

.speakers .speaker_designation span {
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 15px;
}

.abstract_btn {
    text-align: center;
}

.abstract_btn a {
    background-image: linear-gradient(to right, #EB3349 0%, #F45C43 51%, #EB3349 100%);
    color: #fff;
    padding: 15px 40px;
    font: 20px;
    font-weight: bold;
    display: inline-block;
    border-radius: 40px;
}

.mci-logo {
    display: block;
    margin-top: 60px;
}

.mci-logo {
    display: inline-block
}

.clockdiv {
    padding: 0;
    margin: 0;
}

.register_abstract {
    text-align: center;
}

.register_abstract .register_btn {
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, rgb(35, 81, 140) 100%);
    color: #23518c;
    padding: 15px 40px;
    margin: 20px 5px 0px;
    border: solid 1px #fff;
}

.register_abstract .register_btn:hover {
    color: #aca1a1
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: rgb(27, 72, 130);
    height: 40px;
    width: 40px;
    background-size: 50% 50%;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 0.8;
}

.main-text {
    font-family: 'century_gothicregular';
    position: absolute;
    bottom: -25px;
    width: 100%;
    color: #FFF;
    background: rgba(255, 255, 255, 0.7);
    padding: 20px 0px;
}

.main-text h3 {
    font-family: 'century_gothicregular';
    font-size: 23px;
    /*color:#066937; text-shadow: 1px 2px 0px #ffff00;*/
    color: #e34040;
    text-shadow: -1px 2px 0px #fff;
    margin: 0;
    padding-bottom: 10px;
}

.main-text h2 {
    margin: 0;
    padding-bottom: 10px;
    color: #1b4882;
    font-weight: 900;
    text-shadow: -1px 0px #fff, 0px -1px 0 #fff, -1px 2px 0 #fff, 2px 2px 0 #fff;
}

.main-text .venue {
    font-size: 22px;
}

.participants_count {
    position: relative;
    margin-left: -20px;
}

.participants_count::before {
    content: '+';
    position: absolute;
    right: 20px;
}

.call_abstract .abstract_title {
    font-size: 18px;
    color: #23518c;
    font-weight: bold;
    margin: 20px 0 10px 0;
    display: inline-block
}

.call_abstract .abstract_lists {
    padding-left: 18px;
    margin: 0;
}

.call_abstract .abstract_lists li {
    line-height: 29px;
}

.call_abstract .theme_submission {
    border: solid 1px #dee2e6;
    padding: 10px;
}

.theme_submission .abstract_lists {
    margin-bottom: 10px;
}

.theme_submission .abstract_title {
    margin-top: 0;
}

.table_title {
    background: #aca1a1;
    color: #fff;
}

.privacy_ssrcon {
    margin-bottom: 15px;
    padding-left: 30px;
}

.orange_text li {
    font-size: 17px !important;
    line-height: 2;
    list-style: disc;
}

.orange_text {
    font-size: 1.10rem !important;
    color: #23518c;
}

.footer-bottom-area {
    width: 100%;
}

.copyright-text {
    border-top: solid 1px #aca1a1;
    margin-top: 20px;
}

#footer .copyright-text p {
    margin: 20px 0 0 0;
}

.copyright-text a {
    color: #aca1a1;
    border-bottom: solid 1px #aca1a1;
}

.register_lists {
    padding-left: 18px;
}

.registration_page .register_title {
    font-size: 18px;
    color: #23518c;
    font-weight: bold;
    margin: 5px 0 10px 0;
    display: inline-block
}

.inner_btn_link {
    text-align: center;
    margin: 20px 0 30px;
}

.inner_btn_link a {
    background-image: linear-gradient(to right, #005C97 0%, #363795 51%, #005C97 100%);
    color: #fff;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    font-size: 17px;
    box-shadow: 0 0 20px #eee;
    border-radius: 50px;
    display: inline-block;
    font-weight: bold;
}

.inner_btn_link a:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
    transform: scale(1.02);
}

.inner_btn_link a i {
    margin-left: 5px;
}

.login-process-pages {
    background-image: none !important;
}

.bodybgimagelogin img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

#openticketmodal{
    position: fixed;
    right: 35px;
    bottom: 15px;
    border-radius: 33px;
    padding: 3px 12px;
    font-size: 18px;
    background: #0c2556;
    border-color: #0c2556;
    opacity: 0.8;
    transition: all 0.5s;
	z-index:10000;
}
#openticketmodal:hover{
    opacity: 1;
}

#needHelpModal{
	z-index:10000;
}

#needHelpModal .modal-header{
	display: flex;
	flex-wrap: wrap;
}

#needHelpModal .modal-header > h2, #needHelpModal .modal-header > p{
	margin: 0px;
}

.modal .modal-dialog .modal-content .close.openticketclose {
  position: absolute;
  right: 15px;
  opacity: 1;
  width: unset;
  height: unset;
  background: unset;
  color: unset;
  opacity: 1;
  box-shadow: none;
}

@media (min-width: 768px) {
    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        padding: 20px 0;
    }
    #contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
}

@media (min-width: 769px) {
    #call-to-action .cta-btn-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
    #header {
        padding: 20px 0;
        height: 74px;
    }
    #header #logo h1 {
        font-size: 34px;
    }
    #header #logo img {
        max-height: 45px;
    }
    #nav-menu-container {
        display: none;
    }
    #mobile-nav-toggle {
        display: inline;
    }
    #about .about-img {
        height: auto;
    }
    #about .about-img img {
        margin-left: 0;
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    #intro .intro-content h2 {
        font-size: 34px;
    }
    #services .box .box {
        margin-bottom: 20px;
    }
    #services .box .icon {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }
    #services .box h4,
    #services .box p {
        margin-left: 0;
        text-align: center;
    }
    #testimonials .testimonial-item {
        margin: 30px 10px;
    }
}

@media (max-width: 576px) {
    #contact #google-map {
        margin-top: 20px;
    }
}

#mail-status.error {
    color: red;
}

#mail-status.success {
    color: green;
}

.contact_form .submit_msg .send_msg_contactusform {
    background: #23518c;
    color: #fff;
    padding: 15px 35px;
    font-size: 20px;
    border: none;
    cursor: pointer;
}

.pcm-logo {
    float: right;
    position: absolute;
    right: 5px;
    z-index: 1;
}

#mobile-nav-toggle {
    margin: 20px 10px 0 0;
}

#workshops {
    padding: 30px 0 0;
}

.workshop_name {
    padding: 0;
}

.workshop_name li {
    padding: 15px 10px;
    text-align: center;
    list-style: none;
    color: #fff;
    font-weight: 500;
    background: #1b4882;
    border-radius: 20px 20px 0 0;
}

.workshop_name li:nth-child(2) {
    background: none;
    border: solid 1px #1b4882;
    color: #1b4882;
    border-radius: 0px 0 0 0;
    font-size: 20px;
    border-bottom: solid 1px #1b4882;
}

#logo-slider .owl-nav {
    position: absolute;
    top: 20%;
    width: 100%;
    right: 0;
    left: 0;
}

#logo-slider .owl-nav .owl-prev,
#logo-slider .owl-nav .owl-next {
    width: 52px;
    height: 52px;
}

#logo-slider .owl-nav .owl-prev span,
#logo-slider .owl-nav .owl-next span {
    display: none;
}

#logo-slider .owl-nav .owl-prev {
    position: absolute;
    left: -35px;
    background: url(../img/slider-left-arrow.png) !important;
    background-repeat: repeat;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

#logo-slider .owl-nav .owl-next {
    position: absolute;
    right: -35px;
    background: url(../img/slider-right-arrow.png) !important;
    background-repeat: repeat;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

#logo-slider .owl-dots {
    display: none;
}

#sponsors .section-header {
    margin-bottom: 0;
}

.inner_sponsors .sponsor_category {
    padding: 0px 0 40px 0px;
    border: solid 1px #d0d0d0;
    margin-bottom: 20px;
    text-align: center;
}

.inner_sponsors .sponsor_category h5 {
    font-size: 25px;
    background: #23518c;
    display: inline-block;
    padding: 15px;
    color: #fff;
    border-radius: 0px 0px 11px 13px;
}

.speakers .speaker_profile img {
    width: 100%;
}

.speaker_box {
    margin: 15px 0;
    padding: 15px;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 8px 24px #e2e8ed;
    border: 1px solid #e5e5e5;
}

.detail_speaker {
    padding: 20px 0 0px;
}

.detail_speaker span {
    color: gray;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    display: inline-block;
}

.country_name {
    color: #23518c !important
}

.speaker_name {
    font-size: 15px !important;
    margin-bottom: 5px !important;
}

.speaker_name::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    margin: 0 auto;
    background-color: #aca1a1;
    margin-top: 10px;
    margin-bottom: 5px;
}

.about_speaker {
    font-size: 13px !important;
    margin: 5px 0px !important;
}

.modal.show {
    overflow: auto;
}

.modal .modal-dialog {
    max-width: 660px !important;
}

.modal .modal-content .modal-body {
    padding: 30px;
}

.modal.shareviasocial_popup .modal-content .modal-body {
    padding: 15px;
}

.modal .modal-content .modal-body p {
    margin-bottom: 15px;
}

.modal .modal-dialog .modal-content .close {
    color: #fff;
    background: #4e4e4e;
    font-size: 28px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-shadow: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    left: auto;
    right: 15px;
    top: 15px;
    z-index: 1;
    transition: all 0.3s;
}

.modal-backdrop.show {
    opacity: .7;
}

.register_abstract .form-control {
    display: initial;
    width: 400px;
    height: 60px;
    outline: none;
    box-shadow: none;
}

.register_abstract .form-control:focus {
    outline: none;
}

#portfolio.about_page h4 {
    font-size: 22px !important;
    text-align: center;
    background: #1b4882;
    margin: 0;
    padding: 15px 5px;
    color: #fff;
}

#headerPopup {
    width: 100%;
    height: 100vh;
}

.pulse {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #23518c;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.5);
    animation: pulse 2s infinite;
    z-index: 70;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.5);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.5);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.5);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

#header-sticky-wrapper {
    height: 60px !important;
}

.lobby {
    background: url(../img/congenie-lobby.jpeg) no-repeat;
    background-size: 100% 100%;
    height: calc(100vh/*+ 103px*/
    );
    margin: 0 auto;
    position: relative;
    background-position: center;
}

.leveltwo {
    position: absolute;
    left: 28%;
    top: 50%;
}

.professor {
    position: absolute;
    left: 41%;
    top: 50%;
}

.exhibition {
    position: absolute;
    right: 38%;
    top: 50%;
}

.cog_user::after {
    display: none;
}

.cog_user {
    background: rgba(0, 0, 0, 0.7);
    padding: 8px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 23px;
    text-align: center;
    color: #fff;
}

.cog_user i {
    color: #fff;
    font-size: 20px;
}

.cog_user .fa-cog.fa-chevron-down::before {
    content: '\f013'
}

.cog_user .fa-user.fa-chevron-down::before {
    content: '\f007';
}

.user_status {
    position: relative;
}

.status {
    position: absolute;
    right: -3px;
    bottom: 2px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
}

.status i {
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    color: #219653;
}

.drop_content li a {
    margin: 0;
}

.online {
    color: #219653;
    font-size: 17px;
    margin: 0 5px 0 0;
}

.away {
    color: #B68F11;
    font-size: 17px;
    margin: 0 5px 0 0;
}

.disturb {
    color: #C31C1C;
    font-size: 17px;
    margin: 0 5px 0 0;
}

.menu_items {
    width: 72%;
    display: inline-block;
    line-height: normal;
}

.menu_items ul {
    display: inline-block;
}

.header_right {
    float: right;
}

.header_right ul {
    float: right;
}

.header_right .drop_content li {
    display: block;
}

.header_right ul li {
    float: left;
    margin-left: 10px;
}

.menu_items a {
    padding: 8px 13px;
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
}

.menu_items a i,
.menu_items a img {
    font-size: 22px;
    margin-right: 5px;
}

.bottom_navigation {
    position: fixed;
    top: 45%;
    right: 0;
    z-index: 80;
}

.bottom_navigation .navbar {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0;
}

.bottom_navigation .navbar .nav-toggle {
    width: 80px;
    position: absolute;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
}

.bottom_navigation .navbar .nav-toggle:checked+.navigation>div {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.bottom_navigation .navbar .nav-toggle:checked+.navigation>div:before,
.bottom_navigation .navbar .nav-toggle:checked+.navigation>div:after {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.bottom_navigation .navbar .nav-toggle:checked+.navigation>div:after {
    opacity: 0;
}

.bottom_navigation .navbar .nav-toggle:checked~.menu {
    pointer-events: auto;
    visibility: visible;
}

.bottom_navigation .navbar .nav-toggle:checked~.menu>div {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: .75s;
    transition-duration: .75s;
}

.bottom_navigation .navbar .nav-toggle:checked~.menu>div>div {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease 0.4s;
    transition: opacity 0.4s ease 0.4s;
}

.bottom_navigation .navbar .nav-toggle:hover+.navigation {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}

.bottom_navigation .navbar .nav-toggle:checked:hover+.navigation>div {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.bottom_navigation .navbar .navigation {
    width: 75px;
    height: 60px;
    animation: pulse-animation 2s infinite;
    z-index: 1;
    padding: .5em 1em;
    background: rgba(0, 0, 0, 1);
    border-radius: 0 0.12em 0.12em 0;
    cursor: pointer;
    -webkit-transition: box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0 0 0 0;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(242, 107, 48, 0.4);
    }
    100% {
        box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
    }
}

.bottom_navigation .navbar .navigation>div {
    width: 75%;
    height: 3px;
    transform: rotate(-90deg);
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background: #fefefe;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bottom_navigation .navbar .navigation>div:before,
.bottom_navigation .navbar .navigation>div:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -12px;
    left: 0;
    width: 100%;
    height: 2px;
    background: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bottom_navigation .navbar .navigation>div:after {
    top: 12px;
}

.bottom_navigation .navbar .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    visibility: hidden;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bottom_navigation .navbar .menu>div {
    width: 200vw;
    height: 200vw;
    color: #fefefe;
    background: rgba(2, 2, 2, 0.9);
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bottom_navigation .navbar .menu>div>div {
    text-align: center;
    max-width: 90vw;
    max-height: 100vh;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    overflow-y: auto;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 27.5%;
    width: 100%;
    overflow: hidden;
}

.bottom_navigation .navbar .menu>div>div>ul {
    list-style: none;
    padding: 0 1em;
    margin: 0;
    display: block;
    max-height: 100vh;
    padding: 0 50px;
}

.bottom_navigation .navbar .menu>div>div>ul>li {
    padding: 0;
    margin-bottom: 15px;
    font-size: 24px;
    display: block;
    text-align: left;
}

.bottom_navigation .navbar .menu>div>div>ul>li>a {
    position: relative;
    display: inline;
    color: #fff;
    cursor: pointer;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.bottom_navigation .navbar .menu>div>div>ul>li img {
    margin-right: 15px;
}

.bottom_navigation .bottom_navigation .navbar .menu>div>div>ul>li>a:hover {
    color: #e5e5e5;
}

.bottom_navigation .navbar .menu>div>div>ul>li>a:hover:after {
    width: 100%;
}

.bottom_navigation .navbar .menu>div>div>ul>li>a:after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -0.15em;
    left: 0;
    width: 0;
    height: 2px;
    background: #e5e5e5;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
}

.white_li {
    background: #fff;
    color: #000;
    padding: 0 60px 0 10px !important;
}

.logo1 {
    margin-right: 40px;
}

.login-process-pages {
    background: #e9f3fc url(../img/ubm-bg.jpg) no-repeat center 0;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    height: 100vh;
}

.signupform {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.et-signup {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    padding: 0px 15px;
    max-width: 50%;
}

.signupform .et-header {
    display: flex;
    justify-content: space-between;
    padding: 30px 50px 30px 0px;
    width: 100%;
    align-items: flex-end;
    justify-content: flex-end;
}

.login_title {
    text-align: center;
    margin-top: 20px;
}

.login_title h3 {
    color: #5b2c88;
    font-size: 22px;
    line-height: -5px;
    font-weight: 800;
    margin: 0;
}

.login_title p {
    font-size: 28px;
    font-weight: normal;
    color: #5b2c88;
    color: #5b2c88;
}

.form_step .form-group {
    margin-bottom: 0;
}

.form_step .form-group label {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 27px
}

.form_step .form-group .form-input {
    height: 30px;
    outline: none !important;
    border: 0;
    border: 1px solid #333;
    font-size: 16px;
    padding: 0 10px 0 10px;
    background: transparent;
    color: #000;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px
}

.form_step .form-btn {
    outline: none;
    border: 0;
    background: #5b2c88;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    height: 30px;
    border-radius: 20px;
    font-weight: 600;
    max-width: 150px;
    text-align: center;
    cursor: pointer;
}

.signup_btn {
    background: #0070b9 !important;
}

.signin_form,
.signup_form {
    padding: 20px;
    width: 100%;
}

.reg-Text p {
    color: #5b2c88;
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    font-style: italic;
    margin-top: 20px;
}

.contact_etsils {
    border-top: 5px solid #0070b9;
}

.contact_etsils span {
    font-size: 23px;
    margin: 10px auto 0px;
    font-weight: bold;
    line-height: 30px;
    font-style: italic;
    color: #000;
    display: block;
    text-align: center;
}

.contact_etsils ul {
    padding: 0;
    list-style: none;
    margin: 5px auto 0px;
    display: table;
}

.contact_etsils ul li {
    float: left;
}

.contact_etsils ul li a {
    float: left;
    font-size: 26px;
    color: #000;
    padding: 0px 9px;
    font-weight: bold;
}

#form2 {
    display: none;
}

#footer {
    display: none;
}

#partners {
    padding-right: 0 !important;
    top: 0;
}

#partners .modal-dialog {
    margin: 0;
    padding: 0;
    max-width: 100% !important;
}

#partners .modal-header {
    border: none;
}

#partners .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    border: none;
    background: transparent !important;
}

#partners .modal-dialog .modal-content .close {
    background: none;
    color: #000;
    width: auto;
    height: auto;
    box-shadow: none;
    right: 20px;
}

.logo_div .col-md-12 {
    padding: 0 2px !important;
}

.logo_div a img {
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 4px;
}

.title_partners {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
}


/*.modal-backdrop{ background:none;}
.modal-backdrop.in { opacity: 0.1 !important;}*/

.owl-carousel.owl-loaded {
    overflow: hidden;
    width: 100%;
    height: 90px;
}

#logo-slider .owl-nav .owl-prev {
    position: fixed;
    left: 85px;
}

#logo-slider .owl-nav .owl-next {
    right: 85px;
    position: fixed;
}

.owl-carousel.owl-drag .owl-item {
    width: 222px;
}

.overlcolor_change {
    color: #7f7f7f;
    background: none;
}

.overlcolor_change a {
    color: #4c4c4c !important;
}

.overlcolor_change img {
    filter: invert(0.7);
}

#partners {
    height: 200px !important;
}


/*.modal-backdrop{ height:200px !important;}*/

.lobby.mci_booth {
    background: url(../img/mci_booth.jpg) no-repeat;
    background-size: 100%;
    height: calc(100vh + 103px);
    margin: 0 auto;
    position: relative;
    background-position: center;
    overflow: hidden;
    background-size: 100% 100%;
    background-attachment: fixed;
    height: 100vh;
}

.booth-icons-box {
    position: absolute;
    top: 35%;
    left: 0%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.booth-icons-box .booth-icon-link {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 0px 10px 0px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.4);
    display: flex;
    transition: transform 500ms linear;
    font-size: 17px;
    margin-left: -195px;
    text-align: center;
    display: inline-block;
}

.booth-icons-box .booth-icon-link span {
    width: 58px;
    position: absolute;
    right: -59px;
    background: #fff;
    top: -4px;
    border-radius: 0 40px 40px 0;
    padding: 8px 12px 8px 8px;
}

.booth-icons-box .booth-icon-link span img {
    width: 100%;
}

.booth-icons-box .booth-icon-link:hover {
    transform: translateX(195px);
    color: #fff;
}

.booth-icons-box.booth-icon-right-box {
    left: auto;
    right: 0;
    margin-right: -196px;
    position: fixed;
}

.booth-icons-box.booth-icon-right-box .booth-icon-link {
    padding: 10px 5px 10px 5px;
    display: inline-block;
    text-align: center;
}

.booth-icons-box.booth-icon-right-box .booth-icon-link span {
    right: 0;
    left: -59px;
    border-radius: 40px 0px 0px 40px;
    padding: 8px 8px 8px 15px;
}

.booth-icons-box.booth-icon-right-box .booth-icon-link:hover {
    transform: translateX(-196px);
}

.booth-icons-box .booth-icon-link.more_extra {
    margin-left: -450px;
    padding: 10px 10px;
}

.booth-icons-box .booth-icon-link.more_extra:hover {
    transform: translateX(450px)
}

.booth-icons-box.booth-icon-right-box .booth-icon-link.more_extra_right {
    margin-right: -250px;
}

.booth-icons-box.booth-icon-right-box .booth-icon-link.more_extra_right:hover {
    transform: translateX(-448px)
}

.profile_popup {
    top: 0;
}

.profile_popup .modal-content {
    border-radius: 10px;
    border: none;
}

.profile_popup .modal-dialog .modal-content .close {
    color: #000;
    width: inherit;
    height: inherit;
    background: none;
    box-shadow: none;
    padding: 10px;
}

.profile_popup .close span {
    background: #000;
    width: 30px;
    display: inline-block;
    color: #fff;
    border-radius: 50px;
}

.profile_popup .modal-dialog {
    max-width: 850px !important;
}

.profile_popup .modal-content .modal-body {
    padding: 15px !important;
    overflow-y: auto;
}

.profile_popup .modal-header {
    text-align: center;
    display: inline-block;
    padding: 10px;
}

.profile_popup .modal-header .modal-title {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.profile_popup .modal-body .table .table-icon-type,
#video_modal .modal-body .table .table-icon-type a {
    font-size: 20px;
    color: #000;
    outline: none;
}

.profile_popup .modal-body .table .table-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
}

.profile_popup .modal-body .table td {
    vertical-align: middle;
    border: none;
    text-align: center;
}

.profile_popup .modal-body .table .btn-table {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 2px;
    padding: 5px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    border-radius: 23px;
}

.profile_popup .modal-body .table .btn-table:focus {
    box-shadow: none;
}

.large_modal .modal-body {
    height: 80vh;
}

#posterhall_modal .modal-content .modal-body {
    padding: 15px;
}


/*
.profile_popup.fade .modal-dialog {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  top: 300px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.profile_popup.fade.in .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate3d(0, -300px, 0);
  transform: translate3d(0, -300px, 0);
  opacity: 1;
}
*/

.video_box {
    color: #555;
    background-color: #fff;
    text-align: center;
    margin: 15px 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 20px 20px;
    position: relative;
    z-index: 1;
    transition: all ease .3s;
    margin-bottom: 20px;
}

.video_box .service-count {
    color: #fff;
    background: linear-gradient(1820deg, rgba(0, 0, 0, 0) 1.98%, rgba(0, 0, 0, 0.5) 22.24%, rgba(0, 0, 0, 0.8) 59.38%, #080808 90%, #000 90%);
    font-size: 30px;
    line-height: 100px;
    width: 60px;
    height: 90px;
    margin: -15px 0 20px;
    border-radius: 40px 0 100px 100px;
    position: relative;
}

.video_box .service-count:before,
.video_box .service-count:after {
    content: "";
    background: #686868;
    width: 25px;
    height: 15px;
    border-radius: 50px 50px 0 0;
    position: absolute;
    top: 0;
    left: 60px;
}

.video_box .service-count:after {
    background: #000;
    border-radius: 50px 0 0 0;
    left: 46px;
    z-index: -2;
}

.video_box .service-icon {
    color: #000;
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 10px;
    transition: all 0.3s ease 0s;
    border: solid 2px #d9d5d5;
    width: 52px;
}

.video_box .service-icon a {
    color: #000;
}

.video_box:hover .service-icon {
    transform: rotateY(360deg);
}

.video_box .title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    height: 35px;
}

.video_box .description {
    font-size: 15px;
    text-align: center;
    line-height: 25px;
    padding: 0 15px;
    margin: 0 0 23px;
}

.video_box .read-more {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    background: #d9d5d5;
    padding: 10px 40px;
    display: block;
    border-radius: 0px 0px 20px 20px;
}

.chat_box {
    border: 1px solid #000;
    margin-top: 40px;
    text-align: center;
    padding: 25px;
    margin-bottom: 20px;
    height: 324px
}

.chat_box .service-icon {
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    text-align: center;
    line-height: 50px;
    font-size: 36px;
    background: #fff;
    transform: rotate(-45deg);
    margin: -51px auto -20px;
}

.chat_box ul {
    padding: 0;
}

.chat_box ul li {
    text-align: left;
    list-style: none;
    font-size: 20ppx;
    border: solid 1px #000;
    padding: 10px;
    color: #000;
}

.chat_box ul li i {
    width: 30px;
    border-right: solid 1px #000;
    font-size: 18px;
}

.chat_box ul li span {
    padding-left: 7px;
}

.chat_box ul .contact_li {
    margin-top: -1px;
}

.chat_box .service-icon i {
    transform: rotate(45deg);
    color: #000;
    transition: all 0.3s ease-out;
}

.chat_box:hover .service-icon {
    background: #000;
    border-color: #000;
    transition: all 0.3s ease-out;
}

.chat_box:hover .service-icon i {
    color: #fff;
}

.chat_box .service-content {
    margin-top: 45px;
}

.chat_box .service-content h3 {
    text-transform: capitalize;
    color: #161616;
    font-size: 20px;
}

.chat_box .service-content h3:after {
    content: "";
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    width: 70px;
    height: 4px;
    display: block;
    margin: 10px auto 20px;
}

.chat_box .read {
    margin-top: 30px;
}

.chat_box .read a {
    border: 1px solid #000;
    padding: 9px 25px;
    color: #000;
    text-transform: uppercase;
    transition: 0.5s;
}

.chat_box .read a:hover {
    background: #000;
    color: #fff;
}

.main_bg_images {
    margin-top: -62px;
}

#header {
    background: transparent;
    box-shadow: none;
    position: fixed;
    top: 0px;
    z-index: 50;
    width: 100%;
    direction: ltr;
}

#nav-menu-container {
    width: 100%;
}

.menu_items {
    width: auto;
}

.menu_items ul li {
    background: #000;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.7);
}

.menu_items ul li a {
    color: #fff;
}

.menu_items ul li a:hover {
    color: #fff;
}

.leveltwo {
    position: absolute;
    left: 25%;
    top: 65%;
}

.professor {
    position: absolute;
    left: 49%;
    top: 65%;
}

.exhibition {
    position: absolute;
    right: 24%;
    top: 65%;
}

#websites_modal .modal-dialog {
    max-width: 400px !important;
}

#websites_modal .social {
    width: 100%;
    text-align: center;
}

#websites_modal .social a {
    background: #bbb;
    font-size: 20px;
    border-radius: 50px;
    color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
    line-height: 42px;
    border: solid 1px #bbb;
}

#websites_modal .social a:hover {
    background: none;
    border: solid 1px #bbb;
    color: #bbb;
}

#websites_modal .social .fb_icon {
    background: #4b69b1;
    border-color: #4b69b1;
    color: #fff;
}

#websites_modal .social .fb_icon:hover {
    color: #4b69b1;
    border-color: #4b69b1;
}

#websites_modal .social .twitter_icon {
    background: #37b1e2;
    border-color: #37b1e2;
    color: #fff;
}

#websites_modal .social .twitter_icon:hover {
    color: #37b1e2;
    border-color: #37b1e2;
}

#websites_modal .social .linkedin_icon {
    background: #0678b6;
    border-color: #0678b6;
    color: #fff;
}

#websites_modal .social .linkedin_icon:hover {
    color: #0678b6;
    border-color: #0678b6;
}

#fancybox {
    padding: 0;
    margin: 0;
}

#fancybox li {
    list-style: none;
}

#fancybox1,
#fancybox2 {
    margin: 0;
}

#websites_modal .social .instagram_icon {
    background: #d50060;
    border-color: #d50060;
    color: #fff;
}

#websites_modal .social .instagram_icon:hover {
    color: #d50060;
    border-color: #d50060;
}

#websites_modal .social .youtube_icon {
    background: #e52d27;
    border-color: #e52d27;
    color: #fff;
}

#websites_modal .social .youtube_icon:hover {
    color: #e52d27;
    border-color: #e52d27;
}

#partners.in~.modal-backdrop {
    background: none;
    height: 200px;
    position: absolute;
    z-index: -1040;
}

#partners.in~.modal-backdrop.in {
    opacity: 0.1;
    height: 200px;
}

#chat_modal .chat_box {
    height: auto;
}

#sponsors {
    margin-top: -95px;
}

.bottom_navigation .navbar .menu {
    display: inherit;
}

.bottom_navigation .navbar .menu>div {
    overflow: initial;
}

.bottom_navigation .navbar .menu>div>div {
    display: inline-block;
    overflow: inherit;
}

.bottom_navigation .navbar .menu>div>div>ul {
    display: inline-grid;
}

.owl-carousel.owl-loaded {
    overflow: inherit;
}

#logo-slider .owl-nav .owl-prev {
    position: absolute;
    left: -40px;
}

#logo-slider .owl-nav .owl-next {
    position: absolute;
    right: -40px;
}

#attendees_modal .modal-header {
    border: none;
    text-align: left;
}

#attendees_modal .tab-content {
    width: 100%;
}

#attendees_modal .tab .nav-tabs {
    border: none;
    margin: 0;
}

#attendees_modal .tab .nav-tabs li a {
    padding: 10px 87px;
    margin-right: 38px;
    font-size: 20px;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    background: transparent;
    z-index: 2;
    position: relative;
    transition: all 0.3s ease 0s;
}

#attendees_modal .tab .nav-tabs li.active a {
    color: #000;
}

#attendees_modal .tab .nav-tabs li a:hover,
#attendees_modal .tab .nav-tabs li.active a {
    border: none;
    color: #000;
}

#attendees_modal .tab .nav-tabs li a:before {
    content: "";
    width: 100%;
    height: 4px;
    background: #ececec;
    border: 1px solid #ccc;
    position: absolute;
    bottom: 0;
    left: 0;
}

#attendees_modal .tab .nav-tabs li a:after {
    content: "";
    width: 0;
    height: 4px;
    background: #000;
    border: 1px solid #000;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 1s ease 0s;
}

#attendees_modal .tab .nav-tabs li:hover a:after,
#attendees_modal .tab .nav-tabs li.active a:after {
    width: 100%;
    opacity: 1;
}

#attendees_modal .tab .tab-content {
    padding: 0px;
    margin-top: 25px;
    font-size: 17px;
    color: #000;
    letter-spacing: 1px;
    line-height: 30px;
    position: relative;
}


/*------------------------------*/

#attendees_modal_front .modal-header {
    border: none;
    text-align: left;
}

#attendees_modal_front .tab-content {
    width: 100%;
}

#attendees_modal_front .tab .nav-tabs {
    border: none;
    margin: 0;
    padding-right: 8px;
    align-items: center;
}

#attendees_modal_front .tab .nav-tabs li {
    width: 30%;
}

#attendees_modal_front .tab .nav-tabs li a {
    padding: 10px 87px;
    font-size: 20px;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    background: transparent;
    z-index: 2;
    position: relative;
    transition: all 0.3s ease 0s;
    display: block;
}

#attendees_modal_front .tab .nav-tabs li.active a {
    color: #000;
}

#attendees_modal_front .tab .nav-tabs li a:hover,
#attendees_modal_front .tab .nav-tabs li.active a {
    border: none;
    color: #000;
}

#attendees_modal_front .tab .nav-tabs li a:before {
    content: "";
    width: 100%;
    height: 4px;
    background: #ececec;
    border: 1px solid #ccc;
    position: absolute;
    bottom: 0;
    left: 0;
}

#attendees_modal_front .tab .nav-tabs li a:after {
    content: "";
    width: 0;
    height: 4px;
    background: #000;
    border: 1px solid #000;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 1s ease 0s;
}

#attendees_modal_front .tab .nav-tabs li:hover a:after,
#attendees_modal_front .tab .nav-tabs li.active a:after {
    width: 100%;
    opacity: 1;
}

#attendees_modal_front .tab .tab-content {
    padding: 0px;
    margin-top: 25px;
    font-size: 17px;
    color: #000;
    letter-spacing: 1px;
    line-height: 30px;
    position: relative;
}


/*------------------------------*/

.attendees_userbox {
    padding-left: 30px;
    position: relative;
    margin-left: -10px;
    margin-bottom: 15px
}

.attendees_userbox .service-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 10px;
    border-radius: 50px;
    left: 5px;
    z-index: 1;
}

.attendees_userbox .service-content {
    padding: 10px 5px 10px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.7);
    position: relative;
    transition: all 0.4s ease-in-out 0s;
}

.attendees_userbox .title {
    font-size: 18px;
    font-weight: 600;
    padding-left: 15px;
    margin-bottom: 5px;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
    color: #000;
}

.attendees_userbox .title a {
    color: #000;
}

.attendees_userbox .description {
    font-size: 14px;
    color: #858585;
    margin: 0;
    padding-left: 15px;
    line-height: 20px;
}

.attendees_userbox .read-more {
    display: inline-block;
    width: 32px;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.7);
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    position: absolute;
    bottom: -1px;
    right: -1px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
}

.attendees_userbox .read-more:hover {
    background: #000;
}

.attendees_userbox .service-content p {
    margin-bottom: 3px !important;
}

#attendees_modal .large_modal .modal-body {
    height: 70vh;
}


/*-----------------------*/

#attendees_modal_front .large_modal .modal-body {
    height: 70vh;
}


/*----------------------*/

.search_filter {
    margin-top: 0px;
    width: 67%;
}

.search_filter label {
    margin: 6px 10px 0 0;
}

.search_filter .form-control {
    padding: 5px 10px;
    border-radius: 20px 0 0 20px !important;
}

.search_filter .form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #000;
}

.search_filter select.form-control {
    appearance: none;
    position: relative;
    border-radius: 20px !important;
}

.search_filter .fa-caret-down {
    content: "\f0d7";
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 44px;
    right: 28px;
    pointer-events: none;
}

.search_filter .input-group .btn {
    padding: 5px 20px;
    border-radius: 0px 20px 20px 0px;
    background: #6c757d;
    color: #fff;
}

.search_filter .input-group .btn:focus {
    box-shadow: none;
}

.search_filter .refresh_more {
    border-radius: 20px;
    margin: 0px 3px;
    background: #6c757d;
    border-color: #6c757d;
    color: #fff;
}

.search_filter .refresh_more i {
    margin-right: 5px;
}

.search_filter .refresh_more:focus {
    box-shadow: none;
}

.modal-box .modal {
    top: 0;
}

.modal-box .modal-dialog {
    max-width: 400px !important;
}

.modal-box .modal-dialog .modal-content .close {
    color: #fff;
    font-size: 28px;
    text-shadow: none;
    line-height: 13px;
    background: #000;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    left: auto;
    box-shadow: none;
    right: 10px;
    top: 10px;
    z-index: 1;
    transition: all 0.3s;
}

.modal-box .modal-dialog .modal-content .close:focus {
    outline: none;
}

.modal-box .modal-dialog .modal-content .modal-body .icon {
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    font-size: 55px;
    line-height: 82px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    top: -45px;
    left: 40%;
}

.modal-box .modal-dialog .modal-content .modal-body {
    padding: 30px 10px 20px 10px;
}

.modal-box .modal-dialog .modal-content .modal-body .inner-content {
    margin: 20px 0 0px;
    text-align: center;
}

.modal-box .modal-dialog .modal-content .modal-body .title {
    color: #46423a;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.modal-box .modal-dialog .modal-content .modal-body .description {
    color: #534f47;
    font-size: 18px;
    margin: 0;
}

.modal-box .btn {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 4px 31px;
    border-radius: 50px;
    font-size: 20px;
    margin-top: 20px;
}

.modal-box .btn:focus {
    box-shadow: none;
}

.request_response {
    position: absolute;
    top: 22px;
    right: 12px;
}

.request_response a {
    background: rgba(0, 0, 0, 0.7);
    padding: 8px 24px;
    color: #fff;
    border: none;
    border-radius: 50px;
}

.request_response a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.request_response .reject_btn {
    margin-left: 10px;
}

#sponsors {
    margin-bottom: 30px;
}

.fancy_youtubevideo {
    padding: 0;
    margin: 0;
}

.fancy_youtubevideo li {
    list-style: none;
}

.fancy_youtubevideo {
    margin: 0;
}

#profile_modal.fade .modal-dialog.modal-dialog-zoom {
    transform: translate(0, 0)scale(.5);
    transition: 0.6s;
}

#profile_modal.show .modal-dialog.modal-dialog-zoom {
    transform: translate(0, 0)scale(1);
}

.profile_form .form-control {
    background: #f0f0f0;
    border: solid 1px #e0e0e0;
    border-radius: 20px;
    box-shadow: none;
    padding: 0 20px 0 20px;
    height: 40px;
    transition: all 0.3s ease 0s;
}

.profile_form select.form-control {
    appearance: none;
    position: relative;
}

.profile_form .fa-caret-down {
    position: absolute;
    top: 51px;
    right: 28px;
    pointer-events: none;
}

.profile_form .form-group label {
    float: left;
    margin-top: 8px;
}

.profile_form .form-control:focus {
    background: #e0e0e0;
    box-shadow: none;
    outline: 0 none;
}

.profile_form .main-checkbox {
    float: left;
    width: 20px;
    height: 20px;
    background: #11a3fc;
    border-radius: 50%;
    position: relative;
    margin: 5px 0 0 5px;
    border: 1px solid #11a3fc;
}

.profile_form .main-checkbox label {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.profile_form .main-checkbox label:after {
    content: "";
    width: 10px;
    height: 5px;
    position: absolute;
    top: 5px;
    left: 4px;
    border: 3px solid #fff;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.profile_form .main-checkbox input[type=checkbox] {
    visibility: hidden;
}

.profile_form .main-checkbox input[type=checkbox]:checked+label:after {
    opacity: 1;
}

.profile_form .text {
    float: left;
    margin-left: 7px;
    line-height: 20px;
    padding-top: 5px;
    text-transform: capitalize;
}

.profile_form .btn {
    float: right;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 30px;
    padding: 10px 40px;
    border: none;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}

#agenda_modal .modal-body {
    padding: 0;
}

.profile_popup#agenda_modal .modal-body iframe {
    border: none;
}

.profile_popup#agenda_modal .modal-content {
    border-radius: 0px;
}

.profile_popup#agenda_modal .modal-content .modal-body {
    overflow: hidden;
}

.websiteloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loading.gif') 50% 50% no-repeat rgb(249, 249, 249, 0.99);
    background-size: 5%;
    opacity: 0.6;
}

.displaynone {
    display: none !important;
}

.displayblock {
    display: block !important;
}

.invalid {
    border: 1px solid red !important;
}

.searchbox[type=text] {
    width: 50%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 40px;
    font-size: 16px;
    color: #fff;
    background-color: white;
    background: url(../img/searchicon.png) no-repeat;
    background-position: 10px 8px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    height: 40px;
    margin: 15px 0px;
}

.pagination-outer {
    text-align: right;
}

.poster_qty {
    color: #fff;
    margin-top: 25px;
    font-size: 18px;
}

.pagination {
    display: inline-flex;
    position: relative;
    margin: 20px 0px;
}

.pagination:before {
    content: "";
    width: 85%;
    height: 2px;
    background: #e8e8e8;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.pagination li a.page-link {
    padding: 4px 10px;
    margin-right: 15px;
    background: #f8f8f8;
    border: 1px solid #e8e8e8;
    border-radius: 50px;
    box-shadow: 0 8px 6px -9px #5b5f5f;
    font-size: 17px;
    color: #686c6c;
}

.pagination li:first-child a.page-link {
    margin-right: 15px;
    border-radius: 50px;
    padding: 4px 20px;
}

.pagination li:last-child a.page-link {
    border-radius: 50px;
    padding: 4px 20px;
    margin-right: 0;
}

.pagination li.active a.page-link,
.pagination li a.page-link:hover {
    background: rgba(0, 0, 0, 0.7);
    border-color: #02D7DD;
    color: #fff;
}

ul.swiper-wrapper {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.slider_main {
    position: absolute;
    bottom: 0;
    top: 60px;
    right: 0;
    left: 0;
    overflow: hidden;
    background: #222
}

.swiper-button-next,
.swiper-button-prev {
    top: 60%;
}

.swiper-container {
    max-width: 100%;
    background: #222;
    z-index: 0;
}

.swiper-container img {
    width: 100%;
    height: auto;
}

.swiper-slide {
    width: 64%;
}

.swiper-pagination {
    display: none;
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: black;
}

.tippy-tooltip.light-theme {
    color: #26323d;
    box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
    background-color: white;
}

.tippy-backdrop {
    background-color: white;
}

.tippy-roundarrow {
    fill: white;
}

.tippy-popper[x-placement^='top'] .tippy-tooltip.light-theme .tippy-arrow {
    border-top-color: #fff;
}

.tippy-popper[x-placement^='bottom'] .tippy-tooltip.light-theme .tippy-arrow {
    border-bottom-color: #fff;
}

.tippy-popper[x-placement^='left'] .tippy-tooltip.light-theme .tippy-arrow {
    border-left-color: #fff;
}

.tippy-popper[x-placement^='right'] .tippy-tooltip.light-theme .tippy-arrow {
    border-right-color: #fff;
}

.tippy-tooltip.light-theme .tippy-roundarrow {
    fill: #fff;
}

.swiper-slide-prev,
.swiper-slide-next {
    opacity: 0.6
}

.sc_covermodal {
    padding-right: 0 !important;
}

.sc_covermodal .modal-dialog {
    max-width: 100% !important;
    margin: 0;
}

.sc_covermodal .modal-header {
    border: none;
}

.sc_covermodal .modal-content {
    border-radius: 0px !important;
    background: #222;
}

.sc_covermodal .modal-dialog .modal-content .close {
    right: 30px;
}

.sc_covermodal .modal-content .modal-body {
    height: 100vh;
    padding: 35px 50px;
    overflow: scroll;
}

.sc_covermodal .modal-body .table td {
    border: 1px solid #dee2e6;
    color: #fff;
}

.form_step .form-group label {
    width: 34%;
    text-align: right;
    padding-right: 25px;
}

.form_step .form-group .form-input {
    width: 65%;
}

.button_links {
    text-align: right;
}

.form_step .form-btn {
    width: 32.5%;
    max-width: inherit;
}

.chatbox-holder,
.chatbox-holder1 {
    position: fixed;
    right: 0;
    bottom: -362px;
    display: flex;
    z-index: 1060;
}


/*.chatbox {
  width: 350px;
  height: 400px;
  margin: 0 20px 0 0;
  position: relative;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
  display: flex;
  flex-flow: column;
  border-radius: 10px 10px 0 0;
  background: white;
  bottom: 362px;
  transition: .5s ease-out;
}*/

.chatbox-top {
    position: relative;
    display: flex;
    padding: 10px 0;
    border-radius: 10px 10px 0 0;
    background: rgba(0, 0, 0, 0.7);
}

.chatbox-icons {
    padding: 0 10px 0 0;
    display: flex;
    position: relative;
}

.chatbox-icons .fa {
    background: #fff;
    padding: 3px 5px;
    margin: 0 0 0 3px;
    color: #000;
    border-radius: 0 5px 0 5px;
    transition: 0.3s;
}

.chatbox-icons .fa:hover {
    border-radius: 5px 0 5px 0;
    background: #fff;
}

.chatbox-icons a,
.chatbox-icons a:link,
.chatbox-icons a:visited {
    color: white;
}

.chat-partner-name,
.chat-group-name {
    flex: 1;
    padding: 0 0 0 20px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    transition: .1s ease-out;
}

.status {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #cacaca;
    margin: 0 3px 0 0;
}

.online {
    background: #b7fb00;
}

.away {
    background: #ffae00;
}

.donot-disturb {
    background: #ff4343;
}

.chatbox-avatar {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    background: white;
    padding: 3px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    position: absolute;
    transition: .1s ease-out;
    bottom: 0;
    left: 6px;
}

.chatbox-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.chat-messages {
    border-top: 1px solid rgba(0, 0, 0, .05);
    padding: 10px 10px 0px 10px;
    overflow: auto;
    /*display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  flex: 1;*/
    height: 315px;
}

.message-box-holder {
    width: 100%;
    margin: 0 0 15px;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}

.message-sender {
    font-size: 12px;
    margin: 0 0 15px;
    color: #30649c;
    align-self: flex-start;
}

.message-sender a,
.message-sender a:link,
.message-sender a:visited,
.chat-partner-name a,
.chat-partner-name a:link,
.chat-partner-name a:visited {
    color: #fff;
    text-decoration: none;
}

.message-box {
    padding: 6px 10px;
    border-radius: 0 6px 0 6px;
    position: relative;
    background: rgba(100, 170, 0, .1);
    border: 2px solid rgba(100, 170, 0, .1);
    color: #6c6c6c;
    font-size: 12px;
}

.message-box:after {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    border-top: 10px solid rgba(100, 170, 0, .2);
    border-right: none;
    bottom: -22px;
    right: 10px;
}

.message-partner {
    background: rgba(0, 114, 135, .1);
    border: 2px solid rgba(0, 114, 135, .1);
    align-self: flex-start;
}

.message-partner:after {
    right: auto;
    bottom: auto;
    top: -22px;
    left: 9px;
    border: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 114, 135, .2);
    border-left: none;
}

.chat-input-holder {
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.chat-input {
    resize: none;
    padding: 5px 10px;
    height: 40px;
    font-family: 'century_gothicregular';
    font-size: 14px;
    color: #999999;
    flex: 1;
    border: none;
    background: rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.chat-input:focus,
.message-send:focus {
    outline: none;
}

.message-send::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.message-send {
    -webkit-appearance: none;
    background: #9cc900;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 15px;
    padding: 0 15px;
    border: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.attachment-panel {
    padding: 3px 10px;
    text-align: right;
}

.attachment-panel a,
.attachment-panel a:link,
.attachment-panel a:visited {
    margin: 0 0 0 7px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
}

.chatbox-min {
    bottom: 0;
}

.chatbox-min .chatbox-avatar {
    width: 60px;
    height: 60px;
}

.chatbox-min .chat-partner-name,
.chatbox-min .chat-group-name {
    padding: 0 0 0 20px;
}

.settings-popup {
    background: white;
    border-radius: 20px/10px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
    font-size: 13px;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 33px;
    transition: .15s;
    transform: scale(1, 0);
    transform-origin: 50% 0;
    width: 120px;
    z-index: 2;
    border-top: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 2px solid rgba(0, 0, 0, .3);
}

.settings-popup:after,
.settings-popup:before {
    border: 7px solid transparent;
    border-bottom: 7px solid white;
    border-top: none;
    content: "";
    position: absolute;
    left: 45px;
    top: -10px;
    border-top: 3px solid rgba(0, 0, 0, .2);
}

.settings-popup:before {
    border-bottom: 7px solid rgba(0, 0, 0, .25);
    top: -11px;
}

.settings-popup:after {
    border-top-color: transparent;
}

#chkSettings {
    display: none;
}

#chkSettings:checked+.settings-popup {
    opacity: 1;
    transform: scale(1, 1);
}

.settings-popup ul li a,
.settings-popup ul li a:link,
.settings-popup ul li a:visited {
    color: #999;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
}

.settings-popup ul li a:hover {
    background: rgba(0, 0, 0, .05);
}

#mobpartner_modal .modal-content {
    background: transparent;
}

#mobpartner_modal .logo_div a img {
    padding: 5px;
}

#sponsors1 {
    padding: 0;
}

#mobile_partners .owl-nav {
    text-align: center;
}

#mobile_partners .owl-nav button.owl-prev {
    font-size: 60px;
    color: #fff;
    line-height: 40px;
    margin: 0 15px;
    position: absolute;
    top: 15%;
    left: -40px;
}

#mobile_partners .owl-nav button.owl-next {
    font-size: 60px;
    color: #fff;
    line-height: 40px;
    margin: 0 15px;
    position: absolute;
    top: 15%;
    right: -40px;
}

.portrait-content {
    display: none;
}


/*
asd
asd*/

.countdown {
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
}

.countdown.show .running {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.countdown.show .running timer {
    font-size: 45px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background: #0a3e8a;
    padding: 10px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 15px 15px 0px 0px;
}

.countdown.show .running timer .days,
.countdown.show .running timer .hours,
.countdown.show .running timer .minutes,
.countdown.show .running timer .seconds {
    width: 73px;
    text-align: center;
    margin: 0 5px;
    background: #fff;
    border-radius: 50px;
    height: 73px;
    color: #000;
    border: dashed 1px #083c87;
    font-size: 35px;
    line-height: 71px;
}

.countdown.show .running .labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
}

.countdown.show .running .labels span {
    width: 97px;
    text-align: center;
    margin: 0px 2px;
}

.countdown.show .running .text {
    font-size: 20px;
    margin-top: 12px;
    font-weight: 600;
}

.countdown.show .running button {
    border: none;
    background-color: black;
    color: white;
    border-radius: 25px;
    padding: 10px 20px;
    margin: 10px;
}

.countdown.show .running .break {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 0;
}

.email-signature {
    text-align: center;
}

.email-signature .signature-icon {
    color: #fff;
    background-color: #F29F11;
    font-size: 30px;
    line-height: 60px;
    height: 60px;
    width: 60px;
    margin: 0 auto 10px;
    border-radius: 50%;
}

.email-signature .signature-details {}

.email-signature .title {
    color: #fff;
    padding: 8px;
    font-size: 20px;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.7);
    margin: 0;
}

.email-signature .post {
    color: #1EB3B9;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.email-signature .signature-content {
    font-size: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.email-signature .signature-content li {
    color: #000;
    background-color: #dfdfdf;
    font-size: 16px;
    letter-spacing: 0.5px;
    width: 50%;
    padding: 10px;
    margin-bottom: 3px;
    padding: 20px 10px;
    vertical-align: top;
    display: inline-block;
}

.email-signature .signature-content li:nth-child(2) {
    border-left: solid 2px #fff;
}

.email-signature .signature-content li:nth-child(3) {
    background-color: #DE2461;
    width: 42%;
}

.email-signature .signature-content li span {
    font-size: 20px;
    width: 30px;
    padding: 0 0 5px;
    margin: 0 auto 5px;
    border-bottom: 2px solid #000;
}

.email-signature .signature-content li div {
    margin-top: 15px;
}

.email-signature .icon {
    padding: 7px 0;
    margin: 0;
    list-style: none;
}

.email-signature .icon li {
    font-size: 18px;
    margin: 0 4px;
    display: inline-block;
}

.email-signature .icon li a {
    color: #fff;
    background-color: #DE2461;
    font-size: 15px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}

.email-signature .icon li a:hover {
    color: #DE2461;
    background-color: #fff;
    box-shadow: 0 0 5px #DE2461 inset;
}

.login-wrap {
    width: 100%;
    position: relative;
    max-width: 45%;
    height: auto !important;
}


/*  01-02 */

.login-wrap-right {
    float: right
}

.login-wrap-right .login-html {
    margin: 0 10% 0 auto;
}

.login-countdown {
    position: fixed;
    left: 2.5%;
    bottom: 6%;
    text-align: center;
}

.login-countdown h5 {
    color: #fff;
    margin: 10px;
}

.login-countdown timer {
    display: flex;
}

.login-countdown timer div {
    text-align: center;
    width: 90px;
    border: solid 1px #fff;
    margin-left: 20px;
    padding: 10px;
}

.login-countdown #countdowntimera .days #classdays,
.login-countdown #countdowntimera .hours #classhours,
.login-countdown #countdowntimera .minutes #classminutes,
.login-countdown #countdowntimera .seconds #classseconds {
    color: #fff;
}

.login-countdown #countdowntimera .days span,
.login-countdown #countdowntimera .hours span,
.login-countdown #countdowntimera .minutes span,
.login-countdown #countdowntimera .seconds span {
    color: #fff;
    margin: unset;
}

.login-countdown.right-countdown {
    right: 2.5% !important;
    left: unset !important;
}


/*  01-02 */

.login-html {
    width: 100%;
    height: 100%;
    padding: 20px 20px;
    background: rgba(40, 57, 101, .9);
    margin: 0px 0 0 50px;
    border: solid 2px rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    max-width: 450px;
    margin: auto;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: 0;
    height: auto;
}

.form_title {
    text-align: center;
    color: #fff;
    padding-bottom: 15px;
    position: relative;
}

.form_title:after {
    content: '';
    position: absolute;
    right: 0;
    left: 38%;
    top: 45px;
    width: 100px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
}

.sign-up-htm {
    overflow: auto;
}

.login-html .sign-in-htm,
.login-html .sign-up-htm {
    position: static;
}

.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check {
    display: none;
}

.login-html .tab,
.login-form .group .label,
.login-form .group .button {
    text-transform: uppercase;
}

.login-html .tab {
    font-size: 22px;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 4px solid #fff;
    color: #fff;
    width: 50%;
    text-align: center;
    cursor: pointer;
}

.login-form {
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.login-form .group {
    margin-bottom: 10px;
}

.login-form .group select.input option {
    color: #000;
}

.login-form .group .label,
.login-form .group .input,
.login-form .group .button {
    width: 100%;
    color: #fff;
    display: block;
}

.login-form .group .input,
.login-form .group .button {
    border: none;
    padding: 6px 20px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .1);
}

.login-form .group input[data-type="password"] {
    text-security: circle;
    -webkit-text-security: circle;
}

.login-form .group .label {
    color: #aaa;
    font-size: 17px;
}

.login-form .group .button {
    background: #1161ee;
    cursor: pointer;
    margin-bottom: 30px;
    font-weight: bold;
}

.login-form .group label .icon {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    background: rgba(255, 255, 255, .1);
}

.login-form .group label .icon:before,
.login-form .group label .icon:after {
    content: '';
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    transition: all .2s ease-in-out 0s;
}

.login-form .group label .icon:before {
    left: 3px;
    width: 5px;
    bottom: 6px;
    transform: scale(0) rotate(0);
}

.login-form .group label .icon:after {
    top: 6px;
    right: 0;
    transform: scale(0) rotate(0);
}

.login-form .group .check:checked+label {
    color: #fff;
}

.login-form .group .check:checked+label .icon {
    background: #1161ee;
}

.login-form .group .check:checked+label .icon:before {
    transform: scale(1) rotate(45deg);
}

.login-form .group .check:checked+label .icon:after {
    transform: scale(1) rotate(-45deg);
}

.login-html .sign-in:checked+.tab+.sign-up+.tab+.login-form .sign-in-htm {
    transform: rotate(0);
}

.login-html .sign-up:checked+.tab+.login-form .sign-up-htm {
    transform: rotate(0);
}

.hr {
    height: 4px;
    margin: 10px 0 10px 0;
    background: rgba(255, 255, 255, .2);
}

.foot-lnk {
    text-align: center;
    margin-top: 15px
}

.foot-lnk a {
    color: #fff;
    font-size: 16px;
    width: 50%;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
}

.foot-lnk a i {
    color: #667b9f;
    border-radius: 5px 0 0 5px;
    color: #fff;
    background: rgb(17, 97, 238);
    padding: 7px;
    font-size: 20px;
    width: 38px;
    height: 38px;
    line-height: 24px;
}

.foot-lnk a span {
    background: rgba(255, 255, 255, 1);
    color: #000;
    padding: 3px 10px 3px 10px;
    border-radius: 0px 5px 5px 0px;
}

.foot-lnk a:last-child {
    margin: 0;
}

.guidlines {
    color: #fff;
    font-size: 19px;
    text-align: center;
    margin: 0;
}

.loginformphonenumbernotinsert {
    min-height: 202px;
}

.alert.form-alert {
    padding: .25rem 1rem;
}

.file-uploader {
    border: solid 1px #ced4da;
    border-radius: 5px;
    display: inline-block;
    padding: 0;
}

.file-uploader .btn-light {
    margin: 0;
    background: #000;
    border: none;
    color: #fff;
    border-radius: 0 20px 20px 0px;
}

.file-uploader .btn-light:focus {
    border: none;
}

.input-label {
    width: 20%;
    float: left;
}

.posters-content .form-group {
    position: relative;
}

.posters-content .form-control {
    width: 80%;
    margin-bottom: 20px;
    appearance: none;
    position: relative;
    border-radius: 20px;
}

.posters-content .form-control:focus {
    box-shadow: none;
}

.posters-content .input-group-append {
    float: right;
}

.posters-content .fa-caret-down {
    position: absolute;
    top: 10px;
    right: 30px;
    pointer-events: none;
}

.file-submit {
    float: right;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 30px;
    padding: 10px 40px;
    border: none;
}

.file-submit:hover {}

.image-area {
    position: relative;
}

.image_inside {
    width: 200px;
    height: 120px;
}

.image-area img {
    width: 100%;
}

.image-area::before {
    content: 'Uploaded image result';
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    z-index: 1;
}

.image-area img {
    z-index: 2;
    position: relative;
}

#fileupladerror1 {
    padding-left: 21%;
}

.main_panel {
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    padding-top: 60px;
    overflow: hidden;
    bottom: 0;
    background-image: url('../img/poster_bg.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
}

.leftpanel {
    background: rgba(0, 0, 0, 0.8);
    float: left;
    width: 20%;
}

.rightpanel {
    width: 80%;
    float: right;
}

.search_panel {
    text-align: right;
    float: left;
}

.search_panel .form-control {
    padding: 8px 15px;
    border-radius: 0px;
    height: 40px;
    border: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    width: 300px;
    border-radius: 20px 0px 0px 20px;
}

.search_panel .form-control:focus {
    box-shadow: none;
}

.search_panel .btn {
    padding: 5px 20px;
    border: none;
    border-radius: 0px;
    font-size: 20px;
    color: #fff;
    border-radius: 0px 20px 20px 0px;
    background: rgba(0, 0, 0, 0.7);
}

.search_panel .btn:focus {
    box-shadow: none;
}

.panel_title h3 {
    background: rgb(172, 172, 172, 0.5);
    padding: 10px 20px;
    margin: 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.searchbox[type="text"] {
    margin: 0;
    border-color: #319bed;
    color: #000;
    height: 45px;
    background-size: 20px 20px;
    background-color: #fff;
    background-position: 10px 10px;
    width: 100%;
    border-radius: 0;
}

.leftpanel_content {
    padding: 20px;
    overflow-y: auto;
    height: 95vh;
    z-index: 1;
    position: relative;
}

.leftpanel_content ul li {
    list-style: none;
    color: #aca1a1;
    position: relative;
    line-height: 30px;
}

.leftpanel_content ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #aca1a1;
    top: 12px;
    left: -15px;
    transform: rotate(50deg);
}

.leftpanel_content ul li a {
    color: #aca1a1;
}

.leftpanel_content h4 {
    margin-bottom: 0px;
    border-bottom: solid 1px #fff;
    padding-bottom: 6px;
    color: #fff;
    font-size: 18px;
}

.leftpanel_content ul {
    padding-left: 15px;
    margin-bottom: 10px;
}

.leftpanel_content ul:last-child {
    margin-bottom: 90px;
}

.rightpanel_content {
    overflow-y: auto;
    height: 82vh;
    padding: 20px;
}

.owl-carousel.posterslider .owl-nav.disabled {
    display: block;
}

.poster-slide {
    margin: 0 18px;
}

.poster-slide img {
    width: 100%;
}

.poster-slide .text-box {
    background-color: #fff;
    padding: 10px;
    width: 100%;
    border-radius: 0 0 10px 10px;
}

.text-box p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

.poster-slide a {
    color: #444;
}

.owl-carousel.posterslider .owl-nav .owl-prev {
    position: absolute;
    left: -10px;
    bottom: 0;
    top: 0;
    font-size: 30px;
}

.owl-carousel.posterslider .owl-nav .owl-prev span {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 4px 5px 8px 5px !important;
    border-radius: 5px;
}

.owl-carousel.posterslider .owl-nav .owl-next {
    position: absolute;
    right: -10px;
    bottom: 0;
    top: 0;
    font-size: 30px;
}

.owl-carousel.posterslider .owl-nav .owl-next span {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 4px 5px 8px 5px !important;
    border-radius: 5px;
}

.owl-carousel.posterslider.owl-loaded {
    height: inherit;
}

.owl-carousel.posterslider .owl-dots {
    display: none;
}

.title_rightpanel {
    font-size: 18px;
    padding: 10px 15px;
    margin: 20px 0px;
    background: #fff;
    color: #333;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    font-weight: bold;
}

.poster_category .poster-slide {
    margin: 0 0 30px 0;
}

.poster_category .poster-slide .text-box {
    /*border-radius: 0px 40px;*/
    border-radius: 15px;
    padding: 25px 20px;
    height: 105px;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
    border-bottom: solid 4px #333;
}

.poster_category .poster-slide .blue_border {
    border-color: #319bed;
}

.poster_category .poster-slide a {
    font-size: 17px;
}

.back_arrow {
    text-align: center;
    position: absolute;
    right: 0;
    line-height: 29px;
    border-radius: 0px;
    width: 75px;
    padding: 5px;
    height: 44px;
    background: rgb(172, 172, 172, 0.5);
    z-index: 2;
}

.back_arrow:hover,
.back_arrow:focus {
    color: #fff;
}

.blank_page {
    width: 100%;
    height: 76vh;
    display: inline-grid;
    align-items: center;
    text-align: center;
}

.blank_page h2 span {
    display: inline-grid;
}

.animatedotsinli {
    left: -2%;
    transition: 3s;
}

.blinking {
    animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText {
    0% {
        color: #fff;
    }
    49% {
        color: #fff;
    }
    60% {
        color: transparent;
    }
    99% {
        color: transparent;
    }
    100% {
        color: #fff;
    }
}

.navigation .blinking {
    position: absolute;
    top: -18px;
    left: -10px;
    border-radius: 20px;
    background: #fb1e1e;
    color: #fff;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 26px;
    font-weight: bold;
    font-size: 13px;
}

.attendee_message {
    position: absolute;
    border-radius: 20px;
    background: #fb1e1e;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    font-size: 13px;
    margin: -4px 0px 0px 5px;
}

.service-content .attendee_message {
    position: absolute;
    background: #fb1e1e;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    font-size: 13px;
    top: -10px;
    border-radius: 30px;
    right: -10px;
}

#logo-slider.owl-carousel .owl-stage-outer {
    padding-top: 10px;
}

#logo-slider .partner_msg {
    right: 0;
}

.chat_msg {
    top: 0;
    right: -17px;
}

.inner_chat {
    margin: -25px 0 0 -10px;
}

#mobile_partners.owl-carousel .owl-stage-outer {
    padding-top: 4px;
}

.mobpartner_msg {
    right: 0;
}

.custom-file-label {
    border-radius: 20px;
    border: none;
    margin: 0px !important;
}

.custom-file-label::after {
    border-radius: 0 20px 20px 0;
    padding: 6px 19px;
}

.posters-content .custom-file {
    width: 80%;
    overflow: hidden;
}

.custom-file-label {
    padding: 5px 18px;
}

.posters-content .custom-file .custom-file-input {
    width: 100%;
    cursor: pointer;
}

.custom-file-input {
    width: 100%;
    cursor: pointer;
}

.posters-content .input-group1 {
    width: 80%;
    margin-bottom: 23px;
}

.searchresult {
    text-transform: capitalize;
    display: inline-block;
    line-height: 30px;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    padding: 7px 0px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.menu_items .headerposterhallclass li {
    float: left;
    margin-right: 10px;
}

.menu_items .headerposterhallclass li a {
    margin: 0;
    padding: 8px 20.7px 8px 12.5px;
}

#videocall_modal .modal-dialog {
    max-width: 85% !important;
}

.poster-slide .read-more {
    position: absolute;
    right: 18px;
    font-size: 19px;
    background: rgba(0, 0, 0, 0.7);
    padding: 2px 9px;
    color: #fff;
    border-radius: 10px 0 0 0;
    margin-top: -33px;
}

.postervideo_link {
    font-size: 19px;
    background: rgba(0, 0, 0, 0.7);
    padding: 2px 9px;
    color: #fff !important;
    border-radius: 0 0 0 10px;
    position: absolute;
    top: 0;
    right: 18px;
}

#poster_videomodal .modal-header {
    padding: 5px;
    border: none;
}

#poster_videomodal .modal-dialog .modal-content .close {
    padding: 0;
    right: 10px;
    top: -5px;
}

#poster_videomodal .modal-content {
    background: none;
}

#poster_videomodal .modal-body {
    padding: 0px;
}

#image_modal .postervideo_link {
    top: 10px;
    right: 70px;
    border-radius: 5px;
    z-index: 1;
    font-size: 23px;
    line-height: 27px;
}

.animation_blink {
    animation: pulse1-animation 2s infinite;
}

@keyframes pulse1-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(242, 107, 48, 1);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
}

#slider1 {
    width: 14%;
    height: auto;
    margin: 0 auto;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#slider1 iframe {
    width: 96%;
    height: 18vh;
    margin-left: 2px;
}

.jSlider img {
    display: block !important;
    height: 100% !important;
}

#lobby_slidermodal .modal-header {
    padding: 5px;
    border: none;
}

#lobby_slidermodal .modal-dialog .modal-content .close {
    padding: 0;
    right: 10px;
    top: -5px;
}

#lobby_slidermodal .modal-content {
    background: none;
}

#lobby_slidermodal .modal-body {
    padding: 0px;
}

.roomlivesessionvimeo {
    position: absolute;
    top: 10%;
    left: 16%;
    width: 68%;
    height: 60%;
}

.resourcelibrary {
    padding: 40px 20px;
}

.resourcelibrary .title_rightpanel {
    margin: 0 0 20px 0;
}

.resourcelibrary_content .poster-slide {
    margin: 0 0 30px 0;
}

.resourcelibrary_content .poster-slide .read-more {
    top: 57%;
    right: 15px;
}

.resourcelibrary_content .postervideo_link {
    right: 15px;
}

.speakers_content {
    background-image: url('../img/speaker_bg.jpg');
    height: 100vh;
    overflow: auto;
    background-size: 100%;
    margin: 0 auto;
    position: relative;
    background-position: center;
    padding-top: 70px;
}

.speakers_content h2 {
    color: #000;
    text-align: center;
    position: relative;
    font-weight: bold;
    margin-bottom: 50px;
}

.speakers_content h2:after {
    content: "";
    left: 0px;
    width: 60px;
    height: 6px;
    background: #000;
    position: absolute;
    bottom: -15px;
    margin: 0px auto;
    right: 0;
    transition: all ease-in-out 0.3s;
}

.speaker_detail {
    padding: 25px 10px 25px 135px;
    position: relative;
    z-index: 1;
    height: 135px;
    margin-bottom: 30px;
    cursor: pointer;
}

.speaker_detail:before {
    content: '';
    background: repeating-linear-gradient(45deg, #fff, #fff 5px, #fcfcfc 5px, #fcfcfc 10px);
    height: 100%;
    width: calc(100% - 50px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.speaker_detail .profile_image {
    text-align: center;
    width: 110px;
    height: 110px;
    border-radius: 50% 0 50% 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    top: 50%;
    overflow: hidden;
}

.speaker_detail .profile_image {
    margin: 0 0 15px;
}

.speaker_detail h3 {
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.speaker_detail span {
    color: #979696;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

#speakerdetail_modal .modal-header {
    border: none;
}

.speaker_modalimage {
    width: 31%;
    float: left;
    background: #d2d0d0;
    padding: 0 20px 30px 20px;
}

.speaker_modalimage img {
    width: 100%;
}

.speaker_modelcontent {
    width: 64%;
    float: right;
}

.speaker_modelcontent h2 {
    font-size: 22px;
    color: #000;
    margin-bottom: 5px;
    font-weight: bold;
}

.speaker_modelcontent span {
    font-size: 14px;
    color: #979696;
}

.speaker_modelcontent p {
    margin-top: 15px;
}

.main_notfound {
    margin-top: -62px;
    overflow: hidden;
    text-align: center;
    display: table;
    width: 100%;
    background: url('../img/space_bg.jpg') no-repeat center;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
}

.notfound_content {
    display: table-cell;
    text-align: center;
    position: relative;
    vertical-align: middle;
    height: 100vh
}

.notfound_content h2 {
    margin-top: 20px;
    display: inline-block;
    box-shadow: 8px 10px 6px rgba(68, 68, 68, 0.3);
    background: rgba(0, 0, 0, 0.6);
    border: solid 10px rgba(255, 255, 255, 255.5);
    padding: 40px 80px;
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.speakercontainer {
    padding: 0 50px;
}

.wrapper {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.sliding_arrow {
    position: absolute;
    top: 70%;
    left: 47.5%;
    transform: rotate(90deg);
}

.customclass_sliding_arrow i {
    color: #fff;
    font-size: 30px;
}

.arrow1 {
    animation: slide1 1s ease-in-out infinite;
}

@keyframes slide1 {
    0%,
    100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(15px, 0);
    }
}

.rplyforquestiondiv {
    border: 1px solid;
    border-radius: 10px;
    overflow-y: scroll;
    max-height: 200px;
}

.delegates .questionstext {
    background: #e6e2e2;
    border-radius: 10px;
    width: auto;
    padding: 2px 20px 2px 10px;
    margin: 5px 0px;
}

.adminuserdelegates .answertext {
    background: #57d173;
    border-radius: 10px;
    width: auto;
    padding: 2px 10px 2px 20px;
    margin: 5px 0px;
    color: white;
}

.qacls:last-child {
    margin-bottom: 10px
}

.qacls:first-child {
    margin-top: 10px
}

#header.header_desktop {
    position: static;
}

.header_desktop .menu_items {
    position: fixed;
    top: 0;
    z-index: 2;
    padding: 10px 0px;
}

.header_desktop .header_right {
    position: fixed;
    top: 0;
    z-index: 5;
    right: 0;
    padding: 10px 15px;
}

#speakerdetail_modal {
    overflow: hidden
}

#speakerdetail_modal .modal-dialog {
    height: 85%;
    overflow-y: auto;
    overflow-x: hidden;
    pointer-events: auto;
    display: block;
}

#speakerdetail_modal .modal-content {
    border-radius: 0px 0px 0px 0px;
}

.sign-in-htm {
    overflow: auto;
}

.sign-in-htm .foot-lnk a {
    font-size: 15px !important;
}

.evelution_form .form-group label {
    float: unset;
    margin: 0;
}

.title_lable {
    font-size: 16px;
    margin-bottom: 15px !important;
    font-weight: bold;
}

.radio-button {
    cursor: pointer;
    color: #555;
    font-size: 17px;
    text-transform: capitalize;
    padding-left: 32px;
    position: relative;
    margin-bottom: 15px;
}

.radio-button input[type=radio] {
    margin: auto;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.radio-button label {
    font-weight: 400;
    cursor: pointer;
    margin: 0;
    display: block;
}

.radio-button label:before,
.radio-button label:after {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #777;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
    transition: all 0.3s ease 0s;
}

.radio-button label:after {
    transform: scale(0);
}

.radio-button input[type=radio]:checked+label:before {
    border-width: 2px;
    border-color: #000;
}

.radio-button input[type=radio]:checked+label:after {
    background-color: #000;
    border: none;
    transform: scale(0.5);
}

.checkbox label,
.radio label {
    padding-left: 20px;
    font-weight: 500;
    color: #444;
    cursor: pointer;
    font-size: 17px;
}

.checkbox input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
}

.checkbox {
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 0px 0px 0px 15px;
    float: left;
    position: relative;
    background: #fff;
}

.checkbox .helper {
    color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    z-index: 0;
    border: 2px solid #777;
    border-radius: 0.0625rem;
    -webkit-transition: border-color 0.28s ease;
    transition: border-color 0.28s ease;
}

.checkbox .helper::before,
.checkbox .helper::after {
    position: absolute;
    height: 0;
    background-color: #000;
    display: block;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 0.25rem;
    content: '';
    -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
    transition: opacity 0.28s ease, height 0s linear 0.28s;
    opacity: 0;
}

.checkbox .helper::before {
    top: 12px;
    left: 0.68rem;
    -webkit-transform: rotate(-143deg);
    transform: rotate(-143deg);
}

.checkbox .helper::after {
    top: 0.3rem;
    left: 0.1rem;
    width: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox label:hover .helper {
    color: #ff5a00;
}

.checkbox input:checked~.helper {
    color: #000;
    border: 2px solid #000;
}

.checkbox input:checked~.helper::after,
.checkbox input:checked~.helper::before {
    opacity: 1;
    -webkit-transition: height 0.15s ease 0s;
    transition: height 0.15s ease 0s;
}

.checkbox input:checked~.helper::after {
    height: 0.7rem;
}

.checkbox input:checked~.helper::before {
    height: 1.5rem;
    width: 2.5px;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.search_filter .input-group .blankattendees {
    border-radius: 0;
    padding: 5px 10px;
    border-right: solid 1px #fff;
}

.sound_link {
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 9999
}

.sound_link .btn {
    /*font-size: 18px;*/
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    /*padding:9px 20px 4px 50px;*/
    position: relative;
    transition: all 0.2s ease 0s;
    z-index: 1;
    border: solid 1px #000;
    border-radius: 50px;
    text-decoration: none;
    animation: color_change 2s infinite alternate;
}

@-webkit-keyframes color_change {
    from {
        border-color: #000;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
    }
    to {
        border-color: #fff;
        background: rgba(255, 255, 255, 0.5);
        color: #000;
    }
}

.sound_link .btn:hover {
    color: #fff;
}


/*.sound_link .btn:before,
.sound_link .btn:after{
    color: #fff;
    content: "\f026";
    font-weight: 900;
    font-family: "Fontawesome";
    line-height: 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: all 0.80s cubic-bezier(0.65, 0, 0.076, 1);
  text-align:center;
  font-size:22px;
}

.sound_link .btn.active:before,
.sound_link .btn.active:after{ content: "\f027"; }

.sound_link .btn:hover.active:after{ display: none; }
.sound_link .btn:after{
    background-color: rgba(0,0,0,0.7);
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50px;
    position: absolute;
    left: 0;
    z-index: -1;
    transition: all 0.80s cubic-bezier(0.65, 0, 0.076, 1);
}*/

.sound_link .btn:hover:after {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
}

.btn.orange:hover:after {
    background-color: #EE5A24;
    width: 100%;
}

.sound_link .btn.blue:hover:after {
    background-color: #273c75;
    width: 100%;
}

.sound_link .btn.magenta:hover:after {
    background-color: #db2b63;
    width: 100%;
}

.sound_link .btn:hover .text-effect {
    color: #fff;
}

.sound_link .btn:hover .text-effect:before {
    background: rgba(255, 255, 255, 0.8);
}

.middle .logoText .leftLogo {
    width: 100%;
    float: left;
    padding-top: 18px;
}

.middle .logoText h2 {
    width: 100%;
    padding: 20px;
    float: left;
    color: #1f1248;
    margin: 0px;
}

#countdowntimera .days {
    margin: 0;
}

#countdowntimera .days #classdays,
#countdowntimera .hours #classhours,
#countdowntimera .minutes #classminutes,
#countdowntimera .seconds #classseconds {
    font-size: 35px;
    width: 100%;
    float: left;
    height: 52px;
    margin-top: -5px;
    color: #1f1248;
}

#countdowntimera .days span,
#countdowntimera .hours span,
#countdowntimera .minutes span,
#countdowntimera .seconds span {
    width: 100%;
    float: left;
    font-size: 18px;
    margin-top: -15px;
    color: #1f1248;
}

.nav-menu .selectedlanguage {
    color: red !important;
    background: white;
    border-radius: 0 20px 20px 0px;
    /*position: absolute;
    left: 65px !important;*/
}

.language_trigger .selectedlanguage {
    color: red !important;
}

.languagedivider {
    display: none;
}


/*.conferenceloginpagediv, .conferenceloginpagediv a {
  color: #ffff;

  
}*/

.languageliclass {
    display: flex;
    padding: 0px;
    width: 112px;
}

.headerposterhallclass .languageliclass {
    margin-left: 20px;
    width: 128.5px;
}

.languageliclass a {
    margin: 0 !important;
    padding: 10px 7px !important;
    height: auto !important;
    width: 50%;
    text-align: center;
}

.languagedivider {
    margin-top: 6px;
    color: #fff !important;
}

.mobilelanguageli {
    position: absolute !important;
}

.language_trigger {
    background: #fff;
    border-radius: 40px;
    padding: 4px;
    width: 100px;
    margin: 0 0 15px auto;
    text-align: center;
}

.languagetriger_mobile {
    position: relative;
}

.languagetriger_mobile span {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    padding: 7px 0px;
    text-align: center;
}

.languagetriger_mobile span.hidden {
    visibility: hidden;
    transform: rotate(0deg) translate(-100px) rotate(0deg);
    background: none;
}

.languagetriger_mobile span:nth-child(1).show {
    transform: rotate(0deg) translate(50px) rotate(0deg);
    background: none;
    padding: 3px 0px;
}


/*.languagetypeen{
      float: left;
    padding: 8px 0px 8px 13px !important;
    margin-bottom: 0px !important;
}
.languagetypear{
  float: left;
    padding: 8px 8px 8px 3px !important;
}
.languageliclass{
  float: left;
    width: 90px;
}*/

.login-form .group .button {
    text-transform: capitalize;
    font-weight: normal;
    border-radius: 50px;
    padding: 10px 20px;
    border: solid 1px #fff;
    background: #fff;
    color: #000;
    transition: all .4s;
}

.login-form .group .button:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.forgotpassword {
    width: 50%;
    display: inline-block;
    background: none;
    color: #fff;
    border: none;
    text-align: right;
    padding: 0;
}

.login_btn {
    width: 48% !important;
    display: inline-block !important;
}

.exhibitors_logo {
    height: 135.84px;
    background: #fff;
    padding: 26px 0px;
}

.livechat-trigger {
    position: absolute;
    right: 20px;
    bottom: 20px;
    animation: zoom-in-zoom-out 1s ease infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(0.99, 0.99);
    }
}

.livechat-trigger img {
    width: 60px;
}

.header_right .sidebar-wrapper {
    top: 0;
    margin-right: -40%;
    right: 0;
    width: 40%;
    background: rgb(0, 0, 0, 0.9);
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 110;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

.header_right .sidebar-wrapper.active {
    right: 40%;
    width: 40%;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}

.header_right .sidebar-wrapper .chat-close {
    position: absolute;
    z-index: 10;
    margin: 12px 0px 0 15px;
}

.message-area {
    height: 100vh;
    overflow: hidden;
    padding: 0;
    background: #f5f5f5;
}

.chat-toggle {
    position: relative;
}

.chat-toggle .message-alert {
    animation: blinker 1s linear infinite;
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: -2px;
    left: 0;
    height: 12px;
    width: 12px;
    background: #F00;
    border-radius: 50%;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.chat-area {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 0.3rem;
    height: 100vh;
    overflow: hidden;
    min-height: calc(100% - 1rem);
}

.chatlist {
    outline: 0;
    height: 100%;
    overflow: hidden;
    width: 50%;
    float: left;
    padding: 55px 15px 15px 15px;
    border-right: 1px solid #ccc;
}

.chat-area .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    height: 100%;
}

.chat-area .modal-content .modal-body {
    overflow: auto;
}

.chat-area .modal-dialog-scrollable {
    height: 100% !important;
}

.chatbox {
    width: auto;
    overflow: hidden;
    height: 100%;
}

.chatbox .modal-dialog,
.chatlist .modal-dialog {
    max-width: 100%;
    margin: 0;
}

.msg-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.chat-area .form-control {
    display: block;
    width: 80%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 5px 0px 0px 5px;
}

.chat-area .search {
    width: 20%;
    background: #3867d6;
    padding: 5px;
    color: #fff;
    border-radius: 0 5px 5px 0;
}

.chat-area .form-control:focus {
    outline: 0;
    box-shadow: inherit;
}

a.add img {
    height: 36px;
}

.chat-area .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    align-items: center;
    justify-content: space-between;
    flex-wrap: inherit;
}

.chat-area .nav-tabs .nav-item {
    width: 100%;
}

.chat-area .nav-tabs .nav-link {
    width: 100%;
    color: #180660;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.chat-area .nav-tabs .nav-item.show .nav-link,
.chat-area .nav-tabs .nav-link.active {
    color: #222;
    background-color: #fff;
    border-color: transparent transparent #000;
}

.chat-area .nav-tabs .nav-link:focus,
.chat-area .nav-tabs .nav-link:hover {
    border-color: transparent transparent #000;
    isolation: isolate;
}

.chat-list .chatterer {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

.chat-list h3 {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.chat-list p {
    color: #343434;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.chat-list a.d-flex {
    margin-bottom: 15px;
    position: relative;
    text-decoration: none;
}

.chat-list .active {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    bottom: 3px;
    left: 34px;
    height: 12px;
    width: 12px;
    background: #00DB75;
    border-radius: 50%;
    border: 2px solid #fff;
}

.chat-list .message-alert {
    animation: blinker 1s linear infinite;
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    left: 2px;
    height: 8px;
    width: 8px;
    background: #F00;
    border-radius: 50%;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.msg-head h3 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
}

.msg-head p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.msg-head {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.moreoption {
    display: flex;
    align-items: center;
    justify-content: end;
}

.moreoption .navbar {
    padding: 0;
}

.moreoption li .nav-link {
    color: #222;
    font-size: 16px;
}

.moreoption .dropdown-toggle::after {
    display: none;
}

.moreoption .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: auto;
    right: 0;
    margin-top: 0.125rem;
}

.msg-body ul {
    overflow: hidden;
    display: inherit;
    position: inherit;
    float: none;
    padding: 30px 80px 30px 30px;
    margin: 0;
    box-shadow: none;
}

.msg-body ul li {
    list-style: none;
    margin: 15px 0;
    white-space: inherit;
    display: block;
}

.msg-body ul li.sender {
    display: block;
    width: 100%;
    position: relative;
    text-align: right;
}


/*.msg-body ul li.sender:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    top: -6px;
    left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #f5f5f5 transparent;
    -webkit-transform: rotate(-37deg);
    -ms-transform: rotate(-37deg);
    transform: rotate(-37deg);
}*/

.msg-body ul li.sender p {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #f5f5f5;
    display: inline-block;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0;
}

.msg-body ul li.sender p b {
    display: block;
    color: #180660;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly {
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
}


/*.msg-body ul li.repaly:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    bottom: 15px;
    right: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #4b7bec transparent;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(37deg);
}*/

.msg-body ul li.repaly p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #4b7bec;
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 0;
    text-align: left;
}

.msg-body ul li.repaly p b {
    display: block;
    color: #061061;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly:after {
    display: block;
    content: '';
    clear: both;
}

.time {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}

li.repaly .time {
    margin-right: 20px;
}

.divider {
    position: relative;
    z-index: 1;
    text-align: center;
}

.msg-body h6 {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #222;
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 0;
}

.divider:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 12px;
    left: 0;
    border-top: 1px solid #EBEBEB;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.send-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 10px;
    border-top: 1px solid #ccc;
}

.send-box .form-control {
    display: block;
    width: 70%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.send-box button {
    border: none;
    background: #3867d6;
    padding: 14px 5px;
    color: #fff;
    border-radius: 0.25rem;
    font-size: 14px;
    font-weight: 400;
    width: 30%;
    margin-left: 1%;
    cursor: pointer;
}

.send-box button i {
    margin-right: 5px;
}

.send-btns .button-wrapper {
    position: relative;
    width: 125px;
    height: auto;
    text-align: left;
    margin: 0 auto;
    display: block;
    background: #F6F7FA;
    border-radius: 3px;
    padding: 5px 15px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.send-btns .button-wrapper span.label {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    color: #343945;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
}

#upload {
    display: inline-block;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.send-btns .attach .form-control {
    display: inline-block;
    width: 120px;
    height: auto;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #343945;
    background-color: #F6F7FA;
    background-clip: padding-box;
    border: 1px solid #F6F7FA;
    border-radius: 3px;
    margin-bottom: 5px;
}

.send-btns .button-wrapper span.label img {
    margin-right: 5px;
}

.button-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
}

button:focus {
    outline: 0;
}

.add-apoint {
    display: inline-block;
    margin-left: 5px;
}

.add-apoint a {
    text-decoration: none;
    background: #F6F7FA;
    border-radius: 8px;
    padding: 8px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #343945;
}

.add-apoint a svg {
    margin-right: 5px;
}

.chat-icon {
    display: none;
}

.closess i {
    display: none;
}

.chat-profile {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    float: left;
}
/*** 27-03 ***/

.confirmationmaillist_popup .mailaction_icons {
    color: #fff;
    font-size: 25px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 30px;
}

.confirmationmaillist_popup .mailaction_icons i {
    font-size: 20px;
}

.email-successmessage h3 {
    font-weight: bold;
}

.email-successmessage .btn {
    border-radius: 20px;
    padding: 7px 25px;
}

.email-successmessage .success-icon {
    position: relative;
    width: 112px;
    margin: 0 auto 30px;
}

.email-successmessage .success-icon i {
    font-size: 80px;
    position: relative;
    z-index: 99;
    color: #28a745;
}

.email-successmessage .success-icon:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: #d1f3d9;
    border-radius: 50px;
    right: 0;
    left: 0;
    bottom: 0;
    top: 3px;
}


/*** 27-03 ***/

.confirmationmaillist_popup .modal-header {
    text-align: center;
    display: inline-block;
    padding: 10px;
}

.confirmationmaillist_popup .modal-content {
    border-radius: 10px;
    border: none;
}

.confirmationmaillist_popup .modal-header .modal-title {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.confirmationmaillist_popup .modal-dialog .modal-content .close {
    color: #000;
    width: inherit;
    height: inherit;
    background: none;
    box-shadow: none;
    padding: 10px;
}

.confirmationmaillist_popup .close span {
    background: #000;
    width: 30px;
    display: inline-block;
    color: #fff;
    border-radius: 50px;
}

.confirmationmaillist_popup .modal-dialog {
    max-width: 850px !important;
}

.confirmationmaillist_popup .downloadbtn a {
    color: rgba(0, 0, 0, 0.7);
    font-size: 17px;
    font-weight: 600;
    padding: 3px 10px 5px;
    border: 2px solid rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    display: inline-block;
}

.confirmationmaillist_popup thead {
    background-color: rgba(0, 0, 0, .05);
}

.confirmationmaillist_popup tbody td {
    vertical-align: middle;
}

.modal.confirmationmaillist_popup {
    top: 0;
}


/* 02-02 */

.shareviasocial_popup .modal-header {
    text-align: center;
    display: inline-block;
    padding: 10px;
}

.shareviasocial_popup .modal-content {
    border-radius: 10px;
    border: none;
}

.shareviasocial_popup .modal-header .modal-title {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.shareviasocial_popup .modal-dialog .modal-content .close {
    color: #000;
    width: inherit;
    height: inherit;
    background: none;
    box-shadow: none;
    padding: 10px;
}

.shareviasocial_popup .close span {
    background: #000;
    width: 30px;
    display: inline-block;
    color: #fff;
    border-radius: 50px;
}

.shareviasocial_popup .modal-dialog {}

.shareviasocial_popup .downloadbtn a {
    color: rgba(0, 0, 0, 0.7);
    font-size: 17px;
    font-weight: 600;
    padding: 3px 10px 5px;
    border: 2px solid rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    display: inline-block;
}

.shareviasocial_popup thead {
    background-color: rgba(0, 0, 0, .05);
}

.shareviasocial_popup tbody td {
    vertical-align: middle;
}

.modal.shareviasocial_popup {
    top: 0;
}

.social-media {
    padding: 0;
    text-align: center;
}

.social-media li {
    list-style: none;
    display: inline-block;
    margin: 0 2px;
}

.social-media li a {
    font-size: 28px;
    width: 65px;
    height: 65px;
    background-color: transparent;
    border: solid 2px rgba(0, 0, 0, 0.7);
    padding: 10px;
    border-radius: 50%;
    display: inline-block;
    color: #000;
    text-align: center;
    transition: 0.5s;
}

.social-media li a:hover {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.social-media li a:hover {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.social-media li a:hover i img {
    filter: invert(100%);
}


/* 02-02 end */

#shareviasocial_popup .modal-dialog {
    max-width: 950px !important;
}

#shareviasocial_popup ul.social-media {
    margin-top: 15px;
    margin-bottom: 0;
}

#shareviasocial_popup .social-media li {
    margin: 0 5px;
}


/* 20-02 */

.openProfilePicturePopupModal .modal-header {
    text-align: center;
    display: inline-block;
    padding: 10px;
}

.openProfilePicturePopupModal .modal-content {
    border-radius: 10px;
    border: none;
}

.openProfilePicturePopupModal .modal-header .modal-title {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.openProfilePicturePopupModal .modal-dialog .modal-content .close {
    color: #000;
    width: inherit;
    height: inherit;
    background: none;
    box-shadow: none;
    padding: 10px;
}

.openProfilePicturePopupModal .close span {
    background: #000;
    width: 30px;
    display: inline-block;
    color: #fff;
    border-radius: 50px;
}

.openProfilePicturePopupModal .modal-dialog {}

.openProfilePicturePopupModal .downloadbtn a {
    color: rgba(0, 0, 0, 0.7);
    font-size: 17px;
    font-weight: 600;
    padding: 3px 10px 5px;
    border: 2px solid rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    display: inline-block;
}

.openProfilePicturePopupModal thead {
    background-color: rgba(0, 0, 0, .05);
}

.openProfilePicturePopupModal tbody td {
    vertical-align: middle;
}

.modal.openProfilePicturePopupModal {
    top: 0;
}

.add-profileimage {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.add-profileimage .file-upload {
    display: none;
}

.add-profileimage .crm-p-image {
    position: absolute;
    top: auto;
    right: 20px;
    bottom: -9px;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 12px;
    line-height: 43px;
    cursor: pointer;
    border: 4px solid #fff;
    background-color: #000;
}

.common-button {
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 30px;
    padding: 10px 40px;
    border: none;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
    box-shadow: none;
    outline: none;
}

.common-button:hover,
.common-button:active,
.common-button:focus,
.common-button:visited {
    font-size: 16px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7) !important;
    border-radius: 30px;
    padding: 10px 40px;
    border: none;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
    box-shadow: none;
    outline: none;
}


/**** 20-2 *****/

@media (max-width: 767px) {
    .header_right .sidebar-wrapper {
        margin-right: -100%;
        width: 100%;
    }
    .header_right .sidebar-wrapper.active {
        right: 100%;
        width: 100%;
    }
    .chat-icon {
        display: block;
        margin-right: 5px;
    }
    .chatlist {
        width: 100%;
    }
    .chatbox {
        width: 100%;
        position: absolute;
        left: 1000px;
        right: 0;
        background: #fff;
        transition: all 0.5s ease;
        border-left: none;
        z-index: 10;
    }
    .showbox {
        left: 0 !important;
        transition: all 0.5s ease;
    }
    .msg-head h3 {
        font-size: 14px;
    }
    .msg-head p {
        font-size: 12px;
    }
    .msg-head .flex-shrink-0 img {
        height: 30px;
    }
    .send-box button {
        width: 28%;
    }
    .send-box .form-control {
        width: 70%;
    }
    .chat-list h3 {
        font-size: 14px;
    }
    .chat-list p {
        font-size: 12px;
    }
    .msg-body ul {
        padding: 30px;
    }
    .msg-body ul li.sender p {
        font-size: 13px;
        padding: 8px;
        border-bottom-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    .msg-body ul li.repaly p {
        font-size: 13px;
        padding: 8px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }
    .login-wrap-right .login-html {
        position: unset;
        margin: 0;
        transform: unset;
    }
    .bodybgimagelogin img {
        position: unset;
    }
    .login-countdown {
        position: unset;
        margin: 0;
        background: #3b4b74;
        padding: 10px 10px 20px 10px;
    }
    .login-countdown timer {
        justify-content: center;
    }
}


/*** START RTL CSS ***/

.rtl {
    direction: rtl;
}

.rtl .wrapper_registration #main_panel.col-lg-9 {
    margin-right: 20%;
    margin-left: 0;
}

.rtl .wrapper_registration .top_bar h2 {
    text-align: right;
    float: right;
}

.rtl .wrapper_registration .header-logo {
    float: right;
    margin-left: 10px;
}

.rtl .select-selected:after {
    right: auto;
    left: 13px;
}

.rtl .collapsible_accordion .panel-title a:before,
.rtl .collapsible_accordion .panel-title a.collapsed:before,
.rtl .collapsible_accordion .panel-title a:after,
.rtl .collapsible_accordion .panel-title a.collapsed:after {
    right: auto;
    left: 20px;
}

.rtl .select2-results__option {
    text-align: right;
}

.rtl .select2-container .select2-selection--single .select2-selection__rendered {
    text-align: right;
}

.rtl .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 10px;
    right: unset;
    margin-left: 0;
    margin-right: 4px;
}

.rtl .next {
    float: left;
    margin-left: 40px;
    margin-right: 0;
}

.rtl .previous {
    float: right;
    margin-right: 40px;
    margin-left: 0;
}

.rtl .checkbox .helper {
    right: 0;
    left: auto;
}

.rtl .wrapper_registration .common_radiobuttons li label {
    padding-right: 25px;
    padding-left: inherit;
}

.rtl .showamounttext {
    text-align: left;
}

.rtl .currencytext {
    float: right !important;
}

@media(min-width:991px) {
    #shareviasocial_popup .social-media-image {
        height: auto;
    }
    #shareviasocial_popup .dynamic-content {
        top: 21.5%;
        right: 0;
        width: 34.5%;
    }
    #shareviasocial_popup .profile-image {
        border: 0px;
        width: 150px;
        height: 150px;
        padding: 0px;
        /* 11-03 */
    }
}

@media(max-width:991px) {
    .rtl .wrapper_registration #main_panel.col-lg-9 {
        margin: 0;
    }
}


/*** END RTL CSS ***/

.language-select {
    width: 100px;
    margin: 0 auto;
}

.language-select select {
    padding: 0 5px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border: none;
    height: calc(1.8125rem + 10px) !important;
    border-radius: 20px;
}

.language-select select:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

#posterhall_modal .posters-content .form-control {
    margin-bottom: 0px;
}

.commingsoonpge li a span {
    font-size: 15px;
    font-weight: 700;
}

/* 27-03 */

.forwardMailPopup .modal-header {
    text-align: center;
    display: inline-block;
    padding: 10px;
}

.forwardMailPopup .modal-content {
    border-radius: 10px;
    border: none;
}

.forwardMailPopup .modal-header .modal-title {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.forwardMailPopup .modal-dialog .modal-content .close {
    color: #000;
    width: inherit;
    height: inherit;
    background: none;
    box-shadow: none;
    padding: 10px;
}

.forwardMailPopup .close span {
    background: #000;
    width: 30px;
    display: inline-block;
    color: #fff;
    border-radius: 50px;
}

.forwardMailPopup .modal-dialog {
    max-width: 750px !important;
}

.forwardMailPopup .downloadbtn a {
    color: rgba(0, 0, 0, 0.7);
    font-size: 17px;
    font-weight: 600;
    padding: 3px 10px 5px;
    border: 2px solid rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    display: inline-block;
}

.forwardMailPopup thead {
    background-color: rgba(0, 0, 0, .05);
}

.forwardMailPopup tbody td {
    vertical-align: middle;
}

.modal.forwardMailPopup {
    top: 0;
}

.tagify--noTags.required {
    border: 1px solid red;
}