/*================================================
01 - IMPORTED CSS
02 - Gocalgary Developer Css
==================================================*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* @import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500,700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*================================================
02 - DEFAULT CSS
==================================================*/

body {
	font-size: 15px;
	line-height: 25px;
	font-style: normal;
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-rendering: optimizelegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

html {
	scroll-behavior: smooth;
}

:root {
	--roboto-font: 'Roboto', sans-serif;
	--gelasio-font: 'Gelasio';
	--work-sanse: 'Work Sans', sans-serif;
}

html,
body {
	height: 100%;
}

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

p {
	margin: 0
}

.no-pad-left {
	padding-left: 0
}

.no-pad-right {
	padding-right: 0
}

.no-pad-all {
	padding: 0
}

.fix {
	overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-family: var(--gelasio-font);
}

a {
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #6b739c
}

a:focus {
	text-decoration: none;
	outline: medium none;
	color: inherit
}

a:hover {
	color: inherit;
	text-decoration: none;
	color: inherit
}

input:focus,
textarea:focus,
button:focus,
select:focus {
	outline: medium none
}

:-moz-placeholder {
	color: #242424;
	text-transform: capitalize;
}

::-moz-placeholder {
	color: #242424;
	text-transform: capitalize;
}

:-ms-input-placeholder {
	color: #242424;
	text-transform: capitalize;
}

::-webkit-input-placeholder {
	color: #242424;
	text-transform: capitalize;
}

:-ms-select-placeholder {
	color: #242424;
	text-transform: capitalize;
}

::-webkit-select-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

:-ms-textarea-placeholder {
	color: #242424;
	text-transform: capitalize;
}

::-webkit-textarea-placeholder {
	color: #242424;
	text-transform: capitalize;
}

tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

.site-heading {
	text-align: center;
	width: 60%;
	margin: 0 auto 30px;
}

.site-heading p {
	font-size: 16px
}

.site-heading h2 {
	font-family: 'Gelasio';
	color: #111;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 40px;
	margin-bottom: 15px;
	position: relative;
}

.site-heading h2 span {
	display: block
}

.peulis-btn {
	display: inline-block;
	padding: 10px 25px;
	background: #c31e2c none repeat scroll 0 0;
	color: #fff;
	border-radius: 25px;
	text-transform: capitalize;
	font-weight: 600;
}

.peulis-btn:hover {
	background: #c31e2c none repeat scroll 0 0;
	color: #fff
}

/* @media (min-width: 1200px) {
.container {
    max-width: 1280px;
}
} */
.peulis-btn i {
	margin-left: 5px
}

.section_100 {
	padding: 100px 0;
}

.section_70 {
	padding: 70px 0;
}

.section_50 {
	padding: 50px 0;
}

.section_15 {
	padding: 15px 0
}

.pad-right {
	padding-right: 0
}

.pad-left {
	padding-right: 0
}

.section_t_100 {
	padding-top: 100px
}

.section_b_70 {
	padding-bottom: 70px
}

.section_70 {
	padding: 70px 0
}

.section_b_80 {
	padding-bottom: 80px
}


/*================================================
03 - RESPONSIVE MENU CSS
==================================================*/

.peulis-responsive-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 5px;
	width: 100%;
	z-index: 999;
}

.slicknav_nav a {
	font-size: 15px;
	margin: 0;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #000
}

.slicknav_menu {
	background: transparent;
}

.slicknav_menutxt {
	display: none !important;
}

.slicknav_arrow {
	float: right;
	color: #1EC8E7
}

.slicknav_nav a:hover {
	border-radius: 0;
}

.slicknav_nav .slicknav_row:hover {
	border-radius: 0
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
	background: #c31e2c none repeat scroll 0 0;
	color: #fff
}

.slicknav_nav a:hover .slicknav_arrow {
	color: #fff
}

.slicknav_nav a:hover a {
	color: #fff
}

.slicknav_nav li {
	border-bottom: 1px solid #ddd;
}

.slicknav_nav li.hide-desktop {
	border-bottom: 0px solid #ddd
}

.slicknav_nav li:last-child {
	border-bottom: 0px solid #ddd
}

.slicknav_nav {
	background: #fff none repeat scroll 0 0;
	border-top: 1px solid #1EC8E7;
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.19);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.19)
}

.slicknav_btn {
	background-color: transparent !important;
	line-height: 0;
	margin-right: 0px;
	margin-top: 5px;
}

.slicknav_menu .slicknav_icon {
	float: none !important;
	margin: 0
}

.slicknav_icon-bar {
	height: 3px !important;
	margin: 5px 0;
	width: 30px !important;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #111;
}


/*================================================
04 - PAGINATION CSS
==================================================*/

.pagination-box-row {
	text-align: center;
}

.pagination-box-row p {
	display: inline-block;
	font-size: 15px;
	color: #444;
	margin-right: 15px
}

.pagination {
	margin-top: 50px;
	text-align: center;
	float: none;
	display: inline-block;
}

.pagination li {
	display: inline-block;
	margin-right: 5px
}

.pagination li:last-child {
	margin-right: 0
}

.pagination li a {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	border-radius: 50%;
	color: #111;
	font-weight: 500;
	text-align: center;
	border: 1px solid #fff
}

.pagination li.active a {
	background: #c31e2c none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #c31e2c
}

.pagination li.active a:hover {
	border: 1px solid #c31e2c
}

.pagination li a:hover {
	border: 1px solid #ddd
}

/*** About  ***/
.our-history {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 150px 0;
	background: #f4fbff;
}

.section-title {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 80px;
}

.section-title h2 {
	width: 100%;
	float: left;
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 60px;
	font-family: 'Lora', serif;
}

.our-history .section-desc {
	color: #393c3f;
	padding-left: 10%;
	font-weight: 300;
	font-size: 20px;
	line-height: 34px;
}

.our-history .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.our-history .wrapper .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 72px;
	background: #fff;
}

.our-history .wrapper .content .inner {
	display: block;
}

.our-history .wrapper .content .inner h4 {
	font-size: 40px;
	line-height: 54px;
	font-family: 'Lora', serif;
	margin-bottom: 10px;
}

.our-history .wrapper .content .inner p {
	font-size: 20px;
	line-height: 34px;
	margin-bottom: 36px;
	font-weight: 300;
	color: #393c3f;
}

.our-history .wrapper .content .inner a {
	font-weight: 500;
	font-size: 16px;
	position: relative;
	padding-left: 46px;
}

.read-more:before {
	content: "";
	display: inline-block;
	position: relative;
	top: 9px;
	left: -10px;
	width: 30px;
	height: 30px;
	background-image: url(arrow-link.png);
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.our-history .wrapper .content .inner a:before {
	width: 46px;
	height: 46px;
	background: url(../images/arrow-link-2x.png) no-repeat;
	position: absolute;
	top: -9px;
}

.our-history .wrapper .content .inner a span {
	-webkit-transform: translateY(-30px) !important;
}

.our-history .wrapper figure {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	margin: 0;
}

.our-history .wrapper figure img {
	width: 100%;
	float: left;
}

.why-us .why-us-item {
	padding: 24px 20px 33px;
	border: 1px solid #f1f1f1;
	box-shadow: 0 0 15px #cccccc37;
	transition: all ease-in-out 0.5s;
	overflow: hidden;
	position: relative;
	transform: translateY(0px);
	border-radius: 10px;
}

.why-us .why-us-item .why-us-icon [class^="flaticon-"]::before,
.why-us .why-us-item .why-us-icon i {
	font-size: 58px;
}

.why-us .why-us-item::after {
	content: '';
	background: #F56961;
	height: 2px;
	width: 0%;
	bottom: 0;
	left: 0;
	transition: all 0.5s;
	position: absolute;
	transition: all ease-in-out 0.5s;
}

.why-choose-us {
	padding: 100px 0;
}

.why-choose-us .whychoose-content>h2 {
	font-size: 42px;
	font-weight: bold;
}

.why-choose-us .whychoose-content p {
	padding: 15px 0;
	font-size: 16px;
}

.why-choose-us .whychoose-content .why-choose-list>ul {
	padding: 0;
	list-style-position: inside;
	gap: 5px;
	display: flex;
	flex-direction: column;
}

.why-us .why-us-item .why-us-icon {
	background: #fafafa;
	border-radius: 100px;
	margin: 0 auto;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.why-us .why-us-item .why-us-icon>img {
	max-width: 50px;
}

.why-us .why-us-item .why-us-content>h4 {
	font-size: 18px;
	margin: 15px 0;
	color: #c31e2c;
	font-weight: bold;
}

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

/*================================================
05 - BREADCROMB CSS
==================================================*/

.peulis-breadcrumb-area {
	background: url("../img/breadcrumb_bg.jpg") no-repeat fixed 0 0/cover;
	position: relative;
	z-index: 1;
	padding-top: 140px;
	padding-bottom: 100px;
	margin-top: -45px;
	background-attachment: local !important;
	min-height: 500px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.peulis-breadcrumb-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: rgba(0, 0, 0, 0.72) none repeat scroll 0 0; */
	background: rgb(0 0 0 / 35%) none repeat scroll 0 0;
	z-index: -1;
}

.breadcrumb-box {
	text-align: center
}

.breadcrumb-box h2 {
	font-family: 'Gelasio';
	white-space: normal;
	font-size: 50px;
	line-height: 50px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0px;
	text-transform: capitalize;
}

.breadcrumb-bottom {
	position: absolute;
	bottom: -12px;
	left: 0px;
	right: 0px;
	z-index: 3;
	text-align: center;
}

.breadcrumb-inn {
	padding: 5px 25px;
	margin: 0px;
	text-align: center;
	float: none;
	display: inline-block;
	width: auto;
	border-radius: 5px;
	position: relative;
	background: #c31e2c none repeat scroll 0 0;
	margin-top: 30px
}

.breadcrumb-inn li {
	display: inline-block;
	float: none;
	position: relative;
	margin-right: 10px;
	padding-right: 20px;
}

.breadcrumb-inn li:before {
	position: absolute;
	content: "\f0da";
	font-family: fontawesome;
	top: 50%;
	margin-top: -12px;
	right: 0px;
	font-size: 15px;
	color: #fff;
}

.breadcrumb-inn li:last-child:before {
	display: none
}

.breadcrumb-inn li a {
	font-size: 16px;
	text-transform: capitalize;
	display: inline-block;
	color: #fff;
	font-weight: 600
}

.breadcrumb-inn li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}


/*================================================
06 - BTN TOP CSS
==================================================*/

.btntoTop:before {
	color: #fff;
	content: "";
	display: inline-block;
	font: 20px "FontAwesome";
	vertical-align: middle;
}

.btntoTop {
	background-color: #c31e2c;
	border: 2px solid #c31e2c;
	border-radius: 5px;
	bottom: 70px;
	cursor: pointer;
	height: 50px;
	line-height: 47px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: fixed;
	right: 20px;
	text-align: center;
	-webkit-transition: opacity 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s;
	transition: opacity 0.4s ease 0s;
	width: 50px;
	z-index: 99999;
}

.btntoTop.active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.btntoTop.active:hover {
	background: #212121 none repeat scroll 0 0;
	border: 2px solid #c31e2c;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.btntoTop.active.btntoTop:hover:before {
	color: #fff;
}


/*================================================
07 - SITE PRELOADER CSS
==================================================*/

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #565554, #6f6d6c);
	z-index: 9999;
}

