/* General */
:root {
	--border-radius: 4px;
	--border-radius2x: 8px;
	--default: #777;
}
/* Skin Colors */
:root {
	--primary: #1d8cc6;
	--primary-100: #006699;
	--primary-200: #00447A;
	--primary-300: #0C3A5F;
	--primary--100: #0099e6;
	--primary--200: #00a1f2;
	--primary--300: #00aaff;
	--primary-rgba-0: rgba(29, 140, 198, 0);
	--primary-rgba-10: rgba(29, 140, 198, 0.1);
	--primary-rgba-20: rgba(29, 140, 198, 0.2);
	--primary-rgba-30: rgba(29, 140, 198, 0.3);
	--primary-rgba-40: rgba(29, 140, 198, 0.4);
	--primary-rgba-50: rgba(29, 140, 198, 0.5);
	--primary-rgba-60: rgba(29, 140, 198, 0.6);
	--primary-rgba-70: rgba(29, 140, 198, 0.7);
	--primary-rgba-80: rgba(29, 140, 198, 0.8);
	--primary-rgba-90: rgba(29, 140, 198, 0.9);
	--secondary: #00447A;
	--secondary-100: #015ee5;
	--secondary-200: #0159d8;
	--secondary-300: #0154cb;
	--secondary--100: #1a78fe;
	--secondary--200: #277ffe;
	--secondary--300: #3487fe;
	--secondary-rgba-0: rgba(0, 68, 122, 0);
	--secondary-rgba-10: rgba(0, 68, 122, 0.1);
	--secondary-rgba-20: rgba(0, 68, 122, 0.2);
	--secondary-rgba-30: rgba(0, 68, 122, 0.3);
	--secondary-rgba-40: rgba(0, 68, 122, 0.4);
	--secondary-rgba-50: rgba(0, 68, 122, 0.5);
	--secondary-rgba-60: rgba(0, 68, 122, 0.6);
	--secondary-rgba-70: rgba(0, 68, 122, 0.7);
	--secondary-rgba-80: rgba(0, 68, 122, 0.8);
	--secondary-rgba-90: rgba(0, 68, 122, 0.9);
	--tertiary: #e82825;
	--tertiary-100: #26969c;
	--tertiary-200: #248c92;
	--tertiary-300: #218388;
	--tertiary--100: #30bec6;
	--tertiary--200: #34c6ce;
	--tertiary--300: #3fc9d0;
	--tertiary-rgba-0: rgba(232, 40, 37, 0);
	--tertiary-rgba-10: rgba(232, 40, 37, 0.1);
	--tertiary-rgba-20: rgba(232, 40, 37, 0.2);
	--tertiary-rgba-30: rgba(232, 40, 37, 0.3);
	--tertiary-rgba-40: rgba(232, 40, 37, 0.4);
	--tertiary-rgba-50: rgba(232, 40, 37, 0.5);
	--tertiary-rgba-60: rgba(232, 40, 37, 0.6);
	--tertiary-rgba-70: rgba(232, 40, 37, 0.7);
	--tertiary-rgba-80: rgba(232, 40, 37, 0.8);
	--tertiary-rgba-90: rgba(232, 40, 37, 0.9);
	--quaternary: #383f48;
	--quaternary-100: #2d323a;
	--quaternary-200: #272c32;
	--quaternary-300: #22262b;
	--quaternary--100: #434c56;
	--quaternary--200: #49525e;
	--quaternary--300: #4e5865;
	--quaternary-rgba-0: rgba(56, 63, 72, 0);
	--quaternary-rgba-10: rgba(56, 63, 72, 0.1);
	--quaternary-rgba-20: rgba(56, 63, 72, 0.2);
	--quaternary-rgba-30: rgba(56, 63, 72, 0.3);
	--quaternary-rgba-40: rgba(56, 63, 72, 0.4);
	--quaternary-rgba-50: rgba(56, 63, 72, 0.5);
	--quaternary-rgba-60: rgba(56, 63, 72, 0.6);
	--quaternary-rgba-70: rgba(56, 63, 72, 0.7);
	--quaternary-rgba-80: rgba(56, 63, 72, 0.8);
	--quaternary-rgba-90: rgba(56, 63, 72, 0.9);
	--dark: #212529;
	--dark-100: #16181b;
	--dark-200: #101214;
	--dark-300: #0a0c0d;
	--dark--100: #2c3237;
	--dark--200: #32383e;
	--dark--300: #383f45;
	--dark-rgba-0: rgba(33, 37, 41, 0);
	--dark-rgba-10: rgba(33, 37, 41, 0.1);
	--dark-rgba-20: rgba(33, 37, 41, 0.2);
	--dark-rgba-30: rgba(33, 37, 41, 0.3);
	--dark-rgba-40: rgba(33, 37, 41, 0.4);
	--dark-rgba-50: rgba(33, 37, 41, 0.5);
	--dark-rgba-60: rgba(33, 37, 41, 0.6);
	--dark-rgba-70: rgba(33, 37, 41, 0.7);
	--dark-rgba-80: rgba(33, 37, 41, 0.8);
	--dark-rgba-90: rgba(33, 37, 41, 0.9);
	--light: #FFF;
	--light-100: #f2f2f2;
	--light-200: #ececec;
	--light-300: #e6e6e6;
	--light--100: #ffffff;
	--light--200: #ffffff;
	--light--300: #ffffff;
	--light-rgba-0: rgba(255, 255, 255, 0);
	--light-rgba-10: rgba(255, 255, 255, 0.1);
	--light-rgba-20: rgba(255, 255, 255, 0.2);
	--light-rgba-30: rgba(255, 255, 255, 0.3);
	--light-rgba-40: rgba(255, 255, 255, 0.4);
	--light-rgba-50: rgba(255, 255, 255, 0.5);
	--light-rgba-60: rgba(255, 255, 255, 0.6);
	--light-rgba-70: rgba(255, 255, 255, 0.7);
	--light-rgba-80: rgba(255, 255, 255, 0.8);
	--light-rgba-90: rgba(255, 255, 255, 0.9);
}
/* Skin Colors - Inverse */
:root {
	--primary-inverse: #FFF;
	--secondary-inverse: #FFF;
	--tertiary-inverse: #FFF;
	--quaternary-inverse: #FFF;
	--dark-inverse: #FFF;
	--light-inverse: #777;
}
/* Grey Colors */
:root {
	--grey: #969696;
	--grey-100: #f4f4f4;
	--grey-200: #eaeaea;
	--grey-300: #e5e5e5;
	--grey-400: #e0e0e0;
	--grey-500: #dbdbdb;
	--grey-600: #cecece;
	--grey-700: #c1c1c1;
	--grey-800: #a8a8a8;
	--grey-900: #8e8e8e;
	--grey-1000: #757575;
}


