@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/



body{
	font-family: 'Playfair Display', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 170%;
	color: #011500;
	background: #ffffff;
}

figure {
	margin: 0;
}

strong,
b {
	font-weight: 700 !important;
}

a,
input,
button,
textarea { outline: none !important; }

a {
	text-decoration: none;
	color: #CC9933;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

a:hover {
	color: #011500;
}

p {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-bottom: 20px;
}

ol,
ul {
	margin-bottom: 20px;
}

ol ol,
ol ul,
ul ol,
ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

ol li,
ul li {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row > * {
	padding-left: 15px;
	padding-right: 15px;
}

.alignnone {
	float: none;
	margin: 20px;
}

.alignleft {
	float: left;
	margin: 20px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 20px 0 20px 20px;
}

.aligncenter {
	float: none;
	display: block;
	margin: 20px auto;
}

blockquote {
	padding-left: 30px;
	border-left: 5px solid #CC9933;
	margin-bottom: 20px;
}

blockquote * {
	font-size: 150%;
	line-height: 180%;
}

h1 {
	font-family: 'Playfair Display',  sans-serif;
	font-weight: 500;
	font-size: 80px;
	line-height: 100%;
	color: #233d62;
	margin-bottom: 30px;
}

h2 {
	font-family: 'Playfair Display',  sans-serif;
	font-weight: 500;
	font-size: 60px;
	line-height: 110%;
	color: #233d62;
	margin-bottom: 30px;
}

h3 {
	font-family: 'Playfair Display',  sans-serif;
	font-weight: 500;
	font-size: 48px;
	line-height: 120%;
	color: #233d62;
	margin-bottom: 30px;
}

h4 {
	font-family: 'Playfair Display',  sans-serif;
	font-weight: 500;
	font-size: 36px;
	line-height: 110%;
	color: #233d62;
	margin-bottom: 25px;
}

h5 {
	font-family: 'Playfair Display',  sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 110%;
	color: #233d62;
	margin-bottom: 20px;
}

h6 {
	font-family: 'Playfair Display',  sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	color: #233d62;
	margin-bottom: 20px;
}

.fix-width-425 {
	max-width: 425px;
	width: 100%;
}

.fix-width-620 {
	max-width: 620px;
	width: 100%;
}

.fix-width-625 {
	max-width: 625px;
	width: 100%;
}

.fix-width-815 {
	max-width: 815px;
	width: 100%;
}

.fix-width-860 {
	max-width: 860px;
	width: 100%;
}

.paragraph-large {
	font-size: 24px;
	line-height: 140%;
}

/* common-title-border */
.common-title-border {
	position: relative;
	padding-bottom: 20px;
}

.common-title-border.border-black:before {
	position: absolute;
	content: "";
	left: 50%;
	top: 100%;
	height: 2px;
	width: 230px;
	background: rgba(0, 0, 0, 0.05);
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.common-title-border.border-gold:after {
	position: absolute;
	content: "";
	left: 50%;
	top: 100%;
	height: 2px;
	width: 70px;
	background: #CC9933;
	z-index: 9;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}
/* common-title-border */

/* main-title */
.main-title {
	font-family: 'Playfair Display',  sans-serif;
	font-weight: 500;
	font-size: 80px;
	line-height: 100%;
	color: #011500;
	margin-bottom: 25px;
}

.main-title span {
	color: #CC9933;
}

.main-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.main-title a {
	text-decoration: none;
}

.main-title a:hover {
	color: #CC9933;
}
/* main-title */

/* section-title */
.section-title {
	font-family: 'Playfair Display',  sans-serif;
	font-weight: 500;
	font-size: 60px;
	line-height: 110%;
	color: #011500;
	margin-bottom: 25px;
}

.section-title span {
	color: #CC9933;
}

.section-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.section-title a {
	text-decoration: none;
}

.section-title a:hover {
	color: #CC9933;
}
/* section-title */

/* block-title */
.block-title {
	font-family: 'Playfair Display',  sans-serif;
	font-weight: 500;
	font-size: 48px;
	line-height: 120%;
	color: #011500;
	margin-bottom: 25px;
}

.block-title span {
	color: #CC9933;
}

.block-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.block-title a {
	text-decoration: none;
}

.block-title a:hover {
	color: #CC9933;
}
/* block-title */

/* small-block-title */
.small-block-title {
	font-family: 'Playfair Display',  sans-serif;
	font-weight: 500;
	font-size: 36px;
	line-height: 110%;
	color: #011500;
	margin-bottom: 25px;
}

.small-block-title span {
	color: #CC9933;
}

.small-block-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.small-block-title a {
	text-decoration: none;
}

.small-block-title a:hover {
	color: #CC9933;
}
/* small-block-title */

/* extra-small-block-title */
.extra-small-block-title {
	font-family: 'Playfair Display',  sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 110%;
	color: #011500;
	margin-bottom: 20px;
}

.extra-small-block-title span {
	color: #CC9933;
}

.extra-small-block-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.extra-small-block-title a {
	text-decoration: none;
}

.extra-small-block-title a:hover {
	color: #CC9933;
}
/* extra-small-block-title */

/* buttons */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: capitalize;
	font-family: 'Playfair Display',  sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 151.111%;
	border: 2px solid transparent;
	padding: 20px 45px;
	min-width: 280px;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.btn:active:focus,
.btn:hover {
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
}

.btn.btn-arrow {
	position: relative;
}

.btn.btn-arrow:after {
	display: inline-flex;
	position: relative;
	content: "\f061";
	font-family: 'FontAwesome6FreeSolid900';
	font-size: 60%;
	line-height: 100%;
	margin-left: 15px;
}

.btn-simple-gold {
	color: #CC9933 !important;
	background: transparent !important;
	border-color: #CC9933 !important;
}

.btn-simple-gold:active,
.btn-simple-gold:focus {
	color: #CC9933 !important;
	background: transparent !important;
	border-color: #CC9933 !important;
}

.btn-simple-gold:active:focus,
.btn-simple-gold:hover {
	color: #ffffff !important;
	background: #CC9933 !important;
	border-color: #CC9933 !important;
}

.btn-gold {
	color: #ffffff !important;
	background: #CC9933 !important;
	border-color: #CC9933 !important;
}

.btn-gold:active,
.btn-gold:focus {
	color: #ffffff !important;
	background: #CC9933 !important;
	border-color: #CC9933 !important;
}

.btn-gold:active:focus,
.btn-gold:hover {
	color: #ffffff !important;
	background: #CC9933 !important;
	border-color: #CC9933 !important;
}
/* buttons */

/* slick slider */
.slick-slider .slick-slide {
	outline: none !important;
}

.slick-slider .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 9;
	cursor: pointer;
	font-size: 30px;
	line-height: 100%;
	color: #CC9933;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.slick-slider .slick-arrow:hover {
	color: #011500;
}

.slick-slider .slick-arrow.slick-prev {
	left: 0;
}

.slick-slider .slick-arrow.slick-next {
	right: 0;
}

.slick-slider .slick-dots {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 -14px;
	padding: 0;
	list-style-type: none;
}

.slick-slider .slick-dots li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 14px 7px;
	padding: 0;
	list-style-type: none;
	width: 18px;
	height: 18px;
	border: 1px solid transparent;
	cursor: pointer;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.slick-slider .slick-dots li:before {
	position: relative;
	content: "";
	width: 6px;
	height: 6px;
	background: #011500;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.slick-slider .slick-dots li button {
	display: none;
}

.slick-slider .slick-dots li.slick-active,
.slick-slider .slick-dots li:hover {
	border-color: #CC9933;
}

.slick-slider .slick-dots li.slick-active:before,
.slick-slider .slick-dots li:hover:before {
	background: #CC9933;
}
/* slick slider */

/* common-form */
.common-form .form-group {
	margin-bottom: 20px;
}

.common-form .row {
	margin: 0 -15px !important;
}

.common-form .row > * {
	padding: 0 15px !important;
}

.common-form .form-label {
	font-family: 'Playfair Display', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 125%;
	color: #011500;
	margin-bottom: 5px;
}

.common-form .form-select,
.common-form .form-control {
	height: 70px;
	resize: none;
	border: 1px solid rgba(0, 0, 0, 0.10);
	box-shadow: none;
	font-family: 'Playfair Display', sans-serif;
	font-weight: 400;
	padding: 6px 26px;
	font-size: 16px;
	line-height: 125%;
	color: #011500;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.common-form .form-select {
	padding-right: 50px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3516 5.56641L12.9961 6.21094C13.2598 6.50391 13.2598 6.94336 12.9961 7.20703L7.3125 12.9199C7.01953 13.1836 6.58008 13.1836 6.31641 12.9199L0.603515 7.20703C0.339843 6.94336 0.339843 6.50391 0.603515 6.21094L1.24805 5.56641C1.54102 5.30273 1.98047 5.30273 2.27344 5.56641L5.64258 9.11133L5.64258 0.703124C5.64258 0.292968 5.93555 -6.23058e-07 6.3457 -6.0513e-07L7.2832 -5.6415e-07C7.66406 -5.47502e-07 7.98633 0.292968 7.98633 0.703124L7.98633 9.11133L11.3262 5.56641C11.6191 5.30273 12.0586 5.27344 12.3516 5.56641Z' fill='%23CC9933'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 14px 14px;
	background-position: center right 15px;
}

.common-form ::-webkit-input-placeholder { color: #757575; }
.common-form ::-moz-placeholder { color: #757575; }
.common-form :-ms-input-placeholder { color: #757575; }
.common-form :-o-placeholder { color: #757575; }

.common-form .form-select:focus,
.common-form .form-control:focus {
	border-color: #CC9933;
}

.common-form textarea.form-control {
	height: 140px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.common-form .form-submit .btn-gold {
	color: #011500 !important;
}

.wpcf7-form.failed .wpcf7-response-output,
.wpcf7-form.invalid .wpcf7-response-output {
	color: #dc3232 !important;
	border-color: #dc3232 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: 15px !important;
}

.wpcf7-form.sent .wpcf7-response-output {
	color: #155724 !important;
	border-color: #155724 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: 15px !important;
}

.wpcf7-form .form-submit {
	position: relative;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
}

.wpcf7-form.submitting .form-submit {
	padding-right: 45px;
}

.wpcf7-form.submitting .form-submit .wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 50%;
	margin: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}
/* common-form */

/* select2 */
.common-select2-block .select2-container .select2-selection--single {
	border: none;
	height: 70px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.common-select2-block .select2-container--default.select2-container--open .select2-selection--single {
	border-color: #CC9933;
}

.common-select2-block .select2-container .select2-selection--single .select2-selection__rendered {
	font-size: 16px;
	line-height: 70px;
	color: #1f2124;
	padding: 0 50px 0 26px;
}

.common-select2-block .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.common-select2-block .select2-container--default .select2-selection--single .select2-selection__arrow:before {
	position: relative;
	content: "\f063";
	font-family: 'FontAwesome6FreeSolid900';
	color: #CC9933;
	font-size: 14px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.common-select2-block .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
}

.common-select2-block .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.common-dropdown-selectbox .select2-results__options .select2-results__option {
	font-family: 'Playfair Display', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 116.667%;
	color: #000000;
	padding: 15px;
}

.common-dropdown-selectbox .select2-results__options .select2-results__option.select2-results__option--highlighted,
.common-dropdown-selectbox .select2-results__options .select2-results__option.select2-results__option--selected,
.common-dropdown-selectbox .select2-results__options .select2-results__option:hover {
	color: #ffffff;
	background: #CC9933;
}
/* select2 */

/* date-time picker */
.xdsoft_datetimepicker {
	border: 1px solid rgba(0, 0, 0, 0.10) !important;
	color: #011500 !important;
}

.xdsoft_datetimepicker .xdsoft_label {
	font-family: 'Playfair Display', sans-serif;
	font-weight: 500;
	color: #CC9933;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	font-family: 'Playfair Display', sans-serif;
	font-weight: 500;
	color: #011500 !important;
	background: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.10) !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
	font-family: 'Playfair Display', sans-serif;
	font-weight: 500;
	color: #011500 !important;
	background: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.10) !important;
	box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_date.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_date.xdsoft_today,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_date:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
	color: #ffffff !important;
	background: #CC9933 !important;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option {
	text-align: left;
	color: #011500;
	box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
	color: #ffffff !important;
	background: #CC9933 !important;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
	background: #ffffff !important;
	box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar div.xdsoft_time.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_time.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_time:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_time:hover {
	color: #ffffff !important;
	background: #CC9933 !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
	color: #ffffff !important;
	background: #CC9933 !important;
}
/* date-time picker */

/* common-social-icons */
.common-social-icons ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row !important;
	margin: 0 -13px !important;
	padding: 0 !important;
	list-style-type: none;
}

.common-social-icons ul li {
	display: inline-flex;
	align-items: center;
	flex-direction: row !important;
	margin: 0 13px 13px !important;
	padding: 0 !important;
	list-style-type: none;
	font-size: 18px !important;
	line-height: 100% !important;
}

.common-social-icons ul li a {
	color: inherit !important;
}

.common-social-icons ul li a:hover {
	color: #CC9933 !important;
}

.common-social-icons ul li a svg path,
.common-social-icons ul li a svg {
	fill: #011500 !important;
}

.common-social-icons ul li a:hover svg path,
.common-social-icons ul li a:hover svg {
	fill: #CC9933 !important;
}

.common-social-icons.white-layout ul li {
	color: #ffffff !important;
}

.common-social-icons.white-layout ul li a svg path,
.common-social-icons.white-layout ul li a svg {
	fill: #ffffff !important;
}

.common-social-icons.white-layout ul li a:hover svg path,
.common-social-icons.white-layout ul li a:hover svg {
	fill: #CC9933 !important;
}
/* common-social-icons */

/* common-section-overlay */
.common-section-overlay {
	position: relative;
	z-index: 9;
}

.common-section-overlay:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(1, 21, 0, 0.75);
	z-index: -1;
}

.common-section-overlay .section-overlay-content {
	position: relative;
	z-index: 9;
}
/* common-section-overlay */

/* common-book-now-button */
.common-book-now-button {
	margin-top: 65px;
}
/* common-book-now-button */

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}

.header .h-contact-block {
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 999;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.header .h-contact-block > * {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	text-decoration: none;
	font-family: 'Playfair Display';
	font-weight: 500;
	font-size: 18px;
	line-height: 151.111%;
	color: #ffffff;
}

.header .h-contact-block * {
	margin: 0;
}

.header .h-contact-block span {
	display: block;
	font-size: 14px;
	line-height: 150%;
	color: #CC9933;
	margin-bottom: 0;
}
.h-contact-block{
	flex-flow: column;
}
.header .h-contact-block > h6{
	margin: 0;
	font-size: 16px !important;
	font-weight: normal;
	color: #fff;
	line-height: 24px;
	display: block !important;
}
.header .h-contact-block > h6 a,
.header .h-contact-block > h6 a:hover{
	color: #fff !important;
}
.header .h-contact-block > h6 a:hover{
	opacity:0.8 !important;
}
.header .h-contact-block > * > * {
	flex: 1 0 0;
	max-width: 100%;
}

.header .h-contact-block > * .call-icon {
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.header .h-contact-block .call-icon * {
	width: 100%;
}

.header .h-content {
	position: relative;
	border-bottom: 2px dashed rgba(255, 255, 255, 0.2);
}

.header .navbar .navbar-collapse {
	justify-content: center;
}

.header .navbar {
	padding: 0;
}

.header .navbar .navbar-brand {
	position: absolute;
	left: 0;
	padding: 0;
	width: 310px;
	z-index: 9999;
}

.header .navbar-toggler {
	position: relative;
	width: 30px;
	height: 22px;
	padding: 0;
	box-shadow: none !important;
	border: none;
	z-index: 9999;
}

.header .navbar-toggler .hamburger {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.header .navbar-toggler .hamburger-toggle {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}

.header .navbar-toggler .hamburger span {
	width: 100%;
	height: 2px;
	background: #ffffff;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.header .navbar-toggler .hamburger span:first-child {
	top: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.header .navbar-toggler .hamburger span:nth-child(2) {
  	opacity: 0;
}

.header .navbar-toggler .hamburger span:last-child {
	margin: 0;
	top: -10px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.header .navbar-toggler.collapsed .hamburger span {
	opacity: 1 !important;
	top: auto !important;
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
}

.header .navbar-nav {
	margin: 0;
}

.header .navbar-nav .nav-item {
	margin: 0 19px;
}

.header .navbar-nav .nav-item:first-child {
	margin-left: 0;
}

.header .navbar-nav .nav-item:last-child {
	margin-right: 0;
}

.header .navbar-nav .nav-item .nav-link {
	display: inline-flex;
	align-items: center;
	font-family: 'Playfair Display',  sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 227%;
	padding: 40px 0;
	color: #ffffff;
	box-shadow: none;
}

.header .navbar-nav .nav-item.active .nav-link,
.header .navbar-nav .nav-item.current-menu-item .nav-link,
.header .navbar-nav .nav-item.current-menu-parent .nav-link,
.header .navbar-nav .nav-item.current_page_parent .nav-link,
.header .navbar-nav .nav-item .nav-link.active,
.header .navbar-nav .nav-item .nav-link.current-menu-item,
.header .navbar-nav .nav-item .nav-link.current-menu-parent,
.header .navbar-nav .nav-item .nav-link.current_page_parent,
.header .navbar-nav .nav-item .nav-link:hover {
	color: #CC9933;
}

.header .navbar-nav .dropdown > a:after {
	content: "\f107";
	font-family: 'FontAwesome6FreeSolid900';
	border: none;
	color: #CC9933;
	margin-left: 6px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.header .navbar-nav .dropdown .dropdown-menu {
	margin: 0;
	padding: 0;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.header .navbar-nav .dropdown .dropdown-menu li {
	margin: 0;
}

.header .navbar-nav .dropdown .dropdown-menu li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	font-family: 'Playfair Display';
	font-weight: 400;
	font-size: 16px;
	line-height: 226.667%;
	color: #000000;
	padding: 10px 20px;
	text-transform: uppercase;
}

.header .navbar-nav .dropdown .dropdown-menu li.active > a,
.header .navbar-nav .dropdown .dropdown-menu li.current-menu-item > a,
.header .navbar-nav .dropdown .dropdown-menu li.current-menu-parent > a,
.header .navbar-nav .dropdown .dropdown-menu li.current_page_parent > a,
.header .navbar-nav .dropdown .dropdown-menu li > a.active,
.header .navbar-nav .dropdown .dropdown-menu li > a.current-menu-item,
.header .navbar-nav .dropdown .dropdown-menu li > a.current-menu-parent,
.header .navbar-nav .dropdown .dropdown-menu li > a.current_page_parent,
.header .navbar-nav .dropdown .dropdown-menu li a:hover {
	color: #ffffff;
	background: #CC9933;
}

.header .navbar-nav .dropdown .dropdown-menu .dropdown-menu {
	left: 100%;
	top: 0;
}
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/
/* banner */
.banner-section {
	position: relative;
}

.banner-title {
	font-weight: 500;
	font-size: 64px;
	line-height: 115%;
	color: #ffffff;
}

.banner-title span {
	color: #CC9933;
}

.banner-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.banner-title a {
	text-decoration: none;
}

.banner-title a:hover {
	color: #ffffff;
}

.banner-section .banner-main-image {
	position: relative;
	height: 555px;
	overflow: hidden;
}

.banner-section .banner-main-image:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #011500;
	opacity: 0.65;
}

.banner-section .banner-main-image:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 70%, #000 100%);
}

.banner-section.home-banner-section .banner-main-image {
	height: 100vh;
}

.banner-section .banner-main-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.banner-section .banner-description {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 9;
	text-align: center;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.banner-section.home-banner-section .banner-description {
	text-align: left;
}

.banner-section.home-banner-section .banner-title {
	font-size: 120px;
	line-height: 100%;
	margin-bottom: 25px;
}

.banner-section.home-banner-section .main-detail {
	font-size: 36px;
	line-height: 111%;
	color: #ffffff;
}

.banner-section .banner-buttons {
	margin-top: 45px;
}

.banner-section .banner-searchbox {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 58px;
	text-align: center;
}

.banner-section .banner-searchbox .searchbox-field {
	position: relative;
	max-width: 475px;
	width: 100%;
	margin: 0 auto;
}

.banner-section .banner-searchbox .searchbox-field .form-control {
	height: 72px;
	resize: none;
	font-family: 'Playfair Display';
	font-weight: 500;
	font-size: 25px;
	line-height: 158%;
	color: #ffffff;
	border: 1px solid #ffffff;
	background: transparent;
	padding: 0 85px 6px 35px;
	box-shadow: none;
	border-radius: 36px;
	-webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	-ms-border-radius: 36px;
	-o-border-radius: 36px;
}

.banner-section .banner-searchbox .searchbox-field .form-control::-webkit-input-placeholder { color: #ffffff; }
.banner-section .banner-searchbox .searchbox-field .form-control::-moz-placeholder { color: #ffffff; }
.banner-section .banner-searchbox .searchbox-field .form-control:-ms-input-placeholder { color: #ffffff; }
.banner-section .banner-searchbox .searchbox-field .form-control:-o-placeholder { color: #ffffff; }

.banner-section .banner-searchbox .searchbox-field .btn-search {
	position: absolute;
	right: 37px;
	top: 50%;
	font-size: 25px;
	line-height: 100%;
	color: #ffffff;
	padding: 0;
	border: none;
	min-width: initial;
	background: transparent;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.banner-section .banner-searchbox .searchbox-field .btn-search:hover {
	color: #CC9933;
}

.banner-slider {
	overflow: hidden;
}

.banner-carousel {
	opacity: 0;
}

.banner-carousel .slick-dots {
	flex-direction: column;
	position: absolute;
	right: 80px;
	top: 50%;
	margin: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.banner-carousel .slick-dots li {
	margin: 14px 0;
}

.banner-carousel .slick-dots li:first-child {
	margin-top: 0;
}

.banner-carousel .slick-dots li:last-child {
	margin-bottom: 0;
}

.banner-carousel .slick-dots li:before {
	background: #ffffff;
}

.banner-carousel.slick-initialized {
	opacity: 1;
}

.banner-carousel .banner-block {
	position: relative;
}
/* banner */

/* transfer-services */
.transfer-services-section {
	padding-top: 60px;
	padding-bottom: 30px;
	margin: 10px 0;
}

.transfer-service-block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px;
}

.transfer-service-block > * {
	flex: 1 0 0;
	max-width: 100%;
}

.transfer-service-block .service-icon {
	flex: 0 0 auto;
	width: 127px;
	height: 127px;
	overflow: hidden;
	margin-right: 15px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.transfer-service-block .service-icon * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.transfer-service-block .service-title {
	font-family: 'Playfair Display',  sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 130%;
	color: #CC9933;
	margin-bottom: 20px;
}	

.transfer-service-block .service-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.transfer-service-block .service-title a {
	text-decoration: none;
}

.transfer-service-block .service-title a:hover {
	color: #ffffff;
}

.transfer-service-block .service-detail .detail {
	font-size: 12px;
	line-height: 170%;
	color: #ffffff;
}

.transfer-service-block .service-detail .detail *:last-child {
	margin-bottom: 0;
}
/* transfer-services */

/* all-type-cars */
.all-type-cars-section {
	padding-top: 60px;
	padding-bottom: 100px;
}

.all-type-cars-section .main-detail {
	margin: 50px 0;
}

.all-type-cars-section .download-pdf-quote-buttons {
	overflow: hidden;
	margin: 35px -30px 0;
}

.all-type-cars-section .download-pdf-quote-buttons .btn {
	min-width: 350px;
	margin: 0 30px 20px;
}

.all-type-cars-carousel {
	opacity: 0;
}

.all-type-cars-carousel.slick-initialized {
	opacity: 1;
}

.all-type-cars-carousel .slick-arrow.slick-prev {
	left: -45px;
}

.all-type-cars-carousel .slick-arrow.slick-next {
	right: -45px;
}

.all-type-cars-carousel .slick-track {
	display: flex;
	justify-content: center;
}

.all-type-cars-carousel .slick-list {
	margin: 0 -18px;
}

.all-type-cars-carousel .slick-slide {
	height: inherit;
	padding: 0 18px;
}

.all-type-cars-block {
	background: #ffffff;
	padding: 12px 62px 37px;
	border: 2px dashed rgba(0, 0, 0, 0.10);
	height: calc(100% - 40px);
	margin-bottom: 40px;
}

.all-type-cars-block .all-type-cars-image {
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	/*padding: 10px;*/
	margin-bottom: 12px;
}
/*
.all-type-cars-block .all-type-cars-image * {
	max-height: 186px;
}*/
.all-type-cars-block .all-type-cars-image img{width: 100%;height: auto;max-height: 100%;}

.all-type-cars-block .all-type-cars-detail .car-modal-name {
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
	color: #CC9933;
	margin-bottom: 10px;
}

.all-type-cars-block .all-type-cars-detail .car-modal-name *:last-child {
	margin-bottom: 0;
}

.all-type-cars-block .all-type-cars-detail > .detail {
	font-size: 16px;
	line-height: 170%;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	margin-bottom: 25px;
}

.all-type-cars-block .car-inside-services {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 -8px;
}

.all-type-cars-block .car-inside-services > * {
	flex: 0 0 auto;
	max-width: 100%;
	width: 33.33333333%;
	padding: 0 8px;
}

.all-type-cars-carousel .professional-carousel .slick-list {
	margin: 0 0;
}

.all-type-cars-carousel .professional-carousel .slick-slide {
	height: inherit;
	padding: 0 0;
}

.all-type-cars-block .car-inside-services .car-inside-block {
	margin-bottom: 20px;
	border: 2px solid rgba(0, 0, 0, 0.10);
	text-align: center;
	padding: 18px;
}

.all-type-cars-block .car-inside-services .car-inside-block .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 20px;
	margin-bottom: 6px;
}

.all-type-cars-block .car-inside-services .car-inside-block .icon * {
	max-height: 20px;
}

.all-type-cars-block .car-inside-services .car-inside-block .detail {
	font-size: 14px;
	line-height: 194%;
	color: #011500;
}

.all-type-cars-block .car-inside-services .car-inside-block .detail *:last-child {
	margin-bottom: 0;
}

.all-type-cars-block .car-booknow-button {
	margin-top: 10px;
}

.all-type-cars-block .car-booknow-button .btn {
	width: 100%;
}
/* all-type-cars */

/* premier-tours-irealand */
.premier-tours-irealand-section {
	padding: 150px 0;
}
/* premier-tours-irealand */

/* chauffeur-services */
.chauffeur-services-section {
	padding-top: 60px;
	padding-bottom: 85px;
}

.chauffeur-services-section .services-booking-button {
	margin-top: 30px;
}
/* chauffeur-services */

/* premium-service */
.premium-service-section {
	padding: 63px 0 50px;
}

.premium-service-section .premium-service-main-title {
	margin-bottom: 70px;
}

.premium-service-section .premium-service-main-title .section-title {
	margin-bottom: 0;
}

.premium-service-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -15px;
}

.premium-service-list > * {
	flex: 0 0 auto;
	width: 20%;
	padding: 0 15px;
	border-right: 1px dashed rgba(255, 255, 255, 0.25);
	margin-bottom: 40px;
}

.premium-service-list > *:nth-child(5n) {
	border: none;
}

.premium-service-list > *:last-child {
	border: none !important;
}

.premium-service-block {
	color: #ffffff;
	text-align: center;
}

.premium-service-block .service-icon {
	height: 58px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.premium-service-block .service-icon * {
	max-height: 58px;
}

.premium-service-block .service-detail *:last-child {
	margin-bottom: 0;
}

.premium-service-block .service-detail a {
	color: inherit;
}

.premium-service-block .service-detail a:hover {
	color: #CC9933;
}
/* premium-service */

/* travel-luxury */
.travel-luxury-section {
	padding: 130px 0;
}

.travel-luxury-section .travel-luxury-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.travel-luxury-section .travel-luxury-content > * {
	flex: 1 0 0;
	max-width: 100%;
}

.travel-luxury-section .travel-luxury-content .travel-luxury-main-detail {
	flex: 0 0 auto;
	width: 492px;
	margin-right: 25px;
}

.travel-luxury-section .travel-luxury-content .travel-luxury-image * {
	width: 100%;
}
/* travel-luxury */

/* destination-comfort */
.destination-comfort-section {
	position: relative;
	z-index: 9;
	padding: 155px 0;
}
/* destination-comfort */

/* our-customers */
.our-customers-section {
	padding-top: 79px;
	padding-bottom: 45px;
}

.our-customers-section .our-customers-main-title {
	margin-bottom: 65px;
}

.our-customers-carousel {
	opacity: 0;
}

.our-customers-carousel.slick-initialized {
	opacity: 1;
}

.our-customers-carousel .slick-dots {
	margin-top: 35px;
}

.our-customers-carousel .slick-track {
	display: flex;
	justify-content: center;
}

.our-customers-carousel .slick-list {
	margin: 0 -15px;
	padding: 0 !important;
}

.our-customers-carousel .slick-slide {
	height: inherit;
	padding: 0 15px;
}

.our-customers-carousel .slick-slide .our-customers-block {
	position: relative;
	padding-bottom: 65px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.our-customers-carousel .slick-slide .our-customers-block:after {
	position: absolute;
	content: "";
	left: 50%;
	top: 100%;
	margin-top: 7px;
	width: 230px;
	height: 2px;
	background: rgba(0, 0, 0, 0.05);
	opacity: 0;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.our-customers-carousel .slick-slide.slick-current .our-customers-block {
	background: #F5F5F5;
}

.our-customers-carousel .slick-slide.slick-current .our-customers-block:after {
	opacity: 1;
}

.our-customers-block {
	position: relative;
	text-align: center;
	padding: 35px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.our-customers-block:before {
	display: inline-flex;
	position: relative;
	content: "";
	width: 60px;
	height: 40px;
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='60' height='41' viewBox='0 0 60 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.0758 38.6104H40.0758C40.6358 38.6104 41.1158 38.437 41.5158 38.0904C41.8625 37.797 42.2225 37.3037 42.5958 36.6104L52.5958 5.09035C52.8358 4.15702 52.8091 3.37035 52.5158 2.73035C52.2225 2.09035 51.7425 1.77035 51.0758 1.77035H37.4358C36.7691 1.77035 36.2491 1.93702 35.8758 2.27035C35.5025 2.60369 35.1825 3.15702 34.9158 3.93035L28.2758 35.4104C28.0091 36.3437 28.0425 37.1104 28.3758 37.7104C28.7091 38.3104 29.2758 38.6104 30.0758 38.6104ZM2.07579 38.6104H12.0758C12.6358 38.6104 13.1158 38.437 13.5158 38.0904C13.8625 37.797 14.2225 37.3037 14.5958 36.6104L24.5958 5.09035C24.8358 4.15702 24.8091 3.37035 24.5158 2.73035C24.2225 2.09035 23.7425 1.77035 23.0758 1.77035H9.27579C8.60912 1.77035 8.08912 1.93702 7.71579 2.27035C7.34246 2.60369 7.02246 3.15702 6.75579 3.93035L0.0757895 35.4104C-0.0842105 36.3437 0.00912281 37.1104 0.355789 37.7104C0.702456 38.3104 1.27579 38.6104 2.07579 38.6104Z' fill='%23011500'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
	margin-bottom: 8px;
}

.our-customers-block .customers-detail {
	max-width: 350px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.our-customers-block .customers-detail .detail {
	font-size: 18px;
	line-height: 160%;
}

.our-customers-block .customer-name {
	margin-top: 65px;
	font-weight: 500;
	color: #011500;
	font-size: 18px;
	line-height: 160%;
}
/* our-customers */

/* other-companies */
.other-companies-section {
	padding-top: 25px;
	padding-bottom: 45px;
}

.other-companies-list ul {
	display: flex;
	/* flex-wrap: wrap; */
	align-items: center;
	justify-content: center;
	margin: 0 -25px;
	padding: 0;
	list-style-type: none;
}

.other-companies-list ul li {
	display: inline-flex;
	align-items: center;
	margin: 0 25px 25px;
	padding: 0;
	list-style-type: none;
	width: 220px;
}

.other-companies-list ul li a {
	display: inline-flex;
}
/* other-companies */

/* professional-services */
.professional-services-section {
	padding-top: 50px;
	padding-bottom: 50px;
}

.professional-services-section .professional-services-main-title {
	margin-bottom: 70px;
}

.professional-services-section .professional-services-detail {
	margin-bottom: 30px;
}

.professional-services-list {
	padding-top: 30px;
}

.professional-services-part {
	display: flex;
	flex-wrap: wrap;
	background: #011500;
	margin-bottom: 35px;
}

.professional-services-part > * {
	flex: 0 0 auto;
	max-width: 100%;
	width: 50%;
}

.professional-slider {
	overflow: hidden;
}

.professional-carousel {
	position: relative;
	opacity: 0;
	height: 100%;
}

.professional-carousel.slick-initialized {
	opacity: 1;
}

.professional-carousel .slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
}

.professional-carousel .slick-dots li:before {
	background: #ffffff;
}

.professional-carousel .slick-dots li:only-child {
	display: none;
}

.professional-carousel .slick-track {
	display: flex;
	justify-content: center;
	height: 100%;
}

.professional-carousel .slick-list {
	height: 100%;
}

.professional-carousel .slick-slide {
	height: inherit;
}

.professional-carousel .professional-slide-block {
	height: 100%;
}

.professional-carousel .professional-slide-block * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.professional-services-part .professional-main-detail {
	padding: 60px 30px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
}

.professional-services-part .professional-main-detail .sub-main-title {
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	font-style: italic;
	text-transform: capitalize;
	color: #CC9933;
	margin-bottom: 5px;
}

.professional-services-part .professional-main-detail .block-title {
	color: #ffffff;
	margin-bottom: 40px;
}

.professional-services-part .professional-main-detail .extra-small-block-title {
	color: #ffffff;
	margin-bottom: 55px;
}

.professional-services-part .professional-main-detail .professional-detail {
	max-width: 790px;
	width: 100%;
	color: #ffffff;
	margin: 0 auto;
}

.professional-services-part .professional-main-detail .professional-detail p {
	margin-bottom: 35px;
}

.professional-services-part .professional-main-detail .professional-detail a:hover {
	color: #ffffff;
}

.our-vision-mission-part {
	padding-top: 30px;
}

.vision-mission-block {
	margin-bottom: 30px;
}

.vision-mission-block .extra-small-block-title,
.vision-mission-block .small-block-title {
	text-align: center;
}
/* professional-services */

/* our-chauffeurs-unique */
.our-chauffeurs-unique-section {
	padding-top: 50px;
	padding-bottom: 50px;
}

.our-chauffeurs-unique-section .chauffeurs-unique-main-title {
	margin-bottom: 40px;
}

.our-chauffeurs-unique-section .chauffeurs-unique-detail {
	padding-bottom: 50px;
}

.our-chauffeurs-unique-section .our-vision-mission-part {
	padding-top: 35px;
	padding-bottom: 70px;
}

.chauffeurs-unique-part {
	padding: 100px 0;
}

.chauffeurs-unique-block {
	margin-bottom: 35px;
}

.chauffeurs-unique-block .chauffeurs-title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 12px;
	margin-bottom: 27px;
}

.chauffeurs-unique-block .chauffeurs-title > * {
	flex: 1 0 0;
	max-width: 100%;
}

.chauffeurs-unique-block .chauffeurs-title .icon {
	flex: 0 0 auto;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
	background: #ffffff;
	box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.08);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.chauffeurs-unique-block .chauffeurs-title .icon * {
	max-height: 50px;
}

.chauffeurs-unique-block .chauffeurs-title .title {
	font-family: 'Playfair Display', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	color: #011500;
}

.chauffeurs-unique-block .chauffeurs-title .title * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.chauffeurs-unique-block .chauffeurs-title .title a {
	text-decoration: none;
}

.chauffeurs-unique-block .chauffeurs-title .title a:hover {
	color: #CC9933;
}
/* our-chauffeurs-unique */

/* tours-of-ireland */
.tours-of-ireland-section .professional-services-list .professional-services-part:nth-child(even) {
	flex-direction: row-reverse;
}

.crafting-exceptional-section {
	position: relative;
	z-index: 9;
	padding: 150px 0;
	margin-bottom: 100px;
}

.crafting-exceptional-section:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000000;
	opacity: 0.25;
	z-index: -1;
}

.crafting-exceptional-section .crafting-exceptional-description {
	position: relative;
	z-index: 9;
}

.crafting-exceptional-section .main-title {
	margin-bottom: 50px;
}

.crafting-exceptional-section .crafting-exceptional-detail .detail {
	font-weight: 500;
	font-size: 28px;
	line-height: 171.429%;
	color: #ffffff;
}

.crafting-exceptional-section .crafting-exceptional-detail .start-planning-button {
	margin-top: 50px;
}
/* tours-of-ireland */

/* tour-itinerary */
.tour-itinerary-section {
	padding: 25px 0;
}

.tour-itinerary-list .tour-itinerary-block:last-child {
	margin-bottom: 0;
}

.tour-itinerary-block {
	margin-bottom: 70px;
}

.tour-itinerary-block .extra-small-block-title {
	margin-bottom: 50px;
}

.tour-itinerary-block .tour-itinerary-detail {
	display: flex;
	flex-wrap: wrap;
}

.tour-itinerary-block .tour-itinerary-detail > * {
	flex: 1 0 0;
	max-width: 100%;
}

.tour-itinerary-block .tour-itinerary-detail .tour-itinerary-image {
	flex: 0 0 auto;
	width: 465px;
	margin-left: 35px;
}

.tour-itinerary-block .tour-itinerary-detail .tour-itinerary-image * {
	width: 100%;
}
/* tour-itinerary */

/* contact-us */
.contact-us-section {
	padding-top: 62px;
	padding-bottom: 62px;
}

.contact-us-section .main-detail {
	margin-bottom: 40px;
}

.contact-us-section .contact-us-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -15px 25px;
}

.contact-us-section .contact-us-list > * {
	flex: 0 0 auto;
	max-width: 100%;
	width: 33.33333333%;
	padding: 0 15px;
	border-right: 1px dashed rgba(0, 0, 0, 0.25);
}

.contact-us-section .contact-us-list > *:nth-child(3n),
.contact-us-section .contact-us-list > *:last-child {
	border: none;
}

.contact-us-section .contact-us-list .contact-us-block {
	height: 100%;
}

.contact-us-section .contact-us-block {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 30px 15px;
}

.contact-us-section .contact-us-block .contact-icon {
	height: 30px;
	margin-bottom: 20px;
}

.contact-us-section .contact-us-block .contact-icon * {
	max-height: 30px;
}

.contact-us-section .contact-us-block .contact-title {
	font-family: 'Playfair Display', sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 136%;
	color: #CC9933;
	margin-bottom: 13px;
}

.contact-us-section .contact-us-block .contact-title * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.contact-us-section .contact-us-block .contact-title a {
	text-decoration: none;
}

.contact-us-section .contact-us-block .contact-title a:hover {
	color: #011500;
}

.contact-us-section .contact-us-block .contact-detail .detail a {
	color: inherit;
}

.contact-us-section .contact-us-block .contact-detail .detail a:hover {
	color: #CC9933;
}

.send-message-block {
	padding-top: 50px;
	padding-bottom: 50px;
}

.send-message-block .small-block-title {
	margin-bottom: 40px;
}
/* contact-us */

/* privacy-policy */
.privacy-policy-section .small-block-title {
	margin-bottom: 65px;
}

.privacy-policy-section .main-detail {
	margin-bottom: 50px;
}
/* privacy-policy */

/* typography */
.typography-section {
	padding-top: 110px;
	padding-bottom: 110px;
}

.typography-section .typography-block {
	margin-bottom: 50px;
}

.typography-section .typography-block .typography-detail {
	padding-left: 35px;
}

.typography-section .typography-block .typography-detail ol,
.typography-section .typography-block .typography-detail ul {
	padding-left: 20px;
}

.typography-section .typography-block .typography-detail ol li a,
.typography-section .typography-block .typography-detail ul li a {
	color: inherit;
}

.typography-section .typography-block .typography-detail ol li a:hover,
.typography-section .typography-block .typography-detail ul li a:hover {
	color: #CC9933;
}

.typography-section .typography-block p {
	margin-bottom: 25px;
}
/* typography */
/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	padding-top: 58px;
	background: url('../images/footer-bg.png') no-repeat #011500;
	background-position: center center;
}

.f-block {
	margin-bottom: 20px;
}

.f-block .f-title {
	position: relative;
	font-family: 'Playfair Display',  sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 120%;
	color: #CC9933;
	border-bottom: 2px solid #ffffff;
	padding-bottom: 15px;
	margin-bottom: 33px;
}

.f-block .f-title:before {
	position: absolute;
	content: "";
	left: 0;
	top: 100%;
	width: 70px;
	height: 2px;
	background: #CC9933;
	z-index: 9;
}

.f-block .f-title * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.f-block .f-title a {
	text-decoration: none;
}

.f-block .f-title a:hover {
	color: #ffffff;
}

.f-block .f-detail {
	font-size: 16px;
	line-height: 170%;
	color: #ffffff;
}

.f-block.f-contact-block .f-contact-list {
	margin-bottom: 35px;
}

.f-block .f-contact-list {
	font-size: 16px;
	line-height: 170%;
	color: #ffffff;
}

.f-block .f-contact-list ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.f-block .f-contact-list ul li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 17px;
	padding: 0 0 0 20px;
	list-style-type: none;
	color: inherit;
}

.f-block .f-contact-list ul li .icon {
	position: absolute;
	left: 0;
	top: 0;
	color: #CC9933;
}

.f-block .f-contact-list ul li a {
	position: relative;
	color: inherit;
	text-decoration: underline;
}

.f-block .f-contact-list ul li a:hover {
	color: #CC9933;
}

.f-block .f-navigation-list {
	font-size: 16px;
	line-height: 170%;
	color: #ffffff;
}

.f-block .f-navigation-list ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.f-block .f-navigation-list ul li {
	display: block;
	margin: 0 0 17px;
	padding: 0;
	list-style-type: none;
	color: inherit;
}

.f-block .f-navigation-list ul li a {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	color: inherit;
}

.f-block .f-navigation-list ul li a:after {
	display: inline-flex;
	align-items: center;
	position: relative;
	content: "\f105";
	font-family: 'FontAwesome6FreeSolid900';
	top: 2px;
	margin-left: 5px;
	font-size: 12px;
	color: #CC9933;
}

.f-block .f-navigation-list ul li.active a,
.f-block .f-navigation-list ul li.current-menu-item a,
.f-block .f-navigation-list ul li.current-menu-parent a,
.f-block .f-navigation-list ul li.current_page_parent a,
.f-block .f-navigation-list ul li a.active,
.f-block .f-navigation-list ul li a.current-menu-item,
.f-block .f-navigation-list ul li a.current-menu-parent,
.f-block .f-navigation-list ul li a.current_page_parent,
.f-block .f-navigation-list ul li a:hover {
	color: #CC9933;
}

.f-bottom {
	padding-top: 15px;
	padding-bottom: 15px;
}

.f-bottom .f-content {
	position: relative;
}

.f-bottom .f-content .f-site-design {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.f-bottom ul {
	display: block;
	flex-wrap: wrap;
	text-align: center;
	margin: 0 -10px;
	padding: 0;
	list-style-type: none;
}

.f-bottom ul li {
	display: inline-block;
	align-items: center;
	margin: 0 10px 15px;
	padding: 0;
	list-style-type: none;
	font-weight: 400;
	font-size: 14px;
	line-height: 170%;
	color: #ffffff;
}

.f-bottom ul li a {
	color: #CC9933;
}

.f-bottom ul li a:hover {
	color: #ffffff;
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/


.chat-message-block {
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 999;
}

.chat-message-block .chat-icon:after {
	display: none;
}

.chat-message-block .chat-icon {
	width: 60px;
	height: 60px;
	background: #CC9933;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	line-height: 100%;
	color: #CC9933;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.chat-message-block .chat-icon:before {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	z-index: 9;
	width: 40px;
	height: 40px;
	background: #ffffff;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.chat-message-block .chat-icon * {
	position: relative;
	z-index: 9;
}

.chat-message-block .chat-icon .close-chat {
	display: none;
}

.chat-message-block .chat-icon.show .selected-chat {
	display: none;
}

.chat-message-block .chat-icon.show .close-chat {
	display: block;
}

.chat-message-block .dropdown-menu {
	min-width: initial;
	width: 100%;
	background: transparent;
	border: none;
	box-shadow: none;
	margin: 0 0 15px !important;
	padding: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.chat-message-block .dropdown-menu li {
	text-align: center;
	margin: 10px 0;
}

.chat-message-block .dropdown-menu li:first-child {
	margin-top: 0;
}

.chat-message-block .dropdown-menu li:last-child {
	margin-bottom: 0;
}

.chat-message-block .dropdown-menu li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	font-size: 22px;
	line-height: 125%;
	padding: 0;
	color: #ffffff;
	background: #CC9933;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.chat-message-block .dropdown-menu li.active a,
.chat-message-block .dropdown-menu li a.active,
.chat-message-block .dropdown-menu li a:hover {
	background: #155724;
}

.video-block{
	width: 100%;
	height: 575px;
}
.video-youtube{
	width: 100%;
	height: 575px;
}
.video-container{
    position: relative;
}
.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;    
}
#circle-play-b {
    cursor: pointer;
    pointer-events: auto;
}
.play-button-wrapper svg {
    width: 100px;
    height: 100px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer;
    background-color: rgba(black, 0.2);
    border-radius: 50%;
    opacity: 0.9;
}