/*
Author       : Theme-Family
Template Name: Rahim - Multipurpose Tour & Travel, Hotel Agency HTML5 Website Template
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (BODY, LINK COLOR,SHAPE, SECTION TITLE, PRELOADER, SCROLL TO TOP,FONT SIZE, BTN, SECTION PADDING etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
		---START BOOKING DESIGN
		---RIPPLE WATER HOME DESIGN
		---WABES HOME DESIGN
		---PARTICLES HOME DESIGN
		---BUBBLE HOME DESIGN
    04. START SERVICE DESIGN
		---START FAQ DESIGN
    05. START CHOOSE DESIGN
	06. START GALLERY DESIGN 
    07. START COUNTER DESIGN
    08. START TOP DEALS DESIGN
		---START HOTEL DESIGN
    09. START SPECIAL PACKAGE DESIGN
		---START PACKAGE DETAILS DESIGN 
		---START SKILL DESIGN
		---START TEAM DESIGN
    10. START COMPANY PARTNER LOGO
    11. START BLOG DESIGN
		---START BLOG DETAILS DESIGN
	12. START TESTIMONIAL DESIGN
	13. START CONTACT DESIGN
	14. START MAP DESIGN
	15. START FOOTER DESIGN
		---START SIGNUP DESIGN
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
html {
	overflow-x: hidden;
	height: 100%;
}


:root {
	--thm-font: var(--secondaryFont);
	--thm-heading: var(--primaryFont);
	--thm-base: var(--primaryColor);
	--thm-color: var(--primaryColor);
	--thm-black: #111111;
	--thm-white: #ffffff;
	--thm-white: #ffffff;
	--thm-eee: #eeeeee;
	--thm-ddd: #dddddd;
	--thm-fb: #F1F8FF;
	--thm-f5: #F5F5F5;
	--thm-f4: #F4F4F4;
	--thm-f3: #F3F3F3;
	--thm-f2: #F2F2F2;
	--thm-f1: #F1F1F1;
	--thm-f6: #f6f6f6;
	--thm-p: #767676;
	/* --thm-line: linear-gradient(to left top, #6bb601 50%, #2a3d05 50%); */
}

body {
	font-family: var(--thm-font);
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: var(--thm-p);
	background: var(--backgroundColor);
}


.bg-component {
	background: var(--componentBgColor) !important;
}

.bg-f1 {
	background: var(--thm-f1) !important;
}

.bg-f2 {
	background: var(--thm-f2) !important;
}

.bg-f3 {
	background: var(--thm-f3) !important;
}

.bg-f4 {
	background: var(--thm-f4) !important;
}

.bg-f5 {
	background: var(--thm-f5) !important;
}

.bg-f6 {
	background: var(--thm-f6) !important;
}

.bg-black {
	background: var(--thm-black) !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--thm-heading);
	color: var(--thm-black);
	font-weight: 600;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h2 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 0px;
}

h3 {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 0px;
}

h4 {
	font-size: 20px;
	line-height: 28px;
}

h5 {
	font-size: 18px;
	line-height: 26px;
}

h6 {
	font-size: 14px;
	line-height: 22px;
}

p:last-child {
	margin-bottom: 0;
}

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

p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: var(--thm-p);
	line-height: 28px;
	font-family: var(--thm-font);
	font-weight: 400;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

a:focus,
.btn:focus {
	text-decoration: none;
	outline: none;
}

a:hover,
a:active {
	color: var(--thm-color);
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

*,
::before,
::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span {
	letter-spacing: 0;
}

a,
button,
input {
	outline: medium none;
	color: inherit;
	text-decoration: inherit;
}

dl,
ol,
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

button:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
}

::-webkit-input-placeholder {
	color: inherit;
}

::-moz-input-placeholder {
	color: inherit;
}

::-ms-input-placeholder {
	color: inherit;
}

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

.form-group {
	margin-bottom: 20px;
}

button,
input,
textarea {
	color: var(--thm-black);
}

button,
input,
textarea:focus {
	border: none;
	outline: none;
}

.atf-color-ase {
	color: var(--thm-ase)
}

.no-border {
	border: none ! important;
}

.border-left {
	border-left: 3px solid var(--thm-color);
}

.comp-bg {
	background: var(--componentBgColor) !important;
}

/*
* ----------------------------------------------------------------------------------------
* PRELOADER
* ----------------------------------------------------------------------------------------
*/
.atf-ctn-preloader {
	align-items: center;
	-webkit-align-items: center;
	display: flex;
	display: -ms-flexbox;
	height: 100%;
	justify-content: center;
	-webkit-justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99900;
	background: var(--thm-white);
}

.atf-ctn-preloader .atf-animation-preloader {
	position: absolute;
	z-index: 100;
}

/* Spinner cargando */
.atf-ctn-preloader .atf-animation-preloader img {
	width: 45px;
	margin: 0 auto 20px;
}

/* Texto cargando */
.atf-ctn-preloader .atf-animation-preloader .atf-text-loading {
	text-align: center;
	user-select: none;
}

.atf-ctn-preloader .atf-animation-preloader .atf-text-loading .letters-loading:before {
	animation: letters-loading 4s infinite;
	color: #d8ecbf;
	content: attr(data-text-preloader);
	left: 0;
	opacity: 0;
	top: 0;
	line-height: 70px;
	position: absolute;
}

.atf-ctn-preloader .atf-animation-preloader .atf-text-loading .letters-loading {
	font-weight: 700;
	letter-spacing: 23px;
	display: inline-block;
	color: var(--thm-color);
	position: relative;
	line-height: 70px;
	font-size: 70px;
}

.atf-ctn-preloader .atf-animation-preloader .atf-text-loading .letters-loading:nth-child(2):before {
	animation-delay: 0.2s;
}

.atf-ctn-preloader .atf-animation-preloader .atf-text-loading .letters-loading:nth-child(3):before {
	animation-delay: 0.4s;
}

.atf-ctn-preloader .atf-animation-preloader .atf-text-loading .letters-loading:nth-child(4):before {
	animation-delay: 0.6s;
}

.atf-ctn-preloader .atf-animation-preloader .atf-text-loading .letters-loading:nth-child(5):before {
	animation-delay: 0.8s;
}

.atf-ctn-preloader .atf-animation-preloader .atf-text-loading .letters-loading:nth-child(6):before {
	animation-delay: 1s;
}

.atf-ctn-preloader .atf-animation-preloader .atf-text-loading .letters-loading:nth-child(7):before {
	animation-delay: 1.2s;
}

.atf-ctn-preloader .atf-animation-preloader .atf-text-loading .letters-loading:nth-child(8):before {
	animation-delay: 1.4s;
}

.atf-ctn-preloader .loader-section {
	background: var(--thm-f6);
	height: 100%;
	position: fixed;
	top: 0;
	width: calc(50% + 1px);
}

.loaded .atf-animation-preloader {
	opacity: 0;
	transition: 0.3s ease-out;
}

.custom-pagination-wrapper {
  text-align: center;
  margin: 30px 0;
}

.custom-page-links {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.custom-page-btn {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.custom-page-btn:hover {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

.custom-page-btn.active {
  background-color: #333;
  color: #fff;
  border-color: #333;
  pointer-events: none;
  cursor: default;
}

/* Animación del preloader */
@keyframes letters-loading {

	0%,
	75%,
	100% {
		opacity: 0;
		transform: rotateY(-90deg);
	}

	25%,
	50% {
		opacity: 1;
		transform: rotateY(0deg);
	}
}

@media screen and (max-width: 767px) {
	.atf-ctn-preloader .atf-animation-preloader .spinner {
		height: 8em;
		width: 8em;
	}
}

@media screen and (max-width: 500px) {
	.atf-ctn-preloader .atf-animation-preloader .spinner {
		height: 7em;
		width: 7em;
	}

	.atf-ctn-preloader .atf-animation-preloader .atf-text-loading .letters-loading {
		font-size: 40px;
		letter-spacing: 10px;
	}
}

/*
/*
* ----------------------------------------------------------------------------------------
* SCROLL TO TOP 
* ----------------------------------------------------------------------------------------
*/
.back-to-top.active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	right: 3%;
	top: 84%;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.back-to-top {
	position: fixed;
	cursor: pointer;
	right: 3%;
	top: 85%;
	background-color: var(--thm-color);
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
	z-index: 4;
	width: 50px;
	text-align: center;
	height: 50px;
	line-height: 42px;
	border-radius: 50px;
	-webkit-transform: scale(0);
	transform: scale(0);
	visibility: hidden;
	-webkit-transition: .9s;
	transition: .9s;
}

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

.back-to-top::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: var(--thm-color);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s;
}


.back-to-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	color: var(--thm-white);
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 20px;
}



@-webkit-keyframes bounce {

	0%,
	to {
		transform: translateY(5%);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	50% {
		transform: translateY(0);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
}

@keyframes bounce {

	0%,
	to {
		transform: translateY(5%);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	50% {
		transform: translateY(0);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
}


@-webkit-keyframes pulse {
	0% {
		border-color: #48e9d1;
		box-shadow: 0 0 rgba(72, 233, 209, 0.66);
	}

	70% {
		border-color: #48e9d1;
		box-shadow: 0 0 0 10px rgba(72, 233, 209, 0);
	}

	to {
		border-color: #48e9d1;
		box-shadow: 0 0 0 10px rgba(72, 233, 209, 0);
	}
}

@keyframes pulse {
	0% {
		border-color: #48e9d1;
		box-shadow: 0 0 rgba(72, 233, 209, 0.66);
	}

	70% {
		border-color: #48e9d1;
		box-shadow: 0 0 0 10px rgba(72, 233, 209, 0);
	}

	to {
		border-color: #48e9d1;
		box-shadow: 0 0 0 10px rgba(72, 233, 209, 0);
	}
}

.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

/**************************************
 * START FONT SIZE DESIGN
 *************************************/
.f-10 {
	font-size: 10px;
}

.f-12 {
	font-size: 12px;
}

.f-13 {
	font-size: 13px;
}

.f-14 {
	font-size: 14px;
}

.f-15 {
	font-size: 15px;
}

.f-16 {
	font-size: 16px;
}

.f-17 {
	font-size: 17px;
}

.f-18 {
	font-size: 18px;
}

.f-19 {
	font-size: 19px;
}

.f-20 {
	font-size: 20px;
}

/**************************************
 * END FONT SIZE DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* SHAPE
* ----------------------------------------------------------------------------------------
*/
.atf-shape {
	position: relative;
}

[class*="atf-shape-one"] {
	position: absolute;
}

.atf-shape-one {
	position: absolute;
	left: 0;
	z-index: -1;
	top: 0px;
	transform-origin: center bottom;
	animation-fill-mode: both;
	animation-name: bounce;
	animation-timing-function: ease-out;
	animation-duration: 5s;
	animation-iteration-count: infinite;
}

.atf-shape2-two {
	position: relative;
}

[class*="atf-shape-two"] {
	position: absolute;
}

.atf-shape-two {
	top: 0px;
	right: 0;
	position: absolute;
	z-index: 1;
	transform-origin: center bottom;
	animation-fill-mode: both;
	animation-name: bounce;
	animation-timing-function: ease-out;
	animation-duration: 5s;
	animation-iteration-count: infinite;
}

@keyframes ImgBounce {
	0% {
		transform: translateY(0)
	}

	to {
		transform: translateY(-30px)
	}
}

@keyframes squareMover {

	0%,
	to {
		transform: translate(0) rotate(0)
	}

	20%,
	60% {
		transform: translate(20px, 40px) rotate(180deg)
	}

	30%,
	80% {
		transform: translate(40px, 60px) rotate(0deg)
	}
}

@keyframes shapeMover {

	0%,
	to {
		transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0) translateX(0)
	}

	50% {
		transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px)
	}
}

/*
* ----------------------------------------------------------------------------------------
* BTN
* ----------------------------------------------------------------------------------------
*/

.atf-themes-btn {
	color: var(--thm-white);
	background: var(--thm-color);
	border-radius: 4px;
	font-size: 14px;
	padding: 14px 23px;
	font-weight: 700;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	display: inline-block;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	text-transform: capitalize;
	letter-spacing: 0.08em;
}

.atf-themes-btn:hover {
	background: var(--thm-black);
	color: var(--thm-white);
	box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
	transform: translateY(-1px);
}

.atf-slider-content .atf-themes-btn:hover {
	background: var(--thm-white);
	color: var(--thm-color);
	box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
	transform: translateY(-1px);
}

.atf-main-btn .btn-2 {
	background: var(--thm-white);
	transition: all 0.3s ease-in-out 0s;
	color: var(--thm-black);
}

.atf-main-btn .btn-2:hover {
	background: var(--thm-color);
	color: var(--thm-white);
}

.atf-main-btn-block {
	display: block;
	width: 100%;
}

/*
* ----------------------------------------------------------------------------------------
* SECTION PADDING
* ----------------------------------------------------------------------------------------
*/
.atf-section-padding {
	padding: 100px 0;
}

/*
* ----------------------------------------------------------------------------------------
* SECTION TITLE
* ----------------------------------------------------------------------------------------
*/
.atf-section-title {
	margin-bottom: 60px;
	text-align: center;
	position: relative;
}

.atf-section-title h2 {
	font-weight: 600;
	font-size: 35px;
	line-height: 1.3;
	color: var(--thm-black);
	text-transform: capitalize;
	margin-bottom: 15px;
}

.atf-section-title h3 {
	text-transform: capitalize;
}

.atf-section-title h5 {
	letter-spacing: 0.04em;
	color: var(--thm-color);
	display: inline-block;
	padding: 2px 10px;
	border-radius: 5px;
	font-size: 15px;
}

.atf-section-title p {
	font-family: var(--thm-font);
	font-size: 15px;
	font-weight: 400;
	margin-top: 25px;
}

.atf-section-title.style1 h5 {
	letter-spacing: 0.04em;
	color: var(--thm-white);
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 15px;
	background: var(--thm-color);
}

#atf-booking-area .atf-section-title h5 {
	color: var(--thm-color);
	font-size: 15px;
	padding-left: 3px;
	line-height: 4px;
}

/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 02. START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.atf_header_top {
	background-color: var(--topBarBgColor) !important;
	color: rgba(255, 255, 255, 0.8);
	transition: all 0.3s ease 0s;
	position: relative;
	z-index: 1090;
}

.atf_header-social {
	list-style-type: none;
}

.atf_header-social li {
	display: inline-block;
	margin: 0 8px;
}

.atf_header-social li a {
	transition: all 0.3s ease-in-out 0s;
}

.atf_header-social li a:hover {
	color: var(--thm-white);
}

.atf_header-social li a i {
	border-radius: 50%;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
}

.atf-header-icon {
	margin-top: 4px;
}

.atf-header-location {
	display: flow-root;
}

.atf-header-icon i {
	padding-right: 8px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	margin-top: 1px;
}

.atf-header-address.atf-phone-call {
	background: var(--thm-black) !important;
	padding: 20px 20px;
	margin-right: 0;
}

.atf_header_top_left {
	display: inline-block;
}

.atf-header-address {
	margin-right: 20px;
	line-height: 1.4;
	display: inline-block;
}

.atf-header-area .atf-location-design {
	position: relative;
}

.atf-header-area .atf-location-design {
	position: absolute;
	right: 65px;
	bottom: 13px;
	display: flex;
	color: var(--thm-white);
	background: var(--thm-color);
	padding: 10px 15px;
	border-radius: 5px;
	line-height: 1.4;
}

.atf_header_top p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 500;
}

.atf_header_top_right {
	float: right;
}

.atf_header_top_left p,
.atf_header_top_right p {
	display: inline-block;
}

.atf_header_top_left p {
	padding-right: 12px;
}

.atf_header_top_right p {
	font-weight: 600;
	font-size: 17px;
}

.atf-top-header {
	margin-top: 38px;
}

#atf_navigation.navbar-fixed {
	margin-top: 0;
}

