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

html {
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html a {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-family: "Plus Jakarta Sans";
	font-size: 15px;
	color: #686868;
	overflow: hidden;
	line-height: 22px;
	overflow-x: hidden;
	background-color: transparent;
}

.bg-gray {
	background: #f2f3f3 !important;
}

.no-pb {
	padding-bottom: 0;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}

.ttu {
	text-transform: uppercase;
}

.ttl {
	text-transform: lowercase;
}

.ttn {
	text-transform: normal;
}

a {
	text-decoration: none !important;
	cursor: pointer;
}

a:link,
a:visited {
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
}

:active,
:hover,
:focus,
:visited {
	text-decoration: none;
	outline: none !important;
}

input,
button,
select,
textarea {
	font-family: "Plus Jakarta Sans";
}

.page-wrapper {
	width: 100%;
	height: auto;
	position: relative;
	background: #f8f8f8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	color: #353535;
}

.sep {
	position: relative;
	left: 0;
	right: 0;
	width: 30px;
	height: 1.5px;
	background: #353535;
	display: block;
	margin: 20px auto;
	text-align: center;
}

.sep:before {
	content: "";
	position: absolute;
	left: -10px;
	right: 0;
	bottom: 0;
	background: #353535;
	width: 50px;
	height: 1.5px;
	margin: 5px 0;
}

.sep:after {
	content: "";
	position: absolute;
	left: -10px;
	right: 0;
	top: 0;
	background: #686868;
	width: 50px;
	height: 1.5px;
	margin: 5px 0;
}

.sep-white {
	background: #fff;
}

.sep-white:before {
	background: #fff;
}

.sep-white:after {
	background: #fff;
}

.gap-small {
	width: 100%;
	height: 20px;
	clear: both;
}

.bg-gray {
	background: #f2f3f3 !important;
}

.no-pb {
	padding-bottom: 0 !important;
}

img {
	border: 0;
	outline: none;
}

.img-fullwidth {
	width: 100%;
}

.img-responsive {
	display: block;
	width: 100%;
	height: auto;
}

.bg-white {
	background: #fff !important;
}

.bg-black4 {
	background: #f1f1f1 !important;
}

.heading-normal {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	overflow: hidden;
}

.heading-normal h2 {
	font-family: "Raleway", serif;
	color: var(--primaryColor);
	padding-bottom: 10px;
	font-size: 26px;
	font-weight: 600;
}

.heading-normal p {
	color: #555555;
	font-size: 14px;
}

.border-shape {
	background: var(--primaryColor) none repeat scroll 0 0;
	display: block;
	height: 1px;
	left: 0;
	margin: 20px auto;
	position: relative;
	right: 0;
	text-align: center;
	width: 30px;
}

.border-shape::before {
	background: var(--primaryColor) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 1px;
	left: -10px;
	margin: 5px 0;
	position: absolute;
	right: 0;
	width: 50px;
}

.border-shape::after {
	background: var(--primaryColor) none repeat scroll 0 0;
	content: "";
	height: 1px;
	left: -10px;
	margin: 5px 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
}

/*
================================
Preloader
================================
*/

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 999999;
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	/* background: url('../images/preloader.png'); */
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

/*
================================
Top Bar
================================
*/

.top-bar {
	background: #e6e6e6;
	padding: 4px 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.top-bar .top-contact {
	float: left;
	line-height: 30px;
}

.top-bar .top-contact .list {
	float: left;
	color: #333;
	margin-right: 20px;
	position: relative;
	font-size: 14px;
}

.top-bar .top-contact .list:last-child:after {
	display: none;
}

.top-bar .top-contact .list a {
	color: #333;
}

.top-bar .top-contact .list i {
	margin-right: 5px;
}

.top-bar .top-social {
	float: right;
	margin-top: 1px;
}

.top-bar .top-social ul {
	float: right;
	margin-bottom: 0;
}

.top-bar .top-social ul li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
}

.top-bar .top-social ul li a {
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: #333;
	display: block;
	text-align: center;

	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	font-size: 14px;
}

.top-bar .top-social ul li a:hover {
	background: var(--primaryColor);
	border-color: var(--primaryColor);
	/*    background: var(--primaryColor) ;
	border-color: var(--primaryColor) ;*/
	color: #fff;
}

/*
================================
Header
================================
*/

header {
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 99999;
	position: relative;
}

header .logo {
	float: left;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

header .logo img,
.slicknav_menu_ct img {
	width: 100%;
	max-width: 120px;
	max-height: 120px;
	object-fit: contain;
	display: block;
	position: absolute;
	left: 5px;
	top: 30px;
	z-index: 80;
	height: auto;
	background: white;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 8px;
	transition: 0.5s;
}

header .nav-wrapper {
	float: right;
}

header .nav-wrapper ul {
	float: right;
}

/*
================================
Sticky Header
================================
*/

header.sticky {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	/* height: 60px; */
	z-index: 9999;
}

header.sticky .logo img {
	max-height: 120px;
	/* top: 0px; */
	/* border-bottom: 2px solid #eee; */
}

header.sticky .sf-menu .menu-description {
	display: none;
}

/*
================================
Dropdown Main Menu
================================
*/

.sf-menu {
	margin-bottom: 0;
}

.sf-menu ul {
	box-shadow: none;
	border-top: 0;
}

.sf-menu a {
	padding-top: 0;
	padding-bottom: 0;
	font-weight: normal;
}

.sf-menu li {
	text-transform: none;
	background: none;
}

.sf-menu li li {
	min-width: 165px;
	height: auto;
	line-height: 30px;
	background: var(--primaryColor);
	color: #fff;
	margin-right: 0;
	border-bottom: 1px solid #f2f3f3;
	-webkit-transition: height 200ms ease-in;
	-moz-transition: height 200ms ease-in;
	-o-transition: height 200ms ease-in;
	transition: height 200ms ease-in;
}

.sf-menu li li:last-child {
	border-bottom: 0;
}

.sf-menu li li:hover {
	/* background: #f2f3f3; */
}

.sf-menu li li:hover > ul {
	/* -moz-animation: slideInRight 0.3s ease; */
	/* -webkit-animation: slideInRight 0.3s ease; */
	/* animation: slideInRight 0.3s ease; */
}

.sf-menu li li:hover a {
	/* padding-left: 25px; */
	/* font-weight: normal; */
}

.sf-menu li li:hover li a {
	/* padding-left: 15px; */
}

.sf-menu li li a {
	font-weight: bold !important;
	font-size: 14px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 0;
	padding-left: 15px;
	line-height: 50px;
}

.sf-menu li li li {
	background: var(--primaryColor);
	border-left: 1px solid #f2f3f3;
	margin-left: -1px;
}

.sf-menu li li li a {
	color: #555555;
}

.sf-menu li li li a:hover {
	color: #555555;
	padding-left: 25px;
}

.sf-menu li a {
	font-family: "Plus Jakarta Sans";
	text-transform: uppercase;
	color: #fff;
	border: 0;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
}

.sf-menu li a:hover {
	/* background-color: #f9f9f9; */
}

.sf-menu li:hover {
	/* background-color: #ececec; */
}

.sf-menu li:hover > ul {
	display: block;
	/* -moz-animation: zoomOut 0.1s ease; */
	/* -webkit-animation: zoomOut 0.1s ease; */
	/* animation: zoomOut 0.1s ease; */
	/* border: 1px solid #dbdce1; */
	/* border-radius: 0px; */
}

/* .sf-menu li:hover > ul.submenu::after {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	border-left: 1px solid #d6d7dd;
	border-right: 1px solid transparent;
	border-bottom: 1px solid #d6d7dd;
	top: 13px;
	left: 35%;
	-ms-transform: rotate(134deg) translateY(200%);
	transform: rotate(134deg) translateY(200%);
	background-color: #fff;
} */

.sf-menu li:hover a {
	color: var(--primaryColor);
}

.sf-menu li:hover li a {
	color: #000;
}

.sf-menu li:hover li:hover {
	color: #fff;
}

.sf-menu li.sfHover {
	background: none;
	font-weight: bold;
}

.sf-menu > li > a {
	font-family: "Plus Jakarta Sans";
	font-weight: 400;
	font-size: 14px;
	color: #9a9a9a;
}

.sf-menu li:hover li a {
	background: #fff;
	color: #000;
	padding-right: 15px;
}

.sf-menu li:hover li:hover a {
	background: #fff;
	color: var(--primaryColor);
}

.sf-menu li:hover li:hover li a {
	background: var(--primaryColor);
	color: #fff;
}

.sf-menu li:hover li:hover li:hover a {
	background: #fff;
	color: var(--primaryColor);
}

/*
================================
Slicknav and Responsive
================================
*/

@media screen and (max-width: 991px) {
	#menu {
		display: none;
	}

	/* header.sticky .logo {
		z-index: 99999;
	} */

	/* body.sticky .slicknav_menu .slicknav_btn {
		z-index: 99999;
		position: fixed;
		right: 5px;
	} */

	/* body.sticky .slicknav_menu .slicknav_nav {
		z-index: 9999;
		position: fixed;
		right: 0px;
		width: 100%;
		top: 0;
		padding-top: 75px;
		background: #fff;
		overflow: auto;
		height: 100vh;
	} */

	body.sticky header {
		margin-top: 54px;
	}

	body.sticky .slide-carousel {
		margin-top: 124px;
	}

	.slide-carousel .item .text {
		padding-top: 25% !important;
	}

	.featured-box .item {
		margin-bottom: 25px;
	}
}

@media screen and (min-width: 992px) {
	#menu {
		display: block;
	}
}

.slicknav_menu .slicknav_menutxt {
	text-indent: -9999px;
}

.slicknav_menu .slicknav_icon {
	margin-left: 0;
}

@media screen and (max-width: 599px) {
	.top-bar {
		text-align: center;
	}

	.top-bar .top-contact {
		float: none;
		width: 100%;
		display: inline-block;
	}

	.top-bar .top-contact .list {
		width: 100%;
		float: none;
	}

	.top-bar .top-social {
		float: none;
		width: 100%;
		display: inline-block;
	}

	.top-bar .top-social ul {
		float: none;
		width: 100%;
		text-align: center;
	}

	.top-bar .top-social ul li {
		float: none;
		display: inline-block;
		margin-left: 0;
		margin-right: 0;
	}
}

/*
================================
Slider
================================
*/

.single-slide {
	width: 100%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	text-align: center;
	position: relative;
}

.single-slide::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
}

