/* GENERIC ------------ */
html {
	overflow-x: hidden;
}

body {
	font-family: "Open Sans", sans-serif;
	line-height: 2;
	color: #929292;
	font-weight: 400;
	font-size: 18px;
	background: #fff;
	/*	background: linear-gradient(90deg,#fff 21px,transparent 1%) 50%,linear-gradient(#fff 21px,transparent 1%) 50%,#444;*/
	background-size: 22px 22px;
}

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

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

a {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
	font-family: 'Roboto Mono', monospace, -apple-system,
		BlinkMacSystemFont,
		"Segoe UI", Roboto,
		"Helvetica Neue", Arial,
		"Noto Sans", sans-serif,
		"Apple Color Emoji",
		"Segoe UI Emoji",
		"Segoe UI Symbol",
		"Noto Color Emoji";
	font-weight: bold;
	line-height: 1.4;
	color: #929292;
}

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


body:after {
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.lead {
	font-size: 2rem;
	font-weight: bold;
}

.offcanvas-menu {
	position: relative;
}

.offcanvas-menu:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.2);
}

.btn {
	font-size: 16px;
	border-radius: 30px;
	padding: 10px 30px;
	border: 2px solid;
	font-weight: 600
}

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

.btn.btn-primary {
	background: #fff;
	border-color: #000000;
	color: #000;
}

.btn.btn-primary:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}

.btn.btn-primary.btn-black--hover:hover {
	background: #666666;
	color: #fff;
}

.line-height-1 {
	line-height: 1 !important;
}

.bg-black {
	background: #000;
}

.ul-check {
	margin-bottom: 50px;
}

.ul-check li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 15px;
	line-height: 1.5;
}

.ul-check li:before {
	left: 0;
	font-size: 20px;
	top: -.3rem;
	font-family: "icomoon";
	content: "\e5ca";
	position: absolute;
}

.ul-check.white li:before {
	color: #fff;
}

.ul-check.success li:before {
	color: #71bc42;
}

.ul-check.primary li:before {
	color: #000000;
}

.ul-check li.remove {
	text-decoration: line-through;
	color: #dee2e6;
}

.ul-check li.remove:before {
	color: #dee2e6;
}

/* NAVBAR ------------ */
.site-navbar {
	margin-bottom: 25px;
	z-index: 1999;
	position: relative;
	top: 0;
	width: 100%;
	border-bottom: rgba(255, 255, 255, 0.7);
}

.site-navbar .site-logo {
	position: relative;
	left: 0;

}

.site-navbar .site-navigation .site-menu {
	margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active {
	color: #000000;
	display: inline-block;
	padding: 5px 20px;
}

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

.site-navbar .site-navigation .site-menu>li {
	display: inline-block;
}

.site-navbar .site-navigation .site-menu>li:last-child a {
	padding: 1px 14px;
	display: inline-flex;
	border-radius: 4px;
}

.site-navbar .site-navigation .site-menu>li>a {
	padding: 5px 20px;
	color: #fff;
	display: inline-block;
	text-decoration: none !important;
	background: #000;
	border: 0px solid #929292;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
	color: rgba(255, 255, 255, 0.7);
}

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

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

.site-navbar .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: 'icomoon';
}

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

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

.site-navbar .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-navbar .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-navbar .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: #000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active {
	color: #000000 !important;
}

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

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

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
	background: #eff1f3;
	color: #000;
}

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

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

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

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

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .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-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: 0 20px 20px 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: #000000;
}

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

.site-mobile-menu .site-nav-wrap li .active {
	color: #000000;
}

.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: "icomoon";
	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;
	font-weight: 700
}

.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;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
	float: left;
	width: 100%;
	margin-top: 30px;
	padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
	width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
	padding-left: 15px !important;
}

.sticky-wrapper {
	position: relative;
	z-index: 100;
	width: 100%;
}

