@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Playfair Display:wght@200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');


body {
    font-family: 'Open Sans';
    background: #f7f7f7 !important;
    color: #484f5d;
}

a:link {
    color: #e5a152; 
}

section {
    padding: 80px 0;
}

iframe {
	width: 1px;
	min-width: 100%;
}

.anchor { 
    display:block;
    height: 30px;
    margin-top: -30px;
    visibility: hidden;
}

/*! Navbar
----------------------------------------------------- */


.fASIlitate-text {
    color: #4eb3ac;
}

.navy {
    background: #181f38 !important;
}

.navy-text {
    color: #181f38 !important;
}

.beige {
    background: #fcf2e3;
}

.beige-text {
    color: #fcf2e3 !important;
}

.beige-dark {
    background: #e5a152;
}

.beige-dark-text {
    color: #e5a152 !important;
}

.bkg-fasilitate-gradient {
    background: rgb(78,179,172);
    background: linear-gradient(159deg, rgba(78,179,172,1) 0%, rgba(50,131,126,1) 100%);
}

.btn-fasilitate {
    font-family: 'Lato';
    background: #4eb3ac;
    color: #ffffff !important;
    font-size: .9em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .0em;
    padding: 10px 30px;
    border-radius: 0px;
    transition: all 0.3s ease 0s;
}    

.btn-fasilitate:hover {
    background: #3f928c !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1)!important;    
    transition: all 0.3s ease 0s;
}

.btn-fasilitate-alt {
    font-family: 'Lato';    
    background: #181f38;
    color: #ffffff !important;
    font-size: .9em;    
    font-weight: 500;
    text-transform: uppercase;    
    letter-spacing: .0em;
    padding: 10px 30px;
    border-radius: 0;
    transition: all 0.3s ease 0s;
}    

.btn-fasilitate-alt:hover {
    background: #3a5074 !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1)!important;    
    transition: all 0.3s ease 0s;
}

.btn-fasilitate-menu {
    font-family: 'Lato';
    background: #4eb3ac;
    color: #ffffff !important;
    font-size: .9em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .0em;
    padding: 6px 30px;
    border-radius: 0px;
    transition: all 0.3s ease 0s;
    margin: 4px 2px;
}    

.btn-fasilitate-menuitem {
    background: #3f928c !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1)!important;    
    transition: all 0.3s ease 0s;
}

.btn-white {
    background: #ffffff;
    color: #22416b !important;
    letter-spacing: .05em;
    padding: 15px 30px !important;
    border-radius: 0;
    transition: all 0.3s ease 0s;
}    

.btn-white:hover {
    background: #fcf2e3 !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1)!important;    
    transition: all 0.3s ease 0s;
}


/*! Header
----------------------------------------------------- */

.header {
    background: url(https://www.asishow.com/media/5487/hero-fasilitate-2.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    padding: 0;
    margin-top: 40px;
}

.header .gradient {
    background: rgb(43,77,96);
    background: linear-gradient(120deg, rgba(30, 54, 68, 0.6) 0%, rgba(22, 30, 44, 0.8) 100%);
}

.hero-body {
    margin: 0;
}


h1.headline {
    font-family: 'Lato';
    font-size: 3em;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0,0,0, 0.25);
    margin-top: 20px;
}



@media screen and (max-width: 780px) {
    .header .row {
        padding: 0 0;
    }
    .header img {
        padding-top: 40px;
    }
    .header .gradient {
        height: auto !important;
    }    
    .header .header-text {
        font-size: 1.9em !important;
    }
    .header .header-text h2.location {
        font-size: .8em;
        margin-top: 30px;
    }
    .header .header-text h2.date {
        font-size: 0.6em;
    }
    .logo-connex {
        width: 300px;
    }
}

.showname {
    font-family: 'Oswald';
    font-size: 4em;
    font-weight: 800;
    letter-spacing: 0.01em;
    color: #fcf2e3;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
}

