/* - Header Scroll - Start */
/* - Header Scroll */
.header-scroll {
	background-color: #fff;
	box-shadow: 0 5px 150px 0 rgb(0 0 0 / 10%);
	z-index: 11;
	position: relative;
}

/* - Top Bar */
.header-scroll .top-bar {
	padding: 11px 15px;
}
.header-scroll .top-bar .menu-switch {
	border: 1px solid transparent;
	padding: 9px 10px;
	border-radius: 2px;
	font-size: 16px;
	cursor: pointer;
}
.header-scroll .top-bar .menu-switch:hover {
	border-color: #000;
}
.header-scroll .top-bar .logo-block a {
	color: #000;
	font-family: var(--title-font-family);
    letter-spacing: .3px;
    font-weight: 600;
	font-size: 1.75rem;
    line-height: 2.125rem;
}
.header-scroll .top-bar .btn-block > a {
	background: #393939;
    border: 1px solid #393939;
    color: #fff;
	display: inline-block;
	font-size: .875rem;
    letter-spacing: .5px;
    line-height: 1.42857;
	padding: 14px 66px;
    text-transform: uppercase;
}
/* - Ownavigation */
.header-scroll .ownavigation {
	border-top: 1px solid #c9c9c9;
	padding: 0;
	z-index: 9;
}
.header-scroll .ownavigation .navbar-nav li a {
	color: #000;
	font: normal .6875rem/1.0625rem Verdana,Geneva,sans-serif;
	padding: 20px 0;
	text-transform: uppercase;
}
.header-scroll .ownavigation .navbar-nav > li > a.active, 
.header-scroll .ownavigation .navbar-nav > .active > a, 
.header-scroll .ownavigation .navbar-nav > .active > a:focus, 
.header-scroll .ownavigation .navbar-nav > .active > a:hover, 
.header-scroll .ownavigation .navbar-nav > li:hover > a, 
.header-scroll .ownavigation .navbar-nav > li > a:focus, 
.header-scroll .ownavigation .navbar-nav > li > a:hover {
	color: #000;
}
/* - min-width: 992 */
@media (min-width: 992px) {
	/* - Header Scroll */
	.header-scroll .menu-switch span {
		display: none;
	}
	.header-scroll .ownavigation .navbar-brand {
		display: none;
	}
	.header-scroll .ownavigation .navbar-nav {
		margin: 0 auto;
	}
	.header-scroll .ownavigation .navbar-nav li {
		position: relative;
		padding-left: 15px;
		padding-right: 15px;
	}
	.header-scroll .ownavigation .navbar-nav > li + li::before {
		background-color: #c9c9c9;
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		height: 17px;
		top: 50%;
		transform: translate(0%, -50%);
		-webkit-transform: translate(0%, -50%);
		-moz-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		width: 2px;
	}
	.header-scroll .ownavigation .navbar-nav > li > a {
		padding-bottom: 20px;
		padding-top: 20px;
		position: relative;
	}
	.header-scroll .ownavigation .navbar-nav > li > a::before {
		background-color: #393939;
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 4px;
		opacity: 0;
	}
	.header-scroll .ownavigation .navbar-nav > li > a.active::before, 
	.header-scroll .ownavigation .navbar-nav > .active > a::before, 
	.header-scroll .ownavigation .navbar-nav > .active > a:focus::before, 
	.header-scroll .ownavigation .navbar-nav > .active > a:hover::before, 
	.header-scroll .ownavigation .navbar-nav > li:hover > a::before, 
	.header-scroll .ownavigation .navbar-nav > li > a:focus::before, 
	.header-scroll .ownavigation .navbar-nav > li > a:hover::before {
		opacity: 1;
	}
}

