/* Base */
@import url(//fonts.googleapis.com/css?family=Aleo);

body {
    line-height: 1.7;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    font-size: 1rem;
    font-family: 'aleo', aleo-regular;
}

::-moz-selection {
    background: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}

ul {
    --icon-space: 1.3em;
    list-style: none;
    padding: 0;
    --icon-space: 1.3em;
}
  
li {
    padding-left: var(--icon-space);
    font-family: 'aleo', aleo-regular;
    list-style: none;
    padding-top: 5px;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    text-decoration-color: white;
}

a:hover {
    text-decoration: none;
    text-decoration-color: white;
}

.text-black {
    color: #000 !important;
}

.bg-black {
    background: #000 !important;
}

.bg-light {
    background: #f9f9f9 !important;
}

.line-height-sm {
    line-height: 1.3;
}

.line-height-xs {
    line-height: 1;
}

.site-wrap {
    position: relative;
}

.site-wrap:before {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.offcanvas-menu .site-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    overflow: hidden;
}

.offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible;
}

.btn {
    position: relative;
    top: 0;
}

.btn.btn-2 {
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn.btn-secondary {
    background-color: #e6e7e9;
    border-color: #e6e7e9;
    color: #000;
}

.btn.btn-sm {
    font-size: 0.9rem;
}

.btn.btn-primary {
    color: #fff;
}

.btn.btn-outline-primary:hover {
    color: #fff !important;
}

.btn.btn-black {
    background: #000 !important;
    color: #fff;
}

.btn.btn-black:hover {
    background: #333333 !important;
}

.btn.btn-white.btn-outline-white {
    border-color: #fff;
    background: transparent;
    color: #fff;
}

.btn.btn-white.btn-outline-white:hover {
    background: #fff;
    color: #000;
}

.bg-black {
    background: #000;
}

.form-control {
    height: 47px;
}

.form-control-sm {
    height: auto !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.form-control:active,
.form-control:focus {
    border-color: #1f3c88;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.site-section {
    padding: 3em 0;
}

@media (min-width: 768px) {
    .site-section {
        padding: 7em 0;
    }
}

.site-section.site-section-sm {
    padding: 4em 0;
}

.bg-text-line {
    display: inline;
    background: #000;
    -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
    box-shadow: 20px 0 0 #000, -20px 0 0 #000;
}

.bg-image {
    background-size: cover;
    background-repeat: no-rpeeat;
    overflow: hidden;
    background-position: center center;
}

.bg-image.center {
    background-position: top center;
}

.bg-image.fixed {
    background-position: fixed !important;
}

.bg-image.overlay,
.bg-image.overlay-primary,
.bg-image.overlay-info,
.bg-image.overlay-success,
.bg-image.overlay-warning {
    position: relative;
}

.bg-image.overlay:before,
.bg-image.overlay-primary:before,
.bg-image.overlay-info:before,
.bg-image.overlay-success:before,
.bg-image.overlay-warning:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.bg-image.overlay:before {
    background: rgba(0, 0, 0, 0.4);
}

.bg-image.overlay-primary:before {
    background: rgba(31, 60, 136, 0.9);
}

.bg-image.overlay-info:before {
    background: rgba(83, 205, 226, 0.9);
}

.bg-image.overlay-success:before {
    background: rgba(124, 189, 30, 0.9);
}

.bg-image.overlay-success:before {
    background: rgba(238, 198, 10, 0.9);
}

@media (max-width: 767.98px) {

    .display-3,
    .display-2,
    .display-4 {
        font-size: 2rem !important;
    }
}

@media (max-width: 991.98px) {
    .bg-md-height {
        height: 300px;
    }
}

@media (max-width: 767.98px) {
    .bg-sm-height {
        height: 300px;
    }
}

.text-gray-100 {
    color: #f8f9fa !important;
}

.text-gray-200 {
    color: #e9ecef !important;
}

.text-gray-300 {
    color: #dee2e6 !important;
}

.text-gray-400 {
    color: #ced4da !important;
}

.text-gray-500 {
    color: #adb5bd !important;
}

.text-gray-600 {
    color: #6c757d !important;
}

.text-gray-700 {
    color: #495057 !important;
}

.text-gray-800 {
    color: #343a40 !important;
}

.text-gray-900 {
    color: #212529 !important;
}

.row-wrap {
    margin-left: 15px;
    margin-right: 15px;
}

.overflow-hidden {
    overflow: hidden;
}

.row-items {
    height: calc(50% - 15px);
    margin-bottom: 15px;
}

.row-items.last {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .responsive-md-height {
        height: 500px !important;
        margin-bottom: 15px;
    }
}

.site-footer {
    padding: 4em 0;
    background: #333333;
}

@media (min-width: 768px) {
    .site-footer {
        padding: 7em 0;
    }
}

.site-footer p {
    color: #737373;
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
    color: #fff;
}

.site-footer a {
    color: #999999;
}

.site-footer a:hover {
    color: white;
}

.site-footer ul li {
    margin-bottom: 10px;
}

.site-footer .footer-heading {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff;
    position: relative;
    padding-bottom: 15px;
}

.site-footer .footer-heading:before {
    content: "";
    background: #fff;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: 0;
}

.site-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff;
}

/* Navbar */
.navbarbay-light {
	border-bottom: 1px solid;
	font-family: 'Aleo', aleo-regular;
	background: white;

	.navbarbay-toggler .icon {
		stroke: none;
	}
}

.navbarbay-primary {
	background-color: grey;

	.nav-item {
		.nav-link {
			color: white;
			font-weight: 400;
		}
	}

	.navbarbay-brand {
		color: white;
	}

	.navbarbay-search {
		background-color: var(--blue-400);
		width: 300px;
		margin-right: 10px;
		color: white;

		&::placeholder {
			color: white;
		}
	}

    .navbarbay-language {
		background-color: var(--blue-400);
		width: 300px;
		margin-right: 10px;
		color: white;

		&::placeholder {
			color: white;
		}
	}

	.navbarbay-toggler {
		border-color: rgba(255, 255, 255, 0.1);

		.icon {
			stroke: none;
		}
	}

	svg use {
		--icon-stroke: white;
	}
}

.navbarbay-brand {
	img {
		display: inline-block;
		max-width: 150px;
		max-height: 25px;
	}
}


.navbarbay.bg-dark {
	.dropdown-menu {
		font-size: 0.75rem;
		background-color: black;
		border-radius: 0;
	}

	.nav-link {
		white-space: nowrap;
		color: lightblue;

		&:hover {
			color: black;
		}
	}

	.nav-item {
		padding: 0rem 1rem;
	}

	.dropdown-item {
		color: lightblue;

		&:hover {
			background-color: lightblue;
			color: black;
		}
	}
}
.navbarbay {
    background-color: #fff0;
    font-weight: bold;
    /* color: white; */
    text-align: right;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 0.5rem;
}

.navbarbay-brand {
    color: black;
}
.site-navbarbay-top .site-logo {
    font-size: 2rem;
}

.site-navbarbay-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
}

