@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?v=1.4';
@import 'assets/css/magnific-popup-1.1.0.min.css';
@import 'assets/css/intlTelInput.min.css';
html{
    color-scheme: dark;
}
:root {
	color-scheme: dark;
}
select,
select option{
    background-color: #2a5b58 !important;
    color: #fff !important;
}
header{
    min-height: 136px;
}
.slidertopheader{
    margin-top: -136px;
    min-height: 100vh;
}
.slidertopheader__pages{
    min-height: 400px;
    padding-bottom: 50px;
}
.headerbg{
	z-index: 200;
	position: relative;
    transition: .8s;
}
.headerbg__logo_logo img{
    height: 80px;
}
.sidenav .navbar-nav .nav-item .nav-link .fa{
    margin-right: 7px;
    margin-bottom: 2px;
    font-size: 15px;
}
.slidertopheader__box .boxpartner,
.boxpartnerslider .boxpartner{
    height: 60px;
}
.slidertopheader__box .boxpartner img,
.boxpartnerslider .boxpartner img{
    max-height: 60px;
}
.headerbg.sticky{
    position: fixed;
	top: 0;
    left: 0;
    visibility: visible !important;
    background-color: #124c47;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #9dcc48;
}
.headerbg.sticky *{
    visibility: visible !important;
}
.headerbg.sticky .row{
    padding-top: 10px !important;
}
.headerbg.sticky .headerbg__logo_logo img{
    height: 35px;
}
.headerbg.sticky .img-h20{
    height: 15px !important;
}
.slidertopheader .slidertopheader__container{
    z-index: 6;
    padding-top: calc(136px + 30px);
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
    height: 100%;
}
.slidertopheader__box .sharesocial li{
    margin: 0 6px;
}
.slidertopheader__box .sharesocial li a{
    color: #9dcc48;
    border: 2px solid #9dcc48;
    font-size: 23px;
    width: 50px;
    height: 50px;
    line-height: 46px;
}
.slidertopheader .border-light{
    border-color: rgba(255, 255, 255, 0.2) !important;
}
.border-light{
    border-color: rgba(255, 255, 255, 0.2) !important;
}
.timeclock__custom #clock{
    margin-right: -10px;
    margin-left: -10px;
}
.timeclock__custom_col{
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 8px;
}
.timeclock__custom .timeclock__custom_col > div{
    border-radius: 6px;
    padding: 0 10px;
}
.timeclock__custom #clock p{
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4px;
}
.timeclock__custom #clock span{
    display: block;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.2;
    color: #ffffff83;
}
.breadcrumb{
	background-color: rgba(0, 0, 0, 0.05);
	padding: 10px 15px;
}
.breadcrumb-item{
    display: flex;
    align-items: center;
}
.breadcrumb-item.active{
    color: #fff;
}
.breadcrumb-item + .breadcrumb-item{
    padding-left: 12px;
}
.breadcrumb-item + .breadcrumb-item::before{
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 14px;
    padding-right: 12px;
    color: #9dcc48;
}
.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%);
}
.iconbars{
    position: relative;
    width: 60px;
    border-radius: 0 30px 30px 0 !important;
}
.iconbars span{
	display: block;
	height: 3px;
	border-radius: 50px;
	background-color: #fff;
	transition: .4s;
    margin-bottom: 4px;
}
.iconbars span:nth-child(1){
	width: 12px;
}
.iconbars span:nth-child(2){
	width: 22px;
}
.iconbars span:nth-child(3){
	width: 18px;
}
.sidenav {
	z-index: 1001;
	transition: 0.3s;
	top: 0;
	left: -350px;
	width: 350px;
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.sidenav::-webkit-scrollbar {
	display: none;
}
.sidenav.active{
	left: 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: #9dcc48;
}
.sidenav .navbar-nav .nav-item .nav-link{
	font-size: 18px;
	padding: 15px 30px;
	display: block;
}
.sidenav .navbar-nav .nav-item.active .nav-link{
	background-color: #9dcc48;
}
.sidenav .navbar-nav .nav-item.active .nav-link:hover{
    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 .navbar-nav .nav-item .nav-link.dropdown-toggle{
    padding-right: 60px;
}
.sidenav .navbar-nav .nav-item .nav-link.dropdown-toggle::after{
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    border: 0;
    position: absolute;
    right: 20px;
    top: auto;
}
.sidenav .navbar-nav .dropdown-menu{
    display: block;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: .4s transform;
    transform: translateY(-20px) !important;
    position: absolute !important;
    background-color: #082422;
    margin: 0;
    padding: 25px;
    border-radius: 0;
    width: 100%;
    border: 0;
}
.sidenav .navbar-nav .dropdown-menu .dropdown-item{
    border-left: 4px solid transparent;
    text-wrap: auto;
}
.sidenav .navbar-nav .dropdown-menu.show{
    visibility: visible;
    opacity: 1;
    height: 100%;
    transform: translateY(0) !important;
    transition: .4s transform;
    position: relative !important;
}
.sidenav .navbar-nav .dropdown-menu li + li{
    margin-top: 20px;
}
.sidenav .navbar-nav .dropdown-menu .dropdown-item{
    padding: 0 10px;
    font-size: 18px;
}
.sidenav .navbar-nav .dropdown-menu .dropdown-item:hover{
    background-color: #082422;
    color: #9dcc48;
}
.sidenav .navbar-nav .dropdown-menu .dropdown-item.active,
.sidenav .navbar-nav .dropdown-menu .dropdown-item:active{
    background-color: #082422;
    border-color: #9dcc48;
    color: #9dcc48;
}
#sidebody{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
	transition: .45s;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}
#sidebody.active{
	z-index: 1000;
	opacity: 1;
	visibility: visible;
}
label{
    cursor: pointer;
}
.fa-w40{
    width: 40px;
    flex: 0 0 40px;
    max-width: 40px;
}
.fa-w30{
    width: 30px;
    flex: 0 0 30px;
    max-width: 30px;
}
body.stop{
	overflow: hidden !important;	
}
.singlecontentbg h1,
.singlecontentbg h2,
.singlecontentbg h3,
.singlecontentbg h4,
.singlecontentbg h5,
.singlecontentbg h6{
	color: #9dcc48;
	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 p{
    line-height: 1.6;
}
.singlecontentbg p,
.singlecontentbg ul,
.singlecontentbg ol{
	font-size: 20px;
}
.singlecontentbg ul,
.singlecontentbg ol{
    line-height: 1.4;
}
.singlecontentbg li + li{
    margin-top: 10px;
}
.singlecontentbg.font-bigger p,
.singlecontentbg.font-bigger ul,
.singlecontentbg.font-bigger ol{
	font-size: 28px;
}
.singlecontentbg.font-sm p,
.singlecontentbg.font-sm ul,
.singlecontentbg.font-sm ol{
	font-size: 17px;
    line-height: 1.4;
}
.singlecontentbg.font-sm ul,
.singlecontentbg.font-sm ol{
    margin: 15px 0;
}
.singlecontentbg.font-sm p + h1,
.singlecontentbg.font-sm p + h2,
.singlecontentbg.font-sm p + h3,
.singlecontentbg.font-sm p + h4,
.singlecontentbg.font-sm p + h5,
.singlecontentbg.font-sm p + h6{
	margin-top: 15px;
}
.singlecontentbg.font-sm p{
    margin-bottom: 10px;
}
.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: #9dcc48;
}
.singlecontentbg a:not(.btn){
	font-weight: 500;
	color: #9dcc48;
}
.singlecontentbg a:not(.btn):hover{
	color: #9dcc48;
}
.singlecontentbg img{
    margin-top: 30px;
    margin-bottom: 30px;
}
.singlecontentbg *:last-child{
    margin-bottom: 0;
}
.singlecontentbg.text-light2 strong{
    color: #20252a;
}
.singlecontentbg strong{
    font-weight: 500;
}
.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: #9dcc48;
    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);
	}
}
.titleline::before{
    position: absolute;
    content: '';
    top: 14px;
    left: 0;
    width: 100%;
    height: 15px;
    border-radius: 50px;
    background: linear-gradient(-45deg, #9dcc48, #9dcc48, #9dcc48, #9dcc48);
    animation: gradient 4s ease infinite;
    background-size: 200% 200%;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.footerbottom{
    background-position: right bottom;
}
.footerbottom a{
    color: #ffffffb1;
}
.footerbottom a:hover{
    color: #9dcc48;
}
.footerbottom .border-top{
    border-color: rgba(255, 255, 255, 0.1) !important;
}
.text-white-70{
    color: #ffffffb1;
}
.text-white-20{
    color: rgba(255, 255, 255, 0.2);
}
.footerbottom__links li{
    margin-bottom: 7px;
}
.headerbg .btn{
    padding: 8px 12px 4px;
}
.btn{
    border-radius: 8px;
}
.text-gra{
    background: linear-gradient(280deg, #9dcc48, #7db745);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-primary{
    background: linear-gradient(to right, #9dcc48 0%, #7db745 50%, #9dcc48 100%);
}
.btn-primary{
    border: 0;
    background-size: 200% auto;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
    background-position: right center;
}
.textspace{
    white-space: nowrap;
}
.textspace span{
    display: flex;
    align-items: center;
}
.textspace span::before{
    position: relative;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(280deg, #9dcc48, #168984);
    margin-right: 20px;
    margin-left: 20px;
}
.boxkey{
    border: 4px solid #ffffff20;
}
.boxkey:hover{
    transform: translateY(-4px);
    border-color: rgba(158, 204, 72, 0.6);
}
.custombordermobile{
    border-color: rgba(255, 255, 255, 0.2) !important;
}
.customtable__style1.table{
    border-collapse: separate;
    border-spacing: 7px;
    border: 0;
    border-radius: 8px;
    background-color: rgba(226, 230, 233, 0.2);
    color: #fff;
}
.customtable__style1.table th{
    background-color: #9dcc48;
    border: 0;
    color: #fff;
}
.customtable__style1.table td,
.customtable__style1.table th{
    padding: 15px 16px;
    vertical-align: middle;
    font-size: 19px;
    line-height: 1.3;
    border-radius: 6px;
    border: 0;
}
.customtable__style1 tbody tr{
    background-color: transparent;
}
.customtable__style1 tbody tr:nth-child(odd) td{
    background-color: rgba(226, 230, 233, 0.2);
}
.customtable__style1 tbody tr:nth-child(even) td{
    background-color: rgba(226, 230, 233, 0.3);
}
.customtable__width1 td:nth-child(1){
    width: 30%;
}
.customtable__width1 td:nth-child(2){
    width: 70%;
}
.customlogokfup{
    height: 25px;
}
.singlecontentbg ol > li > ul{
    list-style: disc;
    padding-left: 15px;
    margin: 10px 0 20px !important;
}
.singlecontentbg ul > li > ul{
    padding-left: 20px;
    margin: 10px 0 20px !important;
}
.singlecontentbg hr{
    border-top: 2px solid rgb(255 255 255 / 10%);
    margin-top: 30px;
    margin-bottom: 30px;
}
.card-columns.card-columns__2{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.customaccordion .card {
    border-radius: 0;
    border: 0;
	background-color: rgba(226, 230, 233, 0.1);
    box-shadow: none;
    border: 2px solid rgba(226, 230, 233, 0.15);
    transition: border .5s;
    margin-bottom: 10px;
}
.customaccordion .card:has(.collapse.show){
    border: 2px solid rgba(158, 204, 72, 0.4);
}
.customaccordion .card .card-header {
    border-radius: 0;
	padding: 0;
	background-color: transparent;
	border: none;
}
.customaccordion .card .card-header a {
    display: block;
    font-size: 18px;
    color: #9dcc48;
    background-color: transparent;
    padding: 0 30px;
    padding-right: 55px;
    position: relative;
}
.customaccordion .card .card-header a.collapsed:hover {
	color: #9dcc48;
}
.customaccordion .card .card-header a.collapsed {
    color: #fff;
    background-color: transparent;
}
.customaccordion .card .card-header a:before {
    position: absolute;
    content: "\f077";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    top: 20px;
    right: 20px;
    font-size: 15px;
}
.customaccordion .card .card-header a.collapsed:before {
    content: "\f078";
}
.customaccordion .card .card-body {
    background-color: transparent;
    font-size: 16px;
    line-height: 1.5;
    border: none;
    padding: 15px 30px 30px;
    color: #fff;
}
.customaccordion .card .card-body p:last-child {
    margin-bottom: 0;
}
.collapsed .icontrack{
    border-radius: 0;
}
.icontrack{
    width: 50px;
    height: 60px;
    border-radius: 0 0 15px 15px;
    margin-left: 30px;
    transition: .5s;
}
.boxspeakers{
    border-radius: 15px;
}
.boxspeakers img{
    border-radius: 15px 0 15px 0;
}
.boxspeakers:hover{
    background-color: rgba(226, 230, 233, 0.2) !important;
    transform: translateY(-4px);
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
/* Speakers grid — circular portrait overlapping the top of the card */
.boxspeakers__row > [class*="col-"]{
    padding-top: 115px;
}
.boxspeaker{
    padding: 0 25px 30px;
    border: 2px solid rgba(157, 204, 72, 0.35);
    transition: .4s;
}
.boxspeaker__img{
    margin-top: -100px;
    margin-bottom: 22px;
    border: 5px solid #9dcc48;
    background-color: #0a1f24;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
}
.boxspeaker__bio{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.boxspeaker:hover{
    background-color: rgba(226, 230, 233, 0.2) !important;
    border-color: #9dcc48;
    transform: translateY(-6px);
    box-shadow: rgba(17, 12, 46, 0.15) 0px 30px 70px 0px;
}
/*--------- Responsive ----- */
@media (max-width: 992px) {
    .headerbg__logo_logo img{height: 60px}
    header{min-height: 84px}
    .slidertopheader{margin-top: -84px;}
    .slidertopheader .slidertopheader__container{padding-top: calc(84px + 30px);}
    .slidertopheader__box .boxpartner, .boxpartnerslider .boxpartner{height: 40px;}
    .slidertopheader__box .boxpartner img, .boxpartnerslider .boxpartner img{max-height: 40px;}
    .custombordermobile{border-top: 1px solid rgba(255, 255, 255, 0.2);border-left: 0 !important;}
    .modalfull .modal-dialog{width: 100%;max-width: 100%;height: auto;}
}
@media (max-width: 768px) {
    .timeclock__custom #clock p{font-size: 24px;}
    .timeclock__custom #clock span{font-size: 14px;}
    .fa-w30{width: 20px;flex: 0 0 20px;max-width: 20px}
    .slidertopheader .slidertopheader__container{padding-right: 15px;padding-left: 15px;}
    .iconbars{width: 45px;}
    .customlogokfup{height: 15px;}
    .card-columns.card-columns__2{-webkit-column-count: 1;-moz-column-count: 1;column-count: 1}
    .customaccordion .card .card-header a{padding: 10px 60px 10px 20px;}
    .customaccordion .card .card-body{padding: 10px 15px 15px;}
    .icontrack{width: 35px;height: 35px;border-radius: 50px !important;margin-left: 12px;}
    .singlecontentbg p, .singlecontentbg ul, .singlecontentbg ol{font-size: 17px;}
}
@media (max-width: 500px) {
    .textspace span::before{display: none;}
    .textspace{white-space: wrap}
    .headerbg__logo_logo img{height: 40px}
}
@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;}
}