/* - max-width: 991 */
@media (max-width: 991px) {
	/* - Header Scroll */
	.header-scroll .top-bar .menu-switch {
		font-weight: 700;
		font-size: 24px;
		padding: 0;
		display: flex;
		align-items: center;
	}
	.header-scroll .top-bar .menu-switch > span {
		font-size: 18px;
		margin-left: 10px;
	}
	.header-scroll .top-bar .btn-block > a {
		padding: 10px 20px;
	}
	.header-scroll .navbar-brand {
		max-width: 150px;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.header-scroll .ownavigation .navbar-toggler,
	.header-scroll .ownavigation .navbar-toggler:hover {
		color: #393939;
	}
}
/* - Header Scroll - End */

/* - Page Header - Start */
/* - Contact Info */
.contact-info {
    font-weight: 600;
	letter-spacing: .5px;	
    font-size: 12px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.contact-info ul {
	padding: 0;
	margin-bottom: 0;
}
.contact-info ul li {
	margin: 15px 0;
    border-right: 1px solid #c9c9c9;
    display: inline-block;
    padding: 0 12px;
    line-height: 1.625em;
}
.contact-info ul li:last-child {
    border-right: 0;
}
.contact-info ul li a {
	color: #393939;
}
.contact-info p {
	font-size: 12px;
    line-height: 18px;
}
.contact-info p a {
	color: #393939;
	text-decoration: underline;
}
/* - Page Header - End */

/* - Slider Section - Start */
.slider-section {
	direction: ltr;
}
.slider-section .container,
.slider-section .main-slider {
	display: none;
}
.slider-section .container {
	max-width: 1440px;
}
.slider-section .container .logo-on-banner {
	display: inline-block;
    position: absolute;
    bottom: 90px;
	left: var(--bs-gutter-x,.75rem);
	z-index: 1;
}
.slider-section .container .gallery-popup-button {
	background-color: rgba(0,0,0,.8);
	bottom: 0;
    color: #fff;
	font-size: .75rem;
	padding: 10px;
    letter-spacing: .5px;
	left: var(--bs-gutter-x,.75rem);
	right: var(--bs-gutter-x,.75rem);
	position: absolute;
	cursor: pointer;
}
.slider-section .container .gallery-popup-button i {
	margin-left: 8px;
	vertical-align: middle;
}
.slider-section .slide_counter {
	justify-content: center;
	align-items: center;
	display: flex;
}
.slider-section .slide_counter > span {
	padding: 10px 2px;
    font-size: .75em;
    font-weight: 700;
}
.slider-section .slide_counter > span.line {
	height: 3px;
    background-color: #393939;
    width: 100px;
    padding: 0;
}

/* - Slider Arrow */
.slider-section .main-slider .slide-arrow,
.main-slider-gallery .slide-arrow {
	background-color: rgba(0,0,0,0.6);
	border-radius: 50%;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	margin-top: -15px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	display: flex;
	z-index: 1;
}
.slider-section .main-slider .slide-arrow.prev-arrow,
.main-slider-gallery .slide-arrow.prev-arrow {
	left: 40px;
}
.slider-section .main-slider .slide-arrow.next-arrow,
.main-slider-gallery .slide-arrow.next-arrow {
	right: 40px;
}

/* - Popup */
.modal-dialog {
    max-width: 975px;
    width: 100%;
	padding: .5rem;
	margin-left: auto;
	margin-right: auto;
}
.modal-content {
	box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}
.modal-content .btn-close {
	padding: 25px;
    color: #fff;
	font-size: 18px;
    font-weight: 700;
	line-height: 1;
    text-shadow: none;
    opacity: 1;
    background: #393939;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
	position: absolute;
	right: 0;
	top: 0;
}
.modal-body {
	padding: 0;
}
.gallery-thumbs-container {
	margin: 15px;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    height: 110px;
    white-space: nowrap;
}
.gallery-thumbs-container .thumbs-category-holder {
	position: relative;
    display: inline-block;
    margin-right: 30px;
}
.gallery-thumbs-container .thumb-category-title {
    display: block;
    font-size: .75rem;
    letter-spacing: .5px;
    color: #000;
    padding-left: 3px;
}
.thumbs-category-holder ul {
    list-style-type: none;
    white-space: nowrap;
    display: block;
    margin: 0;
	padding: 0;
}
.thumbs-category-holder ul li {
    display: inline-block;
}
.thumbs-category-holder ul li a {
    position: relative;
    display: block;
    width: 100%;
    border: 3px solid transparent;
    background: none;
    opacity: .8;
    transition: all .2s ease-in-out;
}
.thumbs-category-holder ul li a.active, 
.thumbs-category-holder ul li a:focus, 
.thumbs-category-holder ul li a:hover {
    opacity: 1;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    border: 3px solid #393939;
}
.thumbs-category-holder ul li img {
    width: 99px;
    height: 69px;
}
.loader-backdrop {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: hsla(0,0%,100%,0.5);
    display: none;
}

/* - max-width: 767 */
@media (max-width: 767px) {
	.slider-section .container .logo-on-banner {
		bottom: 50px;
	}
	.slider-section .container .logo-on-banner svg {
		max-width: 50px;
	}
	
	/* - Slider Arrow */
	.slider-section .main-slider .slide-arrow,
	.main-slider-gallery .slide-arrow {
		width: 30px;
		height: 30px;
	}
	.slider-section .main-slider .slide-arrow.prev-arrow,
	.main-slider-gallery .slide-arrow.prev-arrow {
		left: 15px;
	}
	.slider-section .main-slider .slide-arrow.next-arrow,
	.main-slider-gallery .slide-arrow.next-arrow {
		right: 15px;
	}
}
/* - Slider Section - End */

/* - Welcome Section - Start */
.welcome-section {
	padding-top: 50px;
}
.welcome-section .title-block,
.welcome-section .content-box {
	padding-left: 40px;
	padding-right: 40px;
}
.welcome-section .title-block > h4 {
	letter-spacing: .3px;
    font-size: 2.5em;
	font-weight: 500;
	font-style: italic;
	color: #000;
	margin-bottom: 0;
}
.welcome-section .content-box > p {
	line-height: 1.42857143;
	margin-bottom: 0;
}
.welcome-section .welcome-more-text {
	margin-top: 53px;
	margin-right: -14px;
    margin-left: -14px;
}
.welcome-section .welcome-more-text .card {
	border: none;
	border-radius: 0;
	padding: 20px 45px 0;
}
.welcome-section .welcome-more-text .card:focus {
	border: 1px solid #000;
	border-bottom: 2px solid #000;
}
.welcome-section .welcome-more-text .card > p {
	margin-bottom: 10px;
}
.welcome-section .welcome-more-text button  {
	background-color: transparent;
	border: none;
	box-shadow: none;
	color: #393939;
	font-size: .75rem;
	font-weight: 500;
    letter-spacing: .5px;
    line-height: 1.33333;
	padding: 3px 5px;
	display: contents;
	margin: 10px auto;
	text-transform: uppercase;
}
.welcome-section .welcome-more-text button:focus {
	outline: 2px solid #bb5c19;
    outline-offset: 2px;
}
.welcome-section .welcome-more-text button.collapsed .more-text {
	display: block;
}
.welcome-section .welcome-more-text button .more-text,
.welcome-section .welcome-more-text button.collapsed .less-text {
	display: none;
}
.welcome-section .welcome-more-text button .less-text {
	display: block;
}
/* - Welcome Section - End */

/* - All Safe Section - Start */
.all-safe-section {
	padding-bottom: 5px;
    padding-top: 60px;
}
.all-safe-section .safe-logo,
.all-safe-section .content-box {
	padding-left: 40px;
	padding-right: 40px;
}
.all-safe-section .safe-logo {
	padding-bottom: 18px;
	padding-top: 18px;
}
.all-safe-section .safe-logo svg {
	max-width: 139px;
	margin: 0 auto;
}
/* - All Safe Section - End */

/* - Accommodation Section - Start */
.accommodation-section .container::before {
	background-color: #fff;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 980px;
	margin: 0 auto;
}
.accommodation-section .nav-tabs {
	border-bottom: 1px solid #c9c9c9;
	justify-content: center;
	display: flex;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}
.accommodation-section .nav-tabs li {
	margin-left: 20px;
	margin-right: 20px;
}
.accommodation-section .nav-tabs li .nav-link {
	display: inline-block;
    position: relative;
    color: #737373;
	font-family: var(--title-font-family);
	font-style: italic;
	letter-spacing: 1px;
    border: 0;
    font-weight: 700;
    padding: 12px 20px 20px;
    margin: 0;
}
.accommodation-section .nav-tabs li .nav-link::after {
    background-color: #393939;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.accommodation-section .nav-tabs li .nav-link.active {
	color: #000;
}
.accommodation-section .nav-tabs li .nav-link.active::after {
	width: 100%;
}
.accommodation-carousel .slick-list {
	padding-top: 25px;
    padding-bottom: 25px;
}
.accommodation-section .item-box {
	margin-left: 25px;
	margin-right: 25px;
}
.accommodation-section .content-box {
	background-color: #fff;
	box-shadow: 0 0 20px #c9c9c9;
    -webkit-box-shadow: 0 0 20px #c9c9c9;
	max-width: 360px;
	padding-bottom: 20px;
	display: block;
	margin: 0 auto;
}
.accommodation-section .content-box figure {
	position: relative;
	margin-bottom: 0;
}
.accommodation-section .content-box figure > span {
	color: #393939;
    font-weight: 700;
    font-size: .75rem;
    text-transform: uppercase;
    position: absolute;
    bottom: 17px;
	left: 20px;
    background: #fff;
    padding: 3px 10px;
    min-width: 80px;
    text-align: center;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
}
html[dir="rtl"] .accommodation-section .content-box figure > span {
	left: auto;
	right: 20px;
}
.accommodation-section .content-box .info-box {
	padding: 30px 20px 3rem;
}
.accommodation-section .content-box .info-box > h4 {
	font-weight: 600;
    font-size: 1.5625rem;
    color: #000;
    margin-bottom: 20px;
}
.accommodation-section .content-box .btn-block {
	padding-left: 20px;
	padding-right: 20px;
}
.accommodation-section .content-box .btn-block > span {
    border-bottom: 4px solid #393939;
	display: inline-block;
    color: #393939;
    font-size: .75rem;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 1.33333;
    margin-top: 5px;
    padding: 3px 0;
    text-transform: uppercase;
	cursor: pointer;
}
.accommodation-section .content-box .btn-block > a {
	display: inline-block;
	background-color: #393939;
    border: 1px solid #393939;
    color: #fff;
    font-size: .875rem;
    letter-spacing: .5px;
    line-height: 1.42857;
    padding: 12px 10px;
    text-transform: uppercase;
	margin-left: auto;
	margin-right: 0;
}
.accommodation-section .content-box .btn-block > a:hover {
	background-color: transparent;
	color: #393939;
}
.accommodation-carousel .slick-prev::before, 
.accommodation-carousel .slick-next::before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	color: #000;
}
.accommodation-carousel .slick-prev::before {
	content: "\f053";
}
.accommodation-carousel .slick-next::before {
	content: "\f054";	
}
.accommodation-section .slide_counter {
	justify-content: center;
	display: flex;
	align-items: center;
}
.accommodation-section .slide_counter > span {
	padding: 10px 2px;
    font-size: .75em;
    font-weight: 700;
}
.accommodation-section .slide_counter > span.line {
	height: 3px;
    background-color: #393939;
    width: 100px;
    padding: 0;
}
.accommodation-section .btn-block {
	margin-top: 30px;
}
.accommodation-section .btn-block a {
	margin-top: 10px;
    border-bottom: 4px solid #393939;
    color: #393939;
    font-size: .75rem;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 1.33333;
    padding: 3px 5px;
    text-transform: uppercase;
	position: relative;
}
.accommodation-section .discount {
	display: block;	
    margin-bottom: 15px;
}
.accommodation-section .discount > span {
	font-size: .725rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #393939;
    letter-spacing: .5px;
}
.offer-section .container::before {
	display: none;
}
/* - max-width: 1199 */
@media (max-width: 1199px) {
	/* - Accommodation Section */
	.accommodation-section .content-box .btn-block > span,
	.accommodation-section .content-box .btn-block > a {
		width: 100%;
		text-align: center;
	}
	.accommodation-carousel .slick-prev {
		left: 0;
		z-index: 1;
	}
	.accommodation-carousel .slick-next {
		right: 0;
	}
}
/* - Accommodation Section - End */

/* - Info Section - Start */
.info-section .container {
	max-width: 1440px;
}
.info-section .map-block iframe {
	width: 100%;
	height: 500px;
}
.info-section .map-block .map-link {
	background-color: #fff;
    padding: 10px;
}
.info-section .map-block .map-link a {
	color: #000;
    text-decoration: underline;
    font-size: .787em;
    letter-spacing: 1px;
    line-height: .975em;
}

.info-accordian .accordion-item:first-of-type,
.info-accordian .accordion-item:first-of-type .accordion-button,
.info-accordian .accordion-item:last-of-type,
.info-accordian .accordion-item:last-of-type .accordion-button {
	border-radius: 0;
}
.info-accordian .accordion-item {
	border: none;
	border-top: 1px solid #c9c9c9;
	background-color: transparent;
	padding: 25px 5px;
}
.info-accordian .accordion-item:last-of-type {
	border-bottom: 1px solid #c9c9c9;
}
.info-accordian .accordion-item .accordion-header {
	font-family: var(--content-font-family);	
}
.info-accordian .accordion-item .accordion-button {
	background-color: transparent;
	box-shadow: none;
	font-size: .9375rem;
    font-weight: 400;
	letter-spacing: 1px;
    line-height: 2.125rem;
	padding: 0;
	color: #393939;
}
.info-accordian .accordion-item .accordion-button .plus {
	display: nonel
}
.info-accordian .accordion-item .accordion-button::after {
	content: "-";
	font-size: 24px;
	width: auto;
	height: auto;
	background: none;
}
.info-accordian .accordion-item .accordion-button.collapsed::after {
	content: "+";	
}
.info-accordian .accordion-item .accordion-button > img {
	margin-right: 28px;
}
.info-accordian .accordion-item .accordion-body {
	padding-left: 60px;
}
.info-accordian .accordion-item .accordion-body p:last-of-type {
	margin-bottom: 0;
}
/* - min-width: 768 */
@media (min-width: 768px) {
	.info-section .map-block {
		padding-left: 30px;
		padding-right: 30px;
	}
}
/* - Info Section - End */

/* - Services Section - Start */
.guest-services .btn-block {
	margin-top: 40px;
}
.guest-services .btn-block a {
	border-bottom: 4px solid #393939;
	color: #393939;
	display: inline-block;
	font-size: .75rem;
	font-weight: 500;
    letter-spacing: .5px;
    line-height: 1.33333;
    padding: 3px 5px 5px;
	text-transform: uppercase;
}
.guest-services .ic-cnt-box::before {
	content: "";
	width: 2px;
    height: 22px;
    background-color: #c9c9c9;
    top: 3px;
    position: absolute;
    right: -1px;
}
.guest-services .ic-cnt-box > i {
	width: 25px;
	height: 25px;
	display: block;
	margin: 0 auto;
}
.guest-services .ic-cnt-box > span {
	display: block;
	margin-top: 25px;
}
/* - min-width: 768 */
@media (min-width: 768px) {
	.guest-services .ic-cnt-box:nth-child(5n+5)::before,
	.guest-services .ic-cnt-box:last-child::before {
		display: none;
	}
}
/* - max-width: 767 */
@media (max-width: 767px) {
	.guest-services .ic-cnt-box:nth-child(4n+4)::before,
	.guest-services .ic-cnt-box:last-child::before {
		display: none;
	}
}
/* - max-width: 575 */
@media (max-width: 575px) {
	.guest-services .ic-cnt-box:nth-child(2n+2)::before,
	.guest-services .ic-cnt-box:last-child::before {
		display: none;
	}
}
/* - Services Section - End */

/* - Image content Section - Start */
.img-content-section .section-header h3 {
	padding-bottom: 0;
	margin-bottom: 10px;
	line-height: 1.1;
}
.img-content-section .section-header h3::before {
	display: none;
}
.img-content-section .section-header p {
	line-height: 1.42857143;
}
.img-content-section .nav-tabs {
	margin-bottom: 40px;
	border: none;
}
.img-content-section .nav-tabs li {
	margin-bottom: 0;
	border-bottom: 1px solid #c9c9c9;
}
.img-content-section .nav-tabs li button {
	border-radius: 0;
	box-shadow: none;
	outline: none;
	color: #737373;
    font-size: .875rem;
	font-style: italic;
	padding: 13px 38px;
	border: none;
	position: relative;
}
.img-content-section .nav-tabs li button::before {
	background-color: #393939;
	bottom: 0;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	opacity: 0;
}
.img-content-section .nav-tabs .nav-link:focus, 
.img-content-section .nav-tabs .nav-link:hover,
.img-content-section .nav-tabs .nav-item.show .nav-link, 
.img-content-section .nav-tabs .nav-link.active {
	background-color: transparent;
	border: none;
	font-weight: 700;
	color: #393939;
}
.img-content-section .nav-tabs li button:hover::before,
.img-content-section .nav-tabs li button.active::before {
	opacity: 1;
}
.img-content-section .img-cnt-box a {
	background-color: #fff;
	box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
	max-width: 326px;
	display: block;
}
.img-content-section .img-cnt-box figure {
	position: relative;
	margin-bottom: 0;
}
.img-content-section .img-cnt-box figure > span {
	background-color: #fff;
	position: absolute;
	left: 20px;
	bottom: 18px;
	color: #393939;
    font-weight: 700;
    font-size: .625rem;
    letter-spacing: .5px;
	padding: 3px 10px;
	text-transform: uppercase;
}
.img-content-section .img-cnt-box .content-box {
	padding: 10px 27px 10px 20px;
}
.img-content-section .img-cnt-box .content-box > h5 {
	margin-bottom: 0;
	font-weight: 500;
    color: #000;
    font-size: 1.25rem;
    display: block;
    line-height: 2rem;
	position: relative;
	padding-right: 20px;
}
.img-content-section .img-cnt-box .content-box > h5::before {
	color: #000;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-size: 22px;
	font-weight: 900;
	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%);
}
.img-content-section .img-cnt-box .content-box > p {
	display: inline-block;
    border: 1px solid #bb5c19;
	color: #bb5c19;
    padding: 4px 10px;
    margin: 0;
    font-size: .75rem;
    line-height: 1.2;
    letter-spacing: .72px;
    text-transform: uppercase;
    font-weight: 500;
}
/* - max-width: 575 */
@media (max-width: 575px) {
	/* - Image content Section */
	.img-content-section .img-cnt-box a {
		margin: 0 auto;
	}
}
/* - Image content Section - End */

