@font-face {font-family: "Daytona W01 Light";
  src: url("../font/79a8e1bc16f1c88fe653585925532284.eot"); /* IE9*/
  src: url("../font/79a8e1bc16f1c88fe653585925532284.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../font/79a8e1bc16f1c88fe653585925532284.woff2") format("woff2"), /* chrome、firefox */
  url("../font/79a8e1bc16f1c88fe653585925532284.woff") format("woff"), /* chrome、firefox */
  url("../font/79a8e1bc16f1c88fe653585925532284.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../font/79a8e1bc16f1c88fe653585925532284.svg#Daytona W01 Light") format("svg"); /* iOS 4.1- */
}

/********** Template CSS **********/
:root {
    --primary: #b8944a;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
}


/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}


/*** Button ***/
.btn {
    font-family: "Daytona W01 Light", sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: "Daytona W01 Light", sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}


/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .7);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}


/*** Service ***/
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}


/* MZ HERE */

.navbar-logo {width: 20rem;filter: brightness(50);}

.sticky-top .navbar-logo {filter: none;}

.comp-logos img {width: 7rem;filter: brightness(100);}

.navbar-dark {flex-flow: wrap;}

.comp-logos {width: 50%;text-align: right;}

.comp-logos ul {list-style: none;padding: 0;margin: 0;}

.comp-logos ul li {display: inline-block;margin: 0 1rem;}

.navbar-dark .navbar-brand {display: inline-block;width: 47%;}

.sticky-top .comp-logos img {filter: none;}

div#navbarCollapse .navbar-nav {margin: 0 auto;}

div#navbarCollapse .navbar-nav a.nav-item {font-size: 1rem;}

.conf-date {display: flex;align-items: center;color: white;}

.conf-date * {margin-right: 10px;}

.fade-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    z-index: 9;
    background: transparent;
    border: 0;
    color: white;
    font-size: 0;
}

.fade-slider .slick-arrow.slick-next {
    right: 15px;
    left: auto;
}

.fade-slider .slick-arrow.slick-next:before {
    content: "\f138";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-size: 22px;
    opacity: 0.8;
}


.fade-slider .slick-arrow.slick-prev:before {
    content: "\f138";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-size: 22px;
    opacity: 0.8;
    transform: scaleX(-1);
    display:
    inline-block;
}

iframe.conf_vid {
    /*float: right;*/
    /*margin-left: 5rem;*/
    width: 100%;
    margin-bottom: 3rem;
    border-radius: 10px;
    box-shadow: 0px 7px 14px 0px rgb(0 0 0 / 24%);
}

.fade-slider {
    border-radius: 10px;
    box-shadow: 0px 7px 14px 0px rgb(0 0 0 / 24%);
    overflow: hidden;
}

.fade-slider img {
    width: 100% !important;
    height: 400px;
    object-fit: cover;
}

.bg-primary {
    background-color: #b8944a !important;
}

.btn-primary {
    background-color: #b8944a !important;
    border-color:  #b8944a !important;
}

.btn-primary:hover {
    background-color: #90702f !important;
    border-color:  #90702f !important;
}

.bg-light {
    background-color: #fff9ec !important;
}

.text-primary {
    color: #b8944a !important;
}

.features_customize .col-lg-4:nth-child(1) .bg-primary {margin-right: 0 !important;margin-left:  auto !important;border-radius: 50% !important;}

.features_customize .col-lg-4:nth-child(1) p {text-align: right !important;}

.features_customize .col-lg-4:nth-child(3) .bg-primary {
    border-radius: 50% !important;
}

.features_customize .col-lg-4:nth-child(2) img.rounded {border-radius: 80px !important;}

.venue_cont iframe {
    border-radius: 80px;
}

.bg-dark {
    background-color: #382a0d !important;
}

