@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Oswald:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600&display=swap");

.boxed-btn {
	background: #fff;
	color: #d19f68 !important;
	display: inline-block;
	padding: 18px 44px;
	font-family: "Oswald", sans-serif;
	font-size: 14px;
	font-weight: 400;
	border: 0;
	border: 1px solid #d19f68;
	letter-spacing: 3px;
	text-align: center;
	color: #d19f68;
	text-transform: uppercase;
	cursor: pointer
}

.boxed-btn:hover {
	background: #d19f68;
	color: #fff !important;
	border: 1px solid #d19f68
}

.boxed-btn:focus {
	outline: none
}

body {
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Oswald", sans-serif;
	color: #1d2434;
	margin-top: 0px;
	font-style: normal;
	font-weight: 500;
	text-transform: normal
}

p {
	font-family: "Poppins", sans-serif;
	color: #10285d;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: normal
}

a {
	font-family: "Poppins", sans-serif;
	color: #10285d;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: normal
}

.img {
	max-width: 100%;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.f-right {
	float: right
}

.fix {
	overflow: hidden
}

.clear {
	clear: both
}

a,
.button {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

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

a {
	color: #635c5c
}

/* a:hover {
	color: #fff
} */

a:focus,
a:hover {
	text-decoration: none
}

a,
button {
	color: #fff;
	outline: medium none
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0
}

input:focus::-moz-placeholder {
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

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

ul {
	margin: 0px;
	padding: 0px
}

li {
	list-style: none
}

.section-padding {
	padding-top: 120px;
	padding-bottom: 120px
}

.mb-90 {
	margin-bottom: 90px
}

@media (max-width: 767px) {
	.mb-90 {
		margin-bottom: 30px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.mb-90 {
		margin-bottom: 45px
	}
}

.btn {
	background: #d19f68;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	padding: 27px 44px;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	border-radius: 0px;
	line-height: 1;
	-moz-user-select: none;
	letter-spacing: 1px;
	line-height: 0;
	margin-bottom: 0;
	margin: 10px;
	cursor: pointer;
	transition: color 0.4s linear;
	position: relative;
	z-index: 1;
	border: 0;
	overflow: hidden;
	margin: 0
}

.btn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 101%;
	height: 101%;
	background: #af804d;
	z-index: 1;
	border-radius: 5px;
	transition: transform 0.5s;
	transition-timing-function: ease;
	transform-origin: 0 0;
	transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
	transform: scaleX(0);
	border-radius: 0px
}

.btn:hover::before {
	transform: scaleX(1);
	color: #fff !important;
	z-index: -1
}

.btn:hover {
	background-position: right
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none
}

.header-btn {
	padding: 29px 33px
}

#back-top {
	background: #d19f68;
	height: 50px;
	width: 50px;
	right: 31px;
	bottom: 18px;
	position: fixed;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	line-height: 48px;
	border: 2px solid transparent;
	box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2)
}

@media (max-width: 575px) {
	#back-top {
		right: 16px
	}
}

#back-top a i {
	display: block;
	line-height: 50px
}

.sticky-bar {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	z-index: 9999;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	background: #fff
}

.mt-10 {
	margin-top: 10px
}

.mt-30 {
	margin-top: 30px
}

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

.mb-5 {
	margin-bottom: 5px
}

.mb-20 {
	margin-bottom: 20px
}

.mb-30 {
	margin-bottom: 30px
}

.mb-35 {
	margin-bottom: 35px
}

.mb-50 {
	margin-bottom: 50px
}

.mb-80 {
	margin-bottom: 80px
}

.mb-90 {
	margin-bottom: 90px
}

.mb-100 {
	margin-bottom: 100px
}

.ml-30 {
	margin-left: 30px
}

.pt-20 {
	padding-top: 20px
}

.pt-70 {
	padding-top: 70px
}

.pb-170 {
	padding-bottom: 170px
}

.pb-180 {
	padding-bottom: 180px
}

@-webkit-keyframes heartbeat {
	to {
		-webkit-transform: scale(1.03);
		transform: scale(1.03)
	}
}

@keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

.preloader {
	background-color: #f7f7f7;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	margin: 0 auto
}

.preloader .preloader-circle {
	width: 200px;
	height: 200px;
	position: relative;
	border-style: solid;
	border-width: 1px;
	border-top-color: #d19f68;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	z-index: 10;
	border-radius: 50%;
	-webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
	box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
	background-color: #fff;
	-webkit-animation: zoom 2000ms infinite ease;
	animation: zoom 2000ms infinite ease;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s
}

.preloader .preloader-img {
	position: absolute;
	top: 50%;
	z-index: 200;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-top: 6px;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s
}

.preloader .preloader-img img {
	max-width: 100px
}

.preloader .pere-text strong {
	font-weight: 800;
	color: #dca73a;
	text-transform: uppercase
}

@keyframes zoom {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .6s;
		-o-transition: .6s;
		transition: .6s
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transition: .6s;
		-o-transition: .6s;
		transition: .6s
	}
}

.slick-initialized .slick-slide {
	outline: 0
}