/* - Events Section - Start */
.events-section .container::before {
	background-color: #fff;
	content: "";
	max-width: 980px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0 auto;
}
.events-section .event-carousel {
	max-width: 1130px;
	margin: 0 auto;
}
.events-section .event-carousel .content-box {
    background-color: #fff;	
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
	width: 460px;
	align-items: center;
	box-shadow: 0 2px 60px 0 rgb(0 0 0 / 10%);
}
.events-section .event-carousel .content-box .inner-box {
	text-align: center;
	width: 65%;
	margin: 0 auto;
}
.events-section .event-carousel .content-box .inner-box > span {
	text-transform: uppercase;
    color: #393939;
    font-size: .6875rem;
    letter-spacing: 1px;
    font-weight: 700;
}
.events-section .event-carousel .content-box .inner-box > h3 {
	font-size: 2.25rem;
    line-height: 2.75rem;
    font-weight: 500;
	font-style: italic;
	padding-top: 15px;
	margin-bottom: 15px;
}
.events-section .event-carousel .content-box .inner-box > p {
	color: #393939;
    max-height: 280px;
    overflow: auto;
}
.events-section .event-carousel .content-box .inner-box > a {
	display: inline-block;
	border-bottom: 4px solid #393939;
    color: #393939;
	font-size: .75rem;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 1.33333;
    padding: 5px 8px;
    margin-bottom: 15px;
	text-transform: uppercase;
}
.events-section .event-carousel .carousel > button {
	width: auto;
	color: #000;
	font-size: 20px;
	opacity: 1;
}
.events-section .numslide {
    justify-content: center;
    display: flex;
    align-items: center;
	position: relative;
}
.events-section .numslide > span {
	padding: 10px 2px;
    font-size: .75em;
    font-weight: 700;
}
.events-section .numslide > span.line {
	height: 3px;
    background-color: #393939;
    width: 100px;
    padding: 0;
}
/* - min-width: 1366 */
@media (min-width: 1366px) {
	/* - Events Section */
	.events-section .event-carousel .carousel > button {
		top: 50%;
		transform: translate(0%, -50%);
		-webkit-transform: translate(0%, -50%);
		-moz-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		bottom: auto;
	}
	.events-section .event-carousel .carousel > button.carousel-control-prev {
		left: -40px;
	}
	.events-section .event-carousel .carousel > button.carousel-control-next {
		right: -40px;
	}
}
/* - min-width: 992 */
@media (min-width: 992px) {
	/* - Events Section */
	.events-section .event-carousel .content-box {
		position: absolute;
		right: 0;
		top: 10%;
		bottom: 10%;
	}
}
/* - max-width: 991 */
@media (max-width: 991px) {
	/* - Events Section */
	.events-section .event-carousel .content-box {
		margin: -80px auto 30px;
		position: relative;
		z-index: 1;
		padding: 25px 15px;
	}
	.events-section .event-carousel .carousel > button {
		bottom: 0;
		top: auto;
	}
	.events-section .event-carousel .carousel > button.carousel-control-prev {
		left: 25%;
	}
	.events-section .event-carousel .carousel > button.carousel-control-next {
		right: 25%;
	}
}
/* - Events Section - End */

