@import 'assets/css/bootstrap-4.5.3.min.css';
@import 'assets/css/fontawesome-6.4.2.min.css';
@import 'assets/css/helper-4.0.0.min.css';
@import 'assets/css/magnific-popup-1.1.0.min.css';
:root {
	color-scheme: light only;
}
.headerbg{
    z-index: 200;
    position: relative;
    transition: .8s;
    background-color: #2f1f36;
}
.home .headerbg{
    background-color: transparent;
}
@media(min-width: 1300px){
	.headerbg .navbar-nav > .nav-item + .nav-item{
		margin-left: 15px;
    }
	.headerbg.sticky .navbar-nav > .nav-item + .nav-item{
		margin-left: 15px;
    }
}
.headerbg .navbar .navbar-nav .nav-item .nav-link {
	font-size: 17px;
    font-weight: 600;
	padding: 0;
    color: #fff;
}
.headerbg .styledropdown .dropdown-toggle{
    margin-right: 0 !important;
}
.headerbg.sticky .navbar .navbar-nav .nav-item .nav-link{
    font-size: 14px;
}
.headerbg__logo_logo img{
    height: 95px;
}
.headerbg__logo{
    padding: 20px 0;
    transition: .6s;
}
.headerbg.sticky{
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    background-color: #2f1f36;
}
.headerbg.sticky .wow{
    visibility: visible !important;
}
.headerbg.sticky .headerbg__logo{
    padding: 10px 0;
}
.headerbg.sticky .nosticky{
    display: none !important;
}
.headerbg.sticky .showbars_onsticky{
    display: block !important;
}
.headerbg.sticky .nosticky__mb{
    margin-bottom: 0 !important;
}
.headerbg.sticky .headerbg__logo_logo img{
    height: 45px;
}
.headerbg.sticky .btn
.sliderindex{
    z-index: 199;
}
.sliderindex__slide{
    padding-top: 50px;
    padding-bottom: 50px;
}
.sliderindex .slider-track {
    transition: all .1s cubic-bezier(0.7, 0, 0.3, 1);
}
.sliderindex .sliderindex__slide {
	transition: all .1s cubic-bezier(0.7, 0, 0.3, 1);
	transform: scale(1.2);
}
.sliderindex .slick-active .sliderindex__slide {
	transform: scale(1);
	-webkit-animation: cssAnimation 4s 1 ease-in-out;
	animation: cssAnimation 4s 1 ease-in-out;
}
@keyframes cssAnimation {
	from { -webkit-transform: scale(1) translate(0px); }
	to { -webkit-transform: scale(1.3) translate(0px); }
}
@-webkit-keyframes cssAnimation {
	from { -webkit-transform: scale(1) translate(0px); }
	to { -webkit-transform: scale(1.3) translate(0px); }
}
.timeclock__custom #clock div + div{
    margin-left: 40px;
}
.timeclock__custom #clock p{
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    color: #fff;
}
.timeclock__custom #clock span{
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 10px;
    margin-left: 5px;
}
.breadcrumb{
    background-color: #ffffff20;
    padding: 10px 20px;
}
.breadcrumb-item a,
.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-item.active{
    color: #fff;
}
.breadcrumb-item a:hover{
    color: #edcf00;
}
.breadcrumb-item + .breadcrumb-item{
    padding-left: 8px;
}
.breadcrumb-item + .breadcrumb-item::before{
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 14px;
    padding-right: 10px;
}
.boxshadow{
	box-shadow: 0 10px 30px 0 rgb(225 223 255 / 40%);
}
.boxshadow1{
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
}
.boxshadow2{
	box-shadow: 0px 0px 25px rgb(0 0 0 / 12%);
}
.boxshadow3{
	box-shadow: 0px 10px 35px 0 rgb(0 0 0 / 12%);
}
.boxshadow4{
	box-shadow: 0px 4px 25px rgb(0 0 0 / 8%);
}
.boxshadow2hover:hover{
	box-shadow: 0px 0px 45px rgb(0 0 0 / 10%);
}
.iconbars{
	min-width: 30px;
	min-height: 19px;
}
.iconbars span + span{
	margin-top: 5px;
}
.iconbars span{
	display: block;
	width: 30px;
	height: 3px;
	border-radius: 50px;
	background-color: #73368c;
	transition: .4s;
}
.iconbars span:nth-child(2){
	width: 20px;
}
.sidenav {
	z-index: 1001;
	transition: 0.3s;
	top: 0;
	left: -400px;
	width: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.sidenav.active{
	left: 0;
}
.sidenav::-webkit-scrollbar {
	display: none;
}
.sidenav .navbar-nav > .nav-item .nav-link,
.sidenav a{
	color: #fff;
	font-weight: 500;
}
.sidenav .navbar-nav > .nav-item .nav-link:hover,
.sidenav a:not(.btn,.sharesocial a):hover{
	color: #edcf00;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #edcf00;
    color: #fff;
}
.sidenav .navbar-nav .nav-item .nav-link{
    font-size: 18px;
	padding: 15px 30px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidenav .navbar-nav .nav-item .nav-link.dropdown-toggle::after{
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    border: 0;
}
.sidenav .navbar-nav .dropdown-menu{
    display: block;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: .1s;
    transform: translateY(-10px) !important;
    position: relative !important;
    background-color: #55267d;
    margin: 0;
    padding: 0;
    border-radius: 0;
    width: 100%;
}
.sidenav .navbar-nav .dropdown-menu.show{
    visibility: visible;
    opacity: 1;
    height: 100%;
    transform: translateY(0) !important;
}
.sidenav .navbar-nav .dropdown-menu .dropdown-item{
    padding: 10px 30px;
}
.sidenav .navbar-nav .dropdown-menu .dropdown-item:hover{
    background-color: #edcf00;
    color: #fff;
}
.sidenav .navbar-nav .nav-item.active .nav-link{
	background-color: #55267d;
}
.sidenav .navbar-nav .nav-item{
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.sidenav .border-bottom{
	border-color: #ffffff20 !important;
}
#sidebody{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(21, 21, 21, 0.8);
	transition: .45s;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}
#sidebody.active{
	z-index: 1000;
	opacity: 1;
	visibility: visible;
}
body.stop{
	overflow: hidden;
}
label{
    cursor: pointer;
}
.fa-w30{
    width: 40px;
    flex: 0 0 40px;
    max-width: 40px;
}
.btn,
.form-control,
.custom-select{
    font-weight: 500;
}
.nav-tabs.customtabs {
    border-bottom: none;
    padding: 0;
}
.nav-tabs.customtabs .nav-item {
    margin-bottom: 0;
    margin-right: 40px;
}
.nav-tabs.customtabs2 .nav-item {
    margin-right: 0;
}
.nav-tabs.customtabs3 .nav-item {
    margin-right: 20px;
}
.nav-tabs.customtabs4 .nav-item {
    margin-right: 5px;
}
.nav-tabs.customtabs5 .nav-item{
    margin-right: 15px;
}
.nav-tabs.customtabs .nav-link {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    padding: 0 0 10px;
    font-size: 20px;
    font-weight: 500;
}
.nav-tabs.customtabs2 .nav-link {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    border-radius: 6px 0 0 6px;
    border: 0;
    position: relative;
}
.nav-tabs.customtabs3 .nav-link {
    padding: 14px 25px;
    border-radius: 50px;
    border: 0;
    background-color: #eeeaea;
    color: #615d7c;
    position: relative;
}
.nav-tabs.customtabs4 .nav-link {
    padding: 10px 12px;
    border-radius: 5px;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.nav-tabs.customtabs2 .nav-link::before{
    position: absolute;
    content: '\f0da';
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    top: auto;
    right: 20px;
    display: none;
}
.nav-tabs.customtabs2 .nav-link.active::before{
    display: block;
}
.nav-tabs.customtabs .nav-item.show .nav-link,
.nav-tabs.customtabs .nav-link.active,
.nav-tabs.customtabs .nav-link:hover {
    border-color: #73368c;
    color: #73368c;
}
.nav-tabs.customtabs2 .nav-item.show .nav-link,
.nav-tabs.customtabs2 .nav-link.active,
.nav-tabs.customtabs2 .nav-link:hover {
    background-color: #faf9f9;
}
.nav-tabs.customtabs3 .nav-item.show .nav-link,
.nav-tabs.customtabs3 .nav-link.active{
    background-color: #73368c;
    color: #fff;
}
.nav-tabs.customtabs3 .nav-link.active:hover{
    color: #fff;
}
.nav-tabs.customtabs3 .nav-link:hover {
    color: #73368c;
}
.nav-tabs.customtabs5 .nav-link {
    border: 0;
    background-color: #faf9f9;
    color: #9b99a9;
    padding: 14px 18px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 700;
    position: relative;
}
.nav-tabs.customtabs5 .nav-link::before{
    position: absolute;
    content: '';
    bottom: -10px;
    right: calc(50% - 5px);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #73368c;
    transform: translateY(-20px);
    transition: .4s;
    z-index: -1;
}
.nav-tabs.customtabs5 .nav-item.active .nav-link{
    color: #fff;
}
.nav-tabs.customtabs5 .nav-item .nav-link.active::before{
    transform: translateY(0px);
    z-index: 2;
}
.nav-tabs.customtabs5 .nav-item.show .nav-link,
.nav-tabs.customtabs5 .nav-link.active,
.nav-tabs.customtabs5 .nav-link:hover{
    background-color: #73368c;
    color: #fff;
}
.custom_sticktop{
    top: 80px;
}
.bg-light-50::before{
    position: absolute;
    content: '';
    width: 39%;
    height: calc(100% + 80px);
    top: -80px;
    right: 0;
    background-color: #dcd8e0;
    border-radius: 40px 0 0 0;
    z-index: 1;
}
.bg-light-50::after{
    position: absolute;
    content: '';
    z-index: 2;
    background-image: url(assets/img/sliderbg-7.png);
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    width: 39%;
    height: 100%;
}
.bg-light-50 .container-fluid{
    z-index: 3;
}
.singlecontentbg strong{
	color: #73368c;
}
.singlecontentbg h1,
.singlecontentbg h2,
.singlecontentbg h3,
.singlecontentbg h4,
.singlecontentbg h5,
.singlecontentbg h6{
	color: #73368c;
	margin-bottom: 30px;
}
.singlecontentbg h1{
	font-size: 30px;
}
.singlecontentbg h2{
	font-size: 28px;
}
.singlecontentbg h3{
	font-size: 26px;
}
.singlecontentbg h4{
	font-size: 24px;
}
.singlecontentbg h5{
	font-size: 22px;
}
.singlecontentbg h6{
	font-size: 20px;
}
.singlecontentbg.font-sm h1,
.singlecontentbg.font-sm h2,
.singlecontentbg.font-sm h3,
.singlecontentbg.font-sm h4,
.singlecontentbg.font-sm h5,
.singlecontentbg.font-sm h6{
	margin-bottom: 15px;
}
.singlecontentbg.font-sm h1{
	font-size: 22px;
}
.singlecontentbg.font-sm h2{
	font-size: 20px;
}
.singlecontentbg.font-sm h3{
	font-size: 18px;
}
.singlecontentbg.font-sm h4{
	font-size: 17px;
}
.singlecontentbg.font-sm h5{
	font-size: 16px;
}
.singlecontentbg.font-sm h6{
	font-size: 15px;
}
.singlecontentbg p,
.singlecontentbg ul,
.singlecontentbg ol{
	font-size: 20px;
    line-height: 1.6;
}
.singlecontentbg.font-sm p,
.singlecontentbg.font-sm ul,
.singlecontentbg.font-sm ol{
    line-height: 1.5;
	font-size: 17px;
}
.singlecontentbg.font-sm li::marker{
    font-size: 17px;
}
.singlecontentbg.font-sm ul,
.singlecontentbg.font-sm ol{
    margin: 15px 0;
}
.singlecontentbg p + h1,
.singlecontentbg p + h2,
.singlecontentbg p + h3,
.singlecontentbg p + h4,
.singlecontentbg p + h5,
.singlecontentbg p + h6{
	margin-top: 30px;
}
.singlecontentbg h1,
.singlecontentbg h2,
.singlecontentbg h3,
.singlecontentbg h4,
.singlecontentbg h5,
.singlecontentbg h6{
	margin-bottom: 15px;
}
.singlecontentbg li::marker{
    color: #73368c;
    font-size: 24px;
}
.singlecontentbg a{
	font-weight: bold;
	color: #73368c;
}
.singlecontentbg a:hover{
	color: #55267d;
}
.singlecontentbg img{
    margin-top: 30px;
    margin-bottom: 30px;
}
.singlecontentbg *:last-child{
    margin-bottom: 0;
}
.roweven__photos > [class^="col"]:nth-child(odd){
    margin-top: 30px;
}
.loaderlodging {
	height: 100vh;
	z-index: 10000;
	transition: .8s;
}
.loaderlodging__body {
	overflow: hidden;
}
.loaderlodging__body.afterloading {
	overflow: inherit;
}
.loaderlodging.remove {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}
.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #cecece;
    border-bottom-color: #73368c;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
	}
    100% {
        transform: rotate(360deg);
	}
}
.text-light-50{
    color: #fffffff4;
}
.customlist{
    margin-right: -6px;
    margin-left: -6px;
}
.customlist li{
    padding-right: 6px;
    padding-left: 6px;
    margin-bottom: 12px;
}
.customlist li:nth-child(odd) span{
    background-color: #edcf00;
    color: #73368c;
}
.customlist li:nth-child(even) span{
    background-color: #73368c;
    color: #edcf00;
}
.customlist li span{
    display: block;
    border-radius: 50px;
    padding: 12px 20px;
}
.slidertitle{
	min-height: 200px;
    display: none !important;
}
.custom-control-label{
    padding-top: 2px;
}
.scrollphotos{
    overflow: auto;
	scroll-snap-type: x mandatory;
}
.scrollphotos .scrollphotos__item {
    margin-bottom: 0;
	scroll-snap-align: start;
}
.scrollphotos .scrollphotos__item img{
    width: 450px;
}
.scrollphotos::-webkit-scrollbar{
    height: 10px;
}
.scrollphotos::-webkit-scrollbar-track{
    background: #615d7c; 
}
.scrollphotos::-webkit-scrollbar-thumb{
    background: #edcf00; 
}
a.bg-light2:hover .btn-primary,
.hoverbox-bglight2:hover .btn-primary,
.boxinstructors:hover .btn-primary{
    background-color: #55267d;
}
a.bg-light2:hover .btn-primary:hover,
.hoverbox-bglight2:hover .btn-primary:hover,
.boxinstructors:hover .btn-primary:hover{
    background-color: #edcf00;
}
.boxinstructors::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 75%;
    background-color: #f3f3f3;
    border-radius: 10px;
    bottom: 0;
    right: 0;
    transition: .8s;
}
.boxinstructors:hover::before{
    height: 90%;
    background-color: #73368c;
}
.boxmodal__left{
    border-radius: 0.85rem 0 0 0.85rem;
}
.bgeven .bg:nth-child(even){
    background-color: #f3f3f3;
}
.custom-checkbox.custom-control-lg .custom-control-label.font-18::before,
.custom-checkbox.custom-control-lg .custom-control-label.font-18::after{
    top: 10px;
}
.custom-radio.custom-control-lg .custom-control-label.font-18::before,
.custom-radio.custom-control-lg .custom-control-label.font-18::after{
    top: 2px;
}
.boxlogos{
    height: calc(80px + 20px + 20px);
    padding: 20px;
}
.boxlogos img{
    max-height: 80px;
}
.boximgpartners__text{
    max-width: 120px;
    min-height: 26px;
}
.boximgpartners{
    height: 70px;
}
.boximgpartners img{
    max-height: 70px;
}
.boximgpartners.boximgpartners__small img{
    max-height: 30px;
}
.boximgpartners.boximgpartners__small2 img{
    max-height: 40px;
}
#sliderhomebox__video{
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}
.headerbg .btn.font-15{
    padding: 10px;
}
.sharefixed{
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}
.sharefixed .sharesocial li a{
    border-radius: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
}
.sharefixed .sharesocial li:first-child a{
    border-radius: 6px 0 0 0;
}
.sharefixed .sharesocial li:last-child a{
    border-radius: 0 0 0 6px;
}
.font-11{font-size: 11px;}
.font-12{font-size: 12px;}
.rounded-top-xxl{border-radius: 25px 25px 0 0;}
.customaccordion .card {
    border-radius: 0;
    border: 0;
    margin-bottom: 15px;
}
.customaccordion .card .card-header {
    padding: 0;
    background-color: #fff;
	border: 0;
}
.customaccordion .card .card-header a {
	display: block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-color: #73368c;
    padding: 20px 30px;
    padding-right: 45px;
    position: relative;
	border-radius: 10px 10px 0 0;
	border: 1px solid #e5e5e5;
}
.customaccordion .card .card-header a.collapsed:hover {
	color: #73368c;
}
.customaccordion .card .card-header a.collapsed,
.customaccordion .card .card-header a.cardnolink{
	color: #2f2f2f;
    background-color: transparent;
	border-radius: 50px;
}
.customaccordion .card .card-header a.cardnolink::before{
    display: none;
}
.customaccordion .card .card-header a:before {
    position: absolute;
	content: "\f0d8";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    top: 20px;
    right: 30px;
}
.customaccordion .card .card-header a.collapsed:before {
	content: "\f0d7";
}
.customaccordion.customaccordion__plus .card .card-body{
    background-color: #faf9f9;
    border-color: #faf9f9;
}
.customaccordion.customaccordion__plus .card .card-header a {
    padding-left: 65px;
}
.customaccordion.customaccordion__plus .card .card-header a:before {
    content: "\f146";
    right: auto;
    left: 30px;
}
.customaccordion.customaccordion__plus .card .card-header a.collapsed:before {
    content: "\f0fe";
}
.customaccordion .card .card-body {
    background-color: #fff;
    font-size: 18px;
    line-height: 1.4em;
    border: 1px solid #e5e5e5;
    border-top: 0;
	border-radius: 0 0 10px 10px;
	padding: 30px;
}
.customaccordion .card .card-body p:last-child {
    margin-bottom: 0;
}
.sliderslick__customarrows .slick-next,
.sliderslick__customarrows .slick-prev {
    top: 50%;
    transform: translateY(-50%);
}
.sliderslick__customarrows .slick-prev {
    left: 50px;
}
.sliderslick__customarrows .slick-next {
    right: 50px;
}
.sliderslick__customarrows .slick-next:before,
.sliderslick__customarrows .slick-prev:before {
    border-radius: 17px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
}
.text-white-70{
    color: rgba(255, 255, 255, 0.7);
}
.boximgpartners__lines .boximgpartners__line{
    padding-left: 15px;
    padding-right: 15px;
}
.boximgpartners__lines .boximgpartners__line + .boximgpartners__line::before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 2px;
    height: 80px;
    background-color: #dedede35;
}
.sliderindex__down{
	right: 15px;
	bottom: 30px;
    z-index: 5;
    writing-mode: vertical-rl;
}
header{
    min-height: 221px;
}
.sliderindex{
    margin-top: -221px;
    min-height: 100vh;
}
.sliderindex__content{
    padding-top: 221px;
    min-height: 100vh;
}
.boximgpartners2{
    height: 100px;
    padding: 20px;
    border-radius: 10px;
}
.boximgpartners2 img{
    max-height: 60px;
    margin: 0;
}
.boximgpartners3{
    height: 160px;
    padding: 30px;
    border-radius: 10px;
}
.boximgpartners3 img{
    max-height: 100px;
    margin: 0;
}
.headerbg .boximgpartners2{
    background-color: #ffffff;
    border-color: #dedede35 !important;
    padding: 10px;
    height: 80px;
}
.headerbg .boximgpartners2 img{
    max-height: 60px;
    margin: 0;
}
.boxuser .objectfit-cover{
	object-position: top;
}
.boxuser img{
	border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}
