@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.1';
:root {
	color-scheme: light only;
    color: #3BB54A;
	color: #2D368F;
}
header{
    min-height: 229px;
}
.slidertopheader{
    margin-top: -229px;
    padding-top: calc(229px - 100px);
    height: 100dvh;
}
.slidertopheader__pages{
    height: auto;
    padding-top: 252px;
    padding-bottom: 20px;
    min-height: 200px;
}
.headerbg{
	z-index: 200;
	position: relative;
    transition: .8s;
}
.headerbg__logo_logo img{
    height: 100px;
}
@media (min-width: 1200px){
    .headerbg .navbar .navbar-nav .nav-item{
        margin-left: 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-right: 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: #2D368F;
}
.headerbg .navbar .navbar-nav .nav-item.active .nav-link,
.headerbg .navbar .navbar-nav .nav-item .nav-link.active{
    color: #2D368F;
    font-weight: 500;
}
.navbar__sticky{
    transition: 1s;
    border-radius: 0.85rem 0.85rem 0 0;
}
.home .navbar__sticky,
.home .navbar__sticky .btn{
    border-radius: 50px;
}
.navbar__sticky.active{
    width: 100%;
	position: fixed;
	top: 0;
    left: 0;
    margin-top: 0 !important;
    border-radius: 0;
    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;
    left: -100px;
    z-index: 2;
    width: 66%;
    height: 95%;
    background-color: #2D368F;
    border-radius: 43% 57% 65% 35% / 49% 62% 38% 51% 
}
.slidertopheader__pages .slidertopheader__bg{
    top: 0;
    left: -100px;
    z-index: 2;
    width: 55%;
    height: calc(100% + 150px);
    border-radius: 68% 32% 62% 38% / 30% 45% 55% 70% 
}
.slidertopheader__img{
    top: 0;
    left: 0;
    z-index: 1;
}
.slidertopheader::after{
    position: absolute;
    content: '';
    width: 570px;
    height: 285px;
    border-radius: 0 0 150px 0;
    top: -100px;
    left: -100px;
    z-index: 3;
    background: #e7e9ff;
}
.slidertopheader > .container,
.slidertopheader > .container-md{
    z-index: 4;
}
.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: #3BB54A;
	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: #3BB54A;
}
.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: #3BB54A;
}
.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: #2D368F;
    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: #2D368F;
	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: #3BB54A;
    font-size: 24px;
}
.singlecontentbg a{
	font-weight: 500;
	color: #3BB54A;
}
.singlecontentbg a:hover{
	color: #2D368F;
}
.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: #3BB54A;
    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: #2D368F;
    border-radius: 50px;
}
.footerbottom a{
    color: #ffffffb1;
}
.footerbottom a:hover{
    color: #3BB54A;
}
.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: #2D368F;
}
.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: #3BB54A !important;
}
.customcolorscol > [class^="col"]:nth-child(2) .bg-light2,
.customcolorscol > [class^="col"]:nth-child(3) .bg-light2{
    background-color: #eef2ee !important;
}
/*--------- Responsive ----- */
@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) {
    header{min-height: 125px}
    .headerbg__logo_logo img{height: 70px;}
    .slidertopheader{margin-top: -125px;padding-top: calc(125px - 100px)}
    .slidertopheader__pages{height: auto;padding-top: 252px;padding-bottom: 20px;min-height: 200px;}
    .slidertopheader__pages{padding-top: 252px;padding-bottom: 20px;min-height: 200px;}
    .headerbg::before{height: 125px;border-radius: 0 0 0 30px;}
    .slidertopheader::after{border-radius: 0 0 30px 0;height: 125px;width: 450px;top: 0;}
    .navbar__sticky{display: none;}
    .headerbg.sticky{position: fixed;background-color: #e7e9ff;}
    .headerbg.sticky .headerbg__logo_logo img{height: 35px;}
    .headerbg.sticky .col-md-6.mb-2{margin-bottom: 0 !important;}
    .headerbg.sticky .noshowSticky{display: none !important;}
    .headerbg.sticky .wow{visibility: visible !important;opacity: 1 !important;}
    .headerbg.sticky::before{display: none;}
    .headerbg.sticky .row.pt-4{padding: 5px 0 !important;}
    .iconbars span{width: 20px;}
    .iconbars span:nth-child(2){width: 16px;}
    .iconbars span + span{margin-top: 3px;}
}
@media (max-width: 992px) {
    header{min-height: 110px}
    .headerbg__logo_logo img{height: 55px;}
    .slidertopheader__bg{height: 97%;width: 86%;}
    .slidertopheader{margin-top: -110px;height: auto;padding-top: calc(110px + 50px);padding-bottom: 50px;}
    .slidertopheader__pages.slidertopheader{padding-bottom: 15px;}
    .slidertopheader::after{height: 110px;width: 460px;}
    .custombordermobile{border: 0 !important;}
}
@media (max-width: 768px) {
    header{min-height: 162px}
    .headerbg.sticky{background-color: #2D368F;}
    .headerbg__logo_logo img{height: 60px;}
    .slidertopheader__bg,.slidertopheader__pages .slidertopheader__bg{height: 100%;width: 100%;top: 0;left: 0;;border-radius: 0;opacity: 0.86;background-color: #12142c;}
    .slidertopheader .btn-dark{background-color: #2D368F;border-color: #2D368F;}
    .slidertopheader .btn-dark:hover{background-color: #232b70;border-color: #232b70;}
    .slidertopheader{margin-top: -162px;;padding-top: calc(162px + 30px);padding-bottom: 50px;}
    .slidertopheader::after{display: none;}
    .custombgmobile{background-color: #fff;}
    .timeclock__custom #clock p{font-size: 30px;}
    .timeclock__custom #clock span{font-size: 16px;}
    .fa-w30{width: 20px;max-width: 20px;}
    .custombgwhite{background-color: #fff;}
    .titleline::before{top: 11px;}
    .slidertopheader .btn{width: 100%;}
}
@media (max-width: 500px) {
    .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) {
    header{min-height: 147px}
    .slidertopheader{margin-top: -147px;;padding-top: calc(147px + 20px);padding-bottom: 20px;}
    .headerbg__logo_logo img{height: 45px;}
    .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;}
}