/*
* RTL
*/
/*
* General
*/
.custom-font-secondary {
		font-family: "Montserrat", serif !important;
}

.custom-highlight-text-1 {
		position: absolute;
		right: -64px;
		bottom: -41px;
		font-size: 36.8px;
		font-size: 2.3rem;
		transform: rotate(-15deg);
}

.custom-border-radius-1 {
		border-radius: 7px;
}

.custom-container-style-3 {
		min-width: 85vw;
}

@media (min-width: 576px) {
		.custom-container-style-3 {
				min-width: 540px;
		}
}

@media (min-width: 768px) {
		.custom-container-style-3 {
				min-width: 720px;
		}
}

@media (min-width: 992px) {
		.custom-container-style-3 {
				min-width: 960px;
		}
}

@media (min-width: 1200px) {
		.custom-container-style-3 {
				min-width: 1140px;
		}
}

.custom-container-position-1 {
		position: relative;
		transform: translate3d(-50%, 0, 0);
		left: 50%;
}

/*
* Buttons
*/
@keyframes toBottomFromTop {
		49% {
				transform: translate3d(0, 100%, 0) scale(1);
		}
		50% {
				opacity: 0;
				transform: translate3d(0, -100%, 0) scale(1);
		}
		51% {
				opacity: 1;
		}
}

.custom-btn-effect-1:hover > .animated-icon,
.custom-btn-effect-1:hover > img,
.custom-btn-effect-1:hover > i,
.custom-link-effect-1:hover > .animated-icon,
.custom-link-effect-1:hover > img,
.custom-link-effect-1:hover > i {
		animation: toBottomFromTop 0.3s forwards;
}

/*
* Main
*/
.main {
		margin-top: -78px;
}

.header-dark .main {
		margin-top: 0px;
}

/*
* Header
*/
#header  {
		position: relative;
		width: 100%;
		top: calc(100vh - 78px);
		left: 0;
		height: 78px;
}

#header.header-dark, #header.header-dark .header-body{
		background:var(--quaternary);
		top: 0;
}

#header .header-btn-collapse-nav {
		margin-top: 4px;
}

#header .container {
		width: 100%;
}