.features_customize .col-12 .bg-primary {transition: .4s;}
.features_customize .col-lg-4:nth-child(1) .col-12:hover .bg-primary {transform: translateX(-5px);}
.features_customize .col-lg-4:nth-child(3) .col-12:hover .bg-primary {transform: translateX(-5px);}
/*.features_customize .col-12:hover .bg-primary {background:#8a6826 !important}*/
.features_customize .col-lg-4:nth-child(2):hover img {transform: scale(1.025);}
.features_customize .col-lg-4:nth-child(2) img {transition: .3s;}

@media only screen and (max-width: 767px){

.comp-logos {display: none;}

.navbar-logo {filter: none !important;width: 100%;}

nav.navbar.navbar-expand-lg.navbar-dark {padding-left: 20px !important;padding-right: 20px !important;}

h1#counterdown {
    font-size: 24px;
}

iframe.conf_vid {
    width: 100% !important;
    float: none !important;
    margin: 0 0 25px !important;
}

.features_customize .col-lg-4:nth-child(1) .bg-primary {margin-left: 0 !important;margin-right: auto !important;}

.features_customize .col-lg-4:nth-child(1) p {text-align: left !important;}

.footer-about img.navbar-logo {
    filter: brightness(50) !important;
}

.footer-about img.navbar-logo {filter: brightness(50) !important;}

.facts h5 {font-size: 18px !important;}

}


/* MSF HERE */
a.msf_call_for_papers {
    display: block;
    font-size: 18px;
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    font-family: "Daytona W01 Light";
    transition: .3s;
    text-decoration: underline;
}
a.msf_call_for_papers:hover {
    color: #b8944a;
    transition: .3s;
}
.msf_prev_con_img {
    margin-bottom: 15px;
}
.msf_prev_con_img>img {
    width: 80%;
}
.msf_prev_conf>div {
    /*height: auto;*/
    padding-top: 30px;
    padding-bottom: 30px;
    /*margin-top: 30px;*/
}
.msf_prev_conf {
    width: 50%;
    transition: .5s;
    transform: scale(1);
}
.msf_prev_conf:hover {
    transition: .5s;
    transform: scale(1.05);
}
.msf_prev_conf:hover>div {
    box-shadow: 0 5px 10px 2px #b8944a9c;
}
.msf_prev_conf>div>p.m-0 {
    font-size: 14px;
    text-align: left;
}
#moreText{
    display: none;
}
button#textButton {
    border: 0;
    padding: 0;
    background: transparent;
    font-size: 12px;
    color: #6B6A75;
}
button#textButton:hover {
    color: black;
}
.msf_publishing .slider_img{
    justify-content: center;
    padding: 40px 0 !important;
    border: 0 !important;
}
.publishing_slider.owl-carousel .owl-item img {
    width: 50% !important;
    height: 50% !important;
}
.msf_publishing_content .publish_content2 {
    text-align: center;
}
.msf_publishing_content>div:nth-child(1)>div {
    margin-bottom: 20px;
}
.msf_publishing_content {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px !important;
}
.msf_publishing_content>div {
    flex: 0 0 50%;
    max-width: 50%;
}
.msf_publishing_content img {
    width: 60%;
}
.msf_publishing_content>div:nth-child(2) {
    text-align: center;
}
.publishing_slider {
    margin-top: 25px;
}
.msf_feature_design1 .features_customize .col-lg-4:nth-child(1) .bg-primary {margin-right: auto !important;
    margin-left: 0 !important;}
.msf_feature_design1 .features_customize .col-lg-4:nth-child(1) p {text-align: left !important;}
.msf_feature_design1 .row.g-5.features_customize>div {width: 50%;}
.features_customize .col-lg-4:nth-child(2) .bg-primary {border-radius: 50% !important;}
.msf_feature_design2 .row.g-5.features_customize>div{
    width: 100% !important;
}
.msf_feature_design2 .features_customize .col-lg-4:nth-child(1) .bg-primary, .msf_feature_design2 .features_customize .col-lg-4:nth-child(2) .bg-primary {display: inline-block !important;position: relative;margin-bottom: 0 !important;}

