/*-----------------------------------------------------------------------------------

	Template Name: Magic Concierge
	Author: Lotus Design
	Author URI: lotusdesign.pt
	Version: 1.0

-----------------------------------------------------------------------------------

	Important Colors

	Primary     => #103161
	secundary   => #CDAE6E
	Extra Color => #242C4F

-----------------------------------------------------------------------------------*/

/* MAGIC PRIMARY COLOR STYLE */
.magic-primary-color{
	color: #103161 !important;
}

/* MAGIC SECUNDARY COLOR STYLE */
.magic-secundary-color{
	color: #CDAE6E !important;
}

/* CUSTOM LOGO STYLE */
.navbar-brand img {
	width: 200px;
}

/* CUSTOM BTN 1 */
.custom_btn_1 .golden-btn {
	height: 45px;
	border: 1px solid #CDAE6E;
	line-height: 43px;
	text-align: center;
	padding: 0 25px;
	color: #103161;
	transition: all 0.3s ease-out 0s;
	margin-top: 30px;
}

/* CUSTOM BUTTON GOLDEN HOVER STYLE */
.custom_btn_1 .golden-btn:hover {
	background-color: rgba(90, 88, 114, 0.2);
}

/* CUSTOM BUTTON ACTIVE STYLE */
.custom_btn_1.active .golden-btn {
	background-color: #fff;
	border-color: #fff;
}

/* CUSTOM ACTIVE ITEM MENU NAVBAR BEFORE STYLE */
.navbar-nav .nav-item a::before {
	position: absolute;
	content: '';
	bottom: 0px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #fff;
	transition: all 0.3s ease-out 0s;
}

/* CUSTOM NAVBAR AND ACTIVE ITEM BEFORE STYLE */
.navbar-nav .nav-item a.active::before, .navbar-nav .nav-item a:hover::before {
	width: 100%;
	background-color: #cdae6e !important;
}

.sticky .navbar-nav .nav-item a::before {
	background-color: #cdae6e !important;
	font-weight: 500;
}

/* CUSTOM SECTION TITLE P TAG STYLE */
p {
	margin-top: 15px;
	font-size: 18px;
	color: #7A7A7A !important;
}

/* CUSTOM ABOUT AREA STYLE */
.about_area {
	background-color: #FBFBFB;
	position: relative;
}

/* CUSTOM ABOUT CONTENT EXPERIENCE STYLE */
.about_image .image_content .experience {
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	display: table-cell;
	vertical-align: middle;
	border: 2px solid #cdae6e;
	background-image: radial-gradient(at center center, #103161 2%, #242C4F 100%);
}

/* MAIN BUTTON  */
.main-btn {
	display: inline-block;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 0;
	padding: 0 40px;
	font-size: 16px;
	height: 55px;
	line-height: 55px;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	z-index: 5;
	transition: all 0.4s ease-out 0s;
	background-image: radial-gradient(at center center, #103161 2%, #242C4F 100%);
	border: 2px solid #cdae6e;
}

/* CUSTOM MAIN BUTTON HOVER STYLE */
.main-btn:hover {
	background: #cdae6e;
	color: #103161;
}

/* CUSTOM SINGLE FEATURES i TAG STYLE */
.single_features i {
	font-size: 60px;
	line-height: 60px;
	color: #cdae6e;
	transition: all 0.3s ease-out 0s;
}



/* DARK OVERLAY */
.drk:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: black;
	opacity: 0.5;
	z-index: 1;
}

/* CUSTOM WIDTH FROM CAROUSEL */
.carousel-caption {
	left: 10% !important;
	right: 10% !important;
	bottom: 0 !important;
	z-index: 2;
}

/* CUSTOM CAROUSEL NAVIGATION BUTTONS */
.custom-carousel-btn {
	background-color: transparent !important;
	border: 0px !important;
}

/* CUSTOM CENTER DIV TO MIDDLE 1 */
.center-div {
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	/*border: 5px solid #FFFF00;*/
	padding: 10px;
}

/* CUSTOM CENTER DIV TO MIDDLE 2 */
.custom-center-middle {
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
}

/* CUSTOM MAIN TITLE */
.main-title {
	/*color: white !important;*/
	color: #CDAE6E !important;
	font-size: 5em;
	padding-bottom: .5em;
}

/* CUSTOM MAIN SUB TITLE */
.main-sub-title {
	color: white;
	font-size: 1.5em;
	padding: 0px 0px 0px 0px;
}

/* CUSTOM MAIN TEXT CONTENT */
.main-text-content {
	font-size: 1.1em !important;
	/*line-height: 31px;*/
	text-align: center;
	margin-top:  15px !important;
	padding: 0px 15% 0px 15%;
}

.show-hide-mobile {
	display: block;
}