/* - Review Section - Start */
.review-section .review-rating .review-box {
	margin-left: 15px;
}
.review-section .review-rating .review-box p > img {
	max-height: 14px;
}
.review-section .review-rating .review-box p {
	color: #737373;
	margin-bottom: 0;
	font-size: .875rem;
}
.review-section .review-rating .review-box p b {
	color: #393939;
}
.review-carousel {
	max-width: 79%;
    margin: 30px auto;
    padding: 45px;
    box-shadow: 0 2px 60px 0 rgb(0 0 0 / 10%);
}
.review-carousel .review-box h5 {
    padding: 15px;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 700;
	margin-top: 10px;
}
.review-carousel .review-box p {
	font-size: .875em;
}
.review-carousel .carousel > button {
	width: auto;
	color: #000;
	font-size: 20px;
	opacity: 1;
}
.review-section .btn-block a {
	color: #000;
	font-weight: 500;
	font-size: .75rem;
	letter-spacing: .5px;
	line-height: 1.33333;
	margin-top: 5px;
	padding: 3px 5px;
	text-transform: uppercase;
}
/* - min-width: 768 */
@media (min-width: 768px) {
	.review-carousel .carousel > button.carousel-control-prev {
		left: -100px;
	}
	.review-carousel .carousel > button.carousel-control-next {
		right: -100px;
	}
}
/* - max-width: 767 */
@media (max-width: 767px) {
	.review-carousel {
		padding: 30px;
	}
	.review-carousel .carousel > button.carousel-control-prev {
		left: -55px;
	}
	.review-carousel .carousel > button.carousel-control-next {
		right: -55px;
	}
}
/* - Review Section - End */