.msf_feature_design2 .features_customize .col-lg-4:nth-child(1) .bg-primary>strong, .msf_feature_design2 .features_customize .col-lg-4:nth-child(2) .bg-primary>strong {position: absolute;left: 50%;transform: translate(-50%, -50%);top: 50%;}

.msf_feature_design2 .features_customize .col-lg-4:nth-child(1) .bg-primary+p, .msf_feature_design2 .features_customize .col-lg-4:nth-child(2) .bg-primary+p {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 6%;
}

.mz-bullet img {width: 35px;}

.mz-bullet.bg-primary {background: transparent !important;width: auto !important;height: auto !important;}

.msf_feature_design2 .row.g-5.features_customize>div>div>div, .msf_feature_design2 .row.g-5.features_customize>div>div>div {
    position: relative;
    border: 0px solid #d9d9d9;
    border-radius: 30px;
    padding: 5px 24px;
    margin-top: 5px;
}

.msf_feature_design2 .col-md-6 .features_customize .col-lg-4 .bg-primary+p {left: 11%;}

@media only screen and (min-width: 1024px){

.msf_feature_design2 .row.g-5.features_customize.mz-alter>div {width: 50% !important;}

.msf_feature_design2 .row.g-5.features_customize.mz-alter>div .mb-0 {left: 11%;}

.msf_feature_design2 .row.g-5.features_customize.mz-alter>div:nth-child(2) .col-12 {padding-left: 12px;}

.msf_feature_design2 .row.g-5.features_customize.mz-alter>div:nth-child(2) .col-12 p {left: 9.5%;}

}

@media only screen and (max-width: 767px){
    a.msf_call_for_papers {
        font-size: 12px;
    }
    .msf_prev_conf {
        width: 100%;
    }
    .msf_prev_con_img>img {
        width: 100%;
        margin-bottom: 10px;
    }
    .service-item{
        height: 330px;
    }
    .msf_publishing_content>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .msf_publishing_content>div:nth-child(1) {
        order: 2;
    }
    .msf_publishing_content>div:nth-child(2) {
        order: 1;
        margin-bottom: 15px;
    }

.container-fluid.facts.pt-5.pt-lg-0 {
    padding-top: 0px !important;
}

.container-fluid.facts.pt-5.pt-lg-0 .container.pt-5.pt-lg-0 {
    padding-top: 30px !important;
}

nav.navbar.navbar-expand-lg {
    position: fixed;
    z-index: 9;
    background: white;
    top: 0;
    left: 0;
    width: 100%;
}

div#header-carousel {
    margin-top: 4.7em;
}

.container-fluid.msf_feature_design1.msf_feature_design2.mz-maxheight .container {
    padding-top: 0 !important;
}

.msf_feature_design2 .col-md-6 .features_customize .col-lg-4 .bg-primary+p {
    position: static !important;
    margin-left: 52px;
    transform: none !important;
}

.msf_feature_design2 .features_customize .col-lg-4:nth-child(1) .bg-primary, .msf_feature_design2 .features_customize .col-lg-4:nth-child(2) .bg-primary {
    position: absolute;
    top: 8px;
    left: 25px;
}

.msf_feature_design1.msf_feature_design2 .section-title {
    margin-bottom: 25px !important;
}

.msf_feature_design1.msf_feature_design2.mz-maxheight {
    margin-top: -20px;
}

.msf_feature_design1.msf_feature_design2.mz-maxheight > .container > .row > .col-md-6:nth-child(1) {
    margin-bottom: 30px;
}

.msf_service_start .container {
    padding-top: 0 !important;
}

.msf_service_start {
    padding-bottom: 0 !important;
}

.venue_cont .col-lg-7 {
    margin-top: 0 !important;
}

.venue_cont + .container-fluid > .container {
    padding-bottom: 0 !important;
}

.rounded.add-rounded.h-100.d-flex.align-items-center {
    padding: 1rem 0 !important;
}

}