:root{
	--asis-orange: #F26E36;
    --asis-green: #286D44;
    --asis-green-light: #71AE80;
    --asis-green-dark: #294343;
    --asis-brown: #6B4342;
    --asis-burgundy: #9C3234;
    --asis-black: #313335;
    --asis-black-2: #656565;
	--asis-peach: #ffebcd;
	--asis-blue: #15b3d6;
	--asis-facebook: #4267B2;
	--asis-instagram: #E1306C;
	--asis-twitter: #00acee;
	--asis-youtube:  #c4302b;
	
	/** fonts **/
	--font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	--font-family-museo: "Museo Sans", sans-serif;
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
	--font-family-headers: 'Barlow', sans-serif;
	--font-family-pt: 'PT Sans Narrow', sans-serif;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: var(--font-family-museo);
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,.title, .heading{font-family: var(--font-family-pt); font-weight: 700;}
.text-right{text-align: right;}
.text-left{text-align: left;}
.main{
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
}
.hpad-xl{padding-top: 6.75rem;padding-bottom: 6.75rem;}
.hpad-lg{padding-top: 5.75rem;padding-bottom: 5.75rem;}
.hpad-md{padding-top: 4.25rem;padding-bottom: 4.25rem;}
.hpad-sm{padding-top: 2.75rem;padding-bottom: 2.75rem;}
.hpad-xs{padding-top: 2rem;padding-bottom: 2rem;}
.hpad-no-btm{padding-bottom: 0 !important;}
.hpad-no-top{padding-top: 0 !important;}

.hmag-xl{padding-top: 6.75rem;padding-bottom: 6.75rem;}
.hmag-lg{padding-top: 5.75rem;padding-bottom: 5.75rem;}
.hmag-md{padding-top: 4.25rem;padding-bottom: 4.25rem;}
.hmag-sm{padding-top: 2.75rem;padding-bottom: 2.75rem;}
.hmag-xs{padding-top: 2rem;padding-bottom: 2rem;}
.hmag-no-btm{padding-bottom: 0 !important;}
.hmag-no-top{padding-top: 0 !important;}

.vpad-xl{padding-left: 6.75rem;padding-right: 6.75rem; margin: 0 auto;}
.vpad-lg{padding-left: 5.75rem;padding-right: 5.75rem; margin: 0 auto;}
.vpad-md{padding-left: 4.25rem;padding-right: 4.25rem; margin: 0 auto;}
.vpad-sm{padding-left: 2.75rem;padding-right: 2.75rem; margin: 0 auto;}
.vpad-xs{padding-left: 2rem;padding-right: 2rem; margin: 0 auto;}
.vpad-no-right{padding-right: 0 !important;}
.vpad-no-left{padding-left: 0 !important;}



img.lazy{
    width: 100%;
    min-height: 200px;
    height: auto;
    display: block;
    background: #f6f9ff;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.about-asis-img img{
    margin-bottom: 8px;
}
/**
.main::-webkit-scrollbar {
  width: 17px;
}
.main::-webkit-scrollbar-track {
  background: #fafafa;
}

.main::-webkit-scrollbar-thumb {
  background: #d1d1d1;
}
.main::-webkit-scrollbar-thumb:hover {
  background: #9a9a9a;
}
**/
.container {
    margin: 0 auto;
}
.section{
	position: relative;
	display: inline-block;
	width: 100%;
	min-height: 1px;
	margin:0;
	padding: 65px 0;	
}
.bg-grey-light{
	background: #fefdfe;
}
.bg-grey{
	background: #f5f4f5;
}
.header-dark:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 65%);
    position: absolute;
    top: 0;
    left: 0;
}
footer.site-footer{
    display: none !important;
}

.shape-svg {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    z-index: 1;
}
.event-rider .section-title .pre-title{
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    color: var(--asis-blue);
}
.event-rider .section-title .main-title{
    font-weight: 700;
    font-size: 46px;
    margin: 15px 0  30px;
    color: #0e0e1f;
    line-height: 1.2;
    letter-spacing: -0.5px;
}
.event-rider .section-title .about-subtext {
    display: flex;
    font-weight: 600;
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111537;
    margin: 0 0 10px;
    padding: 0;
}
.event-rider .section-title .about-subtext i{
    font-size: 28px;
    margin: 0 10px 0 0;
    color: var(--asis-blue);
}
/** SLIDER  **/
.slider {
    padding-top: 145px;
    color: #fff;
    width: 100%;
    height: 100%;
    position: relative;
}
.slider-wrapper{
	position: relative;
    width: 100%;
    height: 100vh;
    margin-top: -45px;
}
.slider .slider-content {
	position: absolute;
    width: 100%;
    z-index: 2;
    color: #fff;
    margin-top: 0;
    top: 150px;
    left: 0;
}
.slider .slider-slide {
    z-index: -1;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    transition: opacity 1s ease-in-out;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
}
.slider-content-inner {
    z-index: 999;
    margin-top: 150px;
}
.slider-content-inner h3 {
    font-weight: bold;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    color: #FFFFFF;
}
.slider-content-inner p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #FFFFFF;
    margin-top: 15px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    clip-path: none;
}
.slider .slider-slide.show {
    opacity: 1;
}

/** Header Breadcrumb **/
.header-bc{
	width: 100%;
    margin: 0;
    display: inline-block;
    position: relative;
    padding: 0;
    min-height: 95vh;
	
	background-image: url(images/home-slider/slider-1.png);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
}
.header-bc .header-bc-wrap{
	display: inline-block;
    position: relative;
    padding: 240px 0 100px;
	width: 100%;
}
.header-bc .header-bc-wrap .header-bc-content{
	display: inline-block;
    position: relative;
	width: 100%;
	padding:0 10%;
}
.header-bc-content h2{
	font-size: 60px;
    font-weight: 700;
    margin: 0 0 40px;
	color: #ffffff;
}
.header-bc-content p{
	font-size: 17px;
    font-weight: 500;
    margin: 0;
	color: #ffffff;
}
.breadcrumbs{
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 15px 25px;
}
.breadcrumbs a{
    position: relative;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-decoration: none;
    margin: 0 15px;
    font-size: 18px;
    transition: all ease .3s;
}
.breadcrumbs a:after{
    content: '/';
    position: absolute;
    font-size: 20px;
    color: #ffffff;
    top: -3px;
    right: -22px;
}
.breadcrumbs a:last-child:after{
    display: none;
}
.breadcrumbs a:hover, .breadcrumbs a.active{
    color: var(--asis-orange);
    transition: all ease .3s;
}

/** Progress Bar **/
.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px var(--asis-instagram);
    opacity: 0;
    visibility: hidden;
    transform: translateX(130%);
    z-index: 99;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.progress-wrap i{
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 24px;
    text-align: center;
    color: var(--asis-instagram);
    padding: 0;
    margin: 0;
}

/* Testimonial */
.testimonial-section .container{
    position: relative;
}
.testimonial-section .container .section-icon-bg{
    position: absolute;
    width: 200px;
    right: 0;
    opacity: 0.2;
}
.testimonial-section .container .section-icon-bg i{
    font-size: 200px;
}
.testimonial-section .testimonial-wrap .testimonial{
    display: inline-block;
    width: 100%;
    position: relative;
    margin:0 0 40px;
}
.testimonial-section .testimonial-wrap .testimonial .testimonial-image{
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    top: 0;
    left: 0;
    box-shadow: 0 0 15px 0 rgb(12 12 38 / 15%);
}
.testimonial-section .testimonial-wrap .testimonial .testimonial-image img{
    width: auto;
    height: 100%;
    border-radius: 50%;
    overflow:hidden;
    transition: all ease-in .3s;
    transform: scale(1);
}
.testimonial-section .testimonial-wrap .testimonial:hover .testimonial-image{
    overflow: hidden;
    border-radius: 50%;
    transition: all ease-in .3s;
}
.testimonial-section .testimonial-wrap .testimonial:hover .testimonial-image img{
    transition: all ease-in .3s;
    transform: scale(1.1);
}
.testimonial-section .testimonial-wrap .testimonial .testimonial-content{
    display: inline-block;
    padding: 35px 20px 20px 50px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 3%);
    transition: all ease-in .3s;
    margin: 35px 0 0 65px;
}
.testimonial-section .testimonial-wrap .testimonial:hover .testimonial-content{
    box-shadow: 0 0 20px 1px rgb(12 12 48 / 25%);
    transition: all ease-in .3s;
}
.testimonial-section .testimonial-wrap .testimonial .testimonial-content .text{
    position: relative;
    line-height: 1.4;
    font-size: 15px;
    width: 100%;
    margin: 0;
    padding-bottom: 10px;
    color: var(--asis-black);
    border-bottom: 1px solid #e7e8e9; 
}
.testimonial-section .testimonial-wrap .testimonial .testimonial-content .author{
    position: relative;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0 0;
    color: var(--asis-black);
}
.testimonial-section .testimonial-wrap .testimonial .testimonial-content .author span{
    display: block;
    margin: 5px 0 0 0;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
}

/** NAVBAR **/
nav .container{
    max-width: calc(100% - 80px);
}
.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    height: 105px;
    background: #008b94;
    padding: 10px 0;
    display: inline-block;
    transition: all ease-in .3s;
}
.navbar.affix{
	position: fixed;
    top: 0;
    left: 0;
    transition: all ease-in .2s;
    background: #ffffff;
    padding: 5px 0;
    box-shadow: 0 5px 3px 0px rgb(0 0 0 / 25%);
}
.navbar-brand img{
	width: auto;
	height: 75px;
}
.navbar .navbar-brand .affix-logo{
	display: none;
}
.navbar .navbar-brand .main-logo{
	display: block;
}
.navbar.affix .navbar-brand .affix-logo{
	display: block;
}
.navbar.affix .navbar-brand .main-logo{
	display: none;
}
.affix .navbar-brand img {
    margin-top: -6px;
}
.navbar-nav li{
    padding: 0 20px 0 0;
}
.navbar-nav li:first-child{
	padding: 0 20px 0 0;
}
.navbar-nav li:last-child{
	padding: 0 0 0 20px;
}

.nav-link {
    font-weight: 600;
    font-size: 15px;
    line-height: 143%;
    letter-spacing: 0;
    color: #FFFFFF;
	transition: all ease-in .2s;
}
.nav-link:hover, .nav-link:focus, .nav-link.active, .affix .nav-link.active, .affix .nav-link:hover{
	color: var(--asis-orange);
	transition: all ease-in .2s;
}
.affix .nav-link{
	color: var(--asis-black);
	transition: all ease-in .2s;
}
.nav-item.has-children{
    margin-right: 15px;
    position: relative;
}
.nav-item.has-children a:before{
    content: "▼";
    position: absolute;
    right: 5px;
    top: 9px;
    color: #ffffff;
    font-size: 12px;
}
.affix .nav-item.has-children a:before {
    color: var(--asis-black);
}
.nav-item.has-children a.active:before{
    color: var(--asis-orange);
}
.nav-item.has-children .sub-menu a:before {
    display: none;
}
.nav-item.has-children .sub-menu{
    width: 250px;
    position: absolute;
    background: #ffffff;
    padding: 20px;
    left: 0px;
    top: 62px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 3px 15px -1px rgb(0 0 0 / 20%);
    transition: all ease-in .2s;
}
.nav-item.has-children:hover .sub-menu{
    top: 55px;
    opacity: 1;
    visibility: visible;
    transition: all ease-in .2s;
}
.nav-item.has-children .sub-menu li{
    display: block;
    padding: 0;
    text-align: left;
    width: auto;
    line-height: 35px;
}
.nav-item.has-children .sub-menu li a{
    line-height: 38px;
    white-space: break-spaces;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--asis-black);
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: var(--asis-orange);
}
.navbar-toggler-icon i{
    margin: 15px 0 0 25px;
}