.single-slide .text .hero-heading {
	text-align: center;
	z-index: 99;
	width: 100%;
	position: relative;
	color: white;
}

.single-slide h1 {
	font-family: "Raleway", serif;
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	text-shadow: 3px 2px black;
	display: inline-block;
}

.single-slide hero-heading-description {
	font-family: "Plus Jakarta Sans";
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	line-height: 1.2;
}

.single-slide p {
	font-family: "Plus Jakarta Sans";
	font-size: 18px;
	color: #fff;
}

.home-button {
	background: rgba(255, 255, 255, 1);
	color: var(--primaryColor);
	font-weight: bold;
	border-radius: 60px;
	padding-block: 10px;
	padding-inline: 24px 50px;
	max-width: 360px;
	position: relative;
	text-align: center;
	transition: 0.5s;
	display: inline-block;
	min-width: 200px;
	cursor: pointer;
}

.home-button.--trans {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.home-button i {
	background-color: var(--primaryColor);
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	width: 30px;
	color: rgba(255, 255, 255, 1);
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.5s;
}

.home-button i svg path {
	transition: 0.5s;
	fill: #fff;
}

.home-button.--trans i {
	background-color: #fff;
}

.home-button.--trans i svg path {
	transition: 0.5s;
	fill: var(--primaryColor);
}

.home-button:hover {
	background-color: var(--primaryColor);
	color: #fff;
}

.home-button.--trans:hover {
	background-color: var(--primaryColor);
	color: #fff;
	border-color: var(--primaryColor);
}

.home-button:hover i {
	background-color: #fff;
	color: var(--primaryColor);
}

.home-button:hover i svg path {
	fill: var(--primaryColor);
}

.single-slide p a:hover {
	border: 2px solid #fff;
	background: var(--primaryColor);
	color: #fff;
}

.single-slide p a:hover i {
	background-color: #fff;
	color: var(--primaryColor);
}

.single-slide:hover p {
	background: transparent;
}

.slide-carousel {
	overflow: hidden;
	position: relative;
	margin-bottom: -10px;
	position: relative;
}

.slide-carousel .overlay {
	background: #000 none repeat scroll 0 0;
	height: 100%;
	left: 0;
	opacity: 0.3;
	position: absolute;
	top: 0;
	width: 100%;
}

.slide-carousel .item {
	height: 580px;
	background: #4bcaff;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.slide-carousel .item .photo {
	width: 100%;
	height: 100%;
}

.slide-carousel .item .text {
	padding-top: 15%;
	text-align: center;
	position: relative;
	z-index: 99;
}

.slide-carousel .item .text h2 {
	font-family: "Raleway", serif;
	text-transform: none;
	font-weight: bold;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	text-transform: uppercase;
}

.slide-carousel .item .text h3 {
	font-family: "Raleway", serif;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	line-height: 32px;
	text-transform: none;
}

.slide-carousel .item .text p {
	font-family: "Plus Jakarta Sans";
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.slide-carousel .item h2 {
	font-family: "Raleway", serif;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0px;
	display: inline-block;
	padding: 10px 20px;
}

.slide-carousel .item h3 {
	font-family: "Raleway", serif;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	margin-bottom: 10px;
	display: inline-block;
	padding: 10px 20px;
}

.slide-carousel .item p {
	font-family: "Raleway", serif;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	margin-top: 20px;
	text-transform: uppercase;
}

.slide-carousel .item p a {
	border: 2px solid var(--primaryColor);
	padding: 10px 20px;
	background: var(--primaryColor);
	color: #fff;
}

.slide-carousel .item p a:hover {
	background: transparent;
	color: #fff;
	border-color: #fff;
}

.slide-carousel .item p a:hover p {
	background: transparent;
}

.slide-carousel .owl-prev {
	display: block;
	position: absolute;
	top: 44%;
	left: 0;
}

.slide-carousel .owl-next {
	display: block;
	position: absolute;
	top: 44%;
	right: 0;
}

.slide-carousel .owl-nav [class*="owl-"] {
	font-size: 20px;
	font-weight: bold;
	width: 40px;
	height: 40px;
	line-height: 40px;

	padding: 0;
	text-align: center;
	background: var(--primaryColor);
	color: #f2f3f3;
}

.slide-carousel .owl-nav [class*="owl-"]:hover {
	background: #fff;
	color: #555;
}

.page-hero .text-page {
	padding-top: 0;
	position: relative;
}

.page-hero .text-page hero-heading {
	width: 100%;
	height: 200px;
	display: table;
	text-align: center;
}

.page-hero .text-page hero-heading-description {
	display: table-cell;
	vertical-align: middle;
	font-size: 30px;
}

.menu-arrow i {
	color: #000;
	font-size: 14px;
	position: absolute;
	right: 6px;
	top: 44%;
}

/*
================================
About
================================
*/

.about {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.about img {
	width: 100%;
	height: auto;
}

.about h2 {
	font-family: "Plus Jakarta Sans";
	font-size: 20px;
	font-weight: 600;
	color: var(--primaryColor);
	position: relative;
}

.about h3 {
	font-family: "Raleway", serif;
	font-size: 34px;
	font-weight: 600;
	color: #adadad;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

.about p {
	font-family: "Plus Jakarta Sans";
	color: #555555;
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 14px;
}

.about label {
	font-size: 14px;
}

.about .bar-container {
	position: relative;
	font-size: 14px;
}

.about .bar-container p {
	font-weight: 600;
}

.about .bar-container .progress {
	margin-top: -18px;
	height: 10px;
}

.about .bar-container .progress .progress-bar-custom {
	background-color: var(--primaryColor);
}

.about .bar-container .percentage-show {
	font-weight: bold;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 9999;
}

.progress-bar {
	transition-duration: 3s;
}

/*
================================
Parallex
================================
*/

.parallex {
	background-image: url(slide1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
	position: relative;
}

.parallex .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #424242;
	opacity: 0.8;
}

.parallex h2 {
	font-family: "Raleway", serif;
	font-size: 34px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
}

.parallex h3 {
	font-family: "Plus Jakarta Sans";
	display: inline-block;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	padding: 5px 0 0;
}

.parallex p {
	color: #fff;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 16px;
}

.parallex p.button {
	margin-top: 40px;
}

.parallex p.button a {
	font-family: "Raleway", serif;
	text-transform: uppercase;
	background: transparent;
	border: 2px solid #fff;
	padding: 10px 20px;
	color: #fff;
	font-size: 20px;
}

.parallex p.button a:hover {
	background: #fff;
	color: #555555;
}

/*
================================
Work
================================
*/

.work {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0;
	text-align: center;
	background: #fff;
	position: relative;
}

.work .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #555555;
	opacity: 0.7;
}

.work h2 {
	font-family: "Raleway", serif;
	font-size: 32px;
	font-weight: 700;
	color: #adadad;
	position: relative;
	text-transform: uppercase;
}

.work h3 {
	font-family: "Plus Jakarta Sans";
	font-size: 16px;
	font-weight: 500;
	color: #adadad;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.work .work-grid-item {
	overflow: hidden;
	margin-bottom: 50px;
}

.work .item {
	width: 100%;
}

.work .item .inner {
	position: relative;
	margin-bottom: 30px;
}

.work .item .inner .photo {
	overflow: hidden;
	position: relative;
}

.inner .photo::before {
	position: absolute;
	background: #555;
	width: 100%;
	height: 100%;
	left: -100%;
	content: "";
	z-index: 1;
	opacity: 0.3;
	visibility: hidden;
	transition: all 0.7s ease 0s;
}

.work .item .inner:hover.inner .photo::before {
	visibility: visible;
	transition: all 0.4s ease 0s;
	left: 0;
}

.photo img {
	width: 100%;
	height: auto;
	transform: scale(1.2);
	transition: all 0.7s ease 0s;
}

.work .item .inner:hover .photo img {
	transform: scale(1);
}

.work .item .desc h3 {
	background: var(--primaryColor);
	color: #fff;
	margin-top: 0;
}

.work .item .desc h3 a {
	color: #fff;
	display: block;
	padding: 10px 0;
}

/*
================================
Team
================================
*/

.team {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.team .heading {
	margin-bottom: 20px;
	text-align: center;
}

.team .heading h2 {
	font-family: "Raleway", serif;
	font-size: 32px;
	font-weight: 700;
	color: #adadad;
	position: relative;
	text-transform: uppercase;
}

.team .heading h3 {
	font-family: "Plus Jakarta Sans";
	font-size: 16px;
	font-weight: 500;
	color: #adadad;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.team .heading p {
	font-size: 16px;
	text-align: center;
	color: #353535;
}

.team .team-inner {
	position: relative;
}

.team .inner {
	margin-bottom: 20px;
}

.thumb {
	position: relative;
	overflow: hidden;
}

.thumb::before {
	background: var(--primaryColor);
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 9;
	opacity: 0.3;
	visibility: hidden;
	transition: all 0.7s ease 0s;
	top: 0;
}

.team .inner:hover.thumb::before {
	visibility: visible;
	transition: all 0.7s ease 0s;
	top: 0;
}

.inner .thumb img {
	width: 100%;
}

.team .inner .thumb .overlay {
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scale(0.2);
	-ms-transform: scale(0.2);
	-o-transform: scale(0.2);
	transform: scale(0.2);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	background: rgba(255, 255, 255, 0.8);
}

.team .inner .social-icons {
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	bottom: -80%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: var(--primaryColor);
}

.team .inner .social-icons ul {
	text-align: center;
	padding-left: 10px;
}

.team .inner .social-icons ul li {
	list-style-type: none;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 12px;
}

.team .inner .social-icons ul li a {
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	display: block;
	text-align: center;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	font-size: 16px;
}

.team .inner .social-icons ul li a:hover {
	color: #555555;
}

.team .inner:hover .thumb img {
	width: 100%;
}

.team .inner:hover .social-icons {
	height: 50px;
	top: 70%;
	position: absolute;
	filter: alpha(opacity=1);
}

.team .text {
	padding: 15px 0;
	text-align: left;
}

.team .text h3 {
	color: #353535;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 10px;
}

.team .text li {
	list-style: outside none none;
}

.team .text li i {
	margin-right: 10px;
}

.team .text h3 a {
	color: #424242;
}

.team .text h3 a:hover {
	color: var(--primaryColor);
}

.team .text h4 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 15px;
}

/*
================================
Team Detail
================================
*/

.team-detail-1 {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #f2f3f3;
}

.team-detail-1 .header {
	background: var(--primaryColor);
	padding: 15px;
}

.team-detail-1 .header .left img {
	width: 100%;
}

.team-detail-1 .header .right h2 {
	font-family: "Raleway", serif;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

.team-detail-1 .header .right h3 {
	font-family: "Plus Jakarta Sans";
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #fff;
}

.team-detail-1 .header .right h4 {
	font-family: "Plus Jakarta Sans";
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	text-transform: uppercase;
	color: #fff;
}

.team-detail-1 .header .right p {
	font-size: 14px;
	color: #f2f3f3;
}

.team-detail-1 .header .right .social {
	border-top: 1px dashed #f2f3f3;
	border-bottom: 1px dashed #f2f3f3;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}

.team-detail-1 .header .right .social ul li {
	list-style-type: none;
	float: left;
	margin-right: 6px;
}

.team-detail-1 .header .right .social ul li a i {
	width: 30px;
	height: 30px;
	line-height: 30px;

	text-align: center;
	background: #fff;
	color: var(--primaryColor);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.team-detail-1 .header .right .social ul li a i:hover {
	background: #555555;
	color: #fff;
}

.team-detail-1 .header .right .contact-area {
	padding-top: 10px;
	border-bottom: 1px dashed #f2f3f3;
}

.team-detail-1 .header .right .contact-area ul li {
	list-style-type: none;
	margin-right: 6px;
	font-size: 14px;
	margin-bottom: 5px;
	color: #fff;
}

.team-detail-1 .header .right .contact-area ul li i {
	font-size: 14px;
	color: #fff;
	padding-right: 6px;
}

.team-detail-1 .text h2 {
	font-family: "Raleway", serif;
	font-weight: 600;
	margin-top: 40px;
	font-size: 24px;
	margin-bottom: 15px;
}

.team-detail-1 .text p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
}

.team-detail-2 {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #fff;
}

.team-detail-2 .bar {
	width: 60px;
	height: 8px;
	background: #c3c3c3;
	margin-bottom: 30px;
	display: inline-block;
}

.team-detail-2 h2 {
	font-family: "Raleway", serif;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 20px;
}

.team-detail-2 .education {
	display: table;
}

.team-detail-2 .education .edu-row {
	display: table-row;
}

.team-detail-2 .education .edu-row .year {
	font-family: "Plus Jakarta Sans";
	display: table-cell;
	vertical-align: middle;
	font-size: 38px;
	color: #fff;
	background: var(--primaryColor);
	display: inline-block;
	padding: 15px 10px;
}

.team-detail-2 .education .edu-row .degree {
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
	padding-bottom: 10px;
}

.team-detail-2 .education .edu-row .degree h3 {
	font-family: "Plus Jakarta Sans";
	font-weight: 600;
	font-size: 18px;
}

.team-detail-2 .education .edu-row .degree p {
	font-size: 14px;
	line-height: 18px;
}

.team-detail-2 .bar-container {
	position: relative;
	font-size: 14px;
}

.team-detail-2 .bar-container p {
	font-weight: 600;
}

.team-detail-2 .bar-container .progress {
	height: 10px;
}

.team-detail-2 .bar-container .progress .progress-bar-custom {
	background-color: var(--primaryColor);
}

.team-detail-2 .bar-container .percentage-show {
	font-weight: bold;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 9999;
}

/*
================================
News
================================
*/

.news {
	background: #f2f3f3;
	padding-top: 50px;
	padding-bottom: 50px;
}

.news .heading {
	margin-bottom: 20px;
	text-align: center;
}

.news .heading h2 {
	font-family: "Raleway", serif;
	font-size: 32px;
	font-weight: 700;
	color: #adadad;
	position: relative;
	text-transform: uppercase;
}

.news .heading h3 {
	font-family: "Plus Jakarta Sans";
	font-size: 16px;
	font-weight: 500;
	color: #adadad;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.news .heading p {
	font-size: 16px;
	text-align: center;
	color: #353535;
}

.news .thumbnail {
	padding: 10px;
	border-radius: 5px;
	position: relative;
	border: 1px solid #dadada;
	min-height: 450px;
}

.news .thumbnail .photo {
	position: relative;
}

.thumbnail .photo {
	overflow: hidden;
}

.thumbnail .photo img {
	width: 100%;
	transform: scale(1);
	transition: all 0.7s ease 0s;
}

.news .thumbnail:hover.thumbnail .photo img {
	transform: scale(1.2);
}

.news .thumbnail .photo img .news .thumbnail .date {
	font-family: "Plus Jakarta Sans";
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(70, 70, 70, 0.8);
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 0;
}

.news .thumbnail .post-date .inner {
	padding-top: 15px;
	margin-bottom: 10px;
	font-weight: 600;
}

.news .thumbnail:hover .date {
	opacity: 1;
	height: 50px;
}

.news .thumbnail .caption {
	padding: 15px;
}

.news .thumbnail .caption h3 {
	font-family: "Raleway", serif;
	color: var(--primaryColor);
	font-weight: 600;
	font-size: 20px;
}

.news .thumbnail .caption h4 {
	font-family: "Plus Jakarta Sans";
	color: #868686;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 15px;
}

.news .thumbnail .caption p {
	font-size: 14px;
	line-height: 22px;
}

.news .thumbnail .caption p a {
	background: var(--primaryColor) none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	padding: 10px 25px;
	text-transform: uppercase;
	border-color: var(--primaryColor);
	border-radius: 5px;
}

.news .thumbnail .caption p a:hover {
	font-weight: bold;
	background: #555555;
	border-color: #555555;
}

/*
================================
Gallery
================================
*/

.gallery {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	background: #fff;
	position: relative;
}

.gallery .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #555555;
	opacity: 0.7;
}

.gallery h2 {
	font-family: "Raleway", serif;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--primaryColor);
	text-align: center;
}

.gallery h3 {
	font-family: "Raleway", serif;
	display: inline-block;
	font-size: 24px;
	border-top: 1px dotted #f2f3f3;
	border-bottom: 1px dotted #f2f3f3;
	color: #f2f3f3;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.gallery .menu-grid h2 {
	margin-bottom: 20px;
}

.gallery .menu-grid h3 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.gallery .menu-grid-item {
	overflow: hidden;
	margin-bottom: 50px;
}

.gallery .item {
	margin-bottom: 30px;
	width: 100%;
}

.gallery .item .inner {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}

.gallery .item .inner:hover .desc {
	top: 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.gallery .item .photo img {
	width: 100%;
}

.gallery .item .desc {
	position: absolute;
	top: -15%;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: var(--primaryColor);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.gallery .item .desc h4 {
	color: #f2f3f3;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	padding: 0 20px;
	margin-top: 29%;
}

.gallery .nav-tabs {
	border-bottom: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.gallery .nav-tabs > li {
	margin-right: 10px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.gallery .nav-tabs > li > a {
	font-family: "Raleway", serif;
	font-size: 18px;
	background: transparent;
	color: #fff;
	border: 0;
	border: 1px solid #fff;
	border-radius: 0;
	padding: 6px 10px;
}

.gallery .nav-tabs > li > a:hover {
	color: #555555;
	border-color: var(--primaryColor);
	background: var(--primaryColor);
}

.gallery .nav-tabs > li.active > a,
.gallery .nav-tabs > li.active > a:focus,
.gallery .nav-tabs > li.active > a:hover {
	background: var(--primaryColor);
	color: #555555;
	border: 0;
	border: 1px solid #555555;
	border-radius: 0;
}

.gallery a.gallery-photo i {
	color: #fff;
	font-size: 30px;
}

/*
================================
Service
================================
*/

.service {
	background: #f2f3f3;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.service h2 {
	font-family: "Raleway", serif;
	font-size: 32px;
	font-weight: 700;
	color: #adadad;
	position: relative;
	text-transform: uppercase;
}

.service h3 {
	font-family: "Plus Jakarta Sans";
	font-size: 16px;
	font-weight: 500;
	color: #adadad;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.service .room-details h2 {
	text-transform: capitalize;
}

/*
================================
Counter
================================
*/

.counter-v1 {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	background-image: url(slide2-1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.counter-v1 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #353535;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.counter-v1 .container {
	position: relative;
	z-index: 9999;
}

.counter-v1 .counter-text {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin: auto;
	width: 187px;
	height: 187px;
	font-size: 24px;
	color: #fff;
	line-height: 38px;
	text-align: center;
	background: rgba(220, 32, 61, 0.7);
}

.counter-v1 .counter-text p:first-child {
	padding-top: 60px;
	margin-bottom: 0px;
}

.counter-v1 .counter-text span {
	color: #fff;
	font-size: 16px;
}

.counter-v1 .counter-text span.counter {
	color: #fff;
	font-size: 50px;
}

/*
================================
Scroll to Top
================================
*/

.scrollup {
	position: fixed;
	z-index: 1;
	bottom: 55px;
	right: 20px;
	display: none;
}

.scrollup i {
	width: 40px;
	height: 40px;
	line-height: 30px;
	background: var(--primaryColor);
	color: #fff;
	border: 4px solid var(--primaryColor);
	text-align: center;
	font-size: 26px;
	opacity: 0.5;
	border-radius: 5px;
	filter: alpha(opacity=50);
}

.scrollup i:hover {
	opacity: 1;
	filter: alpha(opacity=1);
}

.contact-social {
	right: 12px !important;
	
}

@media (max-width: 992px) {
	.contact-social {
		bottom: 80px !important;
	}
}

/*
================================
Testimonial
================================
*/

.testimonial-v1 {
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
	position: relative;
	background-image: url(slide1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.testimonial-v1 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #424242;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.testimonial-v1 .container {
	position: relative;
	z-index: 9999;
}

.testimonial-v1 .testimonial-carousel {
	margin-top: 0px;
	text-align: center;
	position: relative;
	width: 70%;
	margin: 0 auto;
}

.testimonial-v1 .content .comment {
	color: #fff;
	padding: 15px 50px;
	position: relative;
}

.testimonial-v1 .content .comment p {
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}

.testimonial-v1 .author {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.testimonial-v1 .photo {
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
}

.testimonial-v1 .photo img {
	width: 80px;
	height: 80px;
	float: right;
	margin-right: 25px;
}

.testimonial-v1 .text {
	display: inline-block;
	vertical-align: top;
}

.testimonial-v1 .text h3 {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	text-align: left;
	margin-top: 10px;
}

.testimonial-v1 .text h4 {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	margin-bottom: 30px;
}

.testimonial-v1 .owl-nav {
	margin-top: 20px;
}

.testimonial-v1 .owl-nav i {
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 20px;
	text-align: center;
}

.testimonial-v1 .owl-nav .owl-prev,
.testimonial-v1 .owl-nav .owl-next {
	color: #fff;
	position: absolute;
	background: none;
	top: 42%;
}

.testimonial-v1 .owl-nav .owl-prev i,
.testimonial-v1 .owl-nav .owl-next i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: var(--primaryColor);
	font-size: 23px;
	font-weight: bold;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color: #fff;
}

.testimonial-v1 .owl-nav .owl-prev i:hover,
.testimonial-v1 .owl-nav .owl-next i:hover {
	background: #555555;
}

.owl-theme .owl-nav [class*="owl-"] {
	padding: 0px 0px;
}

.testimonial-v1 .owl-nav .owl-prev {
	left: -80px;
}

.testimonial-v1 .owl-nav .owl-prev:hover {
	background: none;
}

.testimonial-v1 .owl-nav .owl-next {
	right: -80px;
}

.testimonial-v1 .owl-nav .owl-next:hover {
	background: none;
}

/*
================================
Contact
================================
*/

.contact {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.contact .item {
	margin-bottom: 20px;
	/* margin-top: 27px; */
	overflow: hidden;
	/*background: var(--primaryColor);*/
	/* padding: 15px; */
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	/* border: 1px dashed var(--primaryColor); */
}

.contact .icon {
	float: left;
	margin-right: 12px;
	margin-top: 6px;
	color: #333;
	font-size: 20px;
}

.contact .text {
	float: left;
	color: #333;
}

.contact .text h3 {
	color: #353535;
	font-family: "Raleway", serif;
	font-size: 24px;
	font-weight: 600;
	margin-top: 5px;
}

.contact .text p {
	font-family: "Plus Jakarta Sans";
	color: #555555;
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 14px;
}
.contact .text p a {
	color: #353535;
}
.contact .text ul li {
	font-family: "Plus Jakarta Sans";
	color: #555555;
	font-weight: 500;
	font-size: 14px;
	list-style: none;
}
.contact .text ul li a {
	color: #555555;
}
.contact .cform-1 .btn-success {
	font-family: "Raleway", serif;
	background-color: var(--primaryColor);
	border-width: 2px;
	border-color: #dadada;
	color: #fff;
	font-size: 18px;
	padding: 10px 20px;
	border-radius: 60px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.contact .cform-1 .btn-success:hover {
	background: #555;
	color: #fff;
	border: 2px solid #555;
}

.contact .cform-1 .form-control {
	border-radius: 0;
	box-shadow: none;
}

.contact .cform-1 input[type="text"],
.contact .cform-1 input[type="email"],
.contact .cform-1 textarea {
	background: transparent;
	border-width: 2px;
	color: #555555;
}

.contact .cform-1 input[type="text"]:focus,
.contact .cform-1 input[type="email"]:focus,
.contact .cform-1 textarea:focus {
	border-color: var(--primaryColor);
}

.contact .cform-1 input[type="text"],
.contact .cform-1 input[type="email"] {
	height: 40px;
}

/*
================================
404 Error
================================
*/

.error-page {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

.error-page .title .inner {
	font-family: "Raleway", serif;
	width: 200px;
	height: 200px;
	background: var(--primaryColor);
	color: #fff;
	border: 5px solid var(--primaryColor);
	text-align: center;
	margin: 0 auto;
	text-transform: uppercase;
}

.error-page .title .inner span:first-child {
	display: block;
	margin: 0;
	line-height: 60px;
	margin-top: 40px;
	font-size: 66px;
}

.error-page .title .inner span:last-child {
	display: block;
	margin: 0;
	line-height: 60px;
	font-size: 30px;
}

.error-page .content {
	margin-top: 40px;
	text-align: center;
}

.error-page .content h2 {
	font-family: "Raleway", serif;
	color: var(--primaryColor);
	font-size: 24px;
}

.error-page .content p {
	font-size: 16px;
	color: #555555;
}

.error-page .content .button {
	margin-top: 40px;
}

.error-page .content .button a {
	font-family: "Raleway", serif;
	font-size: 18px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border: 2px solid var(--primaryColor);
	color: var(--primaryColor);
	font-weight: 600;
	text-transform: uppercase;
	padding: 12px 16px;
}

.error-page .content .button a:hover {
	background: var(--primaryColor);
	color: #fff;
}

/*
================================
page-content
================================
*/

.page-content .image-holder {
	position: relative;
}

.page-content .image-holder .date {
	position: absolute;
	left: 10px;
	bottom: 10px;
	font-size: 14px;
	font-weight: 600;
	z-index: 999;
}

.page-content .image-holder .day {
	width: 60px;
	height: 40px;
	line-height: 40px;
	background: var(--primaryColor);
	color: #555555;
	text-align: center;
	position: relative;
	font-size: 16px;
}

.page-content .image-holder .day:before {
	position: absolute;
	top: 22px;
	left: 24px;
	color: var(--primaryColor);
	font-family: "FontAwesome";
	content: "\f0d7";
	font-size: 24px;
}

.page-content .image-holder .month {
	width: 60px;
	height: 40px;
	line-height: 40px;
	background: #555555;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
}

.page-content h1 {
	font-size: 24px;
	color: var(--primaryColor);
	font-weight: bold;
}

.page-content h2 {
	font-size: 20px;
	color: var(--primaryColor);
	font-weight: bold;
}

.page-content h3 {
	font-family: "Raleway", serif;
	text-align: left;
	color: var(--primaryColor);
	font-weight: 600;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 10px;
}

.page-content h3 a {
	color: var(--primaryColor);
}

.page-content h3 a:hover {
	color: #555555;
}

.page-content h4 {
	font-size: 16px;
	color: var(--primaryColor);
	font-weight: bold;
}

.page-content h5 {
	font-size: 14px;
	color: var(--primaryColor);
	font-weight: bold;
}

.page-content h6 {
	font-size: 12px;
	color: var(--primaryColor);
	font-weight: bold;
}

.page-content p {
	margin-bottom: 15px;
	font-size: 14px;
	color: #555555;
}

.page-content .text {
	padding: 20px 0;
}

.page-content .text ul.status {
	overflow: hidden;
	margin-bottom: 15px;
}

.page-content .text ul.status li {
	text-align: left;
	margin-bottom: 15px;
	color: var(--primaryColor);
	font-size: 13px;
	float: left;
	list-style-type: none;
	margin-right: 15px;
	line-height: 18px;
	margin-bottom: 5px;
	padding-left: 0;
}

.page-content .text ul.status li a {
	color: var(--primaryColor);
}

.page-content .text ul.status li i {
	margin-right: 8px;
}

.page-content .text ul.status li:before {
	content: "";
}

.page-content ul li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 10px;
	list-style-type: none;
}

/* .page-content ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'FontAwesome';
	content: '\f044';
	color: #353535;
} */

.page-content p.button {
	margin-top: 30px;
	display: block;
}

.page-content p.button a {
	font-family: "Raleway", serif;
	background: var(--primaryColor);
	border: 2px solid var(--primaryColor);
	color: #fff;
	font-size: 14px;
	padding: 8px 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.page-content p.button a:hover {
	background: #555555;
	color: #fff;
	border-color: #555555;
}

.page-content .pagination {
	margin-top: 20px;
}

.page-content .pagination ul {
	width: 100%;
	height: auto;
	text-align: center;
}

.page-content .pagination ul li {
	display: inline-block;
	color: #555555;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-right: 10px;
	padding-left: 0;
}

.page-content .pagination ul li:before {
	content: "";
}

.page-content .pagination ul li a {
	background: var(--primaryColor);
	color: #fff;
	display: block;
	font-size: 16px;
	border: 1px solid var(--primaryColor);
}

.page-content .pagination ul li a i {
	margin-right: 0;
}

.page-content .pagination ul li a:hover {
	background: #555555;
	border: 1px solid #555555;
	color: #fff;
}

.page-content .pagination ul li a.active {
	background: #555555;
	border: 1px solid #555555;
	color: #fff;
}

.page-content .gallery-carousel {
	position: relative;
	z-index: 999;
}

.page-content .owl-controls {
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 999;
}

.page-content .owl-controls .owl-prev,
.page-content .owl-controls .owl-next {
	background: #353535;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-left: 13px;
	padding-right: 13px;
}

.page-content .owl-controls .owl-prev i,
.page-content .owl-controls .owl-next i {
	font-size: 16px;
}

.page-content .owl-controls .owl-prev:hover,
.page-content .owl-controls .owl-next:hover {
	background: var(--primaryColor);
}

.page-content .video {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

.page-content .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-content .audio {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

/*
================================
mobile on-page menu
================================
*/
.on-page-menu {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

.on-page-menu h4 {
	font-family: "Raleway", serif;
	color: var(--primaryColor);
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 6px;
	margin-bottom: 15px;
}

.on-page-menu ul li {
	display: inline-block;
	color: #555555;
	position: relative;
	margin-bottom: 10px;
}

.sidon-page-menuebar ul li:before {
	content: "\f105";
	font-family: "FontAwesome";
	color: #555555;
	font-weight: 600;
}

.on-page-menu ul li a {
	color: #555555;
	font-size: 14px;
}

.on-page-menu ul li a:hover {
	color: var(--primaryColor);
}

/*
================================
Sidebar
================================
*/

.sidebar {
	width: 100%;
}

.sidebar .widget {
	overflow: hidden;
	margin-bottom: 30px;
}

.sidebar .widget h4 {
	font-family: "Raleway", serif;
	color: var(--primaryColor);
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 6px;
	margin-bottom: 15px;
}

.sidebar .widget ul li {
	display: inline-block;
	color: #555555;
	position: relative;
	margin-bottom: 10px;
}

.sidebar .widget ul li:before {
	content: "\f105";
	font-family: "FontAwesome";
	color: #555555;
	font-weight: 600;
}

.sidebar .widget ul li a {
	color: #555555;
	font-size: 14px;
}

.sidebar .widget ul li a:hover {
	color: var(--primaryColor);
}

.sidebar .widget ul.tag-cloud li {
	display: inline-block;
	padding-left: 0;
	font-size: 12px;
	margin-right: 5px;
}

.sidebar .widget ul.tag-cloud li a {
	display: block;
	padding: 4px 10px;
	border: 2px solid #afafaf;
}

.sidebar .widget ul.tag-cloud li:before {
	content: "";
}

.sidebar .widget ul.tag-cloud li:hover {
	background: var(--primaryColor);
	border-color: var(--primaryColor);
	color: #fff;
}

.sidebar .widget ul.tag-cloud li:hover a {
	color: #fff;
	border: 2px solid var(--primaryColor);
}

.sidebar .widget-search input {
	height: 36px;
	color: #555555;
	border: 2px solid var(--primaryColor);
	background: transparent;
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 0;
}

.sidebar .widget-search input:focus {
	border: 2px solid var(--primaryColor);
}

.sidebar .widget-search button {
	width: 42px;
	height: 36px;
	float: left;
	border: 2px solid var(--primaryColor);
	background: var(--primaryColor);
	border-radius: 0;
	margin-left: 5px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/*
================================
Author Box
================================
*/

.author-box {
	width: 100%;
	height: auto;
	background: var(--primaryColor);
	color: #555555;
	text-align: left;
}

.author-box .inner {
	padding: 20px;
	overflow: hidden;
}

.author-box .author-thumb {
	width: 15%;
	float: left;
}

.author-box .author-thumb img {
	width: 100%;
	height: auto;
	padding-right: 15px;
}

.author-box .author-info {
	width: 85%;
	float: left;
}

.author-box .author-info h3 {
	color: #fff;
	font-weight: 600;
	font-size: 22px;
	text-transform: none;
}

.author-box .author-info p {
	color: #fff;
	line-height: 22px;
	font-size: 14px;
}

.author-box .author-info ul li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
	padding-left: 0;
}

.author-box .author-info ul li:before {
	content: "";
}

.author-box .author-info ul li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: var(--primaryColor);
	background: #fff;
	text-align: center;
	display: block;
}

.author-box .author-info ul li a i {
	margin-right: 0;
	font-size: 14px;
}

.author-box .author-info ul li a:hover {
	background: #555555;
	color: #fff;
}

/*
================================
Comment
================================
*/

.comments h2 {
	font-size: 18px;
	font-family: "Raleway", serif;
}

.comments .comment-list {
	background: transparent;
	padding: 15px;
}

.comments .comment-list .thumb {
	width: 80px;
	display: table-cell;
	vertical-align: top;
}

.comments .comment-list .text {
	padding: 0;
	display: table-cell;
	vertical-align: top;
}

.comments .comment-list .text .inner {
	margin-left: 10px;
}

.comments .comment-list .text h3 {
	margin-top: 0;
	text-transform: none;
	font-size: 18px;
}

.comments .comment-list .text p,
.comments .comment-list .text span {
	color: #555555;
	font-size: 14px;
}

.comments .comment-list .text span.date {
	margin-right: 40px;
}

.comments .comment-list .text span.date i {
	margin-right: 5px;
}

.comments .comment-list .text span.reply a {
	font-family: "Raleway", serif;
	background: var(--primaryColor);
	color: #fff;
	padding: 6px 12px;
	font-size: 14px;
}

.comments .comment-list .parent {
	margin-bottom: 0px;
	overflow: hidden;
}

.comments .comment-list .children .parent {
	margin-bottom: 0px;
}

.comments .comment-list .children .parent-inner {
	background: transparent;
	padding: 15px;
	overflow: hidden;
	margin-left: 60px;
}

.comments .comment-list .children .children .parent-inner {
	background: transparent;
	padding: 15px;
	overflow: hidden;
	margin-left: 120px;
}

.comments .comment-list .children > li {
	list-style-type: none;
	display: block;
	margin-right: 0;
	margin-bottom: 0;
}

.comments .comment-list .children > li:before {
	content: "";
}

.comments .comment-list > li {
	border-bottom: 1px dashed #a1a1a1;
	margin-bottom: 20px;
	padding-left: 0;
}

.comments .comment-list > li:before {
	content: "";
}

.comments .comment-list > li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.comments > li {
	list-style-type: none;
	display: block;
	margin-right: 0;
	margin-bottom: 0;
}

.comments .respond {
	background: transparent;
	margin-bottom: 20px;
}

.comments .respond .cform-1 .btn-success {
	font-family: "Raleway", serif;
	background-color: transparent;
	border: 2px solid var(--primaryColor);
	color: var(--primaryColor);
	font-size: 16px;
	padding: 8px 20px;
	font-weight: 600;
	border-radius: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.comments .respond .cform-1 .btn-success:hover {
	background: #555555;
	color: #fff;
	border-color: #555555;
}

.comments .respond .cform-1 .form-control {
	border-radius: 0;
	box-shadow: none;
}

.comments .respond .cform-1 input[type="text"],
.comments .respond .cform-1 input[type="email"],
.comments .respond .cform-1 textarea {
	font-family: "Raleway", serif;
	background: transparent;
	border: 2px solid #ccc;
	color: #555555;
	font-size: 14px;
}

/*
================================
Under Construction
================================
*/

.under-construction-v1 {
	width: 100%;
	height: 100vh;
	position: relative;
}

.under-construction-v1 img {
	width: 100%;
	height: 100%;
}

.under-construction-v1 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #555555;
	opacity: 0.5;
}

.under-construction-v1 .inner {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.under-construction-v1 h1 {
	font-family: "Plus Jakarta Sans";
	text-transform: uppercase;
	font-weight: 600;
	font-size: 50px;
	text-align: center;
	color: #fff;
	margin-bottom: 25px;
}

.under-construction-v1 p {
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
	font-size: 16px;
}

.under-construction-v1 .newsletter {
	text-align: center;
}

.under-construction-v1 .btn-success {
	font-family: "Raleway", serif;
	display: inline-block;
	background-color: var(--primaryColor);
	color: #fff;
	border: 0;
	border-color: #fff;
	font-size: 16px;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0;
}

.under-construction-v1 .btn-success:hover {
	background: #555555;
	border-color: #555555;
	color: #fff;
}

.under-construction-v1 .form-control {
	border-radius: 0;
	box-shadow: none;
	width: 100%;
	outline: none;
}

.under-construction-v1 input[type="email"] {
	background: #f2f3f3;
	border: 2px solid #f2f3f3;
	height: 40px;
	color: #000;
}

/*
================================
FAQ
================================
*/

.faq {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #fff;
}

.faq h1 {
	font-family: "Raleway", serif;
	font-size: 24px;
	font-weight: 600;
	color: var(--primaryColor);
	margin-bottom: 20px;
}

.faq .panel {
	box-shadow: none !important;
	border-radius: 0 !important;
}

.faq .panel-group {
	margin-bottom: 40px;
}

.faq .panel-group .panel-heading a:after {
	content: "\f068";
	font-family: "FontAwesome";
	position: absolute;
	font-weight: normal;
	font-size: 14px;
	right: -1px;
	top: -6px;
	padding: 21px;
	color: var(--primaryColor);
}

.faq .panel-group .panel-heading a.collapsed:after {
	content: "\f067";
	font-family: "FontAwesome";
	font-size: 14px;
	right: -1px;
	top: -6px;
	padding: 21px;
	color: var(--primaryColor);
}

.faq .panel-default > .panel-heading {
	background: #eee;
	color: #555555;
	padding: 0;
	border-radius: 0;
	position: relative;
	font-size: 14px;
}

.faq h4.panel-title a {
	display: block;
	padding: 14px;
	font-size: 14px;
	font-weight: bold;
}

.faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top: 0;
}

/*
================================
Featured Box
================================
*/

.featured-box {
	background: #f2f3f3;
	padding-top: 50px;
	padding-bottom: 50px;
}

.featured-box .item {
	background: url(1-1.jpg) center/cover no-repeat;
	padding: 30px 15px;
	position: relative;
}

.featured-box .item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--primaryColor);
	opacity: 0.9;
	z-index: 10;
}

.featured-box .item .icon {
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	display: block;
	position: relative;
	z-index: 1000;
}

.featured-box .item .icon i {
	font-size: 40px;
}

.featured-box .item .text {
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 1000;
}

.featured-box .item .text h2 {
	font-family: "Raleway", serif;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	border: 2px solid #fff;
	display: inline-block;
	padding: 6px 22px;
}

.featured-box .item .text p {
	font-family: "Plus Jakarta Sans";
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

/*
================================
Appointment
================================
*/

.appointment-v1 {
	background: var(--primaryColor);
	padding-top: 30px;
	padding-bottom: 30px;
}

.appointment-v1 .left p {
	color: #fff;
	font-family: "Raleway", serif;
	font-size: 22px;
	padding-left: 10px;
	line-height: 28px;
	border-left: 5px solid white;
	text-shadow: 2px 1px 3px black;
}

.appointment-v1 a {
	font-size: 18px;
	padding: 10px 20px;
	display: block;
	color: #fff;
	background: #000000;
	border-radius: 60px;
	border: 2px solid #fff;
	font-weight: 500;
	font-family: "Raleway", serif;
	float: right;
}

.appointment-v1 a:hover {
	background: #adadad;
	color: #f2f3f3;
}

/*
================================
Footer - Main
================================
*/

.footer-main {
	width: 100%;
	height: auto;
	padding: 50px 0;
	background-color: #000;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url(../images/bgfooter.svg);
}

.footer-main h3 {
	font-family: "Plus Jakarta Sans";
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.footer-main h3:after {
	content: "";
	position: absolute;
	width: 50px;
	background: var(--primaryColor);
	left: 0;
	bottom: 0;
	height: 3px;
}

.footer-main .footer-col p {
	color: #a3a3a3;
	font-size: 14px;
	line-height: 22px;
}

.footer-main .footer-col ul li {
	color: #a3a3a3;
	font-size: 14px;
	line-height: 22px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	list-style-type: none;
	margin-bottom: 8px;
	position: relative;
	padding-left: 20px;
}

.footer-main .footer-col ul li a {
	color: #a3a3a3;
	font-size: 14px;
	line-height: 22px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.footer-main .footer-col ul li a:hover {
	color: #fff;
}

.footer-main .footer-col ul li:before {
	color: #a3a3a3;
	content: "\f0a4";
	font-family: "FontAwesome";
	left: 0;
	position: absolute;
	top: 0;
}

.footer-main .footer-col .contact-item {
	color: #a3a3a3;
	font-size: 14px;
	overflow: hidden;
	margin-bottom: 10px;
	display: table;
}

.footer-main .footer-col .contact-item .icon {
	width: 35px;
	display: table-cell;
	vertical-align: top;
	font-size: 16px;
	margin-right: 10px;
}

.footer-main .footer-col .contact-item .icon i {
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #dedede;
	color: #555555;
}

.footer-main .footer-col .contact-item .text {
	display: table-cell;
	vertical-align: top;
	line-height: 22px;
	display: block;
}

/*
================================
Footer - Bottom
================================
*/

.footer-bottom {	
	width: 100%;
	height: auto;
	padding: 15px 0;
	background: #141314;
	color: #a3a3a3;
}

.footer-bottom .copyright p {
	font-size: 13px;
	color: #a3a3a3;
	text-align: center;
}

/*
================================
Google Map
================================
*/

.google-map iframe {
	width: 100%;
	height: 400px;
}

/*
================================
why choose us 
================================
*/

.why-choose-us {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.why-choose-us h2 {
	color: #adadad;
	font-family: "Raleway", serif;
	font-size: 32px;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
}

.why-choose-us h3 {
	color: #adadad;
	font-family: "Plus Jakarta Sans";
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 40px;
	margin-top: 20px;
	padding-bottom: 5px;
}

.why-choose-us .item {
	margin-bottom: 30px;
	border: 2px dashed var(--primaryColor);
	padding-top: 15px;
	padding-bottom: 15px;
}

.why-choose-us .icon {
	color: #555555;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.why-choose-us .icon i {
	color: #fff;
	font-size: 30px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 60px;
	transition: all 0.6s ease 0s;
	background: var(--primaryColor);
}

.why-choose-us .item:hover.item .icon i {
	background: #555555;
	color: #fff;
}

.why-choose-us .text {
	color: #555555;
	text-align: center;
}

.why-choose-us .text h2 {
	color: #adadad;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.why-choose-us .text p {
	color: #adadad;
	font-size: 14px;
	font-weight: 300;
}

.why-choose-us .text p:last-child {
	margin-bottom: 0;
}

.why-choose img {
	width: 100%;
}

/*
================================
Team details 2
================================
*/

.team-detail2 {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.team-detail2 .team-single {
	margin-bottom: 30px;
}

.team-detail2 .team-single .text {
	background: var(--primaryColor);
	text-align: center;
	padding: 25px 10px 15px;
}

.team-detail2 .team-single .text h2 {
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 5px;
}

.team-detail2 .team-single .text h3 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 400;
}

.team-detail2 .team-single .text p {
	color: #fff;
	font-weight: 300;
	font-size: 16px;
}

.team-detail2 .team-single .thumb img {
	width: 100%;
	height: auto;
}

.team-detail2 .team-single .social .title {
	text-align: center;
	color: #555555;
	margin-top: 25px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.team-detail2 .team-single .social ul {
	margin-top: 15px;
	text-align: center;
}

.team-detail2 .team-single .social ul li {
	display: inline-block;
	list-style-type: none;
	margin-right: 5px;
}

.team-detail2 .team-single .social ul li a {
	width: 40px;
	height: 40px;
	line-height: 36px;
	font-size: 16px;
	text-align: center;
	display: block;
	background: transparent;
	border: 2px solid var(--primaryColor);
	color: var(--primaryColor);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.team-detail2 .team-single .social ul li a:hover {
	background: #555555;
	color: #fff;
	border-color: #555555;
}

.team-detail2 .team-detail-tab .content {
	padding: 15px 0;
}

.team-detail2 .team-detail-tab .content h2 {
	color: #adadad;
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.team-detail2 .team-detail-tab .content p {
	color: #676767;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 15px;
}

.team-detail2 .team-detail-tab .content ul li {
	list-style-position: inside;
}

.team-detail2 .team-detail-tab .nav-tabs {
	border-bottom: 0;
}

.team-detail2 .team-detail-tab .nav-tabs > li > a {
	font-family: "Montserrat", serif;
	color: #555555;
	font-size: 14px;
	padding: 5px 10px;
	font-weight: 600;
	background: transparent;
	border: 2px solid #555555;
	border-radius: 0;
	margin-right: 10px;
	text-transform: uppercase;
}

.team-detail2 .team-detail-tab .nav-tabs > li.active > a {
	font-family: "Montserrat", serif;
	color: var(--primaryColor);
	font-size: 14px;
	padding: 5px 10px;
	font-weight: 600;
	background: transparent;
	border: 2px solid var(--primaryColor);
	border-radius: 0;
	text-transform: uppercase;
}

.team-detail2 .ask-question .btn-success {
	font-family: "Montserrat", serif;
	background-color: var(--primaryColor);
	border-color: var(--primaryColor);
	font-weight: 400;
	color: #fff;
	font-size: 16px;
	border-radius: 0;
	padding: 10px 20px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.team-detail2 .ask-question .btn-success:hover {
	background: #555555;
	border-color: #555555;
	color: #fff;
}

.team-detail2 .ask-question .form-control {
	border-radius: 0;
	box-shadow: none;
}

.team-detail2 .ask-question input[type="text"],
.team-detail2 .ask-question input[type="email"],
.team-detail2 .ask-question textarea {
	font-family: "Montserrat", serif;
	font-size: 14px;
	background: transparent;
	border: 1px solid #a3a3a3;
	color: #555555;
}

.team-detail2 .ask-question input[type="text"]:focus,
.team-detail2 .ask-question input[type="email"]:focus,
.team-detail2 .ask-question textarea:focus {
	border-color: #555555;
}

.team-detail2 .contact {
	background: #dc9822;
	margin-bottom: 20px;
	padding: 20px;
}

.team-detail2 .contact .icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #555555;
	color: #dc9822;
	text-align: center;
	margin: 0 auto;
}

.team-detail2 .contact .icon i {
	font-size: 24px;
}

.team-detail2 .contact .text {
	text-align: center;
}

.team-detail2 .contact .text h4 {
	font-family: "Montserrat", serif;
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
	color: #555555;
}

.team-detail2 .contact .text p {
	font-size: 14px;
	color: #555555;
	font-weight: 600;
}

/*
================================
Room Category
================================
*/

.properties {
	background: #fff none repeat scroll 0 0;
	padding-bottom: 50px;
	padding-top: 50px;
	text-align: center;
}

.properties h2 {
	color: #adadad;
	font-family: "Raleway", serif;
	font-size: 32px;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
}

.properties h3 {
	color: #adadad;
	font-family: "Plus Jakarta Sans";
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 40px;
	margin-top: 20px;
	padding-bottom: 5px;
}

.room-category {
	width: 100%;
	margin-top: 35px;
}

.single-room {
	position: relative;
	margin-bottom: 30px;
}

.single-category {
}

.single-room img {
	width: 100%;
}

.room-price {
	color: #fff;
	font-family: "Old Standard TT", serif;
	font-weight: 700;
	font-size: 40px;
}

.room-details h2 {
	color: #fff;
	margin: 15px 0;
	font-size: 22px;
	text-transform: capitalize;
}

.roomdetails-overlay {
	position: absolute;
	text-align: center;
	bottom: 0;
	width: 100%;
	transition: all 0.4s ease;
}

.room-overlay {
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.4s ease;
	overflow: hidden;
}

.readmore-button {
	background: var(--primaryColor) none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	padding: 10px 25px;
	text-transform: uppercase;
	transition: all 0.4s ease;
}

.readmore-button:hover {
	transition: all 0.4s ease;
	background: #adadad none repeat scroll 0 0;
	color: #fff;
}

.room-details a {
	color: #fff;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	transition: all 0.3s ease 0s;
	visibility: hidden;
}

.single-room:hover .room-overlay {
	transition: all 0.5s ease-out 0s;
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}

.single-room:hover .roomdetails-overlay {
	top: 50%;
	position: absolute;
	width: 100%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
}

.single-room:hover .room-details a {
	visibility: visible;
	transition: all 0.3s ease 0s;
}

.allroom-button {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

/*
================================
Room Search
================================
*/

.search {
	padding: 20px 0 40px;
	background: #f2f3f3;
}

.single-field select {
	-moz-appearance: none;
	padding: 5px;
	-webkit-appearance: none;
	background: #f2f3f3;
	cursor: pointer;
	border: 1px solid #fff;
	width: 100%;
}

.search .select-arrow {
	position: relative;
}

.search .select-arrow::before {
	color: #323b49;
	content: "";
	right: 15px;
	font-family: fontawesome;
	position: absolute;
	top: 10px;
}

.single-field h4 {
	font-family: "Plus Jakarta Sans";
	font-weight: 800;
	font-size: 16px;
	color: #535353;
	text-transform: capitalize;
	margin: 0;
}

.single-field input[type="submit"] {
	background: var(--primaryColor) none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	height: 60px;
}

.single-field {
	margin-bottom: 15px;
	padding: 10px;
	max-height: 70px;
}

/*
================================
Single Property/Room
================================
*/

.single-room-page {
	background: #ebf1f4;
	padding-top: 70px;
	padding-bottom: 70px;
}

.room-text {
	background-color: white;
	padding: 30px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
}

.room-text h1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}

.listing-figures h2 {
	border-bottom: 1px solid #ececec;
	color: #adadad;
	font-size: 22px;
	margin-bottom: 5px;
	padding-bottom: 15px;
}

.room-text h2 {
	font-size: 22px;
	font-weight: normal;
	margin: 20px 0;
}

.room-text h1 span {
	float: right;
	color: var(--primaryColor);
	font-weight: bold;
}

.support-widget h3 {
	margin: 20px 0;
	font-size: 18px;
}

.listing-figures {
	background: #fff none repeat scroll 0 0;
	display: inline-block;
	padding: 20px;
	width: 100%;
	margin-bottom: 30px;
}

.single-facilities {
	width: 50%;
	float: left;
}

.single-facilities:last-child {
	padding-left: 20px;
}

.single-facilities li {
	display: inline-block;
	padding: 10px 0;
	width: 100%;
}

.single-facilities li i {
	color: #fff;
	width: 30px;
	height: 30px;
	background: var(--primaryColor);
	display: inline-block;
	text-align: center;
	line-height: 30px;
	margin-right: 10px;
}

.carousel-inner {
	position: relative;
	width: 100%;
	min-height: 300px;
}

.carousel-inner img {
	height: 100%;
}

.crousel_left span,
.crousel_right span {
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	top: 50%;
	position: relative;
	display: inline-block;
	transform: translateY(-50%);
}

#carousel-example-generic {
	margin: 20px auto;
	width: 100%;
}

#carousel-slider .carousel-indicators {
	margin: 10px 0 0;
	white-space: nowrap;
	position: static;
	overflow: auto;
	width: 100%;
	overflow: hidden;
	text-align: left;
}

#carousel-slider .carousel-indicators li {
	-webkit-border-radius: 0;
	border-radius: 0;
	height: auto;
	background-color: transparent;
	margin: 0 !important;
	width: auto;
	display: inline-block;
}

#carousel-slider .carousel-indicators li img {
	display: block;
	opacity: 0.5;
}

#carousel-slider .carousel-indicators li.active img {
	opacity: 1;
}

#carousel-slider .carousel-indicators li:hover img {
	opacity: 0.75;
}

#carousel-slider .carousel-outer {
	position: relative;
}

.carousel-indicators li img {
	height: 66px;
	width: 100px;
}

.slicknav_nav .slicknav_arrow {
	display: none;
}

.sf-menu > li {
	display: inline-block;
}

.sf-menu > li:hover > a {
	color: var(--primaryColor);
}

.sf-menu > li.active > a {
	background: var(--primaryColor);
	color: #fff;
}

header.sticky .sf-menu > li {
	display: inline-block;
}

/*
================================
Shop-Area
================================
*/

.shop-area {
}

.search-bar input {
	width: 76%;
	height: 35px;
	text-indent: 20px;
	border: 2px solid var(--primaryColor);
}

.search-bar button {
	width: 22%;
	height: 35px;
	border: none;
	color: #fff;
	background: var(--primaryColor);
	transition: all 0.3s;
}

.search-bar button:hover {
	background: #555555;
}

.shop-area .widget-item {
	padding: 0;
}

.shop-area .widget-item h3 {
	font-size: 18px;
	font-weight: 600;
	background: var(--primaryColor);
	border: 1px solid var(--primaryColor);
	padding: 10px 15px;
	color: #fff;
	margin: 0;
}

.shop-area .widget-item h4 {
	font-size: 18px;
	font-weight: 600;
	background: #fff;
	border: 1px solid var(--primaryColor);
	padding: 10px 15px;
	color: var(--primaryColor);
}

.shop-faq .panel {
	margin-top: 5px;
}

.shop-faq .panel-group {
	margin: 0;
}

.shop-faq h4.panel-title a {
	padding: 5px;
}

.shop-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top: 0px;
	border: 1px solid var(--primaryColor);
}

/*Braand-Item*/

.braand-item {
	border: 2px solid var(--primaryColor);
}

.braand-item ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.braand-item ul li {
	border-top: 1px solid var(--primaryColor);
}

.braand-item ul li a {
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin: 0 15px;
	padding: 10px 0;
	color: #adadad;
	text-transform: uppercase;
}

.braand-item ul li a:hover {
	color: var(--primaryColor);
}

.braand-item ul li a span {
	float: right;
}

/*Product-Item*/

.product-item {
	border: 2px solid var(--primaryColor);
}

.product-gallery {
	border-top: 1px solid var(--primaryColor);
}

.product-photo {
	float: left;
	max-width: 80px;
}

.product-photo img {
	width: 100%;
}

.product-text {
	display: table;
}

.product-text h5,
.product-text p {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
}

.product-text p {
}

.product-star i {
	color: #fcdb39;
}

/*shop-gallery*/

.shop-gallery {
	text-align: center;
}

.sale-item {
	overflow: hidden;
	position: relative;
	border: 2px solid var(--primaryColor);
	padding: 20px;
}

.sale-item p.sale {
	position: absolute;
	color: #fff;
	top: -7px;
	left: -30px;
	transform: rotate(-45deg);
	font-weight: 600;
	padding: 10px 30px;
	transition: all 0.3s;
}

.sale-item img {
	width: 100%;
	transform: scale(1);
	transition: all 0.4s;
}

.sale-item:hover img {
	transform: scale(1.1);
}

.sale-text h4 {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 20px 0;
}

.sale-text h4:before {
	position: absolute;
	content: "";
	width: 60px;
	height: 2px;
	bottom: -10px;
	left: 50%;
	margin-left: -30px;
}

.sale-text h4 a {
	color: #adadad;
}

.sale-text h4 a:hover {
	color: var(--primaryColor);
}

.sale-text p {
	font-weight: 600;
	margin: 10px 0;
}

.sale-item a.cart {
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	background: var(--primaryColor);
	color: #fff;
	padding: 10px;
	transition: all 0.3s;
}

.sale-item a.cart:hover {
	background: #2a2a2a;
}

/*Filter-Price*/

.ui-slider .ui-slider-range {
	background: var(--primaryColor);
}

.price p {
	font-size: 14px;
	font-weight: 600;
}

.price button {
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 20px;
	color: #fff;
	background: var(--primaryColor);
	transition: all 0.4s;
}

.price button.reset {
	float: right;
}

.price button:hover {
	background: #555555;
}

/*
================================
Single Product
================================
*/

.product-details span.price {
	font-weight: bold;
	color: var(--primaryColor);
	font-size: 18px;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}

.all-product-image {
	position: relative;
}

.all-product-image.owl-carousel .owl-item img {
	border: 1px solid var(--primaryColor);
	padding: 60px;
}

.all-product-image .owl-nav {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	width: 100%;
	color: #fff;
}

.all-product-image .owl-nav .owl-prev {
	left: 0;
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 46px;
	font-size: 32px;
	background: var(--primaryColor);
	border-radius: 0;
	margin: 5px;
}

.all-product-image .owl-nav .owl-next {
	right: 0;
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 46px;
	font-size: 32px;
	background: var(--primaryColor);
	border-radius: 0;
	margin: 5px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	background: var(--primaryColor);
}

.product-details h2,
.billing-form h2,
.order-summary h2,
.payment-method h2 {
	font-size: 24px;
	font-weight: 600;
	margin: 0;
	margin-bottom: 22px;
	font-family: "Montserrat", sans-serif;
}

.product-details p,
.course-details-text p {
	margin-bottom: 22px;
}

.add-to-cart-button {
	display: inline-block;
	width: 100%;
	margin: 5px 0 30px 0;
}

.product-meta li a {
	text-transform: capitalize;
	margin-left: 10px;
}

.add-to-cart-button a {
	background: var(--primaryColor);
	color: #fff;
	font-weight: 600;
	display: inline-block;
	font-size: 18px;
	padding: 12px 25px;
}

.product-meta td a {
	color: #adadad;
}

.product-meta td a:hover {
	color: var(--primaryColor);
}

.product-tab {
	text-align: left;
}

.product-tab li {
	background: var(--primaryColor);
	display: inline-block;
	text-transform: uppercase;
	position: relative;
}

.product-tab li a {
	display: inline-block;
	padding: 10px 20px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}

.product-tab li.active:after {
	border-color: var(--primaryColor) transparent transparent;
	border-style: solid;
	position: absolute;
	content: "";
	border-width: 9px 6px 0;
	left: 50%;
	margin-left: -6px;
	bottom: -9px;
	text-decoration: none;
}

.course-details-text h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 22px;
	font-family: "Montserrat", sans-serif;
}

.additional-content table {
	width: 100%;
}

.additional-content table tr td {
	border-top: 1px solid var(--primaryColor);
	padding: 11px;
	width: 75%;
}

/*
================================
Cart Page
================================
*/

.table-text table {
	border-left: 1px solid var(--primaryColor);
}

.table-text thead tr {
	border: 1px solid var(--primaryColor);
}

.table-text thead tr th {
	border: 1px solid var(--primaryColor);
	padding: 20px 10px;
}

.table-text table th {
	border-right: 1px solid var(--primaryColor);
	padding: 20px 0;
	text-align: center;
	border-top: 1px solid var(--primaryColor);
}

.table-text table td.product-name {
	width: 270px;
}

.table-text table th.product-total,
.product-price {
	width: 200px;
}

.table-text table th.product-thumbnail {
	width: 130px;
}

.table-text table th.product-delete {
	width: 130px;
}

.table-text table th {
	border-bottom: 1px solid var(--primaryColor);
	border-top: 1px solid var(--primaryColor);
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
}

.table-text tbody {
	text-align: center;
}

.table-text tbody tr td {
	border: 1px solid var(--primaryColor);
	padding: 10px;
	vertical-align: middle;
}

.table-text .product-name h4 {
	margin-bottom: 10px;
}

.table-text .product-name a {
	font-size: 14px;
	font-weight: bold;
	color: #adadad;
}

.table-text .product-name a:hover {
	color: var(--primaryColor);
}

.product-price .amount {
	font-size: 14px;
	font-weight: bold;
}

.product-total {
	font-size: 14px;
	font-weight: bold;
}

.table-text .product-quantity input[type="number"] {
	text-align: center;
	font-weight: bold;
	color: #2a2a2a;
}

.sub-total {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}

.cupon-code > input[type="text"] {
	background: #d2d2d2;
	color: #2a2a2a;
	padding: 10px;
}

.product-img img {
	width: 50px;
}

.cupon-code input[type="text"]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #2a2a2a;
}

.cupon-code input[type="text"]::-moz-placeholder {
	/* Firefox 19+ */
	color: #2a2a2a;
}

.cupon-code input[type="text"]:-ms-input-placeholder {
	/* IE 10+ */
	color: #2a2a2a;
}

.cupon-code input[type="text"]:-moz-placeholder {
	/* Firefox 18- */
	color: #2a2a2a;
}

.cupon-code > input[type="submit"] {
	background: var(--primaryColor);
	padding: 10px 15px;
	color: #fff;
}

.cupon-code > h2 {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	width: 100%;
	padding: 10px 20px;
	border-top: 1px solid var(--primaryColor);
	margin: 0;
}

.cupon-code > h3 {
	display: inline-block;
	width: 100%;
	padding: 10px 70px;
	font-weight: bold;
}

.cupon-code > h2 span,
.cupon-code > h3 span {
	float: right;
}

.update.cupon-code {
	float: right;
}

.cupon-code.total-cart h1 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 22px;
	font-family: "Montserrat", sans-serif;
}

.checkout-button {
	text-align: center;
}

.checkout-button a {
	background: var(--primaryColor);
	border-radius: 0px;
	color: #fff;
	display: inline-block;
	padding: 15px 30px;
	text-transform: uppercase;
	width: 100%;
}

/*
================================
Check Out Page
================================
*/

.checkout-button {
	text-align: center;
}

.checkout-button a {
	background: var(--primaryColor) none repeat scroll 0 0;
	border-radius: 0px;
	color: #fff;
	display: inline-block;
	padding: 15px 30px;
	text-transform: uppercase;
	width: 70%;
}

.billing-form input[type="text"],
.billing-form .country select {
	border: 1px solid var(--primaryColor);
	margin-bottom: 10px;
	padding: 5px;
	width: 100%;
}

.order-summary ul {
	border: 1px solid var(--primaryColor);
	padding: 10px;
}

.order-summary ul li {
	border-top: 1px solid var(--primaryColor);
	display: inline-block;
	padding: 8px 0;
	text-transform: uppercase;
	width: 100%;
}

.order-summary ul li:first-child {
	font-weight: bold;
	border-top: 0;
}

.order-summary ul li span {
	float: right;
}

.order-summary li strong {
	font-weight: normal;
	margin-left: 15px;
	position: relative;
	top: -1px;
	font-size: 12px;
}

.payment-method {
	margin-top: 40px;
	text-align: center;
	display: inline-block;
	width: 100%;
}

.payment-method .checkout-button a {
	margin-top: 30px;
	font-weight: 600;
}

.order-summary table tbody tr th {
	border: 1px solid var(--primaryColor);
}

.order-summary table tbody tr td {
	border: 1px solid var(--primaryColor);
}

.page-builder ul {
	padding-left: 24px;
}

.page-builder p {
	color: #555555;
}

.slicknav_menu_ct {
	padding-block: 10px !important;	
	display: flex;
	justify-content: flex-end;
}

body.sticky .slicknav_menu {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.slicknav_wrapper {
	height: 0;
	position: relative;
	transition: 0.5s;
	overflow: hidden;
}

.slicknav_wrapper.active-nav {
	height: calc((var(--vh, 1vh) * 100) - 66px);
}

.slicknav_nav {
	background-color: #f5f5f5;
	padding-inline: 20px;
	position: relative;
	padding-bottom: 93px;
	padding-top: 20px;
	height: 100%;
	overflow-y: auto;
}

body.sticky .slicknav_nav {
	padding-top: 10px;
}

.slicknav_menu {
	padding: 0;
	position: fixed !important;
	top: 0;
	z-index: 1000;
	width: 100%;
}

.slicknav_nav a {
	color: #9a9a9a;
	padding-block: 16px !important ;
	line-height: 1.5 !important;
	font-weight: 500 !important;
	font-size: 20px !important;
	height: auto !important;
	text-align: left !important;
	border: none !important;
	padding-inline: 0 !important;
	margin: 0 !important;
}

.slicknav_nav li {
	border-bottom: 1px solid #0000001a;
	transition: 0.5s;
}

.slicknav_nav .dropdown {
	height: 63px;
	overflow: hidden;
	transition: 0.5s;
}

.dropdown.active {
	border-color: var(--primaryColor);
}

.dropdown.active .caret {
	transform: rotate(180deg);
}

.slicknav_nav a:hover,
.slicknav_nav a:active {
	color: var(--primaryColor) !important;
}

.slicknav_nav li:last-of-type {
	border: none !important;
}

.slicknav_button {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #f5f5f5;
	padding: 20px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.slicknav_wrapper .header-button {
	justify-content: space-between;
}

.slicknav_wrapper .header-button li {
	border: none !important;
}

.slicknav_wrapper .header-button li a i {
	font-size: 18px !important;
}

.slicknav_wrapper .header-button a {
	font-size: 16px !important;
	padding-block: 0 !important;
}

.dropdown-menu {
	background: none;
	padding-bottom: 20px;
	margin: 0 !important;
	box-shadow: none;
	border: none;
	position: static;
	padding-left: 16px !important;
	padding-top: 16px !important;
}

.dropdown-menu > li {
	border: none !important;
}

.dropdown-menu > li > a {
	color: #9a9a9a !important;
	font-size: 16px !important;
	padding-block: 6px !important;
}

.dropdown .caret {
	width: 18px;
	height: 9px;
	background: url("../images/ic_arrow_down.svg") center/contain no-repeat;
	border: none !important;
	position: absolute;
	right: 0;
	top: 26px;
	transition: 0.5s;
}

.banner-slider,
.single-slide {
	margin-top: 0;
}

.home-page {
	padding-inline: 20px;
	padding-bottom: 220px;
	padding-top: 200px;
}

.home-page::before {
	position: absolute;
	inset: 0;
	background-color: rgb(0, 0, 0, 0.5);
	z-index: 2;
}

.banner-image {
	position: absolute;
	inset: 0;

	z-index: 1;
}

.banner-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.home-page .text {
	position: relative;
	z-index: 3;
}

.home-page-content .page-builder:first-of-type,
.page-content .page-builder:first-of-type {
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	overflow: hidden;
}

.hero-heading-description {
	font-size: 20px;
	font-weight: 400;
	line-height: 180%;
}

@media screen and (max-width: 768px) {
	section .on-page-menu ul li {
		width: 100%;
	}

	section .on-page-menu ul li a {
		width: 100%;
		text-align: center;
		display: block;
	}

	section .on-page-menu .dropdown-menu {
		position: relative;
	}

	.hero-heading-description {
		font-size: 18px;
	}

	.home-page {
		padding-top: 20vh;
	}
}

header {
	padding-block: 10px;
	position: fixed;
	top: 0;
	width: 100%;
	transition: 0.5s;
}

header.sticky {
	padding-block: 10px;
}

.sf-menu li {
	padding-inline: 8px;
}

header .fa-phone {
	font-size: 18px !important;
	position: relative;
	top: 2px;
}

body.sticky .slicknav_menu_ct img,
header.sticky .logo img,
.slicknav_menu.active-nav .slicknav_menu_ct img {
	max-width: 120px;
	top: 0;
	padding: 0;
	margin: 0;
	max-height: 100%;
}

.header-right {
	padding-inline: 0;
}

.single-slide .text .hero-heading {
	font-size: 72px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%; /* 79.2px */
	margin-bottom: 28px;
}

.hero-button {
	margin-top: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
}

.home-page {
	overflow: hidden;
}

.home-page .text {
	max-width: 650px;
	margin-inline: auto;
}

.page-hero {
	padding-bottom: 20vh;
	padding-top: 100px;
}

@media (max-width: 375px) {
	.slicknav_wrapper .header-button {
		padding-inline: 10px;
	}

	.hero-button .home-button {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.footer-bottom {
		padding-bottom: 60px;
	}

	.single-slide .text .hero-heading {
		font-size: 40px;
		line-height: 120%;
		margin-bottom: 24px;
	}

	.hero-button {
		margin-top: 24px;
	}

	.hero-button {
		flex-direction: column;
	}


}

@media (max-width: 1440px) {
	.phone2 {
		display: none !important;
	}
}

@media (max-width: 997px) {
	.home-page {
		padding-top: 10vh;
	}

	.slicknav_menu_ct {
		padding-left: 10px !important;
		position: relative;
	}

	body.sticky .slicknav_menu_ct img,
	header.sticky .logo img,
	.slicknav_menu.active-nav .slicknav_menu_ct img {
		top: 50%;
		transform: translateY(-50%);
	}


}

@media (min-width: 480px) and (max-width: 767px){
	.home-page {
		padding-bottom: 45vh !important;
	}

	.page-hero {
		padding-bottom: 35vh !important;

	}
}

@media (min-width: 768px) and (max-width: 997px) {
	.phone2 {
		display: block !important;
	}

	.single-slide .text .hero-heading {
		font-size: 55px;
	}
}

@media (min-width: 997px) and (max-width: 1280px) {
	header.sticky .logo img {
		margin: 0;
	}
}

@media (min-width: 600px) {
	.banner-slider,
	.single-slide {		
		margin-top: 0;
	}

	.slicknav_nav {
		padding-bottom: 20px;
	}

	.slicknav_wrapper .slicknav_button {
		display: none;
	}

	.page-hero {
		padding-bottom: 40vh;
	}
}

@media (min-width: 768px) {
	header {
		padding-block: 16px;
	}

	.home-page {
		padding-bottom: 60vh;
	}
}

@media (min-width: 997px) {
	/* .banner-slider,
	.single-slide {
		margin-top: 86px;
	} */

	body.sticky .slicknav_menu_ct img,
	header.sticky .logo img {
		max-height: 55px;
		transform: translateY(-10%);
	}

	header .container-fluid > .row {
		display: flex;
		align-items: center;
	}

	.caret {
		display: none;
	}

	header {
		padding-block: 20px;
		padding-inline: 20px;
	}

	.header-right {
		display: flex;
		justify-content: flex-end;
		gap: 32px;
	}

	.sf-menu li a {
		padding: 12px 0 !important;
	}

	.dropdown-toggle {
		position: relative;
	}

	.dropdown:hover .dropdown-toggle::before {
		opacity: 1;
	}

	.dropdown-toggle::before {
		content: "";
		width: 100%;
		height: 3px;
		border-radius: 100px;
		background-color: var(--primaryColor);
		position: absolute;
		left: 0;
		bottom: 0;
		opacity: 0;
	}

	.dropdown-menu.submenu {
		background-color: #f5f5f5;
		border-radius: 8px;
		padding-block: 16px;
		min-width: 200px;
		box-shadow: none;
		border: none;
	}

	.sf-menu li li {
		background: transparent;
		padding-inline: 16px;
	}

	.sf-menu li li:hover a {
		color: var(--primaryColor) !important;
	}

	.sf-menu li li a {
		background-color: transparent !important;
		color: #9a9a9a !important;
		line-height: 1;
		font-weight: 500 !important;
	}
}


@media (min-width: 576px) and (max-width: 767px){
	.slicknav_menu_ct img {
		margin: 5px;
		top: 20px;
		max-width: 120px;
    	max-height: 120px
	}
}

@media (min-width: 768px) and (max-width: 991px){
	.slicknav_menu_ct img {
		margin: 5px;
		top: 20px;
		max-width: 200px;
    	max-height: 120px
	}
}

@media (min-width: 992px) and (max-width: 1199px){
	header .logo img {
		margin: 5px;
		top: 0px;
		max-width: 250px;
    	max-height: 100px
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.sf-menu li {
		padding-inline: 12px;
	}

	header {
		padding-inline: 30px;
	}

	header .logo img {
		margin: 5px;
    	top: -10px;    	
   		max-width: 300px;
    	max-height: 100px
	}

	.home-page {
		padding-bottom: 50vh;
	}
}

@media (min-width: 1400px) {
	.sf-menu li {
		padding-inline: 16px;
	}

	header {
		padding-inline: 72px;
	}
	
	header .logo img {
		margin: 5px;
		top: -10px;		
		max-width: 300px;
		max-height: 120px;
	}
}

header .logo img, .slicknav_menu_ct img {
	background-color: var(--logoBackgroundColor);
	border-radius: 4px;
}

.bg-logoBg {
	background-color: var(--logoBackgroundColor);
  	border-radius: 4px;
}

.footer-main .bg-logoBg {
	width: 100%;
	max-width: 250px;
	padding: 10px;
	object-fit: contain;
}