.atf_site-logo {
	width: 147px;
	height: auto;
	margin-top: 10px;
}

.navbar-fixed {
	z-index: 999;
	position: fixed;
	padding: 10px 0 0;
	opacity: .98;
	width: 100%;
	top: 0;
	-webkit-animation: fadeInDown 1600ms;
	animation: fadeInDown 1600ms;
	-webkit-backface-visibility: hidden;
	border-radius: 0px;
	background: var(--thm-white);
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
}

#atf_navigation {
	padding: 35px 0 0px;
	/* border-bottom: 1px solid rgb(247, 243, 243 , 0.1); */
	/* background-color: transparent; */
}

#atf_navigation.navbar-fixed {
	padding-top: 7px;
	padding-bottom: 14px;
}

.atf_header_right {
	display: flex;
	flex-basis: auto;
}

#atf_nav-menu ul {
	list-style-type: none;
}

#atf_nav-menu ul li {
	display: inline-block;
	margin-left: 25px;
	position: relative;
}

#atf_nav-menu ul li a {
	color: var(--thm-white);
	font-weight: 500;
	text-transform: capitalize;
	font-family: var(--thm-font);
	transition: .5s;
	font-size: 17px;
	padding: 24px 0 20px;
	border-bottom: 1px solid transparent;
	display: block;
}

#atf_navigation.navbar-fixed #atf_nav-menu ul li a {
	color: var(--thm-black);
	padding: 22px 0 22px;
}

#atf_navigation.navbar-fixed #atf_nav-menu ul li a:hover,
#atf_navigation.navbar-fixed #atf_nav-menu ul li a:focus,
#atf_nav-menu ul li a:hover,
#atf_nav-menu ul li a:focus {
	color: var(--thm-color);
}

#atf_nav-menu ul li>a:hover,
#atf_nav-menu ul li>a:focus {
	border-bottom: 1px solid var(--thm-color);
}

#atf_navigation #atf_nav-menu ul li a:hover,
#atf_navigation #atf_nav-menu ul li a:focus,
#atf_navigation.navbar-fixed #atf_nav-menu ul li a:hover,
#atf_navigation.navbar-fixed #atf_nav-menu ul li a:focus {
	border-bottom: 1px solid transparent;
}

.slicknav_nav_icon {
	color: var(--thm-color);
	font-size: 24px;
}

#mobile_menu {
	display: none;
}

.navbar-light .logo-black {
	display: none;
}

.navbar-light.navbar-fixed .atf_site-logo .logo-white {
	display: none;
}

.navbar-light.navbar-fixed .atf_site-logo .logo-black {
	display: block;
}

/*-------------------------------
# dropdwon menu 
--------------------------------*/
#atf_navigation #atf_nav-menu ul li ul li ul.drop-menu {
	opacity: 0;
}

#atf_navigation #atf_nav-menu ul li ul li:hover>ul.drop-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 10%;
}

#atf_navigation #atf_nav-menu ul li ul,
#atf_navigation #atf_nav-menu ul li ul li ul {
	background: var(--thm-black);
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, .05);
	left: 0;
	list-style: outside none none;
	margin: 0;
	opacity: 0;
	padding: 10px;
	position: absolute;
	text-align: left;
	top: 115%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 200px;
	z-index: 999;
	border-radius: 4px;
}

#atf_navigation #atf_nav-menuul li ul li {
	position: relative;
}

#atf_navigation #atf_nav-menu ul li ul li ul {
	top: 0;
	right: auto;
	left: 185px;
}

#atf_navigation #atf_nav-menu ul li:hover ul,
#atf_navigation #atf_nav-menu ul li ul li:hover>ul {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 100%;
}

#atf_navigation #atf_nav-menu ul li ul li {
	display: block;
	margin: 0;
	padding: 0;
}

#atf_navigation.navbar-fixed #atf_nav-menu ul li ul li a,
#atf_navigation #atf_nav-menu ul li ul li a {
	color: var(--thm-white);
	display: block;
	font-size: 14px;
	line-height: 30px;
	font-weight: 600;
	padding: 1px 12px;
	position: relative;
	transition: all 0.3s ease 0s !important;
	visibility: inherit !important;
	opacity: inherit !important;
	text-transform: capitalize;
}

#atf_navigation #atf_nav-menuul li ul li a:hover {
	color: var(--thm-color) !important;
	text-decoration: none;
}

#atf_navigation #atf_nav-menu ul li ul li:hover>a::before {
	width: 20px;
}

#atf_navigation #atf_nav-menu ul li ul li:hover>a {
	color: var(--thm-color);
	padding-left: 30px;
}

#atf_navigation #atf_nav-menu ul li ul li a::before {
	position: absolute;
	content: "";
	left: 4px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 2px;
	background-color: var(--thm-color);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.atf-menu-btn a {
	padding: 12px 12px !important;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	display: inline-block;
	border: none;
	overflow: clip;
	overflow: inherit;
}

.atf-menu-btn a:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	background: var(--thm-black);
}

@media only screen and (max-width:767px) {
	.navbar-brand {
		padding-top: 20px;
	}
}