/** Home Hero Slider **/
.btn{
	font-weight: bold;
    font-size: 16px;
    line-height: 42px;
    letter-spacing: 0;
	padding: 0 35px;
	box-shadow: none;
	outline: none;
}
.btn-outline-register {
    border-radius: 0px;
    border: 1px solid #fff;
    background: transparent;
    font-weight: bold;
    font-size: 16px;
    line-height: 42px;
    letter-spacing: 0;
    color: #FFFFFF;
	padding: 0 35px;
	transition: all ease-in .2s;
}
.btn-outline-register:hover {
    color: #fff;
	border-color: var(--asis-orange);
	background: var(--asis-orange);
	border-radius: 4px;
	transition: all ease-in .2s;
}
.affix .btn-outline-register{
	border-color: var(--asis-green);
	background:  var(--asis-green);
	border-radius: 4px;
	transition: all ease-in .2s;
}
.affix .btn-outline-register:hover{
	border-color: var(--asis-orange);
	background:  var(--asis-orange);
	transition: all ease-in .2s;
}
.btn-see-more {
    background-color: var(--asis-orange);
    color: #fff;
    height: auto;
    width: auto;
    padding: 15px 35px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    color: #FFFFFF;
    border-radius: 4px;
    margin-top: 35px;
	transition: all ease-in .2s;
}
.btn-see-more:hover, .btn-see-more:focus {
    background-color: var(--asis-green);
    color: #ffffff;
    box-shadow: none !important;
    transition: all ease-in .2s;
}
.bottom-slider-section {
    position: relative;
    height: auto;
    margin-top: -40px;
    background-color: #286D44;
    padding: 65px 0 0;
    clip-path: polygon(0 4%, 100% 0%, 100% 100%, 0% 100%);
}
.bottom-img {
    position: absolute;
    right: 0;
    top: 10%;
}
.bottom-slider-section p {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0;
    color: #FFFFFF;
}
.bottom-slider-section h3 {
    font-weight: 800;
    font-size: 33px;
    line-height: 44px;
    letter-spacing: 0;
    color: #FDFFFD;
    padding-top: 11px;
}
.sub-text {
    font-size: 18px !important;
    line-height: 25px !important;
    letter-spacing: 0 !important;
    color: #FFFFFF;
}
.countdown{
	position: relative;
    width: 100%;
    display: inline-block;
    margin: 15px 0;
    list-style: none;
    padding: 0;
}
.countdown li{
	position: relative;
    display: inline-block;
    padding: 40px 20px 40px;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0px;
    margin: 15px 15px 35px;
    width: 125px;
}
.countdown li:first-child{
    background: var(--asis-youtube);
}
.countdown li:last-child{
    background: var(--asis-blue);
}
.countdown li:nth-child(2){
    background: var(--asis-green);
}
.countdown li:nth-child(3){
    background: var(--asis-burgundy);
}
.countdown li span{
	/**font-size: 48px;**/
	font-size: 40px;
	font-weight: 700;
	margin: 0;
	color: #ffffff;
	display:block;
}
.flex{
    display: flex;
}
.flex-column{flex-direction: column;}
.reg-text{
    font-size: 21px;
    font-weight: 600;
}
.btn-light{
    background: var(--asis-orange);
    color: #ffffff;
    line-height: 1;
    margin: 15px 0;
    outline: none; 
    box-shadow: none;
    padding: 14px 34px;
    border-radius: 0;
    text-decoration: none;
    transition: all ease-in .3s;
    display: inline-block;
}
.btn-light:hover{
    background: linear-gradient(to right, var(--asis-orange) 50%, white 50%);
    background-size: 198% 100%;
    background-position: right bottom;
    color: var(--asis-black);
    transition: all ease-in .3s;
}
.btn-outline{
    border: 3px solid var(--asis-orange);
    padding: 15px 45px;
    line-height: 1;
    background: #ffffff;
    border-radius: 0;
    margin:15px 0;
    outline: none;
    box-shadow: none;
}
.btn-outline:hover, .btn-outline:focus{
    border: 3px solid var(--asis-orange);
    background: linear-gradient(to right, white 50%, var(--asis-orange) 50%);
    background-size: 198% 100%;
    background-position: right bottom;
    transition: all .3s ease-out;
    color: #ffffff;
}
.nav-item .btn-outline{
    border-color: #ffffff;
    border-width: 2px;
    color: #ffffff;
    background: transparent;
    margin: 0;
    padding: 13px 35px;
}
.nav-item .btn-outline:hover{
    border-width: 2px;
}

.affix .nav-item .btn-outline{
    border-color: var(--asis-orange);
    border-width: 2px;
    color: var(--asis-black);
    background: transparent;
    margin: 0;
    padding: 13px 35px;
}
.affix .nav-item .btn-outline:hover{
    border-width: 2px;
    background: linear-gradient(to right, white 50%, var(--asis-orange) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    color: #ffffff;
}

.hero-event-details{
	padding: 65px 0 65px;
	position: relative;
	display:inline-block;
	width: 100%;
}
.hero-event-details .event-detail-item .title-main span{
    font-weight: 900;
}
.hero-event-details .event-detail-item .title-main{
    font-weight: 600;
    padding: 11px 0 0;
    line-height: 35px;
    letter-spacing: 0.35px;
}
.more-speakers .btn{
    color:  var(--asis-orange);
    border: 2px solid var(--asis-orange);
    background: #ffffff;
    border-radius: 5px;
}
.more-speakers .btn:hover{
    color:  #ffffff;
    border: 2px solid var(--asis-orange);
    background: var(--asis-orange);
    border-radius: 5px;
}

/* HIGHLIGHT SECTION */
.highlight-section {
    background: #F2EBDB;
    padding: 85px 0 65px;
}

.highlight-container {
    padding: 0px;
    width: 100%;
    display: inline-block;
    position: relative;
}
.highlight-container h3 {
    font-weight: 600;
    font-size: 33px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #B95320;
	margin-bottom: 45px;
}
.highlight-card-section {
    position: relative;
    margin-top: -70px;
    padding: 0;
}
.highlight-card {
    background: #6B4342;
    padding: 40px 25px;
    text-align: left;
    height: auto;
    width: 16.67%;
}
.h-mobile {
    width: 100% !important;
    padding: 30px;
}
.highlight-card .icon-wrap{
	width: 100%;
	position: relative;
	display: inline-block;
	height: 90px;
	overflow: hidden;
}
.highlight-card .icon-wrap img{
	width: auto;
	height: 80px;
}
.highlight-card .icon-wrap i{
    font-size: 85px;
    color: #ffffff;
}
.highlight-card h3 {
    font-weight: 800;
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #FFFFFF;
    margin-top: 0;
}
.highlight-card h3 span.count{
	font-size: 36px;
}
.highlight-card h3 .span-text {
    font-weight: 400;
    font-size: 17px;
    display: block;
    line-height: 1.3;
}
.h-1 {
    background: #6B4342;
}
.highlight-card:nth-child(2),
.h-2 {
    background: #9C3234;
}
.highlight-card:nth-child(3),
.h-3 {
    background: #F26E36;
}
.highlight-card:nth-child(4),
.h-4 {
    background: #71AE80;
}
.highlight-card:nth-child(5),
.h-5 {
    background: #286D44;
}
.highlight-card:nth-child(6),
.h-6 {
    background: #294343;
}



/* CTA SECTION */
.section-cta{
	position: relative;
	width: 100%;
	display: inline-block;
	margin:0;
	padding: 45px 0;
	background: var(--asis-green-light);
}
.section-cta .cta-title h2{
	font-weight: 600;
	font-size: 40px;
	color: #ffffff;
	margin: 0 0 10px;
	line-height: 1.3;
}
.section-cta .cta-title p{
	font-size: 16px;
	font-weight: 500;
	margin:0;
	line-height: 1.3;
	color: #ffffff;
}
.section-cta .cta-title p small{
	font-size: 13px;
	margin-top: 10px;
	display: block;
}
.btn-cta{
	padding: 15px 35px;
    border: 1px solid var(--asis-orange);
    background: var(--asis-orange);
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    border-radius: 4px;
	line-height:1;
    position: relative;
    display: inline-block;
    margin-top: 30px;
	transition: all ease-in .2s;
}
.btn-cta:hover, .btn-cta:focus{
	border-color: var(--asis-green);
    background: var(--asis-green);
    color: #ffffff;
	box-shadow: none !important;
    transition: all ease-in .2s;
}


/* SPEAKERS SECTION */
#speaker-section {
    padding: 0px 0px 120px 0px;
}
.speaker-container .header-text {
    font-weight: 800;
    font-size: 33px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #158937;
    padding-bottom: 40px;
}
.speaker-name {
    font-weight: 800;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: -0.02em;
    color: #635151;
}
.speaker-about {
    font-size: 17px;
    line-height: 155.5%;
    letter-spacing: -0.04em;
    color: #635959;
    padding: 10px 0px;
    font-weight: 300;
}
.second-speaker-row {
    padding-top: 80px;
}


/* ABOUT SECTION */
.about-section {
    
}
.border-title, .border-title-2{
	position: relative;
	z-index: 1;
	padding-bottom: 0;
}
.border-title:after, .border-title-2:after{
	content: "";
    width: 100px;
    height: 8px;
    background: var(--asis-green-light);
    position: absolute;
    left: 1px;
    bottom: 3px;
    opacity: 0.5;
    z-index: 0;
}
.text-center .border-title:after, 
.text-center .border-title-2:after,
.justify-content-center .border-title:after, 
.justify-content-center .border-title-2:after {
    bottom: 0px;
    left: calc(50% - 50px);
}
.border-title-2:after{
	background: var(--asis-orange);
	opacity: 0.3;
}
.about-container {
    padding: 40px 0px 0;
}
.about-header-text {
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 15px;
    letter-spacing: 0;
    color: var(--asis-black);
}
.about-subtext {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #111537;
    padding: 0 0 35px;
}
.about-us-text {
    font-size: 17px;
    line-height: 155.5%;
    letter-spacing: -0.04em;
    color: #635959;
    padding-bottom: 80px;
    width: 90%;
    text-align: left;

}
.read-more-link {
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 155.5%;
    letter-spacing: -0.04em;
    color: #B92525;
}
.read-more-link:hover {
    color: #B92525;
}
.show-more{
	display: none;
	border-top: 1px solid #e8e8e8;
	padding-top: 10px;
}
.show-more.show{
	display:inline-block;
}


/* WHY ATTEND SECTION */
#why-attend-section {
    background: #E5F7E9;
}
.why-attend-container {
    padding: 80px 0px;
}
.why-attend-wrap{
	position:relative;
}
.why-attend-card-header {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0;
	transition: all ease-in .1s;
}
.why-attend-card-text {
    font-size: 17px;
    line-height: 155.5%;
    letter-spacing: -0.04em;
    font-weight: 300;
    padding-bottom: 50px;
	transition: all ease-in .1s;
}
.why-attend-card{
	position: relative;
	width: 100%;
	display: inline-block;
	padding: 35px 25px;
	transition: all ease-in .1s;
}
.why-attend-card .overlay-text{
	display:none;
	margin-top: 300px;
    transition: all ease-in .1s;	
}

.why-attend-card:hover{
    position:absolute;
    top: 0;
    left: 0;
	background: #ffffff;
	box-shadow: 5px 6px 3px -1px rgb(0 0 0 / 25%);
	transition: all ease-in .1s;
	z-index: 5;
	overflow:hidden;
}
.why-attend-card .icon-wrap{
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 0 0 30px;
}
.why-attend-card .icon-wrap i{
	font-size: 90px;
	color: var(--asis-black);
}
.why-attend-card:hover .icon-wrap{
   position: absolute;
   right: -10px;
   top: 0;
   margin:0;
   width: auto;
   height: auto;
}
.why-attend-card:hover .icon-wrap i{
    font-size: 250px;
    color: rgb(0 0 0 / 7%);
}
.why-attend-card:hover .why-attend-card-header{
	transition: all ease-in .1s;
}
.why-attend-card:hover p{
	display: none;
	transition: all ease-in .1s;
}