.site-navbarbay-wrap a {
    color: #000;
}

.site-navbarbay-wrap .site-navbarbay-top {
    font-size: 0.8rem;
}

.site-navbarbay {
    margin-bottom: 0px;
    width: 100%;
    border-bottom: none;
    position: absolute;
    z-index: 99;
}

.site-navbarbay .site-logo {
    font-weight: 200;
}

.site-navbarbay .site-logo a {
    font-weight: 200;
    color: #000;
}

.site-navbarbay .site-navigation .site-menu {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}

.site-navbarbay .site-navigation .site-menu .active>a {
    color: #fff;
}

.site-navbarbay .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
}

.site-navbarbay .site-navigation .site-menu>li {
    display: inline-block;
    padding: 10px 5px;
}

.site-navbarbay .site-navigation .site-menu>li>a {
    padding: 10px 10px;
    letter-spacing: .05em;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none !important;
}

.site-navbarbay .site-navigation .site-menu>li>a:hover {
    color: #fff;
}

.site-navbarbay .site-navigation .site-menu>li:last-child {
    padding-right: 0;
}

.site-navbarbay .site-navigation .site-menu>li:last-child>a {
    padding-right: 0;
}

.site-navbarbay .site-navigation .site-menu .has-children {
    position: relative;
}

.site-navbarbay .site-navigation .site-menu .has-children>a {
    position: relative;
    padding-right: 20px;
}

.site-navbarbay .site-navigation .site-menu .has-children>a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'aleo';
}

.site-navbarbay .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
    border-left: 1px solid #edf0f5;
    border-right: 1px solid #edf0f5;
    border-bottom: 1px solid #edf0f5;
    padding: 10px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
}

.site-navbarbay .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}

.site-navbarbay .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.site-navbarbay .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.site-navbarbay .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #343a40;
}

.site-navbarbay .site-navigation .site-menu .has-children .dropdown .active>a {
    color: #000 !important;
}

.site-navbarbay .site-navigation .site-menu .has-children .dropdown>li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}

.site-navbarbay .site-navigation .site-menu .has-children .dropdown>li>a {
    padding: 5px 20px;
    display: block;
}

.site-navbarbay .site-navigation .site-menu .has-children .dropdown>li>a:hover {
    color: #1f3c88;
}

.site-navbarbay .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
    content: "\e315";
    right: 20px;
}

.site-navbarbay .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbarbay .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
    left: 100%;
    top: 0;
}

.site-navbarbay .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbarbay .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbarbay .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
    color: #1f3c88;
}

.site-navbarbay .site-navigation .site-menu .has-children:hover>a,
.site-navbarbay .site-navigation .site-menu .has-children:focus>a,
.site-navbarbay .site-navigation .site-menu .has-children:active>a {
    color: #fff;
}

.site-navbarbay .site-navigation .site-menu .has-children:hover,
.site-navbarbay .site-navigation .site-menu .has-children:focus,
.site-navbarbay .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}

.site-navbarbay .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbarbay .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbarbay .site-navigation .site-menu .has-children:active>.dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #25262a;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
    color: #1f3c88;
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}

.site-mobile-menu .site-nav-wrap li.active>a {
    color: #1f3c88;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "aleo";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
    padding-left: 20px;
    font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
    padding-left: 40px;
    font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
    padding: 0;
    margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
    font-size: 16px;
    padding-left: 60px;
}