.sticky-wrapper .site-navbar {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.sticky-wrapper .site-navbar {
	border-bottom: 1px solid transparent;
	/*	-webkit-box-shadow: 4px 0 20px -5px rgb(0 0 0 / 10%);
	box-shadow: 4px 0 20px -5px rgb(0 0 0 / 10%);*/
}

.sticky-wrapper .site-navbar .site-menu-toggle {
	color: #929292;
}

a.site-menu-toggle {
	color: #929292;
}

.sticky-wrapper .site-navbar .site-logo a {
	color: #000;
}

.sticky-wrapper .site-navbar .site-menu>li>a {
	color: #929292 !important;
	font-weight: 500
}

.sticky-wrapper .site-navbar .site-menu>li>a:hover,
.sticky-wrapper .site-navbar .site-menu>li>a.active {
	color: #000;
}

.sticky-wrapper.is-sticky .site-navbar {
	background: #transparent;
	/*	border-bottom: 1px solid transparent;
	-webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1); */
}

.sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
	color: #000;
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
	color: #000000;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a {
	color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a.active {
	color: #989898 !important;
}

.sticky-wrapper .shrink {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.header-top {
	border-bottom: 1px solid #39465d;
	padding: 9px 0 0 0;
	background-color: #000
}

.header-top .header-info-left ul li {
	color: #ffffff;
	display: inline-block;
	margin-right: 56px;
	font-size: 17px;
}

.header-top .header-info-left ul {
	margin-bottom: 9px;
}

.header-top .header-info-left ul li:last-child {
	margin-right: 0px;
}

.header-top .header-info-left ul li i {
	margin-right: 8px;
}

.header-top .header-info-right .header-social li {
	display: inline-block;
}

.header-top .header-info-right .header-social li a {
	color: #fff;
	font-size: 17px;
	padding-left: 25px;
	display: block !important;
	margin-top: 5px
}

.header-top .header-info-left ul li:last-child {
	margin-right: 0px;
}

.header-top .header-info-right .header-social li a,
.header-top .header-info-left li a {
	color: #ffffff;
	font-size: 17px;
	padding-left: 25px;
}

.header-top .header-info-right .header-social li a:hover {
	color: #d4d4d4;
}

.header-top .header-info-left li a:hover {
	color: #d4d4d4;
}


/* SECTION ------------ */
.select-wrap,
.wrap-icon {
	position: relative;
}

.select-wrap .icon,
.wrap-icon .icon {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 22px;
}

.select-wrap select,
.wrap-icon select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
}

.site-section.intro {
	height: auto;
}

/*@media (min-width: 768px) {
	.site-section.intro {
		padding: 11em 0em 8em 0
	}
	.site-section {
		padding: 8.5em 0; 
	} 
}*/
.site-section.site-section-sm {
	padding: 4em 0;
}

.site-section-heading {
	padding-bottom: 20px;
	margin-bottom: 0px;
	position: relative;
	font-size: 2.5rem;
}

@media (min-width: 768px) {
	.site-section-heading {
		font-size: 3rem;
	}
}

.section-sub-title {
	font-size: 13px;
	color: #000000;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.section-title {
	color: #000000;
	font-size: 40px;
	font-weight: 900;
}

h1.section-title {
	color: #929292;
	font-size: 80px;
	font-weight: 900;
}

h2.section-title {
	color: #000000;
	font-size: 25px;
	line-height: 40px;
	font-weight: 900;
}

.section-title {
	color: #000000;
	font-size: 40px;
	font-weight: 900;
}

.position-relative {
	position: relative;
}


/* SLIDER ------------ */
.slide-one-item.home-slider .owl-nav {
	position: absolute !important;
	top: 50% !important;
	bottom: auto !important;
	width: 100%;
}

.slide-one-item.home-slider .owl-prev {
	left: 10px !important;
}

.slide-one-item.home-slider .owl-next {
	right: 10px !important;
}

.slide-one-item.home-slider .owl-prev,
.slide-one-item.home-slider .owl-next {
	color: #fff;
	position: absolute !important;
	top: 50%;
	padding: 0px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.2);
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
	line-height: 0;
	text-align: center;
	font-size: 25px;
}

@media (min-width: 768px) {

	.slide-one-item.home-slider .owl-prev,
	.slide-one-item.home-slider .owl-next {
		font-size: 25px;
	}
}

.slide-one-item.home-slider .owl-prev>span,
.slide-one-item.home-slider .owl-next>span {
	position: absolute;
	line-height: 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.slide-one-item.home-slider .owl-prev:hover,
.slide-one-item.home-slider .owl-prev:focus,
.slide-one-item.home-slider .owl-next:hover,
.slide-one-item.home-slider .owl-next:focus {
	background: black;
}

.slide-one-item.home-slider:hover .owl-nav,
.slide-one-item.home-slider:focus .owl-nav,
.slide-one-item.home-slider:active .owl-nav {
	opacity: 10;
	visibility: visible;
}

.slide-one-item .owl-dots {
	text-align: center;
}

.slide-one-item .owl-dots .owl-dot {
	display: inline-block;
	margin: 4px;
}

.slide-one-item .owl-dots .owl-dot span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #dee2e6;
}