.why-attend-card:hover  p.overlay-text{
	display:inline-block;
	margin: 25px 0 0 0;
    font-size: 14px;
	transition: all ease-in .1s;
}
.partners-sponsors{
	background: var(--asis-peach);
}


/* PRE REGISTER SECTION */
#pre-register-section {
    background-image: url(../images/pre-register-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
	position:relative;
}
#pre-register-section:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left:0;
	background: rgb(12 12 21 / 80%);
}
#pre-register-section .container{
	position: relative;
	z-index: 2;
}                                                                                                                                                           
.pre-register-container {
    padding: 70px 0px;
	position: relative;
}
.pre-register-header-text {
    font-weight: bold;
    font-size: 30px;
    line-height: 143%;
    letter-spacing: 0;
    color: #FFFFFF;
}
.pre-register-container .register-info{
	display: block;
	margin:15px 0 35px;
}
.pre-register-container .register-info p{
	color: #ffffff;
}
.form-wrapper input {
    height: 52px;
    width: 100%;
    border-radius: 0;
	box-shadow: none !important;
	margin-bottom: 5px;
}
.form-wrapper input::placeholder {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #786F6F;
}
.btn-submit {
    background-color: var(--asis-orange) !important;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    line-height: 52px;
    letter-spacing:0;
    color: #FFFFFF;
    border-radius: 4px;
    margin-top: 30px;
}
.btn-submit:focus, .btn-submit:hover{
	box-shadow: none !important;
	background-color: var(--asis-green) !important;
	outline-color: var(--asis-orange);
}


/* DOWNLOAD SECTION */
#download-event {
    background: #FDF3E7;
}
.download-event-container {
    padding: 60px 0px;
}
.download-text {
    font-weight: 800;
    font-size: 24px;
    line-height: 143%;
    letter-spacing: -0.02em;
    color: #B92525;
}
.download-btn {
    height: 53px;
    width: 172px;
    background: #F18C34;
    font-weight: 1000;
    font-size: 20px;
    line-height: 143%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    border-radius: 0px;
}
/* PARTNERS SECTION */
.partners-sponsors-container {
    padding: 80px 0px 0px;
}


/* sponsorship-section */
#sponsorship-section{
    background-image: url(../images/sponsor-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 566px;
    clip-path: polygon(0 0%, 100% 0%, 100% 80%, 0% 100%);
    position: relative;
}
.asis-text {
    font-weight: 800;
    font-size: 33px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    padding-top: 182px;
    z-index: 999;
}
.overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
    clip-path: polygon(0 0%, 100% 0%, 100% 84.3%, 0% 100%);
}
.sponsors-wrap{
	position: relative;
    width: 100%;
    padding: 60px 0 0;
    margin: 0;
    display: inline-block;
    overflow: hidden;
}
.sponsor{
	position: relative;
	padding: 0 5px;
	margin-bottom: 25px;
}
.sponsor a{
	width: 100%;
	height: 100%;
	position: relative;
	display: inline-block;
}
.sponsor img{
	box-shadow: none;
	width:100%;
	margin-top: 5px;
	border-radius: 6px;
	box-shadow: 0 0 18px -1px rgb(0 0 0 / 15%);
	transition: all ease-in .3s;
}
.sponsor img:hover{
    margin-top: -10px;
	box-shadow: 2px 5px 7px 1px rgb(0 0 0 / 25%);
	transition: all ease-in .3s;
}
.sponsors .owl-stage-outer{
	padding: 20px;
}
.sponsor-cta .btn-cta{
	margin-top: 0;
}
.sponsors-group{
    margin: 0 0 20px;
}
.sponsors-container .parent-group{
    margin-bottom: 45px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 25px;
}
.sponsors-container .parent-group:last-child{
    border: 0;
    margin-bottom:10px;
}
#other-asis-section {
    padding-bottom: 100px;
    background: #482928;
    height: 100%;
    margin-top: -114px;
    position: relative;
    clip-path: polygon(0 6%, 100% 0, 100% 100%, 0% 100%);
}
.asis-other-container {
    padding-top: 150px;
}
.asis-header-text {
    font-weight: 800;
    font-size: 28px;
    line-height: 155.5%;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    padding-bottom: 25px;
}
.asis-subtext {
    font-weight: 300;
    font-size: 18px;
    line-height: 155.5%;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    padding-bottom: 20px;
}
/** FOOTER **/
footer{
	background: var(--asis-burgundy);
	background-image: url(/assets/footer.jpg);
	background-size:cover;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: none;
}
footer .footer-top{
	background: rgb(12 12 28 / 95%);
}
footer .copyright{
	background: var(--asis-black);
}
footer .copyright .copyright-wrap{
	position: relative;
	display: inline-block;
	width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
}
footer .copyright .copyright-wrap p{
	color: #ffffff;
	margin: 0;
}
footer .footer-post-credit{
    position: relative;
	display: inline-block;
	width: 100%;
	color: #ffffff;
	padding-bottom: 10px;
}
footer .footer-post-credit small{
    font-size: 11px;
}
footer .footer-post-credit small a{
    color: var(--asis-orange);
    text-decoration: none;
    transition: all ease-in .2s;
}
footer .footer-post-credit small a:hover{
    color: var(--asis-green-light);
    text-decoration: none;
    transition: all ease-in .2s;
}
.agenda-tab-wrapper{
	position: relative;
    display: inline-block;
    width: 100%;
    padding: 25px 0 45px 0;
    margin: 0 0 30px;
	text-align: center;
	overflow: hidden;
}
.agenda-tab-wrapper .nav-tabs{
	display: inline-flex;
	border: 0;
}
.agenda-tab-wrapper .tab-content{
	padding: 50px 0;
}
.agenda-tab-wrapper .nav-tabs .nav-link {
    margin-bottom: 0;
    background: #f1f0f6;
    border: 0;
	padding: 15px 40px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.agenda-tab-wrapper .nav-tabs .nav-link h3{
	font-weight: 700;
	font-size:22.5px;
	color: var(--asis-black);
}
.agenda-tab-wrapper .nav-tabs .nav-link p{
	margin: 0;
	font-size:13px;
	text-transform: uppercase;
	color: var(--asis-black);
}
.agenda-tab-wrapper .nav-tabs .nav-link.active h3, .agenda-tab-wrapper .nav-tabs .nav-link.active p{
	color: #ffffff;
}
.agenda-tab-wrapper .nav-tabs .nav-link.active:hover h3, .agenda-tab-wrapper .nav-tabs .nav-link.active:hover p, 
.agenda-tab-wrapper .nav-tabs .nav-link.active:focus h3, .agenda-tab-wrapper .nav-tabs .nav-link.active:focus p{
	color: #ffffff;
}
.agenda-tab-wrapper .nav-tabs .nav-item{
	margin: 0 5px;
	position: relative;
}
.agenda-tab-wrapper .nav-tabs .nav-link.active:before{
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent var(--asis-orange) transparent transparent;
    position: absolute;
    left: 0;
    bottom: -15px;
    content: "";
    opacity: 1;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.agenda-tab-wrapper .nav-tabs .nav-link.active:hover:before{
	border-color: transparent var(--asis-green) transparent transparent;
}
.agenda-tab-wrapper .nav-tabs .nav-link:focus, 
.agenda-tab-wrapper .nav-tabs .nav-link:hover,
.agenda-tab-wrapper .nav-tabs .nav-link.active:hover{
    background-color: var(--asis-green);
}
.agenda-tab-wrapper .nav-tabs .nav-link:focus p, 
.agenda-tab-wrapper .nav-tabs .nav-link:focus h3,
.agenda-tab-wrapper .nav-tabs .nav-link:hover p,
.agenda-tab-wrapper .nav-tabs .nav-link:hover h3{
	color: #ffffff;
}
.agenda-tab-wrapper .nav-tabs .nav-link.active {
    background-color: var(--asis-orange);
}
.agenda-wrapper{
	display: block;
    border-top: 1px solid #e8e8e8;
    padding: 30px 30px 20px;
    width: 660px;
    margin: 0 auto;
    text-align: left;
}
.agenda-wrapper .agenda{
	width: 100%;
    padding: 15px;
	position: relative;
	display: inline-block;
    margin: 0 0 20px;
	box-shadow: 8px 8px 5px -2px rgb(0 0 0 / 20%);
	transition: all ease-in .3s;
}
.agenda-wrapper .agenda:hover{
	opacity: 0.90;
	box-shadow: 4px 4px 10px -2px rgb(0 0 0 / 35%);
	transition: all ease-in .3s;
}
.agenda-wrapper .agenda .time-slot, .agenda-wrapper .agenda .agenda-title{
	position: relative;
	display: inline-block;
	margin: 0;
	width: 100%;
}
.agenda-wrapper .agenda .time-slot p{
	color: #ffffff;
	font-size:13px;
	margin:0 0 10px;
}
.agenda-wrapper .agenda .agenda-title p{
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
}
.agenda-wrapper .agenda .agenda-speaker p{
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	margin: 0;
 }
 .agenda-wrapper .agenda .agenda-speaker{
	 border-top: 1px solid #ffffffcc;
	 padding-top: 5px;
	 margin-top: 10px;
 }
.agenda-wrapper .agenda .agenda-title p.brief, .agenda-wrapper .agenda .agenda-speaker p.brief{
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
}
.agenda-wrapper .agenda p i{
	margin-right: 7px;
}
.agenda-wrapper .agenda .agenda-tag{
	position: absolute;
	background: #ffffff;
	color: var(--asis-black);
	min-width:80px;
	top: 0;
	right: 0;
	padding: 7px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in .3s;
}
.agenda-wrapper .agenda .agenda-tag p{
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
}
.agenda-wrapper .agenda:hover .agenda-tag{
	visibility: visible;
	opacity: 1;
	transition: all ease-in .3s;
}
.agenda-wrapper .agenda.agenda-completed{
	background-color: var(--asis-burgundy);
	cursor: not-allowed;
}
.agenda-wrapper .agenda.agenda-ongoing{
	background-color: var(--asis-green);
	cursor: pointer;
}
.agenda-wrapper .agenda.agenda-future{
	background-color: var(--asis-blue);
	cursor: pointer;
}


/** Agenda 2 **/

.tab-content-1 .agenda-wrapper{
	width: 100%;
	padding: 30px 0;
}
.tab-content-1 .agenda-wrapper .agenda .time-slot p {
    color: var(--asis-black);
    font-size: 16px;
    margin: 0 0 15px;
}
.tab-content-1 .agenda-wrapper .agenda:hover {
    opacity: 1;
    box-shadow: none;
    border-bottom: 1px solid #e8e9ea;
    background: #fefeff;
    transition: all ease-in .3s;
}
.tab-content-1 .agenda-wrapper .agenda {
    width: 100%;
    padding: 30px 15px;
    position: relative;
    display: flex;
    margin: 0;
    box-shadow: none;
    border-bottom: 1px solid #e8e9ea;
    transition: all ease-in .3s;
}
.tab-content-1 .agenda-wrapper .agenda .agenda-title-wrap{
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 30px;
}
.tab-content-1 .agenda-wrapper .agenda .agenda-title-wrap .agendat-title > *{
    margin: 0;
}
.tab-content-1 .agenda-wrapper .agenda .agenda-speaker {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}
.tab-content-1 .agenda-wrapper .agenda .time-slot, 
.tab-content-1 .agenda-wrapper .agenda .agenda-title {
    position: relative;
    display: inline-block;
    margin: 0;
    width: auto;
}
.tab-content-1 .agenda-wrapper .agenda .agenda-speaker{
    display: flex;
    padding: 20px 0;
    gap:5px;
}
.tab-content-1 .agenda-wrapper .agenda .agenda-speaker .speaker-thumb{
    width: 70px;
    height: 70px;
    border: 2px solid var(--asis-burgundy);
    margin: 0 20px 0 0;
    overflow: hidden;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink:0;
}
.tab-content-1 .agenda-wrapper .agenda .agenda-speaker .speaker-thumb img{
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover
}
.tab-content-1 .agenda-wrapper .agenda .agenda-speaker .speaker-meta-data{
    display: flex;
    position: relative;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
    padding: 0 15px 0 0;
}
.tab-content-1 .agenda-wrapper .agenda .agenda-speaker .speaker-meta-data .speaker-name{
    font-size: 17px;
    font-weight: 600;
    margin:0;
    color: var(--asis-black);
}
.tab-content-1 .agenda-wrapper .agenda .agenda-speaker .speaker-meta-data .speaker-brief{
    font-size: 13px;
    font-weight: 400;
    line-height:1.2;
    margin:0;
    color: var(--asis-instagram);
}

.tab-content-1 .agenda-wrapper .agenda .agenda-itinerary-wrap {
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.tab-content-1 .agenda-wrapper .agenda .itinerary-title{
    padding: 25px 0 0;
    margin:0;
    border-top: 1px solid #f4f6f7;
}
.tab-content-1 .agenda-wrapper .agenda .itinerary-title > *{
    font-family: var(--font-family-museo);
    font-weight: 600;
    margin-bottom: 15px;
}
.tab-content-1 .agenda-wrapper .agenda .itinerary-description{
    width: 100%;
    padding: 25px;
    background: #f8f8f8;
    border-top: 2px solid var(--asis-youtube);
    margin: 15px 0;
    display: inline-block;
}
.tab-content-1 .agenda-wrapper .agenda .row{
    margin: 0;
}
.tab-content-1 .agenda-wrapper .agenda .row.agenda-speaker-wrap{
    margin: 0;
}
.tab-content-1 .agenda-wrapper .agenda .panellists-wrap{
    padding:30px 0;
}

.tab-content-1 .agenda-wrapper .agenda .panellists-wrap .panellist-col{
    padding:0;
}
.tab-content-1 .agenda-wrapper .agenda .panellists-wrap .panellist-col .panellist{
    display: flex;
    gap: 5px;
}
.tab-content-1 .agenda-wrapper .agenda .panellists-wrap .panellist-col .panellist .icon-wrap{
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin:0 15px 0 0;
    border: 2px solid var(--asis-black);
    background: #f3f4f5;
    border-radius: 50%;
    flex-shrink: 0;
}
.tab-content-1 .agenda-wrapper .agenda .panellists-wrap .panellist-col .panellist .icon-wrap i{
    font-size:28px;
    line-height: 60px;
}
.tab-content-1 .agenda-wrapper .agenda .panellists-wrap .panellist-col .panellist .panellist-meta{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tab-content-1 .agenda-wrapper .agenda .panellists-wrap .panellist-col .panellist .panellist-meta p{
    margin: 0;
}
.tab-content-1 .agenda-wrapper .agenda .panellists-wrap .panellist-col .panellist .panellist-meta .panellist-desg{
    font-size: 13px;
    line-height:1.2;
    color: var(--asis-instagram);
}


/** FAqs Toggle **/
 #faq .card {
  margin-bottom: 30px;
  border: 0;
}
#faq .card *{
    outline: none !important;
}

 #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

 #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #ffffff;
    color: #222;
    padding: 15px 20px;
}

 #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    float: right;
}
 #faq .card .card-header .btn:focus{
     box-shadow: none !important;
 }

 #faq .card .card-header .btn-header-link.collapsed {
    background: #ffffff;
    color: var(--asis-black);
}

 #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

 #faq .card .collapsing {
  background: #FFE472;
  line-height: 30px;
}

 #faq .card .collapse {
  border: 0;
}

 #faq .card .collapse.show {
  background: #fafbfc;
  line-height: 30px;
  color: #222;
  padding: 30px 20px;
}
 #faq .card .collapse.show .card-body{
     padding:0;
 }
 
 /** tribe-events custom **/
