@import 'assets/css/bootstrap-rtl-4.5.3.min.css';
@import 'assets/css/fontawesome-6.4.2.min.css';
@import 'assets/css/magnific-popup-1.1.0.min.css';
@import 'assets/css/helper-rtl-4.0.0.min.css?v=3.1';
:root {
	color-scheme: light only;
    color: #a0dc3a;
	color: #127a61;
}
header{
    min-height: 252px;
}
.slidertopheader{
    margin-top: -252px;
    padding-top: calc(252px - 100px);
    height: 100dvh;
}
.headerbg{
	z-index: 200;
	position: relative;
    transition: .8s;
}
.headerbg::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 45%;
    height: calc(252px - 80px);
    background-color: #fff;
}
.headerbg__logo_logo img{
    height: 100px;
}
@media (min-width: 1200px){
    .headerbg .navbar .navbar-nav .nav-item{
        margin-right: 25px;
    }
}
.headerbg .navbar .navbar-nav .nav-item .nav-link {
	font-size: 17px;
	padding: 0;
    border-radius: 50px;
	color: #151515;
    position: relative;
	display: flex;
	align-items: center;
}
.headerbg .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle{
    padding-left: 25px !important;
}
.headerbg .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after{
	top: 1px;
	font-size: 17px;
}
.headerbg .navbar .navbar-nav .nav-item .nav-link:hover{
    color: #127a61;
}
.headerbg .navbar .navbar-nav .nav-item.active .nav-link,
.headerbg .navbar .navbar-nav .nav-item .nav-link.active{
    color: #127a61;
    font-weight: 500;
}
.navbar__sticky{
    transition: 1s;
    border-radius: 0.85rem 0.85rem 0 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.navbar__sticky.active{
    width: 100%;
	position: fixed !important;
	top: 0;
    right: 0;
    margin-top: 0 !important;
    border-radius: 0 !important;
    visibility: visible !important;
}
.navbar__sticky.active .navbar .navbar-nav .nav-item .nav-link{
    font-size: 16px;
}
.navbar__sticky.active .btn-lg{
    border-radius: 5px;
    min-height: 40px;
    padding: 6px 12px;
    font-size: 16px;
}
.slidertopheader__bg{
    top: 0;
    right: 0;
    z-index: 1;
    background-color: #00765c;
}
.slidertopheader__img{
    top: 0;
    right: 0;
    z-index: 2;
    background-image: url(assets/img/slider-3-rtl.jpg);
}
.slidertopheader::after{
    position: absolute;
    content: '';
    width: 500px;
    height: 270px;
    border-radius: 0 0 0 30%;
    top: -100px;
    right: -100px;
    z-index: 3;
    background: #0f4437;
}
.slidertopheader > .container,
.slidertopheader > .container-md{
    z-index: 4;
}
.slidertopheader__logo{
    z-index: 4;
    bottom: 60px;
    left: 60px;
}
.timeclock__custom #clock{
    margin-left: -10px;
    margin-right: -10px;
}
.timeclock__custom_col{
    padding-left: 10px;
    padding-right: 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: 500;
    line-height: 1;
    margin-bottom: 4px;
}
.timeclock__custom #clock span{
    display: block;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.2;
    color: #ffffff94;
}
.breadcrumb{
	background-color: rgba(255, 255, 255, 0.15);
	padding: 8px 15px;
	border-radius: 7px;
}
.breadcrumb-item a,
.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-item.active{
    color: #fff;
}
.breadcrumb-item a:hover{
    color: #a0dc3a;
}
.breadcrumb-item + .breadcrumb-item::before{
    content: '\f060';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 12px;
    padding-right: 2px;
	padding-left: 12px;
	margin-top: 2px;
}
.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%);
}
.rounded-xxl{
    border-radius: 40px;
}
.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: #a0dc3a;
	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: #0f4437;
}
.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: #0f4437;
}
.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-left: 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;
    left: 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: #127a61;
    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: rgba(21, 21, 21, 0.8);
	transition: .45s;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}