.section-padding2 {
	padding-top: 100px;
	padding-bottom: 100px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.section-padding2 {
		padding-top: 200px;
		padding-bottom: 200px
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-padding2 {
		padding-top: 200px;
		padding-bottom: 200px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-padding2 {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-padding2 {
		padding-top: 70px;
		padding-bottom: 70px
	}
}

@media (max-width: 575px) {
	.section-padding2 {
		padding-top: 70px;
		padding-bottom: 70px
	}
}

.section-padding30 {
	padding-top: 195px;
	padding-bottom: 180px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-padding30 {
		padding-top: 150px;
		padding-bottom: 140px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-padding30 {
		padding-top: 100px;
		padding-bottom: 70px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-padding30 {
		padding-top: 65px;
		padding-bottom: 70px
	}
}

@media (max-width: 575px) {
	.section-padding30 {
		padding-top: 65px;
		padding-bottom: 70px
	}
}

.footer-padding {
	padding-top: 150px;
	padding-bottom: 70px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-padding {
		padding-top: 150px;
		padding-bottom: 70px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-padding {
		padding-top: 100px;
		padding-bottom: 50px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.footer-padding {
		padding-top: 80px;
		padding-bottom: 50px
	}
}

@media (max-width: 575px) {
	.footer-padding {
		padding-top: 80px;
		padding-bottom: 0px
	}
}

@media (max-width: 575px) {
	.section-tittle {
		margin-bottom: 50px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-tittle {
		margin-bottom: 50px
	}
}

.section-tittle span {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 22px;
	color: #292c37;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 0.05em
}

@media (max-width: 575px) {
	.section-tittle span {
		font-size: 14px
	}
}

.section-tittle h2 {
	font-size: 50px;
	display: block;
	color: #1d2434;
	font-weight: 700;
	text-transform: uppercase
}
	.home-about-section{
		background: white ;
	}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-tittle h2 {
		font-size: 48px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-tittle h2 {
		font-size: 31px;
		translate: 0 70px;
	}
}

@media (max-width: 575px) {
	.section-tittle h2 {
		font-size: 27px;
		translate: 0 70px;
	}
}

.section-tittle3 h2 {
	font-size: 44px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-tittle3 h2 {
		font-size: 38px
	}
}

@media (max-width: 575px) {
	.section-tittle3 h2 {
		font-size: 26px
	}
}

.section-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed
}

.header-area .main-header {
	padding: 0px 130px
}

@media only screen and (min-width: 1200px) and (max-width: 1900px) {
	.header-area .main-header {
		padding: 20px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-area .main-header {
		padding: 0px 15px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .main-header {
		padding: 22px 50px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.header-area .main-header {
		padding: 22px 20px
	}
}

@media (max-width: 575px) {
	.header-area .main-header {
		padding: 22px 14px
	}
}

.header-area .main-header .main-menu ul li {
	display: inline-block;
	position: relative;
	z-index: 1
}

.header-area .main-header .main-menu ul li a {
	color: #fff;
	font-weight: 300;
	padding: 8px 25px;
	display: block;
	font-size: 16px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	text-transform: capitalize;
	position: relative;
	font-family: "Open Sans", sans-serif;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 0;
    font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-area .main-header .main-menu ul li a {
		padding: 39px 15px
	}
}

.header-area .main-header .main-menu ul li a::before {
	position: absolute;
	content: "";
	width: 14px;
	height: 1px;
	background: #d19f68;
	left: 25px;
	bottom: 33px;
	transform: rotate(-46deg);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-area .main-header .main-menu ul li a::before {
		left: 17px
	}
}

.header-area .main-header .main-menu ul li a::after {
	position: absolute;
	content: "";
	width: 14px;
	height: 1px;
	background: #d19f68;
	left: 57px;
	top: 37px;
	transform: rotate(-46deg);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-area .main-header .main-menu ul li a::after {
		left: 45px
	}
}

.header-area .main-header .main-menu ul li.active>a {
	color: #d19f68;
	text-decoration: underline;
}

.header-area .main-header .main-menu ul li.active>a::before {
	opacity: 0;
	visibility: visible
}

.header-area .main-header .main-menu ul li.active>a::after {
	opacity: 0;
	visibility: visible
}

.header-area .main-header .main-menu ul li:hover>a {
	color: #d19f68;
	text-decoration: underline;
}

.header-area .main-header .main-menu ul li:hover>a::before {
	opacity: 0;
	visibility: visible
}

.header-area .main-header .main-menu ul li:hover>a::after {
	opacity: 0;
	visibility: visible
}

.header-area .main-header .main-menu ul ul.submenu {
	position: absolute;
	width: 170px;
	background: rgba(43, 43, 43, 1);
	left: 0;
	top: 80px;
	opacity: 0;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	padding: 17px 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.header-area .main-header .main-menu ul ul.submenu>li {
	margin-left: 7px;
	display: block
}

.header-area .main-header .main-menu ul ul.submenu>li>a {
	padding: 6px 10px !important;
	font-size: 16px;
	text-transform: capitalize;
	margin: 0
}

.header-area .main-header .main-menu ul ul.submenu>li>a:hover {
	color: #d19f68;
	background: none
}

.header-area .main-header .main-menu ul ul.submenu>li>a::before {
	position: unset
}

.header-area .main-header .main-menu ul ul.submenu>li>a::after {
	position: unset
}

.header-area .main-menu ul ul.submenu>li>a:hover {
	padding-left: 13px !important
}

.header-area .main-menu ul>li:hover>ul.submenu {
	visibility: visible;
	opacity: 1;
}

.header-transparent {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9
}

.header-sticky.sticky-bar {
	background: #000
}

.header-sticky.sticky-bar.sticky .main-menu ul li a {
	padding: 20px 20px !important
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-sticky.sticky-bar.sticky {
		padding: 15px 0px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.header-sticky.sticky-bar.sticky {
		padding: 15px 0px
	}
}

@media (max-width: 575px) {
	.header-sticky.sticky-bar.sticky {
		padding: 15px 0px
	}
}

.mobile_menu {
	position: absolute;
	right: 0px;
	width: 100%;
	z-index: 99
}

.slider-height {
	height: 800px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-height {
		height: 800px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-height {
		height: 650px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-height {
		height: 600px
	}
}

@media (max-width: 575px) {
	.slider-height {
		height: 460px
	}
}

.slider-height2 {
	height: 450px;
	background-size: cover
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-height2 {
		height: 350px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-height2 {
		height: 260px
	}
}

@media (max-width: 575px) {
	.slider-height2 {
		height: 260px
	}
}

.navbar-toggler {
	display: none;
/* 	position: absolute;
	top: 40px;
	right: 30px; */
}

.menu-container {
	/* overflow: hidden; */
}

.burger::before {
	font-size: 24px;
}

@media (min-width: 992px) {
	.menu-container {
		display: block!important;
	}
}

@media (max-width: 992px) {
	.menu-container {
		background-color: rgba(0,0,0,0.9);
		position: absolute;
		top: 80px;
		right: 0px;
		display: none;
		width: 100vw;
	}
	.main-menu {
		flex-direction: column-reverse;
		width: 85vw;
	}
	.navbar-toggler {
		display: block;
	}
}

.slider-area2 {
	background-image: url(../img/hero/hero2.png);
	background-repeat: no-repeat;
	background-size: cover
}

.slider-area {
	margin-top: -1px;
/* 	background-image: url(../img/hero/h1_hero.png); */
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-attachment: fixed
}

.slider-area video{
	position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
	object-fit: cover;
}
.slider-area video::before{
	content:" ";
	position:absolute;
	top:0;
	left:0;
	background: black;
	width:100%;
	height:100%;
	opacity:0.4;
}

.video_mobile{
	display:none;
}
@media(max-width:768px){
	.video_mobile{
		display:block;
	}
	.video_desktop{
		display:none;
	}
}
.slider-area .hero__caption {
	overflow: hidden
}

.slider-area .hero__caption span {
	overflow: hidden;
	font-size: 20px;
	color: #d19f68;
	font-weight: 600;
	margin-bottom: 0;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0;
}

.slider-area .hero__caption h1 {
	overflow: hidden;
    font-size: 80px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
    line-height: 1;
	text-transform: uppercase
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-area .hero__caption h1 {
		font-size: 54px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .hero__caption h1 {
		font-size: 50px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-area .hero__caption h1 {
		font-size: 35px
	}
}

@media (max-width: 575px) {
	.slider-area .hero__caption h1 {
		font-size: 29px;
		line-height: 1.5
	}
}

.slider-area .hero__caption p {
	font-size: 18px;
	color: #fff;
	font-family: "Poppins", sans-serif;
	margin-bottom: 50px;
	padding-right: 35px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .hero__caption p {
		padding-right: 13px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-area .hero__caption p {
		padding-right: 0px
	}
}

@media (max-width: 575px) {
	.slider-area .hero__caption p {
		padding-right: 0px;
		font-size: 15px
	}
}

.slider-area .stock-text {
	width: 100%
}

.slider-area .stock-text h2 {
	font-size: 70px;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	color: #fff;
	margin: 0;
	line-height: 1;
	text-transform: uppercase;
	position: absolute
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-area .stock-text h2 {
		font-size: 70px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .stock-text h2 {
		font-size: 60px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-area .stock-text h2 {
		font-size: 52px
	}
}

@media (max-width: 575px) {
	.slider-area .stock-text h2 {
		font-size: 27px;
		margin-bottom: 25px
	}
}

.slider-area .stock-text h2:nth-child(1) {
	color: transparent;
	-webkit-text-stroke: 2px rgba(255, 255, 255, 0.3);
	-webkit-text-fill-color: transparent
}

.slider-area .stock-text h2:nth-child(2) {
	color: #fff;
/* 	-webkit-animation: animate 4s ease-in-out infinite;
	animation: animate 4s ease-in-out infinite */
}

@keyframes animate {

	0%,
	100% {
		clip-path: polygon(0% 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 69%, 100% 52%, 100% 100%, 0% 100%)
	}

	50% {
		clip-path: polygon(0% 60%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%)
	}
}

.slider-area .thumb-content-box {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 2;
	width: 35%
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-area .thumb-content-box {
		width: 40%
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .thumb-content-box {
		width: 45%
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-area .thumb-content-box {
		width: 58%
	}
}

@media (max-width: 575px) {
	.slider-area .thumb-content-box {
		width: 86%
	}
}

.slider-area .thumb-content-box .thumb-content {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 50px 143px 45px 80px;
	width: 100%;
	line-height: 1;
	background: rgba(209, 159, 104, 0.7)
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.slider-area .thumb-content-box .thumb-content {
		padding: 20px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-area .thumb-content-box .thumb-content {
		padding: 28px 69px 31px 45px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .thumb-content-box .thumb-content {
		padding: 21px 56px 25px 29px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-area .thumb-content-box .thumb-content {
		padding: 11px 49px 14px 26px
	}
}

@media (max-width: 575px) {
	.slider-area .thumb-content-box .thumb-content {
		padding: 10px 66px 12px 10px
	}
}

.slider-area .thumb-content-box .thumb-content h3 {
	color: #000000;
	font-weight: 600;
	font-size: 20px;
	margin: 0;
	text-transform: uppercase
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .thumb-content-box .thumb-content h3 {
		font-size: 16px
	}
}

@media (max-width: 575px) {
	.slider-area .thumb-content-box .thumb-content h3 {
		font-size: 14px
	}
}

.slider-area .thumb-content-box .thumb-content a {
	color: #000000;
	display: block;
	position: relative;
	right: -34px;
	top: 6px;
	font-size: 30px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-area .thumb-content-box .thumb-content a {
		top: 4px
	}
}

@media (max-width: 575px) {
	.slider-area .thumb-content-box .thumb-content a {
		top: 7px
	}
}

.header-transparent {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9
}

.slider-area2 .hero-cap h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 800;
	text-transform: capitalize;
	line-height: 1
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-area2 .hero-cap h2 {
		font-size: 50px
	}
}

@media (max-width: 575px) {
	.slider-area2 .hero-cap h2 {
		font-size: 35px
	}
}

.about-area .about-caption {
	padding-left: 50px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.about-area .about-caption {
		padding-left: 50px
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-area .about-caption {
		padding-left: 0px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-area .about-caption {
		padding-top: 50px;
		padding-left: 0px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about-area .about-caption {
		padding-top: 50px;
		padding-left: 0px
	}
}

@media (max-width: 575px) {
	.about-area .about-caption {
		padding-top: 40px;
		padding-left: 0px
	}
}

.about-area .about-caption .pera-top {
	font-size: 16px;
	font-weight: 500;
	color: #212025
}

.about-area .about-caption .pera-bottom {
	font-size: 16px;
	color: #212025;
	font-weight: 300
}

.about-area .about-img img {
	width: 100%
}

.about-area .about-shape {
	position: absolute;
	right: 20px;
	bottom: 160px
}

.show-hide {
	cursor: pointer;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-area .about-shape {
		right: 48px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-area .about-shape {
		right: 63px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about-area .about-shape {
		right: 82px;
		bottom: 61px
	}
}

@media (max-width: 575px) {
	.about-area .about-shape {
		right: 27px;
		bottom: 27px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.service-area {
		padding-bottom: 100px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.service-area {
		padding-bottom: 70px
	}
}

@media (max-width: 575px) {
	.service-area {
		padding-bottom: 70px
	}
}

.service-area .services-caption {
	background: #f8f8f8;
	padding: 20px 45px 56px;
	border-radius: 7px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.service-area .services-caption {
		padding: 84px 25px 56px
	}
}

.service-area .services-caption .service-icon {
	display: inline-block;
	position: relative
}

.service-area .services-caption .service-icon::before {
	background-image: url(../img/gallery/dot.png);
	content: "";
	width: 80px;
	height: 135px;
	position: absolute;
	right: -29px;
	top: -35px;
	z-index: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.service-area .services-caption .service-icon i {
	position: relative;
	color: #fff;
	font-size: 40px;
	height: 105px;
	width: 105px;
	display: block;
	line-height: 105px;
	text-align: center;
	background: #1d2434;
	margin-bottom: 42px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.service-area .services-caption .service-cap h4 a {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 27px;
	display: inline-block
}

.service-area .services-caption .service-cap h4 a:hover {
	color: #d19f68
}

.services-caption:hover .service-icon::before {
	right: -32px
}

.services-caption:hover .service-icon i {
	background: #d19f68
}

.best-pricing {
	background: #fffcf9
}

.best-pricing .pricing-list ul li {
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	color: #010101;
	margin-bottom: 18px
}

.best-pricing .pricing-list {
	display: flex;
	align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.best-pricing .pricing-list ul li {
		font-size: 14px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.best-pricing .pricing-list ul li {
		font-size: 13px
	}
}

.best-pricing .pricing-list ul li span {
	color: #d19f68 !important;
	font-weight: 400;
	font-size: 16px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.menu-container {
		margin-right: 
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.best-pricing .pricing-img {
		padding-top: 80px
	}
}

@media (max-width: 575px) {
	.best-pricing .pricing-img {
		padding-top: 60px;
			margin-bottom: 20px;
	}
}

.best-pricing .pricing-img .pricing-img1 {
	position: absolute;
	left: 0;
	top: 0;
	/*height: 909px;*/
	width: 36%
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.best-pricing .pricing-img .pricing-img1 {
		width: 35%
	}
}

@media (min-width: 1401px) and (max-width: 1600px) {
	.best-pricing .pricing-img .pricing-img1 {
		width: 35%
	}
}

@media only screen and (min-width: 1601px) and (max-width: 1800px) {
	.best-pricing .pricing-img .pricing-img1 {
		width: 33%
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.best-pricing .pricing-img .pricing-img1 {
		width: 39%;
		/* height: 905px */
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.best-pricing .pricing-img .pricing-img1 {
		position: unset;
		width: 70%
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.best-pricing .pricing-img .pricing-img1 {
		position: unset;
		width: 80%;
		/* height: 450px */
	}
}

@media (max-width: 575px) {
	.best-pricing .pricing-img .pricing-img1 {
		position: unset;
		width: 90%;
		/* height: 320px */
	}
}

.best-pricing .pricing-img .pricing-img2 {
	position: absolute;
	bottom: 10%;
	left: 17%
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.best-pricing .pricing-img .pricing-img2 {
		left: 8%;
		width: 33%
	}
}

@media (min-width: 1401px) and (max-width: 1600px) {
	.best-pricing .pricing-img .pricing-img2 {
		left: 9%;
		width: 33%
	}
}

@media only screen and (min-width: 1601px) and (max-width: 1800px) {
	.best-pricing .pricing-img .pricing-img2 {
		left: 13%
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.best-pricing .pricing-img .pricing-img2 {
		display: none
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.best-pricing .pricing-img .pricing-img2 {
		bottom: 9%
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.best-pricing .pricing-img .pricing-img2 {
		display: none
	}
}

@media (max-width: 575px) {
	.best-pricing .pricing-img .pricing-img2 {
		display: none
	}
}

.cut-details .single-cut {
	margin-right: 50px;
	padding-right: 50px
}

@media (max-width: 575px) {
	.cut-details .single-cut {
		margin-right: 15px;
		padding-right: 15px
	}
}

.cut-details .single-cut .cut-descriptions p {
	color: #fff;
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #fff
}

.cut-details .single-cut .cut-descriptions span {
	color: #d19f68;
	font-size: 12px
}

.cut-details .dot-style .slick-dots {
	text-align: center;
	bottom: -105px;
	position: relative
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cut-details .dot-style .slick-dots {
		bottom: -50px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.cut-details .dot-style .slick-dots {
		bottom: -30px
	}
}

@media (max-width: 575px) {
	.cut-details .dot-style .slick-dots {
		bottom: -40px
	}
}

.cut-details .dot-style .slick-dots li {
	display: inline-block
}

.cut-details .dot-style .slick-dots li button {
	text-indent: -999999px;
	padding: 0px;
	height: 5px;
	width: 20px;
	margin: 0px 4px;
	border: 0;
	background: #bfbfbf;
	transition: .3s;
	cursor: pointer
}

.cut-details .dot-style .slick-dots li.slick-active button {
	background: #d19f68;
	width: 35px
}

.gallery-area .box {
	position: relative
}

.gallery-area .box .gallery-img {
	height: 425px;
	background-size: cover;
	background-repeat: no-repeat;
	transform: scale(1.06);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.gallery-area .box .overlay {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0
}

.gallery-area .box.snake {
	position: relative;
	overflow: hidden
}

.box {
	position: relative
}

.box img {
	width: 100%
}

.box.snake {
	position: relative;
	overflow: hidden
}

.overlay {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0
}

.box:hover .gallery-img {
	transform: scale(1)
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.team-area {
		padding-bottom: 100px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.team-area {
		padding-bottom: 50px
	}
}

@media (max-width: 575px) {
	.team-area {
		padding-bottom: 50px
	}
}

.team-area .single-team {
	position: relative
}

.team-area .single-team .team-img {
	overflow: hidden
}

.team-area .single-team .team-img img {
	width: 100%;
	transform: scale(1);
	transition: all 0.6s ease-out 0s
}

.team-area .single-team .team-caption {
	background-image: url(../img/gallery/team_bg.png);
	width: 350px;
	height: 155px;
	background-repeat: no-repeat;
	padding-top: 57px;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 1;
	position: absolute;
	bottom: -71px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	background-size: contain
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.team-area .single-team .team-caption {
		width: 256px;
		padding-top: 32px;
		bottom: -92px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.team-area .single-team .team-caption {
		width: 260px;
		padding-top: 32px;
		bottom: -92px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.team-area .single-team .team-caption {
		width: 220px;
		padding-top: 25px;
		bottom: -92px
	}
}

@media (max-width: 575px) {
	.team-area .single-team .team-caption {
		width: 235px;
		padding-top: 25px;
		bottom: -92px
	}
}

.team-area .single-team .team-caption::before {
	position: absolute;
	background-image: url(../img/gallery/team_bg2.png);
	content: "";
	width: 350px;
	height: 155px;
	background-repeat: no-repeat;
	transform: translateY(-53%);
	margin: 0 auto;
	left: 1px;
	bottom: -84px;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	background-size: contain
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.team-area .single-team .team-caption::before {
		width: 256px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.team-area .single-team .team-caption::before {
		width: 260px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.team-area .single-team .team-caption::before {
		width: 220px
	}
}

@media (max-width: 575px) {
	.team-area .single-team .team-caption::before {
		width: 235px
	}
}

.team-area .single-team .team-caption span {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px
}

.team-area .single-team .team-caption h3 a {
	color: #ffff;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
	display: block;
	text-transform: uppercase
}

.team-area .single-team:hover .team-caption::before {
	opacity: 1;
	visibility: visible
}

.team-area .dot-style .slick-dots {
	text-align: center;
	bottom: -72px;
	position: relative
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.team-area .dot-style .slick-dots {
		bottom: -36px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.team-area .dot-style .slick-dots {
		bottom: 0px
	}
}

@media (max-width: 575px) {
	.team-area .dot-style .slick-dots {
		bottom: -10px
	}
}

.team-area .dot-style .slick-dots li {
	display: inline-block
}

.team-area .dot-style .slick-dots li button {
	text-indent: -999999px;
	padding: 0px;
	height: 5px;
	width: 20px;
	margin: 0px 4px;
	border: 0;
	background: #bfbfbf;
	transition: .3s;
	cursor: pointer
}

.team-area .dot-style .slick-dots li.slick-active button {
	background: #d19f68;
	width: 35px
}

.single-team:hover .team-img img {
	transform: scale(1.05)
}




/******************************************************footer **********************************************************/
.footer-section-bg {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: center;
  background-color: white;
}

.footer-section-wrapper {
  position: relative;
  z-index: 1;
  height: 450px;
}
.footer-section-wrapper h2 {
  text-align: center;
}

.footer-section-content > h2 {
  font-size: 26px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: black;
  width: 55%;
  margin: auto;
}

.footer-section-bg::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 65%;
/* background-image: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/04/Black_punter_siluette-removebg-preview-e1745068173217.png); */
	background-image: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/04/footer-bg-removebg-preview-e1746021520577.png);
	

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}
/******************************************************footer **********************************************************/
.footer {
  background-color: #000;
  padding: 40px 20px 20px 20px;
  color: white;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}

.footer-left {
  flex: 1 1 48%;
  line-height: 1.8;
}
.footer-title {
  font-size: 28px;
	color: white;
}

.footer-desc {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  margin: 0;
}

.footer-desc:hover {
  color:#d19f68;
}



.icons {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.icons img {
  width: 30px;
  height: 30px;
}
.icons a img {
    transition: filter 0.3s ease;
}

.icons a:hover img,
.footer-left .contact-icon:hover  img{
/*     filter: brightness(0) saturate(100%) invert(79%) sepia(17%) saturate(1134%) hue-rotate(336deg) brightness(93%) contrast(88%); */
filter: brightness(0) saturate(100%) invert(65%) sepia(25%) saturate(950%) hue-rotate(350deg) brightness(93%) contrast(91%);
}
.footer-right {
  flex: 1 1 48%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 60px;
}

.footer-links-list {
  display: flex;
  flex-direction: column;
  font-size: 25px;
  gap: 6px;
}

.footer-links-list a:hover {
  color:#d19f68;
}

.footer-bottom {
  text-align: start;
  margin: 20px 0;
 
}
.footer-bottom p{
 	color:white;
	font-size: 18px;
	margin: 0;
}
.footer-bottom p a{
	font-size: 18px;
}
.footer-bottom p> a:hover {
  color:#d19f68;
}

.contact-icon {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 8px 0;
}
.contact-icon a{
	margin: 0;
}

.contact-icon img {
  width: 30px;
  height: 30px;
	transition: filter 0.3s ease;
}

@media (max-width: 992px) {
  .footer-bottom {
    text-align: center;
    margin: 20px auto;
  }
  .footer-section-content > h2 {
    width: 80%;
  }
  .footer-section-wrapper {
    height: auto;
  }
  .footer-section-bg::after {
    height: 35%;
  }
}
@media (max-width: 768px) {
  .footer-right,
  .footer-left {
    flex: 1 1 51%;
  }
  .footer-links {
    justify-content: space-between;
  }
  .footer-section-content > h2 {
    width: 88%;
    font-size: 20px;
  }
  .footer-section-bg::after {
    height: 40%;
  }
  .footer-section-bg {
    min-height: 500px;
  }
}
@media (max-width: 568px) {
  .footer-links {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 0px;
  }
  .footer-section-bg {
    min-height: 250px;
	top: -1px;
  }
	.footer-desc {
    font-size: 18px;
  }
	.footer-title{
 	   margin:8px 0:
  }
    .footer-section-bg::after {
        height: 100%;
    }
}

.home-blog-area .home-blog-single {
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.home-blog-area .home-blog-single .blog-img-cap .blog-img {
	overflow: hidden;
	position: relative
}

.home-blog-area .home-blog-single .blog-img-cap .blog-img img {
	width: 100%;
	-webkit-transform: scale 1;
	-moz-transform: scale 1;
	-ms-transform: scale 1;
	transform: scale 1;
	transition: all 0.5s ease-out 0s
}

.home-blog-area .home-blog-single .blog-img-cap .blog-img .blog-date {
	background: #070b11;
	padding: 15px 34px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-img .blog-date {
		padding: 8px 20px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-img .blog-date {
		padding: 8px 20px
	}
}

@media (max-width: 575px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-img .blog-date {
		padding: 8px 20px
	}
}

.home-blog-area .home-blog-single .blog-img-cap .blog-img .blog-date span {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	line-height: 1;
	margin: 0
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-img .blog-date span {
		font-size: 22px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-img .blog-date span {
		font-size: 22px
	}
}

@media (max-width: 575px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-img .blog-date span {
		font-size: 22px
	}
}

.home-blog-area .home-blog-single .blog-img-cap .blog-img .blog-date p {
	color: #fff;
	margin: 0
}

.home-blog-area .home-blog-single .blog-img-cap .blog-cap {
	background: #fff;
	padding: 37px 129px 37px 50px;
	border: 1px solid #f7f7f7;
	border-top: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-cap {
		padding: 37px 23px 37px 45px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-cap {
		padding: 19px 8px 17px 18px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-cap {
		padding: 19px 8px 17px 18px
	}
}

@media (max-width: 575px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-cap {
		padding: 19px 8px 17px 18px
	}
}

.home-blog-area .home-blog-single .blog-img-cap .blog-cap p {
	color: #707b8e
}

.home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
	color: #191d34;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 20px;
	display: block;
	text-transform: uppercase
}

.home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a:hover {
	color: #d19f68
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
		font-size: 19px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
		font-size: 19px
	}
}

@media (max-width: 575px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
		font-size: 19px
	}
}

.home-blog-area .home-blog-single .blog-img-cap .blog-cap .more-btn {
	color: #3a3a3a;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Oswald", sans-serif;
	color: #3a3a3a
}

.home-blog-area .home-blog-single .blog-img-cap .blog-cap .more-btn:hover {
	color: #014b85
}

.home-blog-single:hover .blog-img-cap .blog-img .blog-date {
	background: #d19f68
}

.home-blog-single:hover .blog-img-cap .blog-img img {
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04)
}

.home-blog-single:hover .blog-img-cap .blog-cap {
	border: 1px solid #d19f68;
	border-top: 0
}

.blog_area a {
	color: "Oswald", sans-serif !important;
	text-decoration: none;
	transition: .4s
}

.blog_area a:hover,
.blog_area a :hover {
	background: -webkit-linear-gradient(131deg, #d19f68 0%, #d19f68 99%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-decoration: none;
	transition: .4s
}

.blog_item {
	margin-bottom: 50px
}

.blog_details {
	padding: 30px 0 20px 10px;
	box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3)
}

@media (min-width: 768px) {
	.blog_details {
		padding: 60px 30px 35px 35px
	}
}

.blog_details p {
	margin-bottom: 30px
}

.blog_details a {
	color: #242b5e
}

.blog_details a:hover {
	color: #d19f68
}

.blog_details h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px
}

@media (min-width: 768px) {
	.blog_details h2 {
		font-size: 24px;
		margin-bottom: 15px
	}
}

.blog-info-link li {
	float: left;
	font-size: 14px
}

.blog-info-link li a {
	color: #999999
}

.blog-info-link li i,
.blog-info-link li span {
	font-size: 13px;
	margin-right: 5px
}

.blog-info-link li::after {
	content: "|";
	padding-left: 10px;
	padding-right: 10px
}

.blog-info-link li:last-child::after {
	display: none
}

.blog-info-link::after {
	content: "";
	display: block;
	clear: both;
	display: table
}

.blog_item_img {
	position: relative
}

.blog_item_img .blog_item_date {
	position: absolute;
	bottom: -10px;
	left: 10px;
	display: block;
	color: #fff;
	background-color: #d19f68;
	padding: 8px 15px;
	border-radius: 5px
}

@media (min-width: 768px) {
	.blog_item_img .blog_item_date {
		bottom: -20px;
		left: 40px;
		padding: 13px 30px
	}
}

.blog_item_img .blog_item_date h3 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
	line-height: 1.2
}

@media (min-width: 768px) {
	.blog_item_img .blog_item_date h3 {
		font-size: 30px
	}
}

.blog_item_img .blog_item_date p {
	font-size: 18px;
	margin-bottom: 0;
	color: #fff
}

@media (min-width: 768px) {
	.blog_item_img .blog_item_date p {
		font-size: 18px
	}
}

.blog_right_sidebar .widget_title {
	font-size: 20px;
	margin-bottom: 40px
}

.blog_right_sidebar .widget_title::after {
	content: "";
	display: block;
	padding-top: 15px;
	border-bottom: 1px solid #f0e9ff
}

.blog_right_sidebar .single_sidebar_widget {
	background: #fbf9ff;
	padding: 30px;
	margin-bottom: 30px
}

.blog_right_sidebar .single_sidebar_widget .btn_1 {
	margin-top: 0px
}

.blog_right_sidebar .search_widget .form-control {
	height: 50px;
	border-color: #f0e9ff;
	font-size: 13px;
	color: #999999;
	padding-left: 20px;
	border-radius: 0;
	border-right: 0
}

.blog_right_sidebar .search_widget .form-control::placeholder {
	color: #999999
}

.blog_right_sidebar .search_widget .form-control:focus {
	border-color: #f0e9ff;
	outline: 0;
	box-shadow: none
}

.blog_right_sidebar .search_widget .input-group button {
	background: #d19f68;
	border-left: 0;
	border: 1px solid #f0e9ff;
	padding: 4px 15px;
	border-left: 0;
	cursor: pointer
}

.blog_right_sidebar .search_widget .input-group button i {
	color: #fff
}

.blog_right_sidebar .search_widget .input-group button span {
	font-size: 14px;
	color: #999999
}

.blog_right_sidebar .newsletter_widget .form-control {
	height: 50px;
	border-color: #f0e9ff;
	font-size: 13px;
	color: #999999;
	padding-left: 20px;
	border-radius: 0
}

.blog_right_sidebar .newsletter_widget .form-control::placeholder {
	color: #999999
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
	border-color: #f0e9ff;
	outline: 0;
	box-shadow: none
}

.blog_right_sidebar .newsletter_widget .input-group button {
	background: #fff;
	border-left: 0;
	border: 1px solid #f0e9ff;
	padding: 4px 15px;
	border-left: 0
}

.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
	font-size: 14px;
	color: #fff
}

.blog_right_sidebar .post_category_widget .cat-list li {
	border-bottom: 1px solid #f0e9ff;
	transition: all 0.3s ease 0s;
	padding-bottom: 12px
}

.blog_right_sidebar .post_category_widget .cat-list li:last-child {
	border-bottom: 0
}

.blog_right_sidebar .post_category_widget .cat-list li a {
	font-size: 14px;
	line-height: 20px;
	color: #888888
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
	margin-bottom: 0px
}

.blog_right_sidebar .post_category_widget .cat-list li+li {
	padding-top: 15px
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
	justify-content: center;
	align-self: center;
	padding-left: 20px
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 6px;
	transition: all 0.3s linear
}

.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
	color: #fff
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 0px
}

.blog_right_sidebar .popular_post_widget .post_item+.post_item {
	margin-top: 20px
}

.blog_right_sidebar .tag_cloud_widget ul li {
	display: inline-block
}

.blog_right_sidebar .tag_cloud_widget ul li a {
	display: inline-block;
	border: 1px solid #eeeeee;
	background: #fff;
	padding: 4px 20px;
	margin-bottom: 8px;
	margin-right: 3px;
	transition: all 0.3s ease 0s;
	color: #888888;
	font-size: 13px
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
	background: #d19f68;
	color: #fff !important;
	-webkit-text-fill-color: #fff;
	text-decoration: none;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

.blog_right_sidebar .instagram_feeds .instagram_row {
	display: flex;
	margin-right: -6px;
	margin-left: -6px
}

.blog_right_sidebar .instagram_feeds .instagram_row li {
	width: 33.33%;
	float: left;
	padding-right: 6px;
	padding-left: 6px;
	margin-bottom: 15px
}

.blog_right_sidebar .br {
	width: 100%;
	height: 1px;
	background: #eee;
	margin: 30px 0px
}

.blog-pagination {
	margin-top: 80px
}

.blog-pagination .page-link {
	font-size: 14px;
	position: relative;
	display: block;
	padding: 0;
	text-align: center;
	margin-left: -1px;
	line-height: 45px;
	width: 45px;
	height: 45px;
	border-radius: 0 !important;
	color: #8a8a8a;
	border: 1px solid #f0e9ff;
	margin-right: 10px
}

.blog-pagination .page-link i,
.blog-pagination .page-link span {
	font-size: 13px
}

.blog-pagination .page-item.active .page-link {
	background-color: #fbf9ff;
	border-color: #f0e9ff;
	color: #888888
}

.blog-pagination .page-item:last-child .page-link {
	margin-right: 0
}

.single-post-area .blog_details {
	box-shadow: none;
	padding: 0
}

.single-post-area .blog_details {
	padding-top: 26px
}

.single-post-area .blog_details p {
	margin-bottom: 20px;
	font-size: 15px
}

.single-post-area .quote-wrapper {
	background: rgba(130, 139, 178, 0.1);
	padding: 15px;
	line-height: 1.733;
	color: #888888;
	font-style: italic;
	margin-top: 25px;
	margin-bottom: 25px
}

@media (min-width: 768px) {
	.single-post-area .quote-wrapper {
		padding: 30px
	}
}

.single-post-area .quotes {
	background: #fff;
	padding: 15px 15px 15px 20px;
	border-left: 2px solid
}

@media (min-width: 768px) {
	.single-post-area .quotes {
		padding: 25px 25px 25px 30px
	}
}

.single-post-area .arrow {
	position: absolute
}

.single-post-area .arrow .lnr {
	font-size: 20px;
	font-weight: 600
}

.single-post-area .navigation-top {
	padding-top: 15px;
	border-top: 1px solid #f0e9ff
}

.single-post-area .navigation-top p {
	margin-bottom: 0
}

.single-post-area .navigation-top .like-info {
	font-size: 14px
}

.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
	font-size: 16px;
	margin-right: 5px
}

.single-post-area .navigation-top .comment-count {
	font-size: 14px
}

.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
	font-size: 16px;
	margin-right: 5px
}

.single-post-area .navigation-top .social-icons li {
	display: inline-block;
	margin-right: 15px
}

.single-post-area .navigation-top .social-icons li:last-child {
	margin: 0
}

.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
	font-size: 14px;
	color: #999999
}

.single-post-area .blog-author {
	padding: 40px 30px;
	background: #fbf9ff;
	margin-top: 50px
}

@media (max-width: 600px) {
	.single-post-area .blog-author {
		padding: 20px 8px
	}
}

.single-post-area .blog-author img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-right: 30px
}

@media (max-width: 600px) {
	.single-post-area .blog-author img {
		margin-right: 15px;
		width: 45px;
		height: 45px
	}
}

.single-post-area .blog-author a {
	display: inline-block
}

.single-post-area .blog-author a:hover {
	color: #d19f68
}

.single-post-area .blog-author p {
	margin-bottom: 0;
	font-size: 15px
}

.single-post-area .blog-author h4 {
	font-size: 16px
}

.single-post-area .navigation-area {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-top: 55px
}

.single-post-area .navigation-area p {
	margin-bottom: 0px
}

.single-post-area .navigation-area h4 {
	font-size: 18px;
	line-height: 25px
}

.single-post-area .navigation-area .nav-left {
	text-align: left
}

.single-post-area .navigation-area .nav-left .thumb {
	margin-right: 20px;
	background: #000
}

.single-post-area .navigation-area .nav-left .thumb img {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.single-post-area .navigation-area .nav-left .lnr {
	margin-left: 20px;
	opacity: 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.single-post-area .navigation-area .nav-left:hover .lnr {
	opacity: 1
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
	opacity: .5
}

@media (max-width: 767px) {
	.single-post-area .navigation-area .nav-left {
		margin-bottom: 30px
	}
}

.single-post-area .navigation-area .nav-right {
	text-align: right
}

.single-post-area .navigation-area .nav-right .thumb {
	margin-left: 20px;
	background: #000
}

.single-post-area .navigation-area .nav-right .thumb img {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.single-post-area .navigation-area .nav-right .lnr {
	margin-right: 20px;
	opacity: 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.single-post-area .navigation-area .nav-right:hover .lnr {
	opacity: 1
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
	opacity: .5
}

.comments-area {
	background: transparent;
	border-top: 1px solid #eee;
	padding: 45px 0;
	margin-top: 50px
}

@media (max-width: 414px) {
	.comments-area {
		padding: 50px 8px
	}
}

.comments-area h4 {
	margin-bottom: 35px;
	font-size: 18px
}

.comments-area h5 {
	font-size: 16px;
	margin-bottom: 0px
}

.comments-area .comment-list {
	padding-bottom: 48px
}

.comments-area .comment-list:last-child {
	padding-bottom: 0px
}

@media (max-width: 413px) {
	.comments-area .comment-list .single-comment h5 {
		font-size: 12px
	}

	.comments-area .comment-list .single-comment .date {
		font-size: 11px
	}

	.comments-area .comment-list .single-comment .comment {
		font-size: 10px
	}
}

.comments-area .thumb {
	margin-right: 20px
}

.comments-area .thumb img {
	width: 70px;
	border-radius: 50%
}

.comments-area .date {
	font-size: 14px;
	color: #999999;
	margin-bottom: 0;
	margin-left: 20px
}

.comments-area .comment {
	margin-bottom: 10px;
	color: #777777;
	font-size: 15px
}

.comments-area .btn-reply {
	background-color: transparent;
	color: #888888;
	padding: 5px 18px;
	font-size: 14px;
	display: block;
	font-weight: 400
}

.comment-form {
	border-top: 1px solid #eee;
	padding-top: 45px;
	margin-top: 50px;
	margin-bottom: 20px
}

.comment-form .form-group {
	margin-bottom: 30px
}

.comment-form h4 {
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 22px
}

.comment-form .name {
	padding-left: 0px
}

@media (max-width: 767px) {
	.comment-form .name {
		padding-right: 0px;
		margin-bottom: 1rem
	}
}

.comment-form .email {
	padding-right: 0px
}

@media (max-width: 991px) {
	.comment-form .email {
		padding-left: 0px
	}
}

.customers_say{
	background:white;
	padding:50px 0;
}

.comment-form .form-control {
	border: 1px solid #f0e9ff;
	border-radius: 5px;
	height: 48px;
	padding-left: 18px;
	font-size: 13px;
	background: transparent
}

.comment-form .form-control:focus {
	outline: 0;
	box-shadow: none
}

.comment-form .form-control::placeholder {
	font-weight: 300;
	color: #999999
}

.comment-form .form-control::placeholder {
	color: #777777
}

.comment-form textarea {
	padding-top: 18px;
	border-radius: 12px;
	height: 100% !important
}

.comment-form ::-webkit-input-placeholder {
	font-size: 13px;
	color: #777
}

.comment-form ::-moz-placeholder {
	font-size: 13px;
	color: #777
}

.comment-form :-ms-input-placeholder {
	font-size: 13px;
	color: #777
}

.comment-form :-moz-placeholder {
	font-size: 13px;
	color: #777
}

.dropdown .dropdown-menu {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s
}

.contact-info {
	margin-bottom: 25px
}

.contact-info__icon {
	margin-right: 20px
}

.contact-info__icon i,
.contact-info__icon span {
	color: #8f9195;
	font-size: 27px
}

.contact-info .media-body h3 {
	font-size: 16px;
	margin-bottom: 0;
	font-size: 16px;
	color: #2a2a2a
}

.contact-info .media-body h3 a:hover {
	color: #1f2b7b
}

.contact-info .media-body p {
	color: #8a8a8a
}

.contact-title {
	font-size: 27px;
	font-weight: 600;
	margin: 20px 0;
}

.form-contact label {
	font-size: 14px
}

.form-contact .form-group {
	margin-bottom: 30px
}

.form-contact .form-control {
	border: 1px solid #e5e6e9;
	border-radius: 0px;
	height: 48px;
	padding-left: 18px;
	font-size: 13px;
	background: transparent
}

.form-contact .form-control:focus {
	outline: 0;
	box-shadow: none
}

.form-contact .form-control::placeholder {
	font-weight: 300;
	color: #999999
}

.form-contact textarea {
	border-radius: 0px;
	height: 100% !important
}

.contact-section {
	padding: 130px 0 100px
}

@media (max-width: 991px) {
	.contact-section {
		padding: 70px 0 40px
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.contact-section {
		padding: 80px 0 50px
	}
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #4A3600;
	opacity: 0.6
}

@media (max-width: 767px) {
	.gj-picker.gj-picker-md.timepicker {
		width: 310px;
		left: 6px !important
	}
}

@media (max-width: 767px) {
	.gj-picker.gj-picker-md.datepicker.gj-unselectable {
		width: 320px;
		left: 0 !important
	}
}

.sample-text-area {
	background: #fff;
	padding: 100px 0 70px 0
}

.text-heading {
	margin-bottom: 30px;
	font-size: 24px
}

b,
sup,
sub,
u,
del {
	color: #1f2b7b
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
	color: #828bb2
}

.button-area {
	background: #fff
}

.button-area .border-top-generic {
	padding: 70px 15px;
	border-top: 1px dotted #eee
}

.button-group-area .genric-btn {
	margin-right: 10px;
	margin-top: 10px
}

.button-group-area .genric-btn:last-child {
	margin-right: 0
}

.genric-btn {
	display: inline-block;
	outline: none;
	line-height: 40px;
	padding: 0 30px;
	font-size: .8em;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.genric-btn:focus {
	outline: none
}

.genric-btn.e-large {
	padding: 0 40px;
	line-height: 50px
}

.genric-btn.large {
	line-height: 45px
}

.genric-btn.medium {
	line-height: 30px
}

.genric-btn.small {
	line-height: 25px
}

.genric-btn.radius {
	border-radius: 3px
}

.genric-btn.circle {
	border-radius: 20px
}

.genric-btn.arrow {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.genric-btn.arrow span {
	margin-left: 10px
}

.genric-btn.default {
	color: #415094;
	background: #f9f9ff;
	border: 1px solid transparent
}

.genric-btn.default:hover {
	border: 1px solid #f9f9ff;
	background: #fff
}

.genric-btn.default-border {
	border: 1px solid #f9f9ff;
	background: #fff
}

.genric-btn.default-border:hover {
	color: #415094;
	background: #f9f9ff;
	border: 1px solid transparent
}

.genric-btn.primary {
	color: #fff;
	background: #1f2b7b;
	border: 1px solid transparent
}

.genric-btn.primary:hover {
	color: #1f2b7b;
	border: 1px solid #1f2b7b;
	background: #fff
}

.genric-btn.primary-border {
	color: #1f2b7b;
	border: 1px solid #1f2b7b;
	background: #fff
}

.genric-btn.primary-border:hover {
	color: #fff;
	background: #1f2b7b;
	border: 1px solid transparent
}

.genric-btn.success {
	color: #fff;
	background: #4cd3e3;
	border: 1px solid transparent
}

.genric-btn.success:hover {
	color: #4cd3e3;
	border: 1px solid #4cd3e3;
	background: #fff
}

.genric-btn.success-border {
	color: #4cd3e3;
	border: 1px solid #4cd3e3;
	background: #fff
}

.genric-btn.success-border:hover {
	color: #fff;
	background: #4cd3e3;
	border: 1px solid transparent
}

.genric-btn.info {
	color: #fff;
	background: #38a4ff;
	border: 1px solid transparent
}

.genric-btn.info:hover {
	color: #38a4ff;
	border: 1px solid #38a4ff;
	background: #fff
}

.genric-btn.info-border {
	color: #38a4ff;
	border: 1px solid #38a4ff;
	background: #fff
}

.genric-btn.info-border:hover {
	color: #fff;
	background: #38a4ff;
	border: 1px solid transparent
}

.genric-btn.warning {
	color: #fff;
	background: #f4e700;
	border: 1px solid transparent
}

.genric-btn.warning:hover {
	color: #f4e700;
	border: 1px solid #f4e700;
	background: #fff
}

.genric-btn.warning-border {
	color: #f4e700;
	border: 1px solid #f4e700;
	background: #fff
}

.genric-btn.warning-border:hover {
	color: #fff;
	background: #f4e700;
	border: 1px solid transparent
}

.genric-btn.danger {
	color: #fff;
	background: #f44a40;
	border: 1px solid transparent
}

.genric-btn.danger:hover {
	color: #f44a40;
	border: 1px solid #f44a40;
	background: #fff
}

.genric-btn.danger-border {
	color: #f44a40;
	border: 1px solid #f44a40;
	background: #fff
}

.genric-btn.danger-border:hover {
	color: #fff;
	background: #f44a40;
	border: 1px solid transparent
}

.genric-btn.link {
	color: #415094;
	background: #f9f9ff;
	text-decoration: underline;
	border: 1px solid transparent
}

.genric-btn.link:hover {
	color: #415094;
	border: 1px solid #f9f9ff;
	background: #fff
}

.genric-btn.link-border {
	color: #415094;
	border: 1px solid #f9f9ff;
	background: #fff;
	text-decoration: underline
}

.genric-btn.link-border:hover {
	color: #415094;
	background: #f9f9ff;
	border: 1px solid transparent
}

.genric-btn.disable {
	color: #222, 0.3;
	background: #f9f9ff;
	border: 1px solid transparent;
	cursor: not-allowed
}

.generic-blockquote {
	padding: 30px 50px 30px 30px;
	background: #f9f9ff;
	border-left: 2px solid #1f2b7b
}

.progress-table-wrap {
	overflow-x: scroll
}

.progress-table {
	background: #f9f9ff;
	padding: 15px 0px 30px 0px;
	min-width: 800px
}

.progress-table .serial {
	width: 11.83%;
	padding-left: 30px
}

.progress-table .country {
	width: 28.07%
}

.progress-table .visit {
	width: 19.74%
}

.progress-table .percentage {
	width: 40.36%;
	padding-right: 50px
}

.progress-table .table-head {
	display: flex
}

.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
	color: #415094;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 500
}

.progress-table .table-row {
	padding: 15px 0;
	border-top: 1px solid #edf3fd;
	display: flex
}

.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
	display: flex;
	align-items: center
}

.progress-table .table-row .country img {
	margin-right: 15px
}

.progress-table .table-row .percentage .progress {
	width: 80%;
	border-radius: 0px;
	background: transparent
}

.progress-table .table-row .percentage .progress .progress-bar {
	height: 5px;
	line-height: 5px
}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
	background-color: #6382e6
}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
	background-color: #e66686
}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
	background-color: #f09359
}

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
	background-color: #73fbaf
}

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
	background-color: #73fbaf
}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
	background-color: #6382e6
}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
	background-color: #a367e7
}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
	background-color: #e66686
}

.single-gallery-image {
	margin-top: 30px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	height: 200px
}

.unordered-list li {
	position: relative;
	padding-left: 30px;
	line-height: 1.82em !important
}

.unordered-list li:before {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border: 3px solid #1f2b7b;
	background: #fff;
	top: 4px;
	left: 0;
	border-radius: 50%
}

.ordered-list {
	margin-left: 30px
}

.ordered-list li {
	list-style-type: decimal-leading-zero;
	color: #1f2b7b;
	font-weight: 500;
	line-height: 1.82em !important
}

.ordered-list li span {
	font-weight: 300;
	color: #828bb2
}

.ordered-list-alpha li {
	margin-left: 30px;
	list-style-type: lower-alpha;
	color: #1f2b7b;
	font-weight: 500;
	line-height: 1.82em !important
}

.ordered-list-alpha li span {
	font-weight: 300;
	color: #828bb2
}

.ordered-list-roman li {
	margin-left: 30px;
	list-style-type: lower-roman;
	color: #1f2b7b;
	font-weight: 500;
	line-height: 1.82em !important
}

.ordered-list-roman li span {
	font-weight: 300;
	color: #828bb2
}

.single-input {
	display: block;
	width: 100%;
	line-height: 40px;
	border: none;
	outline: none;
	background: #f9f9ff;
	padding: 0 20px
}

.single-input:focus {
	outline: none
}

.input-group-icon {
	position: relative
}

.input-group-icon .icon {
	position: absolute;
	left: 20px;
	top: 0;
	line-height: 40px;
	z-index: 3
}

.input-group-icon .icon i {
	color: #797979
}

.input-group-icon .single-input {
	padding-left: 45px
}

.single-textarea {
	display: block;
	width: 100%;
	line-height: 40px;
	border: none;
	outline: none;
	background: #f9f9ff;
	padding: 0 20px;
	height: 100px;
	resize: none
}

.single-textarea:focus {
	outline: none
}

.single-input-primary {
	display: block;
	width: 100%;
	line-height: 40px;
	border: 1px solid transparent;
	outline: none;
	background: #f9f9ff;
	padding: 0 20px
}

.single-input-primary:focus {
	outline: none;
	border: 1px solid #1f2b7b
}

.single-input-accent {
	display: block;
	width: 100%;
	line-height: 40px;
	border: 1px solid transparent;
	outline: none;
	background: #f9f9ff;
	padding: 0 20px
}

.single-input-accent:focus {
	outline: none;
	border: 1px solid #eb6b55
}

.single-input-secondary {
	display: block;
	width: 100%;
	line-height: 40px;
	border: 1px solid transparent;
	outline: none;
	background: #f9f9ff;
	padding: 0 20px
}

.single-input-secondary:focus {
	outline: none;
	border: 1px solid #f09359
}

.default-switch {
	width: 35px;
	height: 17px;
	border-radius: 8.5px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer
}

.default-switch input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer
}

.default-switch input+label {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #1f2b7b;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
	cursor: pointer
}

.default-switch input:checked+label {
	left: 19px
}

.primary-switch {
	width: 35px;
	height: 17px;
	border-radius: 8.5px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer
}

.primary-switch input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.primary-switch input+label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}

.primary-switch input+label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border-radius: 8.5px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s
}

.primary-switch input+label:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
	cursor: pointer
}

.primary-switch input:checked+label:after {
	left: 19px
}

.primary-switch input:checked+label:before {
	background: #1f2b7b
}

.confirm-switch {
	width: 35px;
	height: 17px;
	border-radius: 8.5px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer
}

.confirm-switch input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.confirm-switch input+label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}

.confirm-switch input+label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border-radius: 8.5px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer
}

.confirm-switch input+label:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
	cursor: pointer
}

.confirm-switch input:checked+label:after {
	left: 19px
}

.confirm-switch input:checked+label:before {
	background: #4cd3e3
}

.primary-checkbox {
	width: 16px;
	height: 16px;
	border-radius: 3px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer
}

.primary-checkbox input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.primary-checkbox input+label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	cursor: pointer;
	border: 1px solid #f1f1f1
}

.primary-checkbox input:checked+label {
	background: url(../img/elements/primary-check.png) no-repeat center center/cover;
	border: none
}

.confirm-checkbox {
	width: 16px;
	height: 16px;
	border-radius: 3px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer
}

.confirm-checkbox input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.confirm-checkbox input+label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	cursor: pointer;
	border: 1px solid #f1f1f1
}

.confirm-checkbox input:checked+label {
	background: url(../img/elements/success-check.png) no-repeat center center/cover;
	border: none
}

.disabled-checkbox {
	width: 16px;
	height: 16px;
	border-radius: 3px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer
}

.disabled-checkbox input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.disabled-checkbox input+label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	cursor: pointer;
	border: 1px solid #f1f1f1
}

.disabled-checkbox input:disabled {
	cursor: not-allowed;
	z-index: 3
}

.disabled-checkbox input:checked+label {
	background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
	border: none
}

.primary-radio {
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer
}

.primary-radio input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.primary-radio input+label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	cursor: pointer;
	border: 1px solid #f1f1f1
}

.primary-radio input:checked+label {
	background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
	border: none
}

.confirm-radio {
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer
}

.confirm-radio input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.confirm-radio input+label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	cursor: pointer;
	border: 1px solid #f1f1f1
}

.confirm-radio input:checked+label {
	background: url(../img/elements/success-radio.png) no-repeat center center/cover;
	border: none
}

.disabled-radio {
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer
}

.disabled-radio input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.disabled-radio input+label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	cursor: pointer;
	border: 1px solid #f1f1f1
}

.disabled-radio input:disabled {
	cursor: not-allowed;
	z-index: 3
}

.disabled-radio input:checked+label {
	background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
	border: none
}

.default-select {
	height: 40px
}

.default-select .nice-select {
	border: none;
	border-radius: 0px;
	height: 40px;
	background: #f9f9ff;
	padding-left: 20px;
	padding-right: 40px
}

.default-select .nice-select .list {
	margin-top: 0;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	width: 100%;
	padding: 10px 0 10px 0px
}

.default-select .nice-select .list .option {
	font-weight: 300;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	line-height: 28px;
	min-height: 28px;
	font-size: 12px;
	padding-left: 20px
}

.default-select .nice-select .list .option.selected {
	color: #1f2b7b;
	background: transparent
}

.default-select .nice-select .list .option:hover {
	color: #1f2b7b;
	background: transparent
}

.default-select .current {
	margin-right: 50px;
	font-weight: 300
}

.default-select .nice-select::after {
	right: 20px
}

.form-select {
	height: 40px;
	width: 100%
}

.form-select .nice-select {
	border: none;
	border-radius: 0px;
	height: 40px;
	background: #f9f9ff;
	padding-left: 45px;
	padding-right: 40px;
	width: 100%
}

.form-select .nice-select .list {
	margin-top: 0;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	width: 100%;
	padding: 10px 0 10px 0px
}

.form-select .nice-select .list .option {
	font-weight: 300;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	line-height: 28px;
	min-height: 28px;
	font-size: 12px;
	padding-left: 45px
}

.form-select .nice-select .list .option.selected {
	color: #1f2b7b;
	background: transparent
}

.form-select .nice-select .list .option:hover {
	color: #1f2b7b;
	background: transparent
}

.form-select .current {
	margin-right: 50px;
	font-weight: 300
}

.form-select .nice-select::after {
	right: 20px
}

.mt-10 {
	margin-top: 10px
}

.section-top-border {
	padding: 50px 0;
	border-top: 1px dotted #eee
}

.mb-30 {
	margin-bottom: 30px
}

.mt-30 {
	margin-top: 30px
}

.switch-wrap {
	margin-bottom: 10px
}



/* Custom styling  */

.service-area.home {
	padding-top: 120px;
    background-color: #121212;
	padding-bottom: 100px;
}

.service-area .services-caption {
	padding: 40px 45px 40px;
    background: #222121;
}

.service-area .service-cap h4 {
	color: #fff;
	margin: 15px 0;
}

.service-area .services-caption .service-cap h4 a {
	margin-bottom: 0;
	font-weight: 400;
	text-transform: uppercase;
}

.service-area .service-cap p {
	color: #fff;
	line-height: normal;
}

.service-area .services-caption .service-cap .link {
	color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
	display: inline-block;
    margin-top: 15px;
}

.service-area .services-caption img {
	width: 100%;
    border-radius: 12px !important;
/* 	min-height: 350px; */
    height: 250px;
    object-fit: cover;
}

@media(max-width:568px){
.service-area .services-caption img {
	height: auto;
	}
}

.home-blog-area {
    background-color: #fdfdfd;
}

.home-blog-area .home-blog-single .blog-img-cap .blog-cap {
	background: #ededed;
}

.service-area .main-heading {
	color: #fff;
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
}

.service-area .tour-info h4 {
	font-size: 32px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
}

.service-area .tour-info p {
	color: #fff;
    text-align: center;
    margin-bottom: 32px;
    display: inline-block;
}

.service-area .sub-headings .heading {
	font-size: 32px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
}

.service-area .sub-headings .sub-text {
	color: #fff;
    text-align: center;
    margin-bottom: 32px;
    display: inline-block;
}

.best-pricing {
	padding: 100px;
	background: #ededed;
}

.best-pricing .pricing-list {
	height: 100%;
}

.best-pricing .youtube-video {
	margin: 60px 0 30px;
}


.best-pricing .youtube-video iframe {
	width: 100%;
    min-height: 500px;
    border-radius: 12px;
}

.footer-area .footer-bottom {
	padding-bottom: 15px;
    padding-top: 15px;
}

.footer-area .footer-bottom .footer-copy-right p {
	color: #fff;
	margin-bottom: 0;
}

.footer-area .footer-social a {
    color: #fff;
    font-size: 22px;
}

.partners-section {
	padding: 80px 0;
	background-color:white;
}

.partners-section .logo-holder {
	display: flex;
	justify-content: center;
}

.partners-section .logo-holder img {
    max-width: 200px;
    height: 200px;
	object-fit: cover;
    object-position: center;
}

.header-mobile-actions {
	display: none;
}

.my-3 {
	margin-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.header-area .main-header {
        padding: 15px;
    }
	
	.header-area .main-header .container-fluid .row {
		justify-content: space-between;
	}
	
	.header-area .main-header .main-menu ul li a {
        padding: 20px 10px;
    }
}

@media(max-width: 992px) {
	.slider-area,
	.section-bg {
	    background-attachment: unset;		
	}

	.slider-area .slick-slide .container .row {
		justify-content: center;
		padding: 0 20px;
        text-align: center;
	}
	
	.slider-area {
		background-position: 90%;
		height: 100vh;
	}
	
	.slick-initialized .slick-slide {
		height: 100vh;
	}

	.slider-area .slick-slide .container .row > div {
		width: 100%;
	}
	
	.partners-section .col-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.slider-area .stock-text h2:nth-child(1),
	.slider-area .stock-text h2:nth-child(2) {
		display: block;
		text-align: center;
		width: 100%;
	}
	
	.about-area .section-tittle h2 {
		translate: 0 15px;
	}
	
	.service-area .main-heading {
		font-size: 36px;
	}
	
	.service-area .tour-info h4 {
		font-size: 22px;
	}
	
	.service-area .services-caption {
		padding: 40px 15px 20px;
	}
	
	.cut-details {
		margin-bottom: 0;
	}
	
	.best-pricing {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
		padding-top: 25px;
	}
	
	.best-pricing .pricing-list {
		display: block;
	}
	
	.best-pricing .pricing-img .pricing-img1 {
		width: 100%;
	}
	
	.footer-copy-right {
		text-align: center;
	}
	
	.footer-area .footer-social {
		float: unset;
        text-align: center;
	}
	
	.best-pricing .pricing-list br {
		display: none;
	}
	
	.best-pricing .pricing-list table {
		margin-top: 20px;
	}
	
	.best-pricing .pricing-list .btn.header-btn {
		margin-top: 12px;
	}
	
	.best-pricing .pricing-list .table th {
		border-top: 0;
	}
	
	.main-header .logo {
/* 		position: absolute;
		left: 0;
		top: 0; */
		max-width: 150px;
	}
	
	.main-header .logo img {
		max-width: 100%;
	}

	.header-area .main-header > .container-fluid {
		height: 45px;
	}
	
/* 	.navbar-toggler {
		top: 50%;
    	transform: translateY(-50%);
	} */
	.mobile-header{
		display: flex;
		align-items: center;
		justify-content:space-between;
		padding:0;
}
	.header-mobile-actions {
		display: flex;
		align-items: center;
		justify-content:end;
	}
	
	.header-mobile-actions > a {
		margin-bottom: 0;
	}
	
	.header-mobile-actions .btn.btn-book {
		margin-left: 10px;
		color: #fff;
    	padding: 10px 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) and (orientation: portrait) {
/*     .header-mobile-actions {
        position: absolute;
        left: 90%;
        transform: translateX(-100%);
        display: flex;
        align-items: center;
        top: 5px;
    } */

/*     .header-mobile-actions .btn.btn-book {
        margin-left: 25px;
    } */
}


@media(max-width: 767px) {
/* 	.header-mobile-actions {
		position: absolute;
        left: 55%;
        transform: translateX(-25%);
        top: 5px;
	} */
	
	.my-3 {
    	margin-top: 80px;
	}
}

@media(max-width: 480px) {
/* 	.header-mobile-actions {
        position: absolute;
        left: 65%;
        transform: translateX(-25%);
        top: 5px;
    }
	    .header-mobile-actions .btn.btn-book {
        margin-left: 15px;
        color: #fff;
        padding: 18px 18px;
    } */

	.main-header .logo {
        max-width: 120px;
    }
    
}





/* Tours overview */

.tours-overview-banner {
    background-position: bottom;
    min-height: 700px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding-bottom: 50px;
    padding-top: 0;
    background-attachment: initial;
    text-align: left;
}

.tours-overview-info {
	background:white;
	padding: 50px 0;
}

.tours-overview-info__content p {
	color: black;
	text-transform: uppercase;
	font-size: 18px;
	line-height: normal;
}

.tours-overview-info__interactive-section__content__heading {
    font-size: 52px;
    color: #fff;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.tours-overview-info__interactive-section__content__desc {
	font-size: 18px;
    color: #fff;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.tours-overview-info__interactive-section__content__main-img {
	text-align: center;
}

.tours-overview-interactive-section,
.tours-overview-info__interactive-section__content__main-img-wrapper {
	position: relative;
}

.tours-overview-info__interactive-section__content__main-img-wrapper {
	margin-top: 50px;
}

.tours-overview-info__interactive-section__content__main-img-wrapper .map-pointers .location-1 {
	position: absolute;
	left: 825px;
    top: 188px;
}

.tours-overview-info__interactive-section__content__main-img-wrapper .map-pointers .location-2 {
	position: absolute;
    left: 482px;
    top: 191px;
}

.tours-overview-info__interactive-section__content__main-img-wrapper .map-pointers .location-3 {
	position: absolute;
    left: 480px;
    top: 245px;
}

.tours-overview-info__interactive-section__content__main-img-wrapper .map-pointers .location-4 {
	position: absolute;
    left: 434px;
    top: 245px;
}

.tours-overview-info__interactive-section__content__main-img-wrapper .map-pointers .location-5 {
	position: absolute;
    left: 96px;
    top: 160px;
}

.tours-overview-info__interactive-section__content__main-img-wrapper .map-pointers .location-6 {
    position: absolute;
    left: 56px;
    top: 277px;
}

.map-pointers {
    position: relative;
}

.popup-box {
    position: absolute;
    background: #121212;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
    padding: 30px 20px;
    display: none;
    width: 500px;
	z-index: 1;
    transform: translate(-50%, -100%);
    top: -10px;
    left: 50%;
    text-align: center;
}

.popup-box::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

.popup-box img {
    width: 100%;
    margin-top: 20px;
	border-radius: 12px;
	max-width: 300px;
	max-height: 300px;
    object-fit: contain;
}

.popup-box.active {
    display: block;
}

.popup-info {
	color: #fff;
	font-size: 14px;
    text-align: center;
    line-height: 20px;
}

.popup-box.active::after {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #121212;
    top: 99%;
}

.popup-heading {
	color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 24px;
    text-transform: uppercase;
}

.desktop_map {
	display: block;
}

.mobile_map {
	display: none;
}


@media(max-width: 992px) {
	.tours-overview-info__interactive-section__content__heading {
		font-size: 40px;
    	line-height: 50px;
	}
	
	.tours-overview-info__interactive-section__content__desc,
	.tours-overview-info__content p {
		font-size: 16px;
		text-transform: unset;
/* 		color: white; */
	}

	.tours-overview-info__interactive-section__content__main-img-wrapper .map-pointers .location-1 {
        left: 72.75%;
        top: 35.84%;
	}
	
	.tours-overview-info__interactive-section__content__main-img-wrapper .map-pointers .location-2 {
		left: 45.22%;
		top: 46.23%;
	}
	
	.tours-overview-info__interactive-section__content__main-img-wrapper .map-pointers .location-3 {
		left: 44.93%;
		top: 57.8%;
	}
	
	.tours-overview-info__interactive-section__content__main-img-wrapper .map-pointers .location-4 {
		left: 39.13%;
		top: 62.42%;
	}
	
	.tours-overview-info__interactive-section__content__main-img-wrapper .map-pointers .location-5 {
		left: 12.46%;
		top: 52.01%;
	}
	
	.tours-overview-info__interactive-section__content__main-img-wrapper .map-pointers .location-6 {
  		left: 11.59%;
		top: 72.85%;
	}
	
	.tours-overview-info__interactive-section__content__main-img-wrapper .map-pointers > a img {
		max-width: 22px;
	} 
	
	.popup-box img {
		max-width: 300px !important;
	}
	
	.popup-box {
		width: 300px;
	}
	
	.tours-overview-info__interactive-section__content__main-img-wrapper .map-pointers .location-1 > .popup-box.active {
		left: -50%;
    	transform: translate(-65%, -100%);
	}
	
	.tours-overview-info__interactive-section__content__main-img-wrapper .map-pointers .location-1 > .popup-box::after {
		left: 75%;
	}
	
	.tours-overview-info__interactive-section__content__main-img-wrapper .map-pointers .location-2 > .popup-box.active {
		left: -50%;
		transform: translate(-50%, -100%);
	}
	
	.tours-overview-info__interactive-section__content__main-img-wrapper .map-pointers .location-2 > .popup-box::after {
		left: 60%;
	}
	
	.tours-overview-info__interactive-section__content__main-img-wrapper .map-pointers .location-3 > .popup-box::after {
		left: 50%;
	}
	
	.tours-overview-info__interactive-section__content__main-img-wrapper .map-pointers .location-5 > .popup-box.active {
		left: -50%;
		transform: translate(0, -100%);
	}
	
	.tours-overview-info__interactive-section__content__main-img-wrapper .map-pointers .location-5 > .popup-box::after {
		left: 11%;
	}
	
	.tours-overview-info__interactive-section__content__main-img-wrapper .map-pointers .location-6 > .popup-box.active {
		left: -50%;
		transform: translate(-10%, -100%);
	}
	
	.tours-overview-info__interactive-section__content__main-img-wrapper .map-pointers .location-6 > .popup-box::after {
		left: 20%;
	}
	
	
	.desktop_map {
		display: none;
	}

	.mobile_map {
		display: block;
	}
	
	.tours-overview-info__interactive-section__content__main-img-wrapper {
		position: relative;
		width: 100%;
		max-width: 345px;
		height: auto;
		margin: 0 auto;
	}
	
	.map-pointers {
		position: absolute;
		width: 100%;
		height: 100%;
	}

}

/* .home-about-section .section-tittle span,
.home-about-section .section-tittle3 h2,
.home-about-section .about-caption p {
	color: #fff !important;
}
 */


/* Shared Tours page */

main{
   overflow-x: clip;
}

.tours-page-body {
	background-color: #000;
}

.shared-tours-page.section-bg::after {
    content: '';
    background-color: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.4;
}

.shared-tours-page.section-bg .section-tittle h2 {
	z-index: 1;
    position: relative;
}

.shared-tours-page.section-bg {
	background-image: url('https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2024/11/Kings-Bridge.jpg') !important;
	min-height: 680px;
	background-attachment: unset;
	display: flex;
    align-items: center;
	position: relative;
}

.shared-tours-page .container {
	max-width: 100%;
}

.shared-tours-page .container .row {
	display: block;
}


.relative {
  position: relative;
}

.shared-tours-page {
  padding-bottom: 0;
  position: relative;
}
.shared-tours-page.section-bg .section-tittle h2 {
  z-index: 1;
  position: relative;
}

.shared-tours-page .container {
  max-width: 100%;
}

.shared-tours-page .container .row {
  display: block;
}
.shared-tours-page--bg-image {
  position: relative;
  min-height: 1300px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-image: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/02/new-boat-close-up.png);
  background-size: cover;
  background-position: top;
  bottom: 95px;

}
.shared-tours-page--bg-image::before {
  content: "";
  background-color: black;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  opacity: 0.2;
}
.shared-tours-page--bg-image::after {
  content: "";
  background: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/02/boat-siluette1.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
}

.shared-tours-page--booking-bg {
  position: relative;
  min-height: 950px;
}

.shared-tours-page--booking-bg::after {
  content: "";
  background: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/02/output-onlinepngtools-1.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 85%;
  width: 75%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

.shared-tours-page__info {
  max-width: 70%;
  padding: 20px;
  box-sizing: border-box;
  z-index: 1;
text-align:center;
}

.shared-tours-page_title {
  font-size: 38px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: white;
  text-transform: uppercase;
  margin: 8px 0;
}
.shared-tours-page__subtitle {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
  text-align: left;
	color: #fff;
  font-family: "Poppins", sans-serif;
}

.shared-tours-page__description {
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  margin: 4px 0;
}

.btn {
  background: #d19f68;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  padding: 24px 44px;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  border-radius: 0px;
  line-height: 1;
  -moz-user-select: none;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin: 10px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
  margin: 0;
}
.btn:hover {
  background-position: right;
}
.spacing {
  margin: 0 25px;
  padding: 25px 20px;
}

.shared-tours-page-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shared-tours-page-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.shared-tours-page-col {
  flex: 1 1 44%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.shared-tours-page__thunderbolt {
  align-items: stretch;
}

.thunderbolt_content h2,
.thunderbolt_content p,
.thunderbolt_content h3 {
  color: black;
}

.shared-tours-page--wedding-bg {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/02/wedding-photo-black-fade.jpg);
  background-size: cover;
  background-position: top;
}

.shared-tours-page--morning-cafe-bg {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/01/damask.png);
  background-size: cover;
  background-position: top;
}

.shared-tours-page__morning-cafe_content {
  color: white;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  position: relative;
  left: 100px;
}
.shared-tours-page__morning-cafe_img,
.shared-tours-page__morning-cafe_content,
.shared-tours-page__booking_content {
  z-index: 1;
}
.morning_cafe_text_img {
  width: 50% !important;
}

.shared-tours-page__morning-cafe_content h2,
.shared-tours-page__morning-cafe_content h4 {
  margin: 10px 0;
}

.shared-tours-page:first-child {
  opacity: 1 !important;
}

.shared-tours-page a.header-btn:hover {color: #121212;}

/************************************ Responsiveness *****************/

@media (max-width: 1199px) {
  .shared-tours-page--bg-image {
    position: relative;
    min-height: 1130px;
  }
}

@media (max-width: 992px) {
  .shared-tours-page__description {
    font-size: 15px;
    line-height: 25px;
  }
  .shared-tours-page--bg-image {
    position: relative;
    min-height: 770px;
  }
  .shared-tours-page--booking-bg {
    min-height: 650px;
  }
  .shared-tours-page__info {
    max-width: 90%;
    margin-top: 100px;
  }
  .spacing {
    margin: 0 15px;
    padding: 25px 10px;
  }
  .shared-tours-page__morning-cafe_content {
    position: relative;
    left: 50px;
  }
  .shared-tours-page_title {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .shared-tours-page__info {
    max-width: 90%;
    margin-top: 120px;
  }
  .shared-tours-page-col {
    flex: 1 1 100%;
  }
  .spacing {
    margin: 0 25px;
  }
  .shared-tours-page--booking-bg {
    min-height: 1080px;
  }
  .shared-tours-page__morning-cafe_content {
    left: 0;
  }
  .shared-tours-page_title,
  .shared-tours-page__description,
  .shared-tours-page__booking_content,
  .shared-tours-page__romantic_content {
    gap: 15px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .shared-tours-page__subtitle{
    text-align: center;
  }
}

@media (max-width: 568px) {
  .shared-tours-page__info {
    max-width: 100%;
  }
  .shared-tours-page--bg-image {
    position: relative;
    min-height: 550px;
  }
  .shared-tours-page--booking-bg {
    min-height: 600px;
  }

  .spacing {
    margin: 0;
    padding: 20px 10px;
  }
  .shared-tours-page_title {
    font-size: 24px;
  }
.shared-tours-page--wedding-bg {
    background-position: left;
	}
	.shared-tours-page__morning-cafe_content{
	margin-top:35px !important;
	}
	.shared-tours-page__morning-cafe_content .shared-tours-page__subtitle{
		margin-bottom:0 !important;
	}
}

@media (max-width: 480px) {
  .shared-tours-page--bg-image {
    position: relative;
    min-height: 380px;
  }
	.header-btn{
    white-space: normal;
	line-height: 1.2;
	}
	.shared-tours-page__wedding_content{
		margin:0 12px;
	}
}


/* private Tours page */

.private-tours-page.section-bg {
  background-image: url("https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2024/11/Kings-Bridge.jpg") !important;
  min-height: 680px;
  background-attachment: unset;
  display: flex;
  align-items: center;
  position: relative;
}

.private-tours-page-body {
  background-color: #000;
}

.private-tours-page.section-bg::after {
  content: "";
  background-color: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.4;
}

.private-tours-page.section-bg .section-tittle h2 {
  z-index: 1;
  position: relative;
}

.private-tours-page.section-bg {
  background-image: url("https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2024/11/Kings-Bridge.jpg") !important;
  min-height: 680px;
  background-attachment: unset;
  display: flex;
  align-items: center;
  position: relative;
}

.private-tours-page .container {
  max-width: 100%;
}

.private-tours-page .container .row {
  display: block;
}

.relative {
  position: relative;
}

.private-tours-page {
  padding-bottom: 0;
  position: relative;
}
.private-tours-page.section-bg .section-tittle h2 {
  z-index: 1;
  position: relative;
}

.private-tours-page .container {
  max-width: 100%;
}

.private-tours-page .container .row {
  display: block;
}
.private-tours-page--bg-image {
  position: relative;
  min-height: 1300px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-image: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/02/new-boat-close-up.png);
  background-size: cover;
  background-position: top;
  bottom: 95px;
}
.private-tours-page--bg-image::before {
  content: "";
  background-color: black;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  opacity: 0.2;
}
.private-tours-page--bg-image::after {
  content: "";
  background: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/02/boat-siluette1.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
}

.private-tours-page--booking-bg {
  position: relative;
  min-height: 950px;
}

.private-tours-page--booking-bg::after {
  content: "";
  background: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/02/output-onlinepngtools-1.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 85%;
  width: 75%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

.private-tours-page__info {
  max-width: 70%;
  padding: 20px;
  box-sizing: border-box;
  z-index: 1;
}

.private-tours-page_title {
  font-size: 38px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: white;
  text-transform: uppercase;
  margin: 8px 0;
}
.private-tours-page__subtitle {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.private-tours-page__description {
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  margin: 4px 0;
}

.private-tours-page__tunnel {
	padding: 80px 0 !important;
}

.btn {
  background: #d19f68;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  padding: 24px 44px;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  border-radius: 0px;
  line-height: 1;
  -moz-user-select: none;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin: 10px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
  margin: 0;
}
.btn:hover {
  background-position: right;
}
.spacing {
  margin: 0 25px;
  padding: 25px 20px;
}

.private-tours-page-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.private-tours-page-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.private-tours-page-col {
  flex: 1 1 44%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.private_bolt_content p,
.private-tours-page__evening_content p {
  color: #838383;
  font-size: 38px;
  text-align: center;
  padding: 0 50px;
  line-height: normal;
}

.private-tours-page--wedding-bg {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/02/wedding-photo-black-fade.jpg);
  background-size: cover;
  background-position: top;
}

.private-tours-page--wedding-bg::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:black;
  opacity:0.6;
}

.private-tours-page--tunnel-bg {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/03/tunnel-fadded-to-black_page-0001-scaled.jpg);
  background-size: cover;
  background-position: bottom;
}

.private-tours-page--tunnel-bg::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:black;
  opacity:0.6;
}

.private-tours-page--evening-bg {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/03/evening-fadded-to-black_page-0001-2-scaled.jpg);
  background-size: cover;
  background-position: center;
}
.private-tours-page__evening {
  width: 94%;
  margin: auto;
}
.private-tours-page__evening_content {
  gap: 80px;
}
.private-tours-page__evening_content h2 {
  text-align: center;
  color: #838383;
}

.private-tours-page--morning-cafe-bg {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/04/mooring-black-fade.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.private-tours-page__morning-cafe_content {
  color: white;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.private-tours-page__morning-cafe_img,
.private-tours-page__morning-cafe_content,
.private-tours-page__booking_content {
  z-index: 1;
}
.morning_cafe_text_img {
  width: 50% !important;
}

.private-tours-page__morning-cafe_content h2,
.private-tours-page__morning-cafe_content h4 {
  margin: 10px 0;
}

.private-tours-page--comfort-bg {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/01/damask.png);
  background-size: cover;
  background-position: center;
}
.private-tours-page__comfort_content {
  text-align: center;
}
.private-tours-page__comfort_content h3 {
  line-height: 1.4;
  text-align: center;
  font-size: 24px;
  margin: 0;
}

.private-tours-page:first-child {
  opacity: 1 !important;
}

.private-tours-page a.header-btn:hover {
  color: #121212;
}

/************************************ Responsiveness *****************/

@media (max-width: 1199px) {
  .private-tours-page--bg-image {
    position: relative;
    min-height: 1130px;
  }
}

@media (max-width: 992px) {
  .private-tours-page__description {
    font-size: 15px;
    line-height: 25px;
  }
  .private-tours-page--bg-image {
    position: relative;
    min-height: 770px;
  }
  .private-tours-page--booking-bg {
    min-height: 650px;
  }
  .private-tours-page__info {
    max-width: 90%;
    margin-top: 100px;
  }
  .spacing {
    margin: 0 15px;
    padding: 25px 10px;
  }
  .private-tours-page__morning-cafe_content {
    position: relative;
    left: 50px;
  }
  .private-tours-page_title {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .private-tours-page__info {
    max-width: 90%;
    margin-top: 120px;
  }
  .private-tours-page-col {
    flex: 1 1 100%;
  }
  .spacing {
    margin: 0 25px;
  }
  .private-tours-page--booking-bg {
    min-height: 1080px;
  }
  .private-tours-page__morning-cafe_content {
    left: 0;
  }
  .private-tours-page_title,
  .private-tours-page__description,
  .private-tours-page__booking_content {
    gap: 15px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .private-tours-page__subtitle {
    text-align: center;
  }
  .private_bolt_content p,
  .private-tours-page__evening_content p {
    font-size: 24px;
    padding: 0 20px;
  }
}

@media (max-width: 568px) {
  .private-tours-page__info {
    max-width: 100%;
  }
  .private-tours-page--bg-image {
    position: relative;
    min-height: 550px;
  }
  .private-tours-page--booking-bg {
    min-height: 600px;
  }
  .private-tours-page-container {
    gap: 0;
  }

  .spacing {
    margin:10px;
    padding: 0;
  }
  .private-tours-page_title {
    font-size: 24px;
  }
  .private-tours-page--wedding-bg {
    background-position: left;
  }
  .private_bolt_content p,
  .private-tours-page__evening_content p {
    font-size: 20px;
    padding: 0;
  }
  .private_bolt_content {
    height: 180px;
  }
  .private-tours-page--tunnel-bg {
    background-position: right;
  }
  .private-tours-page__subtitle {
    font-size: 12px;
    margin-bottom: 0px;
  }
  .private-tours-page__comfort_content h3 {
    font-size: 15px;
  }
  .private-tours-page--evening-bg {
    background-position: left;
  }
  .private-tours-page__evening_content {
    color: white !important;
	gap: 0px;
  }
	.private-tours-page__comfort_content{
	margin-top:25px;
	}
}

@media (max-width: 480px) {
	.private-tours-page.section-bg,
	.shared-tours-page.section-bg{
		background-position:right;
	}
  .private-tours-page--bg-image {
    position: relative;
    min-height: 380px;
  }
  .private-tours-page__wedding_content {
    margin: 0 12px;
  }
}


/************************************ Haunted Tours Style ***************************/

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
/*   background-color: black; */
  overflow-x: hidden;
}
.section-padding2.haunted-tours-page{
	
	display:none !important ;
}
.haunted-tours-page .container {
  max-width: 100%;
}
.pb-170.haunted-tours-page {
  padding-bottom: 20px;
}

.haunted-tours-page .container .row {
  display: block;
}
.haunted-tours-page-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 12px;
}

/* .spacing {
  margin: 0 25px;
  padding: 25px 20px;
} */

.haunted-tours-page-img-resize img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.haunted-tours-page-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;

  gap: 10px;
}

.haunted-tours-page-col {
  flex: 1 1 44%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.haunted-tours-page_title {
  font-size: 38px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: white;
  text-transform: uppercase;
  margin: 8px 0;
}

.haunted-tours-page__subtitle {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.haunted-tours-page__description {
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  margin: 4px 0;
}

/******************************  First haunted-river section  *************************/

.haunted-river-bg {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/01/damask.png);
  background-size: cover;
  background-position: center;
/*   background-attachment: fixed; */
}
.haunted-river-wrapper {
	padding: 140px 0 70px;
}
.haunted-river-content {
  text-align: end;
}
.haunted-river-img {
  align-items: center;
}
.haunted-river-img-resize {
  width: 60%;
}

/****************************** Second Haunted Darker Section  *************************/

.haunted-darker-bg {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  background: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/07/ghost-with-blue-black-fades.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 1500px;
}
.haunted-darker-wrapper {
  padding: 50px 0;
}
.haunted-darker-content > h2 {
  color: #efdc9f;
  width: 60%;
  margin: auto;
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
}
.haunted-darker-content{
align-items:center;

}

/****************************** third Haunted man Section  *************************/

.haunted-man-bg {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: baseline;
  background: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/03/siluette-of-the-bridge-of-sighs-and-a-chauffeur.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 900px;
}
.haunted-man-wrapper {
  padding: 50px 0;
  margin-top: 100px;
}
.haunted-man-content > h2 {
  color: #1b222c;
  width: 60%;
  margin: auto;
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
}

/****************************** Forth Haunted promotion Section  *************************/

.haunted-promotion-bg {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: black;
}
.haunted-promotion-wrapper {
  padding: 50px 0;
}
.haunted-promotion-content {
  align-items: center;
  text-align: center;
}
.haunted-promotion-content > h2 {
  font-size: 30px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: white;
  width: 54%;
}
.haunted-promotion-img {
  align-items: center;
}
.haunted-promotion-img-resize {
  width: 80%;
}

/****************************** fivth Haunted tunnel Section  *************************/

.haunted-tunnel-bg {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: baseline;
  background: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/03/tunnel-fadded-to-black_page-0001-scaled.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.haunted-tunnel-wrapper {
  padding: 50px 0;
  margin-top: 100px;
}
.haunted-tunnel-content > h2 {
  width: 60%;
  margin: auto;
  text-align: center;
  font-size: 30px;
}

/****************************** sixth Haunted tunnel Section  *************************/

.haunted-morning-cafe-bg {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.haunted-morning-cafe-content {
  align-items: center;
  text-align: center;
}
.haunted-morning-cafe-content > h2,
.haunted-morning-cafe-content > h3 {
  margin: 0;
}
.haunted-morning-cafe-content > span {
  width: 50%;
}

/****************************** Responsives   *************************/

@media (max-width: 1367px) {
  .haunted-tours-page-container {
    max-width: 1160px;
    padding: 0 12px;
  }
  .haunted-promotion-content > h2,
  .haunted-tunnel-content > h2 {
    width: 65%;
  }
}

@media (max-width: 1199px) {
  .haunted-tours-page-container {
    max-width: 1024px;
  }
}
@media (max-width: 1024px) {
  .haunted-tours-page-container {
    max-width: 900px;
  }
  .haunted-promotion-content > h2,
  .haunted-tunnel-content > h2 {
    width: 100%;
  }
  .haunted-promotion-img-resize {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .haunted-tours-page-container {
    max-width: 780px;
  }
  .haunted-tours-page-row {
    gap: 50px;
  }
  .haunted-tours-page-col {
    flex: 1 1 50%;
  }
  .haunted-river-content {
    text-align: center;
  }

  .haunted-darker-content > h2,
  .haunted-man-content > h2 {
    width: 80%;
  }
  .haunted-tunnel-bg,
  .haunted-morning-cafe-bg,
  .haunted-man-bg {
    min-height: auto;
  }
	.haunted-darker-bg{
		height: auto;
	}
  .haunted-morning-cafe-wrapper {
    padding: 50px 0;
  }
}

@media (max-width: 768px) {
  .haunted-tours-page-container {
    max-width: 590px;
    padding: 0 10px;
  }
  .haunted-darker-content > h2,
  .haunted-man-content > h2 {
    width: 100%;
  }
}

@media (max-width: 567px) {
  .haunted-tours-page-container {
    max-width: 96%;
  }
  .haunted-darker-content > h2,
  .haunted-promotion-content > h2,
  .haunted-tunnel-content > h2 {
    font-size: 20px;
  }
.haunted-man-content > h2 {
    font-size: 16px;
  }
  .haunted-tours-page__subtitle {
    font-size: 15px;
  }
  .haunted-tours-page_title {
    font-size: 28px;
  }
  .haunted-tunnel-bg {
    background-position: right;
  }
  .haunted-man-wrapper {
    margin-top: 0;
  }
  .haunted-man-bg {
    height: 500px;
  }
}
/****************************** Morning Cafe styling   *************************/

.cafe-page{
	display:none !important;
}
.cafe-page ~ .container {
  max-width: 100% !important;
  padding:0 !important;
}
.cafe-page ~ .container >.row {
  display:contents !important;
}
.pb-170.cafe-tours-page {
  padding-bottom: 0;
}

.cafe-tours-page .container .row {
  display: block;
}

.cafe-tours-page-img-resize img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cafe-tours-page-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cafe-tours-page-col {
  flex: 1 1 44%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.cafe-tours-page_title {
  font-size: 38px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: white;
  text-transform: uppercase;
  margin: 8px 0;
}

.cafe-tours-page__subtitle {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.cafe-tours-page__description {
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  margin: 4px 0;
}

/******************************  First cafe section  *************************/

.cafe-banner-bg {
  position: relative;
  height: 1200px;
  background: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/01/damask.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.cafe-banner-bg::before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  position: absolute;
  background: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/03/MOORINGsiluette.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.cafe-banner-wrapper {
  padding: 200px 0 100px;
}
.cafe-banner-img {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cafe-banner-img .cafe-banner-img-resize {
  width: 70%;
  height: -webkit-fill-available;
}

/****************************** 2nd cafe promotion Section  *************************/

.cafe-promotion-bg {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
 background-color:black;
}
.cafe-promotion-content {
  align-items: center;
  text-align: center;
}
.cafe-promotion-content > h2 {
  font-size: 26px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: white;
  width: 54%;
}
.cafe-promotion-img {
  align-items: center;
}
.cafe-promotion-img-resize {
  width: 100%;
  height: -webkit-fill-available;
}
.cafe-last-banner-img-resize img,
.cafe-promotion-img-resize img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.cafe-promotion-img-resize img{
  transform: scaleX(-1);
}

/****************************** last section   *************************/
.cafe-morning-cafe-wrapper {
  position: relative;
  min-height: 500px;
  background: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/04/mooring-black-fade-flip.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cafe-last-banner-img-resize img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/****************************** Responsives   *************************/

@media (max-width: 1367px) {
/*   .cafe-tours-page-container {
    max-width: 1160px;
    padding: 0 12px;
  } */
  .cafe-promotion-content > h2,
  .cafe-tunnel-content > h2 {
    width: 65%;
    padding: 35px 0;
  }
}

@media (max-width: 1199px) {
  .cafe-tours-page-container {
    max-width: 1024px;
  }
  .cafe-banner-bg {
    height: 950px;
  }
  .cafe-banner-bg::before {
    height: 70%;
  }
}
@media (max-width: 1024px) {
/*   .cafe-tours-page-container {
    max-width: 900px;
  } */
  .cafe-promotion-content > h2,
  .cafe-tunnel-content > h2 {
    width: 80%;
  }
  .cafe-promotion-img-resize {
    width: 80%;
  }
}
@media (max-width: 992px) {
/*   .cafe-tours-page-container {
    max-width: 780px;
  } */
  .cafe-banner-bg {
    height: 800px;
  }
  .cafe-tours-page-row {
    gap: 50px;
/* 	  padding-top: 40px; */
  }
  .cafe-tours-page-col {
    flex: 1 1 50%;
  }
  .cafe-promotion-boat-wrapper {
    flex-direction: column-reverse;
  }

  .cafe-darker-content > h2,
  .cafe-man-content > h2 {
    width: 80%;
  }
  .cafe-tunnel-bg,
  .cafe-morning-cafe-bg,
  .cafe-man-bg {
    min-height: auto;
  }
  .cafe-morning-cafe-wrapper {
    padding: 50px 0;
  }
.morning_cafe_text_img {
      width: 65% !important;
	}
}

@media (max-width: 768px) {
/*   .cafe-tours-page-container {
    max-width: 590px;
    padding: 0 10px;
  } */
  .cafe-promotion-img-resize {
    width: 100%;
  }
  .cafe-darker-content > h2,
  .cafe-man-content > h2 {
    width: 100%;
  }

  .cafe-banner-bg {
    height: 650px;
  }
  .cafe-banner-bg::before {
    height: 100%;
  }
  .cafe-promotion-content > h2,
  .cafe-tunnel-content > h2 {
    width: 95%;
  }
.morning_cafe_text_img {
      width: 70% !important;
	}
}

@media (max-width: 567px) {
/*   .cafe-tours-page-container {
    max-width: 96%;
  } */
 .cafe-banner-img .cafe-banner-img-resize {
    width: 100%;
  }

  .cafe-banner-bg {
    height: 580px;
  }
  .cafe-darker-content > h2,
  .cafe-man-content > h2,
  .cafe-promotion-content > h2,
  .cafe-tunnel-content > h2 {
    font-size: 20px;
    padding: 40px 15px;
  }
	.morning_cafe_text_img {
      width: 75% !important;
	}
}
@media (max-width: 480px) {
   .cafe-banner-wrapper {
	  padding: 100px 0 100px !important;
   }
  .cafe-banner-bg {
    height: 500px;
  }
.cafe-banner-bg::before {
        height: 50%;
    }
}
@media (max-width: 400px) {
  .cafe-banner-bg {
    height: 450px;
  }
}



/****************************** nature tour page   *************************/

.nature-tours-page .container {
  max-width: 100%;
}
.pb-170.nature-tours-page {
  padding-bottom: 0;
}

.nature-tours-page .container .row {
  display: block;
}
.nature-tours-page-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 12px;
}

/* .spacing {
  margin: 0 25px;
  padding: 25px 20px;
} */

.nature-tours-page-img-resize img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nature-tours-page-row {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  justify-content: center;
}

.nature-tours-page-col {
  flex: 1 1 44%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.nature-tours-page_title {
  font-size: 38px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: white;
  text-transform: uppercase;
  margin: 8px 0;
}

.nature-tours-page__subtitle {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.nature-tours-page__description {
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  margin: 4px 0;
}

/******************************  First nature section  *************************/
.cut-details.nature-tours-page{
	height: 1200px;
 background: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/03/Group-127-3.png) !important;
}
/* .cut-details.nature-tours-page::after {
    content: '';
    background-color: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.4;
} */
.cut-details.nature-tours-page h2{
	position:relative;
	translate: 0  !important;
	z-index:1;
}
.nature-banner-bg {
  position: relative;
  height: 1200px;
  background: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/03/Group-127-3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.nature-banner-wrapper {
  padding: 100px 0;
}

/****************************** 2nd nature promotion Section  *************************/

.nature-boat-bg {
  position: relative;
  min-height: 1100px;
  display: flex;
  align-items: baseline;
  background: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/03/countryside-punting-scaled-e1743228393675.webp);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.nature-boat-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -280px;
  width: 100%;
  height: 100%;
  background: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/03/countryside-punting-scaled-e1743228393675.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.nature-boat-bg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/03/siluette-of-chauffeuswr.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.nature-boat-wrapper {
  position: relative;
  z-index: 1;
}
.nature-boat-content {
  text-align: center;
}
.nature-boat-content > h2 {
  font-size: 26px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #efdc9f;
  width: 60%;
}
.nature-boat-img {
  align-items: center;
}
/****************************** 3rd nature promotion Section  *************************/

.nature-punting-bg {
  position: relative;
  min-height: 1200px;
  display: flex;
  align-items: flex-start;
  background: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/03/countryside-punting-white-fade-scaled.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.nature-punting-wrapper {
  margin-top: 100px;
}
.nature-punting-content {
  align-items: center;
  text-align: center;
}
.nature-punting-content > h2 {
  font-size: 26px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: black;
  width: 60%;
}

/****************************** 2nd last section   *************************/

.nature-picnic-bg {
  position: relative;
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.nature-picnic-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nature-picnic-content {
  align-items: center;
}
.nature-picnic-content h2 {
  color: black;
  width: 80%;
  text-align: left;
  font-size: 26px;
}
.nature-picnic-img-resize {
  width: 80%;
}

/****************************** last section   *************************/

.nature-tours-page--evening-bg {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/03/evening-fadded-to-black_page-0001-2-scaled.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.nature-tours-page__evening {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nature-tours-page__evening_content {
  gap: 30px;
}
.nature-tours-page__evening_content h1,
.nature-tours-page__evening_content p {
  color: #eb8c79;
  width: 60%;
  text-align: center;
  text-transform: uppercase;
}
.nature-tours-page__evening_content p {
  font-size: 30px;
  line-height: 1.1;
}
/****************************** Responsives   *************************/

@media (max-width: 1367px) {
  .nature-tours-page-container {
    max-width: 1160px;
    padding: 0 12px;
  }
  .nature-promotion-content > h2,
  .nature-tunnel-content > h2 {
    width: 65%;
  }
}

@media (max-width: 1199px) {
  .nature-tours-page-container {
    max-width: 1024px;
  }
}
@media (max-width: 1024px) {
  .nature-tours-page-container {
    max-width: 900px;
  }
  .nature-promotion-content > h2,
  .nature-tunnel-content > h2 {
    width: 100%;
  }
  .nature-promotion-img-resize {
    width: 100%;
  }
}
@media (max-width: 992px) {
	.cut-details.nature-tours-page {
		height: 800px;
        background-size: cover !important;
	}

  .nature-tours-page-container {
    max-width: 780px;
  }
  .nature-tours-page-row {
    gap: 50px;
  }
  .nature-tours-page-col {
    flex: 1 1 50%;
  }
  .nature-banner-bg,
  .nature-boat-bg,
  .nature-punting-bg {
    min-height: 750px;
    height: 750px;
  }
  .nature-picnic-bg {
    height: auto;
  }
  .nature-picnic-wrapper {
    padding: 80px 0;
  }
  .nature-picnic-img-resize {
    margin: auto;
  }
  .nature-banner-content h1 {
    text-align: center;
  }
  .nature-boat-content > h2,
  .nature-punting-content > h2 {
    width: 100%;
  }

  .nature-picnic-content h2 {
    font-size: 26px;
  }
  .nature-boat-bg::before {
    top: -150px;
  }
  .nature-tours-page__evening_content h1,
  .nature-tours-page__evening_content p {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .nature-tours-page-container {
    max-width: 590px;
    padding: 0 10px;
  }
  .nature-darker-content > h2,
  .nature-man-content > h2 {
    width: 100%;
  }
  .nature-tours-page__evening_content h1,
  .nature-tours-page__evening_content p {
    width: 100%;
  }
  .nature-banner-bg,
  .nature-punting-bg {
    min-height: 550px;
    height: 550px;
  }
  .nature-boat-bg {
    min-height: 540px;
    height: 540px;
  }
  .nature-tours-page__evening_content p {
    font-size: 26px;
  }
/*   .nature-tours-page--evening-bg {
    background-position: left;
  } */
  .nature-boat-bg::before {
    top: -150px;
  }
	.nature-boat-wrapper{
		margin-top:0;
	}
	.nature-boat-content > h2{
		z-index:2;
	}
	.nature-boat-content::before {
	  content: "";
	  position: absolute;
	  left: 0;
	  right: 0;
	  bottom: -20px;
	  width: 100%;
	  height: 100%;
	  background-color:black;
	  opacity:0.4;
/* 	  background: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/03/siluette-of-chauffeuswr.png);
	  background-size: cover;
	  background-position: bottom;
	  background-repeat: no-repeat; */
	}
}

@media (max-width: 567px) {

	.cut-details.nature-tours-page {
        height: 450px;
	}
  .nature-tours-page-container {
    max-width: 96%;
  }
  .nature-banner-bg,
  .nature-punting-bg {
    min-height: 400px;
    height: 400px;
  }
  .nature-boat-bg {
    min-height: 380px;
    height: 380px;
  }
/* 	.nature-boat-bg::after{
		height:110%;
	} */
  .nature-boat-bg::after {
    background-size: contain;
  }
  .nature-punting-wrapper,
  .nature-boat-wrapper {
    margin-top: 20px;
  }
  .nature-boat-content > h2,
  .nature-punting-content > h2,
  .nature-picnic-content h2 {
    font-size: 18px;
	  text-align:center;
  }
  .nature-tours-page__evening {
    flex-direction: column;
  }
  .nature-tours-page__evening_content {
    gap: 0;
  }
  .nature-boat-bg::before {
    top: -70px;
  }
  .nature-tours-page--evening-bg {
    background-position: left;
  }
}



/************************************ wedding Tours Style ***************************/

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: black;
  overflow-x: hidden;
}
.wedding-tours-page .container {
  max-width: 100%;
}
.pb-170.wedding-tours-page {
  padding-bottom: 0px;
}

.wedding-tours-page .container .row {
  display: block;
}
.wedding-tours-page-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 12px;
}

.spacing {
  margin: 0 25px;
  padding: 25px 20px;
}

.wedding-tours-page-img-resize img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wedding-tours-page-row {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  justify-content: center;
}

.wedding-tours-page-col {
  flex: 1 1 44%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.wedding-tours-page_title {
  font-size: 38px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: white;
  text-transform: uppercase;
  margin: 8px 0;
}

.wedding-tours-page__subtitle {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.wedding-tours-page__description {
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  margin: 4px 0;
}

/******************************  First wedding section  *************************/
.cut-details.wedding-tours-page{
 	height: 700px;
	background: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/04/wedding-photo-plan.jpg) !important;
    justify-content: center;
    align-items: center;
    display: flex;
}
.cut-details.wedding-tours-page::after {
    content: '';
    background-color: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.4;
}
.cut-details.wedding-tours-page h2{
	position:relative;
	translate: 0  !important;
	z-index:1;
}
        

/****************************** 2nd wedding promotion Section  *************************/

.wedding-boat-bg {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  background-color: white;
}

.wedding-boat-wrapper {
  position: relative;
  z-index: 1;
}
.wedding-boat-wrapper h2 {
  text-align: center;
}

.wedding-boat-content > h2 {
  font-size: 26px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: black;
  width: 60%;
  margin: auto;
}
/****************************** 3rd wedding promotion Section  *************************/

.wedding-punting-bg {
  position: relative;
  min-height: 800px;
  display: flex;
  align-items: flex-start;
  background: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/03/countryside-punting-white-fade-scaled.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.wedding-punting-content > h2 {
  font-size: 26px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: black;
  width: 60%;
}

/****************************** 2nd last section   *************************/

.wedding-picnic-bg {
  position: relative;
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.wedding-picnic-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wedding-picnic-content {
  align-items: center;
}
.wedding-picnic-content h2 {
  color: black;
  width: 80%;
  text-align: left;
  font-size: 24px;
}
.wedding-picnic-img-resize {
  width: 80%;
}
.wedding-picnic-img{
 align-items: center;
}

/****************************** last section   *************************/

.wedding-tours-page--evening-bg {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/03/evening-fadded-to-black_page-0001-2-scaled.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.wedding-tours-page__evening {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wedding-tours-page__evening_content {
  gap: 30px;
}
.wedding-tours-page__evening_content h1,
.wedding-tours-page__evening_content p {
  color: #eb8c79;
  width: 60%;
  text-align: center;
  text-transform: uppercase;
}
.wedding-tours-page__evening_content p {
  font-size: 30px;
  line-height: 1.1;
}
/****************************** Responsives   *************************/

@media (max-width: 1367px) {
  .wedding-tours-page-container {
    max-width: 1160px;
    padding: 0 12px;
  }
  .wedding-promotion-content > h2,
  .wedding-tunnel-content > h2 {
    width: 65%;
  }
}

@media (max-width: 1199px) {
  .wedding-tours-page-container {
    max-width: 1024px;
  }
}
@media (max-width: 1024px) {
  .wedding-tours-page-container {
    max-width: 900px;
  }
  .wedding-promotion-content > h2,
  .wedding-tunnel-content > h2 {
    width: 100%;
  }
  .wedding-promotion-img-resize {
    width: 100%;
  }
}
@media (max-width: 992px) {
.cut-details.wedding-tours-page {
    background-position: center !important;
}
  .wedding-tours-page-container {
    max-width: 780px;
  }
  .wedding-tours-page-row {
    gap: 50px;
  }
  .wedding-tours-page-col {
    flex: 1 1 50%;
  }
  .wedding-banner-bg {
    min-height: 600px;
    height: 600px;
  }
  .wedding-punting-bg {
    min-height: 550px;
  }
  .wedding-picnic-bg {
    height: auto;
  }
  .wedding-picnic-wrapper {
    padding: 80px 0;
  }
  .wedding-picnic-img-resize {
    margin: auto;
  }
  .wedding-banner-content h1 {
    text-align: center;
  }
  .wedding-boat-content > h2,
  .wedding-punting-content > h2 {
    width: 100%;
  }

  .wedding-picnic-content h2 {
    font-size: 26px;
  }

  .wedding-tours-page__evening_content h1,
  .wedding-tours-page__evening_content p {
    width: 100%;
  }
}

@media (max-width: 768px) {
.cut-details.wedding-tours-page{
 	height: 500px;
	}
  .wedding-tours-page-container {
    max-width: 590px;
    padding: 0 10px;
  }
  .wedding-darker-content > h2,
  .wedding-man-content > h2 {
    width: 100%;
  }
  .wedding-tours-page__evening_content h1,
  .wedding-tours-page__evening_content p {
    width: 100%;
  }
  .wedding-punting-bg {
    min-height: 450px;
  }
  .wedding-tours-page__evening_content p {
    font-size: 26px;
  }
  .wedding-tours-page--evening-bg {
    background-position: left;
  }
}

@media (max-width: 567px) {
  .wedding-tours-page-container {
    max-width: 96%;
  }
  .wedding-boat-bg {
    min-height: 400px;
    height: 400px;
  }

  .wedding-boat-content > h2,
  .wedding-punting-content > h2 {
    font-size: 18px;
	  text-align: center;
  }

  .wedding-picnic-content h2 {
        font-size: 16px;
        text-align: center;
		width:100%;
    }
  .wedding-tours-page__evening {
    flex-direction: column;
  }
  .wedding-tours-page__evening_content {
    gap: 0;
  }
}

@media (max-width: 480px) {
  .wedding-punting-bg {
    min-height: 250px;
  }
}

/************************************ boat Tours Style ***************************/

.our-boats-page .container {
  max-width: 100%;
}
.pb-170.our-boats-page {
  padding-bottom: 0;
}

.our-boats-page .container .row {
  display: block;
}
.boat-tours-page-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 12px;
}

.spacing {
  margin: 0 25px;
  padding: 25px 20px;
}

.boat-tours-page-img-resize img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.boat-tours-page-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.boat-tours-page-col {
  flex: 1 1 44%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.boat-tours-page_title {
  font-size: 38px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: white;
  text-transform: uppercase;
  margin: 8px 0;
}

.boat-tours-page__subtitle {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.boat-tours-page__description {
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  margin: 4px 0;
}

.boat-tours-page__description.desc {
	padding: 0 30px;
	    width: 85%;
	text-align: center;
}

@media(max-width: 767px) {
.boat-tours-page__description.desc {
	padding: 0;
	    width: 100%;
	text-align: center;
}
}

/****************************** 1st boat promotion Section  *************************/
.cut-details.our-boats-page{
	height:700px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.our-boats-page{
	background:white;
}

/****************************** 2nd boat promotion Section  *************************/

.boat-boat-bg {
  position: relative;
  top: -100px;
  height: 1100px;
  display: flex;
  align-items: center;
  background-image: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/02/new-boat-close-up.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.boat-boat-bg::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 60%;
  background-image: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/03/siluette-of-chauffeuswr.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

/****************************** 2nd last section   *************************/

.boat-picnic-bg {
  position: relative;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  padding-bottom:100px;
}
.boat-picnic-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.boat-picnic-content {
  align-items: center;
}
.boat-picnic-content h2 {
  color: black;
  width: 80%;
  text-align: center;
  font-size: 32px;
}
.boat-picnic-img-resize {
  width: 80%;
  height: 650px;
}

/****************************** last section   *************************/
.boat-bg {
  position: relative;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/01/damask.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.boat-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.boat-content {
  align-items: center;
}
.boat-content h2 {
  color: white;
  width: 60%;
  text-align: center;
  font-size: 32px;
}
.boat-img-resize {
  width: 80%;
  height: 650px;
}

/****************************** Responsives   *************************/

@media (max-width: 1367px) {
  .boat-tours-page-container {
    max-width: 1160px;
    padding: 0 12px;
  }
  .boat-promotion-content > h2,
  .boat-tunnel-content > h2 {
    width: 65%;
  }
}

@media (max-width: 1199px) {
  .boat-tours-page-container {
    max-width: 1024px;
  }
}
@media (max-width: 1024px) {
  .boat-tours-page-container {
    max-width: 900px;
  }
  .boat-promotion-content > h2,
  .boat-tunnel-content > h2 {
    width: 100%;
  }
}
@media (max-width: 992px) {
	
	.cut-details.our-boats-page{
	height:500px;
		}

  .boat-tours-page-container {
    max-width: 780px;
  }
  .boat-tours-page-row {
    gap: 50px;
    padding: 150px 0;
    margin: 0 15px;
  }
  .boat-tours-page-col {
    flex: 1 1 50%;
  }
  .boat-banner-bg {
    min-height: 600px;
    height: 600px;
  }
  .boat-picnic-bg {
    height: auto;
  }
  .boat-picnic-wrapper {
    padding: 100px 0;
  }
  .boat-picnic-img-resize {
    margin: auto;
  }
  .boat-banner-content h1 {
    text-align: center;
  }
  .boat-boat-content > h2,
  .boat-picnic-content h2,
  .boat-punting-content > h2,
  .boat-content h2 {
    width: 100%;
  }
  .boat-picnic-img-resize,
  .boat-img-resize {
    height: auto;
  }
  .boat-bg {
    height: auto;
  }
  .boat-img-resize {
    width: 100%;
  }

  .boat-picnic-content h2 {
    font-size: 26px;
  }

  .boat-tours-page__evening_content h1,
  .boat-tours-page__evening_content p {
    width: 100%;
  }
}

@media (max-width: 768px) {
/* 	.cut-details.our-boats-page{
	height:auto;
	} */
  .boat-tours-page-container {
    max-width: 590px;
    padding: 0 10px;
  }
  .boat-darker-content > h2,
  .boat-man-content > h2 {
    width: 100%;
  }
  .boat-tours-page__evening_content h1,
  .boat-tours-page__evening_content p {
    width: 100%;
  }
}
@media (min-width: 1480px) and (max-width:1920px) {
.boat-boat-bg::after {
		height: 70%;align-content
	}
}
@media (max-width: 567px) {
  .boat-tours-page-container {
    max-width: 96%;
  }
  .boat-boat-bg {
    min-height: 400px;
    height: 400px;
  }
  .boat-tours-page-row {
    padding: 100px 0 50px;
  }
	.boat-picnic-wrapper{
		padding:0;
	}

  .boat-boat-content h2,
  .boat-punting-content h2,
  .boat-picnic-content h2,
  .boat-content h2 {
    font-size: 18px;
	width: 90%;
  }

}

/****************************** contact Page   *************************/
.cut-details.contact-us{
	position:relative;
	height:850px;
}
.cut-details.contact-us:after{
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 65%;
  background-image: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/03/siluette-of-chauffeuswr.png);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-section{
	background: white;
}
.contact-bg{
  height: 850px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image:url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/03/countryside-punting-white-fade-scaled.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-wrapper{
	display:flex;
	align-items:center;
	justify-content:center;
}
.contact-section-wrapper h2{
	font-size: 26px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}
.Licence-img img{
	width:100%;
}
.service-area.licence-to-operate-page {
	padding:50px 0 ;
	background-color:white;
}
.licence-to-operate-page .lg-12{
	width:100%;
}

@media (max-width: 768px) {
.cut-details.contact-us{
	  height: 550px;
	}
.cut-details.contact-us:after{
  height: 40%;
}
	.contact-bg{
  	  height: 500px;
	}
}
@media (max-width: 568px) {
	.cut-details.contact-us{
	  height: 400px;
	}
	.cut-details.contact-us:after{
  	height: 40%;
	}
	.contact-bg{
  	  height: 500px;
	}
	.contact-section-wrapper h2{
		font-size: 20px;
	}
}
@media(min-width:320px) and (max-width: 992px) {
.cut-details.contact-us .section-tittle {
		margin-top:80px;
	}
.service-area.licence-to-operate-page {
	padding:0 ;
	}
}

/* .privacy-cookies-page,
.licence-to-operate-page,
.faqs-page{
	background:white;
} */
.service-area.term-service-area {
	padding-bottom:0;
}

/****************************** Term and  Condition Page   *************************/
.cut-details.term-condition{
	background-image: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/05/Untitled_Artwork-3-1-e1746533164494.jpg) !important;
	height: calc(100vh - 10px);
	display:flex;
	align-items:center;
	justify-content:start;

}
.cut-details.term-condition::before{
    content: '';
    background-color: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.4;
}
.term-main-heading{
	width:30%;
	text-align:left;
	position:relative;
	z-index:1;
}
.term-heading{
	overflow: hidden;
    font-size: 24px;
    color: #efdc9f;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0;
}

.term-content,
.term-content a{
	overflow: hidden;
    font-size: 20px;
    color: #efdc9f;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0;
}
.term-content a:hover{
	text-decoration:underline;
    color: #efdc9f;
}
.term-service-area{
		margin-top:100px;
}

/* .privacy-cookies-page .term-content, 
.privacy-cookies-page .term-content a, 
.privacy-cookies-page .term-heading {
	color: #000;
} */


@media (max-width: 992px) {
	.cut-details.term-condition{
	background-position:right;	
	}
}
@media (max-width: 768px) {
	.section-tittle{
		margin-bottom:0;
	}
	.section-tittle h2 {
        translate: 0 !important;
    }
	.cut-details.term-condition{
        height: calc(100vh - 350px);
	}
	.term-service-area{
		margin-top:30px;
	}
	.term-main-heading{
	width:100%;
	text-align:center;
	}
.term-content,
.term-content a{
    font-size: 16px;
	}
.term-heading{
    font-size: 20px;
	}
} 

/****************************** Blogs Page   *************************/
.cut-details.blog-page{
	background-image: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/05/Untitled_Artwork-3-1-e1746533164494.jpg) !important;
	height: calc(100vh - 10px);
	display:flex;
	align-items:center;
	justify-content:start;

}
.cut-details.blog-page::before{
    content: '';
    background-color: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.4;
}

.blogs-main-heading{
	width:30%;
	text-align:left;
	position:relative;
	z-index:1;
}
 .card{
    gap: 20px;
	background-color: #152129;
	border-radius:6px;
}
.card-row {
    gap: 20px;
}
.three-cards .card {
  	max-width: calc(32.3% - 15px);
    flex: 0 0 calc(32.3% - 15px);
}
.card-body{
	padding:0 15px 20px;
	width:100%;
}
.card-body h2 {
	color: #efdc9f;
	text-transform: uppercase;
}
.card-body h2 a:hover {
	color: #efdc9f;
	text-decoration:underline;
	text-transform: uppercase;
}
.card-body p{
	color: #9D9D9D;
}
.card-btn{
    display: flex;
    align-items: end;
    justify-content: flex-end;
}
.card-btn a{
	background: black;
    padding: 4px 6px;
    margin: 0;
    color: white;
    border-radius: 4px;
    border: 2px solid green;
}
.card-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-img{
	height:270px;
}
.card-img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-container{
	padding-top:50px;
	padding-bottom: 50px;
}
.blog-container p{
	font-size:18px;
	color:white;
}
.blog-container p a{
	font-size:16px;
	color:#efdc9f;
	text-decoration: underline;
}
.blog-container h1, 
.blog-container h2,
.blog-container h3,
.blog-container p strong {
	color: #efdc9f;
	font-weight:700;
	text-transform: uppercase;
}
.blog-container h1{
	font-size: 40px;
	
}
.blog-container h2{
	font-size: 30px;
}
.blog-container h3{
	font-size: 26px;
}
.wp-block-image img{
	width:100%;
	object-fit:cover;
	margin-bottom:25px;
}
.wp-block-list {
	font-size:16px;
	color:white;
	margin-bottom:15px;
    margin-left: 25px;
}
.wp-block-list li {
	list-style-type: disc !important;
}


@media (max-width: 992px) {
	.three-cards .card {
    max-width: calc(49% - 15px);
    flex: 0 0 calc(49% - 15px);
	}
	.three-cards .card:last-child {
         max-width: calc(99% - 15px);
    	flex: 0 0 calc(99% - 15px);
    }
.card-row {
	margin:0;
	}
.cut-details.blog-page{
	background-position:right;	
	}
.blogs-main-heading{
	width:100%;
	text-align:center;
	}

}

@media (max-width: 768px) {
    .blogs-detail-page {
        padding-top: 150px;
        padding-bottom: 100px;
    }
	.three-cards .card {
    	max-width: calc(99% - 18px);
    	flex: 0 0 calc(99% - 18px);
	}
	.card-row{
 		gap: 30px;
	}
	.card-row .card{
		margin: 0 12px !important
	}

	.blog-container h1{
		font-size: 30px;
	}
	.blog-container h2{
		font-size: 24px;
	}
	.blog-container h3{
		font-size: 20px;
	}
	.blog-container p{
		font-size:16px;
	}
	.wp-block-image{
		width:75%;
	}
	.blog-container .col{
		margin:0 18px !important;
	}

}

@media (max-width: 568px) { 

	.wp-block-image{
		width:100%;
	}
}

/******************************************* staff Tours page *************************************/ 

.staff-training-page.section-bg .section-tittle h2 {
  z-index: 1;
  position: relative;
}

.staff-training-page .container {
  max-width: 100%;
}

.staff-training-page .container .row {
  display: block;
}

.staff-training-page {
  padding-bottom: 0;
  position: relative;
}
.staff-training-page.section-bg .section-tittle h2 {
  z-index: 1;
  position: relative;
}

.staff-training-page .container {
  max-width: 100%;
}

.staff-training-page .container .row {
  display: block;
}

.spacing {
  margin: 0 25px;
  padding: 25px 20px;
}

.staff-training-page-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff-training-page-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.staff-training-page-col {
  flex: 1 1 44%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

/******************************************* 1st section  *************************************/ 

.cut-details.staff-training-page{
	background-image: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/05/staff-and-training-image-scaled.jpg) !important;
	height: calc(100vh - 10px);
	display:flex;
	align-items:center;
	justify-content:start;
	background-position:bottom !important;

}
.cut-details.staff-training-page::before{
    content: '';
    background-color: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.4;
}

.cut-details.staff-training-page h2{
	width:25%;
	text-align:left;
	position:relative;
	z-index:1;
	margin-left:50px;
}

/******************************************* 2nd section  *************************************/ 

.staff-tunnel-bg {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/03/tunnel-fadded-to-black_page-0001-scaled.jpg);
  background-size: cover;
  background-position: bottom;
}

.staff-training-page__tunnel_content h3 {
  font-size: 30px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #efdc9f;
  text-transform: uppercase;
  margin: 8px 0;
  width: 80%;
}

/************************************ 3rd section *****************/


.staff-training-page__waterways{ 
	position:relative;
	background:white; 
	padding: 100px 0 50px;

}
.staff-training-page__waterways_content{
	width:80% ;
	margin:auto;
}
.staff-training-page__waterways_content h3{ 
  font-size: 28px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: black;
  text-transform: uppercase;
  margin: 8px 0;
  letter-spacing: 1px;
}
.staff-training-page__tunnel_img img{
	width:100%;
}

/************************************ Responsiveness *****************/

@media (max-width: 992px) {
  .spacing {
    margin: 0 15px;
    padding: 25px 10px;
  }
	.cut-details.staff-training-page h2 {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-left: 0;
	}
	.staff-training-page-col {
    flex: 1 1 49%;
	}
 .staff-training-page__tunnel_content h3 {
        margin:auto;
        width: 85%
    }
}

@media (max-width: 768px) {
  .staff-training-page-col {
    flex: 1 1 100%;
  }
  .spacing {
    margin: 0 25px;
  }
	.staff-tunnel-bg {
    background-position: right;
	}
}

@media (max-width: 568px) {
  .staff-training-page-container {
    gap: 0;
  }

  .spacing {
    margin: 10px;
    padding: 0;
  }

  .staff-training-page__tunnel_content h3,
  .staff-training-page__waterways_content h3{
    font-size: 20px;

  }

	.staff-tunnel-bg {
		justify-content: flex-start;align-content
		}
}

/******************************************* Faqs page *************************************/

.faq-heading {
	font-family:"Oswald", sans-serif;
  font-size: 20px;
   -webkit-transition: text-indent 0.2s;
  text-indent: 20px;
  color: #efdc9f;
  margin-top: 10px;
}

.faq-text { 
	font-family:"Oswald", sans-serif;
  	color: #efdc9f;
  	width:95%;
  	padding-left:20px;
  	margin-bottom:30px;
}

.faq {
  width: 1000px;
  margin: 0 auto;
  background: black;
  border-radius: 4px;
  position: relative;
  border: 1px solid #E1E1E1;
}
.faq label {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 56px;
  padding-top:1px;
  margin-bottom:0;
  background-color: black;
  border-bottom: 1px solid #E1E1E1;
}

.faq input[type="checkbox"] {
  display: none;
}

.faq .faq-arrow {
  width: 5px;
  height: 5px;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-top: 2px solid #efdc9f;
  border-right: 2px solid #efdc9f;
  float: right;
  position: relative;
  top: -30px;
  right: 27px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

 .faq input[type="checkbox"]:checked + label > .faq-arrow {
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
color: #efdc9f;
}
 .faq input[type="checkbox"]:checked + label {
  display: block;
  background: black!important;
  color: #efdc9f;
/*   height: 225px; */
	height: 150px;
  transition: height 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

 .faq input[type='checkbox']:not(:checked) + label {
  display: block;
  transition: height 0.8s;
  height: 50px;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

::-webkit-scrollbar {
  display: none;
}
.faq-wrapper{
	width:100%;
}
.service-area.faqs-page{
	padding:150px 0;
}


@media (max-width: 768px) {
  .service-area.faqs-page{
	padding:80px 0;
	}
.faq-heading {
    font-size: 16px;
    text-indent: 10px;
    color: #efdc9f;
    margin-top: 10px;
}
.faq-wrapper {
    width: 95%;
    margin: 0 10px;
	}
}



/******************************************* charitable page *************************************/
.service-area.charitable-work-page{
	padding-top: 80px;
}

.charity_title {
     font-size: 40px;
     font-weight: 700;
     color: #efdc9f;
     text-transform: uppercase;
    margin: 18px 0;
 }

 .charity_heading {
     font-size: 28px;
     font-weight: 600;
     color: #efdc9f;
     text-transform: uppercase;
     margin: 18px 0;
 }

 .charity_content {
     font-size: 18px;
     color: white; 
	 margin:12px 0;
 }

 .charity_content a {
     color: #efdc9f;
 }

 .charity_content a:hover {
     color: #efdc9f;
     text-decoration: underline;
 }

 .charity_img {
	margin: 12px 0;
    width: 100%;
 }
.charity_iframe{
	width:100%;
}

@media(max-width:568px){
.service-area.charitable-work-page{
	padding-top: 40px;
}
.cut-details.charitable-work-page,
.cut-details.faqs-page,
.cut-details.licence-to-operate-page,
.cut-details.privacy-cookies-page{
	height:350px;
	}
.faqs-page .section-tittle,
.licence-to-operate-page .section-tittle,
.privacy-cookies-page .section-tittle,
.charitable-work-page .section-tittle{
	    margin-top: 90px;
}
.charity_title{
		font-size:28px;	
	}

.charity_heading{
		font-size:20px;	
	}
.charity_content{
		font-size:16px;	
	}
}



/******************** corporate tour page  *********************/
.cut-details.corporate-tours-page{
	 background-image: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/05/school_group.jpg) !important;
     min-height: 680px;
}
.cut-details.gift-voucher-page {
	background-image: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/03/siluette-of-the-bridge-of-sighs-and-a-chauffeur.jpg) !important;
     min-height: 680px;
}

.cut-details.corporate-tours-page::before,
.cut-details.gift-voucher-page::before {
    content: "";
    background-color: black;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
}
.service-area.corporate-tours-page{
	background-color:white;
}
.service-area.corporate-tours-page > div.container{
	max-width:100%;
	
}
.corporate-tours-page .section-tittle,
.gift-voucher-page .section-tittle{
	z-index:1;
    position: relative;
}
 
.corporate-tours-page--bg-image {
    position: relative;
    min-height: 1300px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-image: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/02/new-boat-close-up.png);
    background-size: cover;
    background-position: top;
    bottom: 99px;
}

.corporate-tours-page__description {
    font-family: "Poppins", sans-serif;
    color: white;
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
    margin: 400px auto 0;
    width: 75%;
	text-transform:uppercase;
	font-weight:600;
}
.corporate-tours-page--second__section{
	width:100%;
	background-color:white;
}

.corporate-tours-page__description--section {
    font-family: "Poppins", sans-serif;
    color: black;
    font-size: 26px;
    line-height: 45px;
    font-weight: normal;
	text-transform:uppercase;
	font-weight:600;
}
.corporate-tours-page__info.info{
	margin:80px 0;
}

.corporate-tours-page__description--section.email {
    font-family: "Poppins", sans-serif;
    color: black;
    font-size: 30px;
    line-height: 45px;
    font-weight: normal;
	text-transform:uppercase;
	font-weight:600;
}

.corporate-tours-page__description--section.email a {
	color: #000;
	font-size: 22px;
    line-height: 45px;
    font-weight: normal;
	text-transform:uppercase;
	font-weight:600;
	word-wrap: break-word;
}

@media (max-width: 769px) {
	.corporate-tours-page__description--section.email {
		    font-size: 20px;
    line-height: 30px;
	}
	
		.corporate-tours-page__description--section.email a {
    font-size: 20px;
    line-height: 30px;
			    word-wrap: break-word;
	}
}

.corporate-tours-page__description--section {
    width: 100%;
}
.service-area.home.gift-voucher-page{
	padding-bottom:0 !important;
}
.gift-voucher-page{
	max-width:100%;
	background-color: transparent !important;
}
.gift-voucher-description p{
	font-size:28px;
	text-transform:uppercase;
	margin-bottom:70px !important;
}
.gift-voucher-page .service-cap p{
	text-transform:uppercase;
}
@media(max-width:992px) {

.gift-voucher-page .section-tittle,
.corporate-tours-page .section-tittle{
	margin-top:150px;
	}
	.corporate-tours-page__description--section_img{
		width:100%;
		padding: 60px 0;
	}
.corporate-tours-page__description {
    width: 85%;
	}
	
	.corporate-tours-page__description {
		line-height: 26px;
		margin: 0 auto;
	}
	
	.corporate-tours-page--bg-image {
		bottom: 40px;
	}
	
	.corporate-tours-page__description--section {
		padding-bottom: 20px;
		line-height: 30px;
	}
	
	.corporate-tours-page {
		padding-bottom: 0 !important;
	}
	
	.corporate-tours-page__info.info {
		margin-top: 0 !important;
	}
}
@media(max-width:568px) {

.cut-details.gift-voucher-page,
.cut-details.corporate-tours-page{
    	min-height: 400px;
	}
.gift-voucher-page .section-tittle,
.corporate-tours-page .section-tittle{
	margin-top:90px;
	}
.gift-voucher-description p,
.corporate-tours-page__description,
.corporate-tours-page__description--section{
		font-size:18px;
	}
}

/************************************ henParty Tours Style ***************************/

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: black;
  overflow-x: hidden;
}
.hen-parties-page .container {
  max-width: 100%;
}
.pb-170.hen-parties-page {
  padding-bottom: 20px;
}

.hen-parties-page .container .row {
  display: block;
}
.henParty-tours-page-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 12px;
}

.spacing {
  margin: 0 25px;
  padding: 25px 20px;
}

.henParty-tours-page-img-resize img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.henParty-tours-page-row {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  justify-content: center;
}

.henParty-tours-page-col {
  flex: 1 1 44%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.henParty-tours-page_title {
  font-size: 38px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: white;
  text-transform: uppercase;
  margin: 8px 0;
}

.henParty-tours-page__subtitle {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.henParty-tours-page__description {
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  margin: 4px 0;
}

/******************************  First henParty section  *************************/


.cut-details.hen-parties-page{
 	height: 700px;
	background: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/03/vz9sajymwbha7lxhw7k3-scaled.webp) !important;
    justify-content: center;
    align-items: center;
    display: flex;
	background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat !important;
}
.cut-details.hen-parties-page::after {
    content: '';
    background-color: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.4;
}
.cut-details.hen-parties-page h2{
	position:relative;
	translate: 0  !important;
	z-index:1;
}
      
/****************************** 2nd henParty promotion Section  *************************/

.henParty-boat-bg {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  background-color: white;
}

.henParty-boat-wrapper {
  position: relative;
  z-index: 1;
}
.henParty-boat-wrapper h2 {
  text-align: center;
}

.henParty-boat-content > h2 {
  font-size: 26px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: black;
  width: 55%;
  margin: auto;
}
/****************************** 3rd henParty promotion Section  *************************/

.henParty-punting-bg {
  position: relative;
  min-height: 800px;
  display: flex;
  align-items: flex-start;
  background: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/03/countryside-punting-white-fade-scaled.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.henParty-punting-content > h2 {
  font-size: 26px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: black;
  width: 60%;
}

/****************************** 2nd last section   *************************/

.henParty-picnic-bg {
  position: relative;
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.henParty-picnic-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.henParty-picnic-content {
  align-items: center;
}
.henParty-picnic-content h2 {
  color: black;
  width: 60%;
  text-align: center;
  font-size: 26px;
}
.henParty-picnic-img-resize {
  width: 80%;
}

/****************************** last section   *************************/

.henParty-tours-page--evening-bg {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(https://canterbury-ccmpxr4lqq.live-website.com/wp-content/uploads/2025/03/evening-fadded-to-black_page-0001-2-scaled.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.henParty-tours-page__evening {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.henParty-tours-page__evening_content {
  gap: 30px;
}
.henParty-tours-page__evening_content h1,
.henParty-tours-page__evening_content p {
  color: #eb8c79;
  width: 60%;
  text-align: center;
  text-transform: uppercase;
}
.henParty-tours-page__evening_content p {
  font-size: 30px;
  line-height: 1.1;
}
/****************************** Responsives   *************************/

@media (max-width: 1367px) {
  .henParty-tours-page-container {
    max-width: 1160px;
    padding: 0 12px;
  }
  .henParty-promotion-content > h2,
  .henParty-tunnel-content > h2 {
    width: 65%;
  }
}

@media (max-width: 1199px) {
  .henParty-tours-page-container {
    max-width: 1024px;
  }
}
@media (max-width: 1024px) {
  .henParty-tours-page-container {
    max-width: 900px;
  }
  .henParty-promotion-content > h2,
  .henParty-tunnel-content > h2 {
    width: 100%;
  }
  .henParty-promotion-img-resize {
    width: 100%;
  }
}
@media (max-width: 992px) {
	.cut-details.hen-parties-page {
    	background-position: center !important;
  }
  .henParty-tours-page-container {
    max-width: 780px;
  }
  .henParty-tours-page-row {
    gap: 50px;
  }
  .henParty-tours-page-col {
    flex: 1 1 50%;
  }
  .henParty-banner-bg {
    min-height: 600px;
    height: 600px;
  }
  .henParty-punting-bg {
    min-height: 550px;
  }
  .henParty-picnic-bg {
    height: auto;
  }
  .henParty-picnic-wrapper {
    padding: 80px 0;
  }
  .henParty-picnic-img-resize {
    margin: auto;
  }
  .henParty-banner-content h1 {
    text-align: center;
  }
  .henParty-boat-content > h2,
  .henParty-punting-content > h2 {
    width: 100%;
  }

  .henParty-picnic-content h2 {
    font-size: 26px;
  }

  .henParty-tours-page__evening_content h1,
  .henParty-tours-page__evening_content p {
    width: 100%;
  }
}

@media (max-width: 768px) {
	.cut-details.hen-parties-page{
 		height: 500px;
	}
  .henParty-tours-page-container {
    max-width: 590px;
    padding: 0 10px;
  }
  .henParty-darker-content > h2,
  .henParty-man-content > h2 {
    width: 100%;
  }
  .henParty-tours-page__evening_content h1,
  .henParty-tours-page__evening_content p {
    width: 100%;
  }
  .henParty-punting-bg {
    min-height: 450px;
  }
  .henParty-tours-page__evening_content p {
    font-size: 26px;
  }
  .henParty-tours-page--evening-bg {
    background-position: left;
  }
  .pb-170.hen-parties-page {
		padding-bottom: 0 !important;
	}
}

@media (max-width: 567px) {
  .henParty-tours-page-container {
    max-width: 96%;
  }
  .henParty-boat-bg {
/*     min-height: 400px;
    height: 400px; */
	  padding-top: 70px;
  }

  .henParty-boat-content > h2,
  .henParty-punting-content > h2,
  .henParty-picnic-content h2 {
    font-size: 18px;
	          width: 80%;
  }
  .henParty-tours-page__evening {
    flex-direction: column;
  }
  .henParty-tours-page__evening_content {
    gap: 0;
  }
}

@media (max-width: 480px) {
  .henParty-punting-bg {
    min-height: 250px;
  }
}

.header-area .main-menu ul.tour-sub.submenu {
	display: flex;
    flex-direction: column;
}

.header-area .main-menu ul>li:nth-child(6),
.header-area .main-menu ul>li:nth-child(8){
	order: -1;
}

.service-area.associations-page{
    padding:80px 0;
/* 	background-color:white; */
}
.associations-page .row{
	    row-gap: 30px;
}

@media (max-width: 768px) {
  .service-area.associations-page{
		padding:40px 0;
	}
}

