/*
	Theme Name: CASABLANCAWP
	Theme URI: 
	Description: 
	Author: 
	Author URI: 
	Version: 1.0
	Tags: threaded-comments, theme-options, sticky-post, full-width-template, flexible-header, featured-images, custom-menu, custom-header, custom-colors, custom-background
	Text Domain: casablancawp
	License: GNU General Public License
	License URI: license.txt
*/

:root {
	--globle-color: #5c5c5c;
	--primary-color: #102d4f;
	--secondary-color: #;
	--accent-color: #F9B603;
	--title-color: #3f4447;
}
body {
	background-color: #f0efeb;
	color: #3f4447;
	font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
	overflow-x: hidden;
}
p:empty {
	display: none;
}
img {
    max-width: 100%;
	height: auto;
}
a {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	color: #3d6475;
}
a,
a:hover {
    outline: 0 !important;
	text-decoration: none;
}
a:hover {
	/* color: #ae9066; */
}
h1,h2,h3,h4,h5,h6,p,a,li,span {
	word-wrap: break-word;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Libre Bodoni", serif;
    line-height: 1.3;
}
h1 {
	font-size: 56px;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 40px;
}
h4 {
	font-size: 36px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 20px;
}

p {
	color: var(--content-color);
}

.accent-color {
	color: var(--primary-color) !important;
}

/* Padding Top */
.pt_0 { padding-top: 0px !important; }
.pt_5 { padding-top: 5px !important; }
.pt_10 { padding-top: 10px !important; }
.pt_15 { padding-top: 15px !important; }
.pt_20 { padding-top: 20px !important; }
.pt_25 { padding-top: 25px !important; }
.pt_30 { padding-top: 30px !important; }
.pt_35 { padding-top: 35px !important; }
.pt_40 { padding-top: 40px !important; }
.pt_45 { padding-top: 45px !important; }
.pt_50 { padding-top: 50px !important; }
.pt_55 { padding-top: 55px !important; }
.pt_60 { padding-top: 60px !important; }
.pt_65 { padding-top: 65px !important; }
.pt_70 { padding-top: 70px !important; }
.pt_75 { padding-top: 75px !important; }
.pt_80 { padding-top: 80px !important; }
.pt_85 { padding-top: 85px !important; }
.pt_90 { padding-top: 90px !important; }
.pt_95 { padding-top: 95px !important; }
.pt_100 { padding-top: 100px !important; }
.pt_105 { padding-top: 105px !important; }
.pt_110 { padding-top: 110px !important; }
.pt_115 { padding-top: 115px !important; }
.pt_120 { padding-top: 120px !important; }
.pt_125 { padding-top: 125px !important; }
.pt_130 { padding-top: 130px !important; }
.pt_135 { padding-top: 135px !important; }
.pt_140 { padding-top: 140px !important; }
.pt_145 { padding-top: 145px !important; }
.pt_150 { padding-top: 150px !important; }
.pt_155 { padding-top: 155px !important; }
.pt_160 { padding-top: 160px !important; }
.pt_165 { padding-top: 165px !important; }
.pt_170 { padding-top: 170px !important; }
.pt_175 { padding-top: 175px !important; }
.pt_180 { padding-top: 180px !important; }
.pt_185 { padding-top: 185px !important; }
.pt_190 { padding-top: 190px !important; }
.pt_195 { padding-top: 195px !important; }
.pt_200 { padding-top: 200px !important; }

/* Padding Bottom */
.pb_0 { padding-bottom: 0px !important; }
.pb_5 { padding-bottom: 5px !important; }
.pb_10 { padding-bottom: 10px !important; }
.pb_15 { padding-bottom: 15px !important; }
.pb_20 { padding-bottom: 20px !important; }
.pb_25 { padding-bottom: 25px !important; }
.pb_30 { padding-bottom: 30px !important; }
.pb_35 { padding-bottom: 35px !important; }
.pb_40 { padding-bottom: 40px !important; }
.pb_45 { padding-bottom: 45px !important; }
.pb_50 { padding-bottom: 50px !important; }
.pb_55 { padding-bottom: 55px !important; }
.pb_60 { padding-bottom: 60px !important; }
.pb_65 { padding-bottom: 65px !important; }
.pb_70 { padding-bottom: 70px !important; }
.pb_75 { padding-bottom: 75px !important; }
.pb_80 { padding-bottom: 80px !important; }
.pb_85 { padding-bottom: 85px !important; }
.pb_90 { padding-bottom: 90px !important; }
.pb_95 { padding-bottom: 95px !important; }
.pb_100 { padding-bottom: 100px !important; }
.pb_105 { padding-bottom: 105px !important; }
.pb_110 { padding-bottom: 110px !important; }
.pb_115 { padding-bottom: 115px !important; }
.pb_120 { padding-bottom: 120px !important; }
.pb_125 { padding-bottom: 125px !important; }
.pb_130 { padding-bottom: 130px !important; }
.pb_135 { padding-bottom: 135px !important; }
.pb_140 { padding-bottom: 140px !important; }
.pb_145 { padding-bottom: 145px !important; }
.pb_150 { padding-bottom: 150px !important; }
.pb_155 { padding-bottom: 155px !important; }
.pb_160 { padding-bottom: 160px !important; }
.pb_165 { padding-bottom: 165px !important; }
.pb_170 { padding-bottom: 170px !important; }
.pb_175 { padding-bottom: 175px !important; }
.pb_180 { padding-bottom: 180px !important; }
.pb_185 { padding-bottom: 185px !important; }
.pb_190 { padding-bottom: 190px !important; }
.pb_195 { padding-bottom: 195px !important; }
.pb_200 { padding-bottom: 200px !important; }

/* Margin Top */
.mt_0 { margin-top: 0px !important; }
.mt_5 { margin-top: 5px !important; }
.mt_10 { margin-top: 10px !important; }
.mt_15 { margin-top: 15px !important; }
.mt_20 { margin-top: 20px !important; }
.mt_25 { margin-top: 25px !important; }
.mt_30 { margin-top: 30px !important; }
.mt_35 { margin-top: 35px !important; }
.mt_40 { margin-top: 40px !important; }
.mt_45 { margin-top: 45px !important; }
.mt_50 { margin-top: 50px !important; }
.mt_55 { margin-top: 55px !important; }
.mt_60 { margin-top: 60px !important; }
.mt_65 { margin-top: 65px !important; }
.mt_70 { margin-top: 70px !important; }
.mt_75 { margin-top: 75px !important; }
.mt_80 { margin-top: 80px !important; }
.mt_85 { margin-top: 85px !important; }
.mt_90 { margin-top: 90px !important; }
.mt_95 { margin-top: 95px !important; }
.mt_100 { margin-top: 100px !important; }
.mt_105 { margin-top: 105px !important; }
.mt_110 { margin-top: 110px !important; }
.mt_115 { margin-top: 115px !important; }
.mt_120 { margin-top: 120px !important; }
.mt_125 { margin-top: 125px !important; }
.mt_130 { margin-top: 130px !important; }
.mt_135 { margin-top: 135px !important; }
.mt_140 { margin-top: 140px !important; }
.mt_145 { margin-top: 145px !important; }
.mt_150 { margin-top: 150px !important; }
.mt_155 { margin-top: 155px !important; }
.mt_160 { margin-top: 160px !important; }
.mt_165 { margin-top: 165px !important; }
.mt_170 { margin-top: 170px !important; }
.mt_175 { margin-top: 175px !important; }
.mt_180 { margin-top: 180px !important; }

/* Margin Bottom */
.mb_0 { margin-bottom: 0px !important; }
.mb_5 { margin-bottom: 5px !important; }
.mb_10 { margin-bottom: 10px !important; }
.mb_15 { margin-bottom: 15px !important; }
.mb_20 { margin-bottom: 20px !important; }
.mb_25 { margin-bottom: 25px !important; }
.mb_30 { margin-bottom: 30px !important; }
.mb_35 { margin-bottom: 35px !important; }
.mb_40 { margin-bottom: 40px !important; }
.mb_45 { margin-bottom: 45px !important; }
.mb_50 { margin-bottom: 50px !important; }
.mb_55 { margin-bottom: 55px !important; }
.mb_60 { margin-bottom: 60px !important; }
.mb_65 { margin-bottom: 65px !important; }
.mb_70 { margin-bottom: 70px !important; }
.mb_75 { margin-bottom: 75px !important; }
.mb_80 { margin-bottom: 80px !important; }
.mb_85 { margin-bottom: 85px !important; }
.mb_90 { margin-bottom: 90px !important; }
.mb_95 { margin-bottom: 95px !important; }
.mb_100 { margin-bottom: 100px !important; }
.mb_105 { margin-bottom: 105px !important; }
.mb_110 { margin-bottom: 110px !important; }
.mb_115 { margin-bottom: 115px !important; }
.mb_120 { margin-bottom: 120px !important; }
.mb_125 { margin-bottom: 125px !important; }
.mb_130 { margin-bottom: 130px !important; }
.mb_135 { margin-bottom: 135px !important; }
.mb_140 { margin-bottom: 140px !important; }
.mb_145 { margin-bottom: 145px !important; }
.mb_150 { margin-bottom: 150px !important; }
.mb_155 { margin-bottom: 155px !important; }
.mb_160 { margin-bottom: 160px !important; }
.mb_165 { margin-bottom: 165px !important; }
.mb_170 { margin-bottom: 170px !important; }
.mb_175 { margin-bottom: 175px !important; }
.mb_180 { margin-bottom: 180px !important; }

