/*style2020-test.css v=25122019*/

@font-face {
    font-family: 'hacked';
    src: url('https://msrnd-cdn-stor.azureedge.net/bluehat/bluehatil/2019/assets/fonts/hacked-webfont.woff2') format('woff2'), url('https://msrnd-cdn-stor.azureedge.net/bluehat/bluehatil/2019/assets/2020/fonts/hacked-webfont.woff') format('woff'), url('https://msrnd-cdn-stor.azureedge.net/bluehat/bluehatil/2019/assets/2020/fonts/HACKED.ttf') format("ttf");
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Segoe UI';
    src: local('Segoe UI'), url('https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2') format("woff2"), url('https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff') format("woff"), url('https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf') format("ttf");
    font-weight: 400;
}

@font-face {
    font-family: 'Segoe UI';
    src: local('Segoe UI'), url('https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Light/latest.woff2') format("woff2"), url('https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Light/latest.woff') format("woff"), url('https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Light/latest.ttf') format("ttf");
    font-weight: 100
}

@font-face {
    font-family: 'Segoe UI';
    src: local('Segoe UI'), url('https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semilight/latest.woff2') format("woff2"), url('https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semilight/latest.woff') format("woff"), url('https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semilight/latest.ttf') format("ttf");
    font-weight: 200
}

@font-face {
    font-family: 'Segoe UI';
    src: local('Segoe UI Semibold'), url('https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.woff2') format("woff2"), url('https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.woff') format("woff"), url('https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.ttf') format("ttf");
    font-weight: 500
}

@font-face {
    font-family: 'Segoe UI';
    src: local('Segoe UI Bold'), url('https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Bold/latest.woff2') format("woff2"), url('https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Bold/latest.woff') format("woff"), url('https:/c.s-microsoft.com/static/fonts/segoe-ui/west-european/Bold/latest.ttf') format("ttf");
    font-weight: 700
}



html {
    scroll-behavior: smooth;
}


@media only screen and (min-width: 767px) {
    body {
        background-image: url(../img/2020/Bg_Homepage.png);
    }
}


/* Base CSS */
.bold {
    font-weight: bold;
}

.container {
    padding-left: 30px;
    padding-right: 30px;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

img {
    max-width: 100%;
    height: auto;
}

/*h2,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}*/
h2 {
    font-weight: 400;
}

body {
    font-family: 'Segoe UI';
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: black;
}

.brand-logo:focus {
    outline: auto
}

a:hover {
    text-decoration: underline;
    color: #2B9BCD;
}

a:focus {
    text-decoration: underline;
    outline: 2px solid #2B9BCD;
    color: #89daff;
}

a {
    color: #2B9BCD;
}


/* Hero area css */
.submit1:focus,
.submit2:focus {
    color: #ffffff !Important;
}

.hero-area-bg {
}

.site-logo img {
    max-width: 204px;
    width: 188px;
    margin: 20px 0;
    margin-top: 50px;
}


.seep-row {
}

.seep-row {
    width: 40%;
    margin: 0 auto;
}

    .seep-row .single-review {
        width: 50%;
    }

.hero-area-text h1 {
    font-size: 90px;
    font-weight: normal;
    color: #fff;
    margin: 47px 0;
}

.hero-area-text {
    text-align: center;
}

.hero-text-hat-logo img {
}

.hero-area-btn {
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    border: 3px solid #2B9BCD;
    display: inline-block;
    width: 350px;
    padding: 14px;
    transition: .3s;
}

    .hero-area-btn:hover {
        border: 3px solid #2B9BCD;
        background: #2B9BCD;
        color: #021015;
    }

.hero-area-text {
    padding-bottom: 100px;
}

.header-social-links li {
    list-style: none;
    margin: 10px;
}

    .header-social-links li a i.fa {
        font-size: 25px;
        color: #fff;
    }

    .header-social-links li a img {
        max-width: 20px;
    }

.header-social-links {
    position: absolute;
    top: 50%;
    margin-top: -45px;
    left: 00px;
    z-index: 1;
}

.header-area.hero-area-bg {
    position: relative;
}

.main-footer span a {
    color: #fff;
}

    .main-footer span a:hover, .main-footer span a:focus {
        color: #01A8FD;
    }

#skiptocontent a {
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 0px;
    color: white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 8px;
    background: #2b9bcd;
    -webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 100;
}

    #skiptocontent a:focus {
        position: absolute;
        left: 0px;
        top: 0px;
        outline-color: transparent;
        -webkit-transition: top .1s ease-in;
        transition: top .1s ease-in;
    }


/* Menu css */
.main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .main-menu ul li {
        display: inline-block;
    }

        .main-menu ul li a {
            font-size: 20px;
            font-weight: 400;
            padding: 20px 29px;
            display: inline-block;
            color: #ffff;
        }

            .main-menu ul li a:hover, .main-menu ul li a:focus {
                outline: 2px solid #2B9BCD;
                outline-offset: -2px;
                text-decoration: none;
            }

.menu-area {
    background: #000f16;
    background-image: url(../img/2020/MenuStrip.png);
    background-repeat: repeat;
    height: 69px;
    position: absolute;
    width: 100%;
}

.hacked {
    font-size: 65px;
    line-height: 55px;
    color: #ffffff;
    font-family: hacked;
    text-transform: uppercase;
}

/* welcome-area start */
.welcome-area {
    background: url(../img/welcome.jpg);
    background-position: center center;
    padding-top: 25px;
    padding-bottom: 75px;
}

.welcome-text {
    color: #d4d4d4;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    display: none;
}

    .welcome-text h2 {
        font-size: 65px;
        margin-bottom: 33px;
    }

    .welcome-text span {
        color: #2B9BCD;
    }

.welcome-text {
    margin-bottom: 45px;
}

.FormThankYouParagraph p {
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    margin: auto;
    margin-top: 30px;
}

.important-datecontent {
    text-align: center;
    color: #fff;
}

    .important-datecontent h3 {
        font-size: 32px;
        font-weight: 400;
    }

    .important-datecontent span {
        color: #2B9BCD;
    }

