@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
	--thm-font: 'Prompt', sans-serif;
	--thm-base: #ffffff;
	--thm-base-rgb: 255, 168, 1;
	--thm-primary: #ffffff;
	--thm-primary-rgb: 64, 185, 235;
	--thm-secondary: #f9f9f9;
	--thm-secondary-rgb: 255, 1, 67;
	--thm-black: #0c0c0c;
	--thm-black-rgb: 8, 39, 64;
	--thm-gray: #eceeef;
}


body {
	font-family: var(--thm-font);
	color: #ffffff;
	font-size: 18px;
	line-height: 34px;
	font-weight: 500;
}

a:active,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Prompt", sans-serif;
}

hr{
	width: 90px;
	border: 1px solid white;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
	background: #0C0C0C;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

.block-title {
	margin-bottom: 60px;
}

.block-title p {
	margin: 0;
	color: var(--thm-base);
	font-size: 15px;
}

.block-title h3 {
	margin: 0;
	color: white;
	font-size: 50px;
	font-family: var(--thm-font);
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 8px;
}

.block-title p+h3 {
	margin-top: 15px;
}

.thm-btn {
	display: inline-block;
	vertical-align: middle;
	border: none;
	outline: none;
	background-color: #4b444400;
	font-size: 16px;
	color: #fff !important;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 20px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	border-radius: 10px;
	border: 1px solid;
}

.thm-btn:hover {
	background-color: #b8b8b8 !important;
	color: #000 !important;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
	background-color: transparent !important;
	box-shadow: none !important;
	outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
	box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: none !important;
}

.bootstrap-select .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	z-index: 991;
	border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
	border-top: 1px solid var(--thm-gray);
}

.bootstrap-select .dropdown-menu>li.selected>a {
	background: var(--thm-primary);
	color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
	font-size: 16px;
	font-weight: 500;
	padding: 4px 20px;
	color: white;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
	background: var(--thm-primary);
	color: #fff;
	cursor: pointer;
}

/* owl dots style */


.thm__owl-carousel .owl-dots {
	margin-top: 20px;
}

.thm__owl-carousel .owl-dots .owl-dot {
	outline: none;
}