/* - Search Collapse */
.search-box {
	position: absolute;
	right: 15px;
	left: 15px;
	top: 100%;
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform-origin: 0 0 0;
	transition: all 0.4s ease-in-out 0s;
	z-index: 101;
}
.container .search-box {
	left: 15px;
	right: 15px;
}
.search-box form {
	width: 100%;
	display: block;
}
.search-box .input-group {
	align-items: center;
}
.search-box form {
	padding: 15px 30px 15px 15px;
}
.search-box form input {
	background-color: transparent;
	box-shadow: none;
	border: none;
	border-radius: 0;
	color: #717171;
	font-size: 1.125rem;
}
.search-box form input:focus {
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	outline: none;
	border-color: #fff;
	color: #717171;
}
.search-box form input::-webkit-input-placeholder {
	color: #717171;
	opacity: 1;
}
.search-box form input:-moz-placeholder { 
	color: #717171;
	opacity: 1;
}
.search-box form input::-moz-placeholder {
	color: #717171;
	opacity: 1;
}
.search-box form input:-ms-input-placeholder {
	color: #717171;
	opacity: 1;
}
.search-box .input-group-btn > .btn {
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #151515;
	cursor: pointer;
	padding: 0;
	outline: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.search-box .input-group-btn > .btn-secondary:not(:disabled):not(.disabled):active,
.search-box .input-group-btn > .btn-secondary:not(:disabled):not(.disabled).active:focus, 
.search-box .input-group-btn > .btn-secondary:not(:disabled):not(.disabled):active:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.search-box .input-group-btn > .btn:hover {
	color: #a1a1a1;
}

/* - Max Width */
.max_width_910 {
	max-width: 910px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* - Boxed View */
.boxed-view {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/* - Main Container */
.bg-gray {
	background-color: #f6f7fb;
}
.bg-darkgray {
	background-color: #f1f0f5;
}
.main-container {
	width: 1920px;
	max-width: 100%;
	margin: 0 auto;
}

/* - Button Style */

/* ========================================================================== */
/* ========================================================================== */
							/* [ + Plugins ] */
/* ========================================================================== */
/* ========================================================================== */
/* ## Site Loader */
.load-complete {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1031;
}
.load-complete > div {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}
.load-complete > div .spinner-grow {
	background-color: #151515;
}

/* - Back To Top */
.back-to-top {
	align-items: center;
	background-color: #222;	
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	display: none;
	height: 34px;
	position: fixed;
	right: 15px;
	text-align: center;
	width: 34px;
	bottom: 25px;
	z-index: 1;
	line-height: 36px;
}
.back-to-top:hover {
	background-color: var(--primary-color);
}

/* ========================================================================== */
/* ========================================================================== */
							/* [ + Plugins Over ] */
/* ========================================================================== */
/* ========================================================================== */

/* ------------------------------------------------------------------------------------------------------------ */
/* ========================================================================== */
/* ========================================================================== */
							/* [ + Elements ] */
/* ========================================================================== */
/* ========================================================================== */

/* - Header - Start */
.header_s .menu-btn > a,
.header_s .inq-btn > a {
	color: #22211d;
	display: inline-block;
}
.header_s .menu-btn > a {
	border-right: 1px solid #dddcd8;
	padding: 15px 20px;
}
.header_s .menu-btn > a i {
	position: relative;
	height: 16px;
	display: flex;
	width: 26px;
	margin: 5px 0 6px;
}
.header_s .menu-btn > a i::before,
.header_s .menu-btn > a i::after {
	content: "";
}
.header_s .menu-btn > a i::after {
	border-top: 1px solid #22211d;
	left: 0;
	right: 0;
	position: absolute;
	margin-top: 7px;
}
.header_s .menu-btn > a i::before {
	content: "";
	border-top: 1px solid #22211d;
	border-bottom: 1px solid #22211d;
	width: 100%;
}
.header_s .inq-btn > a {
	border-left: 1px solid #dddcd8;
	color: #22211d;
	padding: 15px 20px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.9;
}
.header_s .menu-btn > a:hover,
.header_s .inq-btn > a:hover {
	background-color: #cb9c32;
	color: #fff;
}
.header_s .logo-block {
	padding: 10px 0;
}

body:not(.home) .header_s .header_s_inner {
	background-color: #f0efeb;
}
body.home .is-sticky .logo-block img {
	filter: brightness(0) invert(0);
}
body.home .header_s .is-sticky .inq-btn > a {
	border-left: 1px solid #dddcd8;
}
body.home .header_s .is-sticky .menu-btn > a {
	border-right: 1px solid #dddcd8;
}
body.home .header_s .is-sticky .menu-btn > a,
body.home .header_s .is-sticky .inq-btn > a {
  color: #22211d;
}
body.home .header_s .is-sticky .menu-btn > a i::before {
	border-color: #22211d;
}
body.home .header_s .is-sticky .menu-btn > a i::after {
	border-top-color: #22211d;
}
.header_s .is-sticky .header_s_inner {
	background-color: #f0efeb;
	z-index: 999 !important;
	border-bottom: 1px solid #ccc;
}
body.admin-bar .header_s .is-sticky .header_s_inner {
	margin-top: 32px;
}

@media( max-width: 991px ) {	
	body.home .header_s .logo-block img {
		filter: brightness(0) invert(0);
	}
}

/* - min-width: 576 */
@media (min-width: 576px) {
	.header_s .menu-btn > a,
	.header_s .inq-btn > a {
		padding: 35px 40px;
	}
}
/* - max-width: 575 */
@media (max-width: 575px) {
	.header_s .logo-block > a > img {	
		width: 100px;
	}
}
/* - Header - Over */

/* - Menu Block - Start */
.menu-block {
	background-color: #37637c;
	padding-top: 70px;
	position: fixed;
	z-index: 99999;
}
.menu-block #menu_close {
	position: absolute;
	right: 15px;
	top: 15px;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
}
.menu-block .logo-block {
	margin-bottom: 50px;
}
.menu-block .tag-line {
	font-size: 56px;
	font-family: "Libre Bodoni", serif;
	line-height: 1.4;
	font-weight: 500;
}
.menu-block .ownavigation {
	margin-bottom: 50px;
}
.menu-block .ownavigation .navbar-nav > li > a {
	color: #f7c258;
	font-family: "Libre Bodoni", serif;
	font-size: 24px;
	font-weight: 700;
}
/* - min-width: 1200 */
@media (min-width: 1200px) {
	.menu-block .ownavigation .navbar-nav > li {
		margin-left: 33px;
		margin-right: 33px;
	}
	.menu-block .ownavigation .navbar-nav > li + li::before {
		left: -39px;
	}
}
/* - min-width: 992 */
@media (min-width: 992px) {

	.navbar-nav {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
	}
	.navbar-nav > li {
		margin-top: 8px;
		margin-bottom: 8px;
	}

	body.admin-bar .header_position {
		margin-top: 32px;
	}
	.header_position {
		border-bottom: 1px solid rgba(255,255,255,0.5);
		background-color: transparent;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		z-index: 9999;
	}
	.header_s.header_position .menu-btn > a,
	.header_s.header_position .inq-btn > a {
		color: #fff;
	}
	.header_s.header_position .menu-btn > a i::after {
		border-top-color: #fff; 
	}
	.header_s.header_position .menu-btn > a i::before {
		border-color: #fff;
	}
	.header_s.header_position .menu-btn > a {
		border-right: 1px solid rgba(255,255,255,0.5);
	}
	.header_s.header_position .inq-btn > a {
		border-left: 1px solid rgba(255,255,255,0.5);
	}
	body.admin-bar .menu-block {
		margin-top: 32px;
	}
	.menu-block {
		display: flex;
		flex-direction: column;
		height: 100vh;
		/* justify-content: space-between; */
		top: 0;
		left: 0;
		overflow: hidden;
		right: 0;
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.menu-block.active {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
	}
	.menu-block .ownavigation .navbar-nav > li {
		position: relative;
	}
	.menu-block .ownavigation .navbar-nav > li + li::before {
		background-color: #f7c258;
		border-radius: 50%;
		content: "";
		position: absolute;
		left: -39px;
		top: 6px;
		width: 12px;
		height: 12px;
	}
	.menu-block .ownavigation .navbar-nav > li > a {
		padding: 0;
	}
	.menu-block .ownavigation .navbar-nav > li > a.active, 
	.menu-block .ownavigation .navbar-nav > .active > a, 
	.menu-block .ownavigation .navbar-nav > .active > a:focus, 
	.menu-block .ownavigation .navbar-nav > .active > a:hover, 
	.menu-block .ownavigation .navbar-nav > li:hover > a, 
	.menu-block .ownavigation .navbar-nav > li > a:hover {
		
	}
}
/* - min to max: 992 to 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.menu-block .ownavigation .navbar-nav > li {
		margin-left: 23px;
		margin-right: 23px;
	}
	.menu-block .ownavigation .navbar-nav > li + li::before {
		left: -29px;
	}
	.menu-block .ownavigation .navbar-nav > li > a {
		font-size: 22px;
	}
}
/* - max-width: 991 */
@media (max-width: 991px) {
	.menu-block {
		top: 0;
		bottom: 0;
		max-width: 100%;
		right: 0;
		transform: translateX(100%);
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
		left: 0;
	}
	.menu-block.active {
		transform: translateX(0);
	}
	.menu-block .tag-line {
		padding-left: 15px;
		padding-right: 15px;
	}
	.menu-block h1 {
		font-size: 32px;
	}
}
/* - max-width: 767 */
@media (max-width: 767px) {	
	.menu-block h1 {
		font-size: 22px;
	}
}
/* - Menu Block - End */

/* - Recent News - Start */
.theme-blog {
	background-color: #f0efeb;
	padding-top: 100px;
	padding-bottom: 100px;
}
.theme-blog .filters-category {
	text-align: center;
}
.theme-blog .filters-category ul {
	padding: 0;
	list-style: none;
}
.theme-blog .filters-category ul li {
	display: inline-block;
	margin: 5px 15px;
}
.theme-blog .filters-category ul li a {
	color: #163343;
	font-size: 16px;
	position: relative;
	padding-bottom: 3px;
}
.theme-blog .filters-category ul li a::before {
	background-color: #cb9c32;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	width: 0;
}
.theme-blog .filters-category ul li a.active,
.theme-blog .filters-category ul li a:hover {
	color: #cb9c32;
}
.theme-blog .filters-category ul li a.active::before,
.theme-blog .filters-category ul li a:hover::before {
	width: 100%;
}
.theme-blog .post-box {
	background-color: #f8f7f5;
	/* box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.5); */
	max-width: 424px;
	display: block;
	margin: 0 auto;
}
.theme-blog .post-box:hover {
	background-color: #fff;
}
.theme-blog .post-box .post-content {
	padding: 25px 25px 35px;
	border: 3px solid #ddd;
	border-top: 0;
}
.theme-blog .post-box .post-content .post-meta {
	margin-bottom: 10px;
}
.theme-blog .post-box .post-content .post-meta a {
	color: #163343;
	font-weight: 700;
}
.theme-blog .post-box .post-content .post-title,
.theme-blog .post-box .post-content .post-title a {
	color: #535353;
}
.theme-blog .post-box .post-content .post-title {
	line-height: 1.4;
	margin-bottom: 20px;	
}
.theme-blog .post-box .post-footer > a {
	color: #163343;
	font-weight: 700;
}
.theme-blog .post-box .post-footer > a > i {
	margin-left: 15px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.theme-blog .post-box .post-footer > a:hover > i {
	margin-left: 25px;
}
/* - min-width: 992 */
@media (min-width: 992px) {
	.theme-blog .blog-box .post-content .post-title {
		font-size: 26px
	}
}
/* - max-width: 991 */
@media (max-width: 991px) {
	.theme-blog .blog-box .post-content .post-title {
		font-size: 18px
	}
}
/* - Recent News - End */

/* - Blog Details - Start */
.theme-blogdetails .img-box img {
	opacity: 0;
	max-height: 700px;
}
.theme-blogdetails .img-box {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.theme-blogdetails .post-content {
	margin-top: -150px;
}
.theme-blogdetails .post-content .content-box {
	background-color: #fff;
	padding: 60px 30px;
}
.theme-blogdetails .post-content .content-box h3 {
	color: #4d4d4d;
	text-align: center;
	margin-bottom: 30px;
}
.theme-blogdetails .post-content .content-box nav ol {
	justify-content: center;
	text-align: center;
	padding: 0;
	margin-bottom: 30px;
}
.theme-blogdetails .post-content .content-box nav ol li {
	color: #4d4d4d;
	font-weight: 600;
	display: inline-block;
}
.theme-blogdetails .post-content .content-box nav ol li a {
	color: #4d4d4d;
	font-size: 16px;
}
.theme-blogdetails .post-content .content-box .post-meta {
	border-bottom: 1px solid #e3dddd;
	padding-bottom: 30px;
	margin-top: 50px;
}
.theme-blogdetails .post-content .content-box .post-meta .post-author img {
	border-radius: 50%;
}
.theme-blogdetails .post-content .content-box .post-meta .post-author h6 {
	color: #4d4d4d;
	margin-left: 20px;
	line-height: 1.1;
	margin-bottom: 0;
}
.theme-blogdetails .post-content .content-box .post-meta {
	margin-bottom: 50px;
}
.theme-blogdetails .post-content .content-box .post-meta .meta-box {
	display: flex;
	justify-content: space-between;
}
.theme-blogdetails .post-content .content-box .post-meta .meta-box > span {
	margin-right: 20px;
}
.theme-blogdetails .post-content .content-box .post-meta .meta-box > span > b {
	color: #4d4d4d;
	display: block;
}
.theme-blogdetails .post-content .content-box .post-meta .meta-box > span > a {
	color: #4d4d4d;
}
.theme-blogdetails .post-content .content-box h6,
.theme-blogdetails .post-content .content-box > p {
	margin-bottom: 20px;
}
.theme-blogdetails .post-content .content-box h6 {
	color: #485c67;
}
.theme-blogdetails .post-content .post-footer {
	border-top: 1px solid #e3dddd;
	padding-top: 30px;
}
.theme-blogdetails .post-content .post-footer ul {
	padding: 0;
}
.theme-blogdetails .post-content .post-footer ul li {
	display: inline-block;
	margin-right: 5px;
}
.theme-blogdetails .post-content .post-footer ul li a {
	border-radius: 5px;
	display: flex;
	align-items: center;
	padding-right: 10px;
	overflow: hidden;
}
.theme-blogdetails .post-content .post-footer ul li a i {
	color: #fff;
	padding: 10px 12px;
	margin-right: 10px;
}

/* Facebook */
.theme-blogdetails .post-content .post-footer ul li a.fb {
	border: 1px solid #33599a;
	color: #33599a;
}
.theme-blogdetails .post-content .post-footer ul li a.fb i {
	background-color: #33599a;
}

/* Pinterest */
.theme-blogdetails .post-content .post-footer ul li a.pin {
	border: 1px solid #d41b23;
	color: #d41b23;
}
.theme-blogdetails .post-content .post-footer ul li a.pin i {
	background-color: #d41b23;
}

/* Twitter */
.theme-blogdetails .post-content .post-footer ul li a.tw {
	border: 1px solid #0faee5;
	color: #0faee5;
}
.theme-blogdetails .post-content .post-footer ul li a.tw i {
	background-color: #0faee5;	
}

/* LinkedIn */
.theme-blogdetails .post-content .post-footer ul li a.linkedin {
	border: 1px solid #0077b5;
	color: #0077b5;
}
.theme-blogdetails .post-content .post-footer ul li a.linkedin i {
	background-color: #0077b5;
}

/* Reddit */
.theme-blogdetails .post-content .post-footer ul li a.reddit {
	border: 1px solid #ff4500;
	color: #ff4500;
}
.theme-blogdetails .post-content .post-footer ul li a.reddit i {
	background-color: #ff4500;
}

/* Tumblr */
.theme-blogdetails .post-content .post-footer ul li a.tumblr {
	border: 1px solid #35465c;
	color: #35465c;
}
.theme-blogdetails .post-content .post-footer ul li a.tumblr i {
	background-color: #35465c;
}
.tags-dv {
	max-width: 320px;
}

/* - min-width: 1200 */
@media (min-width: 1200px) {
	.theme-blogdetails .post-content .content-box {
		padding-left: 60px;
		padding-right: 60px;
	}
	.theme-blogdetails .post-content .content-box .post-meta .meta-box > span:not(:last-of-type) {
		margin-right: 40px;
	}
}
/* - min-width: 768 */
@media (min-width: 768px) {
	.theme-blogdetails .post-content .content-box .post-meta .meta-box {
		align-items: center;
	}	
}
/* - max-width: 767 */
@media (max-width: 767px) {
	.theme-blogdetails .post-content .content-box .post-meta .post-author {
		margin-bottom: 30px;
	}
	.theme-blogdetails .post-content .content-box .post-meta .meta-box {
		flex-wrap: wrap;
	}
	.theme-blogdetails .post-content .content-box .post-meta .meta-box > span {
		margin-bottom: 15px;
	}
}
/* - Blog Details - End */

/* - Page Header - Start */
.page-header {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 120px;
	padding-bottom: 30px;
	z-index: 1;
}
.page-header::before {
	background-color: rgba(0,0,0,0.25);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.page-header .content-box h5 {
	position: relative;
	font-family: "Libre Bodoni", serif;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-header .content-box h5::before,
.page-header .content-box h5::after {
	background-color: #fff;
	height: 1px;
	content: "";
	flex: 1%;
	margin: 0 25px;
	width: 100%;
}
.page-header .content-box h2 {
	font-size: 62px;
}
.page-header .content-box span {
	display: flex;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background-image: url(/wp-content/uploads/2025/10/Casablanca-icon-Arrow.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
/* - Page Header - End */

/* - Image Box Bg - Start */
.img-box-bg {
	background-size: cover;
	background-position: center;
}
.img-box-bg > img {
	opacity: 0;
}
/* - Image Box Bg - End */

/* - Main Banner - Start */
.theme-mainbanner {
	background-image: url("assets/images/pageheader.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 150px;
	padding-bottom: 100px;
	position: relative;
	text-align: center;
}
.theme-mainbanner::before {
	/*background-color: rgba(255,255,255,0.3);*/
	bottom: 0;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.theme-mainbanner .content-box {
	display: inline-block;
	color: var(--bs-white);
}
.theme-mainbanner .content-box,
.theme-mainbanner .content-box h6 {
	position: relative;
}
.theme-mainbanner .content-box h6 {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.theme-mainbanner .content-box h6::after,
.theme-mainbanner .content-box h6::before {
	background-color: var(--bs-white);
	height: 1px;
	content: "";
	flex: 1%;
	width: 100%;	
}
.theme-mainbanner .content-box h6::after {
	margin-left: 20px;
}
.theme-mainbanner .content-box h6::before {
	margin-right: 20px;
}
.theme-mainbanner .content-box h2 {
	margin-bottom: 100px;
}
.theme-mainbanner .content-box span {
	display: flex;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background-image: url(/wp-content/uploads/2025/10/Casablanca-icon-Arrow.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

/* - min-width: 1200 */
@media (min-width: 1200px) {
	.theme-mainbanner {
		padding-top: 300px;
	}
	.theme-mainbanner .content-box h6 {
		font-size: 34px;
		margin-bottom: 35px;
	}
	.theme-mainbanner .content-box h2 {	
		font-size: 82px;
		letter-spacing: 2px;
		margin-bottom: 180px;
	}	
	.theme-mainbanner .content-box span {
		width: 60px;
		height: 60px;
		font-size: 24px;
	}
}
/* - Main Banner - End */

/* - About - Start */
.theme-about {
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: top right;
}
.theme-about .content-box {
	margin-top: 30px;
}
.theme-about .content-box h3 {
	color: #3f4447;
	font-weight: 700;
	position: relative;
	padding-top: 20px;
	margin-bottom: 20px;
}
.theme-about .content-box h3::before {
	background-color: #3f4447;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 2px;
}
.theme-about .content-box ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.theme-about .content-box ul li {
	font-family: "Libre Bodoni", serif;
	font-size: 18px;
	font-weight: 700;
}
.theme-about .content-box ul li i {
	color: #cb9c32;
	margin-right: 10px;
	width: 20px;
}
.theme-about .content-box ul li img {
	margin-right: 10px;
}
.theme-about .content-box .btn-block .btn-style {
	font-weight: 600;
	font-size: 14px;
}
.theme-about .content-box .btn-block .btn-style:hover {
	background-color: #cb9c32;
}
.theme-about .content-box ul li span {
	margin-top: 3px;
	margin-left: 5px;
}
/* - min-width: 1200 */
@media (min-width: 1200px) {
	.theme-about .content-box {
		padding-left: 60px;
	}
	.theme-about .content-box ul li {		
		font-size: 22px;
		align-items: center;
	}
	.theme-about .content-box ul li i {
		font-size: 22px;
		width: 30px;
	}
}
/* - About - End */

/* - Video - Start */
.theme-video .content-box h4 {
	color: #3f4447;
	font-weight: 700;
	margin-bottom: 30px;
	position: relative;
	padding-top: 20px;
}
.theme-video .content-box h4::before {
	background-color: #3f4447;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 2px;
}
.theme-video .img-box > a {
	position: relative;
	display: inline-block;
}
.theme-video .img-box > a.popup-youtube::after {
	background-image: url(/wp-content/uploads/2025/10/icon.png);
	background-repeat: no-repeat;
	background-size: 100%;
	max-width: 75px;
	background-position: center;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.theme-video .img-box > a.popup-youtube::before {
	background-color: rgba(53,57,67,0.4);
	content: '';
	color: #fff;
	font-size: 36px;
	font-family: "Font Awesome 6 Free";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.theme-video .img-box > a.popup-youtube::before {
	opacity: 1;
}
.theme-video .video-content span {
	color: #366382;
	display: block;
	font-size: 18px;
	margin-bottom: 20px;
}
.theme-video .video-content h4 {
	color: #cb9c32;
	font-size: 28px;
	margin-bottom: 20px;
}
.theme-video .video-content > a {
	color: #366382;
	font-weight: 700;	
	padding-bottom: 3px;
	position: relative;
}
.theme-video .video-content > a:hover {
	color: #cb9c32;
}
.theme-video .video-content > a::after,
.theme-video .video-content > a::before {
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.theme-video .video-content > a::before {
	background-color: #366382;
	right: 0;
}
.theme-video .video-content > a::after {
	background-color: #cb9c32;
	left: 0;
}
.theme-video .video-content > a:hover::after,
.theme-video .video-content > a::before {
	width: 100%;	
}
.theme-video .video-content > a::after,
.theme-video .video-content > a:hover::before {
	width: 0;
}
/* - Video - End */

/* - Section Header - Start */
.section-header {
	position: relative;
	padding-top: 20px;	
}
.section-header::before {
	background-color: #4b494a;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 2px;
}
.section-header.text-center::before {
	margin:	0 auto;
	right: 0;
}
.section-header h3 {
	color: #4b494a;
	font-weight: 900;
}
.section-header > p {
	margin-top: 30px;
}
/* - Section Header - End */

/* - Btn Style - Start */
.btn-style {
	background-color: #366382;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 12px 45px;
}
.btn-style:hover {
	background-color: #cb9c32;
}

.btn-link {
	color: #366382;
    font-weight: 700;
    padding-bottom: 3px;
    position: relative;
	text-decoration: none;
}
.btn-link:hover {
	color: #cb9c32;	
}
.btn-link::after,
.btn-link::before {
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.btn-link::before {
	background-color: #366382;
	right: 0;
}
.btn-link::after {
	background-color: #cb9c32;
	left: 0;
}
.btn-link:hover::after,
.btn-link::before {
	width: 100%;	
}
.btn-link::after,
.btn-link:hover::before {
	width: 0;
}
/* - Btn Style - End */

/* - Pagination */
.pagination {
	margin-top: 60px;
	direction: ltr;
}
.pagination .screen-reader-text {
	display: none;
}
.pagination .nav-links {
	align-items: center;
	justify-content: center;
	display: flex;
	margin: 0 auto;
}
.pagination .nav-links .page-numbers {
	border-radius: 50%;
	border: 1px solid #497288;
	width: 42px;
	height: 42px;
	color: #497288;
	font-family: "Libre Bodoni", serif;
	font-size: 16px;
	line-height: 43px;
	text-transform: capitalize;
	margin: 0 5px;
	text-align: center;
}
.pagination .nav-links .page-numbers:hover,
.pagination .nav-links .page-numbers.current {
	border-color: #bea235;
	color: #bea235;	
}
/* - Pagination - Over */

@media( min-width: 992px ) {
	.row.g-4.gallery-list {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}

/* - Gallery - Start */
.theme-gallery .filters-category {
	text-align: center;
}
.theme-gallery .filters-category ul {
	padding: 0;
	list-style: none;
}
.theme-gallery .filters-category ul li {
	display: inline-block;
	margin: 5px 15px;
}
.theme-gallery .filters-category ul li a {
	color: #163343;
	font-size: 16px;
	position: relative;
	padding-bottom: 3px;
}
.theme-gallery .filters-category ul li a::before {
	background-color: #cb9c32;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	width: 0;
}
.theme-gallery .filters-category ul li a.active,
.theme-gallery .filters-category ul li a:hover {
	color: #cb9c32;
}
.theme-gallery .filters-category ul li a.active::before,
.theme-gallery .filters-category ul li a:hover::before {
	width: 100%;
}
.theme-gallery .gallery-box > a {
	display: block;
	position: relative;
	overflow: hidden;
}
.theme-gallery .gallery-box > a::before,
.theme-gallery .gallery-box > a > img {
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.theme-gallery .gallery-box > a > img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
}
.theme-gallery .gallery-box > a:hover > img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.theme-gallery .gallery-box > a::before {
	content: "";
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(56, 99, 124,0.7);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1;
	background-image: url(/wp-content/uploads/2025/10/Casablanca-icon-expand.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px;
}
.theme-gallery .gallery-box > a:hover::before {
	opacity: 1;
}
.theme-gallery .gallery-box {
	max-width: 330px;
	margin-left: auto;
	margin-right: auto;
}
/* - Gallery - End */

/* - The Villa - Start */
.theme-villa .villa-box {
	/* box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3); */
	max-width: 450px;
	display: block;
	margin: 0 auto;
}
.theme-villa .villa-box .img-box a {
	position: relative;
	display: inline-block;
}
.theme-villa .villa-box .img-box a::before {
	background-color: rgba(0,0,0,0.15);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.theme-villa .villa-box .img-box a:hover::before {
	background-color: rgba(0, 123, 255,0.4);
}
.theme-villa .villa-box .img-box a::after {
	content: "\2b";
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	z-index: 1;
}
.theme-villa .villa-box .content-box {
	padding: 25px;
	min-height: 250px;
	border: 3px solid #ddd;
	border-top: 0;
}
.theme-villa .villa-box .content-box h4 {
	font-weight: 600;
}
/* - max-width: 991 */
@media (max-width: 991px) {
	.theme-villa .villa-box .content-box h4 {
		font-size: 24px;
	}
}

/* - Villa Popup */
.theme-villa .villa-popup {
	background-color: #fff;
	padding-bottom: 135px;
	padding-top: 72px;
	position: relative;
	z-index: 1;
}
.theme-villa .villa-modal .modal-dialog {
	max-width: 100%;
	margin: 0;
}
.theme-villa .villa-popup .popup-close {
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
	color: #fff;
	font-size: 30px;
}
.theme-villa .villa-popup::before,
.theme-villa .villa-popup::after {
	background-color: #37637c;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
}
.theme-villa .villa-popup::before {
	height: 170px;
	bottom: 0;
}
.theme-villa .villa-popup::after {
	height: 170px;
	top: 0;
}
.theme-villa .villa-popup .title-box h5 {
	color: #ebc562;
	margin-bottom: 30px;
	font-size: 40px;
}
.theme-villa .villa-popup .content-box {
	margin-top: 70px;
	overflow-y: scroll;
}
@media( max-width: 767px ) {
	.theme-villa .villa-popup .content-box {
		max-height: none !important;
	}
}
@media( min-width: 768px ) {
	.theme-villa .villa-content-popup {
		padding-bottom: 100px;
	}
}
@media( min-width: 992px ) {
	.theme-villa .villa-popup .content-box {
		padding-right: 10%;
	}
}

.theme-villa .villa-popup .content-box p {
	color: #37637c;
}
.theme-villa .villa-popup .content-box ul {
	list-style: disc;
	padding-left: 15px;
}
.theme-villa .villa-popup .content-box ul li {
	color: #37637c;
}
.theme-villa .villa-popup .img-box + .img-box {
	margin-top: 25px;
}
.theme-villa .villa-popup-carousel .owl-nav button.owl-prev,
.theme-villa .villa-popup-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	font-size: 60px;
	color: #37637c;
	box-shadow: none;
}
.theme-villa .villa-popup-carousel .owl-nav button.owl-prev {
	left: -30px;
}
.theme-villa .villa-popup-carousel .owl-nav button.owl-next {
	right: -30px;
}
/* - Villa Popup /- */

/* - The Villa - End */

/* - Image Content - Start */
.theme-imagecontent .content-box .info-box h4 {
	margin-bottom: 20px;
}
.theme-imagecontent .content-box .btn-block > a {
	background-color: #cb9c32;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}
.theme-imagecontent .content-box .btn-block > a:hover {
	background-color: #fff;
	color: #cb9c32;
}
.theme-imagecontent .content-box > h3 {
	line-height: 1.2;
	margin-bottom: 20px;
}
.theme-imagecontent .content-box > ul {
	padding-left: 15px;
	list-style: disc;
	list-style-position: outside;
}
.theme-imagecontent .content-box > ul li + li {
	margin-top: 6px;
}
.theme-imagecontent .content-box > ul li {
	padding-left: 5px;
}

/* - min-width: 1200 */
@media (min-width: 1200px) {
	.theme-imagecontent .content-box {
		padding: 100px 50px 100px 75px;
	}
	.theme-imagecontent-2 .content-box {
		padding: 100px 75px;
	}
}
/* - min-width: 768 */
@media (min-width: 768px) {
	.theme-imagecontent-2 .row:nth-child(odd) .img-box-bg {
		order: 2;
	}
}
/* - max-width: 1199 */
@media (max-width: 1199px) {
	.theme-imagecontent .content-box {
		padding: 50px;
	}
}
/* - max-width: 991 */
@media (max-width: 991px) {
	.theme-imagecontent .content-box {
		padding-left: 25px;
		padding-right: 25px;
	}
	.theme-imagecontent .content-box > h3 {
		font-size: 26px;
	}
}
/* - max-width: 767 */
@media (max-width: 767px) {
	.theme-imagecontent .content-box .info-box h4 {
		font-size: 26px;
	}
}
/* - max-width: 575 */
@media (max-width: 575px) {
	.theme-imagecontent .img-bgdata:not(.img-active) {
		padding-top: 100%;
	}
}
/* - Image Content - Start */

/* - Plan Room - Start */
.theme-planroom {
	padding-top: 100px;
	padding-bottom: 100px;
}
.theme-planroom .content-box h4 {
	font-family: "Libre Bodoni", serif;
	font-weight: 700;
	font-size: 42px;
	line-height: 1.3;
	margin-bottom: 35px;
}
.theme-planroom .content-box ul.nav-tabs {
	border-bottom: none;
}
.theme-planroom .content-box ul.nav-tabs li + li {
	margin-left: 20px;
}
.theme-planroom .content-box ul li button {
	border: none;
	padding: 0;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 2px solid rgba(0,0,0,0.15);
	color: rgba(0,0,0,0.15);
}
.theme-planroom .content-box ul li button.active {
	border-bottom: 2px solid #272727;
	color: #272727;
}
.theme-planroom .content-box .tab-content .tab-pane {
	margin-top: 40px;
}
.theme-planroom .content-box .tab-content .tab-pane p {
	color: rgba(0,0,0,0.5);
}
.theme-planroom .content-box .tab-content .tab-pane table tr td {
	color: rgba(0,0,0,0.5);
}
.theme-planroom .content-box .tab-content .tab-pane table tr td:nth-child(2) {
	padding: 0 10px;
}
.theme-planroom .content-box .tab-content .tab-pane ul {
	padding: 0;
}
.theme-planroom .content-box .tab-content .tab-pane ul li {
	color: rgba(0,0,0,0.5);
	display: flex;
	position: relative;
}
.theme-planroom .content-box .tab-content .tab-pane ul li span {
	margin: 0 10px;
}
/* - Plan Room - End */

/* - Counter - Start */
.theme-counter {
	background-image: url("assets/images/pageheader.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.theme-counter::before{
	background-color: rgba(56,99,124,0.8);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.theme-counter .section-header {
	padding-top: 0;
}
.theme-counter .section-header::before {
	display: none;
}
.theme-counter .section-header h3 {
	color: #fff;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}
.theme-counter .counter-box {
	padding: 25px;
}
.theme-counter .counter-box > span {
	color: #cb9c32;
	display: block;
	font-family: "Libre Bodoni", serif;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.333;
	/* margin-bottom: 15px; */
}
.theme-counter .counter-box > span::before {
	content: attr(data-before);
	margin-right: 5px;
}
.theme-counter .counter-box > span::after {
	content: attr(data-after);
	margin-left: 5px;
}
.theme-counter .counter-box > p {
	color: #000;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: uppercase;
}
/* - min-width: 1200 */
@media (min-width: 1200px) {
	.theme-counter .section-header h3 {
		font-size: 72px;
	}
}
/* - Counter - End */

/* - Activities - Start */
body.admin-bar .activities-popup .modal {
	margin-top: 32px;
}
.theme-activities .activities-box {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.theme-activities .activities-box::after,
.theme-activities .activities-box h6 {
	opacity: 0;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.theme-activities .activities-box::after {
	background-color: rgba(54, 99, 130,0.5);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
}
.theme-activities .activities-box h6 {
	color: #fff;
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	font-family: "Libre Bodoni", serif;
	font-weight: 600;
	letter-spacing: 1.5px;
	transform: rotate(-90deg);
	transform-origin: center;
	white-space: nowrap;
	z-index: 1;
}
.activitt-item.panel-active .activities-box:after,
.theme-activities .activities-box:hover::after {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
}
.activitt-item.panel-active .activities-box:after,
.activitt-item.panel-active .activities-box h6,
.theme-activities .activities-box:hover:after,
.theme-activities .activities-box:hover h6 {
	opacity: 1;
}

/* Activities Popup */
.activities-popup .activities-box:after {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
}
.activities-popup .activities-box:after,
.activities-popup .activities-box h6 {
	opacity: 1;
}
.activities-popup .modal-dialog {
	max-width: 100%;
	margin: 0;
}
.activities-popup .modal-dialog .close-btn {
	border: none;
	position: absolute;
	right: 24px;
	top: 24px;
	z-index: 1;
	width: 30px;
}
.theme-activitiesdetails .details-box {
	display: flex;
}
/* .theme-activitiesdetails .activities-box::after {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
} */

.activitt-item.panel-active .activities-box:after,
.theme-activitiesdetails .activities-box:hover:after {
	opacity: 1;
}
.theme-activitiesdetails .info-box {
	flex: 1%;
}
/* Works in Chrome, Edge, Safari (WebKit browsers) */
.theme-activitiesdetails .info-box .main-content-box::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none; /* Hides both up and down arrows */
}

/* Keep the scrollbar track and thumb visible */
.theme-activitiesdetails .info-box .main-content-box::-webkit-scrollbar {
    width: 7px;
    background-color: #f1f1f1;
}
.theme-activitiesdetails .info-box .main-content-box::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
}
.theme-activitiesdetails .info-box .content-box a {
	color: #3f4447;
}

/* - min-width: 1200 */
@media (min-width: 1200px) {
	.theme-activitiesdetails .info-box .content-box {
		padding: 20px 50px;
	}
}
/* - min to max: 992 to 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.theme-activitiesdetails .info-box .content-box {
		padding-left: 25px;
		padding-right: 25px;
	}
}
/* - min-width: 992 */
@media (min-width: 991px) {
	.theme-activitiesdetails .info-box .main-content-box {
		overflow-y: auto;
	}
}
/* - max-width: 991 */
@media (max-width: 991px) {
	.theme-activitiesdetails .details-box {
		flex-direction: column;
	}
	.theme-activitiesdetails .activities-box .img-box-bg {
		padding: 50px 0;
	}
	.theme-activitiesdetails .activities-box .img-box-bg img {
		position: absolute;
		left: 0;
	}
	.theme-activitiesdetails .activities-box h6 {
		transform: rotate(0)
	}
}
/* - Activities - End */

/* - Concierge - Start */
.theme-concierge .concierge-box {
	padding: 20px;
}
.theme-concierge .concierge-box:nth-child(n+2) {
	margin-top: 30px;
}
.theme-concierge .concierge-box .content-box h3 {
	color: #cb9c32;
	margin-bottom: 20px;
}
/* - min-width: 1200 */
@media (min-width: 1200px) {
	.theme-concierge .concierge-box {
		padding: 30px;
	}
	.theme-concierge .concierge-box:nth-child(even) .img-box-bg {
		order: 2;
	}
	.theme-concierge .concierge-box .content-box {
		padding: 50px;
	}
	.theme-concierge .concierge-box .content-box h3 {
		margin-bottom: 30px;
	}
}
/* - max-width: 1199 */
@media (max-width: 1199px) {
	.theme-concierge .concierge-box .content-box {
		padding: 25px;
	}
}
/* - max-width: 767 */
@media (max-width: 767px) {
	.theme-concierge .concierge-box .content-box {
		padding: 25px 0 0;
	}
}
/* - Concierge - End */

/* - Callout - Start */
.theme-callout {
	background-image: url("assets/images/common-1.jpg");
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
	position: relative;
}
/* .theme-callout::before {
	background-color: rgba(203,156,50,0.5);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
} */
.theme-callout .callout-box h4 {
	color: #fff;
	flex: 1%;
	margin-bottom: 25px;
}
/* - min-width: 992 */
@media (min-width: 992px) {
	.theme-callout .callout-box h4 {
		padding-right: 25px;
		margin-bottom: 0;
	}
}
/* - Callout - End */

.theme-imagecontent .img-bgdata {
	background-size: cover;
	background-repeat: no-repeat;
}
.theme-imagecontent .img-active {
	position: relative;
}
.theme-imagecontent .img-active:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	background-color: rgba(56,99,124,0.7);
}
.theme-imagecontent .img-active .content-box {
	position: relative;
}

/* - Time Line - Start */
.theme-timeline .timeline-main {
	position: relative;
}
.theme-timeline .timeline-main .timeline-box {
	position: relative;
	padding-bottom: 100px;
}

.theme-timeline .img-box img {
	border-radius: 25px;
}
.theme-timeline .content-box h3 {
	color: #cb9c32;
	margin-bottom: 20px;
}
.theme-timeline .content-box > a {
	color: #366382;
    font-weight: 700;    
    padding-bottom: 3px;
}
.theme-timeline .content-box > a:hover {
	border-color: #cb9c32;
	color: #cb9c32;
}
.theme-timeline .content-box ul {
	list-style: none;
	padding: 0;
}
.theme-timeline .content-box ul li {
	padding-left: 20px;
	position: relative;
	margin-bottom: 5px;
}
.theme-timeline .content-box ul li::before {
	content: "-";
	margin-right: 10px;
	position: absolute;
	left: 0;
}
.theme-timeline .tagline h2 {
	color: #cb9c32;
}
/* - min-width: 768 */
@media (min-width: 992px) {
	.theme-timeline .timeline-box::before,
	.theme-timeline .timeline-box::after {
		background-color: #fff;
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		margin: 0 auto;
	}
	.theme-timeline .timeline-box::before {
		bottom: 0;
		width: 15px;
	}
	.theme-timeline .timeline-box::after {
		top: -3px;
	}
	.theme-timeline .timeline-main::after,
	.theme-timeline .timeline-box::after {
		border-radius: 50%;
		width: 50px;
		height: 50px;
	}
	.theme-timeline .timeline-main::after {
		background-color: #fff;
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: -3px;
		margin: 0 auto;
	}
	.theme-timeline .timeline-box:nth-child(even) .img-box {
		order: 2;
	}
	.theme-timeline .content-box h3 {
		margin-bottom: 30px;
	}

	/* First Row */
	.theme-timeline .timeline-box:nth-child(odd) .img-box-pr {
		padding-right: 70px;
	}
	.theme-timeline .timeline-box:nth-child(odd) .cntbox-pl {
		padding-left: 70px;
	}

	/* Second Row */
	.theme-timeline .timeline-box:nth-child(even) .img-box-pr {
		padding-left: 70px;
	}
	.theme-timeline .timeline-box:nth-child(even) .cntbox-pl {
		padding-right: 70px;
	}
	.theme-timeline .timeline-main .timeline-box {
		padding-left: 30px;
		padding-right: 30px;
	}
}
/* - max-width: 767 */
@media (max-width: 991px) {
	.theme-timeline .timeline-main .timeline-box {
		padding-bottom: 50px;
	}
	.theme-timeline .timeline-box:last-child {
		padding-bottom: 0;
	}
}
/* - Time Line - End */

/* - Footer - Start */
.theme-footer {
	background-color: #163343;
}
.top-ftr {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 50px;
	padding-top: 50px;
}
.top-ftr::before,
.top-ftr::after {
	background-color: rgba(255,255,255,0.05);
    height: 2px;
    content: "";
    flex: 1%;
    width: 100%;
}
.top-ftr a {	
    margin: 0 5%;
}

.footer-widget .widget-title {
	font-size: 26px;
	color: #fff;
	margin-bottom: 30px;
}
.footer-widget .widget_about .content-box p {
	color: #637f8d;
}
.footer-widget .widget_social ul {
	padding: 0;
	margin-bottom: 0;
	margin-top: 30px;
}
.footer-widget .widget_social ul li {
	display: inline-block;
}
.footer-widget .widget_social ul li + li {
	margin-left: 10px;
}
.footer-widget .widget_social ul li a {
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.1);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
}
.footer-widget .widget_social ul li a:hover {
	background-color: #fff;
	color: #163343;
}
.footer-widget .widget_pages ul {
	padding: 0;
	margin-bottom: 0;
}
.footer-widget .widget_pages ul li {
	list-style: none;
	position: relative;
}
.footer-widget .widget_pages ul li::before {
	background-color: #bea235;
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 15px;
	height: 1px;
}
.footer-widget .widget_pages ul li a {
	margin-left: 35px;
	color: #637f8d;
}
.footer-widget .widget_contact p,
.footer-widget .widget_contact p a {
	color: #637f8d;
}
.footer-widget .widget_contact .content-box > a {
	color: #bea235;
	font-size: 22px;
	font-weight: 700;
}
.footer-widget .widget_pages ul li a:hover,
.footer-widget .widget_contact .content-box > a:hover {
	color: #fff;
}

.bottom-footer {
	border-top: 1px solid rgba(255,255,255,0.1);
}
.bottom-footer .copyright p,
.bottom-footer .copyright a {
	color: #637f8d;
}
/* - Footer - End */

/* FAQ - Start */
.theme-faq .faq-main + .faq-main {
	margin-top: 70px;
}
.theme-faq .faq-main > div + div {
	margin-top: 30px;
}
.theme-faq .accordian-box .accordion-item + .accordion-item {
	margin-top: 10px;
}
.theme-faq .faq-title {
	color: #cb9c32;
}
.theme-faq .accordian-box .accordion-item button {
	box-shadow: none;
	color: #366382;
	font-weight: 700;
}
.theme-faq .accordian-box .accordion-item button:not(.collapsed) {
	background-color: #366382;
	color: #fff;
}
.theme-faq .accordion-button::after {
	background-image: none;
	content: "\2b";
	font-family:var(--fa-style-family,"Font Awesome 6 Free");
	font-weight: 700;
	transform: none;
}
.theme-faq .accordion-button:not(.collapsed)::after {
	background-image: none;
	content: "\f068";
	transform: none;
}
/* - min-width: 768 */
@media (min-width: 768px) {
	.theme-faq .faq-main:nth-child(odd) .row .img-box {
		order: 2;
	}
}
/* FAQ - End */

/* - The Essentials - Start */
.esse-title h3 {
	color: #cb9c32;
	font-weight: 700;
}
.esse-title a {
	color: #366382;
	font-weight: 700;
	border-bottom: 1px solid #366382;
}
.theme-packlist .form-check .form-check-input {
	width: 15px;
	height: 15px;
	border: none;
	margin-top: 6px;
}
.theme-packlist .form-check .form-check-input[type=checkbox] {
	border-radius: 50%;
	box-shadow: none;
}
.theme-packlist .form-check label {
	color: #366382;
	font-size: 18px;
	font-weight: 700;
}
.theme-packlist .form-check .form-check-input:checked {
	background-color: #366382;
}
.theme-do .img-box-bg {
	position: relative;
}
.theme-do .img-box-bg img {
	position: absolute;
}
.theme-do .img-box-bg::before {
	content: "";
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.theme-do .img-box-bg h2 {
	color: #cb9c32;
    padding: 30px 12px;
    font-family: "Libre Bodoni", serif;
    font-weight: 700;
	font-size: 60px;
    z-index: 1;
	text-align: center;
	position: relative;
}
.theme-do .content-box {
	padding: 100px 10%;
}
.theme-do .content-box ul {
	padding: 0;
	list-style: none;
}
.theme-do .content-box ul li {
	color: #fff;
	padding-left: 30px;
	position: relative;
	font-size: 16px;
}
.theme-do .content-box ul li {
	padding-bottom: 10px;	
	padding-top: 10px;	
}
.theme-do .content-box ul li + li::after {	
	content: "";
	position: absolute;
	left: 30px;
	right: 0;
	top: 0;
	height: 1px;
	background-color: rgba(255,255,255,0.3);
}
.theme-do .content-box ul li::before {
	content: "\f14a";
	font-family:var(--fa-style-family,"Font Awesome 6 Free");
	color: #cb9c32;
	position: absolute;
	left: 0;
	top: 9.5px;
}

/* - min-width: 768 */
@media (min-width: 768px) {
	.theme-do .img-box-bg h2 {
		color: #cb9c32;
		position: absolute;
		inset: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 12px;
		font-size: 120px;
		letter-spacing: 4px;
		transform: rotate(-90deg);
		transform-origin: center;
		white-space: nowrap;
		z-index: 1;
	}
}
/* - The Essentials - End */

/* - Contact Us - Start */
.theme-contact .img-box img {
	border-radius: 15px;
}
.theme-contact .info-details {
	padding: 30px;
}
.theme-contact .info-details .info-box {
	display: flex;
	align-items: center;
	padding: 10px 20px;
}
.theme-contact .info-details .info-box i {
	color: #cb9c32;
	margin-right: 12px;
	font-size: 26px;
}
.theme-contact .info-details .info-box p,
.theme-contact .info-details .info-box h3 {
	margin-bottom: 0;
	color: #3d6475;
	font-weight: 600;
	word-wrap: break-word;
}
.theme-contact .info-details .info-box p a,
.theme-contact .info-details .info-box h3 a {
	margin-bottom: 0;
	color: #3d6475;
}
.theme-contact .title-box h3 {
	color: #3d6475;
}
.theme-contact .social-box {
	padding: 0;
}
.theme-contact .social-box li {
	display: inline-block;
}
.theme-contact .social-box li a {
	background-color: #163343;
	border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
}
.contact-form {
	padding: 50px 30px;
	border-radius: 15px;
}
.contact-form label {
	color: #163343;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}
.contact-form .form-control {
	background-color: #f3f2ee;
	border-radius: 0;
	border: none;
	padding: 10px 12px;
	box-shadow: none;
}
.contact-form input[type="submit"] {
	border: none;
}
/* - min-width: 1200 */
@media (min-width: 1200px) {
	.contact-form {
		/*padding: 100px 50px;*/
	}
	.theme-contact .left-box {
		padding-right: 40px;
	}
}
/* - min-width: 1200 */
@media (min-width: 992px) {
	.theme-contact .info-details .row div:nth-child(n+2) {
		border-left: 1px solid #f3f2ee;
	}
	.theme-contact .info-details .row div:nth-child(4n) {
		border-left: none;
	}
}
/* - max-width: 575 */
@media (max-width: 575px) {
	.theme-contact .info-details {
		padding: 15px 0;
	}
}
/* - Contact Us - End */

/* - Testimonial - Start */
.theme-testimonials-section {
	background-color: #f3f2ee;
	position: relative;
	overflow: hidden;
}
.theme-testimonials-section::after,
.theme-testimonials-section::before {
	content: "";
	position: absolute;
}
.theme-testimonials-section::after {
	background-image: url("assets/images/quote-icon.png");
	background-repeat: no-repeat;	
	left: 0;
	width: 17%;
	background-size: 100% auto;
	top: -30px;
}
.theme-testimonials-section::before {
	background-image: url("assets/images/testimonials-tree-bg.png");
	background-repeat: no-repeat;
	background-color: #cb9c32;
	right: 0;
	width: 60%;
}
.theme-testimonials-section .title-box {
	z-index: 1;
	position: relative;
	padding: 10px 15px;
}
.theme-testimonials-section .title-box::after {
	background-color: #366382;
	content: "";
	width: 50px;
	height: 2px;
	position: absolute;
	left: 15px;
	bottom: 0;
}
.theme-testimonials .title-box {
	padding-right: 50px;
}
.theme-testimonials-section .title-box h3 {
	color: #cb9c32;
	font-weight: 400;
}
.theme-testimonials .testi-box {	
	padding: 3rem;
    background-color: #fff;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.25);
}
.theme-testimonials .testi-box i {	
	color: #cb9c32;
	font-size: 36px;
}
.theme-testimonials .testi-box .testi-details .img-box img {
	border-radius: 50%;
}
.theme-testimonials .testi-box .testi-details .user-info h6 {
	line-height: 1.2;
	font-size: 18px;
	color: var(--secondary-color);
	font-weight: 500;
}
.theme-testimonials .testi-box .testi-details .user-info span {
	color: #a8adaf;
	display: block;
	line-height: 1;
}
.theme-testimonials .testimonials-carousel .owl-item {
	padding: 15px 10px;
}
.theme-testimonials .testimonials-carousel .testi-box {
	padding: 2.5rem 2rem;
	border-radius: 10px;
}
.theme-testimonials .testimonials-carousel .testi-box > p:last-of-type {
	margin-bottom: 0;
}
.theme-testimonials .testimonials-carousel.owl-theme .owl-nav {
	margin-top: 40px;
}
.theme-testimonials .testimonials-carousel.owl-theme .owl-nav button {
	border-radius: 50%;
	border: 1px solid #fff;
	color: #fff;
	box-shadow: node;
	width: 35px;
	height: 35px;
}
.theme-testimonials .testimonials-carousel.owl-theme .owl-nav button span {
	color: #fff;
	font-size: 36px;
}
.theme-testimonials .testimonials-carousel.owl-theme .owl-nav button:hover {
	background-color: #fff;
}
.theme-testimonials .testimonials-carousel.owl-theme .owl-nav button:hover span {
	color: #cb9c32;
}

/* - min-width: 768 */
@media (min-width: 768px) {
	.theme-testimonials-section {
		padding: 150px 0 100px 0;
	}
	.theme-testimonials-section::after,
	.theme-testimonials-section::before {
		top: 0;
		bottom: 0;
	}
	.theme-testimonials-section .title-box {
		max-width: 270px;
		display: block;
		margin: 0 auto;
	}
	.theme-testimonials .testimonials-carousel .owl-stage-outer .owl-stage {
		margin-left: -40px;
	}
	.theme-testimonials .testimonials-carousel.owl-theme .owl-nav {
		padding-right: 50px;
		text-align: right;
	}
}
/* - max-width: 767 */
@media (max-width: 767px) {
	.theme-testimonials-section {
		padding: 100px 0;
	}
	.theme-testimonials-section::after {
		top: 0;	
		height: 100px;
		width: 100px;
	}
	.theme-testimonials-section::before {
		height: 50%;
		bottom: 0;
		width: 100%
	}
	.theme-testimonials-section .title-box {
		margin-top: 30px;
	}
}

/* - Testimonial - End */

/* - Magazine - Start */
.theme-magazine .section-header-2 h3 {
	color: #cb9c32;
}
.theme-magazine .magazine-box {
	background-color: #fff;
	height: 100%;
}
.theme-magazine .magazine-box .img-box-bg {
	width: 30%;
}
.theme-magazine .magazine-box .content-box {
	width: 70%;
	padding: 20px 30px;
}
.theme-magazine .magazine-box .content-box h6 a {
	color: #3f4447;
}
.theme-magazine .magazine-box .content-box h6 {
	font-weight: 900;
}
.theme-magazine .magazine-box .content-box p {
	margin-bottom: 10px;
}
.theme-magazine .magazine-box .content-box p span {
	color: #61727c;
	font-weight: 600;
}
.theme-magazine .magazine-box .content-box p:last-of-type {
	margin-bottom: 0;
}
/* - min-width: 1200 */
@media (min-width: 1200px) {
	.theme-magazine .magazine-box .img-box-bg {
		width: 25%;
	}
	.theme-magazine .magazine-box .content-box {
		width: 75%;
	}
}
/* - Magazine - End */

/* - Padcast - Start */
.theme-podcast .section-header-2 h3 {
	color: #cb9c32;
}
.theme-podcast .podcast-box {
	background-color: #fff;
	height: 100%;
	padding: 10px;
}
.theme-podcast .podcast-box .img-box-bg,
.theme-podcast .podcast-box .content-box {
	width: 50%;
}
.theme-podcast .podcast-box .img-box-bg {
	order: 2;
}
.theme-podcast .podcast-box .content-box {
	width: 50%;
	padding: 15px;
}
.theme-podcast .podcast-box .content-box h6 {
	font-weight: 900;
}
.theme-podcast .podcast-box .content-box p:last-of-type {
	margin-bottom: 0;
}
/* - Padcast - End */

/* - Partner - Start */
.theme-partner {
	position: relative;
}
.theme-partner .image-box {
	height: 100%;
}
.theme-partner .content-box .info-box > h3 {
	color: #cb9c32;
}
.theme-partner a {
	color: #cb9c32;
}
.theme-partner .content-box .btn-block > a {
    background-color: #cb9c32;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.theme-partner .content-box .btn-block > a:hover {
    background-color: #fff;
    color: #cb9c32;
}

/* - min-width: 768 */

/* @media (min-width: 1200px) {
	.theme-magazine {
		max-width: 1200px;
		margin: 0 auto;
	}
} */

@media (min-width: 768px) {
	.theme-partner .image-box {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 50%;
	}	
	/* .theme-partner .content-box {
		padding-bottom: 150px;
	} */
}
/* - Partner - End */

/* ========================================================================== */
/* ========================================================================== */
							/* [ + Elements Over ] */
/* ========================================================================== */
/* ========================================================================== */
/* ---------------------------------------------------------------------------------------------------------------- */

/* - SlidePanel */
.slidepanel { 
	display: block; 
}
.closeit,
.toggle,
.slideit {
	display: none;
}

/* - Ownavigation */
.ownavigation .navbar-nav > li > a.active,
.ownavigation .navbar-nav > .active > a, 
.ownavigation .navbar-nav > .active > a:focus, 
.ownavigation .navbar-nav > .active > a:hover, 
.ownavigation .navbar-nav > li:hover > a, 
.ownavigation .navbar-nav > li > a:hover {
	color: #717171;
}
.ownavigation .navbar-nav > li.dropdown .dropdown-item.active,
.ownavigation .navbar-nav > li.dropdown .dropdown-item:active,
.ownavigation .navbar-nav > li.dropdown .dropdown-item:hover {
	background-color: transparent;
}
/* =========================================================== */
				/* [ + Responsive ] */
/* =========================================================== */
/* - Min Width : 1200 */
@media (min-width: 1200px) {
	/* - Container */
	.container {
		max-width: 1360px;
		padding: 0 20px;
	}
}

/* - Min Width : 992 */
@media (min-width: 992px) {
	/* - Menu Postion */
	.menu_position {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		z-index: 11;
	}
	
	/* - Ownavigation */
	.ownavigation .navbar-nav > li > a {
		display: inline-block;
	}
	
	/* - Dropdown */
	.ownavigation .navbar-nav > li.dropdown .dropdown-toggle::after {
		border: none;
		content: "\f107";
		font-family:var(--fa-style-family,"Font Awesome 6 Free");
		vertical-align: middle;
		line-height: 0.9;
	}
	.ownavigation .navbar-nav > li.dropdown .dropdown-menu .dropdown-toggle {
		display: flex;
		align-items: center;
	}
	.ownavigation .navbar-nav > li.dropdown .dropdown-menu .dropdown-toggle::after {
		margin-left: auto;
	}
	.ownavigation .ddl-switch {
		display: none;
	}
	.ownavigation .navbar-nav li.dropdown > .dropdown-menu {
		background-color: #121212;
		border: none;
		border-radius: 0;
		opacity: 0;
		top: 0;
		-webkit-transform-origin: top;
		transform-origin: top;
		-webkit-animation-fill-mode: forwards;  
		animation-fill-mode: forwards; 
		-webkit-transform: scale(1, 0);
		transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		display: block;
		max-width: 240px;
		min-width: 240px;
		padding: 0;
		margin: 0;
		visibility: hidden;
		background-clip: inherit;
	}
	.ownavigation .navbar-nav li:hover > .dropdown-menu {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);  
		opacity: 1;
		visibility: visible;
	}
	.ownavigation .navbar-nav li:not(.megamenu) > .dropdown-menu {
		left: 100%;
	}
	.ownavigation .navbar-nav > li:not(.megamenu) > .dropdown-menu {
		top: 100%;
		left: 0;
	}
	.ownavigation .navbar-nav > li.dropdown:last-child > .dropdown-menu,
	.ownavigation .navbar-nav > li.dropdown:nth-last-child(2) > .dropdown-menu {
		right: 0; 
	}
	.ownavigation .navbar-nav > li.dropdown:first-child > .dropdown-menu {
		left: 0;
		right: auto;
	}
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu) > .dropdown-menu ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu) > .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu) > .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu) > .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul ul ul ul ul ul ul ul ul {
		left: auto;
	}
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu) > .dropdown-menu ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu) > .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu) > .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu) > .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul ul ul ul ul ul ul ul ul {
		right: 100%;
	}
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu) > .dropdown-menu ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu) > .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu) > .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu) > .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul ul ul ul ul ul ul ul {
		left: 100%;
	}
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu) > .dropdown-menu ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu) > .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu) > .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu) > .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul ul ul ul ul ul ul ul {
		right: auto;
	}
	
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):first-child > .dropdown-menu ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):first-child > .dropdown-menu ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):first-child > .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):first-child > .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):first-child > .dropdown-menu ul ul ul ul ul ul ul ul ul {
		left: 100%;
		right: auto;
	}
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):first-child > .dropdown-menu ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):first-child > .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):first-child > .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):first-child > .dropdown-menu ul ul ul ul ul ul ul ul {
		left: auto;
		right: 100%;
	}
	
	/* - Megamenu */
	.ownavigation .navbar-nav > li.megamenu {
		position: static;		
	}
	.ownavigation .navbar-nav > li.dropdown.megamenu:first-child > .dropdown-menu {
		left: 0;
		right: 0;
	}
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu {
		display: flex;
		top: 100%;
		left: 0;
		right: 0;
		max-width: 100%;
		min-width: 1px;
	}
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li + li {
		/* border-left: 1px solid #6e6e6e; */
	}
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li > a {
		/* border-bottom: 1px solid #eee; */
		padding: 5px 10px;
	}
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li > ul {
		position: relative;
		box-shadow: none;
		-webkit-box-shadow: none;
		border: none;
		left: 0;
		max-width: 100%;
		min-width: 1px;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);  
		opacity:1;
		padding: 5px 0;
	}
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li.dropdown > ul.dropdown-menu {
		visibility: visible;
	}
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li > ul > li {
		padding-left: 10px;
		padding-right: 10px;
	}
	.ownavigation .navbar-nav li.megamenu-submenu > .dropdown-menu > li > ul li a {
		padding-top: 4px;
		padding-bottom: 4px;
		display: block;
	}
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu {
		top: 100%;
		left: 0;
	}
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li > .dropdown-menu li .dropdown-menu li {
		background-color: #fff;
		padding-left: 10px;
		padding-right: 10px;
	}
	.ownavigation .navbar-nav > li.megamenu-submenu .dropdown-menu li:hover > .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li .dropdown-menu li:hover .dropdown-menu {
		z-index: 1001;
	}
	
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:last-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:last-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:last-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu  > li .dropdown-menu  > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:last-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu  > li .dropdown-menu  > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:nth-last-child(2) > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:nth-last-child(2) > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:nth-last-child(2) > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu  > li .dropdown-menu  > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:nth-last-child(2) > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu  > li .dropdown-menu  > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu {
		left: auto
	}
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:last-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:last-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:last-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu  > li .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:last-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu  > li .dropdown-menu  > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:nth-last-child(2) > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:nth-last-child(2) > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:nth-last-child(2) > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu  > li .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:nth-last-child(2) > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu  > li .dropdown-menu  > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu {
		right: 100%;
	}
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:last-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:last-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu  > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:last-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu  > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:nth-last-child(2) > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:nth-last-child(2) > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu  > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:nth-last-child(2) > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu  > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu {
		right: auto;
	}
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:last-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:last-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu  > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:last-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:nth-last-child(2) > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:nth-last-child(2) > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu  > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:nth-last-child(2) > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu {
		left: 100%;
	}
	
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:first-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:first-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:first-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:first-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu {
		left: 100%;
	}
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:first-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:first-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:first-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:first-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu {
		right: auto;
	}
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:first-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:first-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:first-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu {
		right: 100%;
	}
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:first-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:first-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:first-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu {
		left: auto;
	}
	
	_:-ms-fullscreen, :root .ownavigation .navbar-nav > li.dropdown.megamenu > .dropdown-menu {
		display: none;
	}
	_:-ms-fullscreen, :root .ownavigation .navbar-nav > li.dropdown.megamenu:hover > .dropdown-menu {
		display: flex;
	}
	
	/* - Section Header */
	.section-header > a {
		margin-right: 0;
		margin-left: auto;
	}
}

