@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';
@import 'assets/css/magnific-popup-1.1.0.min.css';
:root {
	color-scheme: light only;
    color: #313191;
	color: #20a2e3;
}
header{
    min-height: 215px;
}
.headerbg{
	z-index: 200;
	position: relative;
    transition: .8s;
}
@media(min-width: 992px){
	.headerbg .navbar-nav > .nav-item + .nav-item{
		margin-left: 5px;
    }
}
.headerbg .navbar .navbar-nav .nav-item .nav-link {
	font-size: 16px;
	padding: 10px 10px 7px;
    border-radius: 5px;
	font-weight: 500;
	color: #151515;
    position: relative;
	display: flex;
	align-items: center;
}
.headerbg .navbar .navbar-nav .nav-item .nav-link .fa,
.sidenav .navbar-nav .nav-item .nav-link .fa{
    margin-right: 12px;
    margin-bottom: 5px;
}
.headerbg .navbar .navbar-nav .nav-item{
	position: relative;
}
.headerbg .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle{
    padding-right: 30px !important;
    margin-right: 0 !important;
}
.headerbg .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after{
	top: 9px;
    right: 8px;
	font-size: 17px;
}
.headerbg .navbar .navbar-nav .nav-item .nav-link:hover,
.headerbg .navbar .navbar-nav .nav-item.active .nav-link,
.headerbg .navbar .navbar-nav .nav-item .nav-link.active{
    color: #fff;
    background-color: #313191;
}
.navbar__sticky{
    transition: 1s;
}
.navbar__sticky.active{
    width: 100%;
	position: fixed;
	top: 0;
    left: 0;
	background-color: #fff;
    padding: 7px 20px;
}
.navbar__sticky.active .navbar{
    border-top: 0 !important;
    padding: 0 !important;
    margin-top: 0 !important;
}
.navbar__sticky.active .navbar .navbar-nav .nav-item .nav-link{
	font-size: 16px;
}
.navbar__sticky.active .btn-lg{
    min-height: 40px;
    padding: 6px 15px;
    font-size: 16px;
}
.sliderindex.sliderindex__fullheight,
.sliderindex__fullheight .sliderindex__slide{
    min-height: 550px;
}
.sliderindex{
    z-index: 1;
}
.sliderindex__content{
	top: 0;
	right: 0;
    text-shadow: 0 5px 25px rgba(28, 28, 35, 0.5);
}
.sliderindex__slide{
    padding-top: 50px;
    padding-bottom: 50px;
}
.sliderindex,
.sliderindex__slide{
    min-height: 340px;
}
.sliderindex .slider-track {
    transition: all .1s cubic-bezier(0.7, 0, 0.3, 1);
}
.sliderindex .sliderindex__slide {
	transition: all .1s cubic-bezier(0.7, 0, 0.3, 1);
	transform: scale(1.2);
}
.sliderindex .slick-active .sliderindex__slide {
	transform: scale(1);
	-webkit-animation: cssAnimation 4s 1 ease-in-out;
	animation: cssAnimation 4s 1 ease-in-out;
}
@keyframes cssAnimation {
	from { -webkit-transform: scale(1) translate(0px); }
	to { -webkit-transform: scale(1.3) translate(0px); }
}
@-webkit-keyframes cssAnimation {
	from { -webkit-transform: scale(1) translate(0px); }
	to { -webkit-transform: scale(1.3) translate(0px); }
}
.timeclock__custom #clock div + div{
    margin-left: 15px;
}
.timeclock__custom #clock div{
    padding-top: 10px;
    display: flex;
    align-items: center;
}
.timeclock__custom #clock p{
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
}
.timeclock__custom #clock span{
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    margin-left: 5px;
}
.breadcrumb{
	background-color: rgba(0, 0, 0, 0.05);
	padding: 10px 15px;
}
.breadcrumb a,
.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before{
	color: #fff;
}
.breadcrumb a:hover{
	color: #20a2e3;
}
.breadcrumb-item{
    display: flex;
    align-items: center;
}
.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;
}
.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: #313191;
	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: #20a2e3;
}
.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: #20a2e3;
}
.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: #20a2e3;
    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-w30{
    width: 40px;
    flex: 0 0 40px;
    max-width: 40px;
}
body.stop{
	overflow: hidden !important;
}
.btn,
.form-control,
.custom-select{
    font-weight: 500;
}
.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;
}
.nav-tabs.customtabs .nav-item.show .nav-link,
.nav-tabs.customtabs .nav-link.active,
.nav-tabs.customtabs .nav-link:hover {
    border-color: #313191;
    color: #313191;
}
.nav-tabs.customtabs5 .nav-item{
    margin-right: 15px;
}
.nav-tabs.customtabs5 .nav-link {
    border: 0;
    background-color: #faf9f9;
    color: #9b99a9;
    padding: 14px 18px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 700;
    position: relative;
}
.nav-tabs.customtabs5 .nav-link::before{
    position: absolute;
    content: '';
    bottom: -10px;
    right: calc(50% - 5px);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #313191;
    transform: translateY(-20px);
    transition: .4s;
    z-index: -1;
}
.nav-tabs.customtabs5 .nav-item.active .nav-link{
    color: #fff;
}
.nav-tabs.customtabs5 .nav-item .nav-link.active::before{
    transform: translateY(0px);
    z-index: 2;
}
.nav-tabs.customtabs5 .nav-item.show .nav-link,
.nav-tabs.customtabs5 .nav-link.active,
.nav-tabs.customtabs5 .nav-link:hover{
    background-color: #313191;
    color: #fff;
}
.bg-light-50::before{
    position: absolute;
    content: '';
    width: 39%;
    height: calc(100% + 80px);
    top: -80px;
    right: 0;
    background-color: #f9f9ff;
    border-radius: 40px 0 0 40px;
    z-index: 1;
}
.bg-light-50::after{
    position: absolute;
    content: '';
    z-index: 2;
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    width: 39%;
    height: 100%;
}
.bg-light-50 .container-fluid{
    z-index: 3;
}
.singlecontentbg h1,
.singlecontentbg h2,
.singlecontentbg h3,
.singlecontentbg h4,
.singlecontentbg h5,
.singlecontentbg h6{
	color: #313191;
	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,
.singlecontentbg ul,
.singlecontentbg ol{
	font-size: 20px;
}
.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;
}
.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: #313191;
    font-size: 24px;
}
.singlecontentbg a{
	font-weight: bold;
	color: #313191;
}
.singlecontentbg a:hover{
	color: #25256f;
}
.singlecontentbg img{
    margin-top: 30px;
    margin-bottom: 30px;
}
.singlecontentbg *:last-child{
    margin-bottom: 0;
}
.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: #313191;
    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);
	}
}
.sharefixed{
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}
.sharefixed .sharesocial li{
    margin: 0;
}
.sharefixed .sharesocial li a{
    border-radius: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
}
.sharefixed .sharesocial li:first-child a{
    border-radius: 6px 0 0 0;
}
.sharefixed .sharesocial li:last-child a{
    border-radius: 0 0 0 6px;
}
.removeborder .form-control{
	border: 0;
}
.boxuser{
    border-radius: 15px;
    margin-left: 10px;
}
.boxuser:hover:not(.boxusernohover){
    transform: translateY(-2px);
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.boxuser .boxuser__name::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #313191;
    border-bottom-right-radius: 15px;
    transition: .25s;
    transform: translateY(100%);
}
.boxuser:hover:not(.boxusernohover) .boxuser__name::before{
    transform: translateY(0);
}
.boxuser .objectfit-cover{
	object-position: top;
}
.boxuser__name{
    background-color: white;
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 5%);
    padding-right: 30px;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 68px;
    border-bottom-right-radius: 15px;
    z-index: 2;
}
.boxuser__title{
	bottom: -11px;
    left: -10px;
	border-top-right-radius: 15px;
    border-bottom-left-radius: 5px;
    min-height: 65px;
    z-index: 2;
    width: 95%;
}
.boxusernohover .boxuser__name{
    padding-bottom: 100px;
}
.boxusernohover .boxuser__title{
    min-height: 80px;
}
.boxuser__title p{
	z-index: 3;
}
.boxuser__title::before{
	position: absolute;
	content: '';
	top: -10px;
	left: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #1a82b6;
    border-bottom: 0 solid transparent;
}
.boxuser__title::after{
	position: absolute;
	content: '';
	bottom: 0;
	right: -10px;
    border-top: 0 solid transparent;
    border-left: 10px solid #1a82b6;
    border-bottom: 11px solid transparent;
}
.boxuser__icon{
    background-color: #e1e1e1;
    color: #5d5d5d;
    width: 26px;
    height: 26px;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    text-wrap: nowrap;
    overflow: hidden;
    padding: 5px;
    transition: border-radius 5s, width 2s, height 2s;
}
.boxuser__icon span{
    margin-left: 8px;
}
.boxuser:hover:not(.boxusernohover) .boxuser__icon{
    width: 145px;
    height: auto;
    border-radius: 5px;
    transition: border-radius 0s, width 2s, height 2s;
    background-color: #313191;
    color: #fff;
}
.boxpartners img{
	width: 130px;
	height: 75px;
	object-fit: contain;
}
.boxpartners img.rectangular{
	width: 250px;
	height: 40px;
}
.boxpartners img.rectangular_big{
	width: 250px;
}
.custom__cardcolumns{
			column-count: 2;
	   -moz-column-count: 2;
	-webkit-column-count: 2;
}
.boxpartners img.rectangular__big{
	width: 300px;
	height: 160px;
	padding: 35px;
}
.boxpdf{
    width: 100%;
    height: 790px;
}
.customtable101.table{
    border-collapse: separate;
    border-spacing: 5px;
    border: 0;
    padding: 0;
}
.customtable101.table td,
.customtable101.table th{
    padding: 12px;
    vertical-align: top;
    font-size: 16px;
    border-radius: 6px;
}
.customtable101.table td:nth-child(1){
    width: 25%;
}
.customtable101.table td:nth-child(2){
    width: 50%;
    text-align: center;
}
.customtable101.table td:nth-child(2) ul{
    text-align: left;
}
.customtable101.table td:nth-child(3){
    width: 25%;
    text-align: right;
}
.customtable101.table-striped tbody tr:nth-of-type(odd){
    background-color: #ecf9ff;
}
.customtable101.table-striped tbody tr:nth-of-type(odd) td{
    border-color: #caeeff;
}
.customtable101.table-striped tbody tr:nth-of-type(even){
    background-color: #fff;
}
.customtable101.table-striped tbody tr:nth-of-type(even) td{
    border-color: #ebebeb;
}
/*--------- Responsive ----- */
@media (max-width: 1200px) {
    .bg-light-50::before{top: -50px;height: calc(100% + 50px);}
    header{min-height: 145px;}
    .navbar__sticky{display: none;}
    .headerbg.sticky .noshowSticky{display: none;}
    .headerbg.sticky *{visibility: visible !important;}
    .headerbg.sticky{position: fixed;top: 0;left: 0;background-color: #fff;box-shadow: 0 0 0 2px #f2f2f2;}
    .headerbg.sticky .headerbg__logo_logo img{height: 50px;}
}
@media (max-width: 992px) {
    header{min-height: 233px;}
    .sliderindex.sliderindex__fullheight, .sliderindex__fullheight .sliderindex__slide{min-height: 680px;}
    .custom__cardcolumns{column-count: 1;-moz-column-count: 1;-webkit-column-count: 1;}
    .boxpartners img.rectangular__big{width: auto;height: 70px;padding: 20px;}
    .boxpdf{height: 700px;}
}
@media (max-width: 768px) {
    .bg-light-50::before{display: none;}
    .timeclock__custom #clock p{font-size: 30px;}
}
@media (max-width: 500px) {
    .sharefixed .sharesocial li a{width: 35px;height: 35px;line-height: 35px;font-size: 18px}
    .timeclock__custom #clock div + div{margin-left: 5px;}
    .timeclock__custom #clock p{font-size: 24px;}
    .timeclock__custom #clock span{font-size: 14px;}
    .boxpdf{height: 550px;}
}
@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;}
}
/** Style Default Wordpress **/
.grid__masonry{
    margin-right: -8px;
    margin-left: -8px;
	display: flex;
	flex-wrap: wrap;
}
.grid__masonry:after {
    content: '';
    display: block;
    clear: both;
}
.grid__masonry .grid__masonry--item{
    width: 20%;
    padding: 8px;
}
.mfp-bottom-bar{direction: ltr;}
.font404{font-size: 150px}
.customaccordion .card {
    border-radius: 0;
    border: 0;
    margin-bottom: 25px;
	background-color: #fff;
	border-radius: 10px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 12%);
}
.customaccordion .card .card-header {
    border-radius: 0;
	padding: 0;
	background-color: transparent;
	border: none;
}
.customaccordion .card .card-header a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #2ab4ab;
    background-color: transparent;
    padding: 20px 35px;
    padding-right: 55px;
    position: relative;
}
.customaccordion .card .card-header a.collapsed:hover {
	color: #2ab4ab;
}
.customaccordion .card .card-header a.collapsed {
    color: #151515;
    background-color: transparent;
}
.customaccordion .card .card-header a:before {
    position: absolute;
    content: "\f077";
    font-family: "fa5_f";
    font-weight: 900;
    top: 20px;
    right: 30px;
}
.customaccordion .card .card-header a.collapsed:before {
    content: "\f078";
}
.customaccordion .card .card-body {
    background-color: transparent;
    font-size: 18px;
    line-height: 1.7;
    border: none;
    padding: 0 35px 35px;
}
.customaccordion .card .card-body p:last-child {
    margin-bottom: 0;
}
.modal-backdrop{
	background-color: #161c2d;
}
.modal-backdrop.show{
	opacity: .9;
}
@media (max-width: 768px) {
	.grid__masonry .grid__masonry--item{width: 50%;}
	.grid__masonry .grid__masonry--item img{width: 50%;}
}