.slide-one-item .owl-dots .owl-dot.active span {
	background: #000000;
}

.custom-direction {
	position: relative;
	z-index: 99;
	border-radius: 7px;
	position: absolute;
	top: auto !important;
	bottom: -25px;
	right: 50% !important;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	display: inline-block;
	background: #000000;
}

.custom-direction a {
	padding: 10px 20px;
	display: inline-block;
	color: #fff;
	font-size: 1.5rem;
}

.custom-direction a.custom-next>span>span {
	position: relative;
	display: inline-block;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

/* ABOUT ------------ */
.circle-bg {
	position: relative;
}

.circle-bg:after {
	width: 300px;
	height: 300px;
	content: "";
	z-index: -1;
	border-radius: 50%;
	position: absolute;
	bottom: -90px;
	right: -90px;
	background: #f3f3f3;
}

/* SERVICES ------------ */
.unit-4 .unit-4-icon span {
	display: block;
	font-size: 3rem;
}

.unit-4 h3 {
	font-size: 20px;
	color: #000;
}

/* CONTACT ------------ */
.form-control {
	height: 43px;
	border-radius: 7px;
}

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

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


/* BRANDS ------------ */

.brands-section {
	position: relative;
}

.brands-section .owl-carousel {
	margin: 0;
}

.brands-section .owl-carousel .owl-stage-outer {
	padding-top: 4em;
	padding-bottom: 2em;
	position: relative;
}

.brands-section .owl-nav {
	position: absolute;
	top: 100%;
	width: 100%;
}

.brands-section .owl-nav .owl-prev,
.brands-section .owl-nav .owl-next {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -10px;
	outline: none !important;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 1;
}

.brands-section .owl-nav .owl-prev span:before,
.brands-section .owl-nav .owl-next span:before {
	font-size: 30px;
	color: rgba(0, 0, 0, 0.2);
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.brands-section .owl-nav .owl-prev:hover span:before,
.brands-section .owl-nav .owl-prev:focus span:before,
.brands-section .owl-nav .owl-next:hover span:before,
.brands-section .owl-nav .owl-next:focus span:before {
	color: #000000;
}

.brands-section .owl-nav .owl-prev {
	left: 50%;
	margin-left: -80px;
}

.brands-section .owl-nav .owl-next {
	right: 50%;
	margin-right: -80px;
}

.brands-section:hover .owl-nav .owl-prev,
.brands-section:hover .owl-nav .owl-next {
	opacity: 1;
}

.brands-section:hover .owl-nav .owl-prev {
	left: 50%;
	margin-left: -50px;
}

.brands-section:hover .owl-nav .owl-next {
	right: 50%;
	margin-right: -50px;
}

.brands-section .owl-dots {
	text-align: left;
}

.brands-section .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.2);
}

.brands-section .owl-dots .owl-dot.active {
	background: #f8901d;
}

.brands-wrap {
	display: block;
	position: relative;
	background: rgba(255, 255, 255, 0.1);
	color: rgba(0, 0, 0, 0.8);
}

.brands-wrap .user-img {
	width: 120px;
	height: 120px;
	border-radius: 2px;
	position: relative;
	margin-top: 20px;
}

.brands-wrap .text {
	width: 100%;
	position: relative;
}

.brands-wrap .quote {
	position: absolute;
	top: -60px;
	left: 0;
}

.brands-wrap .quote i {
	font-size: 44px;
	color: #f8901d;
}

.brands-wrap .name {
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 0;
	color: #000000;
}

.brands-wrap .position {
	font-size: 14px;
	color: #706f87
}





/* FOOTER ------------ */
.site-footer {
	padding: 4em 0;
	background: #000;
}

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

.site-footer .border-top {
	border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

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

.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: 16px;
	color: #fff;
}


/* PRELOADING ------------ */
#overlayer {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 7100;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.loader {
	z-index: 7700;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* WEBCAM FEED ------------ */
.webcam-feed {
	width: 100%;
	height: auto;
	/* 	background-image: linear-gradient(
	90.69deg,#88ffea 13.42%,#ff4ecd 42.37%,#1a75ff 103.09%);*/
	border-radius: 0;
	padding: 7px 9px 1px 9px;
}

.webcam-feed img {
	width: 100%;
	border-radius: 0;
}

