@import 'assets/css/bootstrap-4.5.3.min.css';
@import 'assets/css/fontawesome-6.4.2.min.css?v=6.4';
@import 'assets/css/helper-4.0.0.min.css?v=2.0';
@import 'assets/css/magnific-popup-1.1.0.min.css';

:root{
	color-scheme: light only;
	color: #01b2ba;
	color: #42434c;
}
::selection {
	background-color: #01b2ba;
	color: #fff;
	-webkit-text-fill-color: #fff;
}
body{
	background: url(assets/img/shape-1.png) no-repeat fixed;
}
header{
    min-height: 145px;
}
.slidertitle__full{
	margin-top: -145px;
	padding-top: calc(145px + 50px);
	padding-bottom: calc(50px + 100px);
	min-height: 80dvh;
}
.slidertitle__full::before{
	background: linear-gradient(180deg, #fff 0%, transparent 25%, #00000089 60%);
}
.single-events{
	margin-top: -100px;
	z-index: 4;
}
.headerbg{
	z-index: 200;
	position: relative;
    transition: .8s;
	padding: 35px 0;
}
.headerbg .navbar{
	transition: border-radius .4s;
}
.headerbg .navbar-brand img{
	height: 75px;
	transition: .6s;
}
@media(min-width: 992px){
	.headerbg .navbar-nav > .nav-item + .nav-item{
		margin-left: 35px;
    }
}
.headerbg .navbar .navbar-nav .nav-item .nav-link {
	font-size: 18px;
	padding: 0;
	font-weight: 400;
	color: #42434c;
    position: relative;
	display: flex;
	align-items: center;
}
.headerbg .navbar .navbar-nav .nav-item{
	position: relative;
}
.headerbg .navbar .navbar-nav .nav-link span{
	position: relative;
}
.headerbg .navbar .navbar-nav .nav-item .nav-link:hover,
.headerbg .navbar .navbar-nav .nav-item .nav-link.active{
	color: #01b2ba;
}
.headerbg .navbar .navbar-nav .nav-item .nav-link.active{
	font-weight: 700;
}
.headerbg .sharesocial li a{
	width: 35px;
	height: 35px;
	line-height: 35px;
}
.headerbg.sticky{
	position: fixed;
	top: 0;
    left: 0;
	padding: 15px 0;
	background-color: #fff;
}
.admin-bar .headerbg.sticky{
	top: 32px;
}
.headerbg.sticky .navbar{
	border-radius: 0 0 8px 8px;
	padding: 10px 15px;
}
.headerbg.sticky .navbar .navbar-nav .nav-item .nav-link{
	font-size: 16px;
}
.headerbg.sticky .navbar-brand img{
	height: 40px;
}
.headerbg.sticky .btn-lg{
	min-height: 40px;
	padding: 7px 12px !important;
}
.sliderindex{
	z-index: 1;
	border-radius: 15px;
}
.sliderindex.sliderindex__fullheight,
.sliderindex.sliderindex__fullheight .sliderindex__slide{
	min-height: 70dvh;
}
.sliderindex .sliderindex__slide::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	background: url(assets/img/shape-2.png) no-repeat bottom right;
	filter: drop-shadow(0 0 0.75rem #00000089);
	z-index: 3;
	opacity: 0.2;
}
.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: #01b2ba;
	transition: .4s;
}
.iconbars span:nth-child(2){
	width: 20px;
}
.sidenav {
	z-index: 1001;
	transition: 0.3s;
	top: 0;
	right: -350px;
	width: 350px;
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.sidenav::-webkit-scrollbar {
	display: none;
}
.sidenav.active{
	right: 0;
}
.sidenav .navbar-nav > .nav-item .nav-link,
.sidenav a{
	color: #fff;
	font-weight: 500;
}
.sidenav .navbar-nav > .nav-item .nav-link:hover,
.sidenav a:hover:not(.btn,.sharesocial li a){
	color: #01b2ba;
}
.sidenav .navbar-nav .nav-item .nav-link{
	font-size: 18px;
	padding: 15px 30px;
	display: block;
}
.sidenav .navbar-nav .nav-item.active .nav-link,
.sidenav .navbar-nav .nav-item .nav-link.active{
	background-color: #01b2ba;
	color: #fff;
}
.sidenav .navbar-nav .nav-item{
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.sidenav .border-bottom{
	border-color: #ffffff20 !important;
}
.sidenav .btn-primary{
	background-color: #01b2ba;
}
.sidenav .btn-primary::before{
	border-top-color: #01b2ba;
}
.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: #6f5275;
    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: #eac230;
    color: #fff;
}
#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;
}
.breadcrumb{
	background-color: rgba(0, 0, 0, 0.05);
	padding: 10px 25px;
}
.breadcrumb-item a,
.breadcrumb-item.active{
	color: #42434c;
}
.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-item a:hover{
	color: #01b2ba;
}
.breadcrumb-item.active{
	font-weight: 700;
}
.breadcrumb-item + .breadcrumb-item::before{
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 12px;
    padding-left: 2px;
	padding-right: 12px;
	margin-top: 3px;
}
.slidertitle__full .breadcrumb{
	background-color: rgba(255, 255, 255, 0.3);
}
.slidertitle__full .breadcrumb-item a,
.slidertitle__full .breadcrumb-item.active,
.slidertitle__full .breadcrumb-item + .breadcrumb-item::before{
	color: #fff;
}
.slidertitle__full .breadcrumb-item a:hover{
	color: #01b2ba;
}
.btn{
	font-weight: 700;
}
.boxshadow10{
	box-shadow: 0 4px 10px 0 rgb(225 223 255 / 40%);
}
.boxshadow{
	box-shadow: 0 0px 60px 0 rgba(171, 193, 195, 0.32);
}
.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 10px 25px rgb(0 0 0 / 8%);
}
.boxshadow5{
	box-shadow: 0px 20px 65px rgb(0 0 0 / 22%);
}
.boxshadow6{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.boxshadow2hover:hover{
	box-shadow: 0px 0px 45px rgb(0 0 0 / 42%);
}
body.stop{
	overflow: hidden !important;	
}
.text-white-70{
	color: rgba(255, 255, 255, 0.7);
}
.singlecontentbg h1,
.singlecontentbg h2,
.singlecontentbg h3,
.singlecontentbg h4,
.singlecontentbg h5,
.singlecontentbg h6{
	color: #01b2ba;
	margin-bottom: 30px;
	font-weight: 500;
	line-height: 1.8;
}
.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 p,
.singlecontentbg ul,
.singlecontentbg ol{
	font-size: 20px;
	line-height: 1.6;
}
.singlecontentbg ul li + li,
.singlecontentbg ol li + li{
	margin-top: 14px;
}
.singlecontentbg.font-small p,
.singlecontentbg.font-small ul,
.singlecontentbg.font-small ol{
	font-size: 18px;
	line-height: 1.5;
}
.singlecontentbg.font-sm p,
.singlecontentbg.font-sm ul,
.singlecontentbg.font-sm ol{
	font-size: 18px;
}
.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;
	font-family: 'Alexandria', sans-serif;
}
.card-body .singlecontentbg p{
	margin-bottom: 8px;
	font-size: 20px;
}
.singlecontentbg li::marker{
    color: #01b2ba;
    font-size: 24px;
}
.singlecontentbg a{
	font-weight: bold;
	color: #01b2ba;
}
.singlecontentbg a:hover{
	color: #49459b;
}
.singlecontentbg img{
    margin-top: 30px;
    margin-bottom: 30px;
}
.singlecontentbg *:last-child{
    margin-bottom: 0;
}
.customsinglecontentbg ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.customsinglecontentbg ul li + li{
	margin-left: 10px;
	margin-top: 0;
}
.customsinglecontentbg ul li{
	margin-bottom: 4px;
	padding-left: 22px;
	position: relative;
}
.customsinglecontentbg ul li::before{
	position: absolute;
	content: '\f005';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	top: 3px;
	left: 0;
	font-size: 14px;
	color: #01b2ba;
}
.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: #01b2ba;
    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);
	}
}
.boxservices2:hover{
	box-shadow: 0px 5px 25px rgb(0 0 0 / 5%);
}
.boxservices2:hover{
	transform: translateY(-6px);
}
.bg-gra{
	background: linear-gradient(0deg, #eaf3f3 30%, rgba(1, 177, 186, 0.3) 100%);
}
.sliderhomebox__video{
    position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}
.mute-video{
	z-index: 10;
    bottom: 20px;
	right: 20px;
	background-color: #42434c;
	color: #fff;
}
.unmute-video.mute-video{
	background-color: #01b2ba;
	color: #fff;
}
.mute-video::before{
	position: relative;
	font-weight: 900;
	content: '\f6a9';
	font-family: 'Font Awesome 6 Free';
}
.unmute-video.mute-video::before{
	content: '\f028';
}
.sliderindex__sharesocial{
	z-index: 4;
	top: 25px;
	left: 15px;
}
.sliderindex__sharesocial::before{
	position: relative;
	content: '';
	display: block;
	margin: 0 auto 15px;
	width: 3px;
	height: 50px;
	background-color: #42434c;
	border-radius: 20px;
}
.sliderindex__sharesocial .sharesocial li{
	margin: 3px 0;
}
.sliderindex__sharesocial .sharesocial li a{
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
}
.sliderindex__sharesocial__text{
	margin-top: 10px;
	writing-mode: vertical-rl;
	transform: rotate(-180deg);
}
.sliderindex__scrollbox{
	z-index: 4;
	bottom: 25px;
	left: 28px;
	width: 30px;
	height: 60px;
	border: 3px solid #42434c;
	border-radius: 15px;
	position: relative;
}
.sliderindex__scrollbox .scroller{
	width: 16px;
	border-radius: 8px;
	background-color: #01b2ba;
	position: absolute;
	top: 4px;
	left: 4px;
	bottom: 34px;
	animation: scroller 1500ms ease-out infinite;
}
@keyframes scroller{0%{bottom: 34px;}5%{top: 4px;}32%{bottom: 4px;}66%{top: 34px;bottom: 4px;}100%{top: 4px;bottom: 34px;}}
.rounded-20{
	border-radius: 20px;
}
.boxeventsectors img{
	transition: .5s;
}
.boxeventsectors:hover img{
	transform: scale(1.09);
}
.nav-tabs.customtabs__style1 {
    border-bottom: none;
    padding: 0;
}
.nav-tabs.customtabs__style1 .nav-item {
	margin: 0 10px 20px;
}
.nav-tabs.customtabs__style1 .nav-link {
	font-size: 19px;
	line-height: 1.4;
	padding: 25px 40px;
	min-width: 250px;
	text-align: center;
    border: 0;
	border-radius: 80px;
	color: #8d8d8d;
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: right -90px bottom 50px;
}
.nav-tabs.customtabs__style1 .nav-item.show .nav-link,
.nav-tabs.customtabs__style1 .nav-link.active {
	background-position: right -40px bottom 10px;
	background-image: url(assets/img/favicon.png);
	color: #01b2ba;
	background-color: #fff;
	box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.boxevent{
	min-height: 292px;
	height: 100%;
}
.boxevent__logo img{
	max-height: 150px;
}
.boxevent__content{
	padding: 40px;
}
.bg-pos1{
	background-size: 60%;
	background-position: bottom -100px right -100px;
}
.footerbottom .sharesocial li{
	margin: 0 5px;
}
.footerbottom .sharesocial li a{
	border: 2px solid #dee2e6;
	font-size: 20px;
	width: 55px;
	height: 55px;
	line-height: calc(55px - 2px - 2px);
}
.logoshapwithslider .sliderslick{
	z-index: 2;
}
.logoshapwithslider .logoshapwithslider__icon{
	z-index: 3;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: url(assets/img/shape-2.png) no-repeat right bottom;
	filter: drop-shadow(0 0 45px #000);
	z-index: 3;
	opacity: 0.25;
}
.boxpartner {
	height: 100px;
	margin: 0 40px;
}
.boxpartner img{
	max-height: 100px;
	max-width: 180px;
}
.marquee-track {
	width: max-content;
  	animation: scroll 40s linear infinite;
}
.marquee.reverse .marquee-track {
	animation-direction: reverse;
}
@keyframes scroll{from{transform: translateX(0);}to{transform: translateX(-50%);}}
.slidertitle{
	min-height: 70px;
}
.title-border {
    position: relative;
	display: flex;
	align-items: center;
}
.title-border:before {
    display: block;
    position: relative;
    content: "";
    width: 70px;
    height: 6px;
    margin: 0 20px 0 0;
    border-radius: 50px;
	background-color: #01b2ba;
}
.sliderslick .boxeventfull{
	min-height: 625px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.boxeventfull > *{
	position: relative;
	z-index: 3;
}
.boxeventfull .sliderslick,
.boxeventfull .sliderslick .slick-slide{
	margin: 0;
}
.boxeventfull__logo{
	z-index: 2;
	top: 180px;
	right: 13px;
	padding: 20px;
}
.boxeventfull__logo img{
	max-height: 85px;
}
.boxeventfull__content h3{
	padding-right: 130px;
}
.sliderslick .boxeventfull__content .des{
	overflow: hidden;
	text-overflow: clip;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	min-height: 153px;
}
.boxeventfull{
	border: 2px solid rgba(1, 177, 186, 0.15);
	transition: .4s;
}
.boxeventfull .boxeventfull__btn{
	border-top: 2px solid rgba(1, 177, 186, 0.15);
	transition: .4s;
}
.boxeventfull:hover{
	transform: scale(1.02);
}
.boxeventfull:hover,
.boxeventfull:hover .boxeventfull__btn{
	border-color: rgba(1, 177, 186, 0.8);
}
.boxeventfull::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	background: url(assets/img/shape-3.png) no-repeat bottom -100px right -220px;
	filter: drop-shadow(0 0 0.75rem #01b1bac0);
	z-index: 3;
	opacity: 0.06;
}
.customslider1 .slick-next,
.customslider1 .slick-prev {
	top: 45%;
}
.customslider1 .slick-prev {
	left: -65px;
}
.customslider1 .slick-next {
	right: -65px;
}
.customslider1 .slick-next:before,
.customslider1 .slick-prev:before {
	border-radius: 8px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
}
.customslider2 .slick-next,
.customslider2 .slick-prev {
	top: 45%;
}
.customslider2 .slick-prev {
	left: -75px;
}
.customslider2 .slick-next {
	right: -75px;
}
.customslider2 .slick-next:before,
.customslider2 .slick-prev:before {
	border-radius: 8px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	font-size: 28px;
}
/*--------- Responsive ----- */
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
	.sliderindex.sliderindex__fullheight,
	.sliderindex.sliderindex__fullheight .sliderindex__slide{
		min-height: 60dvh;
	}
	.sliderindex .sliderindex__slide::before,
	.logoshapwithslider .logoshapwithslider__icon{
		background-size: 60%;
	}
	.nav-tabs.customtabs__style1 .nav-item{
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
		margin: 0;
	}
	.nav-tabs.customtabs__style1 .nav-link{
		padding: 20px 30px;
		min-width: inherit;
		font-size: 17px;
	}
	.boxevent{
		border-radius: 10px !important;
	}
	.boxevent .rounded-left-xl{
		border-radius: 10px 10px 0 0 !important;
	}
	.customslider1 .slick-prev,
	.customslider1 .slick-next{
		top: 20%;
	}
	.customslider2 .slick-prev,
	.customslider2 .slick-next{
		top: 40%;
	}
	.customslider1 .slick-prev {
		left: 0;
	}
	.customslider1 .slick-next {
		right: 0;
	}
	.customslider1 .slick-next:before,
	.customslider1 .slick-prev:before,
	.customslider2 .slick-next:before,
	.customslider2 .slick-prev:before{
		width: 38px;
		height: 38px;
		line-height: 38px;
		font-size: 20px;
	}
	.customslider2 .slick-prev {
		left: -18px;
	}
	.customslider2 .slick-next {
		right: -18px;
	}
	.single-events__maxlogo{
		max-height: 150px;	
	}
	.slidertitle__full::before{
		background: linear-gradient(145deg, #fff 0%, transparent 25%, #00000089 60%);
	}
}
@media (max-width: 782px) {
	.admin-bar .headerbg.sticky{
		top: 64px;
	}
}
@media (max-width: 768px) {
	header{
		min-height: 95px;
	}
	.headerbg{
		padding: 25px 0;
	}
	.headerbg .navbar-brand img{
		height: 45px;
	}
	.sliderindex.sliderindex__fullheight, .sliderindex.sliderindex__fullheight .sliderindex__slide{
		min-height: 250px;
	}
	.boxpartner {
		height: 80px;
		margin: 0 30px;
	}
	.boxpartner img{
		max-height: 80px;
		max-width: 160px;
	}
	.slidertitle__full{
		margin-top: -95px;
		padding-top: 95px;
		padding-bottom: calc(50px + 30px);
		min-height: 50dvh;
	}
	.single-events{
		margin-top: -50px;
	}
}
@media (max-width: 600px) {
	.admin-bar .headerbg.sticky{
		top: 0;
	}
}
@media (max-width: 575px) {
	.boxpartner {
		height: 60px;
		margin: 0 20px;
	}
	.boxpartner img{
		max-height: 60px;
		max-width: 120px;
	}
	.footerbottom .sharesocial li a{
		width: 40px;
		height: 40px;
		line-height: calc(40px - 2px - 2px);
		font-size: 18px;
	}
	.sliderhomebox__video{
		width: 115%;
	}
	.boxevent__logo img{
		max-height: 100px;
	}
	.boxevent__content{
		padding: 25px;
	}
	.nav-tabs.customtabs__style1 .nav-link{
		padding: 10px 55px;
	}
	.sliderindex .sliderindex__slide::before{
		background-size: 40%;
	}
	.singlecontentbg p,
	.singlecontentbg ul,
	.singlecontentbg ol{
		font-size: 17px;
		line-height: 1.5;
	}
	.single-events > .container:first-child{
		padding-right: 0;
		padding-left: 0;
	}
	.single-events > .container:first-child > .rounded-xl{
		border-radius: 0 !important;
		padding: 15px;
	}
	.customslider2 .slick-prev {
		left: 15px;
	}
	.customslider2 .slick-next {
		right: 15px;
	}
	.single-events{
		margin-top: 0;
	}
	.slidertitle__full{
		padding-bottom: 30px;
		min-height: 350px
	}
}
@media (max-width: 375px) {
}
@media (min-width: 1190px) {
	.container{max-width: 1130px;}
}
@media (min-width: 1340px) {
	.container{max-width: 1280px;}
}
@media (min-width: 1440px) {
	.container{max-width: 1320px;}
}