/* ----------------------------------------
  Header Searchbox
---------------------------------------- */
.atf-serarch-btn .header-search {
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 5%;
	background: var(--thm-color);
	color: var(--thm-white);
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.atf-serarch-btn .header-search:hover {
	background: var(--thm-black);
	color: var(--thm-white);
}

.header-search-area {
	position: relative;
}

.header-search {
	cursor: pointer;
	display: inline-block;
}

.header-search .search-icon {
	min-width: 25px;
	text-align: center;
	font-size: 16px;
}

.header-search-form {
	background-color: var(--thm-white);
	height: 0;
	margin-right: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 130%;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: height;
	-o-transition-property: height;
	transition-property: height;
	width: 320px;
	z-index: 9999;
}

.header-search-form form {
	position: relative;
	margin: 15px 15px 0;
}

.header-search-form input {
	height: 60px;
	padding-left: 10px;
	width: 100%;
	border: 1px solid #ddd;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-in-out 0s;
}

.header-search-form input:focus,
.header-search-form input:active {
	border: 1px solid var(--thm-color);
}

.header-search-form button[type="submit"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: var(--thm-color);
	display: block;
	font-size: 18px;
	height: 60px;
	line-height: 48px;
	position: absolute;
	right: 8px;
	text-align: center;
	top: 0;
	padding: 1px 6px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.header-search-form button[type="submit"]:hover {
	color: var(--thm-color);
}

.search-icon {
	position: relative;
}

.search-icon .for-search-close {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
}

.search-open.header-search-form {
	height: 90px;
}

.search-open .for-search-show {
	opacity: 0;
	visibility: hidden;
}

.search-open .for-search-close {
	opacity: 1;
	visibility: visible;
}

/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
#home {
	position: relative;
}

.atf-single-home {
	height: 750px;
}

.atf-home-overlay {
	background: rgba(0, 0, 0, 0.3);
	height: 100%;
	width: 100%;
}

.atf-slick-slider button.slick-arrow {
	z-index: 1;
	line-height: 50px;
	background: transparent;
	opacity: 0;
	transition: 0.5s all ease-in-out 0s;
	visibility: hidden;
}

.atf-slick-slider:hover button.slick-arrow {
	opacity: 1;
	transform: translateX(-2px);
	visibility: visible;
}

.atf-slick-slider .slick-prev:before,
.atf-slick-slider .slick-next:before,
.atf-slick-slider .slick-prev:before,
.atf-slick-slider .slick-next:before {
	color: var(--thm-white);
	font-size: 20px;
	background-color: rgba(241, 231, 231, 0.2);
	width: 55px;
	height: 55px;
	line-height: 50px;
	display: inline-block;
	border-radius: 50%;
	opacity: 1;
	font-family: '';
}

.atf-slick-slider button.slick-prev {
	left: 20px;
}

.atf-slick-slider button.slick-next {
	right: 55px;
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.atf-single-text {
	padding-top: 250px;
}

.atf-single-text h1 {
	color: var(--thm-white);
	font-size: 60px;
	font-weight: 600;
	margin-bottom: 20px;
}

.atf-single-text h1 span {
	font-size: 20px;
	font-weight: 300;
	text-transform: capitalize;
	letter-spacing: 0;
}

.atf-hero-btn .atf-themes-btn:hover {
	background: var(--thm-white);
	color: var(--thm-black);
}

@media only screen and (max-width:480px) {
	.atf-single-text h1 {
		font-size: 40px;
	}
}

.atf-single-text p {
	color: var(--thm-white);
	font-size: 17px;
	margin-bottom: 40px;
}

@media only screen and (max-width:480px) {
	.atf-single-text p {
		color: var(--thm-white);
		margin: auto;
		width: 100%;
		margin-bottom: 25px;
	}
}

@media only screen and (max-width:820px) {
	.atf-slick-slider button.slick-arrow {
		display: none !important;
	}
}

/* START SWIPER DESIGN */
.atf-align-items-details {
	display: flex;
	align-items: center;
	min-height: 100%;
}

.atf-slider {
	position: relative;
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, var(--thm-white));
}

.atf-slider.swiper {
	width: 100%;
	height: 100%;
	height: 750px;
}

.atf-slider .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: var(--thm-white);
	display: flex;
	justify-content: center;
	align-items: center;
}

.atf-slider .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.atf-slider .swiper-pagination {
	font-size: 25px;
}

.atf-slider .swiper-button-next::after,
.atf-slider .swiper-button-prev::after {
	font-size: 25px;
}

.atf-slider .swiper-button-next,
.atf-slider .swiper-button-prev {
	color: var(--thm-white);
	background: var(--thm-color);
	width: 50px;
	height: 50px;
	transition: all 0.3s ease-in-out 0s;
}

.atf-slider-content h1 {
	color: var(--thm-white);
	font-size: 60px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 1.1;
}

.atf-slider-content h5 {
	background: rgba(255, 255, 255, 0.9);
	display: inline-block;
	padding: 8px 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	color: var(--thm-color);
}

.atf-slider-content h1 span {
	font-size: 20px;
	font-weight: 300;
	text-transform: capitalize;
	letter-spacing: 0;
}

.atf-slider-content p {
	color: var(--thm-white);
	font-size: 17px;
	margin-bottom: 30px;
}

.atf-hero-btn .atf-themes-btn:hover {
	background: var(--thm-white);
	color: var(--thm-black);
}

@media only screen and (max-width:480px) {
	.atf-slider-content h1 {
		font-size: 35px;
	}
}

.swiper-slide-active .atf-slider-content h5 {
	-webkit-animation: 1.7s .7s fadeInLeft both;
	animation: 1.7s .7s fadeInLeft both;
}

.swiper-slide-active .atf-slider-content h1 {
	-webkit-animation: 1.7s .7s fadeInDown both;
	animation: 1.7s .7s fadeInDown both;
}

.swiper-slide-active .atf-slider-content p {
	-webkit-animation: 1.7s 2s fadeInLeft both;
	animation: 1.7s 2s fadeInLeft both;
}

.swiper-slide-active .atf-slider-content .atf-main-btn {
	-webkit-animation: 1.7s 2s fadeInUp both;
	animation: 1.7s 2s fadeInUp both;
}

/* END SWIPER DESIGN */
/*
* ----------------------------------------------------------------------------------------
* RIPPLE WATER HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-bg-home {
	background-image: url(../img/slider/9.jpg);
	position: relative;
	background-position: center;
	background-size: cover;
}

.atf-ripple-home {
	height: 750px;
}

#atf_navigation.atf-ripple-navbar {
	padding: 0 0 0px;
	border-bottom: 1px solid rgb(247, 243, 243, 0.1);
}

/*
* ----------------------------------------------------------------------------------------
* WABES HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-waves-home {
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
	object-fit: cover;
	object-position: center;
	vertical-align: middle;
	overflow: hidden;
	z-index: 1;
}

.atf-waves-home::before {
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: -1;
}

.atf-wabes-img img {
	border-radius: 50% ! important;
}

.atf-web-area {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.atf-web-area svg {
	height: 180px;
}

.atf-ripple-content h1 {
	-webkit-animation: 1.7s .7s fadeInDown both;
	animation: 1.7s .7s fadeInDown both;
}

.atf-ripple-content p {
	-webkit-animation: 1.7s .7s fadeInLeft both;
	animation: 1.7s .7s fadeInLeft both;
}

.atf-ripple-content .atf-hero-btn {
	-webkit-animation: 1.7s 2s fadeInUp both;
	animation: 1.7s 2s fadeInUp both;
}

/*
* ----------------------------------------------------------------------------------------
* PARTICLES HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-particle-home {
	background-image: url(../img/slider/3.jpg);
	position: relative;
	background-position: center;
	background-size: cover;
}

#particles-js {
	width: 100%;
	height: 100%;
	position: absolute;
}

.atf-particles-area .atf-single-text.particle {
	position: relative;
}

/*
* ----------------------------------------------------------------------------------------
* BUBBLE HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
#round {
	position: absolute;
	top: 0;
	bottom: 0;
	/* z-index:-1;  */
}

.atf-bubble-home {
	height: 750px;
}

.atf-home-overlay .atf-single-text.bubble {
	position: relative;
}

canvas.sketch {
	height: 750px !important;

}

/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
/*
* ----------------------------------------------------------------------------------------
* START BOOKING DESIGN
* ----------------------------------------------------------------------------------------
*/
.tab {
	background: var(--thm-black);
	padding: 40px 40px;
	border-radius: 30px;
}

.tabs {
	list-style-type: none;
	margin-bottom: 40px;
	padding-left: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.tabs li {
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}

.tabs li a {
	display: block;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
	background: var(--thm-white);
	padding: 25px 12px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--thm-p);
	z-index: 1;
	border-radius: 30px 0 30px 0;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}

.tabs li a:hover,
.tabs li.current a {
	color: var(--thm-white);
	background: var(--thm-color);
}

.tabs li a:hover i,
.tabs li.current a i {
	color: var(--thm-white);
}

.tabs li a i {
	color: var(--thm-color);
	font-size: 25px;
	margin-bottom: 10px;
	display: inline-block;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}

.tabs li:first-child a {
	border-radius: 30px 0 0 0;
}

.tabs li:last-child a {
	border-radius: 0 30px 0 0;
}

.tabs li a::before {
	content: '';
	position: absolute;
	top: -12px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	border-radius: 3px;
	-webkit-transform: scale(.9);
	transform: scale(.9);
	visibility: hidden;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}

.tabs li:first-child a::before {
	border-radius: 30px 0 30px 0;
}

.tabs li:last-child a::before {
	border-radius: 0 30px 0 30px;
}

.tabs li a:hover::before,
.tabs li.current a::before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
	border-radius: 30px 0 30px 0;
}

.tabs_item:first-child {
	display: block;
}

.tabs_item {
	display: none;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

.tabs_item_content {
	padding: 30px 20px;
}

.tabs_item_content p {
	margin-bottom: 25px;
}

.tabs_item_content ul {
	padding: 0;
	/* margin: 10px 0 27px 0; */
	list-style-type: none;
}

.tabs_item_content ul li {
	position: relative;
	margin-bottom: 12px;
	/* padding-left: 25px; */
}

.tabs_item_content ul li:last-child {
	margin-bottom: 0;
}

#atf-booking-area {
	position: relative;
	z-index: 3;
}

.atf-book-now.style1 {
	position: relative;
	background: var(--thm-color);
	padding: 30px 0;
}

.atf-book-now.style1::after {
	background: var(--thm-black) none repeat scroll 0 0;
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: calc(27% + 0px);
	-webkit-transform: skewX(-30deg);
	transform: skew(-0deg);
	border-right: 4px solid var(--thm-white);
}

.atf-book-now .focus .form-control {
	color: var(--thm-white) !important;
	border-color: var(--thm-color) !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.atf-book-now .focus .input-group-addon {
	border-color: var(--thm-color) !important;
	color: var(--thm-white) !important;
	background-color: var(--thm-color) !important;
}

.atf-book-now .atf-bn-forms .input-group-addon:first-child {
	border-left: 0;
}

.atf-book-now .atf-bn-forms .input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.atf-book-now .atf-bn-forms .input-group-addon {
	background-color: transparent;
	color: var(--thm-white);
	border-color: var(--thm-white);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.atf-book-now .atf-bn-forms .input-group-addon:first-child {
	border-radius: 1px 0px 0px 1px;
}

.atf-book-now .atf-bn-forms .input-group .form-control {
	border-radius: 0 1px 1px 0;
}

.atf-book-now .atf-bn-forms .form-control {
	height: auto;
	padding: 8px 12px;
	border-radius: 1px;
	border-color: var(--thm-white);
	color: var(--thm-white);
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	margin-bottom: 0;
}

.atf-book-now .atf-bn-forms .form-control::-webkit-input-placeholder {
	color: var(--thm-white);
}

.atf-book-now .atf-bn-forms .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: var(--thm-white);
}

.atf-book-now .atf-bn-forms .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--thm-white);
}

.atf-book-now .atf-bn-forms .form-control:-ms-input-placeholder {
	color: var(--thm-white);
}

.atf-book-now .atf-bn-forms .form-control:focus {
	color: var(--thm-white);
	border-color: var(--thm-color);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.atf-book-now .atf-themes-btn {
	padding: 10px 10px;
	font-size: 14px;
	font-weight: 400;
}

.atf-book-now .atf-bn-forms .col-lg-3,
.atf-book-now .atf-bn-forms .col-md-6,
.atf-book-now .atf-bn-forms .col-6 {
	padding-left: 10px;
	padding-right: 10px;
}

.atf-book-now .atf-bn-forms>form>.row:first-child .row {
	margin-right: -10px;
	margin-left: -10px;
}

.atf-book-now .cs-active>.cs-placeholder {
	border-color: var(--thm-color);
	color: var(--thm-white);
}

.atf-book-now.atf-book-now-light {
	background-color: #f2f2f2;
}

.atf-book-now.atf-book-now-light .atf-bn-title .atf-bn-big {
	color: #16262e;
}

.atf-book-now.atf-book-now-light .cs-active>.cs-placeholder {
	border-color: var(--thm-color);
	color: var(--thm-color);
}

.atf-book-now.atf-book-now-light .atf-bn-forms .form-control {
	border-color: #889195;
	color: #16262e;
}

.atf-book-now.atf-book-now-light .atf-bn-forms .form-control::-webkit-input-placeholder {
	color: rgba(22, 38, 46, 0.5);
}

.atf-book-now.atf-book-now-light .atf-bn-forms .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(22, 38, 46, 0.5);
}

