/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Common
# Topbar
# Main Menu
# Footer
# Search Popup
# Sidemenu
# Banner
# Blog
	## Blog Details
	## Comments
# Page Header
# Contact
	## Contact Info
# Sidebar
# Mailchimp
# Brand
# Team
# Call To Action
# Gallery
# Error 404
# Video
# Testimonials
# FAQ
# Tour
	## Tour Sidebar
# Destinations
# Features
# Funfact
# Tour Search
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

/*font-family: 'Barlow Condensed', sans-serif;
font-family: 'Satisfy', cursive;*/

:root {
	--thm-font: 'Barlow Condensed', sans-serif;
	--heading-font: 'Satisfy', cursive;
	--thm-base: #ffa801;
	--thm-base-rgb: 255, 168, 1;
	--thm-primary: #40b9eb;
	--thm-primary-rgb: 64, 185, 235;
	--thm-secondary: #ff0143;
	--thm-secondary-rgb: 255, 1, 67;
	--thm-black: #082740;
	--thm-black-rgb: 8, 39, 64;
	--thm-gray: #eceeef;
}


body {
	/*font-family: var(--thm-font);*/
	/* color: #7c859b; */
	font-size: 16px;

	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: var(--heading-font);*/
}

.tour-sidebar__search {
	background-color: var(--thm-gray);
	padding: 50px;
	height: 100%;
}

.thm-btn1 {
        margin-top: 15px;
        display: inline-block;
        vertical-align: middle;
        border: none;
        outline: none;
        background-color: var(--thm-base);
        font-size: 13px;
        color: var(--thm-black);
        font-weight: 600;
        text-transform: uppercase;
        padding: 5px 50.5px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

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

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

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

.block-title p {
	margin: 0;
	text-transform: uppercase;
	color: var(--thm-base);
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .2em;
	line-height: 1em;
}

.block-title h3 {
	margin: 0;
	color: var(--thm-black);
	font-size: 60px;
	font-weight: 600;
	font-family: var(--thm-font);
	line-height: 1em;
}

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

.thm-btn {
	display: inline-block;
	vertical-align: middle;
	border: none;
	outline: none;
	background-color: var(--thm-base);
	font-size: 18px;
	color: var(--thm-black);
	font-weight: 600;
	text-transform: uppercase;
	padding: 8px 25px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

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

.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: var(--thm-black);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

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

/* datepicker */

.datepicker.dropdown-menu {
	min-width: 17rem;
}

.datepicker table {
	width: 100%;
}

.post-pagination {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	        align-items: center;
	flex-wrap: wrap;
}

.post-pagination a {
	border-radius: 50%;
	background-color: var(--thm-gray);
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	padding: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	width: 57px;
	height: 57px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.post-pagination a:hover {
	background-color: var(--thm-primary);
	color: #fff;
}

.post-pagination a.active {
	background-color: var(--thm-base);
	color: #fff;
	cursor: auto;
}

.post-pagination a+a {
	margin-left: 15px;
}

/* 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: #fff;
	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 {
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-name: flipInY;
	        animation-name: flipInY;
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
}

.scroll-to-top {
	display: inline-block;
	width: 45px;
	height: 45px;
	background: var(--thm-primary);
	position: fixed;
	bottom: 95px;
	right: 40px;
	z-index: 99;
	text-align: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: none;
	border-radius: 50%;
	transition: all .4s ease;
}

.scroll-to-top i {
	color: #ffffff;
	font-size: 18px;
	line-height: 45px;
}

.scroll-to-top:hover {
	background-color: var(--thm-black);
}

.scroll-to-top:hover i {
	color: #fff;
}

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


/* home 5 */

.home-5__content-wrap {
	background-color: var(--thm-black);
	position: relative;
}


.home-5__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home-5__bg-inner {
	height: 100% !important;
}

.home-5__social {
	position: absolute;
	top: 50%;
	left: 120px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	z-index: 100;
}
.home-5__social a {
	color: #fff;
	font-size: 22px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.home-5__social a:hover {
	color: var(--thm-primary);
}
.home-5__social a +  a {
	margin-top: 15px;
}

.home-5__floated-text {
	font-size: 400px;
	font-weight: 200;
	color: #ffffff;
	letter-spacing: .2em;
	position: absolute;
	top: 50%;
	left: 50%;
	text-transform: uppercase;
	-webkit-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
	z-index: 10;
	text-align: center;
	opacity: 0.05;
}

/* home 7 */

.home-7-content-wrap {
	position: relative;
}

.home-7-content__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;
	z-index: 10;
}

.home-7-content-wrap .container {
	position: relative;
	z-index: 11;
}


/* Cursor Style */
.cursor {
	position: absolute;
	background-color: #fff;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: hidden;
}

.cursor {
	visibility: visible;
}

.cursor.active {
	opacity: 0.5;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.cursor.hovered {
	opacity: 0.08;
}

.cursor-follower {
	position: absolute;
	background-color: RGBA(255, 255, 255, 0.3);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	visibility: hidden;
}

.cursor-follower {
	visibility: visible;
}

.cursor-follower.active {
	opacity: 0.7;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.cursor-follower.hovered {
	opacity: 0.08;
}

.cursor-follower.close-cursor:before {
	position: absolute;
	content: '';
	height: 25px;
	width: 2px;
	background: #fff;
	left: 48%;
	top: 12px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: inline-block;
}

.cursor-follower.close-cursor:after {
	position: absolute;
	content: '';
	height: 25px;
	width: 2px;
	background: #fff;
	right: 48%;
	top: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*--------------------------------------------------------------
# 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; */
    color: #FFFFFF;
	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: var(--thm-black);
	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: var(--thm-black);
	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%;
	max-width: 244px;
	display: block;
	margin-right: 60px;
	padding: 10px 0;
}

.main-nav__logo-box .side-menu__toggler {
	font-size: 20px;
	color: var(--thm-black);
}

@media (min-width: 1200px) {
	.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: 1199px) {
	.main-nav__logo-box {
		padding: 10px 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;
}

.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+li {
	margin-left: 30px;
}

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

.main-nav__main-navigation .main-nav__navigation-box>li>a {
	color: #000000;
	font-size: 15px;
	font-weight: 500;
	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: var(--thm-black);
	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: #000000;
	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: var(--thm-black);
	-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;
}
@media (max-width: 768px) {
    .site-header__home-two-wrap {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #fff; /* Add mobile-specific background color */
        z-index: 100;
        /* Add mobile-specific styles for the sticky header */
    }
}
@media (max-width: 34)


@media (max-width: 768px) {}
.site-header__home-two .main-nav__logo-box {
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 123px;
	margin-right: 75px;
}

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

.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: 100px;
	padding-right: 100px;
}

.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: 20px;
}
.site-header__home-two .main-nav__search {
	margin-left: 175px;
}

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

@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: #082740; */
    background-color: var(--thm-primary);
	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: var(--thm-black);
	padding-left: 100px;
	padding-right: 100px;
}


.main-nav__header-three {
	background-color: #004c85;
}

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

.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;
	max-width: 123px;
	padding: 0;
}

.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: #a2c8e4;
}

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

.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: #ffffff;
}

.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__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: 12px 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: #000000;
	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: #082740;
}
.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(3) {
	margin-right: auto;
}
.main-nav__header-8 .container {
	position: relative;
}
.main-nav__header-8 .stricked-menu {
	background-color: #082740;
}
@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: var(--thm-black);
}

.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: 16px;
	line-height: 30px;
	font-weight: 500;
	color: #1d1d1d;
	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: 16px;
	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: 22px;
	font-weight: 500;
	color: var(--thm-black);
	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: #605f5f;
	font-size: 16px;
	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: #000000;
	padding: 11px 30px;
	padding-right: 25px;
	background-color: #fff;
}


/* footer bottom */

.site-footer__bottom {
	padding-top: 17px;
	padding-bottom: 17px;
	background-color: #eceeef;
}

.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: 18px;
	font-weight: 500;
	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;
	background-color: #fff;
	color: #9ca3a9;
	font-size: 16px;
	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: var(--thm-primary);
	color: #ffffff;
}


.site-footer__bottom-home-3 {
	background-color: #fff;
	border-top: 1px solid #eceeef;
}

.site-footer__bottom-home-3 .site-footer__social a {
	background-color: #eceeef;
	color: #000000;
}

.site-footer__bottom-home-3 .site-footer__social a:hover {
	background-color: var(--thm-primary);
	color: #ffffff;
}

.site-footer__bottom-home-7 {
	border-top: 0;
	padding-top: 0;
	background-color: #004c85;
}

.site-footer__bottom-home-7 p {
	color: #a4cae5;
}

.site-footer__bottom-home-8 {
	background-color: #082740;
	border-top: 0;
}
.site-footer__bottom-home-8 p {
	color: #a2c8e4;
}


.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: var(--thm-black);
	font-size: 18px;
	background-color: white;
	padding-left: 30px;
}

.search-popup__form input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: var(--thm-black);
}

.search-popup__form input::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--thm-black);
}

.search-popup__form input:-ms-input-placeholder {
	/* IE 10+ */
	color: var(--thm-black);
}

.search-popup__form input:-moz-placeholder {
	/* Firefox 18- */
	color: var(--thm-black);
}

.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: var(--thm-black);
	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: var(--thm-black);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: .7;
}

.side-menu__block-overlay .cursor-follower {
	background-color: rgba(var(--thm-black-rgb), 0.3);
}

.side-menu__block-inner {
	position: relative;
	max-width: 532px;
	width: 100%;
	margin-right: auto;
	height: 100vh;
	background-color: var(--thm-gray);
	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: #000000;
	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: #000000;
	font-size: 18px;
	font-weight: 500;
	display: block;
	font-family: var(--thm-font);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
}

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

.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: 80px;
	margin-bottom: 40px;
}

.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: #fff;
	color: #000000;
	font-size: 16px;
	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-primary);
	color: #ffffff;
}

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

.side-menu__content p {
	margin: 0;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	color: #000000;
	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: #000000;
	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: #000000;
	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
--------------------------------------------------------------*/

.banner-one {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left center;
	padding-top: 175px;
	padding-bottom: 180px;
}

.banner-one::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #082740;
	opacity: 0.3;
}

.banner-one .container {
	position: relative;
}

.banner-one h2 {
	margin: 0;
	color: #ffffff;
	font-weight: bold;
	font-size: 100px;
}

.banner-one h2 span {
	color: var(--thm-base);
	position: relative;
	line-height: 1em;
	display: inline-block;
}

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

.banner-one p {
	margin: 0;
	color: #ffffff;
	font-size: 30px;
	font-weight: 400;
	margin-top: 15px;
	margin-bottom: 50px;
}

.banner-two {
	background-color: var(--thm-black);
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 307.5px;
	padding-bottom: 307.5px;
}

.banner-two__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.banner-two__bg-inner {
	height: 100% !important;
}

.banner-two::before {
	content: '';
	width: 100%;
	height: 419px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-image: url(../images/shapes/banner-two__top-shadow.png);

}

.banner-two .container {
	position: relative;
	text-align: center;
	z-index: 12;
}

.banner-two p {
	color: var(--thm-secondary);
	margin: 0;
	font-family: var(--heading-font);
	font-size: 130px;
	line-height: 1em;
	margin-bottom: -60px;
	position: relative;
	z-index: 10;
}

.banner-two .container h2 {
	margin: 0;
	line-height: 1em;
	font-size: 150px;
	line-height: 1em;
	color: #fff;
	font-family: var(--thm-font);
	text-transform: uppercase;
	font-weight: 900;
}

.banner-two__floated-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
}

.banner-three__wrap {
	position: relative;
}

.banner-three__floated-text {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0.03;
	-webkit-transform: translateX(-50%) translateY(-65%);
	        transform: translateX(-50%) translateY(-65%);
	color: var(--thm-black);
	font-size: 350px;
	font-family: var(--heading-font);
	display: block;
	line-height: 1em;
}

.banner-three {
	padding-top: 90px;
	padding-bottom: 80px;
	background-image: -webkit-gradient( linear, left bottom, left top, from(rgb(255,255,255)), to(rgb(236,238,239)));
	background-image: linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(236,238,239) 100%);
}
.banner-three__top {
	text-align: center;
}
.banner-three__top-inner {
	display: inline-block;
	position: relative;
}
.banner-three__top-inner h3 {
	margin: 0;
	font-size: 100px;
	color: var(--thm-black);
	font-family: var(--thm-font);
	letter-spacing: .1em;
	font-weight: 400;
	text-transform: uppercase;
}
.banner-three__top-inner p {
	position: absolute;
	right: 10px;
	bottom: 5px;
	color: var(--thm-secondary);
	font-family: var(--heading-font);
	margin: 0;
	font-size: 60px;
}

.banner-three__box {
	padding-bottom: 90px;
}
.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;
	border: 2px dashed #ced3d6;
	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;
	border: 15px solid #ffffff;
	z-index: 10;
}
.banner-three__box-single > img {
	width: 100%;
}
.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);
	}
}


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

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

.blog-one__single {
	margin-bottom: 30px;
	position: relative;
}

.blog-one__image {
	position: relative;
	background-color: var(--thm-black);
	overflow: hidden;
}

.blog-one__image>img {
	width: 100%;
	min-height: 250px;
	object-fit: cover;
	opacity: 1;
	-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: transform 500ms ease, opacity 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.blog-one__image>a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	text-align: center;
	font-size: 25px;
	color: var(--thm-secondary);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 0;
}
.blog-one__image>a:hover {
	color: #fff;
}

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

.blog-one__single:hover .blog-one__image>a {
	opacity: 1;
}