/* - Newsletter Section - Start */
.newsletter-section .content-box h5 {
	color: #000;
	letter-spacing: .3px;
	font-size: 1.75em;
	font-style: italic;
	line-height: 35px;
	font-weight: 500;
	margin: 0;
}
.newsletter-section form {
	max-width: 19rem;
    width: 100%;
    position: relative;
    margin: 30px auto;
	padding: 15px 0;
	border-bottom: 2px solid #393939;
}
.newsletter-section form .form-control {
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0 0 0 10px;
	font-family: var(--title-font-family);
    font-style: italic;
    font-size: 1em;
    letter-spacing: 0;
    line-height: 18px;
}
.newsletter-section form .btn {
	padding: 0;
	margin: 0;
}
.newsletter-section .social-media p {
	margin-bottom: 20px;
	font-size: .875em;
}
.newsletter-section .social-media ul {
	padding: 0;
	margin-bottom: 0;
	display: flex;
	justify-content: center;
}
.newsletter-section .social-media ul li {
	list-style: none;
	margin-left: 21px;
	margin-right: 21px;
}
.newsletter-section .social-media ul li a {
	font-size: 28px;
	color: #393939;
}
.newsletter-section .social-media ul li a:hover {
	opacity: 0.65;
}
/* - Newsletter Section - End */