.bkg-events {
    background: url(https://www.asishow.com/media/5482/bkg-events.jpg );
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;     
}

.bkg-1 {
    background: url(https://www.asishow.com/media/5438/bkg-1.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; 
    min-height: 200px;
}

.bkg-2 {
    background: url(https://www.asishow.com/media/5435/bkg-2.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; 
    min-height: 300px;
}

.bkg-3 {
    background: url(https://www.asishow.com/media/5436/bkg-3.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; 
    min-height: 300px;
}



/*! Submenu
----------------------------------------------------- */
.submenu {
    background: #181f38;
    padding: 0;
}

.submenu .row {
    padding: 25px 0 10px;
}


.section-title {
    font-family: 'Lato';
    font-size: 2em;
    font-weight: 700;
}

.section-title:after
{
    width: 200px;
    content:' ';
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    border: 1px solid #e5a152;
    opacity: 0.5;
}

.section-subhead {
    font-family: 'Playfair Display';
    font-size: 1.5em;
    font-weight: 400;
    color: #243249;
    letter-spacing: 0.01em;
    margin-bottom: 40px;
}

.section-subhead-alt {
    font-family: 'Playfair Display';    
    font-size: 2.3em;
    font-weight: 400;    
    color: #e5a152;
    letter-spacing: 0.01em;
    margin-bottom: 0;
}

.section-subhead-2 {
    font-family: 'Playfair Display';    
    font-size: 1.6em;
    font-weight: 300;
    color: #e5a152;
    margin-top: 30px;
}

h2.location {
    font-family: 'Playfair Display';  
    font-size: 2.4em;
    font-weight: 400;
    color: #e5a152;
    letter-spacing: 0.1em;
    line-height: 1em;
    margin: 0;
    font-variant: small-caps;
}

h2.date {
    color: #ffffff;
    font-size: 1.4em;
    line-height: 1.3em;
}

.lead {
    font-size: 1.25em;
}

.callout-box {
    max-width: 800px;
    font-size: 1.2em;
    font-weight: 300;
    padding: 70px 50px;
    margin: 0 auto;
}

.card-new {
    background: #ffffff;
    color: #333333;
    padding: 20px 30px;
}

.card-header {
    font-weight: 600 !important;
    border-bottom: 0;
}

.card-subhead {
    font-family: 'Lato';
    background: #e5a152;
    color: #ffffff;
    font-size: 1.2em;
    font-weight: 700;
    padding: 8px 10px;
}

.event-date-city {
    font-family: 'Open Sans';
    font-size: 1em;
    font-weight: 300;
}

.event-date-city strong {
    font-size: 1.1em;
    font-weight: 600;
}

.desclaimer-text {
    font-size: .8em;
    color: #eeeeee;
    padding: 20px 70px 10px;
}



.fasilitate-format .card {
    margin-bottom: 20px;
}

.fasilitate-format .card .card-body p {
    font-size: .9em;
    line-height: 1.4em;
    padding: 0;
    margin-bottom: 8px;
}

.footnote {
    font-size: .9em;
    color: #181f38;
}

h4.modal-title {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1;
}

.table-participating {
    background: #ffffff !important;
    text-align: left;
}

.table-participating td {
    font-size: .9em;
    padding: 0.8rem;
}

.table-subhead td {
    font-family: 'Lato';
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
}

.accordion .card-header {
    background-color: #4eb3ac;
    padding: 0;
}

.accordion .card-header .btn-link {
    font-size: .5em;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
}

.card-header .btn[aria-expanded=true] {
    color: #222222 !important;
}

.accordion .card {
    background: #1d283a;
    padding: 12px 12px 0;
    border: 0;
}

.accordion .card:last-child {
    padding-bottom: 12px;
}

.accordion .card-body {
    background: #243249;
    font-size: .9em;
    font-weight: 300;
    color: #fcf2e3;
    padding: 10px 12px 10px;
}

.accordion .card-body p {
    padding: 0;
}

@media screen and (max-width: 780px) {
    section {
        padding: 50px 0;
    }    
    h2.location {
        font-size: 1.7em;
    }
    h2.date {
        font-size: 1.2em;
    }
    .lead {
        font-size: 1.1em;
    }
    .callout-box {
        max-width: 100%;
        font-size: 1.2em;
        font-weight: 300;
        padding: 70px 0px;
        margin: 0 auto;
    }
    .section-subhead {
        font-size: 1.9em;
    }
    .section-subhead-alt {
        font-size: 2em;
    }
    .accordion .card-header .btn-link {
        font-size: 0.5em;
    }
    .accordion .card-body {
        font-size: 1em;
    }
    .desclaimer-text {
        font-size: 0.6em;
        padding: 10px 5px;
    }
}


.light-teal {
    background: #cfe7e5;
}






.fasilitate-testimonials {
    position: relative;
    text-align: center;
}

.fasilitate-testimonials h2 {
    font-size: 30px;
    text-align: center;
    color: #333;
    margin-bottom: 50px;
}
.fasilitate-testimonials .owl-stage-outer {
    padding: 30px 0;
}
.fasilitate-testimonials .owl-nav {
    display: none;
}
.fasilitate-testimonials .owl-dots {
    text-align: center;
}
.fasilitate-testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid #4eb3ac;
    margin: 0 5px;
}
.fasilitate-testimonials .owl-dots .active {
    box-shadow: none;
}
.fasilitate-testimonials .owl-dots .active span {
    background: #4eb3ac;
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}
.fasilitate-testimonials .card {
    background: #ffffff;
    box-shadow: 1px 1px 5px rgba(0,0,0,.05) !important;
    margin: 0 20px;
    border-radius: 10px;
    border: 0;
    overflow: hidden;
    transition: all 0.2s ease 0s;
}
.fasilitate-testimonials .card:hover {
    box-shadow: 0 8px 20px -4px #95abbb;
    transform:scale(1.05);
}

.fasilitate-testimonials .card-header {
    font-family: 'Lato', 'Helvetica Neue', Arial,sans-serif;
    background: #4eb3ac;
    font-size: .8em;
    font-weight: 300;
    color: #f2f2f2;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-bottom: 0px;
}


.fasilitate-testimonials .card h3.testimonials-name{
    color: #4eb3ac;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 0;
    margin-top: 10px;
    margin-bottom: 2px;
}

.fasilitate-testimonials .card h3.testimonials-company {
    color: #222222;
    font-size: .9em;
    font-weight: 400;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

..fasilitate-testimonials .card p.testimonials-asino {
    color: #666666;
    font-size: .8em;
    line-height: 1;
}

.fasilitate-testimonials .card p {
    color: #484f5d;
    font-size: .95em;
    font-weight: 300;
    line-height: 1.4em;
}

.fasilitate-testimonials .center h5 {
    font-size: 24px;
}
.fasilitate-testimonials .center h5 span {
    font-size: 20px;
}
.fasilitate-testimonials .center .card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
}
@media (max-width: 767px) {
    .fasilitate-testimonials {
        margin-top: 20px;
   }
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    outline: 0;
}
.owl-carousel button.owl-dot {
    outline: 0;
}


.faqs h2 {
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 0px;
}

.faqs h2:first-child {
    margin-top: 0;
}

.faqs p {
    font-size: .9em;
    padding: 0;
    margin-bottom: 6px;
}


.contact-name {
    font-family: 'Lato';
    font-size: 1.4em;
    font-weight: 700;
    padding: 0;
    margin-bottom: 0 !important;
}

.contact-title {
    padding: 0 !important;
    margin: 0 0 5px;
}

.contact-contact {
    padding-top: 0;
    padding-bottom: 10px;
}

.footer {
    background: #181f38;
    color: #999999;
    font-size: 1em;
    padding: 0px 0 20px;
    text-align: center;
}

.footer a {
    color: #999999;
}

.footer a:hover {
    color: #f2f2f2;
}