@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.2';
@import 'assets/css/magnific-popup-1.1.0.min.css';
@import 'assets/css/intlTelInput.min.css';
:root {
	color-scheme: light only;
    color: #27612f;
	color: #ce3627;
}
header{
    min-height: 118px;
}
.slidertopheader{
    margin-top: -118px;
    min-height: 100vh;
}
.innerhero{
    margin-top: -118px;
    padding-top: 118px;
    padding-bottom: 40px;
}
.slidertopheader__pages{
    min-height: 400px;
    background-position: top right;
    background-size: auto 100%;
}
.headerbg{
	z-index: 200;
	position: relative;
    transition: .8s;
}
.headerbg__logo_logo img{
    height: 70px;
}
.sidenav .navbar-nav .nav-item .nav-link .fa{
    margin-right: 7px;
    margin-bottom: 2px;
    font-size: 15px;
}
.headerbg.sticky{
    position: fixed;
	top: 0;
    left: 0;
    visibility: visible !important;
    background-color: #273e2f;
    padding-top: 10px;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #27612f;
}
.headerbg.sticky .row{
    padding: 0 !important;
}
.headerbg.sticky .wow{
    visibility: visible !important;
}
.headerbg.sticky .customlogokfup{
    height: 20px;
}
.headerbg.sticky .headerbg__logo_logo img{
    height: 35px;
}
.headerbg.sticky .iconbars{
    width: 40px !important;
    height: 40px !important;
    min-height: 40px;
    margin-right: 10px !important;
}
.headerbg2::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, transparent 0%, #ffffff62 100%);
}
.slidertopheade2r::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(39, 97, 47, 0.4) 0%, rgb(255, 255, 255) 100%);
}
.slidertopheader .slidertopheader__container{
    z-index: 6;
    padding-top: calc(118px + 30px);
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
    height: 100%;
}
.timeclock__custom_col div{
    width: 100%;
    border-radius: 24px;
    padding: 20px;
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(10px);
    border:1px solid rgba(111,255,163,.25);
    box-shadow: 0 0 30px rgba(32,255,122,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.timeclock__custom_col div::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(130deg, rgba(0,255,136,.15), transparent 40%);
}
.timeclock__custom #clock{
    margin-right: -10px;
    margin-left: -10px;
}
.timeclock__custom_col{
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 8px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.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(255, 255, 255, 0.05);
	padding: 10px 25px;
}
.breadcrumb-item{
    display: flex;
    align-items: center;
}
.breadcrumb-item.active,
.breadcrumb-item a{
    color: #fff;
}
.breadcrumb-item a:hover{
    color: #27612f;
}
.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: #5ff973;
}
.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;
    padding-top: 11px;
}
.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: #5ff973;
}
.sidenav .navbar-nav .nav-item .nav-link{
	font-size: 18px;
	padding: 15px 30px;
	display: flex;
    align-items: center;
}
.sidenav .navbar-nav .nav-item.active .nav-link{
	background-color: #5ff973;
    color: #27612f;
}
.sidenav .navbar-nav .nav-item.active .nav-link:hover{
    color: #27612f;
}
.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: .1s;
    transform: translateY(-10px) !important;
    position: relative !important;
    background-color: #27612f;
    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: #2b91cd;
    color: #fff;
}
#sidebody{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #27612f59;
    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: #5ff973;
	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.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: 18px;
    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: #5ff973;
    font-size: 22px;
}
.singlecontentbg a:not(.btn){
	font-weight: 500;
	color: #5ff973;
}
.singlecontentbg a:hover:not(.btn){
	color: #5ff973;
}
.singlecontentbg img{
    margin-top: 30px;
    margin-bottom: 30px;
}
.singlecontentbg *:last-child{
    margin-bottom: 0;
}
.singlecontentbg.text-light2 strong{
    color: #20252a;
}
.singlecontentbg strong{
    font-weight: 700;
}
.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: #27612f;
    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-white-70{
    color: #ffffffb1;
}
.text-white-20{
    color: rgba(255, 255, 255, 0.2);
}
.btn{
    font-weight: 600;
}
.text-gra{
    background: linear-gradient(280deg, #27612f, #5ff973);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-primary-2{
    color: #5ff973;
}
.boxkey{
    border: 4px solid #ffffff20;
}
.boxkey:hover{
    transform: translateY(-4px);
    border-color: rgba(95, 249, 116, 0.3);
}
.custombordermobile{
    border-color: rgba(255, 255, 255, 0.2) !important;
}
.customtable__style1.table{
    border-collapse: separate;
    border-spacing: 7px;
    border: 0;
    border-radius: 8px;
    color: #fff;
}
.customtable__style1.table th{
    background-color: #27612f;
    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%;
}
.section-heading{
    padding: 60px 0 0;
}
.section-heading__bg{
    left: 0;
    top: 0;
    font-size: 120px;
    font-weight: 900;
    text-transform: uppercase;
    color: rgba(255,255,255,.035);
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    letter-spacing: 6px;
}
.section-heading__label{
    gap: 12px;
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.section-heading__label::before{
    content: '';
    width: 35px;
    height: 1px;
    background: rgba(103,255,154,.7);
}
.section-heading__title{
    z-index: 2;
    letter-spacing: 3px;
}
.section-heading__line{
    width: 220px;
    height: 5px;
    margin-top: 28px;
    background: linear-gradient(90deg, #27612f, #5ff973);
    border-radius: 50px;
}
.section-heading__line::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 5px;
    transform: translateY(-50%);
    border-radius: 50px;
    background: #ccffd3;
    box-shadow: 0 0 10px #5ff973, 0 0 25px #5ff973, 0 0 45px #5ff973;
    animation: energyMove 6s linear infinite;
}
@keyframes energyMove{
    0%{left: 0;opacity: 1;}
    25%{opacity: .8;}
    50%{left: 100%;transform: translate(-100%, -50%);opacity: 1;}
    100%{left: 0;opacity: .8;}
}
footer::before{
    content:'SAS-CI 26';
    position:absolute;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
    font-size:220px;
    font-weight:900;
    letter-spacing:10px;
    color:rgba(255,255,255,.025);
    white-space:nowrap;
    pointer-events:none;
    user-select:none;
    z-index:0;
    animation: floatText 5s ease-in-out infinite alternate;
}
@keyframes floatText{0%{transform:translateX(-50%)translateY(0px);}100%{transform:translateX(-50%)translateY(-18px);}}
.footerbottom{
    z-index: 2;
    background: rgba(255,255,255,.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,.06);
    box-shadow: 0 0 40px rgba(0,0,0,.25), inset 0 0 0 1px rgba(255,255,255,.02);
}
footer img{
    filter: drop-shadow(0 0 15px rgba(66,255,135,.08));
}
.footer-mail:hover{
    text-shadow: 0 0 10px rgba(119,255,171,.45), 0 0 25px rgba(119,255,171,.25);
}
.innerhero{
    min-height: 480px;
    background:url('assets/img/slider-4.png');
    background-size: cover;
    background-position: center;
}
.innerhero::before{
    content:'';
    position:absolute;
    inset:0;
    background:radial-gradient( rgba(58,255,133,.15) 1px, transparent 1px);
    background-size:30px 30px;
    opacity:.18;
    pointer-events:none;
}
.innerhero::after{
    content:'';
    position:absolute;
    width:700px;
    height:700px;
    border-radius:50%;
    background:radial-gradient( rgba(52,255,130,.14), transparent 70%);
    top:-250px;
    right:-120px;
    pointer-events:none;
}
.innerhero__content{
    z-index: 2;
}
.innerhero__bg{
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    font-size:220px;
    font-weight:900;
    letter-spacing:12px;
    color:rgba(255,255,255,.03);
    white-space:nowrap;
    user-select:none;
    pointer-events:none;
    animation:floatHero 6s ease-in-out infinite alternate;
}
.innerhero__label{
    display:inline-flex;
    align-items:center;
    gap:12px;
    font-size:13px;
    font-weight:700;
    letter-spacing:3px;
    color:#66ff9f;
    margin-bottom:20px;
    text-transform:uppercase;
}
.innerhero__label::before{
    content:'';
    width:36px;
    height:1px;
    background:#66ff9f;
}
.innerhero__line{
    width:220px;
    height:2px;
    border-radius:30px;
    background:linear-gradient(90deg,#49ff8d,#ff5b45);
    margin-bottom:35px;
    position:relative;
    overflow:hidden;
}
.innerhero__line::after{
    content:'';
    position:absolute;
    top:50%;
    left:0;
    width:14px;
    height:14px;
    border-radius:50%;
    transform:translateY(-50%);
    background:#7dffae;
    box-shadow: 0 0 12px #49ff8d, 0 0 30px #49ff8d;
    animation:heroEnergy 5s linear infinite;
}
.breadcrumbhero{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:14px;
    padding:0;
    margin:0;
    list-style:none;
}
.breadcrumbhero li{
    position:relative;
    color:rgba(255,255,255,.7);
    font-size:16px;
}
.breadcrumbhero li a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}
.breadcrumbhero li a:hover{
    color:#66ff9f;
}
.breadcrumbhero li + li::before{
    content:'/';
    margin-right:14px;
    color:rgba(255,255,255,.3);
}
@keyframes heroEnergy{
    0%{
        left:0%;
    }
    100%{
        left:100%;
        transform:translate(-100%,-50%);
    }
}
@keyframes floatHero{
    0%{
        transform:translate(-50%,-50%) translateY(0px);
    }
    100%{
        transform:translate(-50%,-50%) translateY(-18px);
    }
}
.nav-tabs.customtabs {
    border-bottom: none;
    padding: 0;
}
.nav-tabs.customtabs .nav-item {
    margin-bottom: 0;
    margin-right: 40px;
}
.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;
    color: #c9c9c9;
}
.nav-tabs.customtabs .nav-item.show .nav-link,
.nav-tabs.customtabs .nav-link.active,
.nav-tabs.customtabs .nav-link:hover {
    border-color: #5ff973;
    color: #5ff973;
}
.customtable__style2.table{
    border-collapse: separate;
    border-spacing: 4px;
    border: 0;
    background-color: #f8f8fa;
    margin-bottom: 10px;
}
.customtable__style2.table.customtable__style2_toprounded{
    border-start-start-radius: 10px;
    border-start-end-radius: 10px;
}
.customtable__style2.table.customtable__style2_bottomrounded{
    border-end-start-radius: 5px;
    border-end-end-radius: 5px;
}
.customtable__style2.table.customtable__style2_primary{
    background-color: #3BB54A;
}
.customtable__style2.table.customtable__style2_secondary{
    background-color: #5ff973;
}
.customtable__style2.table th{
    background-color: #171b43;
    border: 0;
    color: #fff;
    font-weight: 500;
}
.customtable__style2.table td,
.customtable__style2.table th{
    padding: 10px 16px;
    vertical-align: middle;
    font-size: 17px;
    line-height: 1.3;
    border-radius: 4px;
    border: 0;
}
.customtable__style2 tbody tr:nth-child(odd){
    background-color: #fff;
}
.customtable__style2 tbody tr:nth-child(even){
    background-color: #f0f0f0;
}
.customtable__style2.table td:nth-child(1){
    width: 25%;
}
.customtable__style2.table td:nth-child(2){
    width: 75%;
}
.customtable__style2 ul li::marker{
    color: #27612f;
}
.customtable__style2 ul li + li{
    margin-top: 5px;
}
/*--------- Responsive ----- */
@media (max-width: 992px) {
    header{min-height: 74px}
    .headerbg__logo_logo img{height: 50px}
    .slidertopheader{margin-top: -74px;}
    .slidertopheader .slidertopheader__container{padding-top: calc(74px + 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;}
    .slidertopheader__pages{min-height: 280px;}
}
@media (max-width: 768px) {
    .timeclock__custom_col{padding-right: 3px;padding-left: 3px;}
    .timeclock__custom_col div{padding: 15px;}
    .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;}
    .customtable__width1,.customtable__width1 tbody,.customtable__width1 tr,.customtable__width1 td{display: block;width: 100% !important;margin: 4px 0;}
    header{min-height: 66px}
    .headerbg__logo_logo img{height: 35px}
    .slidertopheader{margin-top: -66px;}
    .slidertopheader .slidertopheader__container{padding-top: calc(66px + 30px);}
    .customlogokfup{height: 15px;}
}
@media (max-width: 500px) {
    .slidertopheader__pages{min-height: 200px;}
}
@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;}
}