/* -  Blog - Start */
.post-box + .post-box {
	margin-top: 50px;
}
.post-box .post-cover {
	margin-bottom: 25px;
}
.post-box iframe {
	width: 100%;
}
.post-box .post-cover > a {
	display: inline-block;
	max-width: 100%;
}
.post-box .post-cover > a > img  {
	border-radius: 5px;
}
.post-box .post-meta {
	display: inline-block;
	font-size: 14px;
	width: 100%;
	margin-bottom: 25px;
}
.post-box .post-meta > span {
	display: inline-block;
	line-height: 1.2;
	margin-right: 20px;
}
html[dir="rtl"] .post-box .post-meta > span {
	margin-left: 20px;
	margin-right: 0;
}
.post-box .post-meta > span:last-child {
	margin-right: 0;
}
.post-box .post-meta > span > i,
.post-box .post-meta > span a > i {
	margin-right: 10px;
}
html[dir="rtl"] .post-box .post-meta > span > i,
html[dir="rtl"] .post-box .post-meta > span a > i {
	margin-left: 10px;
	margin-right: 0;
}
.post-box .entry-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 24px;
}
.post-box .entry-title,
.post-box .entry-title > a {
	color: #000;
}
.post-box .author {
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 20px;
}
.post-box .entry-content {
	margin-bottom: 5px;
}
.post-box > a.read-more {
	background: #393939;
    border: 1px solid transparent;
    color: #fff;
    display: inline-block;
    font-size: .875rem;
    letter-spacing: .5px;
    line-height: 1.42857;
    padding: 14px 26px;
    text-transform: uppercase;
}
.post-box > a.read-more:hover {
	background-color: transparent;
	border-color: #393939;
	color: #393939;
}
.post-box.quote-format {
	border: 3px dashed #393939;
	padding: 61px 55px 60px;
}
.post-box.quote-format blockquote {
	border-left: none;
	font-family: var(--title-font-family);
	font-size: 18px; 
	position: relative;
	padding-left: 120px;
	margin-bottom: 55px;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
}
.post-box.quote-format blockquote > span {
	color: #000;
	display: block;
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 15px;
}
.post-box.quote-format blockquote::before {
	background-color: #393939;
	content: "";
	width: 164px;
	height: 137px;
	position: absolute;
	left: -58px;
	top: -64px;
}
.post-box.quote-format blockquote::after {
	background-image: url("../images/quote-blog.png");
	background-repeat: no-repeat;
	content: "";
	width: 50px;
	height: 38px;
	position: absolute;
	left: 38px;
	top: 10px;
}
.post-box.video-format iframe {
	height: 350px;
}