.single-date-content p {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 3px;
    font-weight: 500;
}

.single-date-content a {
    color: #2B9BCD;
    font-size: 20px;
    font-weight: 400;
}

.date-btn a:hover {
    background: #2B9BCD;
    border: 3px solid #2B9BCD;
}

a.submit2:hover {
    background: #FE6847;
    border: 3px solid #FE6847;
}

.date-btn a:hover {
    color: #051720;
}

.date-btn {
    margin-top: 65px;
}

a.submit2 {
    border: 3px solid #FE6847;
    margin-left: 15px;
}

/* cfp welcome  */

.glitchedTitle {
    height: 47px;
    vertical-align: baseline;
}

.cfp-welcome {
    color: #fff;
}

    .cfp-welcome .cfp-welcome-title {
        text-align: center;
        font-size: 40px;
        margin: 40px;
        font-weight: 400;
        font-family: hacked;
        line-height: 1.1em;
    }

    .cfp-welcome .highcolor {
        color: #2B9BCD;
    }

    .cfp-welcome .welcome-desc {
        text-align: left;
        line-height: 24px;
        color: #d4d4d4;
    }

    .cfp-welcome .importantDateBox {
        text-align: center;
    }

    .cfp-welcome .importantDateSep {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 800;
    }

    .cfp-welcome .importantDateCaption {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .cfp-welcome .importantDateDate {
        color: #2B9BCD;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .cfp-welcome .callToActions {
        text-align: center;
        margin: 60px 0px 00px 0px;
    }

        .cfp-welcome .callToActions .callToAction {
            width: 350px;
        }

.callToAction {
    border: 4px solid #2B9BCD;
    border-radius: 0;
    background: transparent !important;
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px 15px;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 40px;
}

    .callToAction:focus, .callToAction:active, .callToAction:hover {
        color: #2B9BCD;
    }

    .callToAction.rev {
        border: 4px solid #fff;
    }

        .callToAction.rev:hover {
            color: #2B9BCD;
        }

.hero-area-text .callToAction {
    font-size: 26px;
    width: 350px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .callToAction {
        font-size: 18px;
    }
}

@media only screen and (max-width: 430px) {
    .callToAction, .hero-area-text .callToAction {
        padding: 10px 15px;
        width: 100%;
    }

    .cfp-welcome .callToActions .callToAction {
        width: 100%;
        font-size: 18px;
    }
}
/* topics */
.topics-content {
    background-position: top center;
}

    .topics-content h2 {
        font-size: 65px;
        color: #fff;
        text-align: center;
        margin-bottom: 25px;
        font-family: hacked;
    }

#topicsSection {
    padding-bottom: 30px !important;
}

.topics-content span {
    color: #2B9BCD;
}

.single-topics {
    position: relative;
    margin-top: 0px;
    height: 110px;
}

    .single-topics i {
        color: #2B9BCD;
        border: 5px solid #2B9BCD;
        width: 91px;
        height: 91px;
        line-height: 65px;
        border-radius: 50%;
        padding-left: 20px;
        padding-top: 6px;
        font-size: 39px;
        position: absolute;
        left: 0;
        top: 0;
        font-weight: 700;
    }

.map-caption {
    display: inline-block;
    border: 1px white solid;
    padding: 10px;
    margin: 20px 0px 10px 95px;
}

.single-topics-icon {
    width: 92px;
    height: 92px;
    background-image: url('../img/2020/BH_Topics icon.png');
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.single-topics p {
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    padding-left: 110px;
    margin-bottom: 0;
    padding-top: 12px;
}

.topics-content {
    margin-top: 25px;
    padding: 60px 0;
}

.welcome-area-top-area {
    padding: 60px 0;
}

.is-sticky .menu-area {
    z-index: 9 !important;
}

#requirementsSection::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background-position: center;
}

#requirementsSection {
    position: relative;
    z-index: 1;
}

/*.single-review img {
        transition: .4s;
    }

    .single-review:hover .reviewer1 img {
        filter: blur(2px);
    }*/

.reviewer-img {
    border-image-width: 0px;
    border: none;
}

.reviewer-img-hover {
    border-image-width: 0px;
    border: none;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    transition: .4s;
    opacity: 0;
}

    .reviewer-img-hover:hover {
        opacity: 1;
        transition: .4s;
    }


.reviewer1 {
}

.view0btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    pointer-events: none;
}

.reviewer1::after {
    /*position: absolute;
        left: -5px;
        width: 107%;
        height: 107%;
        background: #000;
        content: "";
        top: -5px;
        z-index: 1;
        opacity: .0;
        visibility: hidden;
        transition: .4s;*/
}

.single-review:hover .reviewer1::after {
    /*opacity: .5;
        visibility: visible;*/
}

.nav-active {
    color: #2B9BCD !Important;
}

#review-process {
    padding-top: 60px;
}

#review-process-h2 {
    margin-bottom: 0px;
    margin-top: 30px;
    padding-bottom: 25px;
}

.single-review:hover .view0btn, .single-review a:focus .view0btn {
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
}

.single-review a:focus .wiliam1 {
    text-decoration: underline !important;
}


.view0btn a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

/* welcome-area end */

/* submission-area start */


.mission-area p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding-left: 130px;
    padding-top: 10px;
    margin-bottom: 0;
}


@media (min-width: 1250px) {
    .mission-area .container {
        width: 1250px;
    }
}


.mission-area h2 {
    font-size: 65px;
    color: #fff;
    text-align: center;
    line-height: 55px;
    color: #ffffff;
    font-family: hacked;
}

.mission-area span {
    color: #2B9BCD;
}

.single-mission {
    position: relative;
    margin-bottom: 42px;
}

    .single-mission h2 {
        font-size: 105px;
        font-weight: 700;
        position: absolute;
        left: 0;
        top: 0;
    }



/* submission-area end */
/* review-area start */
.single-review {
    float: left;
    width: 20%;
    padding: 0 10px;
}