.atf-book-now.atf-book-now-light .atf-bn-forms .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(22, 38, 46, 0.5);
}

.atf-book-now.atf-book-now-light .atf-bn-forms .form-control:-ms-input-placeholder {
	color: rgba(22, 38, 46, 0.5);
}

.atf-book-now.atf-book-now-light .atf-bn-forms .form-control:focus {
	color: #16262e;
	border-color: var(--thm-color);
}

.atf-book-now.atf-book-now-light .atf-bn-forms .input-group-addon {
	color: #16262e;
	border-color: #889195;
}

.atf-book-now.atf-book-now-light .atf-bn-forms div.cs-skin-elastic>span {
	border-color: #889195;
	color: #16262e;
}

.atf-book-now.atf-book-now-light .atf-bn-forms .cs-active>.cs-placeholder {
	border-color: var(--thm-color);
	color: var(--thm-color);
}

.atf-book-now.atf-book-now-light .focus .form-control {
	color: #16262e !important;
	border-color: #e7b315 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.atf-book-now.atf-book-now-light .focus .input-group-addon {
	border-color: #e7b315 !important;
	color: #fff !important;
	background-color: #e7b315 !important;
}

.datepicker {
	padding: 4px;
	border-radius: 1px;
	direction: ltr;
	margin: 0;
}

.datepicker:before,
.datepicker:after {
	border-width: 0;
}

.datepicker table tr td,
.datepicker table tr th {
	color: #4b565b;
	border-radius: 0;
	width: 40px;
	height: 35px;
	text-shadow: none;
}

.datepicker table tr td span {
	height: 54px;
	line-height: 54px;
	border-radius: 1px;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
	color: var(--thm-white);
	background-color: var(--thm-color);
	border-color: var(--thm-color);
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
	text-shadow: none;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
	color: #c0c8cb;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
	color: #88979d;
}

.datepicker table tr td.old.disabled,
.datepicker table tr td.new.disabled {
	color: #c0c8cb;
}

div.cs-skin-elastic {
	background: transparent;
	font-size: 14px;
	color: var(--thm-white);
}

div.cs-skin-elastic>span {
	background-color: transparent;
	z-index: 100;
	border: 1px solid var(--thm-white);
	padding: 9px 9px;
}

div.cs-skin-elastic>span::after {
	font-family: 'Font Awesome 6 Free';
	content: '\f107';
	font-weight: 900;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

div.cs-skin-elastic .cs-options {
	border: 1px solid #e1eaee;
	-webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}

div.cs-skin-elastic .cs-options span {
	padding: 4px 12px;
	color: #4b565b;
}

div.cs-skin-elastic .cs-options .cs-selected span {
	color: var(--thm-color);
}

div.cs-skin-elastic .cs-options .cs-selected span:hover {
	color: var(--thm-white);
}

div.cs-skin-elastic .cs-options .cs-selected span::after {
	content: '';
}

.cs-skin-elastic .cs-options span:hover,
.cs-skin-elastic .cs-options li.cs-focus span {
	color: var(--thm-white);
	background-color: var(--thm-color);
}

.atf-book-btn .atf-themes-btn:hover {
	transform: rotate(0deg);
	background: var(--thm-white);
	color: var(--thm-black);
}

@media only screen and (max-width : 991px) {
	.tabs li {
		padding-right: 5px;
		padding-left: 0px;
		max-width: inherit;
		margin: 5px 0;
	}

	.tabs li a {
		padding: 15px 6px ! important;
		font-size: 13px ! important;
		text-transform: capitalize ! important;
	}
}

/*
* ----------------------------------------------------------------------------------------
* END BOOKING DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04.START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-service-content {
	margin: 15px 0;
	position: relative;
}

.atf-single-services {
	border-radius: 0px;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;

}

.atf-services-icon {
	display: inline-block;
	transition: .5s ease;
}

.atf-services-text h3 {
	padding: 20px 0 15px 0;
	color: var(--thm-black);
	font-weight: 500;
	transition: all 0.3s ease-in-out 0s;
}

.atf-single-services .atf-service-plane {
	opacity: 0;
	visibility: hidden;
	content: "";
	font-size: 100px;
	position: absolute;
	right: 50px;
	top: -30px;
	z-index: -1;
	color: var(--thm-color);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.atf-single-services:hover .atf-service-plane {
	opacity: 0.1;
	visibility: visible;
}

/*
* ----------------------------------------------------------------------------------------
* START FAQ DESIGN
* ----------------------------------------------------------------------------------------
*/
.card-body {
	text-align: left;
	color: var(--thm-p);
}

.atf-faq-accordion .panel {
	border: none;
	position: relative;
	overflow: hidden;
	box-shadow: none;
	border-radius: 0;
	padding-bottom: 10px;
}

.atf-faq-accordion .card-header.panel-heading {
	border: none;
	border-radius: 0;
	position: relative;
	padding: 0;
}

.atf-faq-accordion .panel-title button {
	display: block;
	padding: 3px 20px;
	margin: 0;
	background: var(--thm-color);
	font-size: 18px;
	font-weight: 700;
	color: var(--thm-white);
	border-radius: 0;
	position: relative;
}

.atf-faq-accordion .panel-title button.collapsed {
	background: var(--thm-black);
}

.atf-faq-accordion .panel-title button:before,
.atf-faq-accordion .panel-title button.collapsed:before {
	content: "\f068";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	width: 30px;
	height: 30px;
	line-height: 25px;
	border-radius: 50%;
	background: var(--thm-color);
	font-size: 14px;
	color: var(--thm-white);
	text-align: center;
	border: 3px solid var(--thm-white);
	position: absolute;
	top: 10px;
	right: 14px;
}

.atf-faq-accordion .panel-title button.collapsed:before {
	content: "\f067";
	background: #ababab;
	border: 4px solid #626262;
}

.atf-faq-accordion .panel-title button:after,
.atf-faq-accordion .panel-title button.collapsed:after {
	content: "";
	width: 17px;
	height: 7px;
	background: var(--thm-white);
	position: absolute;
	top: 22px;
	right: 0;
}

.atf-faq-accordion .panel-title button.collapsed:after {
	width: 19px;
	background: #ababab;
}

.atf-faq-accordion .panel-body {
	border-left: 3px solid var(--thm-color);
	border-top: none;
	background: var(--thm-f6);
	font-size: 15px;
	color: var(--thm-black);
	line-height: 28px;
	position: relative;
	padding: 30px;
}

.atf-faq-accordion .panel-body:before {
	content: "";
	height: 3px;
	width: 50%;
	background: var(--thm-color);
	position: absolute;
	bottom: 0;
	left: 0;
}

/*
* ----------------------------------------------------------------------------------------
* END FAQ DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * 04. END SERVICE DESIGN
 *************************************/

/**************************************
 * 05. START CHOOSE DESIGN
 *************************************/
#choose {
	background: var(--thm-f6);
}

.atf-about-btn .atf-themes-btn:hover {
	background: var(--thm-black);
	color: var(--thm-white);
}

.atf-container-choose {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-color: transparent !important;
}

.atf-choose-icon {
	float: left;
	margin-right: 20px;
}

.atf-choose-icon i {
	font-size: 25px;
	color: var(--thm-color);
	margin-top: 8px;
}

.atf-choose-text h3 {
	padding: 0 0 10px;
}

.atf-choose-box {
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	padding: 20px 20px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	background: var(--thm-white);
	margin: 10px 0;
}

.atf-choose-box:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
}

.atf-choose-img {
	position: relative;
}

.atf-sm-img {
	position: absolute;
	bottom: -70px;
	left: -70px;
	width: 245px;
	height: 200px;
}

.atf-single-choose-img {
	display: block;
	position: relative;
}

.atf-choose-img img {
	box-shadow: 0px 3px 20px 3px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0px 3px 20px 3px rgba(0, 0, 0, 0.07);
	border-radius: 5px;
	border: 7px solid var(--thm-white);
}

.atf-choose-img .waves-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.atf-choose-img .iq-video {
	background: var(--thm-color);
	display: inline-block;
	width: 70px;
	height: 70px;
	text-align: center;
	font-size: 20px;
	color: var(--thm-white);
	border-radius: 100%;
	line-height: 53px;
	z-index: 9;
	position: relative;
	border: 8px solid var(--thm-white);
}

.atf-choose-img .iq-video i {
	margin-left: 3px;
}

.atf-choose-img .iq-waves {
	position: absolute;
	left: -30px;
	top: -30px;
	z-index: 2;
}

.atf-choose-img .iq-waves .waves {
	position: absolute;
	width: 130px;
	height: 130px;
	background: var(--thm-color);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 50%;
	background-clip: padding-box;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
}

.atf-choose-img .iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.atf-choose-img .iq-waves .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.atf-choose-img .iq-waves .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

@-webkit-keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}

	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}

	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

/**************************************
 * 05. END CHOOSE DESIGN
 *************************************/
/*

/**************************************
 * 06. START GALLERY DESIGN
 *************************************/
#portfolio {
	position: relative;
	overflow: hidden;
}

.atf-portfolio-area .portfolio-filter {
	margin-bottom: 20px;
}

.atf-portfolio-area .portfolio-filter button {
	font-size: 13px;
	background: transparent;
	margin: 0 15px 20px 0;
	overflow: hidden;
	text-transform: uppercase;
	display: inline-block;
	padding: 8px 15px;
	transition: 0.4s;
	outline: none;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	border-radius: 4px;
	font-weight: 600;
}

.atf-portfolio-area .portfolio-filter button:hover,
.atf-portfolio-area .portfolio-filter button.active {
	color: var(--thm-white);
	background: var(--thm-color);
}

.atf-portfolio-area .atf-single-portfolio {
	position: relative;
	overflow: hidden;
	margin: 10px;
}

.atf-bubble-area .atf-single-portfolio {
	margin: 10px 0;
}

.atf-single-portfolio {
	text-align: center;
	overflow: hidden;
	position: relative;
	perspective: 800px;
	transition: all 0.3s;
}

.atf-single-portfolio:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.atf-single-portfolio:before {
	content: "";
	background: var(--thm-black);
	transform: rotateX(-90deg);
	transform-origin: 50% 50%;
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

.atf-single-portfolio:hover:before {
	opacity: 0.9;
	transform: rotateX(0);
}

.atf-single-portfolio img {
	width: 100%;
	height: auto;
	transition: all .8s;
}

.atf-single-portfolio .atf-portfolio-content {
	color: var(--thm-white);
	width: 100%;
	transform: translateX(-50%) translateY(0%);
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.atf-single-portfolio:hover .atf-portfolio-content {
	opacity: 1;
	transform: translateX(-50%) translateY(-50%);
	transition-delay: 0.2s;
}

.atf-single-portfolio .title {
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	margin: 0 0 5px 0;
	color: var(--thm-white);
}

.atf-single-portfolio .post {
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	margin: 0 0 15px;
	display: block;
}

.atf-single-portfolio .icon {
	padding: 0;
	margin: 0;
	list-style: none;
}

.atf-single-portfolio .icon li {
	margin: 0 4px;
	display: inline-block;
}

.atf-single-portfolio .icon li a {
	color: var(--thm-white);
	font-size: 16px;
	line-height: 32px;
	height: 35px;
	width: 35px;
	border: 2px solid var(--thm-white);
	display: block;
	transition: all 0.3s;
}

.atf-single-portfolio .icon li a:hover {
	box-shadow: 0 0 10px var(--thm-color);
}

@media only screen and (max-width:991px) {
	.atf-single-portfolio {
		margin: 0 0 30px;
	}
}

/**************************************
 * 06. END GALLERY DESIGN
 *************************************/
/**************************************
 * 07. START COUNTER DESIGN
 *************************************/
#atf-main-counter {
	background: var(--thm-f6);
}

.atf-counter:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
}