#header .header-body {
		background: transparent;
		border-top: 0;
		border-bottom: 0;
		min-height: 0;
}

#header .header-container {
		min-height: 78px;
}

#header .header-nav {
		padding: 0;
}

#header .header-nav-main:before {
		content: none;
}

#header .header-nav-main nav > ul > li > a {
		position: relative;
		background: transparent !important;
		font-size: 13.6px;
		font-size: 0.85rem;
		font-weight: 600;
		letter-spacing: 0;
		color: var(--light) !important;
		transition: ease color 300ms;
}

@media (min-width: 992px) and (max-width: 1060px) {
		#header .header-nav-main nav > ul > li > a {
				padding: 27px 7px;
		}
}

@media (min-width: 1061px) and (max-width: 1199px) {
		#header .header-nav-main nav > ul > li > a {
				padding: 27px 10px;
		}
}

@media (min-width: 1200px) {
		#header .header-nav-main nav > ul > li > a {
				padding: 27px 16px;
		}
}

#header .header-nav-main nav > ul > li > a.active:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		border-bottom: 3px solid var(--grey-500);
		width: 100%;
}

@media (max-width: 991px) {
		#header .header-nav-main nav > ul > li > a.active:before {
				bottom: 0;
				border-width: 2px;
		}
}

#header .header-nav-main nav > ul li {
		border-bottom: 0;
}

html.sticky-header-active #header .header-body {
		top: 0;
		background: var(--quaternary);
		border-bottom-color: var(--quaternary);
}

@media (max-width: 991px) {
		html:not(.sticky-header-active) #header .header-body {
				background: var(--quaternary);
				border-bottom-color: var(--quaternary);
		}
}

@media (min-width: 992px) {
		#header .header-nav-main nav > ul > li > a {
				height: 100%;
		}
		#header .header-nav-main nav > ul > li > a.active {
				color: var(--grey-500) !important;
		}
		#header .header-nav-main nav > ul > li:hover > a, #header .header-nav-main nav > ul > li.open > a {
				color: var(--primary) !important;
		}
}

/*
* Owl Carousel
*/
.custom-dots-style-1 .owl-dots {
		bottom: 55px !important;
}

.custom-dots-style-1 .owl-dots .owl-dot {
		transition: ease transform 300ms;
}

.custom-dots-style-1 .owl-dots .owl-dot.active, .custom-dots-style-1 .owl-dots .owl-dot:hover {
		transform: scale(1.3);
}

.custom-dots-style-1 .owl-dots .owl-dot + .owl-dot {
		margin-left: 4px;
}

/*
* Testimonials
*/
.custom-testimonial-style-1 blockquote > p {
		font-family: "Montserrat", sans-serif !important;
}

.custom-testimonial-style-1.testimonial-with-quotes blockquote:before, .custom-testimonial-style-1.testimonial-with-quotes blockquote:after {
		font-family: "Montserrat", sans-serif;
		font-weight: bold;
		color: #212121;
}

/*
* Sort
*/
.sort-destination-loader.sort-destination-loader-showing {
		max-height: none;
}

/* Skin */
/*
* Buttons
*/
.btn.custom-btn-style-1 {
		border: 1px solid var(--quaternary-rgba-20);
}

.btn.custom-btn-style-1:hover {
		background: var(--quaternary-rgba-10);
}

.btn.custom-btn-style-1._color-2 {
		border: 1px solid var(--secondary-rgba-50);
}

.btn.custom-btn-style-1._color-2:hover {
		background: var(--secondary-rgba-40);
}

/*
* Header
*/
#header .header-nav-main nav > ul > li > a.active, #header.header-dark .header-nav-main nav > ul > li > a:hover {
		color: var(--primary--300) !important;
}

@media (min-width: 992px) {
  #header.header-dark .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-active-text-dark nav > ul:not(:hover) li > a.active {
    color: var(--primary--300) !important;
  }
}

#header .header-nav-main nav > ul > li > a.active:before {
		border-color: var(--primary--300);
}

#header .header-nav-main nav > ul > li:hover > a.active, #header .header-nav-main nav > ul > li.open > a.active {
		color: var(--primary) !important;
}

#header .header-nav-main nav > ul > li:hover > a.active:before, #header .header-nav-main nav > ul > li.open > a.active:before {
		border-color: var(--primary);
}

/*
* Thumb Info
*/
.thumb-info.custom-thumb-info-style-1 .thumb-info-wrapper:after {
		background-color: var(--primary-rgba-80);
}