.review-area {
    background-position: center;
    padding-top: 40px;
    padding-bottom: 15px;
}


.main-review h2 {
    font-size: 65px;
    color: #fff;
    text-align: center;
    margin-bottom: 80px;
    line-height: 55px;
    color: #ffffff;
    font-family: hacked;
}

}

.main-review h2 span {
    color: #2B9BCD;
}

.single-review p {
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
}

.single-reviewadd {
    overflow: hidden;
    width: 450px;
    margin: 0 auto;
}

.single-review.bottom2 {
    width: 50%;
}

P.wiliam1 {
    font-size: 22px;
    color: #2B9BCD;
    font-weight: 700;
    margin-top: 25px;
    line-height: 25px;
}

.single-review {
    float: left;
    width: 20%;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 45px;
    height: 300px;
}

.viewto {
    position: absolute;
    bottom: -95px;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

.reviewer1 {
    position: relative;
}

    .reviewer1:hover .viewto {
        visibility: visible;
        opacity: 1;
    }






/* review-area end */

/* processing-area start */


.processing-area h2 {
    font-size: 65px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    margin-bottom: 62px;
    margin-top: 5px;
    line-height: 55px;
    color: #ffffff;
    font-family: hacked;
    padding-bottom: 70px;
}

.processing-area span {
    color: #2B9BCD;
}

.single-processing {
    margin-bottom: 0px;
    padding: 0 33px;
    padding-top: 16px;
    padding-bottom: 15px;
    position: relative;
    height: 215px;
}

    .single-processing p {
        color: #fff;
        font-size: 17px;
        line-height: 26px;
    }

    .single-processing h2 {
        font-size: 65px;
        font-weight: 700;
        display: inline-block;
        margin-bottom: 2px;
        color: #2B9BCD;
        font-family: hacked;
    }

    .single-processing img {
        padding-left: 5px;
    }



/* processing-area end */

/* footer-area start */

.c-list {
    font-size: 16px;
    line-height: 20px;
    padding-left: 0px;
    padding-right: 0;
    margin: 8px 0;
    list-style-type: none;
}

ul.c-list li {
    padding: 0 24px 4px 0;
    display: inline-block;
}

.footer-area {
    padding-top: 25px;
    padding-bottom: 50px;
    margin-top: 130px;
}

.main-footer p {
    color: #fff;
    font-size: 14px;
}

.footer-txt1 {
    margin-top: -9px;
}

.main-footer span {
    padding-left: 50px;
    position: relative;
}

    .main-footer span::after {
        position: absolute;
        background: #fff;
        height: 18px;
        width: 2px;
        left: 20px;
        top: 0;
        content: "";
    }

.Microsoft1 {
    position: absolute;
    right: 0;
    top: 0;
}

.main-footer {
    position: relative;
}


/* footer-area end */


.modal-content {
    background-image: url('../img/2020/pop-up_bg.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    border: none;
    border-radius: 0px;
}

.header-social-links li a i.fa:hover, .header-social-links li a:focus i.fa {
    color: #2B9BCD;
}

.modal-social-links li a i.fa:hover, .modal-social-links li a:focus i.fa {
    color: #2B9BCD;
}


.header-top-areasec {
    display: flex;
    flex-direction: column-reverse;
}


.close {
    font-size: 40px;
    color: #2B9BCD !important;
    position: relative;
    z-index: 9;
    opacity: 1;
    box-shadow: none !important;
    text-shadow: none;
    position: absolute;
    right: 18px;
    top: 10px;
}

.slider-top-content {
    color: #fff;
}

.footer-txt2 span::after {
    display: none;
}

.footer-txt1 span::after {
    display: none;
}

.footer-txt2 span {
    padding-left: 0;
}

.footer-txt1 span {
    padding-left: 0;
}

.modal-body {
}

.left-img img {
    max-width: 150px;
    position: absolute;
    left: 0;
}

.left-img {
    position: relative;
    max-height: 151px;
    height: 150px;
}

.aut-text {
    padding-left: 171px;
    text-align: left;
    padding-top: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .aut-text h3 {
        color: #2B9BCD;
        font-size: 22px;
        font-weight: 700;
    }

    .aut-text p {
        font-size: 16px;
        font-weight: 500;
    }

.main-sldie-all-content {
    text-align: left;
    height: 230px;
    overflow-y: auto;
}

    .main-sldie-all-content p {
        font-size: 16px;
        line-height: 23px;
        margin-top: 13px;
    }

.modal-social-links li {
    list-style: none;
    display: inline-block;
}

    .modal-social-links li a i.fa {
        font-size: 20px;
        color: #fff;
        margin-right: 16px;
    }

.modal-social-link li a i.fa:hover {
    color: #2B9BCD;
}

.modal-social-links {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
    height: 22px;
    margin-left: 0px;
    padding-left: 0px;
}

.speaker-link-to-abstract {
    border-top-style: solid;
    padding-top: 10px;
    border-top-width: 1px;
    border-top-color: black;
    height: 50px;
}

    .speaker-link-to-abstract a {
        font-weight: bold;
    }

.carousel-control {
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 30px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 1;
}

    .carousel-control:hover {
        color: #2B9BCD;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        border: none;
        color: rgb(64, 126, 196);
        text-align: center;
        -o-text-overflow: clip;
        text-overflow: clip;
        text-shadow: 1px 1px 0 rgb(77,162,252), -1px -1px 0 rgb(77,162,252), 1px -1px 0 rgb(77,162,252), -1px 1px 0 rgb(77,162,252), 4px 4px 8px rgb(44,88,137), -4px 4px 8px rgb(44,88,137), 4px -4px 8px rgb(44,88,137), -4px -4px 8px rgb(44,88,137);
        -webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
        -moz-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
        -o-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
    }



    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        left: 92%;
        margin-left: -13px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        right: 0;
        margin-right: -13px;
    }


    .carousel-control:focus {
        outline: -webkit-focus-ring-color auto 1px;
    }

.carousel-indicators {
    display: none;
}

.modal-body {
    padding-bottom: 60px;
    padding-top: 48px;
    padding-left: 40px;
    padding-right: 40px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: none;
    background: none;
}

    .modal-footer img {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }

    .modal-footer .modal-footer-left {
    }

    .modal-footer .modal-footer-middle {
    }

    .modal-footer .modal-footer-right {
    }


.view0btn span {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}


.slsh {
    font-size: 45px;
    color: #fff;
    position: absolute;
    font-weight: bold;
    right: 11px;
    bottom: -33px;
}

.modal.and.carousel {
    position: fixed;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .85
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    background-image: url(../img/2020/pop-up_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    border: none;
    border-radius: 0px;
}

.close:hover {
    opacity: 1;
}

.closeButton:hover {
    color: rgb(64, 126, 196);
    text-overflow: clip;
    text-shadow: 1px 1px 0 rgb(77,162,252), -1px -1px 0 rgb(77,162,252), 1px -1px 0 rgb(77,162,252), -1px 1px 0 rgb(77,162,252), 4px 4px 8px rgb(44,88,137), -4px 4px 8px rgb(44,88,137), 4px -4px 8px rgb(44,88,137), -4px -4px 8px rgb(44,88,137);
    -webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
    opacity: 1;
}
/* 
.closeButton {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
}

.closeButton:hover {}

.closeButton:before,
.closeButton:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 4px;
  background-color: #2B9BCD !important;
}

.closeButton:before {
  transform: rotate(45deg);
}

.closeButton:after {
  transform: rotate(-45deg);
} */

.processing-area h2:first-of-type,
.review-area h2:first-of-type,
.mission-area h2:first-of-type,
.topics-content h2:first-of-type,
.welcome-area h2:first-of-type {
    padding: 0;
    margin: 0;
    padding-bottom: 55px;
}

.processing-area,
.review-area,
.mission-area,
.topics-content,
.welcome-area {
    padding: 0 !Important;
    padding-top: 55px !Important;
}

#review-processSection {
    padding-top: 20px !important;
}

.review-area,
.mission-area,
.welcome-area {
    padding-bottom: 30px !Important;
}

/* Header menu css start */



.main-menu-pr ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .main-menu-pr ul li {
        display: inline-block;
    }

        .main-menu-pr ul li a {
            display: block;
            font-size: 20px;
            text-transform: uppercase;
            font-weight: 400;
            color: #fff;
            padding: 4px 0px;
        }

            .main-menu-pr ul li a:hover, .main-menu-pr ul li a:focus {
                border-bottom: 2px solid #1EA2E9;
                text-decoration: none;
            }

.hero-area-text {
    padding-bottom: 60px;
    padding-top: 180px;
}

.main-menu-pr {
    margin-top: 43px;
    text-align: center;
}

    .main-menu-pr ul li {
        position: relative;
        padding: 0 20px;
    }

.main-menu-pr {
    margin-right: 0px;
}

    .main-menu-pr ul li ul {
        position: absolute;
        left: 20px;
        width: 190px;
        text-align: left;
        z-index: 9;
        background: #000F16;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 5px;
        transition: .3s;
        display: none;
    }

        .main-menu-pr ul li ul li {
            display: block;
            padding: 0;
        }

    .main-menu-pr:hover ul li ul li a:hover {
        color: #1EA2E9;
    }

    .main-menu-pr ul li a.active-item {
        border-bottom: 2px solid #1EA2E9;
        filter: drop-shadow(0 0 4px #fff);
    }

    .main-menu-pr ul li ul li a {
        font-size: 15px;
        padding: 5px 10px;
        display: block;
        border-bottom: 1px solid #ddd6;
        padding-left: 0;
        text-transform: none;
    }

    .main-menu-pr ul li ul li {
        display: block;
    }

        .main-menu-pr ul li ul li:last-child a {
            border: none;
        }

    .main-menu-pr ul.focus {
        margin-top: 0;
    }

.site-logo {
    position: absolute;
    z-index: 9;
    padding-left: 136px;
}

    .site-logo img {
        margin-top: 40px;
    }

.brand-logo:focus {
    outline: 5px auto -webkit-focus-ring-color;
}

.brand-logo.moile-logo {
    display: none;
}


/* Responsive menu css */



.responsive-menu .drop-mn-mbl ul {
    margin: 0;
    padding-left: 17px;
}

.drop-mn-mbl ul li a {
    border-bottom: 1px solid #dddddd80;
}


.side-bar-btn {
    display: none;
}

.responsive-menu {
    position: fixed;
    width: 280px;
    right: -280px;
    background: #000f16;
    height: 100%;
    top: 0;
    z-index: 9;
    transition: .3s;
    display: none;
    overflow-y: auto;
}

.side-bar-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    cursor: pointer;
    border: none;
    outline: none;
    z-index: 99;
    background: transparent;
}



    .side-bar-btn span {
        display: block;
        background: #fff;
        height: 5px;
        width: 35px;
        position: absolute;
        top: 24px;
        transition: .3s;
    }

        .side-bar-btn span::before {
            position: absolute;
            content: "";
            top: -10px;
            left: 0;
            width: 100%;
            height: 5px;
            background: #fff;
            transition: .3s;
        }

        .side-bar-btn span::after {
            position: absolute;
            content: "";
            top: 10px;
            left: 0;
            width: 100%;
            height: 5px;
            background: #fff;
            transition: .3s;
        }

    .side-bar-btn:focus span, .side-bar-btn:focus span::before, .side-bar-btn:focus span::after, .side-bar-btn.toggle:focus span:before, .side-bar-btn.toggle:focus span:after {
        background: #2B9BCD;
    }

.activee {
    right: 0;
}

.side-bar-btn.toggle span {
    background: transparent;
}

    .side-bar-btn.toggle span:before {
        top: 0;
        transform: rotate(45deg)
    }

    .side-bar-btn.toggle span:after {
        top: 0;
        transform: rotate(-45deg)
    }

.responsive-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 70px;
    padding-left: 10px;
    padding-right: 10px;
}

    .responsive-menu ul li {
        list-style: none;
    }

        .responsive-menu ul li a {
            font-size: 16px;
            color: #ffff;
            display: block;
            padding: 6px 6px;
        }

            .responsive-menu ul li a:focus {
                color: #1EA2E9;
                filter: drop-shadow(0 0 4px #fff);
            }

            .responsive-menu ul li a.active-item {
                color: #1EA2E9;
                filter: drop-shadow(0 0 4px #fff);
            }

.mmRegistration a {
    width: 130px !important;
    margin-top: 5px !important;
}










/* Mobile Layout: 320px. */
@media only screen and (max-width: 1199px) {

    .main-menu-pr {
        display: none;
    }

    .side-bar-btn {
        display: block;
    }

    .responsive-menu {
        display: block;
    }
}




/* Tablet Layout: 768px. */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .site-logo {
        width: 100%;
    }

    .responsive-menu ul {
        list-style: none;
        margin-top: 120px;
    }

    .side-bar-btn {
        position: absolute;
        right: 20px;
        top: 28px;
        width: 50px;
        height: 50px;
        box-sizing: border-box;
        cursor: pointer;
        border: none;
        outline: none;
        z-index: 99;
        background: transparent;
    }
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {


    .responsive-menu ul {
        margin-top: 120px;
    }


    .side-bar-btn {
        position: absolute;
        right: 20px;
        top: 28px;
        width: 50px;
        height: 50px;
        box-sizing: border-box;
        cursor: pointer;
        border: none;
        outline: none;
        z-index: 99;
        background: transparent;
    }
}








/*Reg page start*/

.nice-select {
    float: none;
    position: relative;
}

.nice-select {
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    text-align: left !important;
    white-space: nowrap;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    height: auto;
    border-radius: 0px;
    margin-bottom: 15px;
}


.nice-select {
    position: relative;
    padding-left: 51px;
}

.select-optionss img {
}

.restert-from-area {
    padding: 20px 0;
}

p {
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    color: #fff;
}

.help-block {
    margin: 0px;
    padding-bottom: 0px;
}

    .help-block ul {
        margin: 0px;
    }

        .help-block ul li {
            line-height: 1.1em;
            color: #f9918f;
            font-weight: normal;
            font-size: 14px;
        }

.from-input-area {
    position: relative;
}

    .from-input-area img {
    }

    .from-input-area span.icon-s {
        display: block;
        width: 48px;
        height: 100%;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        line-height: 40px;
    }

.select-optionss span.icon-s {
    display: block;
    width: 48px;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
}

.select-optionss {
    position: relative;
}

    .select-optionss .help-block.with-errors {
        margin-top: -6px;
        margin-bottom: 10px;
    }

.empty {
    color: #ffffff;
    opacity: 1;
    font-weight: 500;
}

.from-input-area {
    margin-bottom: 15px;
    border: 1px solid #FFFFFF;
    padding: 10px;
    height: auto;
}

.has-error .help-block {
    color: #f9918f;
}

.input-field {
    margin-left: 39px;
}

.nice-select ul {
    width: 100.7%;
    color: #000;
    border-radius: 0 !important;
}

.input-field input[type="text"], .input-field input[type="email"], .input-field input[type="tel"] {
    background: none;
    width: 100%;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.from {
    margin-top: 25px;
}

.select-optionss .icon-s.topii img {
    height: 24px;
}

.from-input-area .nice-select {
    background-color: transparent;
    border-radius: 0;
    border: none;
    cursor: pointer;
    display: block;
    float: none;
    font-size: 16px;
    height: auto;
    line-height: 29px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-align: left !important;
    user-select: none;
    white-space: nowrap;
    width: auto;
    color: #fff;
    font-weight: 500;
}

.nice-select::after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    display: block;
    height: 12px;
    margin-top: -8px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 12px;
}

.input-field input::placeholder, .input-field input::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
    font-weight: 500;
    white-space: pre-line;
    position: relative;
}

.input-field input:-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
    font-weight: 500;
}

.input-field input::-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
    font-weight: 500;
}