.atf-counter {
	padding: 30px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	background: var(--thm-white);
	font-family: var(--thm-font);
	text-align: center;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.atf-counter .atf-counter-value {
	color: var(--thm-color);
	font-size: 30px;
	font-weight: 600;
	display: block;
}

.atf-counter h3 {
	font-size: 18px;
	letter-spacing: 0.3px;
	text-transform: capitalize;
	line-height: 25px;
	margin-top: 10px;
}

.atf-counter-icon .counter_icon {
	width: 50px;
}

.atf-counter .atf-counter-value {
	color: var(--thm-color);
}

@media screen and (max-width:990px) {
	.atf-counter {
		margin-bottom: 30px;
	}
}

/*
* ----------------------------------------------------------------------------------------
* 07. END COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
 * ----------------------------------------------------------------------------------------
 * 08. START TOP DEALS DESIGN
 * ----------------------------------------------------------------------------------------
 */
.atf-single-deal {
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
	border-radius: 4px 5px;
	overflow: hidden;
	margin-bottom: 20px;
	text-align: center;
}

.atf-single-deal figure {
	position: relative;
	text-align: center;
	margin: 0;
}

.atf-single-deal figure:hover:before {
	opacity: 1;
}

.atf-single-deal figure:before {
	position: absolute;
	content: '';
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: 0.3s ease-in-out 0s;
}

.atf-single-deal figure img {
	position: relative;
	display: block;
	width: 100%;
}

.atf-single-deal h4 {
	margin-bottom: 7px;
	font-size: 18px;
	text-align: center;
	transition: .2s;
	color: var(--thm-white);
}

.atf-single-deal p {
	margin-bottom: 0;
	font-size: 14px;
	color: var(--thm-white);
}

.atf-single-deal figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	height: auto;
	width: 100%;
	padding: 20px 20px;
	text-align: center;
	background: var(--thm-color);
	color: var(--thm-white);
	z-index: -1;
	transition: 0.3s ease-out 0s;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}