.boxuser__name{
    background-color: white;
    -webkit-box-shadow: 0px 5px 30px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 5px 30px 0px rgb(0 0 0 / 10%);
    border-top-right-radius: 30px;
    margin-right: 20px;
    margin-top: -80px;
    z-index: 2;
    padding: 16px 20px;
}
.boxuser{
	border-radius: 31px 31px 16px 16px;
}
.boxuser__title{
	border-radius: 0 30px 16px 16px;
    z-index: 2;
    min-height: 160px;
}
.modal-dialog .boxuser__title{
	min-height: inherit;
}
.boxuser__title p{
	z-index: 3;
}
.boxworkshop{
    border-radius: 0 30px 10px 10px;
}
.maxlogo{
    max-height: 100px;
    max-width: 200px;
}
.maxlogo2{
    max-height: 150px;
    max-width: 250px;
}
.customlist__2 li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
.customlist__2 li::before{
    position: absolute;
    content: '\f35a';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    left: 0;
    color: #73368c;
}
.customcheckboxstyle .customradiostyle__price,
.customradiostyle .customradiostyle__price{
    color: #a4a0ba;
    text-align: right;
    transition: .7s;
}
.customcheckboxstyle .custom-control-input:checked ~ .custom-control-label .customradiostyle__price,
.customradiostyle .custom-control-input:checked ~ .custom-control-label .customradiostyle__price{
    background-color: #73368c;
    color: #fff;
    text-align: center;
}
.customcheckboxstyle .custom-control-input:checked ~ .custom-control-label .customradiostyle__price span,
.customradiostyle .custom-control-input:checked ~ .custom-control-label .customradiostyle__price span{
    color: #edcf00;
}
.customcheckboxstyle.custom-control-lg,
.customradiostyle.custom-control-lg{
    padding-left: 0;
}
.customradiostyle.custom-control-lg .custom-control-label::before,
.customradiostyle.custom-control-lg .custom-control-label::after{
    top: 22px;
    left: 18px;
    border-radius: 2px;
}
.customcheckboxstyle.custom-control-lg .custom-control-label::before,
.customcheckboxstyle.custom-control-lg .custom-control-label::after{
    top: 16px;
    left: 18px;
}
.customradiostyle .custom-control-input:checked ~ .custom-control-label::after{
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e") no-repeat 50%/50% 48%;
}
.customradiostyle__content{
    display: none;
}
.customradiostyle .custom-control-input:checked ~ .custom-control-label .customradiostyle__bg .customradiostyle__content{
    display: block;
}
.customradiostyle__bg{
    background-color: #fff;
}
.customcheckboxstyle .custom-control-input:checked ~ .custom-control-label .customradiostyle__bg,
.customradiostyle .custom-control-input:checked ~ .custom-control-label .customradiostyle__bg{
    background-color: #fbf2ff;
}
@media (min-width: 600px){
    .modal-500{max-width: 600px;}
}
.custom__sticky{
    top: 25px;
}
.modal__full{
    max-width: 100%;
}
.modal__full .modal-body{
    overflow-x: scroll;
}
.loaderlodging__body.afterloading.stopped
/* .loaderlodging__body.afterloading */
{
    overflow: hidden;
}
.workshopdetails__afterbuttontop{
    z-index: 2005;
}
.form-control.disabled{
    opacity: 0.3;
}
.customtable100.table td,
.customtable100.table th{
    padding: 20px 16px;
    vertical-align: top;
    font-size: 16px;
}
.customtable100.table th:nth-child(1),
.customtable100.table th:nth-child(5){
    width: 12.5%;
}
.customtable100.table th:nth-child(2),
.customtable100.table th:nth-child(3),
.customtable100.table th:nth-child(4){
    width: 25%;
}
.customtable100.table td:nth-child(1),
.customtable100.table td:nth-child(5){
    text-align: center;
    vertical-align: middle;
}
.customtable100.table-striped tbody tr:nth-of-type(odd){
    background-color: #fbf1ff;
}
.customtable100.table-bordered td{
    border-color: #73368c;
}
.customtable100.table-bordered th{
    border-bottom-color: #73368c;
    border-top-color: #73368c;
    border-left-color: #fff;
    border-right-color: #fff;
}
.customtable100.table-bordered th:first-child{
    border-left-color: #73368c;
}
.customtable100.table-bordered th:last-child{
    border-right-color: #73368c;
}
.customtable101.table{
    border-collapse: separate;
    border-spacing: 5px;
    border: 0;
    padding: 0;
}
.customtable101.table td,
.customtable101.table th{
    padding: 12px;
    vertical-align: top;
    font-size: 16px;
    border-radius: 6px;
}
.customtable101.table td:nth-child(1){
    width: 25%;
}
.customtable101.table td:nth-child(2){
    width: 50%;
    text-align: center;
}
.customtable101.table td:nth-child(2) ul{
    text-align: left;
}
.customtable101.table td:nth-child(3){
    width: 25%;
    text-align: right;
}
.customtable101.table-striped tbody tr:nth-of-type(odd){
    background-color: #fbf1ff;
}
.customtable101.table-striped tbody tr:nth-of-type(odd) td{
    border-color: #e2ceeb;
}
.customtable101.table-striped tbody tr:nth-of-type(even){
    background-color: #fff;
}
.rounded-50{
    border-radius: 50px;
}
.bg_boxclock{
    padding: 0;
}
@media (min-width: 992px){
    .boxclock{
        height: 100px;
    }
    .boxclock .far,
    .boxclock .text{
        z-index: 2;
        position: relative;
    }
    .boxclock::before{
        position: absolute;
        content: '';
        right: 0;
        top: -40px;
        border-top: 90px solid transparent;
        border-bottom: 90px solid transparent;
        border-left: 70px solid #fff;
        filter: drop-shadow(30px 0px 0px #dee2e6);
    }
    .bg-light2 .boxclock::before{
        border-left: 70px solid #f3f3f3;
    }
}
.bg-gragold{
    background: linear-gradient(90deg, #f9dc02 0%, #d78b15 100%);
}
.boxlogomax{
    height: 65px;
}
.boxlogomax img{
    max-height: 65px;
    max-width: 200px;
}
.boxlogomax__xxl{
    height: 100px;
}
.boxlogomax__xxl img{
    max-height: 100px;
}
.boxlogomax__xl{
    height: 100px;
}
.boxlogomax__xl img{
    max-height: 100px;
    max-width: 220px;
}
.bg-diamond{
    background-color: #43a3d8;
}
.bg-platinum{
    background-color: #99999a;
}
.bg-gold{
    background-color: #dabd24;
}
.bg-silver{
    background-color: #c4c4c4;
}
.bg-bronze{
    background-color: #d07f28;
}
.boxexhibitor__logo{
    height: 80px;
}
.boxexhibitor__logo img{
    max-height: calc(80px - 20px);
}
.boxexhibitor:hover{
    background-color: #faedff;
    border-color: #73368c !important;
}
.sliderslick__arrows0 .slick-next::before,
.sliderslick__arrows0 .slick-prev::before{
    width: 55px;
    height: 70px;
    line-height: 70px;
    font-size: 29px;
}
.sliderslick__arrows0 .slick-prev::before{
    border-radius: 0 50px 50px 0;
}
.sliderslick__arrows0 .slick-next::before{
    border-radius: 50px 0 0 50px;
}
.sliderslick__arrows0 .slick-prev{
    left: 10px;
}
.sliderslick__arrows0 .slick-next{
    right: 10px;
}
/*--------- Responsive ----- */
@media (max-width: 1440px) {
    header{min-height: 410px}
    .headerbg__logo_logo img{height: 55px;}
    .sliderindex{margin-top: -410px}
    .sliderindex__content{padding-top: 410px}
}
@media (max-width: 1370px) {
    header{min-height: 410px}
    .sliderindex{margin-top: -410px}
    .sliderindex__content{padding-top: 410px}
}
@media (max-width: 1040px) {
    header{min-height: 470px}
    .sliderindex{margin-top: -470px}
    .sliderindex__content{padding-top: 470px}
}
@media (max-width: 1200px) {
    .bg-light-50::before{top: -50px;height: calc(100% + 50px);}
}
@media (max-width: 992px) {
    .boxmodal__left{border-radius: 0.85rem 0.85rem 0 0}
    .timeclock__custom #clock div + div{margin-left: 15px;}
    .timeclock__custom #clock p{font-size: 40px;}
    .timeclock__custom #clock span{font-size: 15px;margin-bottom: 6px;}
    .boximgpartners__text{max-width: 100px;}
    .boximgpartners{height: 50px}
    .boximgpartners img{max-height: 50px}
    .boximgpartners__lines .boximgpartners__line + .boximgpartners__line::before{height: 50px;}
    header{min-height: 340px}
    .sliderindex{margin-top: -340px}
    .sliderindex__content{padding-top: 340px}
    .boximgpartners__lines .boximgpartners__line{padding-right: 10px;padding-left: 10px;}
    .removeborderMobile{border: 0 !important;}
    .bg_boxclock{padding: 30px;}
    .boxclock{justify-content: center;}
    .bg_boxclock [class^="col"]:last-child p:first-child{margin-top: 20px;}
    .sliderslick__arrows0 .slick-next::before,.sliderslick__arrows0 .slick-prev::before{width: 30px;height: 50px;line-height: 50px;font-size: 20px;}
    .sliderslick__arrows0 .slick-prev{left: -5px}
    .sliderslick__arrows0 .slick-next{right: -5px}
    .sliderslick__arrows0 .slick-prev::before{border-radius: 0 10px 10px 0}
    .sliderslick__arrows0 .slick-next::before{border-radius: 10px 0 0 10px}
}
@media (max-width: 768px) {
    header{min-height: 200px;}
    .bg-light-50::before{display: none;}
    .btn-group-lg>.btn, .btn-lg{min-height: 40px;padding: 7px 10px;font-size: 15px;}
    .form-control-lg, .custom-select-lg{height: 40px;}
    .boxcounter .text-light-50{color: #151515;}
    .customlist li span{padding: 10px 25px;}
    .scrollphotos .scrollphotos__item img{width: 350px}
    .headerbg__logo_logo img{height: 90px;}
    .table-responsive-md .customtable100{width: 1200px;}
    .table-responsive-md .customtable101{width: 1200px;}
}
@media (max-width: 650px) {
    header{min-height: 380px}
    .sliderindex{margin-top: -380px}
    .sliderindex__content{padding-top: 380px}
    .boximgpartners3{height: 100px;padding: 20px}
    .boximgpartners3 img{max-height: 60px}
    .customradiostyle.custom-control-lg .custom-control-label::before,.customradiostyle.custom-control-lg .custom-control-label::after{top: 13px}
    .customradiostyle .customradiostyle__price{text-align: left;}
    .customradiostyle .custom-control-input:checked ~ .custom-control-label .customradiostyle__price{background-color: transparent;text-align: left;color: #151515;}
    .customradiostyle .custom-control-input:checked ~ .custom-control-label .customradiostyle__price span{color:#73368c;}
    .nav-tabs.customtabs5 .nav-link{padding: 12px;}
    .nav-tabs.customtabs5 .nav-item{margin-bottom: 10px;}
}
@media (max-width: 500px) {
    .roweven__photos > [class^="col"]:nth-child(odd){margin-top: 20px}
    .timeclock__custom #clock p{font-size: 38px;}
    .timeclock__custom #clock span{font-size: 18px;margin: 5px 0 0;}
    .fa-w30{width: 15px;flex: 0 0 15px;max-width: 15px}
    .sharefixed .sharesocial li a{width: 35px;height: 35px;line-height: 35px;font-size: 18px}
    .sidenav{left: -100%;width: 100%;}
    .headerbg__logo{padding-bottom: 0;}
    .sliderslick__customarrows .slick-prev{left: 15px}
    .sliderslick__customarrows .slick-next{right: 15px}
    .maxlogo,.maxlogo2{max-width: 100px;max-height: 80px;}
}
@media (max-width: 375px) {
    .sliderindex__content .container{padding-right: 20px;padding-left: 20px;}
}
@media (min-width: 1190px) {
	.container{max-width: 1130px;}
}
@media (min-width: 1340px) {
	.container{max-width: 1280px;}
}
@media (min-width: 1440px) {
	.container{max-width: 1240px;}
}