.ProfessionalReferenceLabel {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    position: absolute;
    top: 11px;
    height: 25px;
    overflow-y: hidden;
    pointer-events: none;
}


.hero-area-text h1 {
    text-transform: uppercase;
    font-family: 'Segoe UI';
    font-weight: bold;
}

.hero-sec-btn a {
    font-size: 26px;
    color: #fff;
    border: 2px solid #2B9BCD;
    width: 350px;
    display: inline-block;
    padding: 14px;
    font-weight: 500;
    text-transform: uppercase;
    /* color: #fff; */
    transition: .3s;
    box-shadow: 0 0 20px #dddddd4d;
}

    .hero-sec-btn a:hover, .hero-sec-btn a:focus {
        background: #2B9BCD;
        color: #000;
        text-decoration: none;
    }

a.registration-closed {
    display: none !important;
}

.hero-area-text h1 {
    margin: 31px 0px 52px 0px;
}

.from-input-area .nice-select::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    display: block;
    height: 10px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    width: 10px;
}

.from-input-area .nice-select span {
    color: #9BA7A9;
    font-weight: 600;
}

.nice-select .list {
    left: -2px;
    background-color: #000;
    color: white;
    font-size: 14px;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #8F6C22;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #000;
    color: #00AEEF;
}

.from-input-area {
    box-shadow: 0 0 4px #ddd;
}