.atf-single-deal:hover figcaption {
	bottom: 0;
	z-index: 1;
	height: 120px;
	transition: 0.5s ease-out 0.2s;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

/* Start-Popular-Destination */

.atf-popular-destination {
	padding: 30px;
	border: 1px solid #eaeaea;
	margin: 10px 0;
	background: var(--thm-white);
}

.atf-popular-btn {
	position: absolute;
	right: 40px;
	bottom: 40px;
}

.atf-popular-amount h4 {
	margin-top: 25px;
}

/* End-Popular-Destination */

/*
 * ----------------------------------------------------------------------------------------
 * 08.END TOP DEALS DESIGN
 * ----------------------------------------------------------------------------------------
 */

/*
 * ----------------------------------------------------------------------------------------
 * START HOTEL DESIGN
 * ----------------------------------------------------------------------------------------
 */
.atf-popular-destination.atf-hotel-content {
	padding: 20px 15px;
	border-radius: 10px;
}

.atf-hotel-feature {
	position: absolute;
	right: 10px;
	top: 10px;
}

.atf-hotel-review i {
	color: var(--thm-color);
}

.atf-hotel-icon {
	background: var(--thm-color);
	padding: 5px 10px;
	color: var(--thm-white);
	display: inline-block;
	border-radius: 4px;
}

.atf-hotel-feature {
	padding: 10px 15px;
	background: var(--thm-white);
	color: var(--thm-black);
	border-radius: 8px;
}

.atf-hotel-price span {
	color: var(--thm-color);
	font-weight: 600;
	font-size: 16px;
}

.atf-hotel-price {
	position: relative;
}

.atf-hotel-price a {
	position: absolute;
	right: 0;
	bottom: 0;
}

/* START HOTEL DETAILS DESIGN */
.atf-hotel-save {
	float: right;
	margin-right: 46px;
	margin-top: 5px;
}

.atf-hotel-details-icon span {
	font-size: 16px;
	color: var(--thm-color);
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}

.atf-facility-content {
	margin: 10px 0;
}

.atf-facility-icon {
	display: flex;
	align-items: center;
	font-size: 30px;
	border: 1px solid #eaeaea;
	padding: 0px 25px;
	margin-right: 20px;
}

.atf-facility-post {
	margin-top: 10px;
}

.atf-facility-post h4 {
	margin-bottom: 0;
}

.atf-facility-icon span {
	color: var(--thm-color);
}

.atf-policy-icon {
	margin-top: 5px;
	margin-right: 16px;
	background: var(--thm-color);
	color: var(--thm-white);
	float: left;
	overflow: hidden;
	border-radius: 5px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.atf-policy-post {
	overflow: hidden;
}

.atf-policy-icon span {
	font-size: 22px;
}

.atf-room-res {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.atf-room-table-top {
	margin-bottom: 0px;
}

.atf-table-res {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.table.atf-room-table {
	border: 1px solid #eaeaea;
	width: 100%;
	height: 40px;
}

.atf-room-table thead tr th.atf-room-type {
	min-width: 200px;
	width: 200px;
}

.atf-room-table thead tr th.atf-room-option {
	min-width: 200px;
	width: 200px;
}

.atf-room-table thead tr th.atf-room-facility {
	min-width: 130px;
	width: 200px;
}

.atf-room-table thead tr th.atf-room-price {
	min-width: 200px;
	width: 200px;
}

.table.atf-room-table .atf-room-image {
	width: 200px;
	margin-bottom: 10px;
	margin-top: 0;
}

.atf-room-table thead th {
	background: var(--thm-color);
	color: var(--thm-white);
	text-align: center;
	border-right: 1px solid #eaeaea;
}

.table.atf-room-table tbody tr td {
	border-right: 1px solid #eaeaea;
}

.table> :not(caption)>*>* {
	padding: 12px;
}

.table.atf-room-table .room-icon i {
	float: left;
	margin-right: 6px;
	margin-top: 5px;
	font-size: 15px;
}

.table.atf-room-table .room-icon p {
	margin-bottom: 0;
}

.table.atf-room-table .list-styled {
	list-style: inherit ! important;
	padding-left: 14px;
}

.atf-room-table thead tr th.atf-room-option tr td {
	border-bottom: 2px solid red;
}

.atf-room-opt h2 {
	line-height: 1.1;
}

/* END HOTEL DETAILS DESIGN */
/*
 * ----------------------------------------------------------------------------------------
 * END HOTEL DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 * 09. START SPECIAL PACKAGE DESIGN
 * ----------------------------------------------------------------------------------------
*/
/* START PACKAGE DETAILS DESIGN */
.atf-widget .cs-select,
.atf-widget .input-group {
	margin-bottom: 15px;
}

.atf-call-icon {
	margin-right: 15px;
	background: var(--thm-color);
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	color: var(--thm-white);
}

.atf-call-location p {
	font-weight: 700;
	line-height: 24px;
}

.atf-blog-tag strong {
	color: var(--thm-color);
	font-weight: 600;
}

.atf-sort-btn {
	position: relative;
}

.atf-sort-btn {
	position: absolute;
	display: block;
	right: 70px;
	top: -21px;
}

.atf-sort-icon {
	position: absolute;
	display: block;
	right: -42px;
	top: 0px;
	font-size: 16px;
}

.atf-sort-btn select {
	float: left;
	margin-right: 5px;
}

.atf-post-highlights {
	position: relative;
}

.atf-post-highlights .atf-highlights-content li::before {
	content: "\f061";
	color: var(--thm-color);
	font-family: "Font Awesome 6 Free";
	font-weight: 700;
	font-size: 15px;
	color: var(--thm-color);
	position: absolute;
	left: 0;
}

.atf-highlights-content li {
	padding-left: 25px;
	line-height: 30px;
}

.atf-table-package {
	padding: 15px 0;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.card-header.panel-heading .day {
	background: var(--thm-white);
	padding: 3px 15px;
	border-radius: 3px;
	margin-right: 10px;
	color: var(--thm-black);
}

.atf-media-gallary .atf-footer-link img {
	width: 175px;
	margin-bottom: 0 !important;
}

.review-icon {
	color: var(--thm-color);
	margin-bottom: 5px;
}

.atf-review-area {
	border: 1px solid #eaeaea;
	padding: 15px 20px;
	margin-left: 2px;
}

.atf-single-package.style1 {
	margin: 0 0px 20px;
}

.atf-package-like a {
	font-size: 16px;
}

.atf-package-like {
	position: absolute;
	right: 20px;
	bottom: 70px;
}

.comment-form-review {
	width: 100%;
}

/*
* ----------------------------------------------------------------------------------------
* START SKILL DESIGN
* ----------------------------------------------------------------------------------------
*/
.skill_content h2 {
	text-transform: capitalize;
}

.progress-bar-text {
	color: var(--thm-black);
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 13px;
	text-transform: capitalize;
	margin-bottom: 3px !important;
}

.progress-bar-text span {
	float: right
}

.progress-bar {
	background: #ddd none repeat scroll 0 0;
	box-shadow: 0 0 0;
	height: 5px;
	margin: 0 0 2px;
	position: relative;
	width: 100%;
}

.progress-bar>span {
	background: var(--thm-color);
	display: block;
	height: 100%;
	width: 0;
}

/*
* ----------------------------------------------------------------------------------------
* END SKILL DESIGN
* ----------------------------------------------------------------------------------------
*/
/* START PACKAGE DETAILS DESIGN  */

.atf-single-package {
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.atf-single-package:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
	-webkit-box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
}

.atf-single-package {
	margin: 0 15px 20px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}

.atf-pack-img {
	position: relative;
	transition: .5s;
	overflow: hidden;
	border-radius: 5px;
}

.atf-pack-img:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
	opacity: 0;
	transition: .5s;
}

.atf-pack-img:hover:before {
	opacity: 1;
}

.atf-pack-price {
	font-weight: 500;
	color: var(--thm-black);
	font-size: 15px;
	position: absolute;
	bottom: 0px;
	left: 0;
	background: var(--componentBgColor);
	display: inline-block;
	z-index: 1;
	padding: 10px 14px 0 10px;
	letter-spacing: 1px;
}

.atf-single-package .atf-tour-low-rate {
	font-weight: 500;
	color: var(--thm-black);
	font-size: 15px;
	position: absolute;
	top: 10px;
	left: 10px;
	background: var(--thm-white);
	z-index: 1;
	opacity: 0.8;
}

.atf-tour-low-rate {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
}

.atf-tour-locaton {
	font-size: 16px;
}

.atf-tour-locaton i {
	color: var(--thm-color);
	float: left;
	margin-top: 5px;
}

.atf-package-hover .atf-tour-rating {
	color: var(--thm-color);
	text-align: left;
}

.atf-single-package .atf-package-hover {
	padding: 30px;
	background: var(--componentBgColor);
}

.atf-single-package img {
	width: 100%;
	position: relative;
}

.atf-single-package h4 {
	margin: 15px 0;
	font-weight: 600;
	transition: all 0.3s ease-in-out 0s;
}

.atf-single-package .atf-rating {
	margin-bottom: 3px;
}

.atf-tour-time i {
	color: var(--thm-color);
}

.atf-single-package .atf-tour-time {
	text-transform: capitalize;
	display: flex;
	align-items: center;
	min-height: 100%;
}

.atf-time-zone {
	display: flex;
	align-items: center;
	min-height: 100%;
	margin-top: 12px;
}

#atf-package-slide .owl-controls {
	margin-top: 15px;
}

#atf-package-slide .owl-dots .owl-dot span {
	width: 16px;
	height: 6px;
	opacity: 1;
	background: var(--thm-black);
	border-radius: 35px;
	transition: 0.4s all ease-in-out;
}

#atf-package-slide .owl-dots .owl-dot.active span {
	background: var(--thm-color);
	width: 30px;
	transition: 0.2s ease-in-out;
}

/*
 * ----------------------------------------------------------------------------------------
 * 09.END SPECIAL PACKAGE DESIGN
 * ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
.our-team {
	border: 1px solid #d3d3d3;
	position: relative;
	overflow: hidden;
}

.our-team img {
	width: 100%;
	height: auto;
}

.our-team .team-content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 45px 18px;
	background: rgba(0, 0, 0, 0.7);
	transform: translateX(-100%);
	transition: all 0.20s ease 0s;
}

.our-team:hover .team-content {
	transform: translateX(0);
}

.our-team .team-content .post-title {
	font-size: 18px;
	color: var(--thm-white);
	text-transform: uppercase;
}

.our-team .team-content .post {
	font-size: 14px;
	color: var(--thm-white);
	display: block;
	margin-bottom: 20px;
}

.our-team .description {
	font-size: 14px;
	line-height: 25px;
	color: var(--thm-white);
	margin-bottom: 20px;
}

.our-team .team_social {
	margin: 0;
	padding: 0;
	list-style: none;
}

.our-team .team_social li {
	display: inline-block;
	margin-right: 5px;
}

.our-team .team_social li a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #f5f5f5;
	font-size: 15px;
	color: var(--thm-white);
	line-height: 37px;
	text-align: center;
	display: inline-block;
	transition: border 0.3s ease 0s;
}

.our-team .team_social li a:hover {
	border-color: transparent;
}

.our-team .team-prof {
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: right;
	padding: 20px 16px;
	background: rgba(0, 0, 0, 0.7);
	transform: translateX(0);
	transition: all 0.20s ease 0s;
}

.our-team:hover .team-prof {
	transform: translateX(100%);
}

.our-team .team-prof .post-title {
	font-size: 18px;
	color: var(--thm-white);
	margin: 0 0 8px 0;
	text-transform: uppercase;
}

.our-team .team-prof .post {
	font-size: 14px;
	margin-bottom: 0;
	color: var(--thm-white);
}

@media only screen and (max-width: 991px) {
	.our-team {
		margin-bottom: 20px;
	}
}

/*
* ----------------------------------------------------------------------------------------
* END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 10.START COMPANY PARTNER LOGO
* ----------------------------------------------------------------------------------------
*/
.atf-partner-logo {
	position: relative;
	background: var(--thm-f6);
}

.atf-partner {
	text-align: center
}

.atf-partner.owl-theme .owl-controls {
	display: none !important;
}

.atf-partner-logo .owl-carousel .owl-item img {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	display: inline-block;
	max-width: 100%;
	border-radius: 4px;
	background: var(--thm-white);
}

/*
* ----------------------------------------------------------------------------------------
* 10. END COMPANY PARTNER LOGO
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * 11. START BLOG DESIGN
 *************************************/
.atf-blog-area .atf-single-blog {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-in-out;
	border-radius: 10px;
}

.atf-single-post .atf-single-blog {
	margin: 15px 0;
}

.atf-blog-content {
	padding: 5px 15px 30px 20px;
	background: var(--componentBgColor);
}

.atf-post-img img {
	width: 100%;
}

.atf-post-img .atf-blog-tag a {
	overflow: hidden;
	position: relative;
}

.atf-post-img .atf-blog-date a {
	color: var(--thm-white);
	font-size: 14px;
	background: var(--thm-color);
	padding: 5px 15px;
	border-radius: 3px;
}

.atf-post-img .atf-blog-date {
	content: '';
	position: absolute;
	top: 20px;
	right: 18px;
	color: var(--thm-white);
}

.atf-post-img .atf-blog-date1 a {
	color: var(--thm-white);
	font-size: 14px;
	background: var(--thm-color);
	padding: 5px 15px;
	border-radius: 3px;
}

.atf-post-img .atf-blog-date1 {
	content: '';
	position: absolute;
	bottom: 15px;
	right: 18px;
	color: var(--thm-white);
}

.atf-blog-content .atf-blog-tag {
	font-weight: 400;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.atf-blog-content .atf-single-blog-icon {
	-webkit-transition: all .3s;
	transition: all .3s;
}

.atf-single-blog .atf-blog-content h4 {
	padding-top: 10px;
	transition: all 0.3s ease-in-out 0s;
}

.atf-single-blog .atf-blog-content p {
	padding: 15px 5px 15px 0;
	font-size: 14px;
}

.atf-single-blog-icon i {
	color: var(--thm-color);
}

.atf-blog-btn .atf-blog-icon {
	opacity: 0;
	visibility: hidden;
	transform: translateX(-15px);
	transition: all 0.3s ease-in-out 0s;
}

.atf-blog-btn .atf-themes-btn {
	text-transform: capitalize;
	font-size: 15px;
	background: transparent;
	color: var(--thm-color);
	box-shadow: none;
	padding: 0;
	font-weight: 600;
	transition: 0.5s all ease-in-out 0s;
	transform: translateY(-0px);
	letter-spacing: 0;
}

.atf-blog-btn .atf-themes-btn:hover .atf-blog-icon {
	transform: translateX(0px);
	opacity: 1;
	visibility: visible;
	transition: all 0.5s ease-in-out 0s;
}

.atf-blog-btn .atf-themes-btn:hover {
	color: var(--thm-black);
	text-decoration: underline;
}

/*--------------------------------------------------------------
START BLOG DETAILS DESIGN
----------------------------------------------------------------*/
.atf-blog-area .atf-blog-up {
	margin-top: 0px ! important
}

.atf-blog-area .atf-post-slide {
	margin: 15px 5px;
}

.atf-post.atf-style1 .atf-post-title {
	font-size: 15px;
	margin: 15px 0px 5px;
	line-height: 1.3;
}

.atf-post-date {
	font-size: 12px;
}

.atf-sidebar-widget .atf-post.atf-style1 .atf-post-thumb {
	width: 80px;
}

.atf-post.atf-style1 {
	display: flex;
}

.atf-post.atf-style1 .atf-post-thumb {
	flex: none;
	margin-right: 10px;
	width: 70px;
}

.atf-sidebar-widget .atf-post-widget-list>li:not(:last-child) {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

.atf-widget {
	margin: 20px 0;
}

.atf-post.atf-style1 .atf-post-title a:hover {
	color: var(--thm-color);
}

.atf-post-info {
	margin-top: -8px;
}

.blog_search {
	position: relative;
}

.blog_search a {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 15px;
	color: var(--thm-white);
	line-height: 50px;
	background: var(--thm-color);
	width: 50px;
	height: 53px;
	transition: all 0.3s ease-in-out 0s;
}

.blog_search a:hover {
	background: var(--thm-black);
}

.blog_search i {
	position: absolute;
	top: 18px;
	right: 15px;
}

.blog_search input {
	background: #f9f9f9 none repeat scroll 0 0;
	border: 1px solid #eee;
	border-radius: 0 !important;
	color: #161616;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	height: calc(2.5em + .75rem + 2px);
}

.blog_search .form-control:focus {
	border-color: var(--thm-color);
	box-shadow: none;
}

.atf-page-heading {
	height: 650px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-top: 50px;
	background-size: cover;
	background-attachment: fixed;
}

.atf-page-heading.atf-size-md {
	height: 450px;
}

.atf-page-heading:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.4);
}

.atf-page-heading>div {
	position: relative;
	z-index: 1;
}

.atf-page-heading-title {
	color: var(--thm-white);
	font-size: 50px;
	text-align: center;
	margin-bottom: 7px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	font-weight: 600;
}

.atf-breadcamp {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	margin: 0;
}

.atf-breadcamp li {
	color: rgba(255, 255, 255, 0.7);
	list-style: none;
}

.atf-breadcamp li:not(:last-child):after {
	content: '/';
	padding-right: 6px;
	margin-left: 6px;
}

.atf-breadcamp a:hover {
	color: var(--thm-white);
}

.atf-widget {
	border: 1px solid #eaeaea;
	border-radius: 4px;
	padding: 30px;
	background: var(--thm-white);
}

.atf-widget .atf-widget-title {
	font-size: 22px;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 25px;
	margin-top: -3px;
}

.atf-widget .atf-widget-title::before {
	content: '';
	background-color: var(--thm-color);
	position: absolute;
	left: -12px;
	bottom: 10px;
	height: 35px;
	width: 3px;
}

.atf-widget-list {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 3px;
	margin-bottom: -18px;
	margin-left: -6px;
}

.atf-widget-list li {
	border: 1px dotted #eaeaea;
	background: var(--thm-white);
	margin: 5px;
}

.atf-widget-list a {
	display: block;
	padding: 10px 0;
	padding-left: 12px;
	/* background: var(--thm-color); */
	color: var(--thm-p);
}

.atf-widget-list a:hover {
	color: var(--thm-color);
}

.atf-showcase img {
	width: 90px;
	height: 90px;
	margin: 5px 1px;
}

.atf-widget-list li::before {
	content: "\f35a";
	color: var(--thm-color);
	font-family: "Font Awesome 6 Free";
	font-weight: 700;
	font-size: 15px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 15px;
}

.atf-widget-list span {
	float: right;
	padding-right: 15px;
	font-weight: 600;
}

.atf-tagcloud {
	margin-bottom: 0px;
}

.atf-tagcloud .atf-tag {
	display: inline-block;
	font-size: 14px;
	padding: 2px 10px;
	border: 1px solid #eaeaea;
	border-radius: 4px;
	margin-right: 6px;
	margin-bottom: 10px;
}

.atf-tagcloud .atf-tag:hover {
	color: var(--thm-white);
	background-color: var(--thm-color);
	border-color: var(--thm-color);
}

.atf-post-details.atf-style1 {
	font-weight: 400;
}

.atf-post-details.atf-style1 .slick-slide {
	line-height: 0;
}

.atf-post-details.atf-style1 .atf-post-thumb {
	margin-bottom: 25px;
}

.atf-post-details.atf-style1 .atf-post-thumb img {
	width: 100%;
}

.atf-post-details.atf-style1 .atf-post-title {
	font-size: 28px;
	margin-bottom: 9px;
}

.atf-post-details.atf-style1 blockquote {
	background: var(--thm-f6);
	margin: 0;
	padding: 27px 40px 25px;
	font-size: 20px;
	line-height: 1.6em;
	border-left: 5px solid var(--thm-color);
	margin: 20px 0;
	color: var(--thm-p);
	text-align: center;
	border-right: 5px solid var(--thm-color);
	font-style: italic;
}

.atf-post-details.atf-style1 blockquote small {
	display: block;
	line-height: inherit;
	margin-top: 4px;
	color: #b5b5b5;
	font-size: inherit;
	font-size: 16px;
}

.atf-post-details.atf-style1 blockquote small span {
	color: var(--thm-black);
}

.atf-post-details.atf-style1 .atf-post-label {
	margin-bottom: 15px;
}

.atf-post-details.atf-style1 .atf-post-text p {
	margin-bottom: 15px;
}

.atf-post-details.atf-style1 .atf-post-meta {
	display: flex;
	justify-content: space-between;
	padding: 23px 0;
	/* border-top: 1px solid #eaeaea;*/
	border-bottom: 1px solid #eaeaea;
}

.atf-post-details.atf-style1 h2 {
	font-size: 28px;
	margin-bottom: 10px;
}

.atf-post-details.atf-style1 p {
	margin-bottom: 15px;
}

.atf-post-details.atf-style1 img {
	margin-bottom: 20px;
	border-radius: 4px;
	margin-top: 5px;
}

.atf-post-details.atf-style1 .embed-responsive {
	margin-top: 15px;
	margin-bottom: 15px;
}

.atf-post-details.atf-style1 .embed-responsive iframe {
	width: 100%;
	height: 460px;
}

.atf-post-label>span {
	display: inline-block;
	position: relative;
}

.atf-post-label>span:not(:last-child) {
	padding-right: 15px;
	margin-right: 15px;
}

.atf-post-label>span:not(:last-child):before {
	content: '';
	position: absolute;
	height: 16px;
	width: 1px;
	background-color: #b5b5b5;
	right: 0;
	top: 6px;
}

.atf-post-label a:hover {
	color: var(--thm-color);
}

.atf-post-tage-list {
	display: flex;
	flex-wrap: wrap;
}

.atf-post-tage-list li {
	margin-right: 5px;
	color: var(--thm-eee);
	font-weight: 600;
	background: var(--thm-color);
	padding: 4px 10px;
	border-radius: 2px;
	transition: all 0.3s ease-in-out 0s;
}

/* .atf-post-tage-list li:not(:last-child):after {
    content: ','; 
} */
.atf-post-tage-list li a:hover {
	color: var(--thm-white);
}

.atf-post-tages,
.atf-post-share {
	display: flex;
	align-items: center;
}

.atf-post-tages .atf-post-tage-title,
.atf-post-tages .atf-post-share-title,
.atf-post-share .atf-post-tage-title,
.atf-post-share .atf-post-share-title {
	margin: 0;
	font-size: 16px;
	margin-right: 10px;
	line-height: 1.4em;
}

.atf-post-share-btn-list {
	display: flex;
	flex-wrap: wrap;
}

.atf-post-share-btn-list a:not(:last-child) {
	margin-right: 12px;
	color: var(--thm-black);
}

.atf-post-share-btn-list a:hover {
	color: var(--thm-color);
}

.atf-post-btn-gropu {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #eaeaea;
}

.atf-post-btn-gropu .atf-btn {
	min-width: 170px;
	justify-content: center;
}

.atf-next-img img,
.atf-previous-img img {
	width: 90px;
}

.atf-author-img img {
	width: 250px;
}

.atf-author-img .read {
	text-decoration: underline;
	font-weight: 600;
}

.atf-author-social {
	margin-top: -15px;
}

.atf-page-heading-in .atf-post-label {
	color: rgba(255, 255, 255, 0.75);
	display: flex;
	justify-content: center;
	margin-top: 6px;
	font-size: 16px;
}

.atf-page-heading-in .atf-post-label>span:not(:last-child):before {
	background-color: var(--thm-white);
}

.atf-page-heading-in .atf-post-label>span:not(:last-child) {
	color: rgba(255, 255, 255, 0.75);
}

.atf-page-heading-in .atf-post-label a:hover {
	color: var(--thm-white);
}

.atf-page-heading-subtitle {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	font-weight: 300;
	margin-top: 7px;
}

@media screen and (max-width: 991px) {
	.atf-page-heading-title {
		font-size: 38px;
	}

	.atf-page-heading-subtitle {
		font-size: 16px;
	}

	.atf-page-heading.atf-size-md {
		height: 350px;
		padding-top: 80px;
	}

	.atf-page-heading-title br {
		display: none;
	}

	.atf-page-heading {
		height: 500px;
		padding-top: 80px;
	}
}

/*--------------------------------------------------------------
 Comment
----------------------------------------------------------------*/
.comments-title,
.comment-reply-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
	text-transform: capitalize;
}

