@import 'assets/css/bootstrap-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-4.0.0.min.css?v=1.4';
:root {
	color-scheme: light only;
    color: #1abaa9;
	color: #2a3087;
}
.headerbg{
    z-index: 200;
	position: relative;
    transition: .8s;
    min-height: 680px;
}
.headerbg__padding{
    padding: 60px 0;
}
.headerbg__small.headerbg{
    min-height: inherit;
}
.headerbg__content{
    padding: 50px 0;
}
.headerbg__logo_logo img{
    height: 100px;
}
.headerbg__small .headerbg__padding{
    padding: 30px 0;
}
.headerbg__small .headerbg__content{
    padding: 0 0 40px 0;
}
.headerbg__small .headerbg__logo_logo img{
    height: 80px;
}
.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: 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: '\f061';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 12px;
    padding-left: 2px;
	padding-right: 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: #1abaa9;
	transition: .4s;
}
.iconbars span:nth-child(2){
	width: 20px;
}
.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: #1abaa9;
}
.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: #1abaa9;
}
.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: .1s;
    transform: translateY(-10px) !important;
    position: relative !important;
    background-color: #2a3087;
    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;
	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;
}
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: #1abaa9;
	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 ul li::marker{
    color: #1abaa9;
    font-size: 24px;
}
.singlecontentbg ol li::marker{
    color: #1abaa9;
    font-size: 20px;
}
.singlecontentbg a:not(.btn){
	font-weight: 500;
	color: #1abaa9;
}
.singlecontentbg a:hover:not(.btn){
	color: #2a3087;
}
.singlecontentbg img{
    margin-top: 30px;
    margin-bottom: 30px;
}
.singlecontentbg *:last-child{
    margin-bottom: 0;
}
.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: #1abaa9;
    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: 16px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #2a3087;
    border-radius: 50px;
}
.footerbottom a{
    color: #ffffffb1;
}
.footerbottom a:hover{
    color: #1abaa9;
}
.footerbottom .border-w6{
    margin-left: -3.5px;
}
.footerbottom .border-light{
    border-color: #ffffff3b !important;
}
.text-white-70{
    color: #ffffffb1;
}
.footerbottom__links li{
    margin-bottom: 7px;
}
.customlist li + li{
    margin-top: 14px;
}
.customlist li{
    position: relative;
    padding-left: 25px;
}
.customlist li::before{
    position: absolute;
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    top: 0;
    left: 0;
    color: #2a3087;
}
.bg-light2 .border-bottom{
    border-color: rgba(0, 0, 0, 0.1) !important;
}
.customcolorscol > [class^="col"]:nth-child(1) .bg-light2,
.customcolorscol > [class^="col"]:nth-child(4) .bg-light2{
    background-color: #dee0f3 !important;
}
.customcolorscol > [class^="col"]:nth-child(2) .bg-light2 .text-secondary,
.customcolorscol > [class^="col"]:nth-child(2) .bg-light2 .customlist li::before,
.customcolorscol > [class^="col"]:nth-child(3) .bg-light2 .text-secondary,
.customcolorscol > [class^="col"]:nth-child(3) .bg-light2 .customlist li::before{
    color: #1abaa9 !important;
}
.customcolorscol > [class^="col"]:nth-child(2) .bg-light2,
.customcolorscol > [class^="col"]:nth-child(3) .bg-light2{
    background-color: #eef2ee !important;
}
.footerbottom .sharesocial li{
    margin: 0;
}
.footerbottom .sharesocial li + li{
    margin-left: 10px;
}
.footerbottom .sharesocial li a{
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
}
.footerbottom .sharesocial li a.kikk{
    background: url(assets/img/kikk.png) no-repeat;
    background-size: 100%;
    height: 50px;
    width: 100px;
    display: block;
    border-radius: 0;
}
.boxuser2{
    margin-top: calc(40px + 20px);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 30px -12px;
}
.boxuser2:hover{
    transform: scale(1.01);
}
.boxuser2 .boxuser2__thu{
    margin-right: 25px;
    margin-left: 25px;
    top: -40px;
    margin-bottom: -40px;
}
.boxuser2__icon{
    background-color: #e1e1e1;
    color: #5d5d5d;
    width: 26px;
    height: 26px;
    top: calc(-40px + 10px);
    right: 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-left: 8px;
}
.boxuser2:hover:not(.boxusernohover) .boxuser2__icon{
    width: 145px;
    height: auto;
    border-radius: 20px;
    transition: border-radius 0s, width 2s, height 2s;
    background-color: #2a3087;
    color: #fff;
}
.boxuser2__text{
    min-height: 145px;
}
.banbox{
    min-height: 450px;
}
.banbox::before{
    background: linear-gradient(90deg, transparent 0%, #2e304c 100%);
}
.boxnumber{
    padding-top: 90px;
}
.boxnumber.boxnumber__2{
    padding-top: 20px;
}
.boxnumber .boxnumber__icon{
    background-color: #1abaa9;
    top: -70px;
    left: -40px;
    width: 150px;
    height: 150px;
    padding: calc(70px + 15px) 0 0 calc(40px + 20px);
    border-radius: 50%;
}
.boxnumber__title{
    padding-left: calc(100px - 30px - 10px);
    padding-bottom: 10px;
}
.boxnumber.boxnumber__2 .boxnumber__icon{
    background-color: #2a3087;
    top: -30px;
    left: -30px;
    width: 100px;
    height: 100px;
    padding: calc(30px + 15px) 0 0 calc(30px + 25px);
}
.customtable__style1.table{
    border-collapse: separate;
    border-spacing: 8px;
    border: 0;
    border-radius: 10px;
    background-color: #2a3087;
}
.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: #dee3ff;
}
.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: 2400px) {
    .slidertopheader::after{width: 900px;}
}
@media (max-width: 2000px) {
    .slidertopheader::after{width: 800px;}
}
@media (max-width: 1800px) {
    .slidertopheader::after{width: 700px;}
}
@media (max-width: 1700px) {
    .slidertopheader::after{width: 640px;}
}
@media (max-width: 1600px) {
    .slidertopheader::after{width: 570px;}
}
@media (max-width: 1500px) {
    .slidertopheader::after{width: 550px;}
}
@media (max-width: 1400px) {
    .slidertopheader::after{width: 510px;}
}
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
    .headerbg__logo_logo img,.headerbg__small .headerbg__logo_logo img{height: 60px;}
    .headerbg{min-height: 450px;}
    .headerbg__content{padding-top: 0;}
    .custombordermobile{border: 0 !important;}
}
@media (max-width: 768px) {
    .timeclock__custom #clock p{font-size: 30px;}
    .timeclock__custom #clock span{font-size: 16px;}
    .fa-w30{width: 20px;max-width: 20px;}
}
@media (max-width: 500px) {
    .headerbg,.headerbg__small.headerbg{min-height: inherit}
    .headerbg__padding,.headerbg__small .headerbg__padding{padding: 30px 0;}
    .headerbg__logo_logo img,.headerbg__small .headerbg__logo_logo img{height: 45px;}
    .headerbg__content,.headerbg__small .headerbg__content{padding-bottom: 30px;}
    .singlecontentbg h1{font-size: 28px}.singlecontentbg h2{font-size: 26px}.singlecontentbg h3{font-size: 24px}.singlecontentbg h4{font-size: 22px}.singlecontentbg h5{font-size: 20px}.singlecontentbg h6{font-size: 18px}
    .singlecontentbg.font-sm p, .singlecontentbg.font-sm ul, .singlecontentbg.font-sm ol,.singlecontentbg p, .singlecontentbg ul, .singlecontentbg ol{font-size: 16px;line-height: 1.5;}
}
@media (max-width: 375px) {
    .singlecontentbg h1{font-size: 26px}.singlecontentbg h2{font-size: 24px}.singlecontentbg h3{font-size: 22px}.singlecontentbg h4{font-size: 20px}.singlecontentbg h5{font-size: 18px}.singlecontentbg h6{font-size: 16px}
}
@media (min-width: 1190px) {
	.container{max-width: 1130px;}
}
@media (min-width: 1340px) {
	.container{max-width: 1280px;}
}
@media (min-width: 1440px) {
	.container{max-width: 1320px;}
}