.image-wrapper{
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
}
.image-wrapper > div{
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    object-fit: cover;
    height: 360px;
    border-radius: 15px;
}
.image-wrapper > div > img{
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.section-title{
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0 10%;
}

/* CONTACT-US-SECTION */
.contact-container {
    padding: 80px 0px;
}
.contact-header-text {
    font-weight: 600;
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #ffffff;
}
.contact-text p{
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #ffffff;
}
.contact-text p a {
    text-decoration: none;
    color: #cfcfcf;
    transition: all ease-in .3s;
}
.contact-text p a:hover {
    color: var(--asis-orange);
    transition: all ease-in .3s;
}.social-icons {
   margin-top: 40px;
    width: 300px;
    text-align: left;
}
.social-icons img {
    margin-left: 50px;
}
.social-icons .sic-item{
	width: auto;
	position: relative;
	display: inline-block;
	color: #ffffff;
	transition: all ease-in .3s;
}
.social-icons .sic-item i{
	font-size: 30px;
	margin-right: 20px;
}
.social-icons .sic-item:hover i{
    color: var(--asis-orange);
    transition: all ease-in .3s; 
}
.headline-text{
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
}

 /** SPEAKERS **/
 .speakers-wrapper .speaker{
	 position: relative;
	 width: 100%;
	 overflow: hidden;
	 display: inline-block;
	 margin: 0 0 30px;
	 padding: 0;
 }
 .speakers-wrapper .speaker .image-wrap{
	position: relative;
    width: 100%;
    height: 260px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 0px;
    border: 3px solid var(--asis-burgundy);
    object-fit: cover;
    transition: all ease .4s;	 
 }
  .speakers-wrapper .speaker .image-wrap img{
	 width: 100%;
	 height: 100%;
     object-fit: cover;
	 transition: all ease .4s;
  }
  .speakers-wrapper .speaker:hover .image-wrap img{
	 transform: scale(1.2);
	 transition: all ease .4s;
  }
 .speakers-wrapper .speaker .image-wrap i{
	 display: inline-block;
	 position: absolute;
	 top: calc(50% - 25px);
	 left: calc(50% - 25px);
	 font-size: 30px;
	 width: 50px;
	 height: 50px;
	 border: 1px solid #ffffff;
	 color: #ffffff;
	 line-height: 50px;
	 border-radius: 50%;
	 text-align: center;
	 cursor: pointer;
	 visibility: hidden;
	 opacity: 0;
	 margin-top: 170px;
	 transition: all ease .4s;
 }
 .speakers-wrapper .speaker:hover .image-wrap i{
	 visibility: visible;
	 opacity: 1;
	 margin-top: 0;
	 transition: all ease .4s;
 }
 .speakers-wrapper .speaker .speaker-meta{
	 position: relative;
	 width: 100%;
	 transition: all ease .4s;
	 text-align: center;
 }
 .speakers-wrapper .speaker .speaker-meta h3{
	 font-size: 19px;
	 font-weight: 600;
 }
 .speakers-wrapper .speaker .speaker-meta .designation{
	 font-weight: 600;
	 margin-bottom: 7px;
 }
 .speakers-wrapper .speaker .speaker-meta h3 a{
	 position: relative;
	 width: 100%;
	 height: 100%;
	 display: inline-block;
	 color: var(--asis-black);
	 cursor:pointer;
	 text-decoration: none !important;
}
.speakers-wrapper .speaker:hover .speaker-meta h3 a{
	 color: var(--asis-orange);
}
.speaker-modal .modal-dialog{
	max-width:80%;
}
.speaker-modal .modal-content{
	border-radius: 0;
	height: 560px;
	overflow: hidden;
}
.speaker-modal .modal-content .modal-body{
	padding:0;
	overflow:hidden;
}
.speaker-modal .modal-content .modal-body .btn-close{
	position: absolute;
    right: 15px;
    top: 15px;
	z-index: 99;
}
.speaker-modal .modal-content .modal-body .modal-half{
	display: inline-block;
    width: calc(50% - 5px);
    overflow: hidden;
    vertical-align: top;
	position: relative;
	height:100%;
}
.speaker-modal .modal-content .modal-body .modal-half .content-wrap{
	position: relative;
    width: 100%;
    display: block;
    padding: 40px 30px;
    overflow-y: scroll;
    height: 550px;
}
.speaker-modal .modal-content .modal-body .modal-half.speaker-image img{
	height: 562px;
	width: 100%;
    object-fit: cover;
}
.speaker-modal .modal-content .title-wrapper{
	position: relative;
	display:inline-block;
	width: 100%;
	padding: 0 0 10px;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 35px;
}
.speaker-modal .modal-content .title-wrapper h2{
	font-size: 24px;
    font-weight: 600;
	margin: 0;
}
.speaker-modal .modal-content .title-wrapper h2 span{
	font-size: 15px;
    font-weight: 500;
	display: block;
	margin-top: 10px;
}
.speaker-modal .modal-content .social-icons{
	position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 0;
    border-bottom: 1px solid #e8e8e8;
    margin: 0 0 25px;
    text-align: left;
    
    display: none;
}
.speaker-modal .modal-content .social-icons .social-icon{
	width: 40px; 
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 7px 15px 0 0;
	display: inline-block;
	border-radius: 50%;
    overflow: hidden;
}
.speaker-modal .modal-content .social-icons .social-icon i{
	font-size: 25px;
    height: 40px;
    width: 100%;
    line-height: 40px;
}
.speaker-modal .modal-content .social-icons .social-icon a{
	width: 40px; 
	height: 40px;
	position: relative;
    display: inline-block;
	transition: all ease .3s;
}
.speaker-modal .modal-content .social-icons .social-icon a i{
	color: #ffffff;
	transition: all ease .3s;
}
.speaker-modal .modal-content .social-icons .social-icon.facebook a{
	background: var(--asis-facebook);
}
.speaker-modal .modal-content .social-icons .social-icon.twitter a{
	background: var(--asis-twitter);
}
.speaker-modal .modal-content .social-icons .social-icon.instagram a{
	background: var(--asis-instagram);
}
.speaker-modal .modal-content .social-icons .social-icon.youtube a{
	background: var(--asis-youtube);
}
.speaker-modal .modal-content .social-icons .social-icon a:hover{
	background: var(--asis-orange);
}
.no-padding{
	padding: 0 !important;
}
.spacer{
    position: relative;
    width: 100%;
    height: 20px;
}
.mt-4{
	margin-top: 1.5rem !important;
}
.mt-5{
	margin-top: 2rem !important;
}
.mt-6{
	margin-top: 2.5rem !important;
}
.mt-7{
	margin-top: 3rem !important;
}
.mt-8{
	margin-top: 3.5rem !important;
}
.mt-9{
	margin-top: 4rem !important;
}
.mt-10{
	margin-top: 5rem !important;
}
.mt-11{
	margin-top: 6rem !important;
}

/** REG FORMS **/
.reg-form{
    display:inline-block;    
    width: 100%;
    position: relative;
}
.reg-form label{
    display: none !important;
}
.reg-form .wpforms-field-large{
    width: 100%;
}
.reg-form .wpforms-one-third{
    display: inline-block;
    position: relative;
    width: 33.33%;
    padding: 0 10px;
    margin: 0 0 5px;
}
.reg-form input[type="text"], .reg-form input[type="email"],  .reg-form input[type="number"], .reg-form select{
    outline: none !important;
    height: 52px !important;
    width: 100% !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-bottom: 15px !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #ffffff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}
.reg-form input[type="text"]:focus, .reg-form input[type="email"]:focus,  .reg-form select:focus,
.reg-form input[type="text"]:hover, .reg-form input[type="email"]:hover,  .reg-form select:hover{
    border-color: var(--asis-orange) !important;
}
.reg-form button[type="submit"]{
    border: none !important;
    color: #ffffff !important;
    box-shadow: none !important;
    padding: 0 35px !important;
    margin: 30px 0 0 0 !important;
    border-radius: 4px !important;
}
.reg-form button[type="submit"]:hover, .reg-form button[type="submit"]:focus{
    background: var(--asis-orange) !important;   
    transition: all ease .3s !important;
}
div.wpforms-container .wpforms-form .choices__inner, 
body .iti--allow-dropdown input, body .iti--allow-dropdown input[type=text], 
body .iti--allow-dropdown input[type=tel], body .iti--separate-dial-code input, 
body .iti--separate-dial-code input[type=text], body .iti--separate-dial-code input[type=tel], 
div.wpforms-container .wpforms-form .iti--allow-dropdown input, 
div.wpforms-container .wpforms-form .iti--allow-dropdown input[type=text], 
div.wpforms-container .wpforms-form .iti--allow-dropdown input[type=tel], 
div.wpforms-container .wpforms-form .iti--separate-dial-code input, 
div.wpforms-container .wpforms-form .iti--separate-dial-code input[type=text], 
div.wpforms-container .wpforms-form .iti--separate-dial-code input[type=tel], 
div.wpforms-container-full .wpforms-form .iti--allow-dropdown input, 
div.wpforms-container-full .wpforms-form .iti--allow-dropdown input[type=text], 
div.wpforms-container-full .wpforms-form .iti--allow-dropdown input[type=tel], 
div.wpforms-container-full .wpforms-form .iti--separate-dial-code input, 
div.wpforms-container-full .wpforms-form .iti--separate-dial-code input[type=text], 
div.wpforms-container-full .wpforms-form .iti--separate-dial-code input[type=tel], 
#wpforms-conversational-form-page .iti--allow-dropdown input, 
#wpforms-conversational-form-page .iti--allow-dropdown input[type=text], 
#wpforms-conversational-form-page .iti--allow-dropdown input[type=tel], 
#wpforms-conversational-form-page .iti--separate-dial-code input, 
#wpforms-conversational-form-page .iti--separate-dial-code input[type=text], 
#wpforms-conversational-form-page .iti--separate-dial-code input[type=tel]{
    height:52px;
}
div.wpforms-container-full .wpforms-form .wpforms-one-half, 
div.wpforms-container-full .wpforms-form .wpforms-three-sixths, 
div.wpforms-container-full .wpforms-form .wpforms-two-fourths{
    padding: 0 !important;
}
body .iti--allow-dropdown, 
div.wpforms-container .wpforms-form .iti--allow-dropdown, 
div.wpforms-container-full .wpforms-form .iti--allow-dropdown, 
#wpforms-conversational-form-page .iti--allow-dropdown{
    margin-bottom: 15px;
}
.deal-item{
    display: inline-block;
    position: relative;
    background: #f3f4f2;
    padding: 180px 35px 35px;
    margin: 25px 0;
    overflow: hidden;
    min-width: 200px;
    box-shadow: 0px 0px 35px -1px rgb(0 0 0 / 25%);
    min-height: 240px;
    border-radius: 0 100px 0 0;
    transition: all ease .3s;
}
.deal-item i.sub-icon{
    font-size: 100px;
    position:absolute;
    top:35px;
    right: calc(50% - 50px);
    opacity: 0.3;
    transition: all ease .3s;
}
.deal-item i.main-icon{
    font-size: 50px;
    position:absolute;
    top:-360px;
    right: calc(50% - 25px);
    opacity: 1;
    transition: all ease .3s
}
.deal-item h3{
    font-weight: 600;
    font-size: 24px;
    margin:0;
}
.deal-item h3 a{
    text-decoration: none !important;
}
.deal-item.bg-1{
    background: var(--asis-burgundy);
}
.deal-item.bg-2{
    background: var(--asis-blue);
}
.deal-item.bg-1 *, .deal-item.bg-2 *{
    color: #ffffff;
}
.deal-item:hover{
    margin: 0 0 25px;
    border-radius: 0 0 0 100px;
    box-shadow: 0 0 7px 0px rgb(0 0 0 / 40%)
}
.deal-item:hover i.sub-icon{
    top:300px;
    transition: all ease .3s;
}
.deal-item:hover i.main-icon{
    top:60px;
    right: calc(50% - 25px);
    transition: all ease .3s
}
.deal-item:hover h3{
    margin: -50px 0 0;
    transition: all ease .3s;
}
.app-form-wrap{
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0 0 45px;
    padding: 40px;
    border: 1px solid #f6f7f6;
    background: #fafcfb;
    box-shadow: 0 0 35px 1px rgb(0 0 0 / 15%);
}
.app-form-wrap h2{
    font-size: 28px !important;
    font-weight: 600;
}
.app-form-wrap .wpforms-pagebreak-split{
    border-top: 1px solid #e8e8e8 !important;
    padding-top: 30px !important;
    margin-top: 30px !important;
}
.app-form-wrap div.wpforms-container-full .wpforms-form input[type=submit], 
.app-form-wrap .wpforms-container-full .wpforms-form input[type=submit], 
.app-form-wrap .wpforms-container-full .wpforms-form .wpforms-page-button{
    background: var(--asis-orange) !important;
    border-color: var(--asis-orange) !important;
    color: #ffffff !important;
    height: 52px;
    line-height: 52px;
    padding: 0 35px !important;
    font-size: 16px !important;
    font-weight: 500 important;
    border-radius: 4px;
}
.app-form-wrap div.wpforms-container-full .wpforms-form input[type=submit]:hover, 
.app-form-wrap .wpforms-container-full .wpforms-form input[type=submit]:focus, 
.app-form-wrap div.wpforms-container-full .wpforms-form input[type=submit]:active, 
.app-form-wrap div.wpforms-container-full .wpforms-form button[type=submit]:hover, 
.app-form-wrap div.wpforms-container-full .wpforms-form button[type=submit]:focus, 
.app-form-wrap div.wpforms-container-full .wpforms-form button[type=submit]:active, 
.app-form-wrap div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, 
.app-form-wrap div.wpforms-container-full .wpforms-form .wpforms-page-button:active, 
.app-form-wrap .wpforms-container-full .wpforms-form .wpforms-page-button:focus{
    background: var(--asis-green) !important;
    border-color: var(--asis-green) !important;
}