.comment-list-outer,
.comment-respond {
	border-radius: 4px;
}

.comment-body {
	position: relative;
	margin-bottom: 30px;
	min-height: 90px;
	border: 1px solid #eaeaea;
	padding: 30px;
}

.children .comment-body {
	min-height: 70px;
}

.comment-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.comments-area ol {
	list-style: none;
	padding-left: 0;
}

.comments-area .children {
	padding-left: 70px;
}

.comments-area .children .children {
	padding-left: 35px;
}

.comment-author a:hover {
	color: var(--thm-color);
}

.comment-author {
	margin-top: 20px;
}

.comment-author .nm {
	font-weight: 600;
	color: var(--thm-black);
	font-size: 16px;
}

.comment-metadata {
	line-height: 20px;
	position: relative;
	margin-top: 30px;
}


/* .comment-metadata a {
	font-weight: 600;
	font-size: 14px;
	position: absolute;
	left: -1px;
	top: 24px;
} */
.comment-img img {
	border-radius: 50%;
}

.comment-content {
	line-height: 25px;
	font-size: 15px;
}

.comment-heading .nm {
	font-weight: 600;
	color: var(--thm-black);
	font-size: 16px;
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.comment-content p {
	line-height: inherit;
	color: inherit;
	font-size: 14px;
}

.comment-reply-link {
	font-size: 15px;
	color: var(--thm-black);
	position: absolute;
	right: 30px;
	border: 1px solid #eaeaea;
	padding: 5px 10px;
	bottom: 60px;
	transition: all 0.3s ease-in-out 0s;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	color: var(--thm-color);
}

.comment-reply-link i {
	margin-right: 6px;
}

.comment-reply-link:before {
	font-family: 'Font Awesome Free 5';
	margin-right: 4px;
}

.children .comment-body {
	margin-left: 10px;
}

.comment-respond {
	display: block;
	width: 100%;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.comment-form {
	display: flex;
	flex-wrap: wrap;
}

.comment-form-phone,
.comment-form-url,
.comment-form-author,
.comment-form-email {
	width: 50%;
}

.comment-form-email {
	padding-left: 10px;
}

.comment-form-comment {
	width: 100%;
}

.comment-form-phone,
.comment-form-author {
	padding-right: 10px;
}

.comment-form-url {
	padding-left: 10px;
}

.form-submit {
	margin-bottom: 0;
}

.comment-form p {
	margin: 0;
}

.comment-form textarea,
.comment-form input {
	border: 1px solid #eaeaea;
	padding: 8px 10px;
	width: 100%;
	background-color: transparent;
	display: block;
	margin-bottom: 20px;
	transition: all 0.3s ease;
	border-radius: 4px;
}

.comment-form textarea:focus,
.comment-form input:focus {
	outline: none;
	border-color: var(--thm-color);
}

.post-navigation {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.post-navigation>div {
	display: inline-block;
}

.nav-previous a:before {
	content: "\f100";
	font-family: 'FontAwesome';
	margin-right: 4px;
}

.nav-next a:after {
	content: "\f101";
	font-family: 'FontAwesome';
	margin-left: 4px;
}

.nav-all-post {
	min-width: 120px;
	text-align: center;
	margin: 0 25px;
}

/*
* ----------------------------------------------------------------------------------------
* PAGINATION DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-post-pagination {
	margin: 30px 0;
	justify-content: center;
}

.page-item.active .page-link {
	background-color: var(--thm-color);
	border-color: var(--thm-color);
}

.pagination-outer {
	text-align: center;
}

.pagination {
	font-family: var(--thm-font);
	display: inline-flex;
}

.pagination li a.page-link {
	color: var(--thm-white);
	background: var(--thm-black);
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	height: 35px;
	width: 35px;
	padding: 0;
	margin: 0 5px;
	border-radius: 0;
	border: none;
	overflow: hidden;
	position: relative;
	transition: all 0.4s ease 0s;
}

.pagination li a.page-link:hover,
.pagination li a.page-link:focus,
.pagination li.active a.page-link:hover,
.pagination li.active a.page-link {
	color: var(--thm-white);
	background: var(--thm-black);
}

.pagination li a.page-link::before {
	content: '';
	background-color: var(--thm-color);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 100%;
	z-index: -1;
	transition: all 0.5s ease 0s;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.pagination li a.page-link:hover:before,
.pagination li.active a.page-link:before {
	top: 0;
}

@media only screen and (max-width: 480px) {
	.pagination {
		font-size: 0;
		display: block;
	}

	.pagination li {
		display: inline-block;
		margin: 0 0 10px;
	}
}

/*--------------------------------------------------------------
END BLOG DETAILS DESIGN
----------------------------------------------------------------*/
/**************************************
 * 11. END BLOG DESIGN
 *************************************/
/**************************************
 * 12. START TESTIMONIAL DESIGN
 *************************************/
#testimonial {
	background: var(--thm-f6);
	position: relative;
	text-align: center;
	z-index: 1;
}

.atf-testimonial-item {
	overflow: hidden;
	position: relative;
	padding: 30px 0;
	margin: 0 15px;
	border-radius: 3px;
}

.atf-testimonial-item .atf-testimonial-image img {
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	width: 120px;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
	border: 5px solid var(--thm-color);
}

.atf-testimonial-inner {
	display: block;
	color: var(--thm-white);
}

.atf-testimonial-inner .atf-testimonial-text {
	font-size: 15px;
	line-height: 1.8;
	font-weight: 400;
	margin-bottom: 0;
	color: var(--thm-p);
	display: block;
	padding: 20px 30px;
	font-style: italic;
}

.atf-testimonial-black {
	color: var(--thm-color) !important;
}

.atf-testimonial-star-icon i {
	cursor: pointer;
	color: var(--thm-black);
	margin-top: 7px;
}

.atf-testimonial-designation span {
	font-style: italic;
	font-size: 13px;
	font-weight: normal;
}

/* owl theme */
.atf-main-testimonials.owl-theme .owl-dots,
.owl-theme .owl-nav {
	margin-top: 40px;
	margin-left: 8px;
}

.atf-main-testimonials.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 50px;
	line-height: .7;
}

.atf-main-testimonials.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	border: 2px solid var(--thm-black);
	background: transparent;
	transition: all 0.3s ease-in-out 0s;
}

.atf-main-testimonials.owl-theme .owl-dots .owl-dot.active span {
	background: var(--thm-color);
	border: 2px solid var(--thm-color);
	width: 30px;
}

/**************************************
 * 12. END TESTIMONIAL DESIGN
 *************************************/
/**************************************
 * 13. START CONTACT DESIGN
 *************************************/
#contact {
	position: relative;
}

.footer-overlay {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}

.atf-contact-bg {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	padding: 45px;
	background: var(--thm-white);
	border-radius: 12px;
}

.atf-contact-bg h3 {
	margin-bottom: 35px;
}

.atf-contact-address {
	border-bottom: 1px solid #ddd;
	padding-bottom: 17px;
	display: block;
	overflow: hidden;
}

.atf-contact-address1 {
	border-bottom: none ! important;
}

.atf-contact-details {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}

.atf-contact-details i {
	font-size: 20px;
	color: var(--thm-color);
	float: left;
	margin-top: 4px;
}

.atf-contact-details h4 {
	color: var(--thm-black);
	font-weight: 500;
	font-size: 18px;
	line-height: 14px;
}