.thm__owl-carousel .owl-dots .owl-dot span {
	margin: 0 2.5px;
	padding: 0;
	width: 14px;
	height: 14px;
	background-color: var(--thm-gray);
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.thm__owl-carousel .owl-dots .owl-dot:hover span,
.thm__owl-carousel .owl-dots .owl-dot.active span {
	background-color: var(--thm-primary);
}

.thm__owl-carousel.light-dots .owl-dots .owl-dot span {
	background-color: #fff;
}

.thm__owl-carousel.light-dots .owl-dots .owl-dot:hover span,
.thm__owl-carousel.light-dots .owl-dots .owl-dot.active span {
	background-color: var(--thm-primary);
}

.preloader {
	position: fixed;
	background-color: #000000;
	background-position: center center;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9991;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
}

.preloader__image {
	width: 50%;
}

.scroll-to-top {
	display: inline-block;
	width: 45px;
	height: 45px;
	background: #000000;
	position: fixed;
	bottom: 140px;
	right: 40px;
	z-index: 99;
	text-align: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: none;
	transition: all .4s ease;
}

.scroll-to-top img {
	margin-top: 5px;
	filter: invert(100%);
	transform: rotate(180deg);
	width: 20px;
}

.scroll-to-top:hover {
	background-color: white;
}

.scroll-to-top:hover img {
	color: #000000;
	filter: invert(0);
}

.thm-base-bg {
	background-color: var(--thm-primary);
}

.thm-base-bg-2 {
	background-color: var(--thm-base);
}

.thm-gray-bg {
	background-color: var(--thm-gray);
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/

.topbar-one {
	background-color: #004c85;
}

.topbar-one .container-fluid {
	padding-left: 0;
	padding-right: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.topbar-one__left {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding-left: 60px;
}

.topbar-one__left a {
	color: #a4cae5;
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.topbar-one__left a:hover {
	color: #fff;
}

.topbar-one__left a+a {
	margin-left: 40px;
}

.topbar-one__right {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.topbar-one__social {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-right: 60px;
}

.topbar-one__social a {
	font-size: 14px;
	color: #a4cae5;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.topbar-one__social a:hover {
	color: var(--thm-base);
}

.topbar-one__social a+a {
	margin-left: 30px;
}

.topbar-one__guide-btn {
	background-color: var(--thm-base);
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	padding-right: 60px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.topbar-one__guide-btn:hover {
	background-color: white;
	color: #fff;
}

.topbar-one .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 40px;
}

.topbar-one .bootstrap-select>.dropdown-toggle {
	border: none;
	font-size: 14px;
	font-weight: 500;
	color: #a4cae5;
	padding: 11px 0px;
	background-color: transparent;
}

.topbar-one .bootstrap-select+.bootstrap-select {
	margin-left: 10px;
}


.topbar-one .container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.topbar-one__home-7 {
	border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.topbar-one__home-7 .topbar-one__spacer {
	width: 1px;
	height: 55px;
	background-color: rgba(255, 255, 255, .07);
	margin-left: 40px;
	margin-right: 40px;
}

.topbar-one__home-7 .topbar-one__left {
	padding-left: 0;
}

.topbar-one__home-7 .topbar-one__social {
	margin-right: 0;
}

/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/


.main-nav__header-one .container {
	position: relative;
}

.main-nav__logo-box {
	background-color: #eceeef;
	text-align: center;
	width: 100%;
	display: block;
	padding: 41.65px 0;
}

.main-nav__logo-box .side-menu__toggler {
	font-size: 20px;
	color: white;
}

.side-menu__logo {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

.side-menu__logo a img {
	width: 220px;
}

@media (min-width: 993px) {
	.main-nav__header-one .container {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
	}


	.main-nav__logo-box .side-menu__toggler {
		display: none;
	}

	.main-nav__main-navigation {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
	}
}


@media(max-width: 993px) {
	.main-nav__logo-box {
		padding: 20px 0;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}

	.main-nav__main-navigation {
		display: none;
	}

}



.main-nav__main-navigation .main-nav__navigation-box {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.main-nav__main-navigation .main-nav__navigation-box,
.main-nav__main-navigation .main-nav__navigation-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-nav__main-navigation .main-nav__navigation-box>li {
	position: relative;
	padding: 44.5px 15px;
}

.main-nav__main-navigation .main-nav__navigation-box>li>a {
	color: #9ca3a9;
	font-size: 14px;
	letter-spacing: 3px;
	font-weight: 300;
	font-family: var(--thm-font);
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-nav__main-navigation .main-nav__navigation-box>li:hover>a,
.main-nav__main-navigation .main-nav__navigation-box>li.current>a,
.main-nav__main-navigation .main-nav__navigation-box>li.current-menu-item>a {
	color: var(--thm-primary);
}

/* Dropdown menu */

.main-nav__main-navigation .dropdown-btn {
	display: none;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul {
	position: absolute;
	width: 230px;
	background-color: #fff;
	border-top: 2px solid var(--thm-base);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-webkit-transform-origin: top;
	transform-origin: top;
	visibility: hidden;
	opacity: 0;
	z-index: 991;
	-webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
}


.main-nav__main-navigation .main-nav__navigation-box>li ul>li {
	position: relative;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li+li {
	border-top: 1px solid rgba(var(--thm-base-rgb), .3);
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li>a {
	display: block;
	color: white;
	font-size: 14px;
	font-family: var(--thm-font);
	word-break: break-all;
	padding-top: 9.5px;
	padding-bottom: 9.5px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li:hover>a {
	color: #fff;
	background-color: var(--thm-base);
}



/* Second level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul {
	top: 100%;
	left: 0;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);

	visibility: hidden;
	opacity: 0;
}

.main-nav__main-navigation .main-nav__navigation-box>li:hover>ul {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}


/* Third level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul {
	top: 0;
	left: 100%;
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
	visibility: hidden;
	opacity: 0;
}

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li:hover>ul {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	visibility: visible;
	opacity: 1;
}


/* After Third level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul>li ul {
	display: none;
}


.main-nav__right {
	margin-left: auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding-right: 60px;
}

.main-nav__right .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 96px;
}

.main-nav__right .bootstrap-select>.dropdown-toggle {
	border-style: solid;
	border-width: 2px;
	border-color: rgb(236, 238, 239);
	font-size: 14px;
	font-weight: 500;
	color: #9ca3a9;
	padding: 11px 20px;
	background-color: #fff;
}

.main-nav__right .bootstrap-select+.bootstrap-select {
	margin-left: 10px;
}


.main-nav__login,
.main-nav__search {
	font-size: 21px;
	color: white;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-nav__login:hover,
.main-nav__search:hover {
	color: var(--thm-secondary);
}

.main-nav__search {
	margin-right: 30px;
}

.main-nav__login {
	margin-right: 40px;
}



.stricked-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #ffffff;
	box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
	opacity: 0;
	-webkit-transform: translateY(-110%);
	transform: translateY(-110%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}


.stricked-menu.stricky-fixed {
	opacity: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}


.site-header__home-two-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

.site-header__home-two .main-nav__logo-box {
	background-color: transparent;
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 123px;
	margin-right: 125px;
}

.site-header__home-two .main-nav__main-navigation .main-nav__navigation-box>li {
	padding-top: 30px;
	padding-bottom: 30px;
}

.site-header__home-two .main-nav__main-navigation .main-nav__navigation-box>li>a {
	color: #ffffff;
}

.site-header__home-two .main-nav__main-navigation .main-nav__navigation-box>li:hover>a,
.site-header__home-two .main-nav__main-navigation .main-nav__navigation-box>li.current>a,
.site-header__home-two .main-nav__main-navigation .main-nav__navigation-box>li.current-menu-item>a {
	color: var(--thm-secondary);
}

.site-header__home-two {
	padding-left: 120px;
	padding-right: 120px;
}

.site-header__home-two .main-nav__right {
	padding-right: 0;
}

.site-header__home-two .main-nav__login,
.site-header__home-two .main-nav__search {
	color: #fff;
	margin-right: 0;
	margin-left: 30px;
}

.site-header__home-two .main-nav__search {
	margin-left: 175px;
}

@media(max-width: 1440px) {
	.site-header__home-two .main-nav__search {
		margin-left: 50px;
	}
}

@media(max-width: 1280px) {
	.site-header__home-two .main-nav__search {
		margin-left: 20px;
	}

	.site-header__home-two .main-nav__right .bootstrap-select+.bootstrap-select {
		margin-left: 20px;
	}

	.site-header__home-two .main-nav__logo-box {
		margin-right: 70px;
	}
}

.site-header__home-two-wrap .topbar-one {
	background-color: #0c0c0c;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 120px;
	padding-right: 120px;
}

.site-header__home-two-wrap .topbar-one__left {
	padding-left: 0;
}

.site-header__home-two-wrap .topbar-one__social {
	margin-right: 0;
}

.site-header__home-two .main-nav__right .bootstrap-select>.dropdown-toggle {
	padding: 0;
	background-color: transparent;
	font-size: 16px;
	border: none;
	color: #ffffff;
}

.site-header__home-two .main-nav__right .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 48px;
	position: relative;
	top: -4px;
}

.site-header__home-two .main-nav__right .bootstrap-select+.bootstrap-select {
	margin-left: 30px;
}

.site-header__home-two .stricked-menu {
	background-color: rgb(0, 0, 0);
	padding-left: 120px;
	padding-right: 120px;
}


.main-nav__header-three {
	background-color: transparent;
}

.main-nav__header-three .stricked-menu {
	background-color: #000000;
}

.main-nav__header-four .container,
.main-nav__header-three .container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
}

.main-nav__header-four .main-nav__logo-box,
.main-nav__header-three .main-nav__logo-box {
	background-color: transparent;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-nav__header-four .main-nav__main-navigation,
.main-nav__header-three .main-nav__main-navigation {
	-webkit-box-pack: center;
	justify-content: center;
	/* margin-left: auto; */
}

.main-nav__header-four .main-nav__main-navigation .main-nav__navigation-box>li,
.main-nav__header-three .main-nav__main-navigation .main-nav__navigation-box>li {
	padding-top: 39.5px;
	padding-bottom: 39.5px;
}

.main-nav__header-three .main-nav__main-navigation .main-nav__navigation-box>li>a {
	color: #ffffff;
}

.main-nav__header-four .main-nav__main-navigation .main-nav__navigation-box>li>a {
	color: #9ca3a9;
}

.main-nav__header-three .main-nav__main-navigation .main-nav__navigation-box>li:hover>a,
.main-nav__header-three .main-nav__main-navigation .main-nav__navigation-box>li.current>a,
.main-nav__header-three .main-nav__main-navigation .main-nav__navigation-box>li.current-menu-item>a {
	color: #cacaca;
}


.main-nav__header-four .main-nav__main-navigation .main-nav__navigation-box>li:hover>a,
.main-nav__header-four .main-nav__main-navigation .main-nav__navigation-box>li.current>a,
.main-nav__header-four .main-nav__main-navigation .main-nav__navigation-box>li.current-menu-item>a {
	color: var(--thm-primary);
}

.main-nav__navigation-box li a::after {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	position: absolute;
	bottom: 5px;
	left: 50%;
	display: block;
	overflow: hidden;
	margin-left: 0px;
	width: 0px;
	height: 0px;
	background: #ffffff;
	content: '-';
	text-indent: -999em;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.main-nav__navigation-box li a:hover:after {
	bottom: 25px;
	height: 2px;
	width: 40px;
	margin-left: -20px;
	margin-top: -2px;
}


.main-nav__header-four .main-nav__right,
.main-nav__header-three .main-nav__right {
	padding-right: 0;
}

.header-four__btn,
.header-three__btn {
	padding: 10px 36.5px;
}

.main-nav__header-four {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

.main-nav__header-6 {
	width: 100px;
	height: 100vh;
	background-color: var(--thm-gray);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 991;
}

.main-nav__header-6 .header-navigation,
.main-nav__header-6 .main-nav__logo-box,
.main-nav__header-6 .header-navigation .container {
	height: 100%;
}

.main-nav__header-6 .main-nav__logo-box {
	margin: 0;
	padding: 30px 0;
	position: relative;
}

.main-nav__header-6 .main-nav__logo-box .side-menu__toggler {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 22px;
	height: 18px;
	border-top: 2px solid var(--thm-black);
	border-bottom: 2px solid var(--thm-black);
}

.main-nav__header-6__copy {
	text-transform: uppercase;
	margin: 0;
	color: #9ca3a9;
	font-size: 16px;
	line-height: 1em;
	font-weight: 400;
	position: absolute;
	bottom: 16%;
	left: -84%;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	z-index: 91;
	display: block;
	width: 200px;
	word-wrap: unset;
}

.main-nav__header-6 .stricked-menu {
	display: none !important;
}

.main-nav__header-6 .main-nav__main-navigation {
	display: none;
}

.main-nav__header-8 {
	background-color: #0c0c0c;
}

.main-nav__header-8 .main-nav__main-navigation {
	width: 100%;
	margin-left: 0;
}

.main-nav__header-8 .main-nav__main-navigation .main-nav__navigation-box {
	width: 100%;
	-webkit-box-pack: center;
	justify-content: center;
}

.main-nav__header-8 .main-nav__main-navigation .main-nav__navigation-box>li:nth-child(2) {
	margin-right: auto;
}

.main-nav__header-8 .container {
	position: relative;
}

.main-nav__header-8 .stricked-menu {
	background-color: #0c0c0c;
}

@media(min-width: 1200px) {
	.main-nav__header-8 .container {
		max-width: 800px;
	}

	.main-nav__header-8 .main-nav__logo-box {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

.main-nav__header-8 .main-nav__logo-box {
	margin-right: 0;
}

.site-header__home-5 .side-menu__toggler {
	width: 22px;
	height: 18px;
	display: block;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.site-header__home-5 .main-nav__logo-box {
	max-width: 230px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	margin-right: 0;
}

.site-header__home-5 .main-nav__logo-box__sep {
	width: 1px;
	height: 54px;
	background-color: rgba(255, 255, 255, .1);
	display: -webkit-box;
	display: flex;
}

.site-header__home-5 .main-nav__main-navigation {
	display: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

/* default size */

.site-footer {
	border-top: 1px solid #eceeef;
	padding-top: 130px;
	padding-bottom: 90px;
	position: relative;
}

.site-footer__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: top;
	background-repeat: no-repeat;
	opacity: 0.05;
}

.site-footer .container {
	position: relative;
}

.site-footer .row {
	margin-left: -27.5px;
	margin-right: -27.5px;
}

.footer-widget__column {
	-webkit-box-flex: 1;
	flex: 1 1 33.333333%;
	max-width: 33.333333;
	padding-left: 27.5px;
	padding-right: 27.5px;
	margin-bottom: 30px;
}

/* custom size */
.footer-widget__about,
.footer-widget__gallery {
	-webkit-box-flex: 1;
	flex: 1 1 25%;
	max-width: 25%;
}

.footer-widget__links,
.footer-widget__options {
	-webkit-box-flex: 1;
	flex: 1 1 16.666666%;
	max-width: 16.666666%;
}

.footer-widget__links {
	padding-left: 57.5px;
}

/* gallery widget */

.footer-widget__gallery-list {
	display: -webkit-box;
	display: flex;
	margin: 0;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: -10px;
}

.footer-widget__gallery-list li {
	-webkit-box-flex: 1;
	flex: 1 1 33.333%;
	max-width: 33.333%;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
}

.footer-widget__gallery-list li a {
	display: block;
	background-color: white;
}

.footer-widget__gallery-list li a img {
	width: 100%;
	opacity: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__gallery-list li a:hover img {
	opacity: 0.5;
}

.footer-widget__column p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	color: #9ca3a9;
	margin: 0;
}

.footer-widget__logo {
	display: inline-block;
	-webkit-transform: translateY(-35%);
	transform: translateY(-35%);
}

.footer-widget__about p {
	margin-top: 20px;
	margin-bottom: 25px;
}

.footer-widget__about a {
	font-size: 20px;
	color: var(--thm-secondary);
	line-height: 30px;
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__about a:hover {
	color: var(--thm-primary);
}

.footer-widget__title {
	font-size: 20px;
	font-weight: 500;
	color: white;
	margin: 0;
	margin-bottom: 50px;
	font-family: var(--thm-font);
}

.footer-widget__links-list {
	margin: 0;
	margin-top: -15px;
}

.footer-widget__links-list li a {
	color: #9ca3a9;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__links-list li a:hover {
	padding-left: 15px;
	color: var(--thm-primary);
}

.footer-widget__links-list li a::before {
	content: '\f101';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 12px;
	color: var(--thm-base);
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__links-list li a:hover::before {
	opacity: 1;
}

.footer-widget__options .bootstrap-select+.bootstrap-select {
	margin-top: 10px;
}

.footer-widget__options .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}

.footer-widget__options .bootstrap-select>.dropdown-toggle {
	border-style: solid;
	border-width: 2px;
	border-color: rgb(236, 238, 239);
	font-size: 14px;
	font-weight: 500;
	color: #9ca3a9;
	padding: 11px 30px;
	padding-right: 25px;
	background-color: #fff;
}


/* footer bottom */

.site-footer__bottom {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #000000;
}

.site-footer__bottom .container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.site-footer__bottom p {
	margin: 0;
	font-size: 14px;
	font-weight: lighter;
	color: #9ca3a9;
}

.site-footer__bottom p a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.site-footer__bottom p a:hover {
	color: var(--thm-secondary);
}

.site-footer__social {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.site-footer__social a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	width: 57px;
	height: 57px;
	color: #ffffff;
	font-size: 22px;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.site-footer__social a+a {
	margin-left: 10px;
}

.site-footer__social a:hover {
	background-color: transparent;
	border: 1px solid white;
	color: #ffffff;
}

.site-footer__home-5 .container-fluid {
	border-top: 1px solid rgba(255, 255, 255, .1);
	padding-left: 120px;
	padding-right: 120px;
	padding-top: 23px;
	padding-bottom: 23px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}

.site-footer__home-5-links {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.site-footer__home-5-text p,
.site-footer__home-5-links a {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.site-footer__home-5-links a:hover {
	color: var(--thm-secondary);
}

.site-footer__home-5-links a+a {
	margin-left: 10px;
}

.site-footer__home-5-text p {
	margin: 0;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/

.search-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transition: -webkit-transform .7s ease;
	transition: -webkit-transform .7s ease;
	transition: transform .7s ease;
	transition: transform .7s ease, -webkit-transform .7s ease;
}

.search-popup.active {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.search-popup__overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: .7;
	cursor: none;
}

.search-popup__inner {
	position: absolute;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.search-popup__form {
	position: relative;
	z-index: 9991;
	width: 100%;
	padding: 15px;
	max-width: 600px;
	position: relative;
}

.search-popup__form input {
	background-color: transparent;
	border: none;
	outline: none;
	width: 100%;
	height: 60px;
	color: white;
	font-size: 18px;
	background-color: white;
	padding-left: 30px;
}

.search-popup__form input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: white;
}

.search-popup__form input::-moz-placeholder {
	/* Firefox 19+ */
	color: white;
}

.search-popup__form input:-ms-input-placeholder {
	/* IE 10+ */
	color: white;
}

.search-popup__form input:-moz-placeholder {
	/* Firefox 18- */
	color: white;
}

.search-popup__form button[type=submit] {
	border: none;
	outline: none;
	width: 60px;
	height: 60px;
	color: #fff;
	background-color: var(--thm-base);
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.search-popup__form button[type=submit]:hover {
	background-color: white;
	color: var(--thm-base);
}


/*--------------------------------------------------------------
# Sidemenu
--------------------------------------------------------------*/

.side-menu__block {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform .7s ease;
	transition: -webkit-transform .7s ease;
	transition: transform .7s ease;
	transition: transform .7s ease, -webkit-transform .7s ease;
}

.side-menu__block.active {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.side-menu__block-overlay {
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: .7;
}

.side-menu__block-inner {
	position: relative;
	max-width: 532px;
	width: 100%;
	margin-right: auto;
	height: 100vh;
	background-color: #0C0C0C;
	z-index: 999999;
	overflow-y: auto;
	padding: 40px 0;
	padding-top: 20px;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	align-content: space-between;
}

@media(max-width: 575px) {
	.side-menu__block-inner {
		max-width: 480px;
	}
}

@media(max-width: 480px) {
	.side-menu__block-inner {
		max-width: 400px;
	}
}

@media(max-width: 375px) {
	.side-menu__block-inner {
		max-width: 300px;
	}
}

.side-menu__block-inner .mCustomScrollBox {
	width: 100%;
}

.side-menu__top {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding-left: 100px;
	padding-right: 40px;
}

.mobile-nav__container {
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 50px;
}

.mobile-nav__container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav__container li.dropdown ul {
	display: none;
	padding-left: 0.5em;
}

.mobile-nav__container li.dropdown {
	position: relative;
}

.mobile-nav__container li.dropdown .dropdown-btn {
	border: none;
	outline: none;
	background-color: transparent;
	color: #9ca3a9;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: transfrom 500ms ease;
	transition: transfrom 500ms ease;
}

.mobile-nav__container li.dropdown .dropdown-btn.open {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.mobile-nav__container li+li {
	margin-top: 10px;
}

.mobile-nav__container li a {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 15px;
	font-weight: 300;
	display: block;
	font-family: var(--thm-font);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
	letter-spacing: 3px;
}

.mobile-nav__container li a:hover {
	color: #a7a7a7;
}

.mobile-nav__container li.current-menu-item>a,
.mobile-nav__container li.current>a {
	color: #004c85;
}



.side-menu__social {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.side-menu__social a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	width: 57px;
	height: 57px;
	background-color: #ffffff00;
	color: #ffffff;
	font-size: 20px;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.side-menu__social a+a {
	margin-left: 10px;
}

.side-menu__social a:hover {
	background-color: var(--thm-black);
	border: 1px solid #ffffff;
	color: #ffffff;
}

.side-menu__content {
	padding-left: 100px;
	padding-right: 100px;
}

.side-menu__content p {
	margin: 0;
	font-size: 15px;
	line-height: 30px;
	font-weight: 300;
	color: #9ca3a9;
	letter-spacing: .02em;
}

.side-menu__content p+p {
	margin-top: 30px;
}

.side-menu__content p a {
	color: var(--thm-secondary);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.side-menu__content p a:hover {
	color: var(--thm-base);
}

.side-menu__sep {
	width: calc(100% - 200px);
	margin-left: auto;
	margin-right: auto;
	height: 1px;
	background-color: #fff;
	margin-top: 70px;
	margin-bottom: 70px;
}

.side-menu__text p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	color: #9ca3a9;
	margin: 0;
	margin-bottom: 25px;
}


.side-menu__text a {
	font-size: 20px;
	color: var(--thm-secondary);
	line-height: 30px;
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.side-menu__text a:hover {
	color: var(--thm-primary);
}

.side-menu__block__copy {
	text-transform: uppercase;
	font-size: 16px;
	color: #9ca3a9;
	font-weight: 400;
	letter-spacing: .2em;
}


@media(max-width: 575px) {

	.side-menu__top,
	.side-menu__content,
	.mobile-nav__container {
		padding-left: 50px;
		padding-right: 50px;
	}

	.side-menu__sep {
		margin-top: 40px;
		margin-bottom: 40px;
		width: calc(100% - 100px);
	}
}

@media(max-width: 480px) {

	.side-menu__top,
	.side-menu__content,
	.mobile-nav__container {
		padding-left: 25px;
		padding-right: 25px;
	}

	.side-menu__sep {
		width: calc(100% - 50px);
	}

	.side-menu__social {
		margin-top: 40px;
	}

	.side-menu__social a {
		width: 45px;
		height: 45px;
	}
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/

.logos {
	position: absolute;
	bottom: 10px;
	width: 100%;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact-one {
	padding: 180px 0 40px;
	background: linear-gradient(rgba(0, 0, 0, 0.495), rgba(0, 0, 0, 0.495)), url(../images/textura.jpg) center center;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
	display: flex;	
	align-items: center;
	min-height: 700px;
}

.contact-one .block-title {
	margin: 0px 20px 40px;
}

.contact-one__content-text {
	margin-bottom: 40px;
}

.contact-one__content-text p {
	margin: 0;
	font-size: 18px;
	line-height: 34px;
	font-weight: 500;
}

.contact-one__form .row.low-gutters {
	margin-left: -5px;
	margin-right: -5px;
}

.contact-one__form .row.low-gutters>[class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}

.contact-one__form .input-group {
	margin-bottom: 10px;
}

.contact-form {
	box-shadow: -1px 0px 33px 1px rgb(60, 59, 59);
	border-radius: 15px;
	padding: 20px;
}

.contact-one__form .input-group input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]),
.contact-one__form .input-group textarea {
	width: 100%;
	height: 74px;
	display: block;
	outline: none;
	background-color: #0000;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding-left: 30px;
	border-style: solid;
	border-color: #0000 #0000 #ffffff30;
}

.contact-one__form .input-group textarea {
	height: 74px;
	padding-top: 20px;
}


.contact-one__form .input-group ::-webkit-input-placeholder {
	color: #9ca3a9;
	opacity: 1;
}


.contact-one__form .input-group ::-moz-placeholder {
	color: #9ca3a9;
	opacity: 1;
}


.contact-one__form .input-group :-ms-input-placeholder {
	color: #9ca3a9;
	opacity: 1;
}


.contact-one__form .input-group ::-ms-input-placeholder {
	color: #9ca3a9;
	opacity: 1;
}


.contact-one__form .input-group ::placeholder {
	color: #ffffff;
	opacity: 0.7;
}

.contact-one__form .input-group :-ms-input-placeholder {
	color: #9ca3a9;
}

.contact-one__form .input-group ::-ms-input-placeholder {
	color: #9ca3a9;
}

.contact-infoad{
	font-size: 17px;
}

/*--------------------------------------------------------------
## Contact Info
--------------------------------------------------------------*/

.contact-info-one {
	padding-top: 120px;
	padding-bottom: 80px;
}

.contact-info-one [class*=col-]:nth-child(1) .contact-info-one__single i {
	background-color: var(--thm-secondary);
}

.contact-info-one [class*=col-]:nth-child(2) .contact-info-one__single i {
	background-color: #6ebd32;
}

.contact-info-one__single {
	margin-bottom: 40px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(236, 238, 239);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 55px 50px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.contact-info-one__single:hover {
	box-shadow: 0px 20px 20px 0px rgba(255, 255, 255, 0.16);
}

.contact-info-one__single i {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #3b91ac;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	margin-right: 20px;
	font-size: 30px;
}

.contact-info-one__single p {
	margin: 0;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	color: #9ca3a9;
}

.contact-info-one__single p a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.contact-info-one__single p a:hover {
	color: white;
}


/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

@media (max-width: 991px) {
	.sidebar {
		margin-top: 50px;
	}
}

.sidebar__single+.sidebar__single {
	margin-top: 30px;
}

.sidebar__single:not(.sidebar__search):not(.sidebar__twitter) {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(236, 238, 239);
	background-color: rgb(255, 255, 255);
	padding: 50px;
}

.sidebar__search,
.sidebar__twitter {
	background-color: #004c85;
}

.sidebar__title {
	margin: 0;
	margin-bottom: 30px;
	font-family: var(--thm-font);
	color: white;
	font-size: 20px;
	font-weight: 600;
	line-height: 1em;
	margin-top: -5px;
}

.sidebar__social-list {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.sidebar__social-list a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	width: 57px;
	height: 57px;
	background-color: var(--thm-gray);
	color: #9ca3a9;
	font-size: 16px;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar__social-list a+a {
	margin-left: 10px;
}

.sidebar__social-list a:hover {
	background-color: var(--thm-primary);
	color: #ffffff;
}

.sidebar__post-list li {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.sidebar__post-list li+li {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #eceeef;
}

.sidebar__post-image {
	margin-right: 20px;
}

.sidebar__post-image>img {
	width: 61px;
}

.sidebar__post-content h3 {
	color: white;
	font-size: 18px;
	line-height: 30px;
	font-family: var(--thm-font);
	margin: 0;
}

.sidebar__post-content h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar__post-content h3 a:hover {
	color: var(--thm-primary);
}

.sidebar__search-form {
	position: relative;
}

.sidebar__search-form input[type=search] {
	display: block;
	border: none;
	outline: none;
	background-color: transparent;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	padding-left: 50px;
	height: 85px;
}

.sidebar__search-form ::-webkit-input-placeholder {
	color: #ffffff;
	opacity: 1;
}

.sidebar__search-form ::-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
	color: #ffffff;
	opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
	color: #ffffff;
	opacity: 1;
}

.sidebar__search-form ::placeholder {
	color: #ffffff;
	opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
	color: #ffffff;
}

.sidebar__search-form ::-ms-input-placeholder {
	color: #ffffff;
}

.sidebar__search-form button[type=submit] {
	background-color: transparent;
	color: #ffffff;
	font-size: 21px;
	position: absolute;
	top: 50%;
	right: 50px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: auto;
	outline: none;
	border: none;
}

.sidebar__category-list {
	margin: 0;
	margin-top: -15px;
}

.sidebar__category-list li+li {
	margin-top: 15px;
}

.sidebar__category-list li a {
	color: #9ca3a9;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar__category-list li a:hover {
	padding-left: 15px;
	color: white;
}

.sidebar__category-list li a::before {
	content: '\f101';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 12px;
	color: var(--thm-base);
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar__category-list li a:hover::before {
	opacity: 1;
}


.sidebar__tags-list {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-top: -10px;
}

.sidebar__tags-list a {
	font-size: 14px;
	color: #9ca3a9;
	background-color: var(--thm-gray);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	text-transform: uppercase;
	display: -webkit-box;
	display: flex;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
	margin-left: 10px;
	line-height: 38px;
}

.sidebar__tags-list a:hover {
	background-color: var(--thm-base);
	color: white;
}

.sidebar__twitter {
	padding: 50px;
}

.sidebar__twitter .sidebar__title {
	color: #ffffff;
	margin-bottom: 15px;
}

.sidebar__twitter p {
	font-size: 16px;
	font-weight: 500;
	color: #a4cae5;
	margin: 0;
}

.sidebar__twitter p a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar__twitter p a:hover {
	color: var(--thm-primary);
}

.sidebar__twitter-user {
	border-bottom: 1px solid var(--thm-primary);
	color: var(--thm-primary) !important;
	display: inline-block;
	line-height: 1em;
}

.sidebar__twitter h4 {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	font-family: var(--thm-font);
	margin: 0;
	font-size: 16px;
	color: #ffffff;
	margin-top: 20px;
}

.sidebar__twitter h4 i {
	font-size: 20px;
	color: var(--thm-base);
	margin-right: 10px;
}

.sidebar__twitter h4 a {
	color: var(--thm-primary);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar__twitter h4 a:hover {
	color: var(--thm-secondary);
}

.sidebar__twitter h4 span {
	margin-left: 10px;
	margin-right: 10px;
}

.sidebar__twitter-carousel .owl-nav.disabled+.owl-dots {
	margin-top: 0;
}

.sidebar__twitter-carousel .owl-dots {
	margin-top: 0;
	position: absolute;
	top: -35px;
	right: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: end;
	align-items: flex-end;
}

.sidebar__twitter-carousel .owl-dots .owl-dot {
	outline: none;
}

.sidebar__twitter-carousel .owl-dots .owl-dot span {
	margin-left: 5px;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	background-color: #a4cae5;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar__twitter-carousel .owl-dots .owl-dot:hover span,
.sidebar__twitter-carousel .owl-dots .owl-dot.active span {
	background-color: #ffffff;
}

.offer-sidebar {
	position: relative;
	padding-left: 60px;
	padding-bottom: 70px;
	padding-top: 325px;
	background-position: center;
	background-size: cover;
}

.offer-sidebar::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #004c85;
	opacity: 0.8;
}

.offer-sidebar h3 {
	position: relative;
	font-weight: 300;
	font-size: 60px;
	line-height: 60px;
	color: #fff;
	font-family: var(--thm-font);
}

.offer-sidebar h3 span {
	font-weight: 900;
}

.offer-sidebar__price {
	color: var(--thm-base);
}

/*--------------------------------------------------------------
# Mailchimp
--------------------------------------------------------------*/

.mailchimp-one {
	padding-top: 123.5px;
	padding-bottom: 123.5px;
	background-color: var(--thm-primary);
}

.mailchimp-one h3 {
	margin: 0;
	color: #ffffff;
	font-size: 50px;
	font-weight: 600;
	font-family: var(--thm-font);
	margin-top: -15px;
}

.mailchimp-one__form {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

@media(min-width: 1200px) {
	.mailchimp-one__form {
		margin-left: 80px;
	}
}

.mailchimp-one__form input {
	display: block;
	border: none;
	outline: none;
	width: 100%;
	max-width: 370px;
	height: 74px;
	color: #9ca3a9;
	font-size: 16px;
	font-weight: 500;
	padding-left: 30px;
}

.mailchimp-one__form ::-webkit-input-placeholder {
	color: #9ca3a9;
	opacity: 1;
}

.mailchimp-one__form ::-moz-placeholder {
	color: #9ca3a9;
	opacity: 1;
}

.mailchimp-one__form :-ms-input-placeholder {
	color: #9ca3a9;
	opacity: 1;
}

.mailchimp-one__form ::-ms-input-placeholder {
	color: #9ca3a9;
	opacity: 1;
}

.mailchimp-one__form ::placeholder {
	color: #9ca3a9;
	opacity: 1;
}

.mailchimp-one__form :-ms-input-placeholder {
	color: #9ca3a9;
}

.mailchimp-one__form ::-ms-input-placeholder {
	color: #9ca3a9;
}

.mailchimp-one__btn:hover {
	background-color: white;
}

.mc-form__response {
	text-align: center;
	color: #fff;
}

/*--------------------------------------------------------------
# Brand
--------------------------------------------------------------*/

.brand-one {
	border-top: 1px solid #eceeef;
	padding-top: 120px;
	padding-bottom: 120px;
}

@media(min-width: 1200px) {
	.brand-one .container {
		padding-left: 50px;
		padding-right: 50px;
	}
}

.brand-one img {
	opacity: 0.3;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.brand-one img:hover {
	opacity: 0.6;
}

.brand-one__home-two {
	border-top: 0;
	border-bottom: 1px solid #eceeef;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team-one {
	padding-top: 120px;
	padding-bottom: 60px;
}

.team-one__single {
	margin-bottom: 60px;
}

.team-one__image {
	overflow: hidden;
	background-color: white;
}

.team-one__image>img {
	opacity: 1;
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, transform 500ms ease;
	transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}

.team-one__single:hover .team-one__image>img {
	opacity: 0.6;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.team-one__content {
	text-align: center;
	padding-top: 30px;
}

.team-one__content h3 {
	margin: 0;
	font-family: var(--thm-font);
	font-size: 24px;
	line-height: 1em;
	color: white;
}

.team-one__content p {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .2em;
	color: #9ca3a9;
	margin: 0;
	line-height: 1em;
	margin-top: 15px;
}

.team-one__social {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 30px;
}

.team-one__social a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	width: 57px;
	height: 57px;
	background-color: var(--thm-gray);
	color: #9ca3a9;
	font-size: 16px;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-one__social a+a {
	margin-left: 10px;
}

.team-one__social a:hover {
	background-color: var(--thm-primary);
	color: #ffffff;
}

/*--------------------------------------------------------------
# Call To Action
--------------------------------------------------------------*/

.cta-one {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: var(--thm-primary);
}

.cta-one h3 {
	margin: 0;
	color: #fff;
	font-size: 50px;
	font-family: var(--thm-font);
	font-weight: 700;
}

.cta-one .container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.cta-one__btn:hover {
	background-color: white;
}

.cta-one__home-two {
	background-color: var(--thm-base);
}

.cta-one__home-two .cta-one__btn {
	background-color: white;
	color: #ffffff;
}

.cta-one__home-two .cta-one__btn:hover {
	background-color: var(--thm-secondary);
}

.cta-two {
	padding-top: 130px;
}

.cta-two__content-highlight {
	margin-top: -10px;
	margin-bottom: 35px;
}

.cta-two__content-highlight p {
	margin: 0;
	color: var(--thm-primary);
	font-size: 24px;
	line-height: 36px;
	font-weight: lighter;
}

.cta-two__list {
	margin: 0;	
	margin-bottom: 35px;
}

.cta-two__list li {
	position: relative;
	font-size: 20px;
	line-height: 40px;
	font-weight: 500;
	color: #9ca3a9;
	padding-left: 30px;
}

.cta-two__list li i {
	position: absolute;
	top: 60%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px;
	color: var(--thm-secondary);
}

.cta-three__content {
	position: relative;
}

.cta-three__content::before {
	content: '';
	width: 10000px;
	height: 100%;
	background-color: var(--thm-gray);
	position: absolute;
	top: 0;
	right: 0;
}

.cta-three__content-inner {
	position: relative;
	padding-top: 120px;
}

.cta-three__content .block-title {
	margin-bottom: 50px;
}

.cta-three__content .block-title h3 {
	line-height: 1.1em;
}

.cta-three__content .block-title h3 span {
	color: var(--thm-primary);
	font-family: "Prompt", sans-serif;
	font-weight: 400;
	display: inline-block;
}

.cta-three__box {
	position: absolute;
	background-color: var(--thm-secondary);
	width: 100%;
	max-width: 340px;
	bottom: 0;
	right: 0;
	padding-top: 30px;
	padding-bottom: 40px;
	padding-left: 60px;
}

.cta-three__box p {
	margin: 0;
	color: #ffffff;
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
}

.cta-three__images {
	margin-top: 120px;
}

.cta-four {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	padding-top: 118px;
	padding-bottom: 118px;
}

.cta-four::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #0c0c0c;
	opacity: 0.3;
}

.cta-four .container {
	text-align: center;
	position: relative;
}

.cta-four p {
	font-size: 40px;
	color: #ffffff;
	margin: 0;
}

.cta-four h3 {
	margin: 0;
	font-family: var(--thm-font);
	font-size: 100px;
	text-transform: uppercase;
	font-weight: 800;
	margin-top: 15px;
	margin-bottom: 45px;
	color: #ffffff;
}

.cta-four h3 span {
	color: var(--thm-secondary);
	position: relative;
	display: inline-block;
	line-height: 1em;
}

.cta-four h3 span::before {
	content: '';
	width: 100%;
	height: 31px;
	background-image: url(../images/shapes/title-decor-1-2.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 80%;
	left: 0;
}

.cta-four__btn {
	background: transparent !important;
	padding: 10px 100px;
	border: 1px solid white;
	border-radius: 25px;
	color: white !important;
}

.cta-four__btn:hover {
	background: black !important;
	border: none;
	color: white !important;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.gallery-one {
	padding-bottom: 90px;
	padding-top: 120px;
}

.gallery-one__single {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.gallery-one__single>img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.gallery-one__single:hover>img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.gallery-one__link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(var(--thm-base-rgb), .9);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 46px;
	color: #ffffff;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.gallery-one__link:hover {
	color: #ffffff;
}


.gallery-one__single:hover .gallery-one__link {
	opacity: 1;
}

.gallery-home-8 {
	position: relative;
	background-color: #0c0c0c;
}

.gallery-home-8 .row.low-gutters {
	margin-left: -1px;
	margin-right: -1px;
}

.gallery-home-8 .row.low-gutters [class*=col-] {
	padding-left: 1px;
	padding-right: 1px;
	margin-bottom: 2px;
}

.gallery-home-8__single {
	overflow: hidden;
}

.gallery-home-8__single>img {
	width: 100%;
	-webkit-animation: galleryHomeEightImg 5s linear infinite;
	animation: galleryHomeEightImg 5s linear infinite;
}

@-webkit-keyframes galleryHomeEightImg {

	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	25% {
		-webkit-transform: scale(1.01);
		transform: scale(1.01);
	}

	50% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	75% {
		-webkit-transform: scale(1.01);
		transform: scale(1.01);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes galleryHomeEightImg {

	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	25% {
		-webkit-transform: scale(1.01);
		transform: scale(1.01);
	}

	50% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	75% {
		-webkit-transform: scale(1.01);
		transform: scale(1.01);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/

.error-page {
	background-color: #004c85;
	position: relative;
	padding-top: 60px;
	padding-bottom: 120px;
}


.error-page .container {
	position: relative;
}


.error-page__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -37px;
	background-position: top;
	background-repeat: no-repeat;
	background-position: bottom center;
	opacity: 0.07;
	background-color: #004c85;
	background-blend-mode: multiply;
}

.error-page__logo {
	display: block;
	text-align: center;
}

.error-page__title {
	position: relative;
	display: inline-block;
	margin-top: 140px;
}

.error-page__title h2 {
	position: relative;
	display: inline-block;
	font-size: 400px;
	font-weight: 900;
	color: #ffffff;
	font-family: var(--thm-font);
	line-height: 1em;
}

.error-page__title h2::before {
	width: 141px;
	height: 124px;
	content: '';
	background-image: url(../images/shapes/error-page__shape-1-1.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -5px;
	left: -40px;
}

.error-page__title p {
	font-family: "Prompt", sans-serif;
	font-style: italic;
	font-size: 200px;
	line-height: 1em;
	color: var(--thm-secondary);
	position: absolute;
	bottom: -60px;
	right: 0;
}

.error-page__text {
	margin-top: 40px;
	padding-bottom: 60px;
}

.error-page__text p {
	font-size: 30px;
	color: #a4cae5;
	margin: 0;
	font-weight: 400;
}


.destinations-three {
	padding-top: 120px;
}


.destinations-three__single {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 15px;
	background-color: white;
}

.destinations-three__single>a img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	filter: brightness(80%);
}

.destinations-three__content {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	transform: translateX(-50%);
	text-align: center;
	opacity: 1;
	-webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.destinations-three__single:hover .destinations-three__content {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
}

.destinations-three__hover-content h3,
.destinations-three__content h3 {
	font-family: var(--thm-font);
	color: #fff;
	font-size: 35px;
	letter-spacing: 10px;
	text-transform: uppercase;
	margin: 0;
}

.destinations-three__hover-content h3 a,
.destinations-three__content h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.destinations-three__hover-content h3 a:hover,
.destinations-three__content h3 a:hover {
	color: var(--thm-primary);
}

.destinations-three__hover-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: 100%;
	z-index: 11;
	opacity: 0;
	-webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.destinations-three__single:hover .destinations-three__hover-content {
	opacity: 1;
}

.destinations-three__hover-content p {
	margin: 0;
	font-size: 28px;
	font-weight: 500;
	color: var(--thm-base);
	line-height: 1em;
}

.destinations-three__link {
	width: 50px;
	display: block;
	height: 50px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--thm-base);
	position: absolute;
	right: 30px;
	bottom: 40px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.destinations-three__link i {
	line-height: 50px;
	color: white;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-size: 18px;
}

.destinations-three__link:hover {
	background-color: var(--thm-primary);

}

.destinations-three__link:hover i {
	color: #ffffff;
}

/* STYLES FOR LOGOS EMPRESAS */
.banner-three__box {
	padding: 0;
	margin: 10px 40px;
	word-wrap: break-word;
}

.banner-three__col {
	-webkit-box-flex: 1;
	flex: 1 1 20%;
	max-width: 20%;
	padding-left: 15px;
	padding-right: 15px;
}

.banner-three__box-single {
	position: relative;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	margin-bottom: 30px;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.banner-three__box-single:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.banner-three__box-single::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: 0px 0px 10px black;
	z-index: 10;
}

.banner-three__box-single>img {
	width: 100%;
	aspect-ratio: 2/2;
	object-fit: contain;
	padding: 10px;
}

.banner-three__leaf {
	position: absolute;
	top: 0;
	left: 0;
}

.banner-three__sun {
	position: absolute;
	top: 5%;
	left: 10%;
	-webkit-animation: sunMove 10s linear infinite;
	animation: sunMove 10s linear infinite;
}

@-webkit-keyframes sunMove {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	75% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes sunMove {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	75% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.banner-three__plane {
	position: absolute;
	bottom: 15%;
	right: 0;
	-webkit-animation: planeMove 5s ease-in infinite;
	animation: planeMove 5s ease-in infinite;
}

@-webkit-keyframes planeMove {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	25% {
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
	}

	50% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}

	75% {
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes planeMove {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	25% {
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
	}

	50% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}

	75% {
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

.gallery-detail {
	margin-top: 120px;
}

/* ICONS */

.icons{
	width: 30px;
	filter: invert(100%);
	margin: 12px 0;
}
.icons-footer{
	width: 20px;
	filter: invert(100%);
}