/*-- Category listing --*/
.post {
  margin: 0 0 60px;
  padding-right: 20px;
}
.post .play-btn.video-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--asis-black);
  padding: 15px 20px;
  color: #fff;
  font-size: 20px;
  transition: all ease .3s;
}

.entry-header .entry-title {
  font-size: 25px;
  font-weight: 900;
  line-height: 32px;
  margin-bottom: 20px;
  word-wrap: break-word;
}
.entry-header .entry-title a {
  color:var(--asis-black);
  transition: all ease .3s;
}
.entry-header .entry-title a:hover {
  color: var(--asis-orange);
  transition: all ease .3s;
}

.author-box {
  padding: 0 70px;
}
.author-box .author-info {
  margin-top: 10px;
}

.post-meta {
  font-size: 13px;
  padding: 20px 0 15px;
  text-transform: uppercase;
  color: #5a5a5a;
  transition: all ease .3s;
}
.post-meta span {
  padding-right: 5px;
  margin-right: 5px;
}
.post-meta span i {
  margin-right: 5px;
  color: var(--asis-orrange);
  font-weight: bold;
}
.post-meta a {
  color: #5a5a5a;
  transition: all ease .3s;
}

.post-footer {
  margin-top: 20px;
}
.post-footer .btn-readmore {
  color: #222;
  font-weight: 700;
}
.post-footer .btn-readmore i {
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.post-footer .btn-readmore:hover {
  color: var(--asis-orange);
  transition: all ease .3s;
}

/* Post body */
.blog a{
    text-decoration:  none;
}
.blog .post-media {
  width: calc(100% - 30px);
  margin: 0 auto 5px auto;
  position: relative;
}
.blog .post-media img {
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.blog .post-body {
  padding: 15px 30px 35px 30px;
  margin: 0 0px 60px;
  -webkit-box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.blog .post-body {
  padding: 150px 30px 35px 30px;
  margin: -130px 0px 60px;
}

/* Pagination */
.pagination {
  margin: 0;
}
.pagination li a,
.pagination li span {
  margin-right: 8px;
  width: 40px;
  height: 40px;
  line-height: normal;
  border: 1px solid #f1f1f1;
  text-align: center;
  display: inline-block;
  color: var(--asis-black);
  border-radius: 3px;
  transition: all ease .3s;
}
.pagination li a i,
.pagination li span i {
  line-height: 40px;
}
.pagination li a i::before,
.pagination li span i::before {
  content: "";
}
.pagination li.active a, .pagination li:hover a {
  color: #fff;
  background: var(--asis-orange);
  transition: all ease .3s;
  border: 1px solid transparent;
}
.pagination li.active a:hover, .pagination li:hover a:hover {
  background: var(--asis-black);
  transition: all ease .3s;
}
.pagination li.pagination-dots {
  margin: 0 15px 0 10px;
}

/*-- Blog single --*/
.post-details .entry-header {
  padding: 0px 80px;
}
.post-details .entry-header .entry-title {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 0;
}
.post-details table td,
.post-details table th {
  border: 1px solid #f1f1f1;
}
.post-details .entry-thumbnail {
  margin: 20px 0 40px;
}
.post-details .entry-thumbnail img {
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
}
.post-details .post-body {
  padding: 30px 70px 0;
}

.blog-single .entry-footer,
.blog-single .blog-post-comment {
  padding-left: 70px;
  padding-right: 70px;
}
.blog-single .post-navigation {
  margin: 0 70px 40px;
}
.blog-single .post-navigation .post-next a,
.blog-single .post-navigation .post-previous a {
  color: var(--asis-black);
  transition: all ease .3s;
}
.blog-single .post-navigation .post-next a:hover,
.blog-single .post-navigation .post-previous a:hover {
  color: var(--asis-orange);
  transition: all ease .3s;
}
.blog-single .post-navigation h3 {
  color: var(--asis-black);
}

.entry-content h3 {
  font-size: 24px;
  color: var(--asis-black);
  font-weight: bold;
}
.entry-content h4 {
  font-size: 22px;
}
.entry-content table {
  margin: 20px 0;
}
.entry-content .page-links {
  color: #5a5a5a;
  margin-left: 5px;
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
}
.entry-content .page-links span {
  display: inline-block;
}
.entry-content .page-links span.page-link {
  color: #5a5a5a;
  margin-right: 5px;
}
.entry-content .page-links a span {
  color: #ffffff !important;
  background-color: var(--asis-black);
  border-color: var(--asis-black);
}
.entry-content .page-links .page-link-text {
  margin-right: 10px;
}
.entry-content p img.alignleft {
  clear: both;
  margin-bottom: 30px;
}

.blog-post-comment h3 {
  font-size: 24px;
}
.blog-post-comment table {
  margin: 20px 0;
}
.blog-post-comment ul,
.blog-post-comment ol {
  margin-bottom: 20px;
}
.blog-post-comment .comment-respond {
  margin-bottom: 40px;
}
.blog-post-comment #comment.form-control {
  height: 100%;
}

#cancel-comment-reply-link {
  float: right;
  color: var(--asis-black);
}
#cancel-comment-reply-link:hover {
  color: var(--asis-black);
}

.single .post-details .entry-thumbnail {
    margin: 20px auto 40px;
}
.single .post-details .post-body {
    padding: 60px 70px;
    margin: 50px auto;
    display: inline-block;
    color: var(--asis-black);
}
.single .post {
    padding-right: 0;
}
.single .post-body p{
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 30px;
}
/* tags list */
.post-tag-container {
  display: inline-block;
}
.post-tag-container span {
  color: #000;
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
}