.atf-contact-details p {
	margin-top: 10px;
	color: var(--thm-black);
	display: block;
	overflow: hidden;
}

.atf-contact-form .button {
	margin: 0;
}

.atf-contact-area .form input,
.atf-contact-area .form textarea {
	width: 100%;
	padding: 10px 20px;
	border: 0;
	background-color: var(--thm-f6);
	font-weight: 400;
	color: var(--thm-black);
	border: 1px solid #ddd;
	border-radius: 8px;
}

.atf-contact-area .form textarea {
	max-height: 120px;
	max-width: 100%;
	color: var(--thm-black);
}

.form-message {
	color: var(--thm-black);
}

.atf-contact-btn .atf-themes-btn:hover {
	background: var(--thm-black);
}

.atf-contact-btn .atf-themes-btn {
	color: var(--thm-white);
	width: 100%;
	transform: translate(-0px);
}

/**************************************
 * 13. END CONTACT DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* 14. START MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
#atf-map-area iframe {
	width: 100%;
	height: 500px;
	display: block;
}

/*
* ----------------------------------------------------------------------------------------
* END MAP DESIGN
* ----------------------------------------------------------------------------------------
/*
* ----------------------------------------------------------------------------------------
* 15.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-footer-area {
	background: var(--footerBg);
	color: var(--footerColor);
}

.atf-footer-logo img {
	width: 160px;
	height: auto;
	margin-bottom: 20px;
}

/* .atf-mailchamp-subscribe {
	position: relative;
}

.atf-mailchamp-subscribe form input {
	background: var(--thm-white);
	color: var(--thm-black);
	border: 1px solid #eee;
	width: 100%;
	height: 45px;
	padding-left: 15px;
	font-size: 14px;
	border-radius: 5px;
}

.atf-mailchamp-subscribe .btn i {
	font-size: 30px;
	color: var(--thm-color);
}

.atf-mailchamp-subscribe .btn {
	position: absolute;
	right: -2px;
	background: transparent;
	box-shadow: none;
} */

.atf-mailchamp-subscribe .atf-subscription-label {
	color: var(--thm-white);
	margin-top: 10px;
}

.atf-footer-link img {
	width: 90px;
	margin: 0 5px 8px 0;
}

.atf-footer-boottom {
	padding: 30px 0;
	/* background: var(--thm-f1); */
	background: var(--footerBg);
}

.atf-footer-box p {
	color: var(--footerColor);
	margin-bottom: 20px;
}

.atf-footer-box strong {
	font-weight: 700;
}

.atf-footer-area .atf-footer-link {
	position: relative;
}

.atf-footer-area .atf-footer-link::after {
	content: '';
	position: absolute;
	left: 0px;
	top: 35px;
	background: var(--thm-color);
	width: 50px;
	height: 3px;
}

.atf-footer-link h5 {
	margin-bottom: 35px;
	font-size: 18px;
	font-weight: 600;
	color: var(--footerColor);
}

.atf-footer-link .atf-list-menu li a {
	color: var(--footerColor);
	margin-bottom: 10px;
	display: block;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.atf-footer-link .atf-list-menu li a:hover {
	color: var(--footerColor);
	padding-left: 4px;
}

.atf-footer-link .atf-list-menu li a span {
	position: relative;
	display: block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	font-weight: 500;
	font-family: var(--thm-font);
}

.atf-footer-boottom p {
	color: var(--footerColor);
	/* color: var(--thm-black); */
	text-align: left;
}

.atf-footer-boottom li {
	color: var(--footerColor);
	/* color: var(--thm-black); */
	text-align: left;
}


.atf-footer-boottom a {
	color: var(--thm-black);
	font-weight: 600;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	text-decoration: underline;
}

.atf-footer-boottom a:hover {
	color: var(--thm-color);
	text-decoration: inherit;
}

.atf-footer-social-icon li a:hover {
	background: var(--thm-black);
	transition: all .3s;
	-webkit-transition: all .3s;
	color: var(--thm-white);
}

.atf-footer-social-icon li {
	display: inline-block;
}

.atf-footer-social-icon li a {
	/* width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: var(--thm-color);
	color: var(--thm-white);
	display: block;
	border-radius:5px; */
}

/*----------------------------------------*/
/*  START SIGNUP DESIGN
/*----------------------------------------*/
.p-relative {
	position: relative;
}

.p-absolute {
	position: absolute;
}

.atf-login__wrapper {
	padding: 50px 85px 55px;
	background: var(--thm-white);
	box-shadow: 0px 30px 60px rgba(3, 4, 28, 0.1);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.atf-login__wrapper {
		padding: 50px 40px 55px;
	}
}

@media (max-width: 575px) {
	.atf-login__wrapper {
		padding: 40px 25px 45px;
	}
}

.atf-login__title {
	font-size: 34px;
	letter-spacing: -0.04em;
	margin-bottom: 6px;
}

.atf-login__top p {
	font-size: 16px;
}

.atf-login__input {
	position: relative;
}

.atf-login__input-wrapper {
	margin-bottom: 14px;
}

.atf-login__input input {
	background: var(--thm-white);
	border: 1px solid #EAEAEF;
	padding-left: 55px;
	/* padding-right: 50px; */
	height: 60px;
	line-height: 60px;
	width: 100%;
}

.atf-login__input input:focus {
	border-color: var(--thm-color);
}

.atf-login__input span {
	position: absolute;
	top: 50%;
	left: 27px;
	-webkit-transform: translateY(calc(-50% - 3px));
	-moz-transform: translateY(calc(-50% - 3px));
	-ms-transform: translateY(calc(-50% - 3px));
	-o-transform: translateY(calc(-50% - 3px));
	transform: translateY(calc(-50% - 3px));
}

.atf-login__input-item {
	position: relative;
}

.atf-login__input-item:not(:last-child) {
	margin-bottom: 20px;
}

.atf-login__input-item>span {
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(calc(-50% - 3px));
	-moz-transform: translateY(calc(-50% - 3px));
	-ms-transform: translateY(calc(-50% - 3px));
	-o-transform: translateY(calc(-50% - 3px));
	transform: translateY(calc(-50% - 3px));
}

.atf-login__input-item>span:hover {
	cursor: pointer;
}

.atf-login__remember input[type=checkbox],
.atf-login__remember input[type=radio] {
	display: none;
}

.atf-login__remember input[type=checkbox]:checked~label::after,
.atf-login__remember input[type=radio]:checked~label::after {
	background-color: transparent;
	border-color: var(--thm-color);
}

.atf-login__remember input[type=checkbox]:checked~label::before,
.atf-login__remember input[type=radio]:checked~label::before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.atf-login__remember label {
	font-size: 14px;
	position: relative;
	padding-left: 30px;
}

.atf-login__remember label::after,
.atf-login__remember label::before {
	position: absolute;
	content: "";
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	background-color: var(--thm-white);
	border: 1px solid #EAEAEF;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

.atf-login__remember label::before {
	width: 14px;
	height: 14px;
	background-color: var(--thm-color);
	left: 3px;
	top: 5px;
	right: 3px;
	bottom: 3px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.atf-login__remember label:hover {
	cursor: pointer;
}

.atf-login__forgot a {
	font-size: 14px;
	color: var(--thm-color);
	text-transform: capitalize;
}

.atf-login__forgot a:hover {
	color: var(--thm-color);
}

.atf-login__btn {
	padding-bottom: 25px;
	width: 100%;
	padding-top: 20px;
	text-align: center;
}

.atf-login__social-header {
	font-weight: 500;
	font-size: 15px;
	letter-spacing: -0.02em;
	color: var(--thm-black);
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 0 10px;
	margin-bottom: 25px;
}

.atf-login__social-header::after,
.atf-login__social-header::before {
	position: absolute;
	content: "";
	left: 100%;
	top: 10px;
	width: 30px;
	height: 1px;
	background-color: var(--thm-black);
}

.atf-login__social-header::before {
	left: auto;
	right: 100%;
}

.atf-login__social-item a {
	display: inline-block;
	padding: 11px 25px;
	font-weight: 500;
	font-size: 14px;
	background: var(--tp-common-white);
	border: 1px solid #EAEAEF;
	margin-bottom: 20px;
	margin-right: 10px;
}

@media (max-width: 575px) {
	.atf-login__social-item a {
		width: 100%;
		margin-right: 0;
	}

	.atf-login__title {
		font-size: 25px;
	}
}

.atf-login__social-item a:last-child {
	margin-right: 0;
}

.atf-login__social-item a .login-social-icon {
	margin-right: 3px;
}

.atf-login__social-item a .login-social-icon svg {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

.atf-login__social-item a:hover {
	border-color: var(--tp-theme-1);
}

.atf-login__register-now {
	text-align: center;
}

.atf-login__register-now p {
	font-size: 14px;
	margin-bottom: 0;
}

.atf-login__register-now p a {
	color: var(--thm-black);
	font-weight: 500;
	transition: all 0.3s ease-in-out 0s;
}

.atf-login__register-now p a:hover {
	color: var(--thm-color);
	text-decoration: underline;
}

/* Login start
-------------------------------------------------------------- */
.atf-sign-in {
	transition: all 0.4s ease;
	color: rgba(255, 255, 255, 0.8);
	cursor: pointer;
	font-weight: 600;
}

.atf-sign-in a:hover {
	color: var(--thm-white);
}

.atf-sign-in span {
	margin: 6px;
}

.sign_border {
	position: relative;
	z-index: 1;
}

.sign_border::after {
	position: absolute;
	top: 50%;
	width: 2px;
	height: 16px;
	content: "";
	background: var(--thm-white);
	margin-top: -8px;
}

.atf-sign-in-content a {
	padding: 0 10px;
}

.atf_header_top.style2 {
	padding: 7px 0;
}

/*
* ----------------------------------------------------------------------------------------
* 15.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
@media only screen and (max-width: 991px) {
	#atf_nav-menu {
		display: none;
	}

	/* .atf-top-header {
		margin-top: 70px;
	} */
	#atf_nav-menu ul li a .arrow-btn {
		display: none;
	}

	#mobile_menu {
		display: block;
		width: 100%;
	}

	.site-logo {
		margin-bottom: 16px;
	}

	.slicknav_nav {
		background-color: var(--thm-p);
		width: 250px;
		float: right;
		overflow-y: scroll;
		height: 250px;
	}

	#atf_navigation #mobile_menu li a {
		color: var(--thm-white);
		font-weight: 400;
		font-family: var(--thm-font);
	}

	#atf_navigation #mobile_menu li li a {
		color: var(--thm-black);
	}

	#atf_navigation #mobile_menu li i {
		display: none;
	}

	#atf_navigation ul li ul,
	#atf_navigation ul {
		transition: .5s;
	}

	#atf_navigation.navbar-fixed #mobile_menu li a {
		color: var(--thm-white);
	}

	.slicknav_nav a {
		padding: 3px 0px;
		transition: .5s;
	}

	#atf_navigation #mobile_menu li a:hover,
	#atf_navigation #mobile_menu li a:focus {
		color: var(--thm-color);
	}

	.slicknav_btn {
		top: 18px;
	}

	.mt-lg-40 {
		margin-top: 40px;
	}

	.mb-lg-40 {
		margin-bottom: 40px;
	}

}

@media only screen and (max-width: 575px) {

	.slicknav_btn {
		margin: 0;
		text-decoration: none;
		position: absolute;
		top: 30px;
		right: 17px;
	}

}


.nav-logo {
	height: 80px !important;
	object-fit: contain;
	border-radius: 5px;
}