/* - Min Width : 768 */
@media (min-width: 768px) {
	
}

/* - Min Width : 576 */
@media (min-width: 576px) {
	
}

/* - Max Width : 1199 */
@media (max-width: 1199px) {
	
}

/* - Max Width : 991.98 */
@media (max-width: 991.98px) {
	/* - SlidePanel */
	.slidepanel { 
		display: none;
		/* border-bottom: 1px solid rgba(50,53,93,0.08); */
	}
	.slideit,
	.toggle {
		display: block;
		position: relative;
		z-index: 1;
	}
	.desktop-hide {
		position: absolute;
		right: 50px;
		text-align: center;
		top: 0;
	}
	html[dir="rtl"] .desktop-hide {
		left: 50px;
		right: auto;
	}
	.slideit,
	.closeit {
		color: #32355d;
		font-size: 25px;
		position: relative;
		right: 0;
		top: 0;
		line-height: 1;
	}
	.slideit:hover,
	.closeit:hover {
		color: #ff4880;
	}
	
	.mobile-hide {
		display: none;
	}
	
	/* - Ownavigation */
	.ownavigation .container-fluid,
	.ownavigation .container {
		position: relative;
		padding-left: 0;
		padding-right: 0;
	}
	
	/* - Desktop Logo */
	.desktop-logo {
		display: none;
	}
	
	.ownavigation .navbar-toggler {
		background-color: transparent;
		border: none;
		box-shadow: none;
		border-radius: 0;
		font-size: 24px;
		margin: 20px 15px 20px 0;
		padding: 0;
		z-index: 1;
		outline: none;
	}
	.ownavigation .navbar-toggler:hover {
		color: var(--primary-color);
	}
	.ownavigation .navbar-brand {
		margin-left: 15px;
	}
	.ownavigation .navbar-brand.mobile-logo > img {
		max-width: 103px;
	}
	.ownavigation .navbar-collapse {
		max-height: 340px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.ownavigation .navbar-collapse.collapse.show {
		display: block;
		overflow-y: auto;
	}
	.ownavigation .navbar-nav > li.dropdown .dropdown-toggle::after {
		display: none;
	}
	.ownavigation .ddl-switch {
		background-color: #151515;
		color: #fff;
		cursor: pointer;
		font-size: 15px;
		padding: 2px 6px;
		position: absolute;
		right: 0;
		top: 8px;
		z-index: 100;
	}
	.ownavigation .ddl-active > .ddl-switch:before {
		content: "\f106";
	}
	.ownavigation .navbar-nav .dropdown-menu {
		background-color: transparent;
		border: none;
		position: relative;
		padding-left: 10px;
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0;
		width: 100%;
		box-shadow: none;
		/* float: left; */
		top: 0;
	}
	.ownavigation .dropdown-menu li {
		display: inline-block;
		width: 100%;
	}
	.ownavigation .navbar-nav li .dropdown-menu > li > a {
		padding-left: 0;
		padding-right: 0;
		padding-top: 6px;
		padding-bottom: 6px;
	}
}

/* - Max Width : 767 */
@media (max-width: 767px) {
	h1 {
		font-size: 38px;
	}
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 26px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 14px;
	}
}
@media not all and (min-resolution:.001dpcm) { @media {
	.header-fix .is-sticky .ownavigation,
	.header-fix .is-sticky .ownavigation {
		position: fixed !important;
		top: 0 !important;
		bottom: auto !important;
	}
}}

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

	.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Popup */