.select-optionss {
    box-shadow: 0 0 4px #ddd;
}

.submit-btn input[type="submit"] {
    box-shadow: 0 0 4px #ddd;
}


.box {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .box input {
        position: absolute;
        display: none;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 7px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 1px solid;
}

.form-group.has-error .checkmark {
    color: #f9918f;
}

.form-group.has-error .box {
    color: #f9918f;
}
/* On mouse-over, add a grey background color */
.box:hover input ~ .checkmark {
    background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.box input:checked ~ .checkmark {
    background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.box input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.box .checkmark:after {
    left: 7px;
    top: 0px;
    width: 10px;
    height: 15px;
    border: solid #2B9BCD;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 35px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}

label.gdpr {
    padding-left: 0px;
}

.submit-btn {
    text-align: center;
    margin-top: 30px;
}



    .submit-btn input[type="submit"] {
        cursor: pointer;
        border: 3px solid #2B9BCD;
        font-size: 26px;
        text-transform: uppercase;
        font-weight: 500;
        background: transparent;
        color: #fff;
        padding: 14px;
        width: 100%;
        max-width: 350px;
        transition: .3s;
    }

    .submit-btn input:hover {
        background: #2B9BCD;
        color: #fff;
    }

.contact-contant {
    width: 80%;
    margin: 0 auto;
}

.nice-select::after {
    filter: drop-shadow(1px 1px 5px rgb(245, 239, 239));
}

/*Microsoft page end*/




/* Activites page css */




.overvew-content p {
    font-size: 16px;
    color: #d4d4d4;
}

.overvew-content h4 {
    color: #FE6847;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #FE6847;
    display: inline-block;
    padding: 20px 10px;
    margin-top: 5px;
    filter: drop-shadow(0 0 14px #ddd);
}

.overvew-content p {
    margin-bottom: 22px;
    line-height: 27px;
}


.bdg-wrksp-area p {
    font-size: 16px;
    color: #d4d4d4;
}

    .bdg-wrksp-area p a {
        color: #2B9BCD;
        text-decoration: underline !important;
    }

.single-item-textt h2 {
    font-size: 26px;
    color: #2B9BCD;
    font-weight: 400;
}

.single-item-textt p {
    color: #d4d4d4;
    font-size: 16px;
}

.single-item-textt {
    margin-bottom: 33px;
}


h1.section-title, h2.section-title {
    font-size: 66px;
    color: #fff;
    margin-bottom: 24px;
    text-align: center;
}

.bhil-area p {
    font-size: 16px;
}

    .bhil-area p span {
        color: #2B9BCD;
    }

.bhil-area p {
    color: #fff;
}

.bh-single-item h3 {
    font-size: 28px;
    color: #FE6847;
    font-weight: 400;
}

.bh-single-item p span {
    color: #fff;
    font-weight: 500;
}

.bh-single-item {
    font-size: 16px;
    color: #d4d4d4;
}

.bh-list-content li {
    list-style: none;
    position: relative;
    padding-left: 13px;
    color: #fff;
}

    .bh-list-content li:after {
        position: absolute;
        left: 0;
        width: 5px;
        height: 5px;
        background: #057EBD;
        content: "";
        border-radius: 50%;
        transform:;
        top: 50%;
        margin-top: -2.5px;
    }

.child-bh-item li {
    list-style: none;
    position: relative;
    padding-left: 13px;
    color: #fff;
}

    .child-bh-item li:after {
        position: absolute;
        left: 0;
        width: 8px;
        height: 8px;
        border: 2px solid #057EBD;
        content: "";
        border-radius: 50%;
        top: 50%;
        margin-top: -4px;
    }

.child-bh-item {
    margin-left: 13px;
}

.bhil-area p.tp-title-text {
    font-weight: 500;
    margin-bottom: 25px;
}



/* Reg open page css start */





.nv-map a:focus img {
    border: 1px solid;
}

.parking-map-sec p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 24px;
}

.parking-map-sec li {
    font-size: 16px;
    color: #fff;
}

.parking-map-sec {
    margin-top: 20px;
}

    .parking-map-sec img {
    }



article#parkingSection {
    padding-top: 30px;
}

.faq .panel-heading {
    padding: 0;
    background: transparent;
}

    .faq .panel-heading a {
        display: block;
        padding: 23px 13px;
        font-size: 19px;
        color: #fff;
        font-weight: 600;
    }

.panel.panel-default {
    background: transparent;
    border-radius: 0;
    border-left: 1px solid #fff;
    margin-bottom: 20px;
    box-shadow: none;
    border-bottom: 1px solid #fff;
    border-top: none;
    border-right: none;
}

.faq .panel-body {
    color: #fff;
    border: none;
}

.faq .panel-heading a i.faq-expand {
    position: absolute;
    right: 0px;
    top: 20px;
    transition: .2s;
    width: 47px;
    height: 33px;
    background-image: url('../img/2020/Icon_Plus.png');
    /*filter: drop-shadow(0 0 4px #fff);*/
}

    .faq .panel-heading a i.faq-expand:hover, .faq .panel-heading a:focus i.faq-expand {
        transition: .2s;
        background-image: url('../img/2020/Icon_Plus_Hover.png');
    }

.faq .panel-heading a {
    position: relative;
}

.faq .panel-body {
    font-size: 16px;
    border-top: none !important;
    padding-top: 0px;
}

.faq .panel-heading a[aria-expanded=true] i.faq-expand {
    background-image: url('../img/2020/Icon_Minus.png');
}

.faq .panel-heading a:focus {
    color: #fff !important;
}

.main-menu-pr ul li:hover ul li a {
    border-color: #333F45;
}





/* Travel page css start */



.visas-content p {
    color: #fff;
    font-size: 16px;
}

.aprt-single-content h3 {
    color: #FE6847;
    font-size: 25px;
    margin-bottom: 7px;
}

.aprt-single-content {
    margin-bottom: 25px;
}

    .aprt-single-content p {
        font-size: 16px;
        margin-bottom: 0;
    }

.conf-secdets {
    font-size: 16px;
    color: #C1C2C2;
    margin-bottom: 25px;
}

.proces-dets h2 {
    color: #FE6847;
    font-weight: 400;
}

.proces-dets {
    font-size: 16px;
    color: #fff;
}

.contact-enve a img {
    position: absolute;
    left: 0;
}

.contact-enve a {
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding-left: 63px;
    display: block;
}

    .contact-enve a span {
        display: block;
        font-weight: 400;
        color: #2B9BCD;
        text-decoration: underline;
        padding-top: 10px;
    }

.contact-enve {
    margin-top: 22px;
    margin-left: -10px;
}

.hotel-slide-items .owl-controls .owl-nav div {
    display: inline-block;
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    left: 0;
}

.hotel-slide-items .owl-controls {
    width: 50px;
    margin-left: auto;
    position: relative;
}

    .hotel-slide-items .owl-controls .owl-nav div i.fa {
        font-weight: bold;
    }

    .hotel-slide-items .owl-controls .owl-nav div.owl-next {
        float: right;
    }

    .hotel-slide-items .owl-controls:after {
        position: absolute;
        left: 17px;
        width: 0;
        height: 0;
        content: "/";
        top: 0px;
        font-size: 35px;
        color: #fff;
        font-weight: bold;
        filter: drop-shadow(1px 1px 5px rgb(245, 239, 239));
    }

    .hotel-slide-items .owl-controls .owl-nav div i.fa {
        font-size:;
    }

    .hotel-slide-items .owl-controls .owl-nav div {
        box-shadow:;
        filter: drop-shadow(1px 1px 5px rgb(245, 239, 239));
    }

.hotel-slide-items .owl-nav div:hover i.fa {
    color: #2B9BCD;
}

.hotel-slide-items img {
    height: 190px;
    width: auto !important;
}

.hotel-slide-items {
    margin-top: 100px;
    width: 256px !important;
}

.alertEmailMsg {
    margin-top: 20px;
    color: red;
    font-size: 18px;
}



/* Schedul page css start */

.tab-list-item ul li a {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
}

.tab-list-item u li {
    float: none;
    display: inline-block;
}

.tab-list-item ul li {
    display: inline-block;
    float: none;
}

.tab-list-item .nav.nav-tabs {
    text-align: center;
}

.tab-list-item ul li a {
    border: 1px solid #2B9BCD;
    border-radius: 0;
    background: transparent !important;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 36px;
    margin-bottom: 25px;
}

.tab-list-item ul li.active a {
    background: #2B9BCD !important;
    color: #0a0625;
    border-color: #2B9BCD;
}

.tab-list-item ul li a:focus {
    background: #2B9BCD !important;
    color: #0a0625 !important;
    border-color: #2B9BCD !important;
}

.dateSchedule {
    float: left;
    width: 20%;
}

.authorSchedule {
    float: right;
    width: 80%;
}

.titleSchedule a {
    color: white;
}

    .titleSchedule a:focus {
        color: #2B9BCD;
        text-decoration: underline !important;
    }

.spakerSchedule a:focus {
    color: white;
    text-decoration: underline !important;
}


.spakerSchedule {
    display: block;
}

    .spakerSchedule a {
        color: #2B9BCD;
        font-weight: 500;
        display: inline-block;
        font-size: 18px;
    }

span.spakerSchedule {
    color: #2B9BCD;
    font-weight: 500;
}

.single-tab-inner-time-contetn {
    overflow: hidden;
}

.dateSchedule h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.authorSchedule h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
}

    .authorSchedule h3 span {
        color: #FE6847;
        font-weight: 600;
        display: block;
        font-size: 20px;
        margin-top: 0px;
    }

.single-tab-inner-time-contetn {
    border-bottom: 1px solid #C0C0C0;
    padding: 20px 20px;
}

.authorSchedule h3.coloredd {
    color: #FE6847;
}

.tab-list-item .nav.nav-tabs {
    text-align: center;
    border: none;
    margin-bottom: 60px;
}

.activitiesMessage {
    font-size: 30px;
    color: #d4d4d4;
    margin: 50px 50px;
}






.cc-banner {
    position: fixed;
    font-size: 12px;
    z-index: 100;
    bottom: 0px;
    width: 100%;
}






.adsdetails .panel-heading {
    padding: 0;
}

    .adsdetails .panel-heading a.abs-title {
        padding: 20px 20px 0px 20px;
        display: block;
        font-size: 28px;
        font-weight: 500;
        color: #fff;
        padding-left: 70px;
    }

        .adsdetails .panel-heading a.abs-title:focus {
            text-decoration: underline !important;
        }

body.using-mouse a:focus {
    outline: none;
}

.adsdetails .abs-details {
    padding: 10px 20px 20px 70px;
    font-weight: 400;
    color: #ffffff;
    font-size: 22px;
}

    .adsdetails .abs-details a {
        font-weight: 400;
        color: #2B9BCD;
        font-size: 22px;
    }

.adsdetails .panel-heading h4 span {
    display: block;
}

.adsdetails .panel-heading a span {
    display: block;
    font-size: 22px;
    color: #2B9BCD;
    font-weight: 400;
    margin-top: 11px;
}

.adsdetails .panel-heading {
    background: transparent;
}

.panel.panel-default {
}

.adsdetails .panel.panel-default {
    border: none;
    box-shadow: none;
}

.abs-inner-contetn a {
    color: #2B9BCD;
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0px;
    display: inline-block;
}

    .abs-inner-contetn a:focus {
        text-decoration: underline !important;
        outline: 2px solid #2B9BCD;
    }


.abs-inner-contetn p, ul, ol {
    font-size: 16px;
    color: #fff;
    line-height: 27px;
    margin-bottom: 10px;
}

.adsdetails .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}

.adsdetails .panel.panel-default {
    margin-bottom: 40px;
    margin-top: 0;
    border-bottom: 1px solid #FFFFFF !important;
    border-left: none !important;
    position: relative;
}

    .adsdetails .panel.panel-default:before {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0px;
        height: 30px;
        width: 1px;
        border-left: 1px solid #ffffff;
    }

.adsdetails .panel-collapse {
    border-left: 1px solid #FFFFFF !important;
}

.abs-inner-contetn {
    padding-left: 56px;
}

.adsdetails .panel-heading a .icons img {
    position: absolute;
    left: -23px;
    top: 22px;
    display: none;
}

.panel-title {
    position: relative;
}

.adsdetails .panel-heading a .icons img.mns {
    left: -23px;
}

.adsdetails .panel-heading a[aria-expanded="false"]:hover .icons img.pls, .adsdetails .panel-heading a[aria-expanded="false"]:focus .icons img.pls {
    content: url('../img/2020/Icon_Plus_Hover.png');
}

.adsdetails .panel-heading a[aria-expanded="true"] .icons img.mns {
    display: block;
}

.adsdetails .panel-heading a[aria-expanded="false"] .icons img.pls {
    display: block;
}

.adsdetails .panel-heading a:focus {
    color: #fff !important;
}

.right-icons li {
    list-style: none;
    display: inline-block;
    width: 40px;
}

    .right-icons li a {
        padding: 0 !important;
    }

.right-icons {
    text-align: right;
}

    .right-icons li img {
        position: absolute;
    }


        .right-icons li img.clrd {
            opacity: 0;
        }

    .right-icons li:hover img.clrd, .right-icons a:focus img.clrd {
        opacity: 1;
    }

    .right-icons li img {
        filter: drop-shadow(0 0 7px);
    }

    .right-icons li:hover img {
        filter: drop-shadow(0 0 7px #2B9BCD);
    }

.play-icons.pll a img {
    margin-top: 3px;
    height: 28px;
}

.right-icons {
    text-align: right;
    padding-right: 25px;
    visibility: hidden;
    margin-top: -53px;
}

.panel-heading .right-icons {
    top: -50px;
    position: relative;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    margin: 0px;
}

#map {
    height: 500px;
}



/* Tablet Layout: 768px. */
@media only screen and (min-width: 991px) and (max-width: 1200px) {

    .authorSchedule {
        float: right;
        width: 76%;
    }
}



/* Tablet Layout: 768px. */
@media only screen and (min-width: 1400px) and (max-width: 1660px) {

    .main-menu-pr ul li {
        position: relative;
        padding: 0 12px;
    }


        .main-menu-pr ul li ul {
            left: 12px;
        }
}










/* Tablet Layout: 768px. */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {



    .main-menu-pr ul li ul {
        left: 7px;
    }


    .main-menu-pr ul li a {
        display: block;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 400;
        color: #fff;
        padding: 4px 8px;
    }

    .main-menu-pr ul li {
        position: relative;
        padding: 0 7px;
    }

    .site-logo img {
        width: 144px;
    }

    .main-menu-pr {
        margin-top: 39px;
        text-align: center;
    }
}

/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {

    .hero-area-text {
        padding-top: 158px;
    }

    .site-logo {
        width: 100%;
    }

    .dateSchedule {
        float: left;
        width: 25%;
    }

    .authorSchedule {
        float: right;
        width: 70%;
    }

    .tab-list-item ul li a {
        font-size: 23px;
        color: #fff;
        font-weight: 500;
    }
}



/* Mobile Layout: 320px. */
@media only screen and (min-width: 767px) {
}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

    .hero-area-bg {
        background-position: 43% 50%;
    }

    .hotel-slide-items {
        margin-top: 30px;
    }

    .activitiesMessage {
        font-size: 16px;
        color: #d4d4d4;
        margin: 0px;
    }

    .overvew-content p {
        margin-bottom: 11px;
    }

    .adsdetails .panel-body {
        padding: 0px;
        padding-bottom: 15px;
    }

    .adsdetails .panel-heading a {
        font-weight: 400;
        color: #2B9BCD;
        font-size: 20px;
    }

        .adsdetails .panel-heading a span {
            display: block;
            font-size: 16px;
            color: #2B9BCD;
            font-weight: 400;
            margin-top: 11px;
        }

    .abs-inner-contetn {
        padding-left: 10px;
    }

    .adsdetails .panel-heading a.abs-title {
        font-size: 20px;
    }

    .dateSchedule {
        float: none;
        width: 100%;
        text-align: left;
    }

    .authorSchedule {
        float: none;
        width: 100%;
        text-align: left;
    }

    .dateSchedule h3 {
        margin-bottom: 9px;
    }

    .authorSchedule h3 {
        line-height: 24px;
    }

    .tab-list-item ul li a {
        font-size: 19px;
        color: #fff;
        font-weight: 500;
    }

    .tab-list-item ul li a {
        width: 256px;
    }


    .section-title {
        font-size: 44px !important;
        color: #fff;
        margin-bottom: 24px;
    }

    .faq .panel-heading a {
        font-size: 17px;
        padding-right: 54px;
    }



        .faq .panel-heading a i.fa {
            position: absolute;
            right: 15px;
            font-size: 39px;
            top: 17px;
            color: #FE6847;
            font-weight: bold;
            transition: .2s;
            filter: drop-shadow(0 0 4px #fff);
        }



    .hero-area-text h2 {
        font-size: 34px;
    }

    .hero-sec-btn a {
        font-size: 26px;
        /* color: ; */
        /* color: #fff; */
        border: 2px solid #2B9BCD;
        width: 261px;
        display: inline-block;
        padding: 8px;
        font-weight: 500;
        text-transform: uppercase;
        box-shadow: 0 0 4px #ddd;
        /* color: #fff; */
        margin-top: 37px;
    }

    a.registration-closed {
        display: none !important;
    }


    .from {
        margin-left: 15px;
        margin-right: 15px;
    }

    .site-logo {
        width: 100%;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: all .3s;
        -o-transition: .3s;
        transition: .3s
    }

    body.scrolled .site-logo {
        height: 70px;
        background: rgba(0, 15, 22, 1);
        position: fixed;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: all .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .is-sticky .site-logo {
        z-index: 9 !important;
        background: #1A272F;
    }

    .sticky-wrapper {
        display: none;
    }

    .hero-area-text {
        padding-top: 120px;
    }

    .site-logo img {
        margin-top: 16px;
    }

    body.scrolled .brand-logo.desk-logo {
        display: none;
    }

    body.scrolled .brand-logo.moile-logo {
        display: block;
    }
}


.nice-select .list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: transparent;
}

.nice-select .list::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}

.nice-select .list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgba(43, 155, 205, 0.8);
}