.tag-lists a,
.wp-block-tag-cloud a,
.tagcloud a {
  border: 1px solid #f1f1f1;
  transition: all ease-in .3s;
  color: #5a5a5a;
  display: inline-block;
  font-size: 14px !important;
  padding: 4px 13px;
  margin-left: 3px;
  border-radius: 25px;
  margin-bottom: 20px;
}
.tag-lists a:hover,
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background: var(--asis-orange);
  transition: all ease-in .3s;
  color: #fff;
  border: 1px solid transparent;
}
.pay-block{
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 35px auto;
    width: 360px;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 0 28px 2px rgb(0 0 0 / 15%);
    border:1px solid #d5d5d5;
    transition :all ease-in .3s;
}
.pay-block .pay-header{
    width: 100%;
    background: var(--asis-blue);
    padding: 35px;
    text-align: center;
    position: relative;
    margin: 0;
}
.pay-block .pay-header h3{
    font-size: 22px;
    color: #ffffff;
    margin: 0 0 15px;
    line-height: 22px;
    font-weight: 600;
}
.pay-block .pay-header .price{
    width: 100%;
    display:inline-block;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin:0 0 10px;
    
}
.pay-block .pay-content{
    width: 100%;
    background: #ffffff;
    padding: 35px 35px 55px;
    text-align: center;
    position: relative;
    margin: 0;
}
.pay-block .description{
    font-size: 15px;
    color: #ffffff;
    display: block;
    position: relative;
}
.payment-slip{
    width: 712px;
    height: 270px;
    background-size: 110% 150%;
    background-position: center;
    background-repeat: no-repeat;
    border-top: 35px solid var(--asis-blue);
    position: relative;
    display: inline-block;
    margin: 40px 0;
    border-radius: 30px;
}
.payment-slip .body-wrap{
    width:100%;
    border:3px solid #d5d5d5;
    border-top:0;
    height: 100%;
    border-radius: 0 0 30px 30px;
    position: relative;
    display: inline-block;
}
.payment-slip .body-wrap .logo-wrap{
    width: 114px;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-right: 3px dotted #d6d6d6;
    display: inline-block;
}
.payment-slip .body-wrap .logo-wrap img{
    transform: rotate(270deg);
    width: 200px;
    height: auto;
    position: absolute;
    top: 90px;
    left: -40px;
    opacity: 0.85;
}
.payment-slip .body-wrap .content-wrap{
    width: 440px;
    height: 100%;
    position: relative;
    border-right: 3px dotted #d6d6d6;
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
}  
.payment-slip .body-wrap .content-wrap .user-meta{
    position: absolute;
    top: -22px;
    z-index: 9999;
    width: 100%;
}
.payment-slip .body-wrap .content-wrap .user-meta table{
    width: 100%;
}
.payment-slip .body-wrap .content-wrap .user-meta table thead th{
    color:#ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}
.payment-slip .body-wrap .content-wrap .user-meta table tbody td{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    padding-top: 7px;
}
.payment-slip .body-wrap .content-wrap .info-box{
    position: relative;
    padding-top: 50px;
}
.payment-slip .body-wrap .content-wrap .info-box h3{
    font-weight: 700;
}
.payment-slip .body-wrap .content-wrap .info-box p.faint{
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    font-style: italic;
    opacity: 0.6;
}
.payment-slip .body-wrap .code-wrap{
    width: 140px;
    height: 100%;
    display:inline-block;
    padding: 0 15px;
    overflow:hidden;
}
.payment-slip .body-wrap .code-wrap img{
    width: 100%;
    height: auto;
    margin-top: 50px;
}
.form-text {
    margin-top: -15px !important;
    margin-bottom: 8px;
    display: block;
    font-size: .775em;
}
.selectize-input {
    min-height: 40px;
}
.selectize-input {
    border: 1px solid #ced4da;
    line-height: 40px;
    border-radius: 0  !important;
}
.selectize-control.single .selectize-input.input-active, 
.selectize-control.single .selectize-input.input-active input {
    cursor: text;
    box-shadow: none;
    border-color: var(--asis-orange);
}
.selectize-dropdown [data-selectable].option.active{
    background: var(--asis-orange);
    color: #ffffff;
}

/** == SWITCH TOGGLE == **/
.form-group .switch {
  position: relative;
  display: inline-block !important;
  width: 60px;
  height: 34px;
}

.form-group .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.form-group .switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.form-group .switch-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.form-group input:checked + .switch-slider {
  background-color: var(--asis-orange);
}
.form-group input + .switch-slider:after{
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.form-group input:focus + .switch-slider {
  box-shadow: 0 0 1px var(--asis-orange);
}
.form-group input:checked + .switch-slider:after{
    content: '\f00c';
    font-family: "Line Awesome Free";
    font-size: 18px;
    position: absolute;
    right: 7px;
    top: 3px;
    font-weight: 900;
    opacity:1;
    color: var(--asis-orange);
    -webkit-transition: opacity ease-in .4s;
    transition:opacity ease-in .4s;
}
.form-group input:checked + .switch-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.form-group .switch-slider.round {
  border-radius: 34px;
}

.form-group .switch-slider.round:before {
  border-radius: 50%;
}
.form-group h5,
.form-group h4,
.form-group h6{
    font-weight: 600;
    margin: 15px 0 7px;
}
iti__flag {background-image: url("../images/flags/flags.png") !important;}
.iti.iti--allow-dropdown{width: 100%;}
.iti__selected-flag{width:50px !important; height: 50px !important;}
body .iti--allow-dropdown input, .js_phone_number, .reg-form input[type="text"].js_phone_number{padding-left: 55px !important;}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container{width:100% !important;}
body .iti__country-list, div.wpforms-container .wpforms-form .iti__country-list, div.wpforms-container-full .wpforms-form .iti__country-list, #wpforms-conversational-form-page .iti__country-list{width:100% !important;}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("../images/flags/flags@2x.png") !important;}
}
.calendar-dropdown{
    width: auto;
    display: inline-flex;
}
.calendar-dropdown .btn {
    font-weight: 400;
}
.calendar-dropdown .dropdown-menu{
    width:100%;
}
.spacer-10, .spacer-20, .spacer-30, .spacer-40, .spacer-10,
.spacer-60, .spacer-70, .spacer-80, .spacer-90, .spacer-100{
    width: 100%;
}
.spacer-10{height: 10px;}
.spacer-20{height: 20px;}
.spacer-30{height: 30px;}
.spacer-40{height: 40px;}
.spacer-50{height: 50px;}
.spacer-60{height: 60px;}
.spacer-70{height: 70px;}
.spacer-80{height: 80px;}
.spacer-90{height: 90px;}
.spacer-100{height: 100px;}

.dlmodal .modal-content {
    border-radius: 10px;   
}
.dlmodal .modal-body {
    padding: 55px 30px 30px;
}
.dlmodal .btn-close{
    position: absolute;
    right: 10px;
    top: 10px;
}
.dlmodal .content-box img{
    margin-top: 30px;
}
.dlmodal .content-box h1{
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0 0;
}
.dlmodal .content-box h2{
    text-transform: uppercase;
    font-weight: 600;
    margin-top: -10px;
}
.dlmodal .content-box div.wpforms-container-full .wpforms-form button[type=submit] {
    background-color: var(--asis-orange);
    border: 1px solid var(--asis-orange);
    color: #ffffff;
    padding: 10px 35px;
    border-radius: 6px;
    transition: all ease-in .3s;
}
.dlmodal .content-box div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background-color: var(--asis-green-dark);
    border: 1px solid var(--asis-green-dark);
    transition: all ease-in .3s;
}
.grecaptcha-badge{
    opacity: 0;
}


/** Lightbox2 **/

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


/** End Lightbox2 **/


/** Gallery **/

.gallery-section .gallery-wrap{
    display: inline-flex;
    overflow: hidden;
    position:relative;
    flex-wrap: wrap;
    gap: 12px;
}
.gallery-section .gallery-wrap .gallery-item{
    display: inline-flex;
    overflow: hidden;
    width: calc(25% - 12px);
    height: 280px;
    margin: 0 0 30px;
    position: relative;
    object-fit: cover;
    padding: 0;
}
.gallery-section .gallery-wrap .gallery-item img{
    height: auto;
    width: 100%;
    object-fit: cover;
}
.gallery-section .gallery-wrap .gallery-item a{
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    text-decoration: none;
}
.gallery-section .gallery-wrap .gallery-item .enlarge{
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    left:0;
    top:0;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in .3s;
}
.gallery-section .gallery-wrap .gallery-item:hover .enlarge{
    visibility: visible;
    opacity: 1;
    background: rgba(65 101 208 / 95%);
    transition: all ease-in .3s;
}
.gallery-section .gallery-wrap .gallery-item .enlarge i{
    font-size: 50px;
    color: #ffffff;
    width: 100%;
}
/** Offerings Table **/
.offerings-table table thead tr th{
    background: var(--bs-pink);
    color: #ffffff;
}
.offerings-table table thead tr th:first-child{
    width: 26%;
    background: transparent;
}
.offerings-table table thead tr th:nth-child(2),
.offerings-table table thead tr th:nth-child(3),
.offerings-table table thead tr th:nth-child(4),
.offerings-table table theadtr th:last-child{
    width:18.5%;
}
.offerings-table table tbody tr th{
    padding: 20px;
    text-align: left;
    background: var(--bs-teal);
    color: var(--asis-black);
}
.offerings-table table tbody tr td{
    padding: 20px;
    text-align: center;
    vertical-align: middle;
}
.offerings-table table th{
    text-align: center;
    vertical-align: top;
}
.offerings-table table thead tr th strong{
    font-size: 21px;
}
.offerings-table table th span{
    display: block;
    font-weight: 400;
    font-size: 13px;
    margin: 10px 0;
    line-height: 1.2;
}
.offerings-table table tbody td .la-check{
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #2cd155;
    font-size: 26px;
}
.offerings-table table tbody td .la-times{
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #dd1616;
    font-size: 26px;
}
.event-tickets .tribe-tickets__form .tribe-tickets__form-field-label .screen-reader-text, 
.event-tickets .tribe-tickets__form label .screen-reader-text,
.tribe-tickets__rsvp-ar-form-guestb > div.tribe-tickets__form > div > label > span.screen-reader-text,
.event-tickets .tribe-tickets__form .screen-reader-text{
    display: none !important;
}

/** End Gallery **/
@media (min-width: 1201px){
    .navbar-expand-lg .navbar-midpoint{display: none !important;}
}

@media (min-width: 992px) and (max-width: 1200px){
    .navbar-expand-lg #navbarSupportedContent{display: none !important;}
    .navbar-midpoint .navbar-nav li:first-child {
        padding: 0 15px 0 0;
    }
    .navbar-midpoint .btn-outline-register{
        padding: 0 25px;
    }
    .slider-content-inner {
        margin-top: 0;
    }
    .slider-content-inner .row .col-md-7 {
        width: 75%;
    }
    .slider-content-inner h3 {
        font-size: 42px;
    }
    .slider-content-inner .btn-see-more{
        margin-top: 15px;
    }
    .slider-wrapper{
        z-index: 2;
    }
    .bottom-slider-section {
        margin-top: 0;
        padding: 25px 0 0;
        clip-path: none;
        z-index: 1;
    }
    .hero-event-details .col-md-3,
    .hero-event-details .col-md-4{
        width: 50%;
    }
    .hero-event-details .col-md-5{
        width: 100%;
    }
    .hero-event-details .row > div {
        margin-bottom: 15PX;
    }
    .slider .slider-content {
        top: 200px;
        padding: 0 5%;
    }
    .sub-menu .has-children .nav-link{
        color: #212529;
    }
    .navbar-nav li.has-children .sub-menu .nav-item{
        padding: 0 !important;
    }
    .navbar-nav li.has-children .sub-menu .nav-item a{
         padding: 5px 0;
    }
    .navbar-nav li.has-children .sub-menu .has-children a:before {
        content: "▶";
        position: absolute;
        right: 5px;
        top: 9px;
        color: #212529;
        font-size: 12px;
    }
    .speakers-wrapper .col-lg-3{
        width: 33.33%;
    }
    .speakers-wrapper .speaker .image-wrap {
        width: 240px;
        height: 240px;
    }
    .speakers-wrapper .speaker .image-wrap img {
        width: 100%;
        height: auto;
    }
}
@media (min-width: 992px){
	
	.navbar-expand-lg .navbar-collapse {
		display: inline-block;
		flex-basis: auto;
		justify-content: flex-end;
	}
	.navbar-nav {
		display: inline-block !important;
		float: right;
	}
	.navbar-nav li {
		display: inline-block;
	}
	
}
@media (max-width: 991px) and (min-width: 768px){
    .slider-content-inner {
        margin-top: 0;
    }
    .slider-content-inner .row .col-md-7 {
        width: 75%;
    }
    .slider-content-inner h3 {
        font-size: 40px;
    }
    .slider-content-inner .btn-see-more{
        margin-top: 15px;
    }
    .slider-wrapper{
        z-index: 2;
    }
    .bottom-slider-section {
        margin-top: 20%;
        padding: 25px 0 0;
        clip-path: none;
        z-index: 1;
    }
    .hero-event-details .col-md-3,
    .hero-event-details .col-md-4{
        width: 50%;
    }
    .hero-event-details .col-md-5{
        width: 100%;
        text-align: center;
    }
    .hero-event-details .row > div {
        margin-bottom: 15PX;
    }
    .highlight-card {
        padding: 40px 25px;
		text-align: center;
		height: auto;
		width: calc(33.33% - 3px);
		display: inline-block;
	}
}