.loading-text {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	width: 100%;
	height: 100px;
	line-height: 100px;
}

.loading-text span {
	display: inline-block;
	position: relative;
	overflow: hidden;
	color: #1EC8E7;
	font-size: 22px;
}

.loading-text span:before {
	content: attr(data-preloader);
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation-name: preload-animation;
	animation-name: preload-animation;
}

.loading-text span:nth-child(2):before {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.loading-text span:nth-child(3):before {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.loading-text span:nth-child(4):before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.loading-text span:nth-child(5):before {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.loading-text span:nth-child(6):before {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.loading-text span:nth-child(7):before {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

@-webkit-keyframes preload-animation {

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

	20%,
	50% {
		-webkit-transform: rotateY(0) scale(1);
		transform: rotateY(0) scale(1);
		opacity: 1;
	}

	75% {
		-webkit-transform: rotateY(0) scale(1.2);
		transform: rotateY(0) scale(1.2);
		opacity: 0;
	}
}

@keyframes preload-animation {

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

	20%,
	50% {
		-webkit-transform: rotateY(0) scale(1);
		transform: rotateY(0) scale(1);
		opacity: 1;
	}

	75% {
		-webkit-transform: rotateY(0) scale(1.2);
		transform: rotateY(0) scale(1.2);
		opacity: 0;
	}
}


/*================================================
08 - HEADER CSS
==================================================*/

.header-top-area {
	background: linear-gradient(to right, #565554, #6f6d6c);
	padding-top: 6px;
	padding-bottom: 56px;
}

.header-top-left {
	margin-bottom: 5px;
}

.header-top-left p {
	display: inline-block;
	color: #fff;
	margin-right: 20px;
	font-weight: 400;
	font-size: 14px;
}

.header-top-left p:last-child {
	margin-right: 0
}

.header-top-left p i {
	margin-right: 5px
}

.header-top-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-top-social ul li {
	display: inline-block;
	margin-right: 5px;
}

.header-top-social ul li:last-child {
	margin-right: 0
}

.header-top-social ul li a {
	color: #fff;
	display: block;
	padding: 5px
}

.header-top-auth ul li {
	display: inline-block;
	position: relative
}

/* .header-top-auth ul li.separator:before {
	position: absolute;
	content: "";
	top: 50%;
	margin-top: -10px;
	right: -3px;
	border-right: 2px solid #fff;
	bottom: 0px;
	height: 16px;
	-webkit-transform: rotate(12deg);
	transform: rotate(12deg);
} */

.header-top-auth {
	margin-left: 15px;
}

.header-top-auth ul li i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background: #fff none repeat scroll 0 0;
	color: #1EC8E7;
	margin-right: 5px
}

.header-top-auth ul li a {
	display: block;
	padding: 0 5px;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
}

.header_inn {
	padding: 0 20px;
	background: #fff none repeat scroll 0 0;
	margin-top: -55px;
	position: relative;
	z-index: 99
}

.site-logo img {
	/*width: 82%;*/
	width: 50%;
	margin: 6px 0;
}

.mainmenu ul {
	text-align: end;
}

.mainmenu ul li {
	display: inline-block;
	position: relative
}

.mainmenu ul li a {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	display: block;
	padding: 30px 12px;
	/*font-family: var(--work-sanse);*/
	font-family: 'Roboto', sans-serif;
}

.mainmenu ul li>a:hover,
.mainmenu ul li.active>a {
	color: #c31e2c
}

.mainmenu ul li ul {
	position: absolute;
	top: 130%;
	right: 0;
	background: #fff none repeat scroll 0 0;
	width: 220px;
	-webkit-box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
	text-align: left;
	/* padding: 20px 0; */
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.mainmenu ul li:last-child a.header_booking {
	background: #c31e2c;
	color: #fff;
	padding: 13px 25px;
	border-radius: 4px;
}

.mainmenu ul li:hover ul {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	top: 100%
}

.mainmenu ul li ul li {
	display: block
}

.mainmenu ul li ul li a {
	display: block;
	padding: 8px 20px;
	font-size: 15px;
	color: #333;
}

.header_action ul {
	text-align: right;
}

.header_action ul li {
	display: inline-block;
	position: relative
}

.header_action ul>li>a {
	display: block;
	padding: 30px 10px;
	color: #000;
	position: relative
}

.header_action ul li a span {
	width: 15px;
	height: 15px;
	display: block;
	background: #1EC8E7;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	position: absolute;
	right: 0;
}

.header_action ul>li>a:hover {
	color: #c31e2c;
}

.header_action ul li:last-child a {
	padding-right: 0
}

.ct-sidenav.open {
	right: 0;
}

.ct-sidenav {
	width: 280px;
	width: 448px;
	width: 448px;
	width: 28rem;
	height: 100%;
	position: fixed;
	z-index: 9990;
	top: 0;
	right: -548.8px;
	right: -548.8px;
	right: -34.3rem;
	background: #fff none repeat scroll 0 0;
	padding: 50px 25px;
	padding: 80px 40px;
	padding: 80px 40px;
	padding: 5rem 2.5rem;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-transition: right 0.25s ease-in-out;
	-o-transition: right 0.25s ease-in-out;
	transition: right 0.25s ease-in-out;
	color: #b7b6b6;
	-webkit-box-shadow: 5px 8px 13.92px 2.08px rgba(0, 0, 0, 0.24);
	box-shadow: 5px 8px 13.92px 2.08px rgba(0, 0, 0, 0.24)
}

.ct-sidenav img {
	width: 51%;
	display: block;
}

.ct-sidenav .close {
	position: absolute;
	top: 7px;
	top: 20px;
	right: 15px;
	right: 24px;
	right: 24px;
	right: 1.5rem;
	color: #111;
	font-size: 20px;
	font-size: 16px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	font-weight: 300;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #c31e2c;
	border-radius: 50%;
}

.sidenav-info {
	margin-top: 30px;
}

.sidenav-info>p {
	color: #777;
	font-size: 16px;
}

.sidenav-contact-info {
	margin-top: 30px;
}

.sidenav-contact-info li {
	margin-bottom: 10px;
	color: #000;
	font-size: 15px;
	font-weight: 500
}

.sidenav-contact-info li span {
	color: #777;
	display: block;
	font-weight: 600;
}

.sidenav-contact-info li i {
	color: #1EC8E7;
	text-align: center;
	margin-right: 15px;
	font-size: 20px;
	float: left;
	margin-top: 8px;
}

.sidenav-contact-info p {
	overflow: hidden;
	color: #111;
	font-weight: 600;
	font-size: 15px;
}

.sidenav-social h3 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

.sidenav-social {
	margin-top: 30px;
}

.sidenav-social li {
	display: inline-block;
	margin-right: 3px
}

.sidenav-social li:last-child {
	margin-right: 0
}

.sidenav-social li a {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #c31e2c none repeat scroll 0 0;
	color: #fff;
	border-radius: 50%;
	font-size: 18px;
}

.sidenav-social li a:hover {
	background: #c31e2c none repeat scroll 0 0;
}

.search-close {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

.search-box.search-elem {
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url(../img/search-bg.jpg) no-repeat scroll 0 0/cover;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.search-box.search-elem:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.91);
	z-index: -1;
}

.search-box.search-elem .inner {
	width: 40%;
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.inner.row>form {
	position: relative;
	background: transparent;
	width: 100%;
	border-radius: 50px;
	height: 75px;
	border: 2px solid #848383;
}

.inner.row>form input {
	position: absolute;
	height: 70%;
	border: medium none;
	width: 80%;
	top: 12px;
	left: 10px;
	background: transparent none repeat scroll 0 0;
	color: #d6d5d5;
	padding: 10px 15px;
	font-weight: 400;
	font-size: 16px;
}

.inner.row>form button {
	position: absolute;
	height: 74%;
	right: 10px;
	top: 10px;
	border: medium none;
	width: 10%;
	border-radius: 50%;
	background: #fff none repeat scroll 0 0;
	cursor: pointer;
	font-size: 17px;
	color: #c31e2c
}

.search-box.search-elem label.placeholder.move-up {
	top: -25px;
	color: white;
	font-size: 16px;
	font-size: 16px;
	font-size: 16px;
	font-size: 16px;
	font-size: 1rem;
}

.search-box.search-elem.search-open {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.search-btn {
	text-transform: uppercase;
	font-size: 15px;
	padding: 20px 18px;
	display: inline-block;
	color: #061333;
}

.search-btn:hover {
	color: #c31e2c;
}

.inner.row>form:-ms-input-placeholder {
	color: #fff;
}

.inner.row>form::-webkit-input-placeholder {
	color: #fff;
}

.inner.row>form input::-webkit-input-placeholder {
	color: #fff;
	text-transform: capitalize;
}

.inner.row>form input::-moz-placeholder {
	color: #fff;
	text-transform: capitalize;
}

.inner.row>form input:-ms-input-placeholder {
	color: #fff;
	text-transform: capitalize;
}

.inner.row>form input::-ms-input-placeholder {
	color: #fff;
	text-transform: capitalize;
}

.inner.row>form input::placeholder {
	color: #fff;
	text-transform: capitalize;
}

.cart_box_hover {
	left: auto !important;
	right: 0px !important;
	border-radius: 0px;
	padding: 20px 20px;
	min-width: 330px;
	z-index: 99;
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
	border: 3px solid #ddd;
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	transform: translate3d(0px, 0px, 0px) !important;
	position: absolute;
	top: 130%;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: #fff none repeat scroll 0 0
}

.header_action ul li.header_cart:hover .cart_box_hover {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	top: 100%
}

.product-remove {
	float: right;
	padding: 0 !important;
	color: #c31e2c !important
}

.cart-pro-image {
	float: left;
	margin-bottom: 0;
	margin-right: 10px;
	width: 75px;
}

.cart-pro-info {
	text-align: left;
	overflow: hidden
}

.cart-pro-info a {
	padding: 0 !important
}

.cart-pro-info h4 {
	font-size: 16px;
	line-height: 30px;
	color: #000;
	font-weight: 600;
	text-transform: capitalize;
	display: inline-block;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.cart-pro-info h4:hover {
	color: #c31e2c
}

.single-cart {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
	overflow: hidden
}

.cart-pro-info p {
	color: #777;
	font-size: 16px;
}

.cart-pro-info h5 {
	color: #000;
	font-weight: 600;
	margin-top: 7px;
	font-size: 15px;
}

.single-cart.subtotal {
	text-align: center
}

.single-cart.subtotal p span {
	color: #000;
	font-weight: 600
}

.cart-action>a {
	display: inline-block !important;
	padding: 7px 15px !important;
	text-transform: capitalize;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 600
}

.cart-action {
	text-align: center;
}

.viewcart {
	background: #c31e2c none repeat scroll 0 0;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0px;
	border-radius: 5px;
	margin-right: 5px
}

.checkout-btn {
	background: #c31e2c none repeat scroll 0 0;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0px;
	border-radius: 5px;
	margin-left: 5px
}

.checkout-btn:hover {
	background: #1aaac4 none repeat scroll 0 0;
}

.viewcart:hover {
	background: #d0530d none repeat scroll 0 0;
}

.cart-action>a:hover {
	color: #fff !important
}


/*================================================
09 - SLIDER CSS
==================================================*/

.peulis-slider-area {
	position: relative;
	margin-top: -45px
}

.slider-container {
	background-size: cover;
	height: 100vh;
}

.slider-3 .single-slider {
	background: url(../img/slide-3.jpg)
}

.slider-2 .single-slider {
	background: url(../img/slide-2.jpg)
}

.slider-1 .single-slider {
	background: url(../img/slide-1.jpg)
}

.slider-container:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(3, 3, 3, 0.45) none repeat scroll 0 0;
}

.peulis-slide .owl-item {
	overflow: hidden
}

.single-slider {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #353031;
	background-origin: padding-box;
	background-position: 50% 50% !important;
	background-repeat: repeat;
	background-size: cover !important;
	height: 100%
}

.banner-caption {
	border-radius: 4px;
	display: table;
	height: 100%;
	width: 100%;
}

.banner-area {
	position: absolute;
	top: 25%;
	z-index: 9;
	width: 80%;
	left: 10%;
	text-align: center;
}

.banner-welcome {
	width: 90%;
	margin: 0 auto;
}

.typed-static {
	position: relative;
	margin-right: 20px;
	color: #fff;
	padding: 0 !important
}

.typed-static:after {
	position: absolute;
	width: 20px;
	height: 20px;
	content: "";
	right: -20px;
	bottom: 25px;
	border-radius: 50%;
	background: #c31e2c none repeat scroll 0 0;
}

.banner-welcome h4 {
	font-family: var(--roboto-font);
	white-space: nowrap;
	font-size: 20px;
	line-height: 40px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
	display: inline-block;
}

.text_design {
	position: relative;
}

.text_design:after {
	width: 75px;
	content: '';
	height: 1px;
	position: absolute;
	right: -70%;
	top: 50%;
	background: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

p.banner-text {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	margin-top: 10px;
}

.header_booking {
	background: #d21515;
	color: #fff;
	padding: 13px 25px;
	display: inline-block;
	border-radius: 4px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	border: 1px solid #d21515;
}

.header_booking:hover {
	background: none;
	color: #d21515;
}

.banner-welcome .header_booking:hover {
	color: #fff;
	border-color: #fff;
}

.text_design:before {
	width: 75px;
	content: '';
	height: 1px;
	position: absolute;
	left: -70%;
	top: 50%;
	background: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ah-headline.clip b.is-visible {
	font-weight: 500
}

.ah-headline {
	display: block;
	color: #fff;
	font-size: 56px;
	line-height: 62px;
	margin-top: 30px;
	font-weight: bold;
	font-family: 'Gelasio';
	text-transform: uppercase;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.ah-headline.clip .ah-words-wrapper::after {
	content: '';
	position: absolute;
	top: 5px;
	right: 0;
	width: 2px;
	height: 74%;
	background-color: #363636;
}

.ah-headline.clip .ah-words-wrapper:after {
	background-color: #ffff
}

.ah-words-wrapper {
	padding: 0 !important
}



.peulis-slide .owl-dots {
	display: none
}

.banner-welcome form {
	background: #fff;
	-webkit-box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .07);
	box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .07);
	margin-top: 40px;
	height: 70px;
	text-align: left;
	padding-left: 10px;
	position: relative;
}

.banner-welcome form p {
	width: 28%;
	display: inline-block;
	position: relative;
	height: 70px;
}

.banner-welcome form p>i {
	position: absolute;
	left: 0;
	top: 40%;
	z-index: 9;
}

.banner-welcome form p:after {
	position: absolute;
	content: "";
	top: 0;
	width: 1px;
	height: 100%;
	right: 7px;
	background: #eee none repeat scroll 0 0;
}

.banner-welcome form p:last-child:after {
	display: none
}

.banner-welcome form p:last-child {
	width: 16%;
	display: inline-block;
	position: absolute;
	right: 0;
	cursor: pointer;
}

.banner-welcome form p button {
	width: 100%;
	border: medium none;
	height: 100%;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	background: #c31e2c none repeat scroll 0 0;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.banner-welcome form p button:hover {
	background: #c31e2c none repeat scroll 0 0
}

.banner-welcome form p input {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 5px 20px;
	display: block;
	top: 0;
	border: medium none;
}

.banner-welcome form p .nice-select {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 5px 20px;
	display: block;
	top: 0;
	font-size: 16px;
	color: #111;
	border: medium none;
}

.banner-welcome form p .nice-select .current {
	margin-top: 10px;
	display: block;
}

.banner-welcome form p .nice-select:after {
	display: none;
}

.banner-welcome form p ul.list {
	margin-top: 0;
	border-radius: 0
}

.nice-select .list {
	height: 200px;
	overflow-y: auto
}

.peulis-slide .owl-next {
	position: absolute;
	top: 45%;
	right: 45px;
	width: 27px;
	height: 74px;
	background: rgba(255, 255, 255) !important;
	color: #d31515 !important;
	border-radius: 3px 0px 0 3px;
}

.peulis-slide .owl-prev {
	position: absolute;
	top: 45%;
	left: 45px;
	width: 27px;
	height: 74px;
	background: rgba(255, 255, 255) !important;
	border-radius: 50%;
	color: #d31515 !important;
	border-radius: 0px 3px 3px 0;
}


/*================================================
13 - DESTINATION AREA CSS
==================================================*/

.peulis-destination-page {
	padding-top: 70px
}

.peulis-destination-area {
	background: linear-gradient(to right, #760912, #b76b72);
	background-size: cover;
	background-repeat: no-repeat;
}

.single-destination {
	margin-top: 30px
}

.destination-slider .destination-image a:first-child>img {
	aspect-ratio: 2/2.8;
	-o-object-fit: cover;
	object-fit: cover;
}

.destination-image {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	/* z-index: -1; */
	border: 2px solid #fff;
}

.destination-image img {
	width: 100%
}

.destination-image:after {
	background: -webkit-linear-gradient(bottom, rgb(201 66 66 / 90%), rgba(1, 1, 1, 0));
	/* background: linear-gradient(to top, rgba(4, 4, 4, 0.9), rgba(1, 1, 1, 0)); */
	/* opacity: 0.8; */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 65%;
	border-radius: 5px;
}

.destination-title {
	position: absolute;
	bottom: 20px;
	z-index: 1;
	width: 100%;
	text-align: center;
}

.destination-title h3 {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Gelasio';
	font-weight: 500;
	letter-spacing: 0px;
	display: block;
	text-align: center;
}

.googlereviews .owl-nav,
.tripadvisor .owl-nav {
	display: block !important
}

.destination-slider .owl-prev,
.googlereviews .owl-prev,
.tripadvisor .owl-prev {
	position: absolute;
	top: 46%;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 40px;
	left: -20px;
	background: #c31e2c !important;
	color: #fff !important;
	border-radius: 50%;
	border: 5px solid #f9f9f9 !important;
}

.destination-slider .owl-next,
.googlereviews .owl-next,
.tripadvisor .owl-next {
	position: absolute;
	top: 46%;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 40px;
	right: -20px;
	background: #c31e2c !important;
	color: #fff !important;
	border-radius: 50%;
	border: 5px solid #f9f9f9 !important;
}


/*================================================
14 - CHOOSE AREA CSS
==================================================*/

.single-choose {
	padding: 40px 20px;
	background: #fff none repeat scroll 0 0;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
	box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
	text-align: center;
	margin-top: 30px;
	position: relative
}

.choose-image {
	margin-bottom: 20px;
	text-align: left;
}

.choose-image img {
	width: 70px;
}

.choose-desc {
	overflow: hidden;
	text-align: left;
}

.single-choose>p {
	position: absolute;
	right: 10%;
	font-size: 60px;
	font-weight: 900;
	color: #666;
	opacity: 0.1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	font-family: 'Gelasio';
	top: 10%;
	line-height: 60px;
}

.choose-desc h3 {
	color: #111;
	font-family: 'Gelasio';
	font-weight: 500;
	font-size: 22px;
	text-transform: capitalize;
	letter-spacing: 0px;
	display: inline-block;
	margin-bottom: 10px;
}



/*================================================
16 - REVIEWS AREA CSS
==================================================*/


.reviews-image {
	width: 140px;
	height: 140px;
	margin: 0 auto 30px;
}

.reviews-image img {
	border-radius: 50%;
	width: 100%;
	height: 100%
}

.reviews-slider {
	width: 70%;
	margin: 0 auto;
	text-align: center;
}

.reviews-text p {
	font-size: 18px;
	line-height: 32px;
	color: #333;
}

.reviews-text {
	text-align: center;
}

.reviews-slider .owl-prev {
	position: absolute;
	left: -10%;
	top: 55%;
	width: 40px;
	height: 40px;
	color: #444 !important;
	font-size: 35px !important;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.reviews-slider .owl-next {
	position: absolute;
	right: -10%;
	top: 55%;
	width: 40px;
	height: 40px;
	color: #444 !important;
	font-size: 35px !important;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.reviews-slider .owl-prev:hover,
.reviews-slider .owl-next:hover {
	color: #c31e2c !important
}

.reviewer h3 {
	font-family: 'Gelasio';
	white-space: nowrap;
	font-size: 25px;
	line-height: 28px;
	font-weight: 500;
	color: #111;
	letter-spacing: 0px;
	text-transform: capitalize;
	margin: 10px 0;
}


/*================================================
17 - BLOG AREA CSS
==================================================*/

.peulis-blog-page-area {
	padding-top: 70px
}

.single-blog-item {
	margin-top: 30px;
}

.blog-page-left>.single-blog-item {
	margin-top: 0;
	margin-bottom: 30px
}

.blog-image {
	position: relative;
	border-radius: 5px;
}

.blog-image img {
	border-radius: 5px;
	width: 100%
}

.blog-image:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.16) none repeat scroll 0 0;
}

.post-meta {
	margin-top: 20px;
	background: rgba(2, 44, 69, .8);
	margin-top: -90px;
	z-index: 999;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 56px;
	margin-bottom: 21px;
	padding: 4px 15px;
}

.post-meta div:hover {
	background: #000;
}

.tours-slider .single-blog-item {
	padding: 0 15px;
}

.blog-image img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 350px;
}

.peulis-blog-area .container {
	width: 1230px;
	max-width: 1230px;
}

.post-meta p {
	width: 79%;
	display: table-cell;
	vertical-align: middle;
	height: 28px;
	line-height: 20px;
}

p.date {
	padding: 5px 20px;
	background: #f6b01c;
	color: #000;
	text-transform: uppercase;
	font-family: 'Gelasio';
	font-weight: 600;
	letter-spacing: 0px;
	border-radius: 0;
	font-size: 13px;
	position: absolute;
	top: 48px;
	left: -1px;
}

p.date:before {
	content: "";
	position: absolute;
	top: 26px;
	left: 0;
	height: 25px;
	width: 27px;
	/* border-color: transparent; */
	/* background: #000; */
	border-left: 0px solid #b17e13;
	border-right: 27px solid #b17e13;
	border-top: 2px solid #b17e13;
	border-bottom: 16px solid transparent;
	z-index: -1;
}

.post-meta p a {
	color: #fff;
	text-transform: capitalize;
}

.post-meta div {
	text-align: center;
	background: #d31515;
	border-radius: 100%;
	padding: 10px 0;
	width: 70px;
	height: 70px;
	border: 2px solid #fff;
	position: absolute;
	right: 11px;
	bottom: -8px;
}

.post-meta div a {
	color: #fff;
	line-height: 20px;
}

.blog-desc h3 {
	color: #111;
	font-family: 'Gelasio';
	font-weight: 500;
	font-size: 26px;
	text-transform: capitalize;
	letter-spacing: 0px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 10px;
}

.blog-desc h3 a {
	color: #111
}

.blog-desc h3 a:hover {
	color: #c31e2c
}

.blog-page-left .pagination-box-row {
	text-align: left
}

.blog-page-left .pagination-box-row .pagination {
	margin-top: 30px
}

.single-blog-item.blog-single-page .blog-desc p {
	margin: 0 0 10px
}

.blog-inner-image {
	margin: 20px 0;
}

.post-share-box {
	border-bottom: 1px solid #f4f9fc;
	border-top: 1px solid #f4f9fc;
	margin: 30px 0;
	padding: 15px 20px;
}

.post-share-left>p,
.post-share-right>p {
	color: #111;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
}

.post-share-left a {
	color: #555;
	font-weight: 500;
}

.post-share-right {
	text-align: right;
}

.post-share-right a {
	color: #bcc4d0;
	margin-left: 5px;
}

.blog-single-page .single-comment-item {
	margin-top: 35px
}


/*================================================
18 - FOOTER AREA CSS
==================================================*/
.peulis-footer-area .container {
	width: 1240px;
	max-width: 1240px;
}

.peulis-footer-area {
	background: linear-gradient(to right, #565554, #6f6d6c);
	position: relative;
	z-index: 1
}

.footer-top-area {
	padding: 70px 0 50px;
}

.single-footer h3 {
	color: #fff;
	font-family: 'Gelasio';
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0px;
	margin-bottom: 10px;
}

.footer-menu ul {
	padding-left: 20px;
}

.footer-menu li {
	list-style: square;
	color: #fff;
}

.contact-info-item ul li {
	color: #fff;
	line-height: 20px;
}

.contact-info-item ul li i {
	color: #fff;
	font-size: 26px;
	margin-right: 16px;
	width: 27px;
}

footer hr {
	border: none;
	border-top: 1px dashed #fff;
	width: 71px;
	text-align: left;
	margin: 21px 0;
}

.footer-logo img {
	width: 185px;
	margin-top: 10px;
}

.single-footer p {
	font-size: 15px;
	line-height: 25px;
	color: #fff
}

.single-footer ul {
	margin-top: 10px;
}

.single-footer ul li {
	margin: 3px 0
}

.single-footer ul li a {
	color: #fff;
	text-transform: capitalize;
	font-size: 15px
}

.single-footer ul li a:hover {
	color: #fff
}

.footer-bottom-box {
	border-top: 1px solid #d3d3d3;
	padding: 10px 0;
	text-align: center;
}

.footer-bottom-left ul {
	text-align: right;
}

.footer-bottom-left ul li {
	display: inline-block
}

.footer-bottom-left p {
	color: #fff;
	font-size: 15px
}

.footer-bottom-left p a {
	color: #fff
}

.footer-bottom-left ul li {
	margin-right: 10px
}

.footer-bottom-left ul li:last-child {
	margin-right: 0px
}

.footer-bottom-left ul li a {
	display: block;
	padding: 5px 0;
	color: #fff;
	font-size: 15px
}

.footer-bottom-left p {
	margin-top: 5px;
}

.single-footer input[type="email"] {
	background: rgba(255, 255, 255, .5);
	border: 0;
	padding: 10px 10px;
	width: 100%;
	color: #fff;
	margin: 15px 0;
}

.single-footer input[type="email"]::-webkit-input-placeholder {
	color: #fff;
}

.single-footer input[type="email"]::-moz-placeholder {
	color: #fff;
}

.single-footer input[type="email"]:-ms-input-placeholder {
	color: #fff;
}

.single-footer input[type="email"]::-ms-input-placeholder {
	color: #fff;
}

.single-footer input[type="email"]::placeholder {
	color: #fff;
}

.single-footer input[type="submit"] {
	background: #fff;
	border: 0;
	padding: 10px 10px;
	width: 100%;
	color: #000;
}


/*================================================
19 - ABOUT PAGE CSS
==================================================*/

.peulis-about-page {
	padding-bottom: 25px
}

.about-page-left>h3 {
	position: relative;
	display: inline-block;
	font-size: 22px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #111;
	font-family: 'Gelasio';
	font-weight: 500;
	letter-spacing: 0px;
}

.about-page-left>h3:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 65%;
	height: 2px;
	background: #1EC8E7;
}

.about-page-left h2 {
	color: #111;
	font-weight: 500;
	font-size: 40px;
	margin-bottom: 20px;
	position: relative;
	letter-spacing: 0px;
	display: block;
	font-family: 'Gelasio';
	text-transform: capitalize
}

.about-page-left p {
	margin: 0 0 10px;
}

.about-signature {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
}

.signature-left {
	width: 190px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 3px solid #f0f0ff;
}

.signature-right h3 {
	color: #111;
	font-family: 'Gelasio';
	font-weight: 500;
	font-size: 22px;
	text-transform: capitalize;
	letter-spacing: 0px;
	display: inline-block;
}

.peulis-story-area {
	background: #fbfbfb none repeat scroll 0 0
}

.story-area-top,
.story-area-bottom {
	padding: 100px 0;
	position: relative;
}

/* .story-area-top:after {
	background-image: url(../img/story_1.jpg);
	background-position: center center;
	background-size: cover;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
	background-position-y: 100%;
}
.story-area-bottom.story_two:after{
	background-image: url(../img/story_2.jpg);
}
.story-area-top.story_three:after{
	background-image: url(../img/story_3.jpg);
}
.story-area-bottom.story_four:after{
	background-image: url(../img/story_4.jpg);
} */

@media(min-width:1280px) {

	.story-area-top,
	.story-area-bottom {
		height: 490px;
	}
}

/* .story-area-bottom:after {
	background-image: url(../img/vission.jpg);
	background-position: center center;
	background-size: cover;
	bottom: 0;
	content: "";
	right: 0;
	position: absolute;
	top: 0;
	width: 50%;
	background-position-y: 100%;
} */

.story-box {
	float: right;
	width: 50%;
	padding: 0px 30px;
}

.story-area-bottom .story-box {
	float: left;
	width: 50%;
	padding: 0px 30px;
}

.story-box h2 {
	color: #111;
	font-weight: 500;
	font-size: 40px;
	margin-bottom: 20px;
	position: relative;
	letter-spacing: 0px;
	display: block;
	font-family: 'Gelasio';
	text-transform: capitalize;
}

.about_page {
	background: #fff none repeat scroll 0 0
}


/*================================================
20 - GUIDE PAGE CSS
==================================================*/

.peulis-guides-area {
	padding-top: 70px;
}

.single-guide {
	background: #fff none repeat scroll 0 0;
	border: none;
	box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
	-webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
	-moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 30px;
	padding: 15px 15px 25px;
}

.single-guide .guide-image {
	position: relative;
	overflow: hidden;
	text-align: center;
	-webkit-perspective: 50em;
	perspective: 50em;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.single-guide .guide-image img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px
}

.single-guide .guide-image .guide-content {
	top: 50%;
	left: 20px;
	right: 20px;
	position: absolute;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index: 1;
}

.single-guide .guide-image:after {
	background-color: #1EC8E7;
	position: absolute;
	content: "";
	display: block;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	border-radius: 5px
}

.single-guide:hover .guide-image:after {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.single-guide:hover .guide-content {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.guide-content ul li {
	display: inline-block
}

.guide-content ul li a {
	background: #fff;
	width: 35px;
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #1EC8E7;
	border-radius: 50%;
}

.guide-desc {
	text-align: center;
	margin-top: 20px
}

.guide-desc h3 {
	color: #111;
	font-family: 'Gelasio';
	font-weight: 500;
	font-size: 22px;
	text-transform: capitalize;
	display: inline-block;
	margin-bottom: 5px;
}

.guide-desc p {
	text-transform: capitalize
}


/*================================================
21 - GALLERY PAGE CSS
==================================================*/

.peulis-gallery-area {
	padding-top: 70px
}

.gallery-item {
	background: #fff none repeat scroll 0 0;
	border: none;
	box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
	-webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
	-moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 30px;
	padding: 15px 15px 25px;
	position: relative;
}

.gallery-img img {
	min-width: 100%;
	border-radius: 5px
}

.gallery-item .gallery-img {
	position: relative;
}

.gallery-item .gallery-img:before {
	background: #c31e2c none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
	border-radius: 5px
}

.gallery-item:hover .gallery-img:before {
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85)
}

.gallery-item .content {
	top: 50%;
	left: 20px;
	right: 20px;
	position: absolute;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index: 1;
	text-align: center
}

.gallery-item .content>p {
	color: #fff;
	font-family: 'Gelasio';
	font-weight: 800;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0px;
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}

.gallery-item .content .name {
	color: #fff;
	font-family: 'Gelasio';
	font-weight: 500;
	font-size: 24px;
	text-transform: capitalize;
	letter-spacing: 0px;
	display: block;
}

.gallery-item:hover .content {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s
}


/*================================================
22 - FAQ PAGE CSS
==================================================*/

.faqs-top-search {
	background: #edeff2 none repeat scroll 0 0;
	text-align: center;
	padding-top: 70px
}

.faqs-page-top {
	margin: 0 auto;
	text-align: center;
	width: 70%;
}

.faqs-page-top>h2 {
	color: #111;
	font-weight: 500;
	font-size: 32px;
	margin-bottom: 30px;
	position: relative;
	letter-spacing: 0px;
	display: block;
	font-family: 'Gelasio';
	text-transform: capitalize;
}

.faqs-top-search-form {
	margin-bottom: 20px;
}

.faqs-top-search-form form {
	border-radius: 30px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	width: 70%;
}

.faqs-top-search-form form input {
	border: medium none;
	color: #111;
	height: 100%;
	left: 0;
	padding: 5px 70px 5px 15px;
	position: absolute;
	width: 100%;
	border-radius: 30px;
}

.faqs-top-search-form form button {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	height: 100%;
	position: absolute;
	right: 0;
	width: 15%;
	cursor: pointer;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #c31e2c;
}

.quick-contact {
	padding: 30px;
	background: linear-gradient(to right, #565554, #6f6d6c);
	margin: 0 auto;
	width: 100%;
}

.gray_color {
	background: #edeff2;
}

.quick-contact h3 {
	color: #fff;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 30px;
	position: relative;
	letter-spacing: 0px;
	display: block;
	font-family: 'Gelasio';
	text-transform: capitalize;
}

.quick-contact form p,
.quick-contact form .book-tour-field {
	margin-top: 15px;
}

.quick-contact form p input,
.quick-contact form .book-tour-field input {
	width: 100%;
	padding: 10px 15px;
	background: #fff none repeat scroll 0 0;
	border: medium none;
	font-size: 15px;
	border-radius: 0;
}

.quick-contact form p input,
.quick-contact form .book-tour-field select {
	width: 100%;
	padding: 10px 15px;
	background: #fff none repeat scroll 0 0;
	border: medium none;
	font-size: 15px;
	border-radius: 0;
}

.quick-contact form p textarea,
.quick-contact form .book-tour-field textarea {
	background: #fff none repeat scroll 0 0;
	padding: 7px 15px;
	border: medium none;
	width: 100%;
	height: 120px;
	font-size: 15px;
	resize: vertical;
	border-radius: 0px;
}

.quick-contact form p button,
.quick-contact form .book-tour-field button {
	width: auto;
	padding: 10px 30px;
	background: #b70413 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	cursor: pointer;
	border-radius: 0;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 15px;
	letter-spacing: 0px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.quick-contact form p button:hover,
.quick-contact form .book-tour-field button:hover {
	background: #d65913 none repeat scroll 0 0;
}

.quick-contact form .book-tour-field .nice-select.wide {
	border: medium none
}

.single_faq_accordian {
	margin-bottom: 15px;
	border: 1px solid #eee;
}

.single_faq_accordian:last-child {
	margin-bottom: 0;
}

.faq_accordian_header>a {
	color: #111;
	font-weight: 500;
	font-size: 18px;
	position: relative;
	letter-spacing: 0px;
	display: block;
	font-family: 'Gelasio';
	text-transform: capitalize;
	background: #fff none repeat scroll 0 0;
	text-decoration: none;
	text-align: left;
	white-space: normal;
	padding: 15px;
}

.faq_accordian_header>a {
	position: relative;
}

.faq_accordian_header>a:before {
	content: '';
	height: 2px;
	width: 18px;
	background: #c31e2c;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.faq_accordian_header>a:after {
	content: '';
	height: 18px;
	width: 2px;
	background: #c31e2c;
	position: absolute;
	top: 50%;
	right: 27px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.faq_accordian_header>a[aria-expanded="true"]:after {
	display: none;
}

.faq_accordian_header>a:hover {
	text-decoration: none;
	color: #111;
	background: #f7f7f7 none repeat scroll 0 0;
}

.faq_accordian_header>a span {
	margin-right: 5px;
	color: #c31e2c;
}

.single_faq_accordian .faq_accordian_body {
	padding: 20px 30px;
}

.faq_accordian_body ul {
	margin-top: 30px;
}

.faq_accordian_body ul li {
	margin-top: 10px;
	text-transform: capitalize;
	color: #555;
}

.faq_accordian_body ul li i {
	margin-right: 5px;
	color: #1EC8E7;
}


/*================================================
23 - LOGIN PAGE CSS
==================================================*/

.peulis-login-page {
	padding-top: 70px;
	background: #ECF0F1 none repeat scroll 0 0;
}

.login-box {
	width: 40%;
	margin: 0 auto;
	background: #fff none repeat scroll 0 0;
	border-radius: 5px
}

.login-box h3 {
	text-align: center;
	color: #111;
	padding: 20px 15px;
	font-size: 24px;
	font-family: 'Gelasio';
	font-weight: 500;
	letter-spacing: 0px;
	border-bottom: 1px solid #eee;
	margin: 0 20px;
}

.login-box form {
	padding: 10px 20px;
}

.login-box form p {
	position: relative;
	height: 45px;
	margin: 10px 0;
}

.login-box form p.lost_pass {
	margin: 10px 0;
	height: auto;
	font-size: 13px;
	color: #444;
}

.login-box form p.lost_pass a {
	color: #444
}

.login-box form p i {
	position: absolute;
	top: 14px;
	left: 20px;
	color: #AEAEAE;
	width: 20px;
	text-align: center;
}

.login-box form p input {
	width: 100%;
	position: absolute;
	height: 100%;
	padding: 5px 10px 5px 50px;
	background: #ECF0F1;
	border: medium none;
	border-radius: 5px;
	font-size: 15px;
}

.login-box form p button {
	width: 100%;
	padding: 7px 15px;
	background: #c31e2c none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 15px;
	letter-spacing: 0px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.login-box form p button:hover {
	background: #c31e2c none repeat scroll 0 0
}

.social-login {
	padding: 20px 0;
	border-top: 1px solid #eee;
	margin: 0 20px;
	position: relative
}

.social-login a {
	display: inline-block;
	padding: 7px 12px;
	text-align: center;
	font-size: 15px;
	text-transform: capitalize;
}

.social-login a span {
	font-weight: 500
}

.social-login a i {
	margin-right: 5px
}

.social-login a.fb {
	color: #fff;
	background: #4267B2 none repeat scroll 0 0;
	margin-right: 5px;
	width: 48%;
	font-size: 14px
}

.social-login a.google {
	color: #fff;
	background: #EA4335 none repeat scroll 0 0;
	margin-left: 5px;
	width: 48%;
	font-size: 14px
}

.register_have {
	padding: 0 0 15px;
	margin: 0 20px;
	text-align: center;
}

.register_have p {
	font-size: 15px;
}

.register_have p a {
	color: #111;
	font-weight: 600
}

.optional_login {
	text-align: center;
	position: absolute;
	top: -16px;
	width: 100%;
	color: #111;
}

.register_action {
	margin-top: 20px !important
}


/*================================================
24 - ERROR PAGE CSS
==================================================*/

.peulis-notfound-area {
	padding-top: 70px;
}

.notfound-box {
	text-align: center;
}

.notfound-box h1 {
	color: #111;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 150px;
	position: relative;
	letter-spacing: 0px;
	display: inline-block;
	font-family: 'Gelasio';
	line-height: 145px
}

.notfound-box h1 span {
	color: #1EC8E7;
	margin: 0 5px;
}

.notfound-box h3 {
	font-size: 28px;
	color: #333;
	text-transform: capitalize;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 600
}

.notfound-box a {
	margin-top: 40px
}

.notfound-box a {
	display: inline-block;
	padding: 10px 25px;
	background: #c31e2c none repeat scroll 0 0;
	color: #fff;
	border-radius: 25px;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 600;
}

.notfound-box a:hover {
	background: #c31e2c none repeat scroll 0 0;
	color: #fff
}


/*================================================
25 - SINGLE DESTINATION CSS
==================================================*/

.peulis-single-destination-area {
	padding-top: 70px;
}

.destination-desc h3 {
	color: #111;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 20px;
	position: relative;
	letter-spacing: 0px;
	display: block;
	font-family: 'Gelasio';
	text-transform: capitalize;
}

.destination-desc {
	margin-bottom: 30px
}

.destination-desc:last-child {
	margin-bottom: 0
}

.destination-desc ul {
	padding: 15px 20px;
	background: #f9f9f9 none repeat scroll 0 0;
	border-radius: 15px;
}

.destination-desc ul li {
	margin: 10px 0;
	color: #333;
	font-size: 15px
}

.destination-desc ul li i {
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: #c31e2c none repeat scroll 0 0;
	color: #fff;
	border-radius: 50%;
	margin-right: 5px;
}

.destination-desc ul li span {
	/* display: inline-block; */
	width: 30%;
	color: #111;
	font-weight: 500
}

.destination-item {
	height: 400px;
}

.destination-item img {
	height: 100%;
}

.detination-page-slide .owl-prev {
	position: absolute;
	top: 45%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 26px !important;
	background: rgba(0, 0, 0, 0.46) !important;
	color: #fff !important;
	border-radius: 50%;
	left: 10px;
}

.detination-page-slide .owl-next {
	position: absolute;
	top: 45%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 26px !important;
	background: rgba(0, 0, 0, 0.46) !important;
	color: #fff !important;
	border-radius: 50%;
	right: 10px;
}

.destination-desc blockquote {
	margin: 20px 0;
	padding: 15px;
	border-left: 4px solid #1EC8E7;
	background: #f9f9f9;
	color: #444;
}


/*================================================
26 - SIDEBAR CSS
==================================================*/

.single-sidebar {
	margin-bottom: 30px
}

.single-sidebar>img {
	width: 100%
}

.single-sidebar:last-child {
	margin-bottom: 0
}

.single-sidebar>form {
	width: 100%;
	background: #f4f4f5 none repeat scroll 0 0 !important;
	padding: 0 !important;
	height: 50px;
	position: relative;
	border-radius: 5px 0 0 5px;
}

.single-sidebar>form input {
	position: absolute;
	width: 100%;
	height: 100%;
	border: medium none;
	padding: 5px 15px;
	background: transparent;
	font-size: 15px
}

.single-sidebar>form button {
	position: absolute;
	right: 0;
	border: medium none;
	height: 100%;
	width: 20%;
	color: #fff;
	cursor: pointer;
	background: #c31e2c none repeat scroll 0 0;
	font-size: 15px;
	border-radius: 0 5px 5px 0px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.single-sidebar>form button:hover {
	background: #3e3bef none repeat scroll 0 0;
}

.sidebar-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sidebar-action a {
	display: inline-block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	padding: 7px 10px;
	background: transparent;
	margin: 0 5px;
	color: #333;
	text-transform: capitalize;
	border-radius: 25px;
	font-size: 15px;
	font-weight: 600;
	border: 1px solid #1EC8E7;
}

.sidebar-action a i {
	margin-left: 5px;
	color: #1EC8E7;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.sidebar-action a:hover {
	background: #c31e2c none repeat scroll 0 0;
	color: #fff
}

.sidebar-action a:hover i {
	color: #fff
}

.single-sidebar>h3 {
	color: #111;
	font-size: 20px;
	text-transform: capitalize;
	line-height: 25px;
	font-weight: 500;
	margin-bottom: 25px;
	position: relative;
	display: block;
	font-family: 'Ubuntu', sans-serif
}

.single-sidebar>h3:before {
	position: absolute;
	content: "";
	bottom: -15px;
	left: 18%;
	height: 4px;
	width: 15px;
	background: #ddd none repeat scroll 0 0;
}

.single-sidebar>h3:after {
	position: absolute;
	height: 4px;
	width: 15%;
	background: #c31e2c none repeat scroll 0 0;
	content: "";
	left: 0;
	bottom: -15px;
}

.category li {
	position: relative;
}

.category li:before {
	content: "\f0c8";
	display: inline-block;
	padding-right: 15px;
	color: #333333;
	font-family: "FontAwesome";
	font-size: 6px;
	line-height: 14px;
	position: absolute;
	top: 18px;
	left: 5px;
}

.category a {
	color: #111;
	text-transform: capitalize;
	display: block;
	font-size: 16px;
	font-weight: 600;
}

.category a:hover {
	color: #1EC8E7
}

.single-sidebar>ul>li {
	border-bottom: 1px solid #ddd;
	padding: 10px 0 10px 25px
}

.single-sidebar li:last-child {
	border-bottom: 0px solid #ddd;
}

.single-sidebar-image {
	display: inline-block;
	width: 32%;
	margin-top: 4px;
}

.quick_contact {
	text-align: left;
	padding: 20px;
	background: #c31e2c none repeat scroll 0 0;
	border-radius: 15px;
	color: #fff;
}

.quick_contact p {
	margin-top: 10px;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}

.quick_contact p i {
	margin-right: 5px
}

.quick_contact h4 {
	color: #c31e2c;
	font-weight: 600;
	font-size: 22px;
	letter-spacing: 0px;
	padding: 10px;
	display: block;
	text-align: center;
	font-family: 'Gelasio';
	text-transform: capitalize;
	background: #fff;
	border-radius: 15px;
	margin-bottom: 29px;
}

.tour-filter {
	padding: 20px;
	background: #f4f4f5 none repeat scroll 0 0;
	margin-top: 30px;
}

.tour-filter form p {
	position: relative;
	height: 42px;
	margin: 10px 0;
}

.tour-filter form p input {
	width: 100%;
	position: absolute;
	border: medium none;
	font-size: 15px;
	padding: 5px 10px;
	height: 100%;
	border-radius: 5px;
}

.tour-filter form p>i {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 12px
}

.tour-filter .nice-select {
	border: medium none;
	padding-left: 10px
}

.ceckbox_filter {
	margin-top: 20px
}

.tour-filter p button {
	display: block;
	text-align: center;
	padding: 7px 10px;
	background: #1EC8E7;
	color: #fff;
	text-transform: capitalize;
	border-radius: 25px;
	font-size: 15px;
	font-weight: 600;
	border: 1px solid #1EC8E7;
	cursor: pointer;
	width: 100%;
	margin-top: 30px;
}

.property-page-heading {
	border: 0px solid #f0f0ff;
	padding: 7px 15px;
	background: #f4f4f5 none repeat scroll 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.propertu-page-shortby {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.propertu-page-shortby .nice-select {
	background-color: #f4f4f5;
	border-radius: 0;
	border: solid 0px #e8e8e8;
	width: 200px
}

.propertu-page-head {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.propertu-page-head ul li {
	display: inline-block;
	margin-right: 10px;
}

.propertu-page-head ul li.active a {
	color: #111;
}

.paging_status {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.propertu-page-head ul li a:hover,
.paging_status p {
	color: #111;
	font-size: 15px
}

.propertu-page-shortby label {
	margin-top: 5px;
	margin-bottom: 0;
	margin-right: 10px;
	color: #111;
	font-size: 15px;
}

.propertu-page-shortby label i {
	margin-right: 5px;
}

.propertu-page-shortby .nice-select .list {
	height: auto
}

.more-info li {
	padding: 10px 0 !important;
	color: #444;
	font-size: 15px;
}

.more-info li span {
	width: 45%;
	display: inline-block;
	font-weight: 500;
	color: #111;
}

.more-info li span i {
	color: #1EC8E7;
	margin-right: 5px
}

.Tags-catagory li {
	display: inline-block;
	border: medium none !important;
	padding: 0 !important;
	margin: 2px 0;
}

.Tags-catagory a {
	color: #111;
	text-transform: capitalize;
	display: inline-block;
	padding: 5px 15px;
	background: #f8f9fc none repeat scroll 0 0;
	border-radius: 5px;
}

.Tags-catagory a:hover {
	background: #c31e2c none repeat scroll 0 0;
	color: #fff;
}

.recent-blog li {
	overflow: hidden;
	padding-left: 0 !important
}

.recent-img {
	margin-right: 10px;
	width: 80px;
	float: left;
}

.recent-text {
	vertical-align: middle;
	overflow: hidden;
}

.recent-text h4 {
	color: #111;
	font-size: 17px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 4px;
	line-height: 22px;
}

.recent-text h4 a {
	color: #111;
}

.recent-text h4 a:hover {
	color: #1EC8E7
}


/*================================================
27 - CHECKBOX CSS
==================================================*/

.checkbox {
	margin: 5px 0;
	text-transform: capitalize;
	color: #333;
}

.checkbox label {
	margin: 0;
	color: #111;
	font-size: 16px;
	font-weight: 600;
}

@-webkit-keyframes pull {
	0% {
		height: 0;
	}

	100% {
		height: 1.2rem;
	}
}

@keyframes pull {
	0% {
		height: 0;
	}

	100% {
		height: 1.2rem;
	}
}

@-webkit-keyframes pop {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	75% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

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

@keyframes pop {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	75% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

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

.checkbox-spin {
	display: none;
}

.checkbox-spin+label span {
	display: inline-block;
	width: 25px;
	height: 16px;
	margin: 0 0px -3px 0;
}

.checkbox-spin+label span:before,
.checkbox-spin+label span:after {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: "";
	position: absolute;
	z-index: 1;
	width: 16px;
	height: 16px;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
}

.checkbox-spin+label span:after {
	z-index: 0;
	border: none;
}

.checkbox-spin:checked+label span:before {
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotate(180deg);
	transform: rotateZ(180deg);
	background: #c31e2c none repeat scroll 0 0;
	border: 1px solid #1EC8E7;
}


/*================================================
28 - TOUR DETAILS CSS
==================================================*/

.peulis-tour-details-area {
	padding-top: 70px
}

.tour-details-head h3,
.tour-gallery h3,
.comment-group-title h3,
.peulis-leave-comment h3 {
	color: #111;
	font-weight: 500;
	font-size: 34px;
	margin-bottom: 10px;
	position: relative;
	letter-spacing: 0px;
	display: block;
	font-family: 'Gelasio';
	text-transform: capitalize;
}

.tour-gallery h3,
.comment-group-title h3,
.peulis-leave-comment h3 {
	font-size: 26px;
	margin-bottom: 20px
}

.tour-details-head h3 span {
	margin-left: 10px;
	font-size: 15px;
	letter-spacing: 0;
	color: #444;
}

.tour_price {
	font-size: 19px !important;
	color: #c31e2c !important;
}

.tour-details-head .tour-rating ul,
.tour-details-head .tour-rating p {
	display: inline-block
}

.tour-details-head .tour-rating p {
	font-size: 15px;
	color: #444;
	margin-left: 10px
}

.tour-details-image {
	margin: 15px 0;
}

ul.tour-offer {
	padding: 15px 20px;
	background: #f9f9f9 none repeat scroll 0 0;
	border-radius: 5px;
	margin: 30px 0
}

ul.tour-offer>li {
	color: #111;
	font-size: 15px;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
	float: left;
	width: 100%;
	font-weight: 600;
}

ul.tour-offer>li>span {
	display: inline-block;
	width: 30%;
	color: #111;
	font-weight: 600;
}

ul.tour-offer>li ul {
	float: right;
	width: 70%;
}

ul.tour-offer>li ul>li {
	margin: 5px 0;
}

ul.tour-offer>li ul>li i.fa-check-circle {
	color: #6FCF97
}

ul.tour-offer>li ul>li i.fa-times-circle {
	color: #FF4F81
}

.peulis-comment-list {
	margin-bottom: 50px
}

.single-comment-box {
	margin-bottom: 10px;
	position: relative;
	-webkit-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

.tour-gallery {
	margin: 50px 0;
}

.tour-gallery-slider .single-gallery-tour img {
	aspect-ratio: 3/2;
	border-radius: 4px;
	-o-object-fit: cover;
	object-fit: cover;
}

.main-comment {
	font-size: 15px;
	padding: 0 0 0 90px;
	position: relative;
	margin-bottom: 30px;
}

.author-image {
	border-radius: 50%;
	left: 0;
	margin-bottom: 20px;
	position: absolute;
}

.author-image img {
	display: block;
	width: 70px;
	border-radius: 5px;
	border: 4px solid #e6e6e6;
}

.comment-info {
	padding: 10px 20px;
	position: relative;
	background: #f9f9f9 none repeat scroll 0 0;
	border-bottom: 1px solid #E5E5E5;
}

.comment-info:after {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	display: block;
	border-style: solid;
	top: 8px;
	border-width: 11px 13px 11px 0;
	border-color: transparent #f2f2f2;
	left: -12px;
}

.comment-info h4 {
	display: inline-block;
	color: #111;
	text-transform: capitalize;
	font-size: 17px;
}

.comment-info ul {
	display: inline-block;
	margin: 0 10px;
}

.comment-info ul li {
	display: inline-block;
	color: #ffa11a
}

.comment-text {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.comment-text-inner {
	padding: 10px;
}

.comment-info p {
	display: inline-block;
	font-size: 13px
}

.comment-field p {
	color: #111;
	display: inline-block;
}

.peulis-leave-comment form .comment-field>textarea {
	border: medium none;
	padding: 5px 10px;
	margin: 10px 0;
	color: #111;
	width: 100%;
	height: 175px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	font-size: 15px;
	background: #f4f4f5 none repeat scroll 0 0 !important;
	border-radius: 5px;
}

.peulis-leave-comment form .comment-field>input {
	width: 100%;
	border: medium none;
	padding: 5px 10px;
	height: 45px;
	color: #111;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	margin: 10px 15px 10px 0px;
	font-size: 15px;
	background: #f4f4f5 none repeat scroll 0 0;
	border-radius: 5px
}

.peulis-leave-comment form .comment-field>button {
	display: block;
	text-align: center;
	padding: 10px 35px;
	background: #c31e2c none repeat scroll 0 0;
	color: #fff;
	text-transform: capitalize;
	border-radius: 30px;
	font-size: 15px;
	font-weight: 600;
	border: medium none;
	cursor: pointer;
	width: auto;
	margin-top: 10px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.peulis-leave-comment form .comment-field>button:hover {
	background: #c31e2c none repeat scroll 0 0
}

.star-rating {
	direction: rtl;
	display: inline-block;
	padding: 0;
	margin-left: 15px;
}

.star-rating input[type=radio] {
	display: none
}

.star-rating label {
	color: #bbb;
	font-size: 18px;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.star-rating label:hover,
.star-rating label:hover~label,
.star-rating input[type=radio]:checked~label {
	color: #f2b600
}

.datepicker {
	border: 1px solid #1EC8E7;
	margin-top: -5px;
}

.datepicker .cell.day.selected,
.datepicker .cell.month.selected,
.datepicker .cell.year.selected,
.datepicker .cell.decade.selected {
	background: #c31e2c none repeat scroll 0 0;
	color: #fff;
}

.datepicker .cell.day:hover,
.datepicker .cell.month:hover,
.datepicker .cell.year:hover,
.datepicker .cell.decade:hover {
	background: #c31e2c none repeat scroll 0 0;
	color: #fff;
}

.popover.clockpicker-popover.bottom.clockpicker-align-left {
	border: 0px solid #1EC8E7;
}

.text-primary,
.clockpicker-popover .popover-title {
	color: #1EC8E7;
}

.datepicker .row.header a {
	margin: 0 3px;
	cursor: pointer;
	display: block;
	text-align: center;
	width: 100%;
}

.datepicker .day {
	font-size: 15px;
	text-align: center
}

.single-comment-box.comment_reply {
	padding-left: 83px;
}


/*================================================
29 - PRODUCT PAGE CSS
==================================================*/

.peulis-product-area {
	padding-top: 70px
}

.product-item {
	margin-bottom: 30px;
}

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

.product-text {
	padding-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.product-text h3 {
	font-size: 18px;
	color: #111;
	letter-spacing: 0px;
	margin: 5px 0;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: block;
	text-transform: capitalize;
	font-weight: 600;
}

.product-text h3 a {
	color: #111;
}

.product-text h3 a:hover {
	color: #c31e2c
}

.product-action a {
	width: 45px;
	height: 45px;
	text-align: center;
	border: 1px solid #eee;
	line-height: 44px;
	font-size: 16px;
	color: #c31e2c;
	border-radius: 5px;
}

.product-action a:hover {
	background: #c31e2c none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #c31e2c;
}

.product-title p {
	color: #111;
}


/*================================================
30 - PRODUCT DETAILS PAGE CSS
==================================================*/

.peulis-product-details {
	padding-top: 70px
}

.product-details-image {
	text-align: center;
}

.product-details-image img {
	width: 100%;
}

.product-details-text h3 {
	color: #111;
	font-family: 'Gelasio';
	font-weight: 500;
	font-size: 30px;
	text-transform: capitalize;
	letter-spacing: 0px;
	display: block;
	margin-bottom: 15px
}

.product-details-text .tour-rating ul {
	display: inline-block;
	margin-right: 10px
}

.product-details-text .tour-rating p {
	display: inline-block;
	margin-left: 5px;
	color: #111;
	text-transform: capitalize;
}

.single-pro-page-para {
	margin: 20px 0;
}

.single-shop-price>p {
	color: #000;
	font-size: 17px;
	font-weight: 600;
	margin-top: 15px;
}

.single-shop-price>p {
	color: #000;
	font-size: 17px;
	font-weight: 500;
	margin-top: 15px;
}

.single-shop-price>p input {
	border: 1px solid #ddd;
	font-weight: 500;
	margin-left: 20px;
	padding: 5px 10px;
	width: 80px;
}

.single-shop-price p span {
	color: #c31e2c;
	margin-left: 10px;
}

.single-shop-page-btn a.peulis-btn {
	color: #fff;
	margin: 0;
	background: #c31e2c none repeat scroll 0 0
}

.single-shop-page-btn a.peulis-btn:hover {
	color: #fff;
	background: #c31e2c none repeat scroll 0 0
}

.single-shop-page-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
}

.single-shop-page-btn ul {
	margin-left: 30px;
}

.single-shop-page-btn ul li {
	display: inline-block;
	margin: 0 2px
}

.single-shop-page-btn ul li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #333;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.single-shop-page-btn ul li a:hover,
.peulis-cart-close a:hover {
	background: #c31e2c none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #1EC8E7
}

.peulis-related-products .product-item {
	margin-top: 30px;
	margin-bottom: 0
}


/*================================================
31 - CART PAGE CSS
==================================================*/

.peulis-cart-page-area {
	padding-top: 70px
}

.cart-table-left h3,
.order-summury-box h3 {
	color: #111;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 20px;
	position: relative;
	letter-spacing: 0px;
	display: block;
	font-family: 'Gelasio';
	text-transform: capitalize;
}

.cart-table-left thead {
	background: #f4f4f5 none repeat scroll 0 0;
	border: medium none;
}

.cart-table-left thead th {
	border: medium none;
	color: #111;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
}

.peulis-cart-preview {
	width: 115px;
	height: 100px;
	text-align: center;
}

.peulis-cart-preview img {
	width: 100%;
	height: 100%
}

.table th,
.table td {
	vertical-align: baseline;
	border-top: 0px;
	border-bottom: 1px solid #f0f0ff;
}

.cart-table-left table td p {
	color: #111;
	text-transform: capitalize;
	font-weight: 600
}

.peulis-cart-quantity>input {
	border: 1px solid #ddd;
	padding: 5px;
	width: 70px;
}

.peulis-cart-close {
	text-align: center;
}

.peulis-cart-total {
	font-weight: 500;
}

.peulis-cart-close a {
	color: #333;
	width: 35px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.cart-clear a {
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	color: #111;
	margin-right: 15px;
}

.cart-clear {
	margin-top: 20px
}

.cart-clear a:last-child {
	margin-right: 1px;
}

.cart-clear a:hover {
	color: #c31e2c
}

.order-summury-box {
	padding: 30px;
	background: #f4f4f5 none repeat scroll 0 0;
}

.order-summury-box table {
	width: 100%;
}

.order-summury-box table tr {
	border-bottom: 1px solid #ddd;
}

.order-summury-box table tr:last-child {
	border-bottom: 0px solid #ddd;
}

.order-summury-box table td {
	padding: 10px 0;
	color: #111;
	font-weight: 600;
	font-size: 15px
}

.checkout-action {
	text-align: right;
	margin-top: 30px
}

.checkout-action a.peulis-btn {
	color: #fff;
	margin: 0
}

.checkout-action a.peulis-btn:hover {
	color: #fff;
}


/*================================================
32 - CHECKOUT PAGE CSS
==================================================*/

.checkout-page-area {
	padding-top: 70px
}

.checkout-left-box h3 {
	color: #111;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 20px;
	position: relative;
	letter-spacing: 0px;
	display: block;
	font-family: 'Gelasio';
	text-transform: capitalize;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.checkout-left-box form .checkout-form {
	margin-top: 15px;
}

.checkout-left-box form input {
	width: 100%;
	border: medium none;
	padding: 5px 10px;
	height: 45px;
	color: #111;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	font-size: 15px;
	background: #f4f4f5 none repeat scroll 0 0;
	border-radius: 5px;
}

.checkout-left-box form textarea {
	border: medium none;
	padding: 5px 10px;
	color: #111;
	width: 100%;
	height: 175px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	font-size: 15px;
	background: #f4f4f5 none repeat scroll 0 0 !important;
	border-radius: 5px;
}

.checkout-left-box form label {
	color: #111;
	font-size: 15px
}

.peulis-payment .payment {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}

.peulis-payment .payment input[type=radio] {
	position: absolute;
	visibility: hidden;
}

.peulis-payment .payment label {
	display: inline-block;
	position: relative;
	padding: 0 0 0 30px;
	margin: 10px auto;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
	color: #111;
	font-weight: 500;
	font-size: 15px
}

.peulis-payment .payment .check {
	display: block;
	position: absolute;
	border: 3px solid #AAAAAA;
	border-radius: 100%;
	height: 20px;
	width: 20px;
	top: 14px;
	left: 0;
	z-index: 5;
	-o-transition: border .25s linear;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.peulis-payment .payment .check:before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 8px;
	width: 8px;
	top: 3px;
	left: 3px;
	margin: auto;
	-o-transition: background 0.25s linear;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

input[type="radio"]:checked~.check {
	border: 3px solid #c31e2c;
}

input[type="radio"]:checked~.check:before {
	background: #c31e2c;
}

input[type="radio"]:checked~label {
	color: #c31e2c;
}

.payment img {
	float: right;
	margin-top: 15px;
}

.payment p {
	font-size: 15px;
}

.booking-right .action-btn {
	text-align: right;
	margin-top: 30px
}


/*================================================
33 - CONTACT PAGE CSS
==================================================*/

.peulis-contact-area {
	padding-top: 70px
}

.contact-left h3,
.contact-right h3 {
	color: #111;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 30px;
	position: relative;
	letter-spacing: 0px;
	display: block;
	font-family: 'Gelasio';
	text-transform: capitalize;
}

.contact-left form p {
	margin-top: 20px
}

.contact-left form input {
	width: 100%;
	border: medium none;
	padding: 5px 10px;
	height: 45px;
	color: #111;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	font-size: 15px;
	background: #f4f4f5 none repeat scroll 0 0;
	border-radius: 5px;
}

.contact-left form textarea {
	border: medium none;
	padding: 5px 10px;
	color: #111;
	width: 100%;
	height: 175px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	font-size: 15px;
	background: #f4f4f5 none repeat scroll 0 0 !important;
	border-radius: 5px;
}

.contact-left form button {
	display: block;
	text-align: center;
	padding: 10px 35px;
	background: #c31e2c none repeat scroll 0 0;
	color: #fff;
	text-transform: capitalize;
	border-radius: 30px;
	font-size: 15px;
	font-weight: 600;
	border: medium none;
	cursor: pointer;
	width: auto;
	margin-top: 10px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.contact-left form button:hover {
	background: #c31e2c none repeat scroll 0 0;
}

.contact-right,
.contact-left {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	height: 100%;
	background: #fff;
}

.contact-left {
	padding: 25px;
}

.contact-left h3 {
	margin-bottom: 15px;
	text-align: center;
}

.contact-right h3 {
	padding: 15px 25px;
	background: #c31e2c;
	text-align: center;
	color: #fff;
}

.contact-info-icon {
	float: left;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	color: #c31e2c;
	font-size: 20px;
	margin-right: 15px;
	-webkit-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.08);
}

.contact-info-desc {
	overflow: hidden;
}

.contact-info-item {
	margin-bottom: 30px;
	padding: 0 25px;
}

.contact-info-item:last-child {
	margin-bottom: 0px;
}

.contact-info-desc span {
	font-weight: 600;
	color: #000;
}

.contact-info-desc ul li {
	font-size: 15px;
	margin: 3px;
	color: #2e2c2c;
}

/* ------------------------------------------------- 
About section
-------------------------------------------------- */

ul.teaching_lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
	padding-left: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 30px;
	width: 85%;
	margin: 20px 0;
}

ul.teaching_lists li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

ul.teaching_lists li img {
	width: 50px;
}

ul.teaching_lists li span {
	padding-left: 15px;
	width: 53%;
	display: inline-block;
	font-weight: bold;
	color: #000;
}

.about_img_a {
	position: relative;
	margin: 0 40px 54px;
}

.about_design_top {
	position: absolute;
	top: 37px;
	right: -15px;
}

.about_smal {
	position: absolute;
	bottom: -14%;
	right: 0;
	z-index: 2;
}

.img-first {
	position: relative;
	z-index: 1;
	left: 33px;
}

.about_design_bottom {
	position: absolute;
	bottom: -122px;
	left: -33px;
	-webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
	animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}

.shape-mover {
	-webkit-animation-name: shapeMover;
	animation-name: shapeMover;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

h3.section_heading_design {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 14px;
}

h2.section_heading {
	font-size: 40px;
	font-weight: bold;
	color: #000;
}

.clients_sec.d-flex.align-items-center {
	padding-left: 3.5rem;
}

p.happy_c_text {
	padding-left: 1.4rem;
	font-size: 16px;
	font-weight: 500;
}

p.happy_c_text span {
	padding-right: 10px;
	color: #c31e2c;
}

span.heading_design {
	display: block;
	height: 2px;
	width: 65px;
	background: #c31e2c;
	border-radius: 2px;
	position: relative;
}

span.heading_design.left {
	position: absolute;
	top: 41%;
	-webkit-transform: translateY(-59%);
	-ms-transform: translateY(-59%);
	transform: translateY(-59%);
	right: -84%;
}

h3.section_heading_design {
	display: inline-block;
}

span.heading_design:after {
	content: '';
	width: 4px;
	height: 4px;
	position: absolute;
	top: -1px;
	right: 11px;
	background: #fff;
}

span.heading_design:before {
	content: '';
	width: 4px;
	height: 4px;
	position: absolute;
	top: -1px;
	right: 27px;
	background: #fff;
}

.design_line span.heading_design {
	margin: 10px auto;
	margin-bottom: 20px;
}

span.heading_design.color {
	background: #fff;
}

span.heading_design.color:before {
	background: #c31e2c;
}

span.heading_design.color:after {
	background: #c31e2c;
}

a.destination_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

a.destination_link img {
	width: 14px !important;
	margin-left: 10px;
}

p.destination_name {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
}

/* -------------------------------------------------------
Steps section Start 
------------------------------------------------------- */

.steps {
	background: url(../images/step_bg.jpg);
	background-size: cover;
	position: relative;
	z-index: 1;
}

.steps:after {
	content: '';
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../images/steps_shaps.png);
	background-size: contain;
	z-index: -1;
	height: 192px;
	position: absolute;
	width: 100%;
}

p.steps_header {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	background: #d21515;
	position: absolute;
	border-radius: 4px;
	-webkit-transform: rotate(-26deg);
	-ms-transform: rotate(-26deg);
	transform: rotate(-26deg);
	padding: 6px 30px;
	top: 39px;
	left: 14px;
}

.step_image {
	position: relative;
	text-align: center;
}

.steps_icon {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -50px;
	border-radius: 50%;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 3px 0 14px rgba(0 0 0 / 12%);
	box-shadow: 3px 0 14px rgba(0 0 0 / 12%);
	z-index: 5;
	background: #fff;
	left: -20px;
	margin-bottom: 25px;
}

.steps_content {
	text-align: center;
	padding: 0 10px;
}

h5.steps_title {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
	font-family: var(--roboto-font);
}

a.step_btn {
	color: #363e41;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	display: inline-block;
}

h2.section_heading span.d-inline-block {
	-webkit-transform: translateY(-7px);
	-ms-transform: translateY(-7px);
	transform: translateY(-7px);
}

.mtmin-60 {
	margin-top: -95px;
}

section.steps.ex_padding_bottom {
	padding-bottom: 115px;
}

/* -----------------------------------------
Explore section
----------------------------------------- */

.explore {
	background: linear-gradient(to right, #760912, #b76b72);
	background-size: cover;
	padding-bottom: 75px;
}

.font_size_36 {
	font-size: 36px !important;
	font-weight: 400 !important;
	line-height: 52px;
}

.font-20-desc {
	font-size: 18px;
	font-weight: 500;
}

.header_booking.bg-white {
	color: #000;
}

/* @media(min-width:1280px){
	.row.explore_row .col-md-6:first-child {
		max-width: 55%;
		flex: 0 0 55%;
	}
	
	.row.explore_row .col-md-6:last-child {
		max-width: 45%;
		flex: 0 0 45%;
	}
	
} */
.explore_img {
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
	margin-top: -40px;
	position: relative;
	z-index: 1;
}

span.icon-img {
	width: 40px !important;
	height: 40px;
	text-align: center;
	background: red;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
}


/* ----------- service-detail ------------- */
.single-sidebar .service_booking {
	height: 250px;
	background-size: cover !important;
	position: relative;
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 1;
	overflow: hidden;
}

.single-sidebar .service_booking:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #c31e2cc7;
	z-index: -1;
	mix-blend-mode: multiply;
}

.single-sidebar .service_booking a {
	display: block;
	border: 1px solid #fff;
	color: #fff;
	padding: 7px 25px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.single-sidebar .service_booking h3 {
	color: #fff;
	margin-bottom: 10px;
}

.single-sidebar .service_booking a:hover {
	background: #c31e2c;
	color: #fff;
	border-color: #c31e2c;
}

.single-sidebar.service_siderbar {
	padding: 20px;
	border-radius: 15px;
	border: 1px solid #f1f1f1;
	-webkit-box-shadow: 0 0 15px #cccccc37;
	box-shadow: 0 0 15px #cccccc37;
}

.service_image {
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 16px;
}

ul.amenities_list li {
	padding-left: 30px;
	position: relative;
	margin-bottom: 5px;
}

ul.amenities_list li i {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 12px;
	background: #c31e2c;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

span.amount {
	font-size: 31px;
	color: #c31e2c;
	font-weight: 800;
	margin-top: 20px;
	display: inline-block;
}

sup.duration {
	background: #c31e2c;
	padding: 10px 6px;
	border-radius: 4px;
	color: #fff;
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
	display: inline-block;
}

section.passenger_24 {
	background: #f7f7f7;
}

section.passenger_24 ul.amenities_list li {
	padding-left: 0;
	padding-right: 30px;
}

section.passenger_24 ul.amenities_list li i {
	right: 0;
	left: inherit;
}

/* ----------- service-detail ------------- */

/* ----------------------------------
Start Blog
------------------------------------ */
.blog_card {
	border-radius: 15px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 15px #cccccc37;
	box-shadow: 0 0 15px #cccccc37;
	border: 1px solid #f1f1f1;
	margin-bottom: 35px !important;
}

.blog_archive .col-md-6.col-sm-6.col-12.col-lg-4:nth-last-child(1) .blog_card,
.blog_archive .col-md-6.col-sm-6.col-12.col-lg-4:nth-last-child(2) .blog_card,
.blog_archive .col-md-6.col-sm-6.col-12.col-lg-4:nth-last-child(3) .blog_card {
	margin-bottom: 0px;
}

.blog_content {
	padding: 20px;
}

.blog_content a.blog_title h2 {
	font-size: 24px;
}

.blog_content a.blog_title {
	display: block;
	padding-top: 5px;
	padding-bottom: 10px;
}

.blog_footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
}


.blog_img {
	overflow: hidden;
}

.blog_card .blog_img img {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.blog_card:hover .blog_img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.blog_img {
	overflow: hidden;
}

.blog_card .blog_img img {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.blog_card:hover .blog_img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

a.round-btn {
	background: #c31e2c;
	padding: 4px 10px;
	color: #fff;
	border-radius: 8px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	border: 1px solid #c31e2c;
}

a.round-btn:hover {
	background: none;
	color: #c31e2c;
}

/* ----------------------------------
Blog End
------------------------------------ */


/* ----------------------------------------
About us 
---------------------------------------- */
.peulis-story-area .about_img {
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
	background-position-y: 100%;
	bottom: 0;
}

.peulis-story-area .about_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.peulis-story-area .right_img .about_img {
	right: 0;
	left: inherit;
}

/* ----------------------------------------
About us 
---------------------------------------- */

/* ----------------------------------------
Tours details 
--------------------------------------- */
ul.category.recent_tours li {
	padding-left: 0px;
	list-style: none !important;
}


ul.category.recent_tours {
	list-style: none !important;
}

ul.category.recent_tours li:before {
	display: none;
}

ul.category.recent_tours li a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.recent_list_img {
	width: 80px;
	height: 80px;
	border-radius: 12px;
	overflow: hidden;
}

.recent_list_img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 90px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

ul.category.recent_tours li a:hover .recent_list_img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

ul.category.recent_tours li a .content {
	width: calc(100% - 80px);
	padding-left: 10px;
}

ul.category.recent_tours li a .content p {
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

ul.footer_list {
	list-style: none;
}

ul.footer_list li {
	position: relative;
	padding-left: 32px;
	margin-top: 16px;
}

ul.footer_list li i {
	position: absolute;
	left: 0;
}

ul.footer_list li i {
	width: inherit;
	font-size: 19px;
}

.peulis-slider-area .owl-nav {
	display: none;
}

/* ----------------------------------------
Tours details 
--------------------------------------- */

.forgate_password {
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #fff;
}

.remember_me label {
	margin-bottom: 0;
}

.remember_me label span {
	margin-left: 10px;
}

.forgate a {
	color: #f5b048;
}

.not_yet {
	margin-top: 15px;
	text-align: center;
	color: #fff;
}

.not_yet a {
	margin-left: 10px;
	color: #f5b048;
}

.not_yet a:hover {
	margin-left: 15px;
}

.quick-contact.lr_form span.heading_design {
	background: linear-gradient(to right, #565554, #6f6d6c);
}


/* ----------------------------------------------------------------
Tour Detail 
---------------------------------------------------------------- */
.incude_exclude .accordion-button {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 1rem 0rem;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out;
	-o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out;
}

.incude_exclude .accordion-button::after {

	background-image: url(../images/plus_white.png);

	-webkit-transform: scale(.7) !important;

	-ms-transform: scale(.7) !important;

	transform: scale(.7) !important;

}

.incude_exclude .accordion-button:not(.collapsed)::after {

	background-image: url(../images/minus_white.png);

}

.incude_exclude .accordion-button::after {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	/* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); */
	background-repeat: no-repeat;
	background-size: 1.25rem;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	-o-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.incude_exclude .accordion-body {
	padding: 1rem 1.25rem;
}

.title_include,

.title_exclude {

	margin-bottom: 0;

}

.incude_exclude .accordion-button h5 {
	color: #000;
}

.incude_exclude .accordion-button h5 i.fa-check-circle {
	color: #008000;
	margin-right: 5px;
}

.incude_exclude .accordion-button h5 i.fa-times-circle {
	margin-right: 5px;
	color: red;
}

.incude_exclude .accordion-item {

	border-bottom: 1px solid rgba(0, 0, 0, .125);

	border-top: 0px solid rgba(0, 0, 0, .125);

	border-right: 0px solid rgba(0, 0, 0, .125);

	border-left: 0px solid rgba(0, 0, 0, .125);

	margin-bottom: 0px;



}

h5.title_include {

	font-size: 17px;

	font-weight: 500;

}

h5.title_exclude {

	font-size: 17px;

	font-weight: 500;

}

.incude_exclude .accordion-button:focus {

	z-index: 3;

	border-color: transparent;

	outline: 0;

	-webkit-box-shadow: none;

	box-shadow: none;

}

.incude_exclude .accordion-button:not(.collapsed) {

	background: #fff;

}

.include_box {

	background: transparent;

	padding: 0;

}

.exclude_box ul {
	padding-left: 30px;

}

.exclude_box ul li {

	line-height: 37px;

	position: relative;

	display: block;

}

.exclude_box ul li::before {

	content: '\f2d4 ';

	font-family: FontAwesome;

	position: absolute;

	left: -28px;

	top: 0px;

	color: #ff0000;
}

/* ----------------------------------------------------------------
Tour Detail 
---------------------------------------------------------------- */

.footer-bottom-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
}

.footer-menu-second>ul {
	display: flex;
	align-items: center;
	gap: 15px;
}


.xzoom-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.main-image-container {
	position: relative;
}

.main-image {
	width: 540px;
	height: 378px;
	border: 2px solid #c31e2c;
	border-radius: 10px;
}

.zoom-lens {
	position: absolute;
	border: 2px solid #000;
	width: 100px;
	height: 100px;
	visibility: hidden;
	pointer-events: none;
	background-repeat: no-repeat;
	background-size: 200%;
	/* for zoom */
}

.xzoom-thumbs {
	margin-top: 10px;
}

.xzoom-gallery {
	width: 80px;
	height: 47px;
    margin: 0 5px;
    cursor: pointer;
    border: 2px solid #c31e2c;
    border-radius: 5px;
}

.xzoom-gallery:hover {
	border-color: #007bff;
}