.services-magpop .img-bgdata img {
	opacity: 0;
}
.services-magpop .img-bgdata {
	background-size: cover;
	background-position: center;
}
.services-popup-content {
	background-color: #f0efeb;
	max-width: 830px;
	padding: 60px;
	margin: 0 auto;
	position: relative;
	margin-top: 35px;
	margin-bottom: 35px;
}
body.admin-bar .services-popup-content {
	margin-top: 67px;
}
.services-magpop {
	max-width: 1300px;	
}
.services-popup-content > img {
	margin: 0 auto;
	display: block;
}
.services-popup-content .mfp-close {
	background-color: #2d4486;
	color: #fff;
	line-height: 1;
	width: 30px;
	height: 30px;
	opacity: 1;
	top: 0;
	right: 0;
}
.popup-content {
	display: inline-block;
	width: 100%;
}
@media( max-width: 767px ) {
	.services-popup-content {
		padding: 20px;
	}
}	
@media( min-width: 992px ) {	
	.services-popup-content .popup-content {
		padding-right: 50px;
	}
	.services-popup-content .info-box {
		padding-right: 60px;
	}
}

/* theme-activities-v2 */
.theme-activities-v2 .row.g-0 {
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;
	position: relative;
}

/* Each activity = narrow vertical slice */
.theme-activities-v2 .activitt-item {
	flex: 0 0 calc(100% / 7);
	min-width: 0;
	position: relative;
	cursor: pointer;
	transition: flex-basis .4s ease;
}