@media (min-width: 768px){
    
    .tickets-wrapper .event-tickets .tribe-tickets__tickets-form {
        max-width: 100% !important;
        border: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex;
        gap: 20px;
    }
    .tickets-wrapper .event-tickets .tribe-tickets__tickets-form .tribe-tickets__tickets-item {
        grid-template-columns: unset !important;
        width: 25%;
        display: flex;
        flex-direction: column;
        border: 0;
        padding: 0;
        background: #f1f2f3;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 0 12px 0 rgb(93 93 130 / 30%);
    }
    .tickets-wrapper .event-tickets .tribe-tickets__tickets-form .tribe-tickets__tickets-item .tribe-tickets__tickets-item-content-title{
        padding: 25px 30px;
        width: 100%;
        background: var(--asis-twitter);
        font-size: 22px;
        line-height: 1.2;
        font-weight: 600;
        color: #fff;
        text-align: center;
        font-family: var(--font-family-museo);
        min-height: 100px;
        display: block;
    }
    .tickets-wrapper .event-tickets .tribe-tickets__tickets-form .tribe-tickets__tickets-item:nth-child(2n) .tribe-tickets__tickets-item-content-title{
        background: var(--asis-green);
    }
    .tickets-wrapper .event-tickets .tribe-tickets__tickets-form .tribe-tickets__tickets-item:nth-child(3n-1) .tribe-tickets__tickets-item-content-title{
        background: var(--asis-youtube);
    }
    .tickets-wrapper .event-tickets .tribe-tickets__tickets-form .tribe-tickets__tickets-item:nth-child(4n) .tribe-tickets__tickets-item-content-title{
        background: var(--asis-orange);
    }
    .tickets-wrapper .event-tickets .tribe-tickets__tickets-form .tribe-tickets__tickets-item .tribe-tickets__tickets-item-details-content{
        padding: 15px 25px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.2;
        width: 100%;
        background: #ffffff;
        margin: 0;
        text-align: center;
        min-height: 140px;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }
    .tickets-wrapper .tribe-tickets__tickets-form .tribe-tickets__tickets-title{
       display: none !important;
    }
    .tickets-wrapper .tribe-tickets__tickets-form .tribe-tickets__tickets-item-extra{
        width: 100%;
        text-align: center;
        background: var(--asis-twitter);
        color: #ffffff;
        padding: 10px 0 !important;
    }
    .tickets-wrapper .event-tickets .tribe-tickets__tickets-form .tribe-tickets__tickets-item:nth-child(2n) .tribe-tickets__tickets-item-extra{
        background: var(--asis-green);
    }
    .tickets-wrapper .event-tickets .tribe-tickets__tickets-form .tribe-tickets__tickets-item:nth-child(3n-1) .tribe-tickets__tickets-item-extra{
        background: var(--asis-youtube);
    }
    .tickets-wrapper .event-tickets .tribe-tickets__tickets-form .tribe-tickets__tickets-item:nth-child(4n) .tribe-tickets__tickets-item-extra{
        background: var(--asis-orange);
    }
    
    .tickets-wrapper .tribe-tickets__tickets-form .tribe-tickets__tickets-item-extra-available{
        width: 100%;
        text-align: center;
        background: var(--asis-twitter);
        color: #ffffff !important;
        padding: 5px 0 !important;
        display: none;
    }
    
    .tickets-wrapper .event-tickets .tribe-tickets__tickets-form .tribe-tickets__tickets-item:nth-child(2n) .tribe-tickets__tickets-item-extra-available{
        background: var(--asis-green);
    }
    .tickets-wrapper .event-tickets .tribe-tickets__tickets-form .tribe-tickets__tickets-item:nth-child(3n-1) .tribe-tickets__tickets-item-extra-available{
        background: var(--asis-youtube);
    }
    .tickets-wrapper .event-tickets .tribe-tickets__tickets-form .tribe-tickets__tickets-item:nth-child(4n) .tribe-tickets__tickets-item-extra-available{
        background: var(--asis-orange);
    }
    .tickets-wrapper .tribe-tickets__tickets-form .tribe-tickets__tickets-item-extra-price .tribe-tickets__tickets-sale-price .tribe-currency-prefix{
       font-size: 24px;
       color: #ffffff;
        font-family: var(--font-family-museo);
    }
    .tickets-wrapper .event-tickets .tribe-tickets__tickets-form .tribe-tickets__tickets-item-quantity {
        display: flex;
        width: 100%;
        padding: 10px 0;
        background: #fff;
        flex: unset;
        margin: 0 0 10px;
    }
    .tickets-wrapper .tribe-tickets__tickets-form .tribe-tickets__tickets-footer {
        position: absolute;
        bottom: -95px;
    }
    .tickets-wrapper .event-tickets .tribe-tickets__tickets-form .tribe-tickets__tickets-item-quantity-number {
        width: 100px;
    }
    .tickets-wrapper .tribe-tickets__tickets-form .tribe-tickets__form input[type=number].tribe-tickets__tickets-item-quantity-number-input {
        width: 64px !important;
        font-size: 16px  !important;
        padding: 5px 0px  !important;
        margin: 0 15px  !important;
        border: 1px solid #e8e8e8  !important;
    }
    .tickets-wrapper .event-tickets .tribe-tickets__tickets-form .tribe-tickets__tickets-item-quantity-add, 
    .tickets-wrapper .event-tickets .tribe-tickets__tickets-form .tribe-tickets__tickets-item-quantity-remove {
        background-color: var(--asis-twitter);
        color: #ffffff !important;
        display: block !important;
        font-size: 18px  !important;
        font-weight: 700  !important;
        margin-bottom: unset  !important;
        width: 30px !important;
        height: 32px !important;
        line-height: 28px !important;
        border-radius: 4px !important;
        transition: all ease-in .3s;
    }
    .tickets-wrapper .event-tickets .tribe-tickets__tickets-form .tribe-tickets__tickets-item:nth-child(2n) .tribe-tickets__tickets-item-quantity-add, 
    .tickets-wrapper .event-tickets .tribe-tickets__tickets-form .tribe-tickets__tickets-item:nth-child(2n) .tribe-tickets__tickets-item-quantity-remove {
        background-color: var(--asis-green);
    }
    .tickets-wrapper .event-tickets .tribe-tickets__tickets-form .tribe-tickets__tickets-item:nth-child(3n-1) .tribe-tickets__tickets-item-quantity-add, 
    .tickets-wrapper .event-tickets .tribe-tickets__tickets-form .tribe-tickets__tickets-item:nth-child(3n-1) .tribe-tickets__tickets-item-quantity-remove {
        background-color: var(--asis-youtube);
    }
    .tickets-wrapper .event-tickets .tribe-tickets__tickets-form .tribe-tickets__tickets-item:nth-child(4n) .tribe-tickets__tickets-item-quantity-add, 
    .tickets-wrapper .event-tickets .tribe-tickets__tickets-form .tribe-tickets__tickets-item:nth-child(4n) .tribe-tickets__tickets-item-quantity-remove {
        background-color: var(--asis-orange);
    }
    .tickets-wrapper .event-tickets .tribe-tickets__tickets-form .tribe-tickets__tickets-item-quantity-add:hover, 
    .tickets-wrapper .event-tickets .tribe-tickets__tickets-form .tribe-tickets__tickets-item-quantity-remove:hover {
        background-color: var(--asis-black)  !important;
        color: #ffffff !important;
        transition: all ease-in .3s;
    }
    .tickets-wrapper .event-tickets .tribe-tickets__tickets-form .tribe-tickets__tickets-footer-quantity span,
    .tickets-wrapper .event-tickets .tribe-tickets__tickets-form .tribe-tickets__tickets-footer-total span{
        font-size: 18px;
        font-family: var(--font-family-museo);
        font-weight: 600;
    }
    .tickets-wrapper .event-tickets .tribe-tickets__tickets-form .tribe-tickets__tickets-buy{
        padding: 0 32px !important;
        line-height: 50px !important;
        font-size: 16px !important;
        color: #ffffff;
        font-family: var(--font-family-museo);
        background: var(--asis-orange);
        transition: all ease-in .3s;
    }
    .tickets-wrapper .event-tickets .tribe-tickets__tickets-form .tribe-tickets__tickets-buy:disabled{
        line-height: 50px;
        padding: 0 32px;
        background: var(--bs-light) !important;
        color: var(--asis-black) !important;
        transition: all ease-in .3s;
    }
    .tickets-wrapper .event-tickets .tribe-tickets__tickets-form .tribe-tickets__tickets-buy:hover{
        color: #ffffff;
        background: var(--asis-black);
        transition: all ease-in .3s;
    }
    
    /*  Modal Cart Tickets */
    .tribe-modal-cart .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal--ar__title {
        font-size: var(--tec-font-size-5);
        line-height: 1.5;
        font-weight: 700;
        font-family: var(--font-family-pt);
    }
    .tribe-modal-cart .tribe-tickets__tickets-item {
        grid-template-columns: 1fr 9fr 2fr 3fr 3fr !important;
    }
    .tribe-modal-cart .tribe-tickets__tickets-item{
        padding: 10px 15px !important;
        background: #f8f8f9;
        border-style: dashed !important;
    }
    .event-tickets .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal--ar__title{
        font-family: var(--font-family-pt) !important;
        font-size: 21px !important;
    }
    .tribe-modal-cart .tribe-tickets__tickets-item-extra-price .tribe-formatted-currency-wrap {
        font-size: 16px;
        font-family: var(--font-family-museo);
    }
    .tribe-modal-cart  .tribe-tickets__tickets-item-quantity-number {
        height: 50px !important;
        margin: 0 !important;
        width: 70px !important;
    }
    .tribe-modal-cart .tribe-tickets__form input[type=number].tribe-tickets__tickets-item-quantity-number-input {
        border: 1px solid #e8e8e8;
        background: #fff;
        width: 60px;
        margin: 0 10px;
        height: 40px;
    }
    .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item-quantity-number-input {
        background: #ffffff !important;
        border: 1px solid #e1e1e1 !important;
        width: 50px !important;
        height: 40px !important;
    }
    .tribe-modal-cart .tribe-tickets__tickets-item-quantity-add, 
    .tribe-modal-cart .tribe-tickets__tickets-item-quantity-remove {
        color: #6a6a6a;
        transition: all ease-in .3s;
    }
    .tribe-modal-cart .tribe-tickets__tickets-item-quantity-add:hover, 
    .tribe-modal-cart .tribe-tickets__tickets-item-quantity-remove:hover {
        color: var(--asis-orange);
        transition: all ease-in .3s;
    }
    .tribe-modal-cart .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item-total {
        align-self: center;
        font-family: var(--font-family-museo);
    }
    .tribe-modal-cart .tribe-tickets__tickets-footer {
        align-items: baseline;
        border-top: 1px dashed !important;
    }
    .tribe-modal-cart .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-footer-quantity, 
    .tribe-modal-cart .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-footer-total {
        font-family: var(--font-family-museo);
    }
    .event-tickets .tribe-ticket__tickets-heading{
        font-family: var(--font-family-pt) !important;
        font-weight: 700 !important;
        font-size: 21px !important;
        color: #636291 !important;
    }
    .virtual-tickets .tribe-common .tribe-common-h2{
        font-family: var(--font-family-pt);
    }
    .virtual-tickets .tribe-tickets__rsvp-description p,
    .virtual-tickets .tribe-tickets__rsvp-attendance-going{
        font-family: var(--font-family-museo);
    }
    .event-tickets .tribe-tickets__attendee-tickets-item.tribe-tickets__form .tribe-tickets__form-field {
        display: block !important;
    }
    .event-tickets .tribe-tickets__attendee-tickets-item.tribe-tickets__form .tribe-tickets__form-field.tribe-tickets__iac-field--name, 
    .event-tickets .tribe-tickets__attendee-tickets-item.tribe-tickets__form .tribe-tickets__form-field.tribe-tickets__iac-field--email{
        display: none !important;
    }
    
    .event-tickets .tribe-tickets__form input[type=email], 
    .event-tickets .tribe-tickets__form input[type=number], 
    .event-tickets .tribe-tickets__form input[type=password], 
    .event-tickets .tribe-tickets__form input[type=range], 
    .event-tickets .tribe-tickets__form input[type=search], 
    .event-tickets .tribe-tickets__form input[type=tel], 
    .event-tickets .tribe-tickets__form input[type=text], 
    .event-tickets .tribe-tickets__form input[type=url], 
    .event-tickets .tribe-tickets__form input[type=week], 
    .event-tickets .tribe-tickets__form select, 
    .event-tickets .tribe-tickets__form textarea{
        max-width: 100% !important;
    }
    .event-tickets .tribe-tickets__attendee-tickets-item.tribe-tickets__form .tribe-tickets__form-field-label{
        font-family: var(--font-family-pt);
    }
    
}
@media (max-width: 1023px){
    #why-attend-section .container,
    .sponsors-section .container,
    .container{
        max-width: 90%;
    }
    .why-attend-card {
        padding: 35px 0;
    }
    .why-attend-card-header {
        font-weight: 600;
        font-size: 23px;
    }
    .hero-event-details .event-detail-item .title-main {
        font-weight: 600;
        padding: 11px 0 0;
        line-height: 30px;
        letter-spacing: 0.35px;
        font-size: 21px;
    }
}
@media (max-width: 991px){
    .offerings-table{
        max-width: 100%;
        width: calc(100% - 20px);
        padding: 10px 15px;
        overflow-x: scroll;
        margin: 0 10px;
        border:1px solid #efefef;
    }
    
    nav .container {
        max-width: calc(100% - 40px);
    }
    .navbar-expand-lg .navbar-midpoint{ display: none !important;}
	.navbar{
		padding: 0;
	}
	.navbar-brand{
		margin: 0;
	}
	.nav-item.has-children {
        margin-right: 0;
        position: relative;
    }
	.navbar-brand img{
		height: 60px;
		margin: 0;
	}
	.navbar.affix{
		padding: 5px 0 0;
	}
	.affix .navbar-toggler-icon {
		color: var(--asis-black);
	}
	.affix .nav-link {
		color: #ffffff;
	}
	.navbar-toggler-icon{
		color: #ffffff;
		font-size: 40px;
		margin-top: 10px;
		border: 0 !important;
		outline: 0 !important;
		box-shadow: none !important;
	}
	.navbar-toggler:hover, .navbar-toggler:focus{
		box-shadow: none !important;
	}
	.navbar-collapse {
		padding: 25px;
		background: var(--asis-black);
	}
	.navbar-nav li {
		padding: 0;
	}
	.navbar-nav li:last-child {
		padding: 25px 0 0 0;
	}
	.slider .slider-content {
		position: relative;
		width: 100%;
		z-index: 2;
		color: #fff;
		margin-top: -50%;
	}
	.highlight-card-section .d-flex {
		display: inline-block !important;
	}
	
	.img-fluid {
		margin-bottom: 25px;
	}
	.speakers-wrapper .speaker {
		width: 280px;
		display: block;
		margin: 0 auto 30px auto;
		padding:0;
	}
	.speakers-wrapper .speaker .image-wrap {
        position: relative;
        width: 280px;
        height: 280px;
	}
	.speakers-wrapper .speaker .image-wrap img {
        width: 100%;
        height: auto;
	}
	.speaker-modal .modal-content .modal-body .modal-half.speaker-image img {
        height: auto;
        width: 100%;
        object-fit: cover;
    }
	.speaker-modal .modal-dialog {
		max-width: 98%;
	}
	.speaker-modal .modal-content {
		border-radius: 0;
		height: 100%;
		overflow: hidden;
	}
	.speaker-modal .modal-content .modal-body .btn-close {
		position: absolute;
		right: 15px;
		top: 15px;
		z-index: 99;
		width: 35px;
		height: 35px;
	}
	
	.speaker-modal .modal-content .modal-body .modal-half {
		width: 100%;
	}
	.hero-event-details .row > div{
		margin-bottom: 30px;
	}
	.sponsor-cta.text-right{
	    text-align: left;
	}
	div.wpforms-container-full .wpforms-form .wpforms-one-third, div.wpforms-container-full .wpforms-form .wpforms-two-sixths {
        width: 48% !important;
    }
    .deal-item{
        width: 100%;
    }
    .post{
        padding-right: 0
    }
    .single .post-details .post-body {
        padding: 30px 35px;
    }
    .app-form-wrap{
	    margin-top: 40px;   
	}
	.header-bc {
        min-height: 60vh;
	}
	.affix .nav-item .btn-outline{
	    color: #fff;
	}
}