/* - Blog Details */
.blog-details .post-box .entry-content p {	
	line-break: anywhere;
	line-height: 1.75;
}
.blog-details .post-box .entry-content blockquote {
	background-color: #393939;
	background-image: url("../images/blog-details-quote-icon.png");
	background-position: 10px 10px;
	background-repeat: no-repeat;
	border: none;
	color: #fff;
	font-size: 32px;
	line-height: 1.5;
	padding: 70px 50px;
	border-radius: 6px;
	margin-top: 48px;
}
.blog-details .post-box .entry-content blockquote::before {
	background-image: url("../images/quote-start.png");
	background-position: top;
	content: "";
	width: 16px;
	height: 14px;
	display: inline-block;
	position: relative;
	top: -20px;
}
.blog-details .post-box .entry-content blockquote::after {
	background-image: url("../images/quote-end.png");
	background-position: top;
	content: "";
	width: 16px;
	height: 14px;
	display: inline-block;
	position: relative;
	top: 15px;
	margin-left: 15px;
}
.blog-details .post-box .entry-content ol {
	padding-left: 20px;
	margin-bottom: 0;
	margin-top: 42px;
	padding-right: 20px;
}
.blog-details .post-box .entry-content ol li {	
	line-height: 1.75;
}
.blog-details .post-box .entry-content ol li + li {
	margin-top: 16px;
}
.blog-details .post-box .entry-footer {
	border-top: 1px solid #e8e8e8;
	border-bottom: none;
	display: inline-block;
	width: 100%;
	padding-top: 20px;
	margin-top: 26px;
}
.blog-details .post-box .entry-footer .social-share > span {
	font-weight: 700;
	display: inline-block;
}
.blog-details .post-box .entry-footer .social-share > ul {
	padding: 0;
	margin-left: 15px;
}
.blog-details .post-box .entry-footer .social-share > ul,
.blog-details .post-box .entry-footer .social-share > ul li {
	display: inline-block;
}
.blog-details .post-box .entry-footer .social-share > ul li {
	margin-right: 10px;
}
.blog-details .post-box .entry-footer .social-share > ul li a {
	font-size: 18px;
}
.blog-details .post-box .entry-footer .social-share > ul li a.fb {
	color: #45619d;
}
.blog-details .post-box .entry-footer .social-share > ul li a.twt {
	color: #42c0fb;
}
.blog-details .post-box .entry-footer .social-share > ul li a.skype {
	color: #009ee5;
}
.blog-details .post-box .entry-footer .social-share > ul li a.rss {
	color: #ec9f21;
}
.blog-details .post-box .entry-footer .social-share > ul li a:hover {
	color: #000;
}