#sidebody.active{
	z-index: 1000;
	opacity: 1;
	visibility: visible;
}
label{
    cursor: pointer;
}
.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: #127a61;
	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.6;
}
.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: #127a61;
    font-size: 24px;
}
.singlecontentbg a{
	font-weight: 500;
	color: #127a61;
}
.singlecontentbg a:hover{
	color: #a0dc3a;
}
.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: #00765c;
    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: 13px;
    right: 0;
    width: 100%;
    height: 10px;
    background-color: #a0dc3a;
    border-radius: 50px;
}
.footerbottom a{
    color: #ffffffb1;
}
.footerbottom a:hover{
    color: #151515;
}
.footerbottom .border-w6{
    margin-right: -3.5px;
}
.footerbottom .border-light{
    border-color: #ffffff3b !important;
}
.text-white-70{
    color: #ffffffb1;
}
.footerbottom__links li{
    margin-bottom: 7px;
}
.text-shadow-1{
    text-shadow: -1px 1px 2px #131c16;
}
.rowevenbg > .row:nth-child(even){
    flex-direction: row-reverse;
    background-color: #00765c;
    color: #fff;
}
.rowevenbg > .row:nth-child(odd){
    background-color: #f3fffc;
}
.rowevenbg > .row:nth-child(even) .text-light{
    color: rgba(255, 255, 255, 0.7) !important;
}
.slidertopheader__pages{
    height: auto;
    padding-top: 252px;
    padding-bottom: 20px;
    min-height: 200px;
}
.boxuser2{
    margin-top: calc(40px + 20px);
    transition: .6s;
}
.boxuser2:hover{
    transform: translateY(-10px);
}
.boxuser2 .boxuser2__thu{
    margin-left: 25px;
    margin-right: 25px;
    top: -40px;
    margin-bottom: -40px;
}
.boxuser2__icon{
    background-color: #e1e1e1;
    color: #5d5d5d;
    width: 26px;
    height: 26px;
    top: calc(-40px + 10px);
    left: calc(25px + 10px);
    border-radius: 50%;
    text-wrap: nowrap;
    overflow: hidden;
    padding: 5px;
    transition: border-radius 5s, width 2s, height 2s;
    z-index: 3;
}
.boxuser2__icon span{
    margin-right: 8px;
}
.boxuser2:hover:not(.boxusernohover) .boxuser2__icon{
    width: 145px;
    height: auto;
    border-radius: 20px;
    transition: border-radius 0s, width 2s, height 2s;
    background-color: #2D368F;
    color: #fff;
}
.boxuser2__text{
    min-height: 105px;
}
.customtable__style1.table{
    border-collapse: separate;
    border-spacing: 8px;
    border: 0;
    border-radius: 10px;
    background-color: #127a61;
}
.customtable__style1.table th{
    background-color: rgba(0, 0, 0, 0.172);
    color: #fff;
    border: 0;
}
.customtable__style1.table td,
.customtable__style1.table th{
    padding: 10px 16px;
    vertical-align: middle;
    font-size: 18px;
    border-radius: 4px;
    border: 0;
}
.customtable__style1.table-striped tbody tr:nth-of-type(odd){
    background-color: #f0fcf9;
}
.customtable__style1.table-striped tbody tr:nth-of-type(even){
    background-color: #fff;
}
.customtable__style1.table th:nth-child(1){
    width: 40%;
}
.customtable__style1.table th:nth-child(2){
    width: 40%;
}
.customtable__style1.table th:nth-child(3){
    width: 20%;
}
.customtable__style1_flag{
    width: 24px;
    height: 15px;
}
/*--------- Responsive ----- */
@media (max-width: 1800px) {
    .slidertopheader::after{width: 650px;}
}
@media (max-width: 1700px) {
    .slidertopheader::after{width: 590px;}
}
@media (max-width: 1600px) {
    .slidertopheader::after{width: 550px;}
}
@media (max-width: 1500px) {
    .slidertopheader::after{width: 500px;}
}
@media (max-width: 1400px) {
    .slidertopheader::after{width: 470px;}
}
@media (max-width: 1200px) {
    header{min-height: 132px}
    .slidertopheader{margin-top: -132px;padding-top: calc(132px - 100px);height: 100dvh}
    .slidertopheader__pages{height: auto;padding-top: 252px;padding-bottom: 20px;min-height: 200px;}
    .headerbg::before{height: 132px;border-radius: 0 0 30px 0;}
    .slidertopheader::after{border-radius: 0 0 0 30px;height: 232px;}
    .navbar__sticky{display: none;}
    .headerbg.sticky{position: fixed;background-color: #00765c;}
    .headerbg.sticky .noshowSticky{display: none !important;}
    .headerbg.sticky .wow{visibility: visible !important;opacity: 1 !important;}
    .headerbg.sticky::before{display: none;}
    .headerbg.sticky .row.py-3{padding: 5px 0 !important;}
}
@media (max-width: 992px) {
    header{min-height: 102px}
    .slidertopheader{margin-top: -102px;;height: auto;padding-top: calc(102px + 50px);padding-bottom: 50px;}
    .slidertopheader__logo{position: static !important;}
    .slidertopheader::after{display: none;}
    .headerbg__logo_logo img{height: 70px;}
    .headerbg::before{height: 102px;border-radius: 0 0 30px 0;width: 50.6%;}
    .iconbars span{width: 20px;}
    .iconbars span:nth-child(2){width: 16px;}
    .iconbars span + span{margin-top: 3px;}
    .slidertopheader__img{background-position: left -200px top;}
    .custombordermobile{border: 0 !important;}
}
@media (max-width: 768px) {
    header{min-height: 112px}
    .slidertopheader{margin-top: -112px;;padding-top: calc(112px + 20px);padding-bottom: 20px;}
    .headerbg__logo_logo img{height: 80px;}
    .timeclock__custom #clock p{font-size: 30px;}
    .timeclock__custom #clock span{font-size: 16px;}
    .fa-w30{width: 20px;max-width: 20px;}
    .slidertopheader__img{background-size: cover;background-position: center;background-image: url(assets/img/slider-3-onmobile.jpg) !important;}
    .headerbg::before{display: none;}
    .custombgwhite{background-color: #fff;}
    .customtable__style1.table{width: 800px;}
}
@media (max-width: 500px) {
}
@media (max-width: 375px) {
    header{min-height: 179px}
    .slidertopheader{margin-top: -179px;;padding-top: calc(179px + 20px);padding-bottom: 20px;}
    .headerbg__logo_logo img{height: 60px;}
}
@media (min-width: 1190px) {
	.container{max-width: 1130px;}
}
@media (min-width: 1340px) {
	.container{max-width: 1280px;}
}
@media (min-width: 1440px) {
	.container{max-width: 1320px;}
}