/* Thumbnail image */
.theme-activities-v2 .activitt-item .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Hide the existing Bootstrap modals completely – we will reuse their content only */
.theme-activities-v2 .activities-popup .modal {
	display: none !important;
}

/* When any panel is active: shrink all items to 0 (so they slide away) */
.theme-activities-v2.has-active .activitt-item {
	flex-basis: 0;
}

/* The clicked one expands to full width */
.theme-activities-v2 .activitt-item.panel-active {
	flex-basis: 100% !important;
	z-index: 10;
}

/* Hide the small thumb inside the active panel, we'll show full details instead */
.theme-activities-v2 .activitt-item.panel-active > .activities-box {
	display: none;
}

/* --- SLIDE CONTENT (taken from modal) --- */
.theme-activities-v2 .slide-content {
	height: 100%;
}

/* use your existing layout structure from the modal */
.theme-activities-v2 .slide-content .theme-activitiesdetails,
.theme-activities-v2 .slide-content .details-box {
	height: 100%;
}
.theme-activities-v2 .slide-content .details-box {
	display: flex;
	flex-direction: row;
}

/* Left image (existing .activities-box in modal) */
.theme-activities-v2 .slide-content .details-box .activities-box {
	/*flex: 0 0 35%;*/
	position: relative;
	overflow: hidden;
	max-width: 275px;
}