/* - Comments Area */
.comments-area {
	max-width: 870px;
	margin-top: 95px;
}
.comments-title {	
	font-size: 18px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

/* - Comment List */
.comment-list {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}
.comment-body {	
    padding: 25px 53px;
	position: relative;
	z-index: 1;
}
.comment-meta .comment-author > img {
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}
html[dir="rtl"] .comment-meta .comment-author > img {
	left: auto;
	right: 0;
}
.comment-meta .comment-author > b.fn {
	color: #000;
	font-family: var(--title-font-family);
	font-size: 16px;
	font-weight: 700;
}
.comment-content {
	margin-top: 5px;
	margin-bottom: 8px;
	position: relative;
}
.comment-content > p {
	line-height: 1.714;
}
.comment-content > p:last-child {
	margin-bottom: 0;
}
.comment-body .comment-footer-meta {
	position: relative;
}
.comment-body .comment-footer-meta > div {
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 5px;
}
.comment-body .comment-footer-meta div a {
	font-size: 13px;
	font-weight: 600;
}
.comment-body .comment-footer-meta div a i {
	display: inline-block;
	margin-right: 5px;
}
html[dir="rtl"] .comment-body .comment-footer-meta div a i {
	margin-left: 5px;
	margin-right: 0;
}
.comment-list .children {
	list-style: none;
	padding-left: 0;
	margin-top: 50px;
}
.comment-list .children.last {
    margin-bottom: 50px;
}
html[dir="rtl"] .comment-list .children {
	padding-right: 0;
}
.comment-list .children > li {
    padding-left: 1.25rem;
}
html[dir="rtl"] .comment-list .children > li {
    padding-left: 0;
    padding-right: 1.25rem;
}

/* - Comment Form */
.comment-respond {
	margin-top: 120px;
}
.comment-respond > h2 {
	color: #000;
	font-family: var(--title-font-family);
	font-size: 24px;
	margin-bottom: 40px;
}
.comment-respond .form-group {
	margin-bottom: 0;
}
.comment-respond .form-group:nth-child(n+3) {
	margin-top: 25px;
}
.comment-respond .form-group label {
	font-weight: 700;
	margin-bottom: 5px;
}
.comment-respond .form-group .form-control {
	background-color: #fff;
	border: 1px solid #f0f2f7;
	border-radius: 0;
	box-shadow: none;
	height: auto;
	line-height: 1.35;
	padding: 10px;
}
.comment-respond .form-group.form-submit .submit {
	background-color: #393939;
	border: 1px solid transparent;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	color: #fff;
	font-family: var(--title-font-family);
	font-size: 16px;
	padding: 14px 30px;
	text-transform: uppercase;
	line-height: 1.3;
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}
.comment-respond .form-group.form-submit .submit:hover {
	background-color: transparent;
	border-color: #393939;
	color: #393939;
}
/* - min-width: 1200 */
@media (min-width: 1200px) {
	/* - Post box */
	.post-box .post-meta > span {
		margin-right: 30px;
	}
	html[dir="rtl"] .post-box .post-meta > span {
		margin-left: 30px;
		margin-right: 0;
	}
}

/* - min-width: 992 */
@media (min-width: 992px) {
	/* - Comment Area */
	.comment-body {
		position: relative;
		padding-left: 165px;
	}
	html[dir="rtl"] .comment-body {
		padding-left: 25px;
		padding-right: 165px;
	}
	.comment-body::before {
		border: 3px dashed #393939;
		border-left: none;
		content: "";
		position: absolute;
		left: 100px;
		right: 0;
		top: 0;
		bottom: 0;
	}
	html[dir="rtl"] .comment-body::before {
		border-left: 3px dashed #393939;
		border-right: none;
		left: 0;
		right: 100px;
	}
	.comment-body::after {
		border-top: 3px dashed #393939;
		content: "";
		position: absolute;
		left: 0;
		width: 105px;
		height: 3px;
		top: 0;
	}
	html[dir="rtl"] .comment-body::after {
		left: auto;
		right: 0;
	}
	.comment-meta::before {
		border-left: 3px dashed #393939;
		content: "";
		left: 48px;
		top: -15px;
		height: 138px;
		position: absolute;
		width: 3px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
	}
	html[dir="rtl"] .comment-meta::before {
		border-left: none;
		border-right: 3px dashed #393939;
		left: auto;
		right: 48px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
	}
	.comment-meta::after {
		border-right: 3px dashed #393939;
		content: "";
		top: 105px;
		width: 3px;
		position: absolute;
		left: 100px;
		bottom: 0;
	}
	html[dir="rtl"] .comment-meta::after {
		left: auto;
		right: 100px;
	}
	.comment-meta .comment-author > img {
		left: 0;
		top: 85px;
	}
	html[dir="rtl"] .comment-meta .comment-author > img {
		left: auto;
		right: 0;
	}
	.comment-body .comment-footer-meta > div {
		margin-right: 20px;
	}
	.comment-body .comment-footer-meta > div:last-child {
		margin-right: 0;
	}
	html[dir="rtl"] .comment-body .comment-footer-meta > div {
		margin-left: 20px;
		margin-right: 0;
	}
	html[dir="rtl"] .comment-body .comment-footer-meta > div:last-child {
		margin-left: 0;
	}
}

/* - max-width: 991 */
@media (max-width: 991px) {
	/* - Blog Details */
	.blog-details .post-box .entry-content blockquote {
		font-size: 30px;
		padding-left: 40px;
		padding-right: 40px;
	}
	/* - Comment Area */
	.comment-body {
		border: 3px dashed #393939;
		padding: 1rem;
	}
	.comment-meta .comment-author > img {
		max-width: 50px;
	}
	.comment-body .comment-meta {
		position: relative;
		padding-left: 4.3125rem;
		padding-top: 0.9rem;
		min-height: 50px;
		margin-bottom: 0.5rem;
	}
	html[dir="rtl"] .comment-body .comment-meta {
		padding-left: 0;
		padding-right: 4.3125rem;
	}
	.comment-list .children > li {
		padding-left: 0.625rem;
	}
	html[dir="rtl"] .comment-list .children > li {
		padding-left: 0;
		padding-right: 0.625rem;
	}
	.comment-body .comment-footer-meta > div {
		margin-right: 10px;
	}
	html[dir="rtl"] .comment-body .comment-footer-meta > div {
		margin-left: 10px;
		margin-right: 0;
	}
	.comment-respond .form-group:nth-child(n+2) {
		margin-top: 25px;
	}
}

/* - max-width: 767 */
@media (max-width: 767px) {
	/* - Post Box */
	.post-box.quote-format { 
		padding: 30px 20px;
		padding-right: 20px;
	}
	.post-box.quote-format blockquote::before {
		width: 130px;
		height: 137px;
		left: -23px;
		top: -33px;
	}
	
	/* - Widget Area */
	.widget-area {
		margin-top: 50px;
	}
}

/* - max-width: 575 */
@media (max-width: 575px) {
	/* - Post Box */
	.post-box .post-meta > span {
		margin-right: 10px; 
	}
	html[dir="rtl"] .post-box .post-meta > span {
		margin-left: 10px;
		margin-right: 0; 
	}
	
	/* - Blog Details */
	.blog-details .post-box .entry-content blockquote {
		font-size: 20px;
		padding-left: 30px;
		padding-right: 30px;
	}
	
	/* - Comment Area */
	.comment-body .comment-meta {
		padding-top: 0.6rem;
	}
	.comment-list .children > li {
		padding-left: 0.3125rem;
	}
	html[dir="rtl"] .comment-list .children > li {
		padding-left: 0;
		padding-right: 0.3125rem;
	}
}
/* -  Blog - End */

/* - FAQ Section - Start */
.faq-section .accordion-item {
	border-color: #dadadd;
	border-left: none;
	border-right: none;
	padding: 15px;
}
.faq-section .accordion-item,
.faq-section .accordion-item .accordion-button {
	background-color: transparent;
}
.faq-section .accordion-item .accordion-header button {
	font-family: var(--title-font-family);
	color: #252339;
	box-shadow: none;
	padding: 15px;
	outline: none;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.75;
	padding: 0;
}
.faq-section .accordion .accordion-item .accordion-button::after {
	background: none;
	content: "\f106";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	transform: none;
	width: auto;
	height: auto;
}
.faq-section .accordion .accordion-item .accordion-button.collapsed::after {
	content: "\f107";
}
.faq-section .accordion-item .accordion-header button:hover {
	color: #002b5b;
}
.faq-section .accordion .accordion-item .accordion-body {
	padding: 10px 0;
}
.faq-section .accordion .accordion-item .accordion-body p {
	margin-bottom: 0;
    color: #3e3d48;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.faq-section .accordion .accordion-item .accordion-body a {
	color: #1264a3;
    text-decoration: underline;
}
.faq-section .accordion .accordion-item .accordion-body ul {
	list-style: inside;
}
.faq-section .accordion .accordion-item .accordion-body ul,
.faq-section .accordion .accordion-item .accordion-body ol {
	margin-bottom: 16px;
	margin-top: 16px;
	padding: 0;
}
.faq-section .accordion .accordion-item .accordion-body ol {
	list-style: decimal inside;
}
.faq-section .accordion .accordion-item .accordion-body ul li::marker,
.faq-section .accordion .accordion-item .accordion-body ol li::marker {
	margin-left: 15px;
}
/* - FAQ Section - End */