.blog-one__content {
	padding: 20px 25px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(236, 238, 239);
	background-color: rgb(255, 255, 255);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__content {
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}

.blog-one__meta {
	margin: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.blog-one__meta li+li {
	margin-left: 20px;
}

.blog-one__meta li a {
	font-size: 14px;
	font-weight: 600;
	color: #000000;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__meta li i {
	font-size: 13px;
	color: var(--thm-base);
	margin-right: 5px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__meta li a:hover {
	color: var(--thm-black);
}

.blog-one__meta li a:hover i {
	color: var(--thm-primary);
}

.blog-two__content h3,
.blog-one__content h3 {
	font-family: var(--thm-font);
	color: var(--thm-black);
	font-weight: 600;
	line-height: 38px;
	font-size: 26px;
}

.blog-two__content h3 a,
.blog-one__content h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-two__content h3 a:hover,
.blog-one__content h3 a:hover {
	color: var(--thm-primary);
}

.blog-one__grid {
	padding-bottom: 120px;
}

.blog-one__grid .post-pagination {
	margin-top: 30px;
}

.blog-list {
	padding-top: 120px;
	padding-bottom: 120px;
}

.blog-list .post-pagination {
	-webkit-box-pack: start;
	        justify-content: flex-start;
	margin-top: 60px;
}


.blog-two__single {
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-two__single:hover {
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}

.blog-two__single::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(236, 238, 239);
}

.blog-two__content {
	display: block;
	width: 100%;
	position: relative;
	padding-left: 20px;
	padding-right: 50px;
}

@media(max-width: 991px) {
	.blog-two__content {
		padding-top: 35px;
		padding-bottom: 35px;
		padding-left: 25px;
		padding-right: 25px;
	}
}


.blog-two__content p {
	margin: 0;
	color: #000000;
	font-size: 18px;
	line-height: 34px;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 20px;
}

.blog-two__link {
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 14px;
	color: var(--thm-primary);
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-two__link:hover {
	color: var(--thm-black);
}

/*--------------------------------------------------------------
## Blog Details
--------------------------------------------------------------*/

.blog-details__content {
	border: 1px solid #eceeef;
	padding: 50px;
	padding-bottom: 30px;
}

.blog-details__content h3 {
	margin: 0;
	color: var(--thm-black);
	font-weight: 600;
	font-family: var(--thm-font);
	font-size: 36px;
}

.blog-details__content p {
	margin: 0;
	color: #000000;
	font-size: 18px;
	line-height: 34px;
	font-weight: 500;
}

.blog-details__content p+p {
	margin-top: 35px;
}

.blog-details__bottom {
	border-top: 1px solid #eceeef;
	padding-top: 30px;
	margin-top: 20px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	flex-wrap: wrap;
}

.blog-details__tags {
	margin: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	flex-wrap: wrap;
}

.blog-details__tags span {
	margin: 0;
	color: var(--thm-black);
	font-size: 20px;
	font-weight: 600;
}

.blog-details__tags a {
	font-size: 14px;
	color: #000000;
	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;
	line-height: 38px;
	margin-left: 10px;
}

.blog-details__tags a:hover {
	background-color: var(--thm-base);
	color: var(--thm-black);
}

/* author */

.author-one {
	background-color: var(--thm-gray);
	padding: 60px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	margin-top: 30px;
	margin-bottom: 60px;
}

@media(max-width: 575px) {
	.author-one {
		flex-wrap: wrap;
	}
}

.author-one__content {
	margin-left: 40px;
}

.author-one__content h3 {
	margin: 0;
	color: var(--thm-black);
	font-size: 24px;
	font-weight: 600;
	font-family: var(--thm-font);
}

.author-one__content p {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	margin-top: 20px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-one__title,
.comment-form__title {
	margin: 0;
	color: var(--thm-black);
	font-size: 40px;
	font-weight: 600;
	font-family: var(--thm-font);
	margin-bottom: 50px;
	margin-top: -10px;
}

.comment-one__single {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	border-bottom: 1px solid #eceeef;
	padding-bottom: 60px;
	margin-bottom: 60px;
}

.comment-one__content {
	position: relative;
	margin-left: 45px;
}

.comment-one__content h3 {
	margin: 0;
	font-size: 20px;
	color: var(--thm-black);
	font-weight: 600;
	font-family: var(--thm-font);
	margin-bottom: 30px;
}

.comment-one__content p {
	margin: 0;
	font-size: 18px;
	line-height: 34px;
	font-weight: 500;
	color: #000000;
}

.comment-one__btn {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 38px;
	padding: 0 20px;
	position: absolute;
	top: 0;
	right: 0;
}

.comment-one__image img {
	border-radius: 50%;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

.page-header {
	position: relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	padding: 150.0px 0 35px;
}

.page-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--thm-black);
	opacity: 0.3;
}

.page-header .container {
	position: relative;
	text-align: center;
}

.page-header h2 {
	margin: 0;
	color: #ffffff;
	font-weight: 600;
	font-size: 60px;
	font-family: var(--thm-base);
}

.thm-breadcrumb {
	display: -webkit-box;
	display: flex;
	margin: 0;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        /* justify-content: center; */
	flex-wrap: wrap;
}

.thm-breadcrumb li {
	display: -webkit-box;
	display: flex;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
}

.thm-breadcrumb li+li::before {
	content: '/';
	margin-left: 15px;
	margin-right: 15px;
}

.thm-breadcrumb li a,
.thm-breadcrumb li span {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.thm-breadcrumb li a:hover {
	color: var(--thm-base);
}

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

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

.contact-one .block-title {
	margin-bottom: 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__social {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.contact-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: #000000;
	font-size: 16px;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

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

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


.google-map__contact {
	width: 100%;
	border: none;
	outline: none;
	display: block;
	height: 558px;
}

.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-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: 50px;
	display: block;
	border: none;
	outline: none;
	background-color: #eceeef;
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	padding-left: 20px;
}

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


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


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


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


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


.contact-one__form .input-group ::placeholder {
	color: #605f5f;
	opacity: 1;
}

.contact-one__form .input-group :-ms-input-placeholder {
	color: #605f5f;
}

.contact-one__form .input-group ::-ms-input-placeholder {
	color: #605f5f;
}

/*--------------------------------------------------------------
## 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(0, 0, 0, 0.05);
}

.contact-info-one__single i {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: var(--thm-primary);
	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: #000000;
}

.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: var(--thm-black);
}


/*--------------------------------------------------------------
# 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: var(--thm-black);
	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: #000000;
	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: var(--thm-black);
	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: #000000;
	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: var(--thm-black);
}

.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: #000000;
	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: var(--thm-black);
}

.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: 58px;
		/*margin-left: 80px;*/
	}
}

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

.mailchimp-one__form ::-webkit-input-placeholder {
	color: #605f5f;
	opacity: 1;
}

.mailchimp-one__form ::-moz-placeholder {
	color: #605f5f;
	opacity: 1;
}

.mailchimp-one__form :-ms-input-placeholder {
	color: #605f5f;
	opacity: 1;
}

.mailchimp-one__form ::-ms-input-placeholder {
	color: #605f5f;
	opacity: 1;
}

.mailchimp-one__form ::placeholder {
	color: #605f5f;
	opacity: 1;
}

.mailchimp-one__form :-ms-input-placeholder {
	color: #605f5f;
}

.mailchimp-one__form ::-ms-input-placeholder {
	color: #605f5f;
}

.mailchimp-one__btn:hover {
	background-color: var(--thm-black);
}

.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: var(--thm-black);
}

.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: var(--thm-black);
}

.team-one__content p {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .2em;
	color: #000000;
	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: #000000;
	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: var(--thm-black);
}

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

.cta-one__home-two .cta-one__btn {
	background-color: var(--thm-black);
	color: #ffffff;
}

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

.cta-two {
	padding-top: 120px;
	padding-bottom: 120px;
}

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

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

.cta-two__list li {
	position: relative;
	font-size: 18px;
	line-height: 40px;
	font-weight: 500;
	color: #000000;
	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: var(--heading-font);
	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: #082740;
	opacity: 0.3;
}

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

.cta-four p {
	font-family: var(--heading-font);
	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;
}

/*--------------------------------------------------------------
# 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: #082740;
}
.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: var(--heading-font);
	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;
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/

.video-one {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	position: relative;
	padding-top: 135px;
	padding-bottom: 120px;
}

.video-one::before {
	content: '';
	background-color: var(--thm-black);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.4;
}

.video-one .container {
	position: relative;
}

.video-one p {
	font-family: var(--heading-font);
	color: var(--thm-secondary);
	font-size: 30px;
	margin: 0px;
}

.video-one__btn {
	position: relative;
	width: 94px;
	height: 94px;
	background-color: var(--thm-base);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	text-align: center;
	font-size: 24px;
	color: var(--thm-black);
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-bottom: 75px;
}

.video-one__btn:before {
	content: '';
	position: absolute;
	top: -15px;
	left: -15px;
	right: -15px;
	bottom: -15px;
	border: 1px solid rgba(255, 255, 255, .15);
}

.video-one__btn:hover {
	background-color: #fff;
	color: var(--thm-base);
}

.video-one h3 {
	color: #fff;
	font-weight: 400;
	font-family: var(--thm-font);
	margin: 0;
	font-size: 70px;
	margin-top: 5px;
}

.video-one h3 span {
	font-weight: 800;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials-one {
	background-color: var(--thm-gray);
	padding-top: 120px;
	padding-bottom: 120px;
}

.testimonials-one__single {
	margin-bottom: 40px;
	text-align: center;
}

.testimonials-one__stars {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	margin-bottom: 25px;
}

.testimonials-one__stars i {
	font-size: 18px;
	color: #ffa801;
}

.testimonials-one__stars i+i {
	margin-left: 5px;
}

.testimonials-one__content {
	background-color: #fff;
	position: relative;
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 50px;
	padding-top: 60px;
	margin-bottom: 40px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.testimonials-one__single:hover .testimonials-one__content {
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
}

.testimonials-one__content::before {
	content: '';
	width: 85px;
	height: 85px;
	background-image: url(../images/shapes/testi-qoute-1-1.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.testimonials-one__content::after {
	content: '';
	width: 72px;
	height: 20px;
	background-image: url(../images/shapes/testi-arrow-1-1.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.testimonials-one__content p {
	margin: 0;
	font-size: 20px;
	color: #000000;
	font-weight: 400;
	line-height: 36px;
	position: relative;
}

.testimonials-one__info img {
	border-radius: 50%;
}

.testimonials-one__info h3 {
	font-family: var(--thm-font);
	color: var(--thm-black);
	font-size: 20px;
	font-weight: 500;
	margin: 0;
	line-height: 1em;
	margin-top: 10px;
}

.testimonials-one__carousel .owl-item img {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.testimonials-one__carousel .owl-nav button.owl-next,
.testimonials-one__carousel .owl-nav button.owl-prev {
	font-size: 20px;
	color: var(--thm-black);
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.testimonials-one__carousel .owl-nav button.owl-prev {
	margin-right: 15px;
}
.testimonials-one__carousel .owl-nav button.owl-next:hover,
.testimonials-one__carousel .owl-nav button.owl-prev:hover {
	color: var(--thm-secondary);
	background-color: transparent;
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/

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

.faq-one-accrodion .accrodion {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(236, 238, 239);
	background-color: rgb(255, 255, 255);
	padding-left: 40px;
	padding-right: 40px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.faq-one-accrodion .accrodion+.accrodion {
	margin-top: 10px;
}

.faq-one-accrodion .accrodion.active {
	background-color: var(--thm-gray);
	border-color: var(--thm-gray);
}

.faq-one-accrodion .accrodion-title {
	cursor: pointer;
}

.faq-one-accrodion .accrodion-title h4 {
	margin: 0;
	font-family: var(--thm-font);
	color: var(--thm-black);
	font-size: 22px;
	font-weight: 500;
	position: relative;
	padding-top: 31.5px;
	padding-bottom: 31.5px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
	color: var(--thm-primary);
}

.faq-one-accrodion .accrodion-title h4::before {
	content: '\f067';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	color: var(--thm-base);
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
	content: '\f068';
	color: var(--thm-black);
}

.faq-one-accrodion .accrodion-content {
	padding-bottom: 40px;
}

.faq-one-accrodion .accrodion-content p {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	color: #000000;
}

/*--------------------------------------------------------------
# Tour
--------------------------------------------------------------*/

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

.tour-grid {
	padding-top: 120px;
	padding-bottom: 120px;
}

.tour-grid .post-pagination {
	margin-top: 30px;
}

.tour-one__single {
	position: relative;
	margin-bottom: 30px;
}


.tour-one__image {
	position: relative;
	background-color: var(--thm-black);
	overflow: hidden;
}

.tour-one__image>img {
	width: 100%;
	opacity: 1;
	-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: transform 500ms ease, opacity 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.tour-one__image>a {
	width: 38px;
	height: 38px;
	background-color: rgba(var(--thm-black-rgb), .2);
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 10;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

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

.tour-one__single:hover .tour-one__image>a {
	background-color: #fff;
	color: var(--thm-secondary);
}


.tour-one__content {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(236, 238, 239);
	background-color: rgb(255, 255, 255);
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 40px;
	min-height: 300px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.tour-one__single:hover .tour-one__content {
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}

.tour-one__stars {
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	line-height: 1em;
	margin-bottom: 5px;
}

.tour-one__stars i {
	font-size: 14px;
	color: var(--thm-base);
	margin-right: 10px;
}

.tour-one__content p {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	line-height: 1em;
	margin-top: 10px;
	margin-bottom: 30px;
}

.tour-one__content p span {
	color: var(--thm-secondary);
	font-size: 22px;
	font-weight: 600;
}


.tour-one__meta {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 18px;
	padding-bottom: 25px;
	border-top: 1px solid rgb(236, 238, 239);
}

.tour-one__meta li {
	margin-left: 5px;
}

.tour-one__meta li a {
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.tour-one__meta li i {
	font-size: 14px;
	margin-right: 5px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.tour-one__meta li a:hover {
	color: var(--thm-black);
}

.tour-one__meta li a:hover i {
	color: var(--thm-primary);
}


.tour-one__content h3 {
	margin: 0;
	font-family: var(--thm-font);
	color: var(--thm-black);
	font-weight: 600;
	line-height: 34px;
	font-size: 26px;
}


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

.tour-one__content h3 a:hover {
	color: var(--thm-primary);
}

.tour-one__carousel {
	margin-bottom: 20px;
}

.tour-one__carousel .owl-nav.disabled+.owl-dots {
	margin-top: 20px;
}

.tour-one__carousel-no-overflow .owl-stage-outer {
	overflow: visible;
}


.tour-one__carousel .owl-nav button.owl-next,
.tour-one__carousel .owl-nav button.owl-prev {
	font-size: 20px;
	color: var(--thm-black);
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.tour-one__carousel .owl-nav button.owl-prev {
	margin-right: 15px;
}
.tour-one__carousel .owl-nav button.owl-next:hover,
.tour-one__carousel .owl-nav button.owl-prev:hover {
	color: var(--thm-secondary);
	background-color: transparent;
}

.tour-two__single {
	display: -webkit-box;
	display: flex;
}

.tour-two__image-wrap .tour-one__image {
	width: 270px;
}

.tour-two__single .tour-one__content {
	padding: 0;
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 40px;
	width: 100%;
}

.tour-two__top {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
}

.tour-two__right p {
	margin: 0;
}

.tour-two__right p span {
	display: inline-block;
	margin-bottom: 5px;
}

.tour-two__text {
	margin-top: 20px;
	margin-bottom: 30px;
}

.tour-two__text p {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 34px;
	color: #000000;
}

.tour-list {
	padding-top: 120px;
	padding-bottom: 120px;
}

.tour-list .post-pagination {
	-webkit-box-pack: start;
	        justify-content: flex-start;
	margin-top: 60px;
}

/* tour sorter */

.tour-sorter-one {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	        align-items: center;
	margin-bottom: 30px;
}

.tour-sorter-one h3 {
	font-family: var(--thm-font);
	color: var(--thm-black);
	font-size: 32px;
	font-weight: 600;
	margin: 0;
}

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

.tour-sorter-one__right>a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	text-align: center;
	width: 43px;
	height: 43px;
	border-style: solid;
	border-width: 2px;
	border-color: rgb(236, 238, 239);
	font-size: 16px;
	color: #000000;
	margin-left: 10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.tour-sorter-one__right>a.active,
.tour-sorter-one__right>a:hover {
	background-color: var(--thm-base);
	border-color: var(--thm-base);
	color: var(--thm-black);
}

.tour-sorter-one__select {
	width: 103px;
}

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

.tour-sorter-one .bootstrap-select>.dropdown-toggle {
	border-style: solid;
	border-width: 2px;
	border-color: rgb(236, 238, 239);
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	padding: 9px 20px;
	padding-right: 20px;
	background-color: #fff;
	text-transform: uppercase;
}

/* tour details */

.tour-details__spacer {
	display: block;
	width: 100%;
	height: 0;
	border-top: 1px solid #eceeef;
	margin-top: 60px;
	margin-bottom: 60px;
}

.tour-details__title {
	margin: 0;
	font-family: var(--thm-font);
	color: var(--thm-black);
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 50px;
	margin-top: -10px;
}

.tour-details__title+p {
	margin-top: -10px !important;
}


.tour-details__subtitle {
	margin: 0;
	font-family: var(--thm-font);
	color: var(--thm-black);
	font-size: 24px;
	font-weight: 600;
	margin-top: 35px;
	margin-bottom: 40px;
}

.tour-details__content p {
	margin: 0;
	color: #000000;
	font-size: 17px;
	font-weight: 500;
	line-height: 2;
}

.google-map__tour-details {
	height: 388px;
}

.tour-details__review-form {
	border: 1px solid #eceeef;
	padding: 50px;
}

.tour-details__review-form-stars {
	margin-bottom: 40px;
}

.tour-details__review-form-stars p {
	display: -webkit-box;
	display: flex;
	margin: 0;
	-webkit-box-align: center;
	        align-items: center;
}

.tour-details__review-form-stars p+p {
	margin-top: 10px;
}

.tour-details__review-form-stars span {
	font-size: 20px;
	color: #000000;
	font-weight: 500;
	margin-right: 15px;
}


.tour-details__review-form-stars i {
	color: #eceeef;
	font-size: 16px;
	line-height: 1em;
	position: relative;
	top: -2px;
}

.tour-details__review-form-stars i+i {
	margin-left: 5px;
}

.tour-details__review-form-stars i.active {
	color: var(--thm-base);
}

.tour-details-two {
	padding-top: 0;
}

.tour-details__content .tour-two__top {
	padding-bottom: 30px;
}

.tour-details__content .tour-two__top h3 {
	font-family: var(--thm-font);
	font-size: 40px;
	color: var(--thm-black);
	margin: 0;
	font-weight: 600;
	padding-bottom: 20px;
}

.tour-details__content .tour-one__stars {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.tour-details__content .tour-one__stars i {
	margin-right: 5px;
}

.tour-details__content .tour-one__stars i:last-child {
	margin-right: 15px;
}

.tour-details__content .tour-one__stars i.inactive {
	color: #eceeef;
}

.tour-details__content .tour-two__right p {
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	line-height: 1em;
}



 .nowrap-cell {
     white-space: nowrap; /* Prevent text from wrapping */
 }


.tour-details__content .tour-two__right span {
	color: var(--thm-secondary);
	/*font-size: 36px;*/
    font-size: 27px;
	font-weight: 600;
	padding-bottom: 15px;
}

.tour-details__content .tour-one__meta li+li {
	margin-left: 50px;
}

.tour-details__content .tour-one__meta li a {
	font-size: 18px;
}

.tour-details__content .tour-one__meta li a i {
	color: var(--thm-primary);
	font-size: 16px;
}

.tour-details__list {
	margin-bottom: 0px;
}

.tour-details__list li {
	position: relative;
	font-size: 17px;
	font-weight: 500;
	color: #000000;
	padding-left: 25px;
	line-height: 1.5;
}

.tour-details__list li+li {
	margin-top: 20px;
}

.tour-details__list li i {
	font-size: 14px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	color: var(--thm-primary);
}

.tour-details__list.unavailable li i {
	color: var(--thm-secondary);
}

.tour-details__plan-single {
	position: relative;
}

.tour-details__plan-single+.tour-details__plan-single {
	margin-top: 20px;
}

.tour-details__plan-count {
	width: 97px;
	height: 97px;
	border-radius: 50%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	text-align: center;
	color: #fff;
	border: 20px solid #fff;
	font-size: 18px;
	font-weight: 600;
	background-color: var(--thm-base);
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 10;
}

.tour-details__plan-content {
	border-left: 1px solid #eceeef;
	margin-left: 28.5px;
	padding-left: 60px;
	padding-bottom: 40px;
}

.tour-details__plan-content h3 {
	color: var(--thm-black);
	font-family: var(--thm-font);
	margin: 0;
	font-weight: 600;
	margin-bottom: 5px;
}

.tour-details__plan-content span {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: var(--thm-primary);
}

.tour-details__plan-content p {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	color: #000000;
	margin-top: 20px;
}

.tour-details__plan-content ul {
	margin-bottom: 0;
	margin-top: 35px;
}

.tour-details__plan-content ul li {
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	line-height: 1em;
}

.tour-details__plan-content ul li+li {
	margin-top: 20px;
}

.tour-details__review-score {
	border: 1px solid #eceeef;
	display: -webkit-box;
	display: flex;
	margin-bottom: 60px;
}

.tour-details__review-score-ave {
	-webkit-box-flex: 1;
	        flex: 1 1 245px;
	max-width: 245px;
	display: -webkit-box;
	display: flex;
}

.tour-details__review-score-ave .my-auto {
	width: 100%;
	text-align: center;
}

.tour-details__review-score-ave h3 {
	margin: 0;
	font-family: var(--thm-font);
	font-weight: 300;
	font-size: 100px;
	color: var(--thm-black);
}

.tour-details__review-score-ave p {
	margin: 0;
	color: #000000;
	font-size: 20px;
	font-weight: 500;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
}

.tour-details__review-score-ave p i {
	color: var(--thm-base);
	font-size: 18px;
	margin-right: 10px;
}

.tour-details__review-score__content {
	-webkit-box-flex: 1;
	        flex: 1 1 calc(100% - 245px);
	max-width: calc(100% - 245px);
	border-left: 1px solid #eceeef;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 40px;
	padding-bottom: 50px;
}

.tour-details__review-score__bar+.tour-details__review-score__bar {
	margin-top: 20px;
}

.tour-details__review-score__bar-top {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	        align-items: center;
}

.tour-details__review-score__bar-top h3 {
	font-family: var(--thm-font);
	font-size: 16px;
	font-weight: 500;
	color: var(--thm-black);
	margin: 0;
}

.tour-details__review-score__bar-top p {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: #000000;
}

.tour-details__review-score__bar-line {
	width: 100%;
	height: 7px;
	background-color: #eceeef;
	position: relative;
	overflow: hidden;
}

.tour-details__review-score__bar-line span {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	background-color: var(--thm-base);
}

.tour-details__review-comment-single {
	border-bottom: 1px solid #eceeef;
	padding-bottom: 10px;
	margin-bottom: 60px;
}

.tour-details__review-comment-top {
	position: relative;
	padding-left: 125px;
	padding-top: 30px;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.tour-details__review-comment-top>img {
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.tour-details__review-comment-top h3 {
	font-family: var(--thm-font);
	font-size: 20px;
	font-weight: 600;
	color: var(--thm-black);
	margin: 0;
	margin-bottom: 5px;
}

.tour-details__review-comment-top p {
	margin: 0;
	font-size: 18px;
	line-height: 1em;
	font-weight: 500;
	color: var(--thm-primary);
}

.tour-details__review-comment-content {
	margin-bottom: 25px;
}

.tour-details__review-comment-content h3 {
	font-family: var(--thm-font);
	font-size: 24px;
	font-weight: 600;
	color: var(--thm-black);
	margin: 0;
	margin-bottom: 40px;
}

.tour-details__review-comment-content p {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
}

.tour-details__gallery-thumb-carousel,
.tour-details__gallery-carousel {
	overflow: hidden;
}

.tour-details__gallery-thumb-carousel {
	margin-bottom: 60px;
}

.tour-details__gallery-carousel {
	margin-bottom: 10px;
}

.tour-details__gallery-thumb-carousel img {
	cursor: pointer;
}

.tour-details__gallery-image {
	position: relative;
}

.tour-details__gallery-links {

	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 10;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.tour-details__gallery-links a {
	display: block;
	width: 38px;
	height: 38px;
	background-color: rgba(var(--thm-black-rgb), .2);
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #fff;
	margin-left: 10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}


.tour-details__gallery-image:hover .tour-details__gallery-links a {
	background-color: #fff;
	color: var(--thm-secondary);
}

.tour-details__content .accrodion-grp {
	margin-bottom: 60px;
}

/* tour details header */
.tour-details__header {
	background-position: top center;
	/* background-attachment: fixed; */
	background-size: cover;
	background-repeat: no-repeat;
}

.tour-details__header .container {
	position: relative;
	min-height: 470px;

}

.tour-details__header .tour-details__gallery-links {
	position: absolute;
	top: 30px;
	right: 15px;
}

.tour-details__header .thm-breadcrumb {
	position: absolute;
	/*bottom: 30px;*/
	  bottom: 198px;
	left: 15px;
}

    .ht{
        height: 300px;
    	background-size: cover;
    	background-position: center;
    	background-repeat: no-repeat;
    }

.tour-details-two .tour-details__content {
	padding-top: 45px;
}

/* tour category */

.tour-category-one {
	background-color: var(--thm-gray);
	padding-top: 120px;
	padding-bottom: 90px;
}

.tour-category-one__col {
    flex: 0%;
    padding-left: 16px;
    padding-right: 15px;
    max-width: 18%;
}
/*

.tour-category-one__col {
	-webkit-box-flex: 1;
	        flex: 1 1 20%;
	padding-left: 15px;
	padding-right: 15px;
	/* max-width: 33%;  it is comment*/
	/*
}
*/
.tour-category-one__single {
	margin-bottom: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	background-color: #fff;
	text-align: center;
	padding-top: 34.5px;
	padding-bottom: 34.5px;
}

.tour-category-one__single:hover {
	background-color: var(--thm-primary);
}

.tour-category-one__single i {
	font-size: 44px;
	color: var(--thm-primary);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.tour-category-one__single h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 500;
	color: #000000;
	font-family: var(--thm-font);
	margin-top: 5px;
}

.tour-category-one__single h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.tour-category-one__single h3 a:hover {
	color: #ffffff;
}

.tour-category-one__single:hover i,
.tour-category-one__single:hover h3 a {
	color: #ffffff;
}

/* tour gallery home 6 */

.tour-gallery__home-6__content-wrap {
	position: relative;
	background-color: var(--thm-black);
}

.tour-gallery__home-6__content {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-bottom: 285px;
	padding-left: 135px;
}
.tour-gallery__home-6__content p {
	margin: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 600;
	position: relative;
	z-index: 10;
}
.tour-gallery__home-6__content p span {
	margin-left: 15px;
	margin-right: 15px;
}
.tour-gallery__home-6__content p i {
	color: var(--thm-base);
	letter-spacing: .2em;
}
.tour-gallery__home-6__content h3 {
	font-family: var(--thm-font);
	font-size: 80px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1em;
	text-transform: uppercase;
	position: relative;
	z-index: 10;
}
.tour-gallery__home-6__content h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.tour-gallery__home-6__content h3 a:hover {
	color: var(--thm-primary);
}
.tour-gallery__home-6__content .tab-pane {
	width: 100%;
}
.tour-gallery__home-6__tab-navs {
	position: absolute;
	bottom: 130px;
	left: 135px;
	border-bottom: 0;
	z-index: 99;
}
.tour-gallery__home-6__tab-navs li + li {
	margin-left: 20px;
}
.tour-gallery__home-6__tab-navs li a {
	position: relative;
	display: block;
	cursor: pointer;
	background-color: var(--thm-black);
}
.tour-gallery__home-6__tab-navs li a.active {
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}
.tour-gallery__home-6__tab-navs li a img {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.tour-gallery__home-6__tab-navs li a.active img {
	opacity: 0.2;
}
.tour-gallery__home-6__tab-navs li a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 15px solid #ffffff;
	z-index: 10;
}

.tour-gallery__home-6__content-wrap .tab-pane,
.tour-gallery__home-6__content-wrap .tab-content {
	width: 100%;
	position: relative;
}

.tour-gallery__home-6__content-floated-text {
	font-family: var(--heading-font);
	font-size: 300px;
	color: #fff;
	position: absolute;
	bottom: 40%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	opacity: 0.1;
}

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


.tour-sidebar__search {
	background-color: var(--thm-gray);
	padding: 50px;
}

.tour-sidebar__search h3 {
	margin: 0;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 500;
	color: var(--thm-black);
	line-height: 1em;
	font-family: var(--thm-font);
}

.tour-sidebar__search-form .input-group+.input-group {
	margin-top: 10px;
}

.tour-sidebar__search-form .input-group input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]),
.tour-sidebar__search-form .input-group textarea {
	width: 100%;
	height: 50px;
	display: block;
	border: none;
	outline: none;
	background-color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	padding-left: 20px;
}

.tour-sidebar__search-form .input-group textarea {
	height: 135px;
	padding-top: 15px;
}

.tour-sidebar__search-form .thm-btn {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0;
	text-align: center;
	line-height: 50px;
}


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

.tour-sidebar__search-form .bootstrap-select>.dropdown-toggle {
	border: 0;
	padding: 18.5px 30px;
	border-radius: 0;
	background-color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
}

.tour-sidebar__search-form ::-webkit-input-placeholder {
	color: #605f5f;
	opacity: 1;
}

.tour-sidebar__search-form ::-moz-placeholder {
	color: #605f5f;
	opacity: 1;
}

.tour-sidebar__search-form :-ms-input-placeholder {
	color: #605f5f;
	opacity: 1;
}

.tour-sidebar__search-form ::-ms-input-placeholder {
	color: #605f5f;
	opacity: 1;
}

.tour-sidebar__search-form ::placeholder {
	color: #605f5f;
	opacity: 1;
}

.tour-sidebar__search-form :-ms-input-placeholder {
	color: #605f5f;
}

.tour-sidebar__search-form ::-ms-input-placeholder {
	color: #605f5f;
}


.tour-sidebar__search+.offer-sidebar {
	margin-top: 30px;
}

.tour-sidebar__sorter-wrap {
	padding: 50px;
	border-style: solid;
	border-width: 1px;
	border-color: #eceeef;
	margin-top: 15px;
}

.tour-sidebar__sorter-single+.tour-sidebar__sorter-single {
	margin-top: 45px;
}

.tour-sidebar__sorter-top {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	border-bottom: 1px solid #eceeef;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.tour-sidebar__sorter-top h3 {
	margin: 0;
	color: var(--thm-black);
	font-family: var(--thm-font);
	font-size: 20px;
	font-weight: 500;
}

.tour-sidebar__sorter-toggler {
	border: none;
	outline: none !important;
	font-size: 18px;
	color: var(--thm-black);
	width: auto;
	background-color: transparent;
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.tour-sidebar__sorter-toggler.toggled {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.tour-sidebar__price-range .form-group {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;

}

.tour-sidebar__price-range .form-group p {
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	margin: 0;
	line-height: 1em;
}

.tour-sidebar__price-range .noUi-horizontal {
	height: 3px;
	background-color: var(--thm-gray);
}

.tour-sidebar__price-range .noUi-handle {
	border-radius: 50%;
	width: 15px;
	height: 15px;
	background-color: var(--thm-primary);
	border: none;
	outline: none;
	box-shadow: none;
}

.tour-sidebar__price-range .noUi-handle::before,
.tour-sidebar__price-range .noUi-handle::after {
	display: none;
}

.tour-sidebar__price-range .noUi-connect {
	background-color: var(--thm-primary);
}

.tour-sidebar__sorter-inputs p {
	margin: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.tour-sidebar__sorter-inputs p+p {
	margin-top: 30px;
}

.tour-sidebar__sorter-inputs p label {
	margin: 0;
	font-weight: 400;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.tour-sidebar__sorter-inputs p label i {
	color: #eceeef;
	font-size: 16px;
	line-height: 1em;
	position: relative;
	top: -2px;
}

.tour-sidebar__sorter-inputs p label i+i {
	margin-left: 5px;
}

.tour-sidebar__sorter-inputs p label i.active {
	color: var(--thm-base);
}


.tour-sidebar__sorter-inputs [type="checkbox"]:checked,
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

.tour-sidebar__sorter-inputs [type="checkbox"]:checked+label,
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked)+label {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	display: block;
	line-height: 1em;
}

.tour-sidebar__sorter-inputs [type="checkbox"]:checked+label:before,
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
	width: 16px;
	height: 16px;
	border: 1px solid #000000;
}

.tour-sidebar__sorter-inputs [type="checkbox"]:checked+label:after,
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked)+label:after {
	content: '\f14a';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 18px;
	color: var(--thm-base);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	        transform: scale(0);
}

.tour-sidebar__sorter-inputs [type="checkbox"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.tour-details-two .tour-sidebar {
	position: relative;
	z-index: 10;
	margin-top: 25px;
}

.tour-sidebar__featured,
.tour-sidebar__organizer {
	border: 1px solid #eceeef;
	padding: 50px;
	margin-top: 30px;
}

.tour-sidebar__featured {
	margin-top: 0;
}

.tour-sidebar__featured h3,
.tour-sidebar__organizer h3 {
	margin: 0;
	color: var(--thm-black);
	font-size: 20px;
	font-family: var(--thm-font);
	margin-bottom: 30px;
}

.tour-sidebar__organizer-content {
	position: relative;
	padding-left: 95px;
}

.tour-sidebar__organizer-content>img {
    position: absolute;
    top: 0;
    left: -83px;
    width: 76%;
    border-radius: 23px;
}

.tour-sidebar__featured-single p i,
.tour-sidebar__organizer-content p i {
	font-size: 14px;
	color: var(--thm-base);
	margin-right: 10px;
}

.tour-sidebar__organizer-content p,
.tour-sidebar__featured-single p,
.tour-sidebar__organizer-content span,
.tour-sidebar__featured-single span {
	font-size: 16px;
	color: #000000;
	font-weight: 500;
	line-height: 1em;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	margin: 0;
}

.tour-sidebar__featured {
	margin-bottom: 30px;
}

.tour-sidebar__featured-single {
	position: relative;
	padding-left: 80px;
}

.tour-sidebar__featured-single>img {
	position: absolute;
	top: 5px;
	left: 0;
}

.tour-sidebar__featured-single h3,
.tour-sidebar__organizer-content h3 {
	margin: 0;
	color: var(--thm-black);
	font-size: 18px;
	font-family: var(--thm-font);
	margin-bottom: 10px;
	margin-top: 10px;
}

.tour-sidebar__featured-single+.tour-sidebar__featured-single {
	border-top: 1px solid #eceeef;
	padding-top: 30px;
	margin-top: 30px;
}

.tour-sidebar__featured-single+.tour-sidebar__featured-single>img {
	top: 35px;
}

.tour-sidebar__featured-single p,
.tour-sidebar__featured-single p i {
	font-size: 14px;
	color: #000000;
}

.tour-sidebar__featured-single span {
	color: var(--thm-secondary);
	font-size: 18px;
	font-weight: 500;
}

.tour-sidebar__featured-single h3 {
	margin: 0;
	margin-top: 5px;
	margin-bottom: 10px;
}

.tour-sidebar__featured-single h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.tour-sidebar__featured-single h3 a:hover {
	color: var(--thm-primary);
}


/*--------------------------------------------------------------
# Destinations
--------------------------------------------------------------*/

.destinations-one,
.destinations-two {
	padding-top: 120px;
	padding-bottom: 90px;
}

.destinations-one__single,
.destinations-two__single {
	border-radius: 50%;
	background-color: #082740;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
	margin-bottom: 30px;
}

.destinations-one__single {
	border-radius: 0;
}

.destinations-one__single:hover,
.destinations-two__single:hover {
	background-color: var(--thm-base);
}

.destinations-one__single>img,
.destinations-two__single>img {
	opacity: 0.7;
	-webkit-transform: scale(1.0);
	        transform: scale(1.0);
	width: 100%;
	border-radius: 50%;
	-webkit-transition: all 500ms ease 300ms;
	transition: all 500ms ease 300ms;
}

.destinations-one__single>img {
	border-radius: 0;
}

.destinations-one__single:hover img,
.destinations-two__single:hover img {
	opacity: 0.1;
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.destinations-one__single h3,
.destinations-two__single h3 {
	font-family: var(--thm-font);
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	text-align: center;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.destinations-one__single h3 a,
.destinations-two__single h3 a {
	color: inherit
}

.destinations-one__single h3 a:hover,
.destinations-two__single h3 a:hover {
	color: #fff;
}

/* Destinations Details */


.destinations-details__title {
	margin: 0;
	color: var(--thm-black);
	font-size: 60px;
	font-family: var(--thm-font);
	font-weight: 600;
	line-height: 1em;
	margin-top: -10px;
	margin-bottom: 40px;
}

.destinations-details__title+p {
	margin-top: -10px;
}

.destinations-details__subtitle {
	margin: 0;
	color: var(--thm-black);
	font-size: 40px;
	font-weight: 600;
	font-family: var(--thm-font);
	margin-top: -10px;
	margin-bottom: 50px;
}

.destinations-details__subtitle+p {
	margin-top: -10px;
}

.destinations-details__content p {
	margin: 0;
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	line-height: 34px;
}

.destinations-details__content p+p {
	margin-top: 30px;
}

.destinations-details__content .row {
	margin-left: -5px;
	margin-right: -5px;
}

.destinations-details__content .row>[class*=col-] {
	padding-left: 5px;
	padding-right: 5px;
}

.destinations-details__gallery {
	margin-top: 60px;
	margin-bottom: 60px;
}

.destinations-details__content .accrodion-grp {
	margin-top: 50px;
}

/* destinations three */

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

.destinations-three__single {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	background-color: var(--thm-black);
}

.destinations-three__single>img {
	width: 100%;
}

.destinations-three__content {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	padding-left: 40px;
	padding-bottom: 40px;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	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: 36px;
	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__single::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.98)), to(rgba(0, 0, 0, 1)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.98) 99%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.destinations-three__hover-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 11;
	padding-left: 40px;
	padding-bottom: 35px;
	-webkit-transform: translateY(-100%);
	        transform: translateY(-100%);
	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;
	-webkit-transform: translateY(0%);
	        transform: translateY(0%);
}

.destinations-three__hover-content p {
	margin: 0;
	font-size: 18px;
	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: var(--thm-black);
	-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;
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/


.features-one__title {
	background-color: #082740;
	padding-bottom: 180px;
	padding-top: 120px;
}

.features-one__title .block-title {
	margin-bottom: 0;
}

.features-one__title .block-title h3 {
	color: #ffffff;
}

.features-one__single {
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
	background-color: #fff;
	text-align: center;
	padding-top: 65.5px;
	padding-bottom: 65.5px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 10;
}

.features-one__single:hover {
	background-color: var(--thm-primary);
}

.features-one__single i {
	font-size: 50px;
	color: var(--thm-primary);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.features-one__single:hover i {
	color: #ffffff;
}

.features-one__single h3 {
	color: var(--thm-black);
	font-size: 24px;
	margin: 0;
	font-family: var(--thm-font);
	line-height: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-top: 15px;
}

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

.features-one__single h3 a:hover {
	color: #ffffff;
}

.features-one__single:hover h3,
.features-one__single:hover h3 a {
	color: #ffffff;
}

.features-two {
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
}

.features-two__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center 130%;
	background-repeat: no-repeat;
	opacity: 0.05;
}

.features-two .container {
	position: relative;
}

.features-two__single {
	margin-bottom: 30px;
	text-align: center;
}

.features-two__single h3 {
	margin: 0;
	color: var(--thm-black);
	font-family: var(--thm-font);
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 25px;
	margin-top: 40px;
}

.features-two__single p {
	margin: 0;
	color: #000000;
	font-size: 18px;
	line-height: 34px;
	font-weight: 500;
}

.features-two__single i {
	width: 129px;
	display: -webkit-box;
	display: flex;
	height: 129px;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	font-size: 52px;
	color: #ffffff;
	background-color: var(--thm-secondary);
	box-shadow: 0px 10px 30px 0px rgba(255, 1, 67, 0.2);
}

.features-two [class*=col-]:nth-child(1) .features-two__single i {
	background-color: #6ebd32;
	box-shadow: 0px 10px 30px 0px rgba(110, 189, 50, .2);
}

.features-two [class*=col-]:nth-child(2) .features-two__single i {
	background-color: var(--thm-secondary);
	box-shadow: 0px 10px 30px 0px rgba(var(--thm-secondary-rgb), .2);
}

.features-two [class*=col-]:nth-child(3) .features-two__single i {
	background-color: var(--thm-primary);
	box-shadow: 0px 10px 30px 0px rgba(var(--thm-primary-rgb), .2);
}

.features-two__btn {
	margin-top: 30px;
}

/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/

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

.funfact-one__single {
	margin-bottom: 30px;
}

.funfact-one__single h3 {
	margin: 0;
	color: #ffffff;
	font-size: 90px;
	font-weight: 400;
	font-family: var(--thm-font);
	line-height: 1em;
}

.funfact-one__single p {
	margin: 0;
	color: #ffffff;
	font-weight: 400;
	font-size: 20px;
	margin-top: 10px;
}

/*--------------------------------------------------------------
# Tour Search
--------------------------------------------------------------*/

.tour-search-one {
	background-color: #fff;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.tour-search-one__inner {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	flex-wrap: wrap;
}

.tour-search-one__inputs {
	-webkit-box-flex: 1;
	        flex: 1 1 calc(100% - 224px);
	max-width: calc(100% - 224px);
	flex-wrap: wrap;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.tour-search-one__btn-wrap {
	-webkit-box-flex: 1;
	        flex: 1 1 224px;
	max-width: 224px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	        justify-content: flex-end;
}

.tour-search-one__btn {
	padding: 25px 77.25px;
	font-size: 20px;
	font-weight: 600;
}

.tour-search-one__input-box {
	-webkit-box-flex: 1;
	        flex: 1 1 33.333%;
	max-width: 33.333%;
	padding: 0px 40px;
	padding-top: 24.5px;
	padding-bottom: 24.5px;
}

.tour-search-one__input-box+.tour-search-one__input-box {
	border-left: 1px solid #eceeef;
}
input::placeholder{
	color:#555050;
}
.tour-search-one__input-box label {
	display: block;
	margin: 0;
	text-transform: uppercase;
	color: var(--thm-black);
	font-weight: 600;
	font-size: 16px;
	letter-spacing: .2em;
	line-height: 1em;
	box-shadow: none;
}

.tour-search-one__input-box input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]),
.tour-search-one__input-box textarea {
	border-bottom: 1px solid #7c7575 !important;
	width: 100%;
	font-size: 16px;
	color: #000000;
	display: block;
	line-height: 35px;
}

.tour-search-one__input-box ::-webkit-input-placeholder {
	color: #605f5f;
	opacity: 1;
}

.tour-search-one__input-box ::-moz-placeholder {
	color: #605f5f;
	opacity: 1;
}

.tour-search-one__input-box :-ms-input-placeholder {
	color: #605f5f;
	opacity: 1;
}

.tour-search-one__input-box ::-ms-input-placeholder {
	color: #605f5f;
	opacity: 1;
}

.tour-search-one__input-box ::placeholder {
	color: #605f5f;
	opacity: 1;
}

.tour-search-one__input-box :-ms-input-placeholder {
	color: #605f5f;
}

.tour-search-one__input-box ::-ms-input-placeholder {
	color: #605f5f;
}

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

.tour-search-one__input-box .bootstrap-select>.dropdown-toggle {
	background-color: transparent;
	border: none;
	font-size: 16px;
	font-weight: 400;
	border-radius: 0;
	color: #000000;
	padding: 0;
	line-height: 35px;
}

.tour-search-one__home-two {
	position: relative;
	z-index: 10;
	margin-top: -60px;
}

.tour-search-one__home-three .block-title p {
	font-size: 24px;
	text-transform: capitalize;
	color: var(--thm-primary);
	font-weight: 400;
	letter-spacing: 0em;
}

.tour-search-one__home-three .block-title h3 {
	font-size: 50px;
}

.tour-search-one__home-three .tour-search-one {
	box-shadow: none;
}

.tour-search-one__home-three .tour-search-one__inputs {
	border: 1px solid #eceeef;
	border-right: 0;
}
.tour-search-one__home-four {
	padding-top: 250px;
	padding-bottom: 120px;

	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}

.tour-search-one__home-four__sun {
	position: absolute;
	top: 10%;
	left: 10%;
	-webkit-animation: sunMove 10s linear infinite;
	        animation: sunMove 10s linear infinite;
}
.tour-search-one__home-four__bird-1 {
	position: absolute;
	top: 23%;
	left: 46%;
	-webkit-animation: bridMove 5s ease-in infinite;
	        animation: bridMove 5s ease-in infinite;
}
.tour-search-one__home-four__bird-2 {
	position: absolute;
	top: 36%;
	left: 8%;
	-webkit-animation: bridMove 5s ease-in infinite;
	        animation: bridMove 5s ease-in infinite;
}
.tour-search-one__home-four__moc {
	position: absolute;
	top: 0;
	right: -10px;
	-webkit-animation: planeMove2 5s ease-in infinite;
	        animation: planeMove2 5s ease-in infinite;
}
@-webkit-keyframes planeMove2 {
	0% {
		-webkit-transform: translateX(0px);
		        transform: translateX(0px);
	}

	25% {
		-webkit-transform: translateX(5px);
		        transform: translateX(5px);
	}

	50% {
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
	}

	75% {
		-webkit-transform: translateX(5px);
		        transform: translateX(5px);
	}

	100% {
		-webkit-transform: translateX(0px);
		        transform: translateX(0px);
	}
}
@keyframes planeMove2 {
	0% {
		-webkit-transform: translateX(0px);
		        transform: translateX(0px);
	}

	25% {
		-webkit-transform: translateX(5px);
		        transform: translateX(5px);
	}

	50% {
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
	}

	75% {
		-webkit-transform: translateX(5px);
		        transform: translateX(5px);
	}

	100% {
		-webkit-transform: translateX(0px);
		        transform: translateX(0px);
	}
}
@-webkit-keyframes bridMove {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}

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

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

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

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

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

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

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

	100% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
}
.tour-search-one__home-four .container {
	position: relative;
}

.tour-search-one__home-four__floated-text {
	position: absolute;
	right: 53%;
	top: 89%;
	-webkit-transform: translateY(0%) rotate(-90deg);
	        transform: translateY(0%) rotate(-90deg);
	-webkit-transform-origin: left center;
	        transform-origin: left center;
	text-transform: uppercase;
	font-size: 200px;
	font-weight: 200;
	line-height: 200px;
	letter-spacing: .16em;
	opacity: 0.04;
}

.tour-search-one__home-four .block-title p {
	color: var(--thm-primary);
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
}
.tour-search-one__home-four .block-title h3 {
	font-size: 80px;
	font-weight: 800;
	line-height: 70px;
	color: var(--thm-secondary);
}
.tour-search-one__home-four .tour-search-one {
	box-shadow: none;
}
.tour-search-one__home-four .tour-search-one__inputs {
	-webkit-box-flex: 1;
	        flex: 1 1 100%;
	max-width: 100%;
	margin-left: -5px;
	margin-right: -5px;
}

.tour-search-one__home-four .tour-search-one__col {
	-webkit-box-flex: 1;
	        flex: 1 1 50%;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}
.tour-search-one__home-four .tour-search-one__col:nth-child(1) {
	-webkit-box-flex: 1;
	        flex: 1 1 100%;
}

.tour-search-one__home-four .tour-search-one__input-box {
	-webkit-box-flex: 1;
	        flex: 1 1 100%;
	max-width: 100%;
	border: 2px solid #eceeef;
}

.tour-search-one__home-5 {
	padding-top: 290px;
	padding-bottom: 200px;
	position: relative;
	z-index: 11;
}
.tour-search-one__home-5 .block-title {
	margin-bottom: 30px;
}
.tour-search-one__home-5 .block-title p {
	color: #fff;
	font-weight: 500;
}
.tour-search-one__home-5 .block-title h3 {
	margin: 0;
	font-size: 170px;
	color: #fff;
	letter-spacing: .04em;
	font-weight: 900;
	line-height: 1em;
	text-transform: uppercase;
	margin-top: -7px;
}
.tour-search-one__home-5 .block-title > span {
	font-size: 70px;
	font-family: var(--heading-font);
	color: var(--thm-secondary);
	margin: 0;
	display: block;
	line-height: 1em;
	margin-top: -10px;
}
.tour-search-one__home-5 .tour-search-one__col:nth-child(1) {
	-webkit-box-flex: 1;
	        flex: 1 1 50%;
}
@media(min-width: 1200px) {
	.tour-search-one__home-5 .container {
		max-width: 860px;
	}
}

.tour-search-one__home-5 .tour-search-one__btn {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}

.tour-search-one__home-5 .tour-search-one {
	background-color: transparent;
}
.tour-search-one__home-5 .tour-search-one__input-box {
	border: 2px solid rgba(236, 238, 239, .2);
}
.tour-search-one__home-5 .tour-search-one__input-box label {
	color: #fff;
}
.tour-search-one__home-5 .tour-search-one__input-box .bootstrap-select > .dropdown-toggle {
	color: #fff;
}
.tour-search-one__home-5 .tour-search-one__input-box input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]), .tour-search-one__home-5 .tour-search-one__input-box textarea {
	background-color: transparent;
	color: #ffffff;
}



.tour-search-one__home-5 .tour-search-one__input-box ::-webkit-input-placeholder {
	color: #ffffff;
	opacity: 1;
}



.tour-search-one__home-5 .tour-search-one__input-box ::-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}



.tour-search-one__home-5 .tour-search-one__input-box :-ms-input-placeholder {
	color: #ffffff;
	opacity: 1;
}



.tour-search-one__home-5 .tour-search-one__input-box ::-ms-input-placeholder {
	color: #ffffff;
	opacity: 1;
}



.tour-search-one__home-5 .tour-search-one__input-box ::placeholder {
	color: #ffffff;
	opacity: 1;
}

.tour-search-one__home-5 .tour-search-one__input-box :-ms-input-placeholder {
	color: #ffffff;
}

.tour-search-one__home-5 .tour-search-one__input-box ::-ms-input-placeholder {
	color: #ffffff;
}
.tour-search__home-6 {
	padding-left: 100px;
}
.tour-search__home-6 .tour-search-one__home-four {
	padding-left: 135px;
	padding-right: 135px;
	padding-top: 258px;
	padding-bottom: 258px;
	position: relative;
}
.tour-search__home-6 .tour-search-one {
	position: relative;
	background-color: transparent;
}

.tour-search-one__6__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center 110%;
	background-repeat: no-repeat;
	opacity: 0.05;
	background-size: 120% auto;
}
.tour-search__home-6 .row,
.tour-search__home-6 .block-title {
	position: relative;
}
.tour-search__home-6 .block-title p {
	font-size: 30px;
	letter-spacing: 0;
}
.tour-search__home-6 .block-title h3 {
	font-size: 70px;
	line-height: 70px;
	text-transform: uppercase;
	font-weight: 800;
}

.tour-search-one__home-seven {
	background-color: #004c85;
	padding-top: 0;
	padding-top: 110px;
	padding-bottom: 105px;
}

.tour-search-one__home-seven .block-title p {
	text-transform: capitalize;
	letter-spacing: 0;
}

.tour-search-one__home-seven .block-title h3 {
	color: #fff;
	font-size: 70px;
	font-weight: 600;
}

.tour-search-one__home-seven .tour-search-one {
	background-color: transparent;
}
.tour-search-one__home-seven .tour-search-one__input-box {
	border-color: rgba(255, 255, 255, .15);
}
tour-search-one__home-seven .tour-search-one__input-box .bootstrap-select > .dropdown-toggle,
.tour-search-one__home-seven .tour-search-one__input-box input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]), .tour-search-one__home-seven .tour-search-one__input-box textarea {
	background-color: transparent;
	color: #a4cae5;
	opacity: 1;
}

.tour-search-one__home-seven .tour-search-one__input-box .tour-search-one__input-box ::-webkit-input-placeholder {
	color: #a4cae5;
	opacity: 1;
}

.tour-search-one__home-seven .tour-search-one__input-box .tour-search-one__input-box ::-moz-placeholder {
	color: #a4cae5;
	opacity: 1;
}

.tour-search-one__home-seven .tour-search-one__input-box .tour-search-one__input-box :-ms-input-placeholder {
	color: #a4cae5;
	opacity: 1;
}

.tour-search-one__home-seven .tour-search-one__input-box .tour-search-one__input-box ::-ms-input-placeholder {
	color: #a4cae5;
	opacity: 1;
}

.tour-search-one__home-seven .tour-search-one__input-box .tour-search-one__input-box ::placeholder {
	color: #a4cae5;
	opacity: 1;
}

.tour-search-one__home-seven .tour-search-one__input-box :-ms-input-placeholder {
	color: #a4cae5;
}

.tour-search-one__home-seven .tour-search-one__input-box ::-ms-input-placeholder {
	color: #a4cae5;
}


.tour-search-one__home-seven .tour-search-one__input-box label {
	color: #ffffff;
}

.tour-search-one__home-seven .features-two__single {
	position: relative;
	padding-left: 170px;
	text-align: left;
	margin-bottom: 0;
}
.tour-search-one__home-seven .features-two__single i {
	position: absolute;
	top: 10px;
	left: 0;
}

.tour-search-one__home-seven-content {
	padding-left: 100px;
}
.tour-search-one__home-seven-content [class*=col-] +[class*=col-] {
	border-top: 1px solid rgba(255, 255, 255, .07);
	padding-top: 40px;
	margin-top: 40px;
}

.tour-search-one__home-seven-content .features-two__single h3 {
	color: #ffffff;
	margin-top: 0;
}

.tour-search-one__home-seven-content .features-two__single p {
	color: #a4cae5;
}

.tour-search-one__home-8 {
	width: 100%;
	max-width: 1250px;
	background-color: #fff;
	padding: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.2);
}



/***

====================================================================
                        Blog-Page
====================================================================

***/

/* Css For Realshed */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/



/***

====================================================================
  Reset
====================================================================

 ***/
 * {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
  }


  /***

  ====================================================================
	Global Settings
  ====================================================================
  \***

  ====================================================================
						  Home-Page-One
  ====================================================================

  ***/



  /** deals-section **/

  .deals-section{
	position: relative;
  }

  .deals-block-one .inner-box{
	position: relative;
	display: block;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 79px 50px 55px 50px;
	overflow: hidden;
	box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
  }

  .agents-block-one .inner-box .batch{
	position: absolute;
	right:20px;
	top: 30px;
	width: 100px;
	height: 60px;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background-color: transparent;
	z-index: 1;
  }
  .agents-block-one .inner-box .batch:after{
	position: absolute;
	content: '';
	background-color: transparent;
	width: 40px;
	height: 4px;
	right: 0px;
	bottom: -4px;
	border-bottom-right-radius: 3px;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%);
  }
  .deals-block-one .inner-box .batch{
	position: absolute;
	right: 50px;
	top: 0px;
	width: 60px;
	height: 42px;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background-color: #f94c4c;
	z-index: 1;
  }
  .agents-block-one .inner-box .category{
	position: absolute;
	left: 10px;
	top: 5px;
	font-size: 12px;
	line-height: 26px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 0px 14px;
	text-align: center;
	background-color: #A0A3A2;
	z-index: 1;
  }
  .deals-block-one .inner-box .batch:before{
	position: absolute;
	content: '';
	background-color: #f94c4c;
	width: 14px;
	height: 4px;
	left: 0px;
	bottom: -4px;
	border-bottom-left-radius: 3px;
	clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
  }
  .txt{
	text-decoration: none;
  }
  .deals-block-one .inner-box .batch:after{
	position: absolute;
	content: '';
	background-color: #f94c4c;
	width: 14px;
	height: 4px;
	right: 0px;
	bottom: -4px;
	border-bottom-right-radius: 3px;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%);
  }

  .deals-block-one .inner-box .category{
	position: absolute;
	left: 50px;
	top: 10px;
	font-size: 12px;
	line-height: 26px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 0px 14px;
	text-align: center;
	background-color: #f2b241;
	z-index: 1;
  }

  .deals-block-one .inner-box .lower-content .title-text h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 7px;
  }

  .deals-block-one .inner-box .lower-content .title-text h4 a{
	display: inline-block;
	color: #2d2929;
  }

  .deals-block-one .inner-box .lower-content .title-text h4 a:hover{

  }

  .deals-block-one .inner-box .lower-content .price-box .price-info h6{
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	color: #93959e;
	margin-bottom: 0px;
  }

  .deals-block-one .inner-box .lower-content .price-box .price-info h4{
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
  }

  .deals-block-one .inner-box .lower-content .other-option li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
  }

  .deals-block-one .inner-box .lower-content .other-option li:last-child{
	margin: 0px !important;
  }

  .deals-block-one .inner-box .lower-content .other-option li a{
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #e5e7ec;
	border-radius: 4px;
	font-size: 20px;
	color: #a6a7af;
	text-align: center;
  }

  .deals-block-one .inner-box .lower-content .price-box .other-option{
	position: relative;
	margin-top: 5px;
  }

  .deals-block-one .inner-box .lower-content .other-option li a:hover{
	color: #ffffff;
  }

  .deals-block-one .inner-box .lower-content .price-box{
	position: relative;
	display: block;
	margin-bottom: 20px;
  }

  .deals-block-one .inner-box .lower-content p{
	margin-bottom: 21px;
  }

  .deals-block-one .inner-box .lower-content .more-details{
	position: relative;
	display: block;
	margin-bottom: 26px;
  }

  .deals-block-one .inner-box .lower-content .more-details li{
	position: relative;
	display: inline-block;
	float: left;
	font-size: 14px;
	line-height: 24px;
	color: #93959e;
	padding-left: 28px;
	font-weight: 500;
	margin-right: 30px;
  }

  .deals-block-one .inner-box .lower-content .more-details li:last-child{
	margin: 0px !important;
  }

  .deals-block-one .inner-box .lower-content .more-details li i{
	position: absolute;
	left: 0px;
	top: 3px;
	font-size: 14px;
  }

  .deals-block-one .inner-box .lower-content .more-details li:before{
	position: absolute;
	content: '';
	background-color: #e5e7ec;
	width: 1px;
	height: 18px;
	top: 2px;
	right: -15px;
  }

  .deals-block-one .inner-box .lower-content .more-details li:last-child:before{
	display: none;
  }

  .deals-block-one .inner-box .lower-content .theme-btn{
	padding: 10.5px 23px;
  }

  .deals-section .owl-carousel .owl-stage-outer{
	overflow: visible;
  }

  .deals-section .owl-carousel .owl-stage-outer .owl-item{
	opacity: 0;
  }

  .deals-section .owl-carousel .owl-stage-outer .owl-item.active{
	opacity: 1;
  }

  .deals-section .single-item .image-box{
	position: relative;
  }

  .deals-section .single-item .image-box .image{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
  }

  .deals-section .single-item .image-box .image img{
	width: 100%;
	border-radius: 10px;
  }

  .nav-style-one .owl-nav button{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #e5e7ec;
	border-radius: 5px;
	text-align: center;
	font-size: 20px;
	color: #9799a2;
	background: transparent;
	cursor: pointer;
	z-index: 1;
	transition: all 500ms ease;
  }

  .nav-style-one .owl-nav button:hover{
	color: #ffffff;
  }

  .deals-section .owl-nav{
	position: absolute;
	top: -100px;
	right: 0px;
  }

  .deals-section .owl-nav .owl-prev{
	margin-right: 10px;
  }


  /** testimonial-section **/

  .testimonial-section{
	position: relative;
	padding: 114px 0px 295px 0px;
  }

  .testimonial-section .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
  }

  .testimonial-section .testimonial-block-one{
	position: relative;
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
  }

  .testimonial-block-one .inner-box{
	position: relative;
	display: block;
  }

  .testimonial-block-one .inner-box .thumb-box{
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-bottom: 33px;
  }

  .testimonial-block-one .inner-box .thumb-box img{
	width: 100%;
	border-radius: 50%;
  }

  .testimonial-block-one .inner-box .thumb-box:before{
	position: absolute;
	content: '\e911';
	font-family: 'icomoon';
	font-style: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	background-color: #f2b241;
	border-radius: 50%;
	right: -10px;
	bottom: -10px;
	z-index: 1;
  }

  .testimonial-block-one .inner-box .text{
	position: relative;
	display: block;
	margin-bottom: 33px;
  }

  .testimonial-block-one .inner-box .text p{
	font-size: 20px;
	line-height: 34px;
	color: #2d2929;
  }

  .testimonial-block-one .inner-box .author-info h4{
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 1px;
  }

  .testimonial-block-one .inner-box .author-info .designation{
	position: relative;
	display: block;
	font-size: 16px;
	color: #999da4;
  }

  .testimonial-section .owl-nav{
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
  }

  .testimonial-section .owl-nav .owl-prev{
	position: absolute;
	left: 0px;
  }

  .testimonial-section .owl-nav .owl-next{
	position: absolute;
	right: 0px;
  }

  .testimonial-section .nav-style-one .owl-nav button{
	background-color: #ffffff;
	border-color: #ffffff;
  }


  /** chooseus-section **/

  .chooseus-section{
	position: relative;
  }

  .chooseus-section .inner-container{
	position: relative;
	display: block;
	padding: 64px 70px 63px 70px;
	border-radius: 10px;
	margin-top: -180px;
	z-index: 1;
  }

  .chooseus-section .upper-box .sec-title{
	margin-bottom: 0px;
  }

  .chooseus-section .upper-box{
	position: relative;
	display: block;
	padding-bottom: 28px;
	margin-bottom: 54px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .chooseus-section .upper-box .btn-box{
	position: absolute;
	top: 17px;
	right: 0px;
  }

  .chooseus-block-one .inner-box{
	position: relative;
	display: block;
	padding-right: 40px;
  }

  .chooseus-block-one .inner-box:before{
	position: absolute;
	content: '';
	background-color: rgba(255,255,255,0.1);
	width: 1px;
	height: 120px;
	top: 13px;
	right: 15px;
  }

  .chooseus-block:last-child .chooseus-block-one .inner-box:before{
	display: none;
  }

  .chooseus-block-one .inner-box .icon-box{
	position: relative;
	display: inline-block;
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 23px;
	z-index: 1;
  }

  .chooseus-block:first-child .chooseus-block-one .inner-box .icon-box{
	color: #f2b241;
  }

  .chooseus-block:nth-child(2) .chooseus-block-one .inner-box .icon-box{
	color: #A0A3A2;
  }

  .chooseus-block:last-child .chooseus-block-one .inner-box .icon-box{
	color: #f94c4c;
  }

  .chooseus-block-one .inner-box .icon-box:before{
	position: absolute;
	content: '';
	background-color: rgba(255,255,255,0.1);
	width: 50px;
	height: 50px;
	top: -14px;
	right: -30px;
	border-radius: 50%;
	z-index: -1;
	-webkit-animation: zoom-fade 4s infinite linear;
	animation: zoom-fade 4s infinite linear;
  }

  .chooseus-block-one .inner-box h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 16px;
  }

  .chooseus-block-one .inner-box p{
	color: rgba(255,255,255,0.6);
  }


  /** place-section **/

  .place-section{
	position: relative;
	padding: 114px 0px 90px 0px;
  }

  .place-section .sec-title h2{
	margin-bottom: 21px;
  }

  .place-block-one .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 30px;
  }

  .place-block-one .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
  }

  .place-block-one .inner-box .image-box:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.0) 50%);
	bottom: 0px;
	right: 0px;
	z-index: 1;
  }

  .place-block-one .inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
  }

  .place-block-one .inner-box:hover .image-box img{
	transform: scale(1.05);
  }

  .place-block-one .inner-box .text{
	position: absolute;
	left: 30px;
	bottom: 30px;
	width: calc(100% - 60px);
	background-color: #ffffff;
	padding: 14px 30px;
	border-radius: 5px;
	z-index: 2;
  }

  .place-block-one .inner-box .text h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 1px;
  }

  .place-block-one .inner-box .text h4 a{
	display: inline-block;
	color: #2d2929;
  }

  .place-block-one .inner-box .text h4 a:hover{

  }

  .place-block-one .inner-box .text p{
	font-size: 14px;
	color: #93959e;
  }


  /** team-section **/

  .team-section{
	position: relative;
  }

  .team-section .pattern-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
  }

  .team-section .single-item-carousel{
	max-width: 370px;
	width: 100%;
	margin: 0 auto;
  }

  .team-section .owl-carousel .owl-stage-outer{
	overflow: visible;
  }

  .team-block-one{
	position: relative;
	max-width: 370px;
	width: 100%;
	margin: 0 auto;
  }

  .team-block-one .inner-box{
	position: relative;
	display: block;
  }

  .team-block-one .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
  }

  .team-block-one .inner-box .image-box img{
	width: 100%;
	border-radius: 10px;
	transition: all 500ms ease;
  }

  .team-block-one .inner-box:hover .image-box img{
	transform: scale(1.05);
  }

  .owl-carousel .owl-item .team-block-one .inner-box:hover .image-box img{
	transform: scale(1);
  }

  .owl-carousel .owl-item.active .team-block-one .inner-box:hover .image-box img{
	transform: scale(1.05);
  }

  .team-block-one .inner-box .image-box::before{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255,.2);
	border-radius: 0%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
  }

  .team-block-one .inner-box:hover .image-box::before{
	-webkit-animation: circle .95s;
	animation: circle .95s;
  }

  .owl-carousel .owl-item .team-block-one .inner-box:hover .image-box::before{
	-webkit-animation: none;
	animation: circle none;
  }

  .owl-carousel .owl-item.active .team-block-one .inner-box:hover .image-box::before{
	-webkit-animation: circle .95s;
	animation: circle .95s;
  }

  .team-block-one .inner-box .lower-content{
	position: relative;
	margin: 0px 30px;
  }

  .team-block-one .inner-box .lower-content .inner{
	position: relative;
	display: block;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 31px 30px 40px 30px;
	margin-top: -85px;
	z-index: 1;
	box-shadow: 0 15px 50px 0px rgb(0 0 0 / 10%);
	transition: all 500ms ease;
  }

  .owl-carousel .owl-item .team-block-one .inner-box .lower-content .inner{
	transform: scale(0,0);
  }

  .owl-carousel .owl-item.active .team-block-one .inner-box .lower-content .inner{
	transform: scale(1,1);
  }

  .team-block-one .inner-box .lower-content .inner h4{
	display: block;
	font-size: 20px;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 5px;
  }

  .team-block-one .inner-box .lower-content .inner h4 a{
	display: inline-block;
	color: #2d2929;
  }

  .team-block-one .inner-box .lower-content .inner h4 a:hover{

  }

  .team-block-one .inner-box .lower-content .inner span{
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #93959e;
	margin-bottom: 11px;
  }

  .team-block-one .inner-box .lower-content .inner .social-links li{
	position: relative;
	display: inline-block;
	margin: 0px 3px;
  }

  .team-block-one .inner-box .lower-content .inner .social-links li a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #9799a2;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #e5e7ec;
	border-radius: 5px;
  }

  .team-block-one .inner-box .lower-content .inner .social-links li a:hover{
	color: #ffffff;
  }

  .team-section .nav-style-one .owl-nav{
	position: absolute;
	bottom: 77px;
	width: 100%;
  }

  .team-section .nav-style-one .owl-nav button{
	position: absolute;
	background-color: #ffffff;
	border-color: #ffffff;
  }

  .team-section .nav-style-one .owl-nav .owl-prev{
	left: -80px;
  }

  .team-section .nav-style-one .owl-nav .owl-next{
	right: -80px;
  }

  .bg-color-2{
	background-color: #1b1d21;
  }


  /** cta-section **/

  .cta-section{
	position: relative;
	padding: 95px 0px;
  }

  .cta-section .text h2{
	display: block;
	font-size: 40px;
	line-height: 55px;
	color: #ffffff;
	font-weight: 700;
  }

  .cta-section .btn-box{
	margin-top: 26px;
  }

  .cta-section .btn-box .theme-btn{
	width: 190px;
	padding: 15.5px 15px;
  }

  .cta-section .btn-box .btn-three{
	margin-right: 15px;
  }

  .cta-section .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-repeat: repeat-x;
	animation: slide 100s linear infinite;
	-webkit-animation: slide 100s linear infinite;
  }

  @keyframes slide{
	from { background-position: 0 0; }
	  to { background-position: 1920px 0; }
  }

  @-webkit-keyframes slide{
	from { background-position: 0 0; }
	  to { background-position: 1920px 0; }
  }


  /** news-section **/

  .news-section{
	position: relative;
  }

  .news-section .sec-title h2{
	margin-bottom: 21px;
  }

  .news-block-one .inner-box{
	position: relative;
	display: block;
	border-radius: 10px;
	overflow: hidden;
	background-color: #ffffff;
	box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
  }

  .news-block-one .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
  }

  .news-block-one .inner-box .image-box .image{
	position: relative;
	display: block;
	overflow: hidden;
  }

  .news-block-one .inner-box .image-box .image img{
	width: 100%;
	min-height: 250px;
	object-fit: cover;
	transition: all 500ms ease;
  }

  .news-block-one .inner-box:hover .image-box .image img{
	opacity: 0.5;
	transform: scale(1.05);
  }

  .news-block-one .inner-box .image-box .image::before{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255,.2);
	border-radius: 0%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
  }

  .news-block-one .inner-box:hover .image-box .image::before{
	-webkit-animation: circle .95s;
	animation: circle .95s;
  }

  .news-block-one .inner-box .image-box .category{
	position: absolute;
	left: 30px;
	bottom: 30px;
	font-size: 12px;
	line-height: 26px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 0px 14px;
	text-align: center;
	background-color: #f2b241;
	z-index: 1;
  }

  .news-block-one .inner-box .lower-content{
	position: relative;
	display: block;
	padding: 27px 30px 35px 30px;
  }

  .news-block-one .inner-box .lower-content h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 17px;
  }

  .news-block-one .inner-box .lower-content h4 a{
	display: inline-block;
	color: #2d2929;
  }

  .news-block-one .inner-box .lower-content h4 a:hover{

  }

  .news-block-one .inner-box .lower-content .post-info li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 30px;
	color: #93959e;
	font-size: 15px;
	padding: 7px 0px;
  }

  .news-block-one .inner-box .lower-content .post-info li:last-child{
	margin: 0px !important;
  }

  .news-block-one .inner-box .lower-content .post-info li.author-box{
	position: relative;
	padding: 11px 0px 11px 50px;
  }

  .news-block-one .inner-box .lower-content .post-info li.author-box .author-thumb{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
  }

  .news-block-one .inner-box .lower-content .post-info li.author-box .author-thumb img{
	width: 100%;
	border-radius: 50%;
  }

  .news-block-one .inner-box .lower-content .post-info li.author-box h5{
	font-size: 15px;
	font-weight: 500;
  }

  .news-block-one .inner-box .lower-content .post-info li.author-box h5 a{
	display: inline-block;
	color: #2d2929;
  }

  .news-block-one .inner-box .lower-content .post-info li.author-box h5 a:hover{

  }

  .news-block-one .inner-box .lower-content .post-info{
	position: relative;
	display: block;
	margin-bottom: 23px;
  }

  .news-block-one .inner-box .lower-content .post-info li:before{
	position: absolute;
	content: '';
	background-color: #e5e7ec;
	width: 1px;
	height: 18px;
	top: 11px;
	right: -15px;
  }

  .news-block-one .inner-box .lower-content .post-info li:last-child:before{
	display: none;
  }

  .news-block-one .inner-box .lower-content .text{
	position: relative;
	display: block;
	margin-bottom: 22px;
  }

  .news-block-one .inner-box .lower-content .theme-btn{
	padding: 11.5px 23px;
  }

  .bg-color-3{

  }


  /** download-section **/

  .download-section{
	position: relative;
  }

  .download-section .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
  }

  .download-section .image-box{
	position: relative;
	display: block;
	margin-right: 35px;
	min-height: 400px;
  }

  .download-section .image-box .image{
	position: absolute;
	bottom: -82px;
  }

  .download-section .image-box .image-1{
	left: 0px;
  }

  .download-section .image-box .image-2{
	right: 0px;
  }

  .download-section .content-box{
	padding: 110px 0px;
  }

  .content_block_1 .content-box{
	position: relative;
	display: block;
  }

  .content_block_1 .content-box span{
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 26px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 0px 14px;
	text-align: center;
	background-color: #f2b241;
	margin-bottom: 18px;
  }

  .content_block_1 .content-box h2{
	display: block;
	font-size: 40px;
	line-height: 55px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom:  36px;
  }

  .content_block_1 .content-box .download-btn a{
	position: relative;
	display: inline-block;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 15px 40px 15px 80px;
	color: #2d2929;
  }

  .content_block_1 .content-box .download-btn a:hover{
	background-color: #2d2929;
	color: #fff;
  }

  .content_block_1 .content-box .download-btn a i{
	position: absolute;
	left: 30px;
	top: 15px;
	font-size: 40px;
  }

  .content_block_1 .content-box .download-btn a p{
	display: block;
	font-size: 14px;
	line-height: 16px;
	color: #93959e;
	transition: all 500ms ease;
  }

  .content_block_1 .content-box .download-btn a h4{
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	transition: all 500ms ease;
  }

  .content_block_1 .content-box .download-btn a:hover h4{
	color: #ffffff;
  }

  .content_block_1 .content-box .download-btn a.app-store{
	margin-right: 7px;
  }


  /** main-footer **/

  .main-footer{
	position: relative;
  }

  .footer-top{
	position: relative;
	padding: 115px 0px 120px 0px;
  }

  .footer-top .widget-title{
	position: relative;
	display: block;
	margin-bottom: 22px;
  }

  .footer-top .widget-title h3{
	font-size: 26px;
	line-height: 34px;
	color: #ffffff;
	font-weight: 500;
  }

  .footer-top p,
  .footer-top a{
	color: rgba(255,255,255,0.5);
  }

  .footer-top a:hover{

  }

  .footer-top .about-widget .text p{
	line-height: 30px;
	margin-bottom: 30px;
  }

  .footer-top .about-widget .text p:last-child{
	margin-bottom: 0px;
  }

  .ml-70{
	margin-left: 70px;
  }

  .footer-top .links-widget .links-list li{
	position: relative;
	display: block;
	margin-bottom: 8px;
  }

  .footer-top .links-widget .links-list li:last-child{
	margin-bottom: 0px;
  }

  .footer-top .links-widget .links-list li a{
	position: relative;
	display: inline-block;
	line-height: 30px;
  }

  .footer-top .links-widget .links-list li a:before{
	position: absolute;
	content: '';
	width: 0%;
	height: 1px;
	left: 0px;
	bottom: 4px;
	transition: all 500ms ease;
  }

  .footer-top .links-widget .links-list li a:hover:before{
	width: 100%;
  }

  .footer-top .post-widget .post{
	position: relative;
	display: block;
	padding: 0px 0px 6px 115px;
	margin-bottom: 38px;
	min-height: 88px;
  }

  .footer-top .post-widget .post:last-child{
	margin-bottom: 0px;
  }

  .footer-top .post-widget .post .post-thumb{
	position: absolute;
	left: 0px;
	top: -2px;
	width: 90px;
	height: 90px;
	border-radius: 5px;
  }

  .footer-top .post-widget .post .post-thumb img{
	width: 100%;
	border-radius: 5px;
	transition: all 500ms ease;
  }

  .footer-top .post-widget .post:hover .post-thumb img{
	opacity: 0.5;
  }

  .footer-top .post-widget .post h5{
	position: relative;
	display: block;
	font-size: 17px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 8px;
  }

  .footer-top .post-widget .widget-title{
	margin-bottom: 35px;
  }

  .footer-top .contact-widget .info-list li{
	position: relative;
	display: block;
	margin-bottom: 20px;
	padding-left: 30px;
	font-size: 16px;
	line-height: 26px;
	color: rgba(255,255,255,0.5);
  }

  .footer-top .contact-widget .info-list li i{
	position: absolute;
	left: 0px;
	top: 2px;
	font-size: 20px;
  }

  .footer-top .contact-widget .info-list li a{
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
  }

  .footer-top .contact-widget .info-list li:first-child i{
	top: 7px;
  }

  .footer-top .contact-widget .widget-title{
	margin-bottom: 26px;
  }

  .footer-bottom{
	position: relative;
	display: block;
	background-color: #272a2f;
	padding: 37px 0px;
  }

  .footer-bottom .footer-logo{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -28px;
	z-index: 1;
  }

  .footer-bottom p,
  .footer-bottom a{
	color: rgba(255,255,255,0.5);
  }

  .footer-bottom a:hover{

  }

  .footer-bottom .footer-nav li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 30px;
  }

  .footer-bottom .footer-nav li:last-child{
	margin: 0px !important;
  }

  .footer-bottom .footer-nav li:before{
	position: absolute;
	content: '';
	background-color: rgba(255,255,255,0.5);
	width: 1px;
	height: 18px;
	top: 3px;
	right: -15px;
  }

  .footer-bottom .footer-nav li:last-child:before{
	display: none;
  }


  /***

  ====================================================================
						  Home-Page-Two
  ====================================================================

  ***/


  /** header-style-two **/

  .header-style-two{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background: transparent;
  }

  .header-style-two .header-lower .main-menu .navigation > li > a{
	border: none !important;
	color: #ffffff;
  }

  .header-style-two .header-lower{
	border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .main-header .menu-right-content{
	position: relative;
	display: flex;
	align-items: center;
  }

  .main-header .menu-right-content .sign-box{
	margin-right: 50px;
  }

  .main-header .menu-right-content .sign-box a{
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: rgba(255,255,255,1);
  }

  .main-header .menu-right-content .sign-box a:hover{

  }

  .main-header .menu-right-content .sign-box a i{
	margin-right: 8px;
  }


  /** banner-style-two **/

  .banner-style-two{
	position: relative;
  }

  .banner-carousel{
	position: relative;
  }

  .banner-carousel .slide-item{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 333px 0px 315px 0px;
  }

  .banner-carousel .slide-item:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: #1d2534;
	top: 0px;
	right: 0px;
	z-index: 1;
	opacity: 0.5;
  }

  .banner-carousel .slide-item:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(-90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.0) 50%);
	bottom: 0px;
	right: 0px;
	z-index: 1;
  }

  .banner-carousel .slide-item .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-webkit-transition: all 6000ms linear;
	-moz-transition: all 6000ms linear;
	-ms-transition: all 6000ms linear;
	-o-transition: all 6000ms linear;
	transition: all 6000ms linear;
  }

  .banner-carousel .active .slide-item .image-layer{
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
  }

  .banner-carousel .content-box{
	position: relative;
	display: block;
	z-index:5;
  }

  .banner-carousel .content-box h2{
	position: relative;
	display: block;
	color: #fff;
	font-size: 55px;
	line-height: 60px;
	font-weight: 700;
	margin-bottom: 22px;
	opacity: 0;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
	-webkit-transition: all 2500ms ease;
	-moz-transition: all 2500ms ease;
	-ms-transition: all 2500ms ease;
	-o-transition: all 2500ms ease;
	transition: all 2500ms ease;
  }

  .banner-carousel .active .content-box h2{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
  }

  .banner-carousel .content-box p{
	position: relative;
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	opacity: 0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 2500ms ease;
	-moz-transition: all 2500ms ease;
	-ms-transition: all 2500ms ease;
	-o-transition: all 2500ms ease;
	transition: all 2500ms ease;
  }

  .banner-carousel .active .content-box p{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
  }

  .banner-carousel .owl-dots{
	position: absolute;
	top: 50%;
	right: 70px;
	transform: translateY(-50%);
  }

  .banner-carousel .owl-dots button{
	position: relative;
	display: block !important;
	background: transparent;
  }

  .banner-carousel .owl-dots .owl-dot span{
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #d3e6db;
	border-radius: 50%;
	cursor: pointer;
	transition: all 500ms ease;
  }

  .banner-carousel .owl-dots .owl-dot.active span,
  .banner-carousel .owl-dots .owl-dot span:hover{

  }


  /** search-field-section **/

  .search-field-section{
	position: relative;
  }

  .search-field-section .inner-container{
	position: relative;
	z-index: 2;
	margin-top: -120px;
  }

  .search-field-section .advanced-search{
	position: absolute;
	right: 0px;
	top: 150px !important;
	width: 100%;
	display: none;
  }


  .search-field-section .search-field .top-search .search-form{
	padding-right: 320px;
  }

  .search-field-section .search-field .top-search .search-btn button{
	width: 130px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	top: 58px;
	right: 170px;
  }

  .search-field-section .search-field .top-search .search-btn button i{
	margin-right: 10px;
  }

  .search-field-section .inner-box{
	position: relative;
  }

  .search-field-section .switch_btn_one button{
	position: absolute;
	right: 24px;
	bottom: 38px;
	background: transparent;
	font-size: 15px;
	color: #808288;
	text-align: center;
	cursor: pointer;
  }

  .search-field-section .switch_btn_one button i{
	position: relative;
	display: block;
	transition: all 500ms ease;
  }


  /** feature-style-two **/

  .feature-style-two{
	position: relative;
  }

  .feature-style-two .feature-block-one .inner-box {
	box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
  }

  .feature-style-two .owl-carousel .owl-stage-outer{
	overflow:visible;
  }

  .feature-style-two .owl-carousel .owl-stage-outer .owl-item{
	opacity: 0;
  }

  .feature-style-two .owl-carousel .owl-stage-outer .owl-item.active{
	opacity: 1;
  }

  .feature-style-two .owl-nav{
	position: absolute;
	top: -100px;
	right: 0px;
  }

  .feature-style-two .more-btn{
	position: relative;
	margin-top: 50px;
  }

  .feature-style-two .owl-nav .owl-prev{
	margin-right: 10px;
  }


  .cta-section.alternate-2{
	position: relative;
	padding: 138px 0px 150px 0px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
  }

  .cta-section.alternate-2:before{
	position: absolute;
	content: '';
	background-color: #1b1d21;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.7;
  }

  .cta-section.alternate-2 .btn-box{
	margin-top: 45px;
  }

  .dots-style-one .owl-dots .owl-dot span{
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #d3e6db;
	border-radius: 50%;
	cursor: pointer;
	transition: all 500ms ease;
  }

  .dots-style-one .owl-dots .owl-dot.active span,
  .dots-style-one .owl-dots .owl-dot span:hover{

  }


  /** deals-style-two **/

  .deals-style-two{
	position: relative;
  }

  .deals-style-two .image-box{
	position: relative;
	display: block;
  }

  .deals-style-two .image-box .image{
	position: relative;
	display: block;
	overflow: hidden;
  }

  .deals-style-two .image-box .image img{
	width: 100%;
  }

  .deals-style-two .image-box .batch{
	position: absolute;
	left: 30px;
	top: 0px;
	width: 30px;
	height: 42px;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background-color: #f94c4c;
	z-index: 1;
  }

  .deals-style-two .image-box .batch:before{
	position: absolute;
	content: '';
	background-color: #f94c4c;
	width: 14px;
	height: 4px;
	left: 0px;
	bottom: -4px;
	border-bottom-left-radius: 3px;
	clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
  }

  .deals-style-two .image-box .batch:after{
	position: absolute;
	content: '';
	background-color: #f94c4c;
	width: 14px;
	height: 4px;
	right: 0px;
	bottom: -4px;
	border-bottom-right-radius: 3px;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%);
  }

  .deals-style-two .image-box .category{
	position: absolute;
	left: 70px;
	top: 10px;
	font-size: 12px;
	line-height: 26px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 0px 14px;
	text-align: center;
	background-color: #f2b241;
	z-index: 1;
  }

  .deals-style-two .image-box .buy-btn{
	position: absolute;
	left: 170px;
	top: 10px;
  }

  .deals-style-two .image-box .buy-btn a{
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	border-radius: 3px;
	background-color: #7360ff;
	padding: 0px 14px;
	z-index: 1;
  }

  .deals-style-two .image-box .buy-btn a:hover{

  }

  .owl-theme .owl-dots .owl-dot{
	background: transparent;
  }

  .deals-style-two .deals-block-one .inner-box{
	box-shadow: none;
	padding: 63px 50px 60px 20px
  }

  .deals-style-two .single-item{
	position: relative;
	display: block;
	box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
  }

  .deals-style-two .owl-carousel .owl-stage-outer{
	overflow: visible;
  }

  .deals-style-two .owl-carousel .owl-stage-outer .owl-item{
	opacity: 0;
  }

  .deals-style-two .owl-carousel .owl-stage-outer .owl-item.active{
	opacity: 1;
  }

  .deals-block-one .inner-box .lower-content .price-box .author-thumb{
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
  }

  .deals-block-one .inner-box .lower-content .price-box .author-thumb img{
	width: 100%;
	border-radius: 50%;
  }

  .deals-block-one .inner-box .lower-content .price-box .author-thumb span{
	position: absolute;
	top: 5px;
	right: 42px;
	font-size: 15px;
	line-height: 30px;
	background-color: #ffffff;
	color: #2d2929;
	width: 115px;
	text-align: center;
	box-shadow: 0 5px 20px 10px #e4ede9;
	border-radius: 3px;
  }

  .deals-block-one .inner-box .lower-content .price-box .author-thumb span:before{
	position: absolute;
	content: '';
	background-color: #ffffff;
	width: 10px;
	height: 10px;
	top: 10px;
	right: -5px;
	transform: rotate(45deg);
  }

  .deals-style-two .owl-dots{
	position: relative;
	display: block;
	text-align: center;
	margin-top: 42px;
  }

  .deals-style-two .sec-title{
	margin-bottom: 40px;
  }

  .chooseus-section.alternate-2{
	position: relative;
	padding: 114px 0px;
  }

  .chooseus-section.alternate-2 .upper-box{
	border-color: rgba(0,0,0,0.1);
  }

  .chooseus-section.alternate-2 .chooseus-block-one .inner-box h4{
	color: #2d2929;
  }

  .chooseus-section.alternate-2 .chooseus-block-one .inner-box p{
	color: #93959e;
  }

  .chooseus-section.alternate-2 .chooseus-block-one .inner-box:before{
	background-color: rgba(0,0,0,0.1);
  }

  .chooseus-section.alternate-2 .chooseus-block:first-child .chooseus-block-one .inner-box .icon-box:before{
	background-color: #e7eed3;
  }

  .chooseus-section.alternate-2 .chooseus-block:nth-child(2) .chooseus-block-one .inner-box .icon-box:before{
	background-color: #caefda;
  }

  .chooseus-section.alternate-2 .chooseus-block:last-child .chooseus-block-one .inner-box .icon-box:before{
	background-color: #e8ded5;
  }


  /** testimonial-style-two **/

  .testimonial-style-two{
	position: relative;
	padding: 120px 0px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
  }

  .testimonial-style-two:before{
	position: absolute;
	content: '';
	background-color: #1b1d21;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.5;
  }

  .testimonial-block-two .inner-box{
	position: relative;
	display: block;
  }

  .testimonial-block-two .inner-box .icon-box{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #ffffff;
	background-color: #f2b241;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 31px;
  }

  .testimonial-block-two .inner-box .text{
	position: relative;
	display: block;
	margin-bottom: 39px;
  }

  .testimonial-block-two .inner-box .text h3{
	font-size: 26px;
	line-height: 38px;
	color: #ffffff;
	font-weight: 500;
  }

  .testimonial-block-two .inner-box .author-info{
	position: relative;
	display: block;
	padding: 15px 0px 9px 100px;
	min-height: 80px;
  }

  .testimonial-block-two .inner-box .author-info .author-thumb{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
  }

  .testimonial-block-two .inner-box .author-info .author-thumb img{
	width: 100%;
	border-radius: 50%;
  }

  .testimonial-block-two .inner-box .author-info h4{
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 2px;
  }

  .testimonial-block-two .inner-box .author-info span{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
  }

  .testimonial-style-two .owl-dots{
	position: absolute;
	right: 0px;
	bottom: 27px;
  }


  /** place-style-two **/

  .place-style-two{
	position: relative;
  }

  .place-style-two .content_block_2 .content-box{
	margin-right: 100px;
  }

  .content_block_2 .content-box{
	position: relative;
	display: block;
  }

  .content_block_2 .content-box .sec-title{
	margin-bottom: 36px;
  }

  .content_block_2 .content-box .sec-title h2{
	margin-bottom: 22px;
  }

  .content_block_2 .content-box .place-list{
	position: relative;
	display: block;
	margin-bottom: 46px;
  }

  .content_block_2 .content-box .place-list li{
	position: relative;
	display: block;
	margin-bottom: 17px;
  }

  .content_block_2 .content-box .place-list li:last-child{
	margin-bottom: 0px;
  }

  .content_block_2 .content-box .place-list li a{
	position: relative;
	display: block;
	font-size: 18px;
	color: #2d2929;
  }

  .content_block_2 .content-box .place-list li a:hover{

  }

  .content_block_2 .content-box .place-list li a:hover span{
	text-decoration: underline;
  }

  .content_block_2 .content-box .place-list li a span{
	float: right;
	display: inline-block;
	font-size: 15px;
	color: #93959e;
	transition: all 500ms ease;
  }

  .content_block_2 .content-box .place-list li a h5{
	position: relative;
	font-size: 18px;
	color: inherit;
	display: inline-block;
  }

  .content_block_2 .content-box .place-list li a h5:before{
	position: absolute;
	content: '';
	width: 0%;
	height: 1px;
	left: 0px;
	bottom: 1px;
	transition: all 500ms ease;
  }

  .content_block_2 .content-box .place-list li a:hover h5:before{
	width: 100%;
  }

  .image_block_1 .image-box{
	position: relative;
	display: block;
	padding-right: 130px;
  }

  .image_block_1 .image-box .image{
	border-radius: 10px;
  }

  .image_block_1 .image-box .image img{
	width: 100%;
	border-radius: 10px;
  }

  .image_block_1 .image-box .image-2{
	position: absolute;
	top: 175px;
	right: 0px;
  }


  /** clients-section **/

  .clients-section{
	position: relative;
	padding: 114px 0px 75px 0px;
  }

  .clients-section .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
  }

  .clients-section .logo-list li{
	position: relative;
	display: inline-block;
	float: left;
	width: 33.333%;
	min-height: 70px;
	margin-bottom: 40px;
  }

  .clients-section .logo-list li img{
	position: relative;
	max-width: auto;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	transition: all 500ms ease;
  }

  .clients-section .logo-list li img:hover{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	transform: scale(0.95);
  }

  .clients-section .clients-logo{
	position: relative;
	display: block;
	margin-left: 70px;
	margin-top: 5px;
  }


  /** subscribe-section **/

  .subscribe-section{
	position: relative;
	padding: 80px 0px 67px 0px;
  }

  .subscribe-section .pattern-layer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-repeat: repeat-x;
	animation: slide 100s linear infinite;
	-webkit-animation: slide 100s linear infinite;
  }

  .subscribe-section .text span{
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 500;
	background-color: #f94c4c;
	text-transform: uppercase;
	border-radius: 3px;
	margin-bottom: 26px;
	padding: 0px 17px;
  }

  .subscribe-section .text h2{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
	font-weight: 700;
  }

  .subscribe-section .form-inner{
	position: relative;
	margin-top: 60px;
  }

  .subscribe-section .subscribe-form .form-group{
	position: relative;
	margin: 0px;
	padding-right: 180px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #ffffff;
  }

  .subscribe-section .subscribe-form .form-group input[type='email']{
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
	font-size: 16px;
	color: #93959e;
	padding: 10px 20px;
	transition: all 500ms ease;
  }

  .subscribe-section .subscribe-form .form-group button{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 180px;
	height: 60px;
	font-size: 17px;
	color: #ffffff;
	background-color: #2d2929;
	font-weight: 500;
	text-align: center;
	padding: 0px 15px;
	cursor: pointer;
	transition: all 500ms ease;
  }



  /***

  ====================================================================
						  Home-Page-Three
  ====================================================================

  ***/


  /** header-style-three **/

  .header-style-three .header-lower .main-menu .navigation > li{
	padding: 0px;
  }

  .header-style-three .header-lower .main-menu .navigation > li > a{
	padding: 40px 30px;
  }

  .header-style-three .header-lower .main-menu .navigation > li.dropdown > a{
	padding-right: 40px;
  }

  .header-style-three .header-lower .main-menu .navigation > li > a:before{
	display: none;
  }

  .header-style-three .header-lower .main-menu .navigation > li.current > a,
  .header-style-three .header-lower .main-menu .navigation > li:hover > a{
	color: #fff !important;
  }

  /** location-section **/

  .location-section{
	position: relative;
  }

  .location-section #contact-google-map{
	position: relative;
	width: 100%;
	height: 600px;
  }

  .location-section .location-inner{
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	right: 0px;
	max-width: 1400px;
	padding: 0px 15px;
	width: 100%;
	margin: 0 auto;
	min-height: 600px;
  }

  .location-section .location-inner .single-location-box{
	position: absolute;
  }

  .location-section .location-inner .single-location-box:first-child{
	left: 15px;
	top: 265px;
  }

  .location-section .location-inner .single-location-box:nth-child(2){
	left: 280px;
	top: 185px;
  }

  .location-section .location-inner .single-location-box:nth-child(3){
	left: 50%;
	bottom: 138px;
  }

  .location-section .location-inner .single-location-box:nth-child(4){
	top: 280px;
	right: 350px;
  }

  .location-section .location-inner .single-location-box:last-child{
	top: 200px;
	right: 15px;
  }

  .location-section .feature-block-one{
	position: absolute;
	width: 260px;
	left: 47px;
	transform: translateY(-50%);
	top: 50%;
	opacity: 0;
	visibility: hidden;
	z-index: 3;
	transition: all 500ms ease;
  }

  .location-section .single-location-box.active .feature-block-one{
	left: 50% !important;
	transform: translateX(-50%) !important;
	bottom: 75px !important;
	top: inherit;
  }

  .location-section .single-location-box:hover .feature-block-one,
  .location-section .single-location-box.active .feature-block-one{
	opacity: 1;
	visibility: visible;
	left: 62px;
  }

  .location-section .single-location-box.active .feature-block-one:before{
	position: absolute;
	content: '';
	background-color: #ffffff;
	width: 10px;
	height: 10px;
	left: 50%;
	bottom: -8px;
	transform: rotate(45deg) translateX(-50%);
  }

  .location-section .single-location-box .feature-block-one:before{
	position: absolute;
	content: '';
	background-color: #ffffff;
	width: 10px;
	height: 10px;
	left: -8px;
	bottom: 50%;
	transform: rotate(45deg) translateY(-50%);
  }

  .location-section .location-inner .marker-box img{
	position: relative;
	max-width: auto;
	cursor: pointer;
  }

  .location-section .location-inner .marker-box span{
	position: absolute;
	left: 21px;
	top: 12px;
	font-size: 13px;
	color: #0f172b;
	font-weight: 500;
  }

  .location-section .feature-block-one .inner-box .lower-content .price-box .price-info h4{
	font-size: 18px;
  }

  .location-section .feature-block-one .inner-box .lower-content{
	padding-left: 25px;
	padding-right: 25px;
  }

  .search-field-section .tabs-content .tab-btns{
	position: absolute;
	left: 40px;
	top: 27px;
	z-index: 1;
  }

  .search-field-section .tabs-content .tab-btns li{
	position: relative;
	display: inline-block;
	float: left;
	padding-left: 25px;
	font-size: 15px;
	color: #0f172b;
	font-weight: 500;
	margin-right: 30px;
	cursor: pointer;
  }

  .search-field-section .tabs-content .tab-btns li:last-child{
	margin: 0px !important;
  }

  .search-field-section.style-two .search-field .top-search .search-form{
	padding-top: 65px;
  }

  .search-field-section .tabs-content .tab-btns li:before{
	position: absolute;
	content: '';
	border: 2px solid #dfe1e6;
	left: 0px;
	top: 5px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	transition: all 500ms ease;
  }

  .search-field-section .tabs-content .tab-btns li:after{
	position: absolute;
	content: '';
	background-color: #dfe1e6;
	left: 5px;
	top: 10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	transition: all 500ms ease;
  }

  .search-field-section .tabs-content .tab-btns li.active-btn:before{

  }

  .search-field-section .tabs-content .tab-btns li.active-btn:after{

  }

  .search-field-section.style-two .search-field .top-search .search-btn button{
	top: 97px;
  }

  .search-field-section.style-two .inner-container{
	margin-top: -90px;
  }

  .search-field-section.style-two .advanced-search{
	top: 185px !important;
  }


  /** feature-style-three **/

  .feature-style-three{
	position: relative;
	padding-top: 115px;
  }

  .feature-block-two .inner-box{
	position: relative;
	display: block;
	background-color: #ffffff;
	padding: 96px 55px 65px 55px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
	transition: all 500ms ease;
  }

  .feature-block-two .inner-box:hover{
	transform: translateY(-10px);
  }

  .feature-block-two .inner-box .icon-box{
	position: relative;
	display: inline-block;
	font-size: 52px;
	line-height: 55px;
	margin-bottom: 25px;
	color: #f2b241;
	z-index: 1;
  }

  .feature-block:nth-child(2) .feature-block-two .inner-box .icon-box{

  }

  .feature-block:last-child .feature-block-two .inner-box .icon-box{
	color: #f94c4c;
  }

  .owl-item:nth-child(odd) .feature-block-two .inner-box .icon-box{
	color: #f94c4c;
  }

  .owl-item:nth-child(2n+1) .feature-block-two .inner-box .icon-box{

  }

  .feature-block-two .inner-box .icon-box:before{
	position: absolute;
	content: '';
	background-color: #f2b241;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	top: -24px;
	right: -33px;
	opacity: 0.2;
	z-index: -1;
	transition: all 500ms ease;
  }

  .feature-block-two .inner-box:hover .icon-box:before{
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	opacity: 0.05;
  }

  .feature-block:nth-child(2) .feature-block-two .inner-box .icon-box:before{

  }

  .feature-block:last-child .feature-block-two .inner-box .icon-box:before{
	background-color: #f94c4c;
  }

  .owl-item:nth-child(odd) .feature-block-two .inner-box .icon-box:before{
	background-color: #f94c4c;
  }

  .owl-item:nth-child(2n+1) .feature-block-two .inner-box .icon-box:before{

  }

  .feature-block-two .inner-box h4{
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 21px;
	transition: all 500ms ease;
  }

  .feature-block-two .inner-box p{
	transition: all 500ms ease;
  }

  .feature-style-two.alternate-2 .feature-block-one .inner-box{
	margin-bottom: 30px;
  }

  .feature-style-two.alternate-2 .more-btn{
	margin-top: 30px;
  }

  .pb-240{
	padding-bottom: 240px !important;
  }


  /** funfact-section **/

  .funfact-section{
	position: relative;
  }

  .funfact-section .inner-container{
	position: relative;
	background-color: #ffffff;
	border-radius: 5px;
	z-index: 1;
	margin-top: -90px;
	box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
	padding: 47px 40px 50px 40px;
  }

  .funfact-block-one .inner-box{
	position: relative;
	display: block;
  }

  .funfact-block-one .inner-box .count-outer{
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 50px;
	font-weight: 500;
	margin-bottom: 7px;
  }

  .funfact-block-one .inner-box p{
	font-size: 14px;
  }

  .funfact-block-one .inner-box:before{
	position: absolute;
	content: '';
	background-color: #e5e7ec;
	width: 1px;
	height: 100%;
	top: 0px;
	right: -15px;
  }

  .funfact-block:last-child .funfact-block-one .inner-box:before{
	display: none;
  }


  /** testimonial-style-three **/

  .testimonial-style-three{
	position: relative;
	padding: 120px 0px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
  }

  .testimonial-style-three:before{
	position: absolute;
	content: '';
	background-color: #1b1d21;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.5;
  }

  .testimonial-style-three .testimonial-block-two{
	background-color: #fff;
	padding: 50px 50px 50px 70px;
	border-radius: 10px;
  }

  .testimonial-style-three .testimonial-block-two .inner-box .text h3{
	color: #2d2929;
  }

  .testimonial-style-three .testimonial-block-two .inner-box .author-info span{
	color: #b9bac0;
  }

  .testimonial-style-three .owl-dots{
	position: absolute;
	right: 65px;
	bottom: 70px;
  }


  /** pricing-section **/

  .pricing-section{
	position: relative;
  }

  .pricing-block-one{
	position: relative;
	display: block;
	max-width: 370px;
	width: 100%;
	margin: 0 auto;
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
  }

  .pricing-block-one .pricing-table .table-header{
	position: relative;
	background-color: #1b1d21;
	padding: 63px 30px 0px 30px;
	transition: all 500ms ease;
  }

  .pricing-block-one .pricing-table .table-header h4{
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 52px;
  }

  .pricing-block-one .pricing-table .table-header .shape-1{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
  }

  .pricing-block-one .pricing-table .table-header .shape-2{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 48px;
	background-repeat: no-repeat;
	background-position: top center;
  }

  .pricing-block-one .pricing-table .table-header h2{
	position: relative;
	display: inline-block;
	font-size: 40px;
	line-height: 30px;
	font-weight: 500;
	background-color: #fff;
	padding: 26px 55px 17px 55px;
	border-radius: 10px;
	box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
	margin-bottom: -13px;
  }

  .pricing-block-one .pricing-table .table-header h2 span{
	font-size: 18px;
	color: #93959e;
  }

  .pricing-block-one .pricing-table .table-content{
	position: relative;
	display: block;
	padding: 67px 30px 46px 30px;
  }

  .pricing-block-one .pricing-table .table-content .feature-list li{
	position: relative;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	margin-bottom: 24px;
  }

  .pricing-block-one .pricing-table .table-content .feature-list li:last-child{
	margin-bottom: 0px;
  }

  .pricing-block-one .pricing-table .table-content .feature-list li:before{
	position: absolute;
	content: "\f00c";
	font-family: 'Font Awesome 5 Pro';
	left: 0px;
	top: 1px;
	font-weight: 700;
	font-size: 10px;
	color: #d2d4d9;
  }

  .pricing-block-one .pricing-table .table-footer{
	position: relative;
	padding-bottom: 60px;
  }

  .pricing-block-one .pricing-table .table-footer .link-btn{
	position: relative;
	display: inline-block;
	font-size: 17px;
	line-height: 26px;
	color: #93959e;
	font-weight: 500px;
	text-align: center;
	padding: 15px 48px;
	border-radius: 5px;
  }

  .pricing-block-one .pricing-table .table-footer .link-btn:hover{
	color: #ffffff;
  }

  .pricing-block-one .pricing-table:hover .table-header{

  }

  .pricing-section .sec-title{
	margin-bottom: 50px;
  }


  /** contact-section **/

  .contact-section{
	position: relative;
	padding: 120px 0px;
  }

  .contact-section .form-inner .form-group{
	position: relative;
	display: block;
	margin-bottom: 15px;
  }

  .contact-section .form-inner input[type="text"],
  .contact-section .form-inner input[type="email"],
  .contact-section .form-inner input[type="tel"],
  .contact-section .form-inner textarea{
	position: relative;
	display: block;
	width: 100%;
	height: 42px;
	font-size: 16px;
	color: #878a8f;
	background: transparent;
	border-bottom: 1px solid #d3e5db;
	transition: all 500ms ease;
  }

  .contact-section .form-inner textarea{
	height: 120px;
	resize: none;
	margin-bottom: 15px;
	padding-top: 8px;
  }

  .contact-section .form-inner button,
  .contact-section .form-inner input[type="submit"]{
	position: relative;
	display: inline-block;
  }

  .contact-section .form-inner input:focus,
  .contact-section .form-inner textarea:focus{

  }

  .contact-section .sec-title{
	margin-bottom: 33px;
  }

  .contact-section .content-box{
	position: relative;
	margin-right: 40px;
  }

  .contact-section .image-box{
	position: relative;
	display: block;
	margin-left: 10px;
  }

  .contact-section .image-box .image{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
  }

  .contact-section .image-box .image img{
	width: 100%;
	border-radius: 10px;
  }

  .contact-section .image-box .image:before{
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
  }

  .contact-section .image-box .image:hover:before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
  }

  @-webkit-keyframes shine {
	100% {
	  left: 125%;
	}
  }

  @keyframes shine {
	100% {
	  left: 125%;
	}
  }



  /***

  ====================================================================
						  Home-Page-Four
  ====================================================================

  ***/

  .page-content{
	position: relative;
	width: 100%;
  }

  .page-content .left-column,
  .page-content .right-column{
	width: 50%;
  }

  .page-content .search-field-section.style-two .inner-container{
	margin-top: 0px;
  }

  .page-content .search-field .top-search .search-form{
	padding-left: 0px;
	padding-right: 160px;
	padding-bottom: 13px;
  }

  .page-content .search-field .top-search{
	box-shadow: none;
  }

  .page-content .search-field-section .switch_btn_one button{
	position: relative;
	right: 0px;
	bottom: 0px;
	padding-left: 25px;
	padding-right: 15px;
  }

  .page-content .search-field-section .switch_btn_one button i.fa-plus-circle{
	position: absolute;
	left: 0px;
	top: 5px;
  }

  .page-content .search-field-section .switch_btn_one button i.fa-angle-down{
	position: absolute;
	right: 0px;
	top: 6px;
  }

  .page-content .search-field-section .search-field .top-search .search-btn button{
	right: 0px;
  }

  .page-content .map-column{
	padding-right: 15px;
  }

  .page-content .search-field-section.style-two .advanced-search{
	top: 200px !important;
  }

  .page-content .search-field-section .advanced-search{
	right: inherit;
	left: 0px;
  }

  .page-content .deals-block-one .inner-box{
	position: relative;
	padding: 34px 50px 42px 340px !important;
	min-height: 350px;
	box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
  }

  .deals-block-one .inner-box .image-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
  }

  .page-content .outer-container{
	position: relative;
	padding: 0px 15px;
  }

  .page-content .location-section .location-inner .single-location-box:last-child{
	top: 230px;
	right: 160px;
  }

  .page-content .location-section .location-inner .single-location-box:nth-child(2){
	display: none;
  }

  .wrapper.list .deals-list-content{
	display: block;
  }

  .wrapper.list .deals-grid-content{
	display: none
  }

  .wrapper.grid .deals-list-content{
	display: none;
  }

  .wrapper.grid .deals-grid-content{
	display: block
  }

  .item-shorting{
	position: relative;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e7ec;
  }

  .item-shorting h5{
	font-size: 17px;
	line-height: 40px;
	font-weight: 500;
  }

  .item-shorting h5 span{
	font-weight: 400;
	color: #808288;
  }

  .item-shorting .right-column{
	position: relative;
	padding-right: 100px;
  }

  .item-shorting .right-column .short-menu{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
  }

  .item-shorting .right-column .short-menu button{
	position: relative;
	display: inline-block;
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #e5e7ec;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	color: #93959e;
	cursor: pointer;
	background: transparent;
	margin-right: 10px;
	transition: all 500ms ease;
  }

  .item-shorting .right-column .short-menu button:last-child{
	margin: 0px !important;
  }

  .item-shorting .right-column .short-menu button:hover,
  .item-shorting .right-column .short-menu button.on{
	color: #ffffff;
  }

  .item-shorting .short-box{
	width: 175px;
	float: right;
  }

  .item-shorting .nice-select{
	border: none !important;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #93959e;
	text-transform: none;
  }

  .item-shorting .nice-select:after{
	color: #93959e;
  }

  .page-content .search-field-section .tabs-content .tab-btns{
	left: 0px;
  }

  .page-content .deals-style-two{
	padding: 25px 0px 120px 0px;
  }

  .page-content .deals-block-one .inner-box{
	margin-bottom: 30px;
  }

  .page-content .feature-block-one .inner-box{
	margin-bottom: 30px;
	box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
  }

  .deals-block-one .inner-box .image-box .image{
	position: relative;
	display: block;
	overflow: hidden;
  }

  .deals-block-one .inner-box .image-box .image::after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255,.2);
	border-radius: 0%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
  }

  .deals-block-one .inner-box:hover .image-box .image::after {
	-webkit-animation: circle .95s;
	animation: circle .95s;
  }

  .deals-block-one .inner-box .image-box .image:before{
	position: absolute;
	content: '';
	background-color: #000000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.3;
	z-index: 1;
  }

  .pagination-wrapper{
	position: relative;
	display: block;
	margin-top: 50px;
	padding-top: 20px;
	border-top: 1px solid #e5e7ec;
  }

  .page-content .left-column .feature-block-one .inner-box{
	margin-bottom: 0px;
  }




  /***

  ====================================================================
						  Home-Page-Five
  ====================================================================

  ***/

  /** dark-header **/

  .dark-header,
  .dark-header .sticky-header{
	background-color: #1b1d21 !important;
  }

  .dark-header .header-top{
	border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .dark-header .main-menu .navigation > li > a{
	color: #ffffff;
	border-right: 1px solid rgba(255,255,255,0.1);
  }

  .dark-header .main-menu .navigation > li:first-child > a{
	border-left: 1px solid rgba(255,255,255,0.1);
  }


  /** banner-style-three **/

  .banner-style-three{
	position: relative;
	background-color: #191b1f;
	overflow: hidden;
  }

  .banner-style-three .inner-box{
	position: relative;
	width: 100%;
	padding: 200px 0px 210px 0px;
	z-index: 5;
  }

  .banner-style-three .content-box{
	max-width: 520px;
	text-align: left;
  }

  .banner-style-three .banner-carousel .slide-item{
	padding: 0px;
  }

  .banner-style-three .banner-carousel .content-box h2{
	font-size: 50px;
	line-height: 66px;
	margin-bottom: 26px;
  }

  .banner-style-three .banner-carousel .content-box p{
	margin-bottom: 42px;
  }

  .banner-carousel .content-box .button-box{
	position: relative;
	display: block;
	opacity: 0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 2500ms ease;
	-moz-transition: all 2500ms ease;
	-ms-transition: all 2500ms ease;
	-o-transition: all 2500ms ease;
	transition: all 2500ms ease;
  }

  .banner-carousel .active .content-box .button-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1300ms;
	-moz-transition-delay: 1300ms;
	-ms-transition-delay: 1300ms;
	-o-transition-delay: 1300ms;
	transition-delay: 1300ms;
  }

  .banner-carousel .image-box{
	position: absolute;
	right: -160px;
	bottom: 0px;
	opacity: 0;
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);
	transform: translateX(100px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
  }

  .banner-carousel .active .image-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
  }

  .banner-style-three .pattern-box .pattern-2{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 199px;
	height: 297px;
	background-repeat: no-repeat;
  }

  .banner-style-three .pattern-box .pattern-1{
	position: absolute;
	top: 85px;
	left: 50%;
	width: 437px;
	height: 437px;
	border: 100px solid rgba(255,255,255,0.05);
	border-radius: 50%;
  }

  .banner-style-three .banner-carousel .slide-item:before{
	display: none;
  }

  .banner-style-three .pattern-box .pattern-3{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 979px;
	height: 465px;
	background-repeat: no-repeat;
  }

  .banner-style-three .pattern-box .pattern-4{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 797px;
	height: 100%;
	background-repeat: no-repeat;
  }

  .feature-style-three .owl-carousel .owl-stage-outer{
	overflow: visible;
  }

  .feature-style-three .owl-carousel .owl-stage-outer .owl-item{
	opacity: 0;
  }

  .feature-style-three .owl-carousel .owl-stage-outer .owl-item.active{
	opacity: 1;
  }

  .feature-style-three .owl-dots{
	margin-top: 40px;
  }

  .pb-110{
	padding-bottom: 110px;
  }


  /** about-section **/

  .about-section{
	position: relative;
	padding: 120px 0px;
  }

  .image_block_2 .image-box{
	position: relative;
	display: block;
	padding-left: 130px;
  }

  .image_block_2 .image-box .image{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
  }

  .image_block_2 .image-box .image img{
	width: 100%;
	border-radius: 10px;
  }

  .image_block_2 .image-box .image:before{
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
  }

  .image_block_2 .image-box:hover .image:before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
  }

  .image_block_2 .image-box .text{
	position: absolute;
	left: 0px;
	bottom: 75px;
	width: 250px;
	text-align: center;
	background-color: #1b1d21;
	border-radius: 10px;
	padding: 60px 15px 64px 15px;
	z-index: 2;
  }

  .image_block_2 .image-box .text h2{
	display: block;
	font-size: 55px;
	line-height: 60px;
	font-weight: 700;
	margin-bottom: 6px;
  }

  .image_block_2 .image-box .text h4{
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 500;
  }

  .content_block_3 .content-box{
	position: relative;
	display: block;
	margin-left: 20px;
  }

  .content_block_3 .content-box .text{
	position: relative;
	display: block;
	margin-bottom: 30px;
  }

  .content_block_3 .content-box .text p{
	margin-bottom: 20px;
  }

  .content_block_3 .content-box .text p:last-child{
	margin-bottom: 0px;
  }

  .content_block_3 .content-box .list{
	position: relative;
	display: block;
	margin-bottom: 30px;
  }

  .content_block_3 .content-box .list li{
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding-left: 20px;
  }

  .content_block_3 .content-box .list li:last-child{
	margin-bottom: 0px;
  }

  .content_block_3 .content-box .list li:before{
	position: absolute;
	content: '';
	background-color: #c7d9cf;
	width: 8px;
	height: 8px;
	left: 0px;
	top: 10px;
	border-radius: 50%;
  }

  .feature-section.alternate-2 .feature-block-one .inner-box {
	box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
  }


  /** testimonial-style-four **/

  .testimonial-style-four{
	position: relative;
  }

  .testimonial-style-four .inner-container{
	position: relative;
	display: block;
	padding: 114px 0px 112px 0px;
	border-bottom: 1px solid #e5e7ec;
  }

  .testimonial-style-four .sec-title h2{
	margin-bottom: 21px;
  }

  .testimonial-style-four .owl-carousel .owl-stage-outer{
	overflow: visible;
  }

  .testimonial-style-four .owl-carousel .owl-stage-outer .owl-item{
	opacity: 0;
  }

  .testimonial-style-four .owl-carousel .owl-stage-outer .owl-item.active{
	opacity: 1;
  }

  .testimonial-block-three .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 58px 40px 52px 40px;
	box-shadow: 0 15px 25px 0px rgb(0 0 0 / 8%);
  }

  .testimonial-block-three .inner-box .icon-box{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #f2b241;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 29px;
  }

  .testimonial-block-three .inner-box h4{
	display: block;
	font-size: 20px;
	line-height: 36px;
	font-weight: 500;
	margin-bottom: 19px;
  }

  .testimonial-block-three .inner-box h5{
	display: block;
	font-size: 20px;
	line-height: 36px;
	font-weight: 500;
	margin-bottom: 0px;
  }

  .testimonial-block-three .inner-box .designation{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 22px;
	margin: 0px;
  }

  .testimonial-style-four .owl-dots{
	margin-top: 42px;
  }


  /** news-style-two **/

  .news-style-two{
	position: relative;
  }

  .news-block-two .inner-box .content-box .post-info li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 30px;
	color: #93959e;
	font-size: 15px;
	padding: 7px 0px;
  }

  .news-block-two .inner-box .content-box .post-info li:last-child{
	margin: 0px !important;
  }

  .news-block-two .inner-box .content-box .post-info li.author-box{
	position: relative;
	padding: 11px 0px 11px 50px;
  }

  .news-block-two .inner-box .content-box .post-info li.author-box .author-thumb{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
  }

  .news-block-two .inner-box .content-box .post-info li.author-box .author-thumb img{
	width: 100%;
	border-radius: 50%;
  }

  .news-block-two .inner-box .content-box .post-info li.author-box h5{
	font-size: 15px;
	font-weight: 500;
  }

  .news-block-two .inner-box .content-box .post-info li.author-box h5 a{
	display: inline-block;
	color: #2d2929;
  }

  .news-block-two .inner-box .content-box .post-info li.author-box h5 a:hover{

  }

  .news-block-two .inner-box .content-box .post-info{
	position: relative;
	display: block;
	margin-bottom: 23px;
  }

  .news-block-two .inner-box .content-box .post-info li:before{
	position: absolute;
	content: '';
	background-color: #e5e7ec;
	width: 1px;
	height: 18px;
	top: 11px;
	right: -15px;
  }

  .news-block-two .inner-box .content-box .post-info li:last-child:before{
	display: none;
  }

  .news-block-two .inner-box .content-box .theme-btn {
	padding: 11.5px 23px;
  }

  .news-block-two .inner-box{
	position: relative;
	display: flex;
	padding-left: 260px;
	overflow: hidden;
	border-radius: 10px;
	min-height: 357px;
	box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
  }

  .news-block-two .inner-box .image-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 260px;
	z-index: 1;
  }

  .news-block-two .inner-box .image-box a.feature{
	position: absolute;
	left: 20px;
	top: 20px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	background-color: #f2b241;
	line-height: 26px;
	padding: 0px 15px;
	z-index: 2;
	border-radius: 3px;
  }

  .news-block-two .inner-box .image-box .image{
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #000;
  }

  .news-block-two .inner-box .image-box .image img{
	width: 100%;
	transition: all 500ms ease;
  }

  .news-block-two .inner-box:hover .image-box .image img{
	opacity: 0.5;
	transform: scale(1.05);
  }

  .news-block-two .inner-box .content-box{
	position: relative;
	display: block;
	padding: 30px 30px;
  }

  .news-block-two .inner-box .content-box h4{
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 17px;
  }

  .news-block-two .inner-box .content-box h4 a{
	display: inline-block;
	color: #2d2929;
  }

  .news-block-two .inner-box .content-box h4 a:hover{

  }

  .news-block-two .inner-box .content-box p{
	margin-bottom: 22px;
  }

  .news-style-two .title-text p{
	line-height: 30px;
  }

  .news-style-two .sec-title{
	margin-bottom: 50px;
  }



  /***

  ====================================================================
						  Blog-Page
  ====================================================================

  ***/

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

  .sidebar-page-container .pagination-wrapper{
	margin-top: 20px;
  }

  .sidebar-page-container .news-block-one .inner-box{
	margin-bottom: 30px;
	min-height: 700px;
  }

  .blog-sidebar{
	position: relative;
	display: block;
  }

  .blog-sidebar .sidebar-widget{
	position: relative;
	display: block;
	background-color: #ffffff;
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 32px 30px 40px 30px;
	box-shadow: 0 15px 25px 0px rgb(0 0 0 / 8%);
  }

  .blog-sidebar .sidebar-widget:last-child{
	margin-bottom: 0px;
  }

  .blog-sidebar .sidebar-widget .widget-title{
	position: relative;
	display: block;
	margin-bottom: 22px;
  }

  .blog-sidebar .sidebar-widget .widget-title h4{
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
  }

  .blog-sidebar .sidebar-widget .search-inner .form-group{
	position: relative;
	margin: 0px;
  }

  .blog-sidebar .sidebar-widget .search-inner .form-group input[type='search'],
  .blog-sidebar .sidebar-widget .search-inner .form-group input[type='text']{
	position: relative;
	display: block;
	width: 100% !important;
	height: 50px;
	border: 1px solid #e5e7ec;
	border-radius: 5px;
	font-size: 15px;
	color: #808288;
	padding: 10px 70px 10px 20px;
	transition: all 500ms ease;
  }

  .blog-sidebar .sidebar-widget .search-inner .form-group button{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 17px;
	color: #ffffff;
	text-align: center;
	border-radius: 0px 5px 5px 0px;
	cursor: pointer;
	transition: all 500ms ease;
  }

  .blog-sidebar .sidebar-widget .search-inner .form-group input:focus{

  }

  .blog-sidebar .social-widget .social-links li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 15px;
  }

  .blog-sidebar .social-widget .social-links li:last-child{
	margin: 0px !important;
  }

  .blog-sidebar .social-widget .social-links li a{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 17px;
	color: #ffffff;
	background-color: #466ca9;
	text-align: center;
	border-radius: 50%;
  }

  .blog-sidebar .social-widget .social-links li:nth-child(2) a{
	background-color: #dd4b39;
  }

  .blog-sidebar .social-widget .social-links li:nth-child(3) a{
	background-color: #55acee;
  }

  .blog-sidebar .social-widget .social-links li:nth-child(4) a{
	background-color: #0077b5;
  }

  .blog-sidebar .social-widget .social-links li:last-child a{
	background-color: #e4405f;
  }

  .blog-sidebar .category-widget .category-list li{
	position: relative;
	display: block;
	padding: 18px 0px;
	border-bottom: 1px solid #e5e7ec;
  }

  .blog-sidebar .category-widget .category-list li:last-child{
	border-bottom: none;
  }

  .blog-sidebar .category-widget .category-list li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #93959e;
	font-weight: 500;
	padding-left: 15px;
  }

  .blog-sidebar .category-widget .category-list li a:before{
	position: absolute;
	content: "\f105";
	font-family: 'Font Awesome 5 Pro';
	left: 0px;
	top: 0px;
	font-weight: 700;
  }

  .blog-sidebar .category-widget .category-list li a span{
	float: right;
  }

  .blog-sidebar .category-widget .category-list li a:hover{

  }

  .blog-sidebar .category-widget{
	padding-bottom: 15px;
  }

  .blog-sidebar .category-widget .widget-title{
	margin-bottom: 0px;
  }

  .blog-sidebar .post-widget .post{
	position: relative;
	display: block;
	padding-left: 100px;
	padding-bottom: 20px;
	margin-bottom: 15px;
	min-height: 106px;
	border-bottom: 1px solid #e5e7ec;
  }

  .blog-sidebar .post-widget .post:last-child{
	margin-bottom: 0px;
	border-bottom: none;
  }

  .blog-sidebar .post-widget .post .post-thumb{
	position: absolute;
	left: 0px;
	top: 5px;
	width: 80px;
	height: 80px;
	border-radius: 10px;
  }

  .blog-sidebar .post-widget .post .post-thumb img{
	width: 100%;
	border-radius: 10px;
  }

  .blog-sidebar .post-widget .post h5{
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	margin-bottom: 7px;
  }

  .blog-sidebar .post-widget .post h5 a{
	display: inline-block;
	color: #2d2929;
  }

  .blog-sidebar .post-widget .post h5 a:hover{

  }

  .blog-sidebar .post-widget .post .post-date{
	position: relative;
	display: block;
	color: #93959e;
	font-size: 15px;
	margin: 0px;
  }

  .blog-sidebar .post-widget .widget-title{
	margin-bottom: 17px;
  }

  .blog-sidebar .post-widget{
	padding-bottom: 10px;
  }

  .blog-sidebar .tags-widget .tags-list li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
  }

  .blog-sidebar .tags-widget .tags-list li a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #93959e;
	border: 1px solid #e5e7ec;
	border-radius: 5px;
	text-align: center;
	padding: 8px 17px;
  }

  .blog-sidebar .tags-widget .tags-list li a:hover{
	color: #ffffff;
  }

  .blog-sidebar .tags-widget{
	padding-bottom: 30px;
  }

  .blog-list{
	position: relative;
  }

  .blog-list .news-block-two .inner-box{
	margin-bottom: 30px;
  }

  .blog-list .pagination-wrapper{
	margin-top: 20px;
  }

  .news-block-one .inner-box .lower-content h3{
	position: relative;
	display: block;
	font-size: 26px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 17px;
  }

  .news-block-one .inner-box .lower-content h3 a{
	display: inline-block;
	color: #2d2929;
  }

  .news-block-one .inner-box .lower-content h3 a:hover{

  }

  .blog-details-content .news-block-one .inner-box .image-box .image img{
	opacity: 1 !important;
	transform: scale(1) !important;
  }

  .blog-details-content .news-block-one .inner-box .image-box .image:before{
	display: none;
  }

  .blog-details-content .news-block-one .inner-box .lower-content .text p{
	margin-bottom: 26px;
  }

  .blog-details-content .news-block-one .inner-box .lower-content .text blockquote{
	position: relative;
	display: block;
	background-color: #edfaf3;
	border-radius: 10px;
	padding: 40px 40px;
	margin: 42px 0px 43px 0px;
  }

  .blog-details-content .news-block-one .inner-box .lower-content .text blockquote h4{
	display: block;
	font-size: 20px;
	line-height: 34px;
	font-weight: 500;
	font-style: italic;
	margin: 0px;
  }

  .blog-details-content .post-tags .tags-list li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
  }

  .blog-details-content .post-tags .tags-list li:last-child{
	margin: 0px;
  }

  .blog-details-content .post-tags .tags-list li h5{
	font-size: 18px;
	line-height: 44px;
	font-weight: 500;
	margin-right: 20px;
  }

  .blog-details-content .post-tags .tags-list li a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #93959e;
	border: 1px solid #e5e7ec;
	border-radius: 5px;
	text-align: center;
	padding: 8px 17px;
  }

  .blog-details-content .post-tags .tags-list li a:hover{
	color: #ffffff;
  }

  .blog-details-content .news-block-one .inner-box .lower-content{
	padding-top: 36px;
	padding-bottom: 50px;
  }

  .blog-details-content .news-block-one .inner-box .lower-content .text{
	padding-bottom: 16px;
  }

  .blog-details-content .group-title{
	position: relative;
	display: block;
	margin-bottom: 34px;
  }

  .blog-details-content .group-title h4{
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
  }

  .blog-details-content .comments-area{
	position: relative;
	display: block;
	border-radius: 10px;
	overflow: hidden;
	background-color: #ffffff;
	padding: 33px 30px 30px 30px;
	box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
	margin-bottom: 30px;
  }

  .blog-details-content .comments-area .comment{
	position: relative;
	display: block;
	padding-left: 110px;
	margin-bottom: 32px;
  }

  .blog-details-content .comments-area .comment .comment-inner{
	padding-bottom: 23px;
	border-bottom: 1px solid #e5e7ec;
  }

  .blog-details-content .comments-area .comment:last-child .comment-inner{
	border-bottom: none;
  }

  .blog-details-content .comments-area .comment:last-child{
	margin-bottom: 0px;
  }

  .blog-details-content .comments-area .comment .thumb-box{
	position: absolute;
	left: 0px;
	top: -2px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
  }

  .blog-details-content .comments-area .comment .thumb-box img{
	width: 100%;
	border-radius: 50%;
  }

  .blog-details-content .comments-area .comment .comment-info h5{
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	margin-bottom: 1px;
  }

  .blog-details-content .comments-area .comment .comment-info span{
	position: relative;
	display: block;
	font-size: 15px;
	margin: 0px;
  }

  .blog-details-content .comments-area .comment .comment-info{
	position: relative;
	margin-bottom: 16px;
  }

  .blog-details-content .comments-area .comment .text p{
	margin-bottom: 16px;
  }

  .blog-details-content .comments-area .comment .text a{
	font-size: 16px;
	font-weight: 500;
	color: #93959e;
  }

  .blog-details-content .comments-area .comment .text a i{
	font-size: 14px;
	margin-right: 10px;
  }

  .blog-details-content .comments-area .comment .text a:hover{

  }

  .blog-details-content .comments-area .comment.replay-comment{
	margin-left: 70px;
  }

  .blog-details-content .comments-form-area{
	position: relative;
	display: block;
	border-radius: 10px;
	overflow: hidden;
	background-color: #ffffff;
	padding: 33px 30px 30px 30px;
	box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
  }

  .comment-form input,
  .comment-form textarea{
	border: none !important;
	border-bottom: 1px solid #e5e7ec !important;
	border-radius: 0px !important;
	padding: 10px 0px !important;
	font-size: 16px !important;
  }

  .comment-form .form-group.message-btn{
	padding-top: 15px;
  }

  .header-style-two .menu-area .mobile-nav-toggler .icon-bar{
	background-color: #ffffff;
  }

  .main-header.dark-header .menu-area .mobile-nav-toggler .icon-bar{
	background-color: #ffffff;
  }
  .fa-google {
	background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
  }
  .change {
	color: blue;
	background-color: #fff;
  }


  /** modify-css **/

  .advanced-search {
	position: absolute;
	right: 0px;
	top: 30px !important;
	width: 100%;
	display: inherit !important;
	left: auto !important;
	transform: scaleY(0) !important;
	transform-origin: top center;
	opacity: 0;
	visibility: hidden;
	margin: 0px;
	border: none;
	z-index: 999999;
	text-align: left;
	-webkit-overflow-scrolling: touch;
	transition: all 500ms ease;
  }

  .active .advanced-search{
	transform: scaleY(1) !important;
	opacity: 1;
	visibility: visible;
  }

  .banner-section .switch_btn_one{
	position: relative;
	display: block;
	text-align: right;
	margin-top: 14px;
  }

  .banner-section .switch_btn_one .nav-btn{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 26px;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
	padding-left: 25px;
	padding-right: 15px;
	background: transparent;
  }

  .banner-section .switch_btn_one .nav-btn i{
	position: absolute;
	right: 0px;
	top: 6px;
	transition: all 500ms ease;
  }

  .active.switch_btn_one .nav-btn i{
	transform: rotate(180deg);
  }

  .banner-section .switch_btn_one .nav-btn:before{
	position: absolute;
	content: "\f055";
	font-family: 'Font Awesome 5 Pro';
	left: 0px;
	top: 0px;
	font-size: 18px;
	font-weight: 400;
	transition: all 500ms ease;
  }

  .active.switch_btn_one .nav-btn:before{
	content: "\f056" !important;
  }

  .search-field-section .switch_btn_one .nav-btn:before{
	display: none;
  }

  .page-content .search-field-section .active  .switch_btn_one .nav-btn i.fa-angle-down{
	transition: all 500ms ease;
  }

  .page-content .switch_btn_one .nav-btn:before{
	position: absolute;
	display: inline-block;
	content: "\f055";
	font-family: 'Font Awesome 5 Pro';
	left: 0px;
	top: 0px;
	font-size: 16px;
	font-weight: 400;
	transition: all 500ms ease;
  }

  .page-content .active .switch_btn_one .nav-btn:before{
	content: "\f056";
  }

  .advanced-search .close-btn{
	position: absolute;
	top: 15px;
	right: 15px;
  }
  .font-11{
  font-size: 12px;
  }
  .advanced-search .close-btn a{
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 400;
	border: 1px solid #e5e7ec;
	color: #93959e;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	z-index: 1;
  }

  .search-field .top-search .search-btn button i{
	margin-right: 8px;
  }
  .bg-colr{
	background-color:#f2f3f5
	;
  }
  .toggle-button.active {
	background-color: #007bff;
	color: #fff;
  }
  :root {
	--switches-bg-color: goldenrod;
	--switches-label-color: white ;
	--switch-bg-color: white;
	--switch-text-color: goldenrod ;
  }



  /* container for all of the switch elements
	- adjust "width" to fit the content accordingly
  */
  .switches-container {
	width: 16rem;
	position: relative;
	display: flex;
	padding: 0;
	position: relative;
	background: #000;
	line-height: 3rem;
	border-radius: 3rem;
	margin-left: auto;
	margin-right: auto;
  }

  /* input (radio) for toggling. hidden - use labels for clicking on */
  .switches-container input {
	visibility: hidden;
	position: absolute;
	top: 0;
  }

  /* labels for the input (radio) boxes - something to click on */
  .switches-container label {
	width: 50%;
	padding: 0;
	margin: 0;
	text-align: center;
	cursor: pointer;
	color: white;
  }

  /* switch highlighters wrapper (sliding left / right)
	- need wrapper to enable the even margins around the highlight box
  */
  .switch-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	padding: 0.15rem;
	z-index: 3;
	transition: transform .5s cubic-bezier(.77, 0, .175, 1);
	/* transition: transform 1s; */
  }

  /* switch box highlighter */
  .switch {
	border-radius: 3rem;
	background: #A0A3A2;
	height: 100%;
  }

  /* switch box labels
	- default setup
	- toggle afterwards based on radio:checked status
  */
  .switch div {
	width: 100%;
	text-align: center;
	opacity: 0;
	display: block;
	color: white ;
	transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
	will-change: opacity;
	position: absolute;
	top: 0;
	left: 0;
  }

  /* slide the switch box from right to left */
  .switches-container input:nth-of-type(1):checked~.switch-wrapper {
	transform: translateX(0%);
  }

  /* slide the switch box from left to right */
  .switches-container input:nth-of-type(2):checked~.switch-wrapper {
	transform: translateX(100%);
  }

  /* toggle the switch box labels - first checkbox:checked - show first switch div */
  .switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
	opacity: 1;
  }

  /* toggle the switch box labels - second checkbox:checked - show second switch div */
  .switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
	opacity: 1;
  }
  @media only screen and (min-width: 1200px)
   {
	.design{
	  position: fixed !important;
	  bottom: 210px;
	  top: 170px;
	  height: 280px;
	  }
   }






    .footer-widget__about, .footer-widget__gallery {
      max-width: 40%;
    }
    .footer-widget__links, .footer-widget__options {
      max-width: 30%;
    }

    .cart-counter{
      position: absolute;
      top: 20px;
      background: red;
      border-radius: 18px;
      text-align: center;
      padding: 5px 8px;
      display: inline-block;
      font-size: 12px;
      line-height: 1;
       right: -15px;
    }

	/* side bar code */
	#filter-stickybar{
        display: none;
    }
.stickybar-bottom {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
}
.stickybar-bottom ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    flex: 1;
}
.stickybar-bottom li {
    display: contents;
    margin: 0;
}
.stickybar-bottom a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    height: 52px;
    width: 100%;
    cursor: pointer;
	text-align: center;
	text-wrap: nowrap;
}
#filter-by-btn .thm-btn1{
    background-color: var(--thm-primary) !important;
    border-color: var(--thm-primary);
}
.tour-sort-sidebar {
    /* display: none; */
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 80%;
    z-index: 111;
    padding: 30px;
    height: 100vh;
    overflow: auto;
    transition: transform 0.5s ease; /* Add a transition for the transform property */
    transform: translateX(100%); /* Start the sidebar off-screen to the right */

}
/* ... your existing styles ... */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity and color as needed */
    z-index: 110; /* Set a z-index higher than the sidebars */
    display: none;
}

.sidebar-visible {
    transform: translateX(0) !important;
}

.sidebar-visible .overlay {
    display: block;
}
.headerbg{
    border-top: 1px solid #ffffff30;
    background-color: #0b273f;
}

@media screen and (max-width: 991px) {
    #filter-stickybar{
		display: block;
    }
}