/* Dim overlay on left image */
.theme-activities-v2 .slide-content .details-box .activities-box .img-box-bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.35);
}

/* Center/right info box (you already have .info-box markup) */
.theme-activities-v2 .slide-content .details-box .info-box {
	flex: 1;
	overflow-y: auto;
	overflow-x: hidden;
}

/* Make inner content fill */
.theme-activities-v2 .slide-content .info-box .main-content-box,
.theme-activities-v2 .slide-content .info-box .content-box {
	height: 100%;
}

/* --- Close button for sliding view --- */
.theme-activities-v2 .slide-content .info-box {
	position: relative; /* JS also enforces this, just in case */
}
.theme-activities-v2 .slide-content .info-box .activities-close {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 24px;
	background: #fff;
	border: 1px solid #000;
	padding: 4px 10px;
	border-radius: 4px;
	cursor: pointer;
	z-index: 999;
}

/* - Map */
.map-svg #Dots g circle {
	cursor: pointer;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	transform-box: fill-box;
    transform-origin: center; 
}
.map-svg #Dots g:hover circle {
	transform: scale(2); 
}
.ow-map-popup .modal .modal-dialog {
	max-width: 90%;
	margin: 0 auto;
}
.ow-map-popup .modal .modal-dialog .modal-content {
	border-radius: 0;
}
.ow-map-popup .modal .modal-dialog .modal-content .btn-close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
}
.ow-map-popup .modal .modal-dialog .modal-content .carousel {
	padding-left: 8%;
	padding-right: 8%;
}
.ow-map-popup .modal .modal-dialog .modal-content .carousel {
	color: #c49e46;
}
.ow-map-popup .modal .modal-dialog .modal-content .carousel .carousel-indicators {
	position: relative;
	margin-top: 10px;
}
.ow-map-popup .modal .modal-dialog .modal-content .carousel .carousel-indicators [data-bs-target] {
	border-radius: 50%;
	border: 2px solid #c49e46;
	width: 12px;
	height: 12px;
	box-shadow: none;
	opacity: 1;
}
.ow-map-popup .modal .modal-dialog .modal-content .carousel .carousel-indicators .active {
	background-color: #c49e46;
}
.ow-map-popup .title-box h3 {
	color: #c49e46;
	text-transform: uppercase;
	font-size: 25px;
}
.ow-map-popup .modal .modal-dialog .modal-content .carousel .carousel-control-next,
.ow-map-popup .modal .modal-dialog .modal-content .carousel .carousel-control-prev {
	color: #c49e46;
	opacity: 1;
	font-size: 35px;
	padding: 0;
	width: auto;
}
.map-images img {
	max-height: 400px;
	margin: 0 auto;
}
body.admin-bar .ow-map-popup .modal .modal-dialog {
	margin-top: 32px;
}
/* body.admin-bar .modal {
	top: 98px;
}
body.admin-bar .modal {
	top: 66px;
} */
.modal {
	z-index: 9999;
}

/* - min-width: 1200 */
@media (min-width: 1200px) {
	.ow-map-popup .modal .modal-dialog {
		max-width: 70%;
	}
	.ow-map-popup .modal .modal-dialog .modal-content {
		padding: 0 30px;
	}
}

/* Logo */
/*
.grayscale-hover {
	max-height: 60px;
	opacity: 0.8;
	filter: grayscale(100%);
	transition: all 0.3s ease;
}
.grayscale-hover:hover {
	filter: grayscale(0%);
	opacity: 1;
	transform: scale(1.05);
}
*/
.villa-desc {
	max-width: 900px;
	margin: 0 auto;
	margin-top: 0px;
}
.map-bottom-images img {
	height: 100%;
	object-fit: cover;
}
.theme-map .section-header {
	background-color: #f4f2ef;
	padding-top: 70px;
	padding-bottom: 70px;
}
.theme-map .section-header p {
	margin-bottom: 0;
}
.theme-map .section-header-inner {
	max-width: 1000px;
	margin: 0 auto;
}