@media (max-width: 767px) {
    .offerings-table table{
        zoom: 0.9;
    }
    .dlmodal .wpforms-field-name-first{
        margin-bottom: 20px;
    }
    nav .container {
        max-width: calc(100% - 30px);
    }
    .container, .container-sm {
		max-width: 90%;
		padding: 0;
	}
    .custom-container {
        padding: 15px;
    }
	.slider .slider-content {
		position: absolute;
		width: 100%;
		z-index: 2;
		color: #fff;
		margin-top: 0;
	}
	.hero-event-details .row > div{
		margin-bottom: 30px;
	}
    .slider-content-inner h3 {
        font-size: 37px;
    }
    .slider-content-inner p,
    .sub-text {
        font-size: 16px;
    }
    .highlight-container h3,
    .speaker-container .header-text,
    .about-header-text,
    .pre-register-header-text,
    .contact-header-text
    .why-attend-card-header {
        font-size: 36px;
    }
    .bottom-slider-section h3 {
        font-size: 26px;
    }
    .bottom-slider-section {
        margin-top: 0;
        clip-path: unset;
    }
    .overlay {
        clip-path: unset;
		height: 100%;
    }
    .btn-see-more {
        height: 45px;
        font-size: 17px;
    }
    .web-logo {
        width: 80px;
    }
    .slider-content-inner {
        margin-top: 0px;
    }
    .social-icons {
        margin-top: 20px;
        display: flex;
    }
    .why-attend-card-text {
        padding-bottom: 10px;
    }
    .about-us-text {
        width: 100%;
        padding: 30px 0px 10px 0px;
    }
    .row-wrapper {
        flex-direction: column-reverse;
        padding-top: 10px !important;
    }
    .about-subtext {
        font-size: 20px;
        padding-top: 20px;
    }
    .why-attend-card-header {
        padding-top: 0;
    }
    .second-speaker-row {
        padding-top: 40px;
    }
    .nav-c {
        padding: 0;
    }
    .navbar-dark .navbar-toggler {
        border-color: transparent;
    }
    .navbar-dark .navbar-toggler:focus {
        outline: 0;
        box-shadow: none;
    }
    .speaker-container .row .col-md-4 img {
        width: 190px
    }
	.agenda-wrapper {
        width: 100%;
		padding: 30px 25px 20px;
    }
	.header-bc .header-bc-wrap {
		padding: 120px 0 70px;
	}
	.about-container .row-wrapper {
		flex-direction: column;
		padding-top: 10px !important;
	}
	.speaker-modal .modal-dialog {
		max-width: 98%;
	}
	.speaker-modal .modal-content {
		border-radius: 0;
		height: 100%;
		overflow: hidden;
	}
	div.wpforms-container-full .wpforms-form .wpforms-one-third, div.wpforms-container-full .wpforms-form .wpforms-two-sixths {
        width: 100% !important;
        margin: 0 !important;
    }
    div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
        width: 100% !important;
        margin: 0 !important;
    }
    .wpforms-field-address input, .wpforms-field-address select{
        margin-bottom: 15px !important;
    }
    footer .contact-text{
        margin-bottom: 25px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ffffffaa;
    }
    .sponsor img{
    	width:100%;
    }
    .post{
        padding-right: 0;
    }
    .blog.row{
        --bs-gutter-x:0;
    }
    .single .post-details .post-body {
        padding: 30px;
    }
    .highlight-card {
        padding: 40px 25px;
		text-align: center;
		height: auto;
		width: calc(50% - 3px);
		display: inline-block;
	}
	.tab-content-1 .agenda-wrapper .agenda .agenda-speaker .speaker-meta-data .speaker-name {
        line-height: 1.2;
        margin-bottom: 7px;
    }
    .tab-content-1 .agenda-wrapper .agenda .panellists-wrap .panellist-col .panellist {
        margin-bottom: 10px;
    }
    .vpad-xlg, .vpad-lg, .vpad-md, .vpad-sm, .vpad-xs {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 540px){
    .offerings-table table{
        zoom: 0.8;
    }
    nav .container {
        max-width: calc(100% - 20px);
    }
	.header-bc-content h2 {
		font-size: 35px;
		font-weight: 700;
		margin: 0 0 40px;
		color: #ffffff;
	}
	.header-bc .header-bc-wrap .header-bc-content{
		padding: 0 7.5%;
	}
	footer .copyright .copyright-wrap p {
		color: #ffffff;
		font-size: 14px;
		text-align: center;
	}
	.slider .slider-content {
		position: absolute;
		width: 100%;
		z-index: 2;
		color: #fff;
		margin-top: 0;
		top: 200px;
	}
	.slider-content-inner h3 
	{
		font-size: 30px;
	}
	.countdown li {
		padding: 10px 0px 15px;
		font-size: 11px;
		margin: 0 5px 15px;
		width: 20%;
	}
	.countdown li span{
		font-size: 25px;
	}
	.header-bc .header-bc-wrap .header-bc-content{
		padding: 0 7.5%;
	}
	footer .copyright .copyright-wrap p {
		color: #ffffff;
		font-size: 14px;
		text-align: center;
	}
	.highlight-card {
        padding: 40px 25px;
		text-align: center;
		height: auto;
		width: 100%;
		display: inline-block;
	}
	.agenda-tab-wrapper .nav-tabs .nav-item {
        
        width: 100%;
    }
	.agenda-tab-wrapper .nav-tabs .nav-link {
        padding: 15px 30px;
        width: 100%;
        margin-bottom: 7px;
	}
	.agenda-tab-wrapper .nav-tabs .nav-link h3 {
        font-size: 20px;
    }
    .single .post-details .post-body {
        padding: 30px 20px;
    }
}
@media (max-width: 400px){
    .agenda-tab-wrapper .nav-tabs {
        width: 300px;
    }
    .agenda-tab-wrapper .nav-tabs .nav-link {
        border-radius: 7px;
    }
    .agenda-tab-wrapper .nav-tabs .nav-link.active:before {
        left: -15px;
        bottom: 70px;
    }
}

@media (min-width: 767px){
    .dlmodal .modal-dialog {
        max-width: 660px;
        margin: 100px auto;
    }
    
}

@media print {
 .header-bc, .header-bg, .text-block, .section-title, .section-cta, footer{display:none;}
  #paySlip, #paySlip * {
    
  }
  #paySlip {
    position: relative !important;
    left: 0;
    top: 0;
  }
  #paySlip table thead th{color: #ffffff !important;}
}