.hero-bg-video {
	height: 100vh;
	width: 100vw;
	filter: brightness(.25);
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	border-radius: 8px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}


.credit-info {
	position: relative;
	margin-bottom: 25px;
	font-size: 15px;
	width: 100%;
}

.credit-info img {
  opacity: 0.55;
  margin: 5px 5px;
  max-width: 100%;
  height: auto;
}
.credit-info.credit-info-btm img {
	max-width: 400px;
}

.credit-info.credit-info.credit-info-btm {
	max-height: 200px;
}

.credit-info img:hover {
	opacity: 1
}

.credit-info-links {
	display: flex;
	flex-direction: row;
	gap: 15px;
	justify-content: center;
	align-items: center;
	height: 100px;
}



.flying {
	position: fixed;
	bottom: 15px;
	right: 15px;
}

.widget-wrap .single-sidebar-widget {
	margin-bottom: 0;
	border: 1px solid #efefef;
	box-shadow: none;
	background: #fff;
	border-radius: 15px;
	/*  border-left: 0;
  border-right: 0;*/
}

.widget-wrap .single-sidebar-widget.ads-widget .ads-title {
	text-align: center;
	letter-spacing: 0.3em;
	font-size: 8px;
	font-family: "Muli";
	color: #006eb8;
	margin: 15px 0;
	opacity: 0.7;
}

/* main content ad widget */
.widget-wrap .single-main-content-widget {
	margin: 10px 0 15px 0;
	border: 1px solid rgba(180, 180, 180, 35%);
	padding: 0 10px;
	/*  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;*/
}

.widget-wrap .single-main-content-widget h6 {
	letter-spacing: 0.2em;
	font-size: 9px;
	color: gray;
	opacity: 0.6;
	text-align: center;
	margin-top: 0.5rem;
}

.widget-wrap .single-main-content-widget.ads-widget .ads-title {
	text-align: center;
	letter-spacing: 0.3em;
	font-size: 10px;
	margin: 16px 0 13px 0;
	color: #929292;
	opacity: 0.7;
}

.widget-wrap .single-main-content-widget.billboard-ad {
	margin-top: 50px
}

.ad-left-side {
	position: absolute;
	left: 0;
	top: 16%;
}


.ad-right-side {
	position: absolute;
	right: 0;
	top: 16%;
}

.ad-mobile {
	display: none;
}

/* new style update */
.bathurst-info {
	position: relative;
	padding: 25px;
	border: 1px solid #e5e5e5;
	text-align: left;
	margin-bottom: 50px;
}

span.sub-title {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	margin-top: 0;
	font-size: 15px;
}


/*about pages*/
.section-64 {
	padding-top: 64px;
	padding-bottom: 64px;
}

.bathurst-info.abt-bathurst-info {
	max-width: 576px;
	margin-right: auto;
	margin-left: auto;
}

.abt-title h1 {
	font-size: 56px;
}

.abt-main-text {
	max-width: 576px;
	display: flex;
	flex-direction: column;
	gap: 32px;

}

.abt-main-text p {
	font-size: 22px;
}

.abt-main-img {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 64px;
	font-size: 15px;
	max-width: 480px;
	height: 100%;
}

.abt-main-text-img img {
	position: absolute;
	opacity: 0.55;
	margin: 5px 5px;
	width: 100%;
}


.abt-main-img img:hover {
	opacity: 1;
}

.abt-main-img-links {
	display: flex;
	flex-direction: row;
	gap: 15px;
	height: 100px;
}

.abt-main-text-img-container {
	position: relative;
	max-width: 576px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	height: 400px;
	/* fixed container height */
	overflow: hidden;
	transition: color ease-in 0.2s;
}


.abt-main-text-img-container img {
	position: absolute;
	height: 400px;
	width: auto;
}

.site-menu{
	display: flex;
	flex-direction: column-reverse;
	margin-top: 25px;
	min-width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.title-404{
	margin-top: 40px;
	max-width: 1024px;
	margin-bottom: 40px;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.title-404 h1{
	font-size: 64px;
}

.title-404 h2{
	font-size: 28px;
	text-decoration: underline;
}



.social-icon i {
	color: #727272;
	font-size: 50px;
	transition: color 0.2s ease;
}

.social-icon-container {
	margin-top: 32px;
	display: flex;
	justify-content: flex-start;
	gap: 16px;
}

.social-icon i:hover{
	color: #ffffff;
}