

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700&amp;display=swap');

/*
	font-family: 'Rajdhani', sans-serif;
*/

@import url('fontawesome-all.css');
@import url('animate.css');
@import url('flaticon.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('scrollbar.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
	line-height: inherit;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	
	font-size:14px;
	color:#787878;
	line-height:1.6em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: arial;
}
.our-mission-001 .main-header .nav-outer .outer-box {
    position: relative;
    float: left;
    padding: 4px 3em;
    margin-left: 3em !important;
}
.cont-float-btn {
       position: fixed;
    top: 60%;
    left: 0;
    transform: translateY(-50%);
    width: 47px;
    height: auto;
    padding: 14px;
    background: #f00;
    box-shadow: 0 20px 50px rgb(0 0 0 / 50%);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 999999;
    float: left;
}
a{
	text-decoration:none;
	cursor:pointer;
	color:#ff0000;
}

a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.2em;
	font-family: 'Rajdhani', sans-serif;
}

textarea{
	overflow:hidden;	
}

button{
	outline: none !important;
	cursor: pointer;
}

p,.text{
	font-size: 18px;
	line-height: 34px;
	font-weight: 400;
	color: #6c6d70;
	margin: 0;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	z-index: 9;
	overflow: hidden;
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

figure{
	margin-bottom: 0;
}

.theme-btn{
	display:inline-block;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	font-family: 'Rajdhani', sans-serif;
}

.theme-btn i{
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}

.centered{
	text-align:center !important;
}

/* login */

/* #login-manage{
	position: absolute;
    top: 140px;
    left: 10%;
    z-index: 99999;
} */

/*Btn Style One*/
.btn-style-one{
	position:relative;
	font-size:15px;
	line-height:11px;
	color:#ffffff;
	font-weight:700;
	padding: 25px 40px;
	background-color: #ff0000;
	overflow: hidden;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	transition: all 300ms linear;
	border-radius: 0px;
}

.btn-style-one .btn-title{
	position: relative;
}

.btn-style-one:hover{
	color:#ff0000;
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-o-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.btn-style-one:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #24262d;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.btn-style-one:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

/*Btn Style Two*/
.btn-style-two{
	position:relative;
	font-size:18px;
	line-height:27px;
	color:#ffffff;
	font-weight:700;
	padding: 25px 60px;
	background-color: #24262d;
	overflow: hidden;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	transition: all 300ms linear;
	border-radius: 0px;
}

.btn-style-two .btn-title{
	position: relative;
}

.btn-style-two:hover{
	color:#24262d;
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-o-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.btn-style-two:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #ffffff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.btn-style-two:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

/*Btn Style Three*/
.btn-style-three{
	position:relative;
	font-size:16px;
	line-height:30px;
	color:#f1ecff;
	font-weight:500;
	padding: 10px 32px;
	background-color: #1a2940;
	overflow: hidden;
	border-radius: 0px;
	transition: all 300ms linear;
}

.btn-style-three .btn-title{
	position: relative;
}

.btn-style-three:hover{
	color:#1a2940;
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-o-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.btn-style-three:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #ffffff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.btn-style-three:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

/*Btn Style Four */

.btn-style-four{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	padding: 10px 30px;
	font-weight: 500;
	overflow: hidden;
	border: 1px solid #333333;
	background-color: #333333;
}

.btn-style-four:hover{
	color: #333333;
	border: 1px solid #ffffff;
	-webkit-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
	-moz-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
	-ms-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
	-o-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
	box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
}

/*=== Social Icon One ===*/
.social-icon-one{
	position: relative;
}

.social-icon-one li{
	position: relative;
	display: inline-block;
	margin-left: 25px;
}

.social-icon-one li a{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-one li a:hover{
	color: #ff0000;
}

.social-icon-one li:first-child{
	margin-left: 0;
}

/*=== List Style One ===*/

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	font-size:18px;
	line-height:24px;
	color: #24262d;
	font-weight:600;
	padding-left:30px;
	margin-bottom: 16px;
}

.list-style-one li:before{
	content: "\f14a";
	position:absolute;
	left: 0;
	top: 0px;
	display:block;
	font-size:14px;
	line-height: 26px;
	padding: 0px;
	color:#ff0000;
	font-weight:900;
	font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
	color: #44bce2;
}

/*=== List Style Two ===*/

.list-style-two{
	position:relative;
}

.list-style-two li{
	position:relative;
	font-size:15px;
	line-height:25px;
	color: #666666;
	font-weight:400;
	padding-left:25px;
	margin-bottom: 15px;
}

.list-style-two li:before{
	content: "\f182";
	position:absolute;
	left: 0;
	top: 0px;
	display:block;
	font-size:15px;
	line-height: 25px;
	padding: 0px;
	color:#666666;
	font-family: "LineAwesome";
}

.list-style-two li a:hover{
	color: #44bce2;
}

.theme_color{
	color:#fa7720;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

.tabs-box{
	position: relative;
}

.tabs-box .tab{
	display: none;
}

.tabs-box .active-tab{
	display: block;
}

.preloader{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:999999; 
	background-color:#ffffff; 
	background-position:center center; 
	background-repeat:no-repeat; 
	background-image:url(../images/icons/preloader.svg);
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.dropdown-toggle::after{
	display: none;
}

.fa{
	line-height: inherit;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:20px;
	right:20px;
	width:48px;
	height:48px;
	color:#ffffff;
	font-size:20px;
	line-height:48px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#ff0000;
	display:none;
	border-radius: 5px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	background:#2c2c2c;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position: relative;
	display: block;
	width: 100%;
	z-index: 99999;
	background-color: #24262d;
	font-family: arial;
}

.main-header .header-top{
	position: relative;
	background-color:#1d1f25;
	font-family: arial;
	font-size: 9px;
}

.main-header .header-top .inner-container{
	position: relative;
	padding-left: 0px;
}

/* Top Left*/

.main-header .header-top .top-left{
	position: relative;
	float: left;
	padding: 10px 0;
}

.main-header .header-top .top-left .text{
	position: relative;
	font-size: 13px;
	line-height: 25px;
	color: #9a9ca2;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.main-header .header-top .top-left .text span{
	color: #ffffff;
	font-weight: 700;
	margin-right: 25px;
	text-transform: uppercase;
}

.main-header .header-top .top-right{
	position: relative;
	float: right;
	padding: 10px 0;
	padding-left: 60px;
	border-left: 1px solid #292a30;
}

.main-header .header-top .top-right .visit-link{
	position: relative;
	font-size: 13px;
	line-height: 25px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .header-top .top-right .visit-link:hover{
	color: #ffffff;
}

/*=== Header Upper ===*/

.main-header .header-upper{
	position: relative;
}

.main-header .header-upper .inner-container{
	position: relative;
}

.main-header .header-upper .inner-container:before {
    position: absolute;
    right: 100%;
    bottom: 0;
    height: 92px;
    width: 1000%;
    background-color: #f7f5f1;
    content: "";
    margin-right: -200px;
    margin-bottom: 0px;
}

.main-header .header-upper .logo-outer{
	position: relative;
	float: left;
}

.main-header .header-upper .logo-outer:before {
    position: absolute;
    right: -71px;
    bottom: -1px;
    border-left: 28px solid transparent;
    border-bottom: 35px solid #24262d;
    content: "";
}
.main-header .header-upper .logo{
	position: relative;
	padding: 5px 0;
	z-index: 9999;
}

.main-header .header-upper .logo img{
	display: inline-block;
	max-width: 100%;
	height: auto;
	filter: drop-shadow(2px 4px 6px gray);
}

.main-header .nav-outer{
	 position: relative;
    float: inherit;
}

.main-header .upper-right{
	position: relative;
	float: right;
	padding: 9px 0;
	z-index: 999999;
}

.main-header .info-list{
	position: relative;
}

.main-header .info-list li{
	position: relative;
    float: left;
    font-size: 14px;
    line-height: 25px;
    color: #9a9ca2;
    font-weight: 500;
    text-transform: inherit;
    letter-spacing: 0.05em;
    margin-left: 35px;
}
.upper-right {
    z-index: 99999;
}
.main-header .info-list li:first-child{
	margin-left: 0;
}

.main-header .info-list li a{
	display: inline-block;
	font-weight: 600;
	color: #9a9ca2;
	transition: all 300ms ease;
}

.main-header .info-list li a:hover{
	color: #ff0000;
}

.main-header .info-list li span {
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    margin-right: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.main-header .nav-outer .outer-box{
	position: relative;
    float: left;
    padding: 4px 3em;
    margin-left: 4em;
}

.main-header .nav-outer .social-icon-one li{
	line-height: 25px;
}

.main-menu{
	position:relative;
	float:left;
	background-color: #ff0000;
	margin-left: 13em;
}

.main-menu:before{
	position: absolute;
	left: 100%;
	background-color: #ff0000;
	height: 100%;
	width: 1000%;
	top: 0;
	content: "";
}

.main-menu:after{
	position: absolute;
	left: 0;
	top: 0;
	border-right: 21px solid transparent;
	border-top: 20px solid #24262d;
	content: "";
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin: -14px 0;
	padding-left: 50px;
}

.main-menu .navigation > li{
	position: relative;
    float: left;
    padding: 25px 0;
    margin-left: 31px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation > li:first-child{
	margin-left: 0;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	font-size: 12px;
	line-height: 25px;
	font-weight:600;
	opacity:1;
	color:#ffffff;
	padding: 0px;
	text-transform:uppercase;
	letter-spacing: 0.1em;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	text-shadow: 0 0 1px;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:230px;
	z-index:100;
	padding:6px 0px;
	background-color:#ffffff;
	opacity:0;
	display:none;
	margin-top:0px;
	border-radius:5px;
	-webkit-transform:translateY(30px);
	-ms-transform:translateY(30px);
	transform:translateY(30px);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	padding:0px 25px;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 5px 0px;
    line-height: 24px;
    font-weight: 500;
    font-size: 14px;
    color: #ff0000;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child > a{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#ff0000;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position:absolute;
	right:0;
	top:12px;
	display:block;
	line-height:24px;
	font-size:16px;
	font-weight:900;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0px;
	width:230px;
	z-index:100;
	display:none;
	background-color:#ffffff;
	opacity:0;
	padding: 10px 0px;
	margin-left: 5px;
	border-radius:5px;
	-webkit-transform:translateY(30px);
	-ms-transform:translateY(30px);
	transform:translateY(30px);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	padding:0px 25px;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:12px 0px;
	line-height:24px;
	font-weight:600;
	font-size:16px;
	color:#333333;
	text-align:left;
	border-bottom: 1px solid #e5e5e5;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li:last-child > a{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	color:#ff0000;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0px;
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);	
}

.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

/*** 

====================================================================
	Header Style Two
====================================================================

***/

.header-style-two{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: transparent;
}

.header-style-two .auto-container{
	position: relative;
}

.header-style-two .auto-container:before{
	position: absolute;
	left: 15px;
	top: 0;
	height: 100%;
	width: 1000%;
	background-color: rgba(36,38,45,.10);
	content: "";
}

.header-style-two .header-top .inner-container{
	padding-left: 250px;
	border-bottom: 1px solid rgba(255,255,255,0.10);
}

.header-style-two .header-top .inner-container .bg-shade{
	position:absolute;
	left:0;
	top:0;
	width:200%;
	height:100%;
	background:rgba(36,38,45,0.10);
	border-bottom: 1px solid rgba(255,255,255,0.10);	
}

.header-style-two .header-upper .inner-container .bg-shade{
	position:absolute;
	left:0;
	top:0;
	width:200%;
	height:100%;
	background:rgba(36,38,45,0.10);
}

.header-style-two .header-upper .logo{
	padding: 35px 25px;
	padding-right: 5px;
	margin-right: 20px;
    background: #ffffff;
}

.header-style-two .header-upper .logo:before{
	position: absolute;
	right: -21px;
	bottom: 0;
	border-bottom: 18px solid transparent;
	border-left: 21px solid #ffffff;
	content: "";
}

.header-style-two .header-upper .logo:after{
	position: absolute;
	right: -21px;
	bottom: 18px;
	top: 0;
	width: 21px;
	background-color: #ffffff;
	content: "";
}

.header-style-two .header-top{
	background-color: transparent;
}

.main-header .header-top .top-right{
	border-left: 1px solid rgba(255,255,255,0.10);
}

.header-style-two .main-menu:after,
.header-style-two .header-upper .logo-outer:before,
.header-style-two .header-upper .inner-container:before{
	display: none;
}

.header-style-two .header-upper .logo-outer {
    position: relative;
    float: left;
    margin-top: -45px;
}

.main-header .header-top .top-info{
	position: relative;
}

.main-header .header-top .top-info li{
	position: relative;
	float: left;
	font-size: 13px;
	line-height: 25px;
	color: #ffffff;
	font-weight: 600;
	padding-right: 20px;
	margin-right: 15px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	opacity: .70;
}

.main-header .header-top .top-info li:before{
	position: absolute;
	right: -4px;
	top: 0;
	font-size: 13px;
	line-height: 25px;
	color: #ffffff;
	font-weight: 600; 
	content: ".";
}

.main-header .header-top .top-info li:last-child:before{
	display: none;
}

.main-header .header-top .top-info li a{
	color: #ffffff;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .header-top .top-info li a:hover{
	color: #ff0000;
	text-decoration:underline;
}

.header-style-two .header-top .top-right .visit-link{
	color: #ffffff;
}

.header-style-two .header-top .top-right .visit-link:hover{
	color: #ff0000;
}

.header-style-two .main-menu{
	background-color: transparent;
}

.header-style-two .main-menu:before{
	display: none;
}

.header-style-two .social-icon-one li a{
	font-size: 16px;
}

.header-style-two .nav-outer .outer-box{
	padding: 27px 0;
}

.header-style-two .main-menu .navigation{
	padding-left: 60px;
}

.header-style-two .main-menu .navigation > li{
	padding: 30px 0;
}

/*** 

====================================================================
		Sticky Header
====================================================================

***/
.fixed-header .sticky-header .logo img {
    filter: drop-shadow(2px 2px 3px gray);
    height: 52px;
}

.sticky-header{
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header{
	opacity:1;
	z-index: 99999;
	visibility:visible;
}

.fixed-header .sticky-header .logo{
	padding: 10px 0;
}

.sticky-header .main-menu{
	background-color: transparent;
	margin-left: 0;
}

.sticky-header .main-menu .navigation > li{
	margin-left: 32px !important;
    padding: 13px 6px 0px;
    margin-right: 0;
    background-color: transparent;
}

.sticky-header .main-menu:after,
.sticky-header .main-menu:before,
.header-style-two .auto-container:before,
.sticky-header .main-menu .navigation > li.dropdown > a:after,
.sticky-header .main-menu .navigation > li:before{
	display: none;
}

.sticky-header .main-menu .navigation > li > a{
	padding:20px 0px !important;
	line-height:30px;
	font-size:15px;
	font-weight:500;
	color:#222222;
	text-transform:capitalize;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
	opacity:1;
	color: #ff0000;
}

/*** 

====================================================================
		Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size:20px;
	cursor: pointer;
	color:#ff0000;
	margin:35px 0px 0px;
	display: none;
}

.nav-outer .mobile-nav-toggler .icon{
	position:relative;
	display:block;
}

.nav-outer .mobile-nav-toggler .line{
	position:relative;
	font-size:30px;
	line-height:7px;
	display:block;
}

.mobile-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right:30px;
	max-width:100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .mCSB_inside>.mCSB_container{
	margin-right:15px;	
}

.mobile-menu .mCSB_inside>.mCSB_container.mCS_y_hidden{
	margin-right:0px;	
}

.mobile-menu .nav-logo{
	position:relative;
	padding:30px 25px;
	text-align:left;	
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(244 67 54);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #202020;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn{
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	-webkit-transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
	transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	transform:rotate(315deg);
}

.mobile-menu .close-btn:hover{
	color:#ff0000;
	-webkit-transform:rotate(225deg);
	-ms-transform:rotate(225deg);
	transform:rotate(225deg);
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:last-child{
	border-bottom: none;
}

.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 16px;
	font-weight:600;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

.mobile-menu .navigation li ul li > a{
	font-size: 16px;
	padding-left:35px;
	text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:0;
	border-left:5px solid #ff0000
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li > a:hover{
	color:#ff0000;	
}

.mobile-menu .navigation li.current > a:before{
	height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:6px;
	top:6px;
	width:32px;
	height:32px;
	text-align:center;
	font-size:16px;
	line-height:32px;
	color:#ffffff;
	background:rgba(255,255,255,0.10);
	cursor:pointer;
	border-radius:2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
	z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
	background:#ff0000;	
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);	
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

.mobile-menu .social-links{
	position:relative;
	text-align:center;
	padding:30px 25px;
}

.mobile-menu .social-links li{
	position:relative;
	display:inline-block;
	margin:0px 5px 10px;
}

.mobile-menu .social-links li a{
	position:relative;
	line-height:32px;
	font-size:28px;
	color:#ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

.mobile-menu .social-links li a:hover{
	color:#ff0000;	
}

/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title{
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment: fixed;
	padding:145px 0px;
}

.page-title:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color: #1d1f25;
	opacity: .50;
}

.page-title h1{
	position:relative;
	font-size:70px;
	font-weight:700;
	color:#ffffff;
	line-height:1em;
	z-index:99;
	letter-spacing: 5px;
	text-transform:uppercase;
}

.page-title .page-info{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	z-index:1;
}

.page-info .bread-crumb{
	position:relative;
	float: right;
	padding:10px 40px;
	padding-right: 20px;
	margin-right: 20px;
	background-color: #24262d;
}

.page-info .bread-crumb:before{
	position: absolute;
	left: 100%;
	top: 0;
	border-right: 21px solid transparent;
	border-bottom: 18px solid #24262d;
	content: "";
}

.page-info .bread-crumb:after{
	position: absolute;
	left: 100%;
	top: 18px;
	bottom: 0px;
	width: 21px;
	background-color: #24262d;
	content: "";
}

.page-info .bread-crumb li{
	position:relative;
	display:inline-block;
	font-size:14px;
	line-height: 27px;
	color:rgba(255,255,255,0.90);
	font-weight:700;
	text-transform:uppercase;
	letter-spacing: 3px;
	margin-right:18px;
	padding-right: 18px;
}

.page-info .bread-crumb li:last-child{
	margin-right:0px;
	padding-right: 0;
}

.page-info .bread-crumb li:after{
	position:absolute;
	content:'.';
	top:0px;
	right:-4px;
	font-size:14px;
	line-height: 27px;
	color:#ff0000;
	font-weight:700;
}

.page-info .bread-crumb li:last-child:after{
	display:none;	
}

.page-info .bread-crumb li a{
	color:#ff0000;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.page-info .bread-crumb li a:hover{
	color:#ffffff;	
}

/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title{
	position:relative;
	z-index: 1;
	/*margin-bottom:50px;*/
}
section.room-section .sec-title {
    margin-bottom: 25px;
}
.sec-title .title{
	position: relative;
	display: block;
	font-size: 21px;
	line-height: normal;
	color: #ff0000;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 14px;
	letter-spacing: 0.05em;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.5px;
    color: #24262d;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: algerian;
}

.sec-title.light h2 {
    color: #ffffff;
    font-family: arial;
    line-height: normal;
    font-size: 44px;
    text-shadow: 2px 2px #333;
}
/*** 

====================================================================
		Banner Section
====================================================================

***/

.banner-section{
	position: relative;
	overflow:hidden;
}

.banner-section .slide-item{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner-section .slide-item .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-webkit-transition: all 5000ms linear;
	-moz-transition: all 5000ms linear;
	-ms-transition: all 5000ms linear;
	-o-transition: all 5000ms linear;
	transition: all 5000ms linear;
}

.banner-section .active .slide-item .image-layer{
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}

.banner-section .slide-item .content-box{
	position: relative;
	height: 550px;
	width: 100%;
	display: table;
	vertical-align: middle;
}

.banner-section .slide-item .content-box:after{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	/* background: #1d1f25; */
	opacity: .40;
	content: "";
}

.banner-section .slide-item .content{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 9;
}

.banner-section .slide-item .title{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 27px;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: 0.16em;
	padding: 10px 40px;
	padding-right: 19px;
	text-transform: uppercase;
	background-color: #24262d;
	margin-bottom: 30px;
	opacity: 0;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.banner-section .slide-item .title:before{
	position: absolute;
	left: 100%;
	margin-left:-1px;
	top: 0;
	border-right: 22px solid transparent;
	border-bottom: 18px solid #24262d;
	content: "";
}

.banner-section .slide-item .title:after{
	position: absolute;
	left: 100%;
	margin-left:-1px;
	bottom: 0;
	width: 21px;
	height: 29px;
	background-color: #24262d;
	content: "";
}

.banner-section .active .title{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.banner-section .slide-item h2{
	position: relative;
	display: block;
	font-size: 85px;
	line-height: 0.9em;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 0px;
	object-position: 0;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	opacity: 0;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-section .active h2{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
}

.banner-section .slide-item .btn-box{
	opacity: 0;
	-webkit-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	-o-transform: translateX(-50px);
	transform: translateX(-50px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-section .active .btn-box{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.banner-section .owl-nav{
	display: none;
}

.banner-section .owl-dots{
	position: absolute;
	right: 13%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner-section .owl-dot{
	position: relative;
	display: block;
	height: 20px;
	width: 20px;
	border: 6px solid #49494a;
	margin-bottom: 20px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section .owl-dot:last-child{
	margin-bottom: 0;
}

.banner-section .owl-dot.active,
.banner-section .owl-dot:hover{
	border: 6px solid #ffffff;
}

/*** 

====================================================================
	Banner Section Two
====================================================================

***/

.banner-section-two{
	position: relative;
	overflow:hidden;
}

.banner-section-two .slide-item{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner-section-two .slide-item .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-webkit-transition: all 5000ms linear;
	-moz-transition: all 5000ms linear;
	-ms-transition: all 5000ms linear;
	-o-transition: all 5000ms linear;
	transition: all 5000ms linear;
}

.banner-section-two .active .slide-item .image-layer{
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}

.banner-section-two .slide-item .content-box{
	position: relative;
	height: 1020px;
	width: 100%;
	display: table;
	vertical-align: middle;
	text-align: center;
}

.banner-section-two .slide-item .content-box:after{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: #1d1f25;
	opacity: .60;
	content: "";
}

.banner-section-two .slide-item .content{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 9;
}

.banner-section-two .slide-item h2{
	position: relative;
	display: block;
	font-size: 100px;
	line-height: 0.9em;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 26px;
	object-position: 0;
	text-transform: uppercase;
	margin-top: 50px;
	opacity: 0;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.banner-section-two .active h2{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.banner-section-two .slide-item .text{
	font-size: 22px;
	line-height: 40px;
	color: rgba(255,255,255,0.80);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-decoration: underline;
	margin-bottom: 40px;
	opacity: 0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-section-two .active .text{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
}

.banner-section-two .slide-item .btn-box{
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-section-two .active .btn-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.banner-section-two .owl-nav{
	display: none;
}

.banner-section-two .owl-dots{
	position: absolute;
	bottom: 55px;
	left: 0;
	width: 100%;
	text-align: center;
}

.banner-section-two .owl-dot{
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	border: 6px solid rgba(255,255,255,0.20);
	margin: 0 5px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section-two .owl-dot.active,
.banner-section-two .owl-dot:hover{
	border: 6px solid #ffffff;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position: relative;
	padding: 50px 0 0px;
}

.about-section .content-column{
	position: relative;
	margin-bottom: 50px;
}

.about-section .content-column .inner-column{
	position: relative;
	margin-left: -25px;
}

.about-section .content-column .sec-title {
    margin-bottom: 25px;
}

.about-section .content-column .text {
    font-size: 14px;
    line-height: 24px;
    color: #6c6d70;
    font-weight: 500;
    margin-bottom: 24px;
    font-family: arial;
    text-align: justify;
}

.about-section .image-column{
	position: relative;
	margin-bottom: 60px;
}

.about-section .image-column .inner-column{
	position: relative;
	padding-right: 90px;
}

.about-section .image-column .image-box{
	position: relative;
	border-radius: 20px !important;
    /* box-shadow: 1px 1px 10px; */
    box-shadow: 12px 12px 2px 1px rgb(231 185 185 / 28%);
}
.about-section figure.image a img {
    border-radius: 12px;
}
.about-section .image-column .image{
	position: relative;
	margin-bottom: 0;
}

.about-section .image-column .image img{
	display: block;
	width: 100%;
}

.about-section .image-column .image-box .title{
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 14px;
	line-height: 27px;
	color: #ff0000;
	font-weight: 700;
	letter-spacing: 0.16em;
	padding: 10px 40px;
	padding-right: 19px;
	text-transform: uppercase;
	background-color: #24262d;
}

.about-section .image-column .image-box .title:before{
	position: absolute;
	left: 100%;
	top: 0;
	border-right: 21px solid transparent;
	border-bottom: 18px solid #24262d;
	content: "";
}

.about-section .image-column .image-box .title:after{
	position: absolute;
	left: 100%;
	bottom: 0;
	width: 21px;
	height: 29px;
	background-color: #24262d;
	content: "";
}

.about-section .facts-couner{
	position: relative;
	margin: 0 -9px;
}

.about-section .counter-column{
	position: relative;
	float: left;
	width: 20%;
	padding: 0 9px;
	margin-bottom: 20px;
}

.about-section .counter-column .inner{
	position: relative;
	padding: 50px 20px;
	text-align: center;
	background-color: #f7f5f1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.about-section .counter-column .inner:before{
	position: absolute;
	right: 0;
	top: 0;
	border-left: 20px solid transparent;
	border-top: 20px solid #ffffff;
	content: "";
}

.about-section .counter-column .inner:hover{
	background-color: #ff0000;
}

.about-section .counter-column .icon-box{
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}

.about-section .counter-column .icon-box .icon{
	position: relative;
	display: inline-block;
	font-size: 50px;
	line-height: 1.2em;
	color: #24262d;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.about-section .counter-column .inner:hover .icon-box .icon{
	color: #ffffff;
}

.about-section .counter-column .count-box{
	position: relative;
	font-size: 30px;
	line-height: 1em;
	color: #24262d;
	font-weight: 500;
	margin-bottom: 3px;
	letter-spacing: 0.03em;
}

.about-section .counter-column .count-text{
	position: relative;
	font-size: 30px;
	line-height: 1em;
	color: #24262d;
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.about-section .counter-column .inner:hover .count-text{
	color: #ffffff;
}

.about-section .counter-column .counter-title{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #6c6d70;
	font-weight: 500;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.about-section .counter-column .inner:hover .counter-title{
	color: #ffffff;
}

/*** 

====================================================================
	About Section Two
====================================================================

***/

.about-section-two{
	position: relative;
	padding: 120px 0 0px;
}

.about-section-two .title-box{
	position:relative;
	margin-bottom:50px;	
}

.about-section-two .title-box .sec-title{
	margin-bottom:0;	
}

.about-section-two .title-box .link-box{
	position:relative;
	text-align:right;
	padding-top:30px;
}

.about-section-two .content-column{
	position: relative;
	margin-bottom: 50px;
	z-index:1;
}

.about-section-two .content-column .inner-column{
	position: relative;
	padding-left: 50px;
}

.about-section-two .content-column .sec-title{
	margin-bottom: 35px;
}

.about-section-two .content-column .sec-title h2{
	line-height: 1.2em;
}

.about-section-two .content-column .text{
	position:relative;
	font-size: 18px;
	line-height: 1.8em;
	color: #6c6d70;
	font-weight: 500;
}

.about-section-two .content-column .text p{
	font-size: 18px;
	line-height: 1.8em;
	color: #6c6d70;
	font-weight: 500;
	margin-bottom: 30px;
}

.about-section-two .image-column{
	position: relative;
	margin-bottom: 50px;
	z-index:1;
}

.about-section-two .image-column .inner-column{
	position: relative;
}

.about-section-two .image-column .image-box{
	position: relative;
}

.about-section-two .image-column .image{
	position: relative;
	margin-bottom: 0;
}

.about-section-two .image-column .image img{
	display: block;
	width: 100%;
}

.about-section-two .fun-fact-section{
	position:relative;
	background:none;
	padding:0px 0px;
	margin-top:-220px;
	overflow:hidden;
}

.about-section-two .fun-fact-section .inner-container{
	position:relative;
	padding:40px 0px;
	padding-left:290px;
	margin-left:250px;
	background:#24262d;
}

.about-section-two .fun-fact-section .inner-container:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:3000px;
	height:100%;
	background:#24262d;	
}

/*** 

====================================================================
	About Page Section
====================================================================

***/

.about-page-section{
	position: relative;
	padding: 0px 0 0;
}

.about-block{
	position: relative;
	margin-bottom: 0px;
}

.about-block .content-column{
	position: relative;
	margin-bottom: 50px;
}

.about-block .content-column .inner-column{
	position: relative;
	padding-right: 70px;
}

.about-block .content-column .sec-title{
	position: relative;
	margin-bottom: 10px;
}

.about-block .content-column .sec-title h2{
	line-height: 1.1em;
}

.about-block .content-column .text-box{
	position: relative;
}

.about-block .content-column .text-box p{
	position: relative;
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #6c6d70;
    font-weight: 300;
    margin-bottom: 5px;
    font-family: arial;
    text-align: justify;
}

.about-block .content-column .text-box p:last-child {
    margin-bottom: 0;
    text-align: justify;
    font-size: 15px;
    font-family: arial;
    line-height: 1.5;
}

.about-block .image-column{
	position: relative;
	margin-bottom: 50px;
}

.about-block .image-column .image{
	position: relative;
	margin-bottom: 0;
	padding-top: 6em;
}

.about-block .image-column .image img{
	display: block;
	width: 100%;
	height: auto;
}

.about-block.style-two .content-column{
	order: 2;
}

.about-block.style-two .content-column .inner-column{
	position: relative;
	padding-right: 0px;
	padding-left: 70px;
}

/*** 

====================================================================
	Intro Section
====================================================================

***/

.intro-section{
	position: relative;
	padding: 120px 0 90px;
	text-align: center;
}

.intro-section .sec-title{
	margin-bottom: 40px;
}

.intro-section .sec-title h2{
	line-height: 1.2em;
}

.intro-section .text{
	position: relative;
	font-size: 22px;
	line-height: 40px;
	color: #6c6d70;
	font-weight: 400;
	max-width: 1000px;
	margin: 0 auto 50px;
}

.intro-section .image-column{
	position: relative;
	margin-bottom: 30px;
}

.intro-section .image-column .image{
	position: relative;
	margin-bottom: 0;
	background-color: #24262d;
}

.intro-section .image-column .image img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.intro-section .image-column .image:hover img{
	opacity: .50;
}

/*** 

====================================================================
	Fun Fact Section
====================================================================

***/

.fun-fact-section {
    position: relative;
    background-color: #24262d;
    /* padding: 30px 0; */
    background-image: url(../images/gallery/img-14.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.wrapper-footer {
    background-color: #b6192487;
    /* height: 243px !important; */
    padding: 3em 0;
}
.fun-fact-section .title-column{
	position:relative;
	margin-bottom:50px;	
}

.fun-fact-section .title-column .sec-title{
	margin:0;
	padding:70px 0px 30px;
}

.fun-fact-section .title-column .sec-title h2{
	color:#ffffff;	
}

.fun-fact-section .facts-couner{
	position: relative;
}

.fun-fact-section .counter-column{
	position: relative;
}

.fun-fact-section .counter-column .inner{
	position: relative;
	padding: 70px 15px;
}

.fun-fact-section .counter-column .icon-box{
	position: relative;
	font-size:52px;
	color: #ffffff;
	line-height:1em;
	margin-bottom:22px;
}

.fun-fact-section .counter-column .count-box{
	position: relative;
	font-size: 60px;
	line-height: 50px;
	color: #ffffff;
	font-weight: 400;
	letter-spacing: 0.03em;
	margin-bottom: 15px;
}

.fun-fact-section .counter-column .count-text{
	position: relative;
	font-size: 60px;
	line-height: 0.8em;
	color: #ffffff;
	font-weight: 400;
}

.fun-fact-section .counter-column .counter-title{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1em;
	color: #9a9ca2;
	font-weight: 500;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

/*** 

====================================================================
		Room Section
====================================================================

***/

.room-section{
	position: relative;
	padding: 50px 0 0;
	background-color: #f7f5f1;
}

.room-section:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/icons/pattern-1.jpg);
	content: "";
	opacity: 0.05;
}

.room-detail-tabs{
	position: relative;
}

.room-detail-tabs .tabs-box{
	position: relative;
}

.room-detail-tabs .tab-btns{
	position: relative;
	left:0;
	top:0;
	width:100%;
	display: table;
	margin-bottom:60px;
}

.room-detail-tabs .tab-btns li {
    position: relative;
    display: table-cell;
    width: 25%;
    vertical-align: middle;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 0px;
    color: #24262d;
    font-family: arial;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    cursor: pointer;
    text-align: center;
    padding: 25px 8px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.room-detail-tabs .tab-btns li:before{
	position: absolute;
	right: 0;
	top:0px;
	border-right: 18px solid #ffffff;
	border-bottom: 21px solid transparent;
	content: "";
}

.room-detail-tabs .tab-btns li:last-child:before{
	border-right: 18px solid #f7f5f1;
}

.room-detail-tabs .tab-btns li.active-btn,
.room-detail-tabs .tab-btns li:hover{
	background-color: #ff0000;
	color: #ffffff;
}

.room-detail-tabs .tab-btns li.active-btn:before,
.room-detail-tabs .tab-btns li:hover:before{
	-webkit-transition: all 300ms ease 300ms;
	-moz-transition: all 300ms ease 300ms;
	-ms-transition: all 300ms ease 300ms;
	-o-transition: all 300ms ease 300ms;
	transition: all 300ms ease 300ms;
	background-color: #ff0000;
}

.room-detail-tabs .tab-btns li:hover span,
.room-detail-tabs .tab-btns li.active-btn span{
	color: #ffffff;
	opacity: 0.1;
}

.room-detail-tabs .tabs-content{
	position: relative;
	padding: 0 0 0px;
}

.room-detail-tabs .tab{
	position: relative;
	display:none;
}

.room-detail-tabs .active-tab{
	display:block;	
}

.room-section .content-column{
	position: relative;
}

.room-section .content-column .inner-column{
	position: relative;
	margin-right: -30px;
	opacity:0;
	-webkit-transform:translateX(-30px);
	-ms-transform:translateX(-30px);
	transform:translateX(-30px);
	-webkit-transition:all 500ms ease 100ms;
	-ms-transition:all 500ms ease 100ms;
	transition:all 500ms ease 100ms;
}

.room-section .active-tab .content-column .inner-column{
	opacity:1;
	-webkit-transform:translateX(0px);
	-ms-transform:translateX(0px);
	transform:translateX(0px);	
}

.room-section .content-column h2 {
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 0em;
    color: #24262d;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 17px;
    font-family: arial;
}
.room-section .content-column .room-size{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	line-height: 20px;
	color: #ff0000;
	font-weight: 700;
	letter-spacing: 0.16em;
	padding: 10px 30px;
	text-transform: uppercase;
	background-color: #24262d;
}

.room-section .content-column .room-size span{
	margin-right: 25px;
}

.room-section .content-column .text {
    position: relative;
    font-size: 15px;
    line-height: 34px;
    color: #6c6d70;
    font-weight: 400;
    margin-bottom: 5px;
    font-family: arial;
}

.room-section .room-info{
	position: relative;
	margin-bottom: 40px;
}

.room-section .room-info .icon{
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	font-size: 64px;
	line-height: 1em;
	color: #000000;
}

.room-section .room-info h5{
	display: block;
	font-size: 18px;
	line-height: 1.2em;
	color: #24262d;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	padding-right: 40px;
}

.room-section .image-column{
	position: relative;
	margin-bottom: 50px;
}

.room-section .image-column .inner-column{
	position: relative;
	padding-left: 0px;
	opacity:0;
	-webkit-transform:translateX(30px);
	-ms-transform:translateX(30px);
	transform:translateX(30px);
	-webkit-transition:all 500ms ease 100ms;
	-ms-transition:all 500ms ease 100ms;
	transition:all 500ms ease 100ms;
}

.room-section .active-tab .image-column .inner-column{
	opacity:1;
	-webkit-transform:translateX(0px);
	-ms-transform:translateX(0px);
	transform:translateX(0px);	
}

.room-section .image-column .image{
	position: relative;
	margin-bottom: 0;
}

.room-section .image-column .image img {
    display: block;
    width: 80%;
    height: auto;
    text-align: center;
	border-radius: 10px;
	float: right;
}

/*** 

====================================================================
	why Choose us
====================================================================

***/

.why-choose-us {
    position: relative;
    padding: 66px 0px;
    background-color: #24262d;
}

.why-choose-us .image-layer{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: .35;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.why-choose-us .title-column{
	position: relative;
}

.why-choose-us .title-column .inner-column{
	position: relative;
	padding-top: 100px;
	padding-left: 70px;
}

.why-choose-us .sec-title h2{
	line-height: 1.2em;
}

.why-choose-us .sec-title .title{
	margin-bottom: 10px;
}

.why-choose-us .feature-column{
	position: relative;
}

.why-choose-us .feature-column .inner-column{
	position: relative;
	padding-right: 70px;
}

.why-choose-us .features-box {
    position: relative;
    background-color: #ffffffb3;
    margin-top: 18px;
    padding: 30px 38px 30px;
}

.why-choose-us .feature-list{
	position: relative;
	display: block;
	counter-reset:count;
}

.why-choose-us .feature-list li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 34.5px;
    color: #24262d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 12px;
    padding-left: 32px;
    font-family: arial;
}

.why-choose-us .feature-list li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	line-height: 2em;
	color: #ff0000;
	font-weight: 600;
	counter-increment: count;
    content: "0" counter(count);
	content: "• ";
}

.why-choose-us .feature-list li:last-child{
	margin-bottom: 0;
}

.why-choose-us .features-box:before{
	position: absolute;
	left: 0;
	right: 21px;
	top:-18px;
	height: 18px;
	background-color: #ffffffb3;
	content: "";
}

.why-choose-us .features-box:after{
	position: absolute;
	right: 0;
	top:-18px;
	border-bottom: 18px solid #ffffff;
	border-right: 21px solid transparent;
	content: "";
}

/*** 

====================================================================
	Features Section
====================================================================

***/

.features-section{
	position: relative;
	padding: 120px 0 70px;
}

.feature-block-two{
	position: relative;
	margin-bottom: 50px;
}

.feature-block-two .inner-box{
	position: relative;
}

.feature-block-two .image-box{
	position: relative;
}

.feature-block-two .image{
	position: relative;
	margin-bottom: 0;
}

.feature-block-two .image img{
	display: block;
	width: 100%;
	height: auto;
}

.feature-block-two .lower-content{
	position: relative;
	padding-top: 25px;
}

.feature-block-two h5{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 1.2em;
	color: #24262d;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 28px;
}

.feature-block-two .text{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 33px;
	color: #6c6d70;
	font-weight: 500;
	margin-bottom: 40px;
}

.feature-block-two .list-style-one li{
	font-weight: 400;
}

.feature-block-two .list-style-one li:last-child{
	margin-bottom: 0;
}

/*** 

====================================================================
	Call To Action
====================================================================

***/

.call-to-action{
	position: relative;
	padding: 120px 0;
	text-align: center;
	background-color: #ff0000;
}

.call-to-action:before{
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/resource/Picture1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.6;
    background-attachment: fixed;
    content: "";
}

.call-to-action .sec-title .title {
    color: #ffffff;
    font-family: cursive;
    line-height: normal;
    font-size: 17px;
    text-shadow: 2px 2px #333;
}

.call-to-action .number{
	position: relative;
	display: block;
	font-size: 50px;
	line-height: 1em;
	color: #ffffff;
	margin-top: 10px;
	letter-spacing: 0.05em;
}

.call-to-action .number a {
   color: #ffffff;
    font-family: cursive;
    line-height: normal;
    font-size: 44px;
    text-shadow: 2px 2px #333;
}

.call-to-action .number a:hover{
	text-decoration: underline;
}

/*** 

====================================================================
	Floor Section
====================================================================

***/

.floor-section {
    position: relative;
    padding: 53px 0;
    margin-top: 29px;
}
.floor-carousel{
	position: relative;
}

.floor-carousel .info-column{
	position: relative;
}

.floor-carousel .floor-info{
	position: relative;
}

.floor-carousel .floor-info li{
	position: relative;
	font-size: 16px;
	line-height: 27px;
	color: #6c6d70;
	font-weight: 600;
	text-transform: uppercase;
	padding: 15px 30px;
	background-color: #f7f5f1;
}

.floor-carousel .floor-info li:nth-child(even){
	background-color: #ffffff;
}

.floor-carousel .floor-info li span{
	position: relative;
	float: right;
	color: #24262d;
	font-weight: 600;
}

.floor-carousel .text-column{
	position: relative;
}

.floor-carousel .text-column p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 34px;
	color: #6c6d70;
	font-weight: 500;
	margin-bottom: 34px;
}

.floor-carousel .text-column .theme-btn{
	margin-top: 20px;
}

.floor-carousel .owl-nav{
	display: none;
}

.floor-carousel .owl-dots{
	position: absolute;
	right: 0;
	top: -80px;
}

.floor-carousel .owl-dot{
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	border: 6px solid #d3d4d5;
	margin-left: 10px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.floor-carousel .owl-dot:last-child{
	margin-bottom: 0;
}

.floor-carousel .owl-dot.active,
.floor-carousel .owl-dot:hover{
	border: 6px solid #ff0000;
}

/*** 

====================================================================
	Property Section
====================================================================

***/

.property-section{
	position: relative;
	padding: 120px 0;
}

.property-tabs{
	position: relative;
	border-top: 0;
	border: 2px solid #f7f5f1;
}

.property-tabs .tab-btns{
	position: relative;
}

.property-tabs .tab-btns{
	position: relative;
	display: table;
	width: 100%;
}

.property-tabs .tab-btns li{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	line-height: 30px;
	color: #6c6d70;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	cursor: pointer;
	text-align: center;
	padding: 30px 15px;
	background-color: #f7f5f1;
	border-right: 1px solid #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.property-tabs .tab-btns li:hover,
.property-tabs .tab-btns li.active-btn{
	background-color: #24262d;
	color: #ff0000
}

.property-tabs .tab{
	position: relative;
}

.property-tabs .content-box{
	position: relative;
	padding: 70px 75px 70px;
}

.property-tabs .content-box .text{
	position: relative;
	font-size: 18px;
	line-height: 34px;
	color: #6c6d70;
	font-weight: 500;
	margin-bottom: 70px;
}

.property-tabs .info-column{
	position: relative;
}

.property-tabs .floor-info{
	position: relative;
	margin-bottom: 60px;
	opacity:0;
	-webkit-transform:translateX(-30px);
	-ms-transform:translateX(-30px);
	transform:translateX(-30px);
	-webkit-transition:all 500ms ease 200ms;
	-ms-transition:all 500ms ease 200ms;
	transition:all 500ms ease 200ms;
}

.property-tabs .active-tab .floor-info{
	opacity:1;
	-webkit-transform:translateX(0px);
	-ms-transform:translateX(0px);
	transform:translateX(0px);	
}

.property-tabs .floor-info li{
	position: relative;
	font-size: 16px;
	line-height: 27px;
	color: #6c6d70;
	font-weight: 600;
	text-transform: uppercase;
	padding: 15px 30px;
	background-color: #f7f5f1;
}

.property-tabs .floor-info li:nth-child(even){
	background-color: #ffffff;
}

.property-tabs .floor-info li span{
	position: relative;
	float: right;
	color: #24262d;
}

.property-tabs .image-column{
	position: relative;
	text-align: right;
}

.property-tabs .image-column .image{
	position: relative;
	opacity:0;
	-webkit-transform:translateX(30px);
	-ms-transform:translateX(30px);
	transform:translateX(30px);
	-webkit-transition:all 500ms ease 200ms;
	-ms-transition:all 500ms ease 200ms;
	transition:all 500ms ease 200ms;
}

.property-tabs .active-tab .image-column .image{
	opacity:1;
	-webkit-transform:translateX(0px);
	-ms-transform:translateX(0px);
	transform:translateX(0px);	
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section{
	position: relative;
	padding: 120px 0 90px;
}

.news-block{
	position: relative;
	margin-bottom: 30px;
}

.news-block .inner-box{
	position: relative;
	background-color: #f7f5f1;
}

.news-block .image-box{
	position: relative;
}

.news-block .image-box .image{
	position: relative;
	margin-bottom: 0;
	background-color: #24262d;
	overflow: hidden;
}

.news-block .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .inner-box:hover .image a img{
	opacity: .70;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.news-block .lower-content{
	position: relative;
	padding: 40px 80px 70px;
}

.news-block .lower-content .date{
 	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #ff0000;
	font-weight: 700;
	letter-spacing: 0.16em;
	padding: 10px 30px;
	text-transform: uppercase;
	background-color: #24262d;
	margin-bottom: 20px;
}

.news-block .lower-content h5{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: #24262d;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 25px;
}

.news-block .lower-content h5 a{
	color: #24262d;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;	
}

.news-block .lower-content h5 a:hover{
	color: #ff0000
}

.news-block .lower-content .text{
	position: relative;
	font-size: 18px;
	line-height: 34px;
	color: #6c6d70;
	font-weight: 500;
	margin-bottom: 40px;
}

.news-block .post-info{
	position: relative;
}

.news-block .post-info li{
	position: relative;
	display: inline-block;
	margin-right: 15px;
	padding-right: 20px;
	font-size: 16px;
	line-height: 30px;
	color: #ff0000;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.news-block .post-info li a{
	color: #ff0000;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;	
}

.news-block .post-info li:before{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 16px;
	line-height: 30px;
	color: #ff0000;
	font-weight: 500;
	content: ".";
}

.news-block .post-info li a:hover{
	color: #24262d;
	text-decoration:underline;	
}

/*** 

====================================================================
		News Section Two
====================================================================

***/

.news-section-two{
	position: relative;
	padding: 120px 0 90px;
}

.news-block-two{
	position: relative;
	margin-bottom: 30px;
}

.news-block-two .inner-box{
	position: relative;
	background-color: #f7f5f1;
}

.news-block-two .image-box{
	position: relative;
}

.news-block-two .image-box .image{
	position: relative;
	margin-bottom: 0;
	overflow: hidden;
	background-color: #24262d;
}

.news-block-two .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two .inner-box:hover .image img{
	opacity: .70;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.news-block-two .lower-content{
	position: relative;
	padding: 40px 60px 50px;
}

.news-block-two .lower-content .date{
 	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #ff0000;
	font-weight: 700;
	letter-spacing: 0.16em;
	padding: 10px 30px;
	text-transform: uppercase;
	background-color: #24262d;
	margin-bottom: 20px;
}

.news-block-two .lower-content h4{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: #24262d;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.news-block-two .lower-content h4 a{
	color: #24262d;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;	
}

.news-block-two .lower-content h4 a:hover{
	color: #ff0000;
}

/*** 

====================================================================
	News Detail
====================================================================

***/

.news-detail{
	position: relative;
}

.author-box{
	position: relative;
	margin-bottom: 70px;
	border: 2px solid #f7f5f1;
	padding: 58px 58px;
}

.author-box .inner-box{
	position: relative;
	padding-left: 210px;
	min-height: 165px;
}

.author-box .thumb{
	position: absolute;
	left: 0;
	top: 0;
	width: 160px;
}

.author-box .thumb img{
	display: block;
	width: 100%;
}

.author-box .name{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 1em;
	color: #24262d;
	font-weight: 600;
	margin-bottom: 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.author-box .text{
	font-size: 18px;
	line-height: 34px;
	color: #6c6d70;
	font-weight: 500;
}

/*** 

====================================================================
		Gallery Section
====================================================================

***/

.gallery-section{
	position: relative;
	padding:1px 0px;
}

.gallery-item{
	position: relative;
}

.gallery-item .image-box{
	position: relative;
	overflow: hidden;
}

.gallery-item .image-box .image{
	position: relative;
}

.gallery-item .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.gallery-item .overlay-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	background-color: rgba(249, 20, 20, 0.9);
	content: "";
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.gallery-item .image-box:hover .overlay-box{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.gallery-item .overlay-box a{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -25px;
	margin-left: -25px;
}

.gallery-item .overlay-box a span{
	display: block;
	height: 58px;
	width: 58px;
	color: #ffffff;
	border-radius: 50%;
	font-weight: 400;
	line-height: 58px;
	font-size: 30px;
}

.gallery-section .owl-nav{
	display: none;
}

/*** 

====================================================================
		Gallery Section Two
====================================================================

***/

.gallery-section-two{
	position: relative;
	padding: 110px 0 0;
}

.gallery-section-two:before{
	content: "";
	position: absolute;
    left: 0;
    top: 0;
    height: 60%;
    width: 100%;
	background-color: #f7f5f1;
}

.gallery-section-two .pattern-layer{
	position: absolute;
    left: 0;
    top: 0;
    height: 60%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    opacity: 0.05;
}

.gallery-item-two{
	position: relative;
}

.gallery-item-two .image-box{
	position: relative;
	overflow: hidden;
}

.gallery-item-two .image-box .image{
	position: relative;
	height: 240px;
}

.gallery-item-two .image-box .image img{
	display: block;
	width: 100%;
	height: 240px;
    object-fit: cover;
}

.gallery-item-two .overlay-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	background-color: rgb(255 0 0 / 34%);
	content: "";
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.gallery-item-two .image-box:hover .overlay-box{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.gallery-item-two .overlay-box a{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -25px;
	margin-left: -25px;
}

.gallery-item-two .overlay-box a span{
	display: block;
	height: 58px;
	width: 58px;
	color: #ffffff;
	border-radius: 50%;
	font-weight: 400;
	line-height: 58px;
	font-size: 30px;
}

.gallery-item-two .owl-nav{
	display: none;
}

.gallery-section-two .gallery-item-two .image{
	margin-bottom: 0;
}

.gallery-section-two .owl-nav{
	display: none;
}

.gallery-section-two .owl-dots{
	position: absolute;
	bottom: 62px;
	left: 0;
	width: 100%;
	text-align: center;
}

.gallery-section-two .owl-dot{
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	border: 6px solid rgba(255,255,255,0.20);
	margin: 0 5px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.gallery-section-two .owl-dot.active,
.gallery-section-two .owl-dot:hover{
	border: 6px solid #ffffff;
}

/*** 

====================================================================
		Gallery Page Section
====================================================================

***/

.gallery-page-section{
	position: relative;
	padding: 40px 0 90px;
}

/*=== Mixitup Gallery ===*/
.mixitup-gallery .filters{
	margin-bottom:50px;
	text-align: center;
}

.mixitup-gallery .filters .filter-tabs{
	position:relative;
	display: block;
}

.mixitup-gallery .filters li{
	position:relative;
	display: inline-block;
	font-size:14px;
	line-height:30px;
	padding:10px 30px;
	cursor:pointer;
	color:#ffffff;
	font-weight:700;
	margin: 0 4px 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
	background-color: #ff0000;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.mixitup-gallery .filters .filter.active,
.mixitup-gallery .filters .filter:hover{
	color: #ffffff;
	background-color: #24262d;
}

.mixitup-gallery .gallery-item-two{
	display: none;
}

.gallery-item-two{
	position: relative;
	margin-bottom: 10px;
}

.owl-theme .gallery-item-two{
	margin-bottom:0;	
}

/*** 

====================================================================
	Apartments Section
====================================================================

***/

.apartments-section{
	position: relative;
	padding: 120px 0 90px;
}

.apartment-block{
	position: relative;
	margin-bottom: 30px;
}

.apartment-block .inner-box{
	position: relative;
}

.apartment-block .image-box{
	position: relative;
}

.apartment-block .image{
	position: relative;
	margin-bottom: 0;
	background-color: #24262d;
}

.apartment-block .image img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.apartment-block .inner-box:hover .image img{
	opacity: .70;
}

.apartment-block .info-box{
	position: relative;
	padding: 35px 40px;
	background-color: #f7f5f1;
}

.apartment-block .info-box:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	opacity:0;
	background-color: #24262d;
	-webkit-transform-origin:bottom;
	-ms-transform-origin:bottom;
	transform-origin:bottom;
	-webkit-transform:scaleY(0);
	-ms-transform:scaleY(0);
	transform:scaleY(0);
	-webkit-transition:all 300ms ease 100ms;
	-ms-transition:all 300ms ease 100ms;
	transition:all 300ms ease 100ms;	
}

.apartment-block .inner-box:hover .info-box:before{
	opacity:1;
	-webkit-transform:scaleY(1);
	-ms-transform:scaleY(1);
	transform:scaleY(1);
}

.apartment-block .info-box h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #24262d;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.apartment-block .info-box h4 a{
	color: #24262d;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.apartment-block .inner-box:hover .info-box h4 a{
	color: #ffffff;
}

.apartment-block .info-box .read-more{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #ff0000;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*** 

====================================================================
	Apartment Detail
====================================================================

***/

.apartment-detail{
	position: relative;
	padding: 120px 0 105px;
}

.apartment-detail .upper-box{
	position: relative;
}

.apartment-detail .slide-item{ 
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 80px 60px 60px;
}

.apartment-detail .upper-box .image{ 
	position: relative;
	margin-bottom: 0;
}

.apartment-detail .upper-box .image img{
	display: block;
	width: 100%;
	height: auto;
} 

.apartment-detail .upper-box .apartment-info{
	position: relative;
	float: right;
	background-color: #ffffff;
	padding: 50px 80px 45px;
	max-width: 370px;
	width: 100%;
	-webkit-transform:translateX(-50px);
	-ms-transform:translateX(-50px);
	transform:translateX(-50px);
	-webkit-transition:all 1000ms ease 100ms;
	-ms-transition:all 1000ms ease 100ms;
	transition:all 1000ms ease 100ms;
}

.apartment-detail .upper-box .active .apartment-info{
	opacity:1;
	-webkit-transform:translateX(0px);
	-ms-transform:translateX(0px);
	transform:translateX(0px);	
}


.apartment-detail .upper-box .apartment-info:before{
	position: absolute;
	left: 0;
	right: 21px;
	top:-18px;
	height: 18px;
	background-color: #ffffff;
	content: "";
}

.apartment-detail .upper-box .apartment-info:after{
	position: absolute;
	right: 0;
	top:-18px;
	border-bottom: 18px solid #ffffff;
	border-right: 21px solid transparent;
	content: "";
}

.apartment-detail .upper-box .apartment-info h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 34px;
	color: #24262d;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.apartment-detail .upper-box .features-list{
	position: relative;
	margin-bottom: 20px;
}

.apartment-detail .upper-box .features-list li{
	font-size: 18px;
	line-height: 34px;
	color: #6c6d70;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.apartment-detail .owl-nav{
	display: none;
}

.apartment-detail .owl-dots{
	position: absolute;
	bottom: 55px;
	left: 0;
	width: 100%;
	text-align: center;
}

.apartment-detail .owl-dot{
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	border: 6px solid rgba(255,255,255,0.20);
	margin: 0 5px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.apartment-detail .owl-dot.active,
.apartment-detail .owl-dot:hover{
	border: 6px solid #ffffff;
}

.apartment-detail .lower-content{
	position: relative;
	padding: 55px 0 0;
} 

.apartment-detail .lower-content .sec-title{
	margin-bottom: 40px;
}

.apartment-detail .lower-content p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 34px;
	color: #6c6d70;
	font-weight: 500;
	margin-bottom: 34px;
}

/*** 

====================================================================
	Newsletter Section
====================================================================

***/

.newsletter-section{
	position:relative;
	padding:120px 0px 70px;
	z-index: 1;
	border-bottom: 1px solid #f7f5f1;
}

.newsletter-section .title-column{
	position: relative;
	margin-bottom: 50px;
}

.newsletter-section .title-column .inner-column{
	position: relative;
}

.newsletter-section .title-column .sec-title{
	margin-bottom: 0;
}

.newsletter-section .form-column{
	position: relative;
	margin-bottom: 50px;
}

.newsletter-section .form-column .inner-column{
	position: relative;
}

/*Subscribe Form*/

.subscribe-form .form-group{
	position:relative;
	display:block;
	margin:0px;
	width:100%;
	padding-right:240px;
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="tel"],
.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:25px;
	height:85px;
	font-size:18px;
	color:#6c6d70;
	font-weight: 500;
	background:#ffffff;
	padding:25px 40px;
	background-color:#f7f5f1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.subscribe-form .form-group input[type="submit"],
.subscribe-form .submit-btn{
	position:absolute;
	right:0px;
	top:0px;
	height: 85px;
	color:#ffffff;
	font-size:18px;
	cursor:pointer;
	width: 210px;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.05em;
	background-color:#ff0000;
	text-transform:uppercase;
}

.subscribe-form .form-group input[type="submit"]:hover,
.subscribe-form .submit-btn:hover{
	color: #ff0000;
	background-color: #222222;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position: relative;
	padding: 120px 0 70px;
}

.team-block{
	position: relative;
	margin-bottom: 50px;
}

.team-block .inner-box{
	position: relative;
	text-align: center;
}

.team-block .image-box{
	position: relative;
}

.team-block .image-box .image{
	position: relative;
	margin-bottom: 0;
	background-color: #24262d;
}

.team-block .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .inner-box:hover .image-box .image img{
	opacity: .70;
}

.team-block .info-box{
	position: relative;
	padding: 25px 0 0;
}

.team-block .info-box h6{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #24262d;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.team-block .info-box h6 a{
	color: #24262d;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .info-box h6 a:hover{
	color: #ff0000;
}

.team-block .info-box .designation{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 1.2em;
	color: #6c6d70;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-bottom: 15px;
}

.team-block .info-box .social-links{
	position: relative;
}

.team-block .info-box .social-links li{
	position: relative;
	display: inline-block;
	margin: 0 5px;
}

.team-block .info-box .social-links li a{
	position: relative;
	display: inline-block;
	height: 52px;
	width: 52px;
	font-size: 14px;
	color: #6c6d70;
	line-height: 52px;
	background-color: #f7f5f1;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .info-box .social-links li a:hover{
	color: #ffffff;
	background-color: #ff0000;
}

/*** 

====================================================================
	Team Single
====================================================================

***/

.team-single{
	position: relative;
	padding: 120px 0 0;
}

.team-block .inner-box{
	position: relative;
	text-align: center;
}

.team-single .image-column{
	position: relative;
}

.team-single .image-column .image-box{
	position: relative;
}

.team-single .image-box{
	position: relative;
}

.team-single .image-box .image{
	position: relative;
	margin-bottom: 0;
	background-color: #24262d;
}

.team-single .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-single .image-box:hover .image img{
	opacity: .70;
}

.team-single .content-column{
	position: relative;
}

.team-single .content-column .inner-column{
	position: relative;
	padding-left: 70px;
}

.team-single .content-column .info-box{
	position: relative;
	margin-bottom: 40px;
}

.team-single .info-box .name{
	position: relative;
	font-size: 30px;
	line-height: 1em;
	color: #24262d;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.team-single .info-box .designation{
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #6c6d70;
	font-weight: 500;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.team-single .text{
	position: relative;
	font-size: 18px;
	line-height: 34px;
	color: #6c6d70;
	font-weight: 500;
	margin-bottom: 50px;
}

.team-single .social-links{
	position: relative;
}

.team-single .social-links li{
	position: relative;
	display: inline-block;
	margin: 0 5px;
}

.team-single .social-links li a{
	position: relative;
	display: inline-block;
	height: 52px;
	width: 52px;
	font-size: 14px;
	color: #6c6d70;
	line-height: 52px;
	background-color: #f7f5f1;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-single .social-links li a:hover{
	color: #ffffff;
	background-color: #ff0000;
}

/*** 

====================================================================
	FAQ's Section
====================================================================

***/

.faqs-section{
	position: relative;
	padding: 120px 0 70px;
	background-color: #f7f5f1;
}

.faqs-section .image-column{
	position: relative;
	margin-bottom: 50px;
}

.faqs-section .image-column .inner-column{
	position: relative;
	padding-right: 35px;
}

.faqs-section .image-column .image{
	position: relative;
	margin-bottom: 0;
}

.faqs-section .image-column .image img{
	display: block;
	width: 100%;
	height: auto;
}

.default-accordion-box{
	position: relative;
}

.default-accordion-box .block {
	position: relative;
	margin-bottom: 10px;
}

.default-accordion-box .block:last-child{
	margin-bottom: 0;
}

.default-accordion-box .block .acc-btn{
	position:relative;
	font-size:18px;
	line-height:22px;
	color:#24262d;
	font-weight:600;
	cursor:pointer;
	padding:30px 40px;
	background-color: #ffffff;
	padding-right: 100px;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.default-accordion-box .block .acc-btn:before{
	position:absolute;
	right: 40px;
	top:30px;
	font-size: 14px;
	font-weight: 700;
	color: #6c6d70;
	line-height: 22px;
	content: "\f067";
	font-family: "Font Awesome 5 Free";
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.default-accordion-box .block .acc-btn.active{
	position: relative;
	background-color: #24262d;
	color: #ffffff;
}

.default-accordion-box .block .acc-btn.active:before{
	content: "\f068";
	color: #ff0000;
}

.default-accordion-box .block .acc-content{
	position:relative;
	display:none;
}

.default-accordion-box .block .content{
	position:relative;
	padding: 35px 40px 25px;
}

.default-accordion-box .block .acc-content.current{ 
	display: block;
}

.default-accordion-box .block .content .text{
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #6c6d70;
	font-weight: 500;
}

/*** 

====================================================================
		Fluid Section One
====================================================================

***/

.fluid-section-one{
	position: relative;
	background-color: #24262d;
}

.fluid-section-one .outer-container{
	position: relative;
}

.fluid-section-one .image-column{
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
}

.fluid-section-one .image-column .image-box{
	position: relative;
	display: none;
}

.fluid-section-one .image-column .image-box img{
	display: block;
	width: 100%;
	height: auto;
}

.fluid-section-one .feature-column{
	position: relative;
	float: right;
	width: 50%;
}

.fluid-section-one .feature-column .inner-column{
	position: relative;
	max-width: 	600px;
	width: 100%;
	float: left;
	padding: 110px 35px 80px 100px;
}

.fluid-section-one .feature-column .sec-title{
	margin-bottom: 35px;
}

.fluid-section-one .feature-column .sec-title h2{
	line-height: 1.2em;
}

.fluid-section-one .feature-column .text-content{
	position:relative;
	font-size:18px;
	line-height: 1.7em;
	color: #6c6d70;
	font-weight:500;
	margin-bottom:50px;
}

.feature-block{
	position: relative;
	margin-bottom: 40px;
}

.feature-block .inner-box{
	position: relative;
	display: block;
}

.feature-block .icon{
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 1em;
	color: #ffffff;
	margin-bottom: 20px;
	font-weight: 400;
}

.feature-block h6{
	display: block;
	font-size: 18px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.map-section{
	position: relative;
	padding: 120px 0;
}

.map-section .map-outer{
	position: relative;
}

.map-section .map-canvas{
	position: relative;
	height: 530px;
	width: 100%;
}

.map-section .contact-info{
	position: absolute;
	right: 60px;
	top: 80px;
	background-color: #ffffff;
	padding: 60px 80px 45px;
	max-width: 370px;
	width: 100%;
	z-index: 99;
}

.map-section .contact-info:before{
	position: absolute;
	left: 0;
	right: 21px;
	top:-18px;
	height: 18px;
	background-color: #ffffff;
	content: "";
}

.map-section .contact-info:after{
	position: absolute;
	right: 0;
	top:-18px;
	border-bottom: 18px solid #ffffff;
	border-right: 21px solid transparent;
	content: "";
}

.map-section .contact-info li{
	position: relative;
	margin-bottom: 30px;
}

.map-section .contact-info li span{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1em;
	color: #24262d;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.08em;
	margin-bottom: 12px;
}

.map-section .contact-info li p{
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #6c6d70;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.map-section .contact-info li a{
	color: #6c6d70;
}

.map-section .contact-info li a:hover{
	text-decoration:underline;	
}

/*** 

====================================================================
	Contact Map Section
====================================================================

***/

.neighbour-section{
	position: relative;
}

.neighbour-section .upper-box{
	position: relative;
	padding: 0px 0;
	background-color: #f7f5f1;
}

.neighbour-section .upper-box .sec-title {
    margin-bottom: 0;
    /* margin-bottom: 2em !important; */
    padding-top: 2em;
}
.neighbour-section .map-outer{
	position: relative;
	background-color: #24262d;
	padding: 120px 0;
}

.neighbour-section .map-layer{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 66.6%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.map-canvas{
	position: relative;
}

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data a{
	display: block;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

.neighbour-section .clicker-box{
	position: relative;
	float: right;
	max-width: 500px;
	width: 100%;
	background-color: #ffffff;
	margin-top: 20px;
	padding: 50px 20px;
	z-index: 99;	
}

.neighbour-section .clicker-box:before{
    position: absolute;
    left: 0;
    right: 21px;
    top: -18px;
    height: 18px;
    background-color: #ffffff;
    content: "";
}

.neighbour-section .clicker-box:after {
    position: absolute;
    right: 0;
    top: -18px;
    border-bottom: 18px solid #ffffff;
    border-right: 21px solid transparent;
    content: "";
}

.near-by-clicker{
	position: relative;
	max-width: 350px;
	margin:0 auto;
	max-height:385px;
	overflow-y:auto;
}

.neighbour-section .mCSB_inside > .mCSB_container{
	margin-right:0px;
	padding-right:30px;	
}

.neighbour-section .mCSB_scrollTools .mCSB_draggerRail{
	background:#ffffff;	
}

.neighbour-section .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:#ff0000;	
}

.near-by-clicker .block {
	position: relative;
	padding: 25px 0;
	border-bottom: 1px solid #f8f6f2;
}

.near-by-clicker .block:last-child{
	margin-bottom: 0;
	border-bottom:none;
	padding-bottom:17px;
}

.near-by-clicker .block .acc-btn{
	position: relative;
	font-size: 16px;
	line-height: 30px;
	cursor: pointer;
	font-weight: 600;
	color: #24262d;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.near-by-clicker .block .icon{
	position:absolute;
	right: 0px;
	top:0px;
	font-size: 14px;
	color: #9a9ca2;
	text-align: center;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.near-by-clicker .block .acc-btn.active .icon:before{
	content: "\f068";
}

.near-by-clicker .block .acc-btn.active,
.near-by-clicker .block .acc-btn.active .icon{
	color: #ff0000;
}

.near-by-clicker .block .acc-content{
	position:relative;
	display:none;
}

.near-by-clicker .block .content{
	position:relative;
	padding-top:7px;
}

.near-by-clicker .block .acc-content.current{ 
	display: block;
}

.near-by-clicker .block .content .title{
	display: block;
	font-size: 18px;
	color: #6c6d70;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 12px;
}

.near-by-clicker .block .content .distance{
	display: block;
	font-size: 18px;
	color: #6c6d70;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.neighbour-section .place-outer{
	position: absolute;
	left: 0;
	top: 0;
	width: 66.6%;
	height: 100%;
}

.neighbour-section .place-outer .place-holder{
	position: absolute;
	z-index: 101;
}

.neighbour-section .place-outer .place-holder .place-mark{
	position: relative;
	display: inline-block;
	border: 6px solid rgba(255,255,255,0.10);
	cursor:pointer;
}

.neighbour-section .place-outer .place-holder.active .place-mark{
	border: 6px solid rgba(222,158,83,0.10);
}

.neighbour-section .place-outer .place-holder .place-mark span{
	position: relative;
	display: block;
	height: 8px;
	width: 8px;
	background-color: #ffffff;
}

.neighbour-section .place-outer .place-holder.active .place-mark span{
	background:#ff0000;
}

.neighbour-section .place-outer .place-holder .place-info{
	position: absolute;
	left: -28px;
	bottom: 70%;
	margin-bottom: 40px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.neighbour-section .place-outer .place-holder.active .place-info{
	opacity: 1;
	bottom: 100%;
	visibility: visible;
}

.neighbour-section .place-outer .place-holder .place-info .inner{
	position: relative;
	padding: 20px 40px 40px;
	background-color: #ff0000;
	min-width: 300px;
}

.neighbour-section .place-outer .place-holder .place-info .inner:before{
	position: absolute;
	left: 0;
	right: 21px;
	top:-18px;
	height: 18px;
	background-color: #ff0000;
	content: "";
}

.neighbour-section .place-outer .place-holder .place-info .inner:after{
	position: absolute;
	right: 0;
	top:-18px;
	border-bottom: 18px solid #ff0000;
	border-right: 21px solid transparent;
	content: "";
}

.neighbour-section .place-outer .place-holder .place-info .title{
    position: relative;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.neighbour-section .place-outer .place-holder .place-info .text{
    display: block;
    font-size: 17px;
    color: #ffffff;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}

.neighbour-section .place-outer .place-holder .place-info .distance{
    display: block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.neighbour-section .place-outer .place-holder .place-info:before{
	position: absolute;
	bottom: -19px;
	left: 28px;
	border-right: 31px solid transparent;
	border-top: 22px solid #ff0000;
	content: "";
}

.neighbour-section .place-outer .place-1{
	position: absolute;
	left: 13%;
	top: 10%;
}

.neighbour-section .place-outer .place-2{
	position: absolute;
	left: 49%;
	top: 18%;
}

.neighbour-section .place-outer .place-3{
	position: absolute;
	right: 25%;
	top: 36%;
}

.neighbour-section .place-outer .place-4{
	position: absolute;
	left: 42%;
	top: 68%;
}

.neighbour-section .place-outer .place-5{
	position: absolute;
	left: 22%;
	top: 83%;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position: relative;
	padding: 0 0 120px;
}

.contact-section .contact-form{
 	position: relative;
 	max-width: 770px;
 	margin: 0 auto;
}

.contact-form .row{
	margin: 0 -5px;
}

.contact-form .form-group{
	position:relative;
	padding: 0 5px;
	margin-bottom: 10px;
}

.contact-form .form-group:last-child{
	margin-bottom: 0;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group textarea,
.contact-form .form-group select{
	position: relative;
    display: block;
    height: 65px;
    width: 100%;
    font-size: 16px;
    color: #6c6d70;
    line-height: 23px;
    font-weight: 500;
    padding: 15px 22px;
    background-color: #f7f5f1;
    border: 1px solid #f7f5f1;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#ff0000;
}

.contact-form .form-group textarea{
	height: 215px;
	resize: none;
}

.contact-form .form-group input[type="submit"],
.contact-form .form-group button{
	padding: 19px 60px;
}

.contact-form ::-webkit-input-placeholder{color: #6c6d70;}

.contact-form ::-moz-input-placeholder{color: #6c6d70;}

.contact-form ::-ms-input-placeholder{color: #6c6d70;}

.contact-form label.error{
	color: #ff0000;
	text-transform: uppercase;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	background-color:#24262d;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:0px;
}

.main-footer .widgets-section{
	position:relative;
	padding:120px 0px 20px;
}

.main-footer .widgets-section:before{
	position: absolute;
	left: 100%;
	top: 0;
	height: 1000%;
	width: 1000%;
	content: "";
	background-color: #1d1f25;
	margin-left: -400px;
	display: none;
}

.main-footer .footer-widget .widget-title{
	position:relative;
	font-size:18px;
	color:#ffffff;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:35px;
	text-transform:uppercase;
	letter-spacing: 0.08em;
}

.main-footer .contact-widget{
	position: relative;
	margin-bottom: 45px;
}

.main-footer .contact-info-list{
	position: relative;
	margin-top: -8px;
}

.main-footer .contact-info-list li{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 36px;
	color: #9a9ca2;
	font-weight: 500;
}

.main-footer .contact-info-list li strong{
	color: #ffffff;
	display: block;
	font-weight: 700;
}

.main-footer .contact-info-list li a{
	color: #9a9ca2;
}

.main-footer .contact-info-list li a:hover{
	color: #ff0000;
}

/* Agent Widget */
.main-footer .agent-widget{
	position: relative;
}

.main-footer .agent-block{
	position: relative;
	margin-top: 35px;
}

.main-footer .agent-block .agent-info{
	position: relative;
	padding-left: 160px;
	height: 125px;
	margin-bottom: 15px;
}

.main-footer .agent-block .thumb{
	position: absolute;
	left: 0;
	top: 0;
	width: 130px;
}

.main-footer .agent-block .thumb img{
	width: 100%;
	display: block;
}

.main-footer .agent-block .name{
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
}

.main-footer .agent-block .designation{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #9a9ca2;
	font-weight: 500;
}

.main-footer .agent-widget .contact-info{
	position: relative;
}

.main-footer .agent-widget .contact-info li{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 36px;
	color: #9a9ca2;
	font-weight: 500;
}

.main-footer .agent-widget .contact-info li a{
	color: #9a9ca2;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .agent-widget .contact-info li a:hover{
	color: #ffffff;
}

/* Map Widget */
.main-footer .map-widget{
	position: relative;
	max-width: 710px;
}

.main-footer .map-outer{
	position: relative;
	background-color: #313339;
}

.main-footer .map-canvas{
	height: 200px;
	width: 100%;
}

.request-form{
 	position: relative;
 	z-index: 1;
}

.request-form .form-group{
	position:relative;
	margin-bottom:10px;
}

.request-form .form-group:last-child{
	margin-bottom: 0;
}

.request-form .ui-selectmenu-button.ui-button,
.request-form .form-group input[type="text"],
.request-form .form-group input[type="email"],
.request-form .form-group input[type="tel"],
.request-form .form-group input[type="url"],
.request-form .form-group textarea,
.request-form .form-group select{
	position: relative;
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 31px;
	color: #ffffff;
	font-weight: 500;
	height: 65px;
	padding: 15px 26px;
	background-color: transparent;
	border: 2px solid #e6e6e7;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.request-form ::-webkit-input-placeholder{color: #9a9ca2;}
.request-form ::-moz-input-placeholder{color: #9a9ca2;}
.request-form ::-ms-input-placeholder{color: #9a9ca2;}

.request-form .form-group input:focus,
.request-form .form-group select:focus,
.request-form .form-group textarea:focus{
	border-color:#ff0000;
}

.request-form .form-group textarea{
	height: 195px;
	resize: none;
	margin-bottom: 5px;
}

.request-form .form-group input[type=submit],
.request-form .form-group button{
	padding: 19px 60px;
}

.request-form label.error{
	color: #ff0000;
	margin-top: 5px;
}

.main-footer .form-widget{
	position: relative;
	padding-left: 30px;
}

/* Footer Bottom */
.main-footer .footer-bottom{
	position:relative;
}

.main-footer .footer-bottom .auto-container{
	position: relative;
}

.main-footer .footer-bottom .auto-container:before{
	position: absolute;
	top: 0;
	right: 100%;
	width: 1000%;
	height: 100%;
	background-color: #1d1f25;
	content: "";
	margin-right: -15px;
}

.main-footer .footer-bottom .inner-container {
    position: relative;
    background-color: #1d1f25;
    max-width: 690px;
    width: 100%;
    padding: 7px 0px;
        padding-right: 0px;
    padding-right: 40px;
    margin-right: 20px;
}
.main-footer .widgets-section {
    position: relative;
    padding: 40px 0px 0;
}
.main-footer .footer-bottom .inner-container:before{
	position: absolute;
	left: 100%;
	top: 0;
	border-right: 21px solid transparent;
	border-bottom: 18px solid #1d1f25;
	content: "";
}

.main-footer .footer-bottom .inner-container:after{
	position: absolute;
	left: 100%;
	top: 18px;
	bottom: 0;
	width: 21px;
	background-color: #1d1f25;
	content: "";
}

.main-footer .footer-bottom .copyright{
	position:relative;
	float: left;
	font-size:14px;
	color:#9a9ca2;
	line-height: 30px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.main-footer .footer-bottom .copyright a{
	color:rgba(255,255,255,0.70);
	display: inline-block;
}

.main-footer .footer-bottom .copyright a:hover{
	text-decoration: underline;
}

.main-footer .footer-bottom .social-links{
	position:relative;
	float: right;
}

.main-footer .footer-bottom .social-links li{
	position:relative;
	margin-left:30px;
	display:inline-block;
}

.main-footer .footer-bottom .social-links li:first-child{
	margin-left: 0;
}

.main-footer .footer-bottom .social-links li a{
	position:relative;
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-footer .footer-bottom .social-links li a:hover{
	color:#ff0000;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:120px 0px 70px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:50px;
}

.sidebar-widget{
    position:relative;
    margin-bottom:30px;
}

.sidebar-widget:last-child{
	margin-bottom: 0;
}

.sidebar-widget .widget-content{
	position: relative;
    border: 2px solid #f7f5f1;
    padding: 45px 50px 50px;
}

.sidebar-widget .widget-content:before{
	position: absolute;
    right: -7px;
    top: 0;
    height: 20px;
    width: 20px;
    border-left: 2px solid #f7f5f1;
    background-color: #ffffff;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
}

.sidebar-widget:last-child{
	margin-bottom: 0;
}

/* Sidebar Title */

.sidebar-title{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #24262d;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom:25px;
}

/*Search Box Widget*/

.sidebar .search-box{
	position: relative;
	background-color: #24262d;
	padding: 5px 25px 25px;
	margin-top: 20px;
}

.sidebar .search-box:before{
	position: absolute;
	left: 0;
	right: 21px;
	top:-18px;
	height: 18px;
	background-color: #24262d;
	content: "";
}

.sidebar .search-box:after{
	position: absolute;
	right: 0;
	top:-18px;
	border-bottom: 18px solid #24262d;
	border-right: 21px solid transparent;
	content: "";
}

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	display:block;
	font-size:18px;
	line-height:30px;
	width:100%;
	height:50px;
	color:#ffffff;
	font-weight: 500;
	background:#24262d;
	padding:10px 50px 10px 25px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group button{
	position:absolute;
	right: 25px;
	top: 0;
	height:50px;
	display:block;
	font-size:16px;
	color:#ff0000;
	line-height:100%;
	font-weight:normal;
	background:#24262d;
}

/*Post Widget*/

.sidebar .popular-posts .post{
	position:relative;
	margin-bottom: 55px;
}

.sidebar .popular-posts .post:last-child{
	margin-bottom: 0;
}

.sidebar .popular-posts .post .post-inner{
	position:relative;
	padding-left:80px;
	min-height:60px;
}

.sidebar .popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:60px;
}

.sidebar .popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar .popular-posts .post .text{
	position:relative;
	font-size:16px;
	line-height:24px;
	font-weight:500;
	color:#6c6d70;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.sidebar .popular-posts .post .text a{
	color:#6c6d70;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar .popular-posts .post a:hover{
	color:#e3ac6d;
}

.sidebar .popular-posts .post-info{
	position:relative;
	display: block;
	font-size:14px;
	color:#ff0000;
	font-weight:600;
	line-height:1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 13px;
}

/* Blog Categories */

.blog-categories{
	position:relative;
}

.blog-categories li{
	position:relative;
	margin-bottom: 26px;
}

.blog-categories li a{
	position:relative;
	display: block;
	font-size:16px;
	line-height: 26px;
	color:#6c6d70;
	display:block;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.blog-categories li a:hover{
	font-weight: 600;
	color:#222222;
}

.blog-categories li:last-child{
	margin-bottom: 0;
}

/*Popular Tags*/

.sidebar .popular-tags .widget-content{
	position: relative;
}

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	font-size:12px;
	line-height:24px;
	padding: 5px 20px;
	color:#ffffff;
	text-align:center;
	background:none;
	font-weight:700;
	background-color: #ff0000;
	text-transform:uppercase;
	letter-spacing: 0.04em;
	margin: 0 7px 10px 0;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
	background-color:#222222;
	color:#ffffff;	
}

/*** 

====================================================================
		Comment Area
====================================================================

 ***/

.group-title{
	position: relative;
	margin-bottom: 35px;
}

.group-title h4{
	position: relative;
	display: inline-block;
	font-size: 30px;
	line-height: 1.2em;
	color: #24262d;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.comments-area{
	position:relative;
	margin-bottom: 55px;
}

.comments-area .comment-box{
	position:relative;
	padding-bottom: 50px;
	border-bottom: 1px solid #f7f5f1;
	margin-bottom: 60px;
}

.comments-area .comment-box:last-child{
	margin-bottom: 0;
}

.comments-area .comment{
	position:relative;
	min-height: 160px;
	padding-left: 200px;
}

.comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width: 160px;
	margin-bottom: 20px;
	overflow: hidden;
}

.comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
}

.comments-area .comment-box .author-thumb .date{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
	line-height: 27px;
	color: #ff0000;
	font-weight: 700;
	letter-spacing: 0.16em;
	padding: 5px 30px;
	padding-right: 11px;
	margin-right: 19px;
	text-transform: uppercase;
	background-color: #24262d;
}

.comments-area .comment-box .author-thumb .date:before{
	position: absolute;
	left: 100%;
	top: 0;
	border-right: 21px solid transparent;
	border-bottom: 18px solid #24262d;
	content: "";
}

.comments-area .comment-box .author-thumb .date:after{
	position: absolute;
	left: 100%;
	bottom: 0;
	width: 21px;
	height: 20px;
	background-color: #24262d;
	content: "";
}

.comments-area .comment-box .name{
	position: relative;
	display: inline-block;
	font-size:20px;
	line-height:1.2em;
	font-weight:600;
	color:#24262d;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.comments-area .comment-box .text{
	font-size: 18px;
	line-height: 34px;
	color:#6c6d70;
	font-weight: 500;
	padding-right: 30px;
}

.comments-area .comment-box .reply-btn{
	position: absolute;
	right: 0;
	top: 0px;
	font-size: 12px;
	line-height: 25px;
	color: #ffffff;
	font-weight: 700;
	padding: 5px 20px;
	text-transform: uppercase;
	background-color: #ff0000;
	letter-spacing: 1px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comments-area .comment-box .reply-btn:hover{
	color: #ff0000;
	background-color: #222222;
}

/*** 

====================================================================
		Comment Form
====================================================================

 ***/

.comment-form{
 	position: relative;
}

.comment-form .row{
	margin: 0 -5px;
}

.comment-form .form-group{
	position:relative;
	padding: 0 5px;
	margin-bottom: 10px;
}

.comment-form .form-group:last-child{
	margin-bottom: 0;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group textarea,
.comment-form .form-group select{
	position: relative;
    display: block;
    height: 65px;
    width: 100%;
    font-size: 16px;
    color: #6c6d70;
    line-height: 23px;
    font-weight: 500;
    padding: 15px 22px;
    background-color: #f7f5f1;
    border: 1px solid #f7f5f1;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group input:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#ff0000;
}

.comment-form .form-group textarea{
	height: 215px;
	resize: none;
}

.comment-form .form-group input[type="submit"],
.comment-form .form-group button{
	padding: 19px 60px;
}

.comment-form ::-webkit-input-placeholder{color: #6c6d70;}
.comment-form ::-moz-input-placeholder{color: #6c6d70;}
.comment-form ::-ms-input-placeholder{color: #6c6d70;}

/*===== custom css ======*/
.owl-stage-outer.owl-height {
    height: 550px ;
}
/*==== appolo =====*/
.grid {
    position: relative;
    clear: both;
    margin: 0px auto;
    padding: 3em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 1em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
.amenties_list li {
    font-size: 17px;
    font-family: arial;
    color: #333;
    margin-top: 24px;
}


figure.effect-hera {
	background: #303fa9;
}

figure.effect-hera h2 {
	font-size: 158.75%;
}

figure.effect-hera h2,
figure.effect-hera p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}

figure.effect-hera figcaption::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	border: 2px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}

figure.effect-hera p {
	width: 100px;
	text-transform: none;
	font-size: 121%;
	line-height: 2;
}

figure.effect-hera p a {
	color: #fff;
}

figure.effect-hera p a:hover,
figure.effect-hera p a:focus {
	opacity: 0.6;
}

figure.effect-hera p a i {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-hera p a:first-child i {
	-webkit-transform: translate3d(-60px,-60px,0);
	transform: translate3d(-60px,-60px,0);
}

figure.effect-hera p a:nth-child(2) i {
	-webkit-transform: translate3d(60px,-60px,0);
	transform: translate3d(60px,-60px,0);
}

figure.effect-hera p a:nth-child(3) i {
	-webkit-transform: translate3d(-60px,60px,0);
	transform: translate3d(-60px,60px,0);
}

figure.effect-hera p a:nth-child(4) i {
	-webkit-transform: translate3d(60px,60px,0);
	transform: translate3d(60px,60px,0);
}

figure.effect-hera:hover figcaption::before {
	opacity: 1;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
}

figure.effect-hera:hover h2 {
	opacity: 0;
	-webkit-transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
	transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
}

figure.effect-hera:hover p i:empty {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0); /* just because it's stronger than nth-child */
	opacity: 1;
}

/*-----------------*/
/***** Winston *****/
/*-----------------*/

figure.effect-winston {
	background: #162633;
	text-align: left;
}

figure.effect-winston img {
	-webkit-transition: opacity 0.45s;
	transition: opacity 0.45s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-winston figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/triangle.html) no-repeat center center;
	background-size: 100% 100%;
	content: '';
	-webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
	transition: opacity 0.45s, transform 0.45s;
	-webkit-transform: rotate3d(0,0,1,45deg);
	transform: rotate3d(0,0,1,45deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

figure.effect-winston h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-winston p {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 1.5em 7% 0;
}

figure.effect-winston a {
	margin: 0 10px;
	color: #5d504f;
	font-size: 170%;
}

figure.effect-winston a:hover,
figure.effect-winston a:focus {
	color: #cc6055;
}

figure.effect-winston p a i {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

figure.effect-winston:hover img {
	opacity: 0.6;
}

figure.effect-winston:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-winston:hover figcaption::before {
	opacity: 0.7;
	-webkit-transform: rotate3d(0,0,1,20deg);
	transform: rotate3d(0,0,1,20deg);
}

figure.effect-winston:hover p i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-winston:hover p a:nth-child(3) i {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-winston:hover p a:nth-child(2) i {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-winston:hover p a:first-child i {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

/*-----------------*/
/***** Selena *****/
/*-----------------*/

figure.effect-selena {
	background: #fff;
}

figure.effect-selena img {
	opacity: 0.95;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-selena:hover img {
	-webkit-transform: scale3d(0.95,0.95,1);
	transform: scale3d(0.95,0.95,1);
}

figure.effect-selena h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-selena p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg);
	transform: perspective(1000px) rotate3d(1,0,0,90deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

figure.effect-selena:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-selena:hover p {
	opacity: 1;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,0);
	transform: perspective(1000px) rotate3d(1,0,0,0);
}

/*-----------------*/
/***** Terry *****/
/*-----------------*/

figure.effect-terry {
	background: #34495e;
}

figure.effect-terry figcaption {
	padding: 1em;
}

figure.effect-terry figcaption::before,
figure.effect-terry figcaption::after {
	position: absolute;
	width: 200%;
	height: 200%;
	border-style: solid;
	border-color: #101010;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-terry figcaption::before {
	right: 0;
	bottom: 0;
	border-width: 0 70px 60px 0;
	-webkit-transform: translate3d(70px,60px,0);
	transform: translate3d(70px,60px,0);
}

figure.effect-terry figcaption::after {
	top: 0;
	left: 0;
	border-width: 15px 0 0 15px;
	-webkit-transform: translate3d(-15px,-15px,0);
	transform: translate3d(-15px,-15px,0);
}

figure.effect-terry img,
figure.effect-terry p a {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-terry img {
	opacity: 0.85;
}

figure.effect-terry h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.4em 10px;
	width: 50%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

@media screen and (max-width: 920px) {
	figure.effect-terry h2 {
		padding: 0.75em 10px;
		font-size: 120%;
	}
}

figure.effect-terry p {
	float: right;
	clear: both;
	text-align: left;
	text-transform: none;
	font-size: 111%;
}

figure.effect-terry p a {
	display: block;
	margin-bottom: 1em;
	color: #fff;
	opacity: 0;
	-webkit-transform: translate3d(90px,0,0);
	transform: translate3d(90px,0,0);
}

figure.effect-terry p a:hover,
figure.effect-terry p a:focus {
	color: #f3cf3f;
}

figure.effect-terry:hover figcaption::before,
figure.effect-terry:hover figcaption::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-terry:hover img {
	opacity: 0.6;

}

figure.effect-terry:hover h2,
figure.effect-terry:hover p a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-terry:hover p a {
	opacity: 1;
}

figure.effect-terry:hover p a:first-child {
	-webkit-transition-delay: 0.025s;
	transition-delay: 0.025s;
}

figure.effect-terry:hover p a:nth-child(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-terry:hover p a:nth-child(3) {
	-webkit-transition-delay: 0.075s;
	transition-delay: 0.075s;
}

figure.effect-terry:hover p a:nth-child(4) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

/*-----------------*/
/***** Phoebe *****/
/*-----------------*/

figure.effect-phoebe {
	background: #675983;
}

figure.effect-phoebe img {
	opacity: 0.85;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-phoebe:hover img {
	opacity: 0.6;
}

figure.effect-phoebe figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/triangle2.html) no-repeat center center;
	background-size: 100% 100%;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(5,2.5,1);
	transform: scale3d(5,2.5,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-phoebe:hover figcaption::before {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-phoebe h2 {
	margin-top: 1em;
	-webkit-transition: transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-phoebe:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-phoebe p a {
	color: #fff;
	font-size: 140%;
	opacity: 0;
	position: relative;
	display: inline-block;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-phoebe p a:first-child {
	-webkit-transform: translate3d(-60px,-60px,0);
	transform: translate3d(-60px,-60px,0);
}

figure.effect-phoebe p a:nth-child(2) {
	-webkit-transform: translate3d(0,60px,0);
	transform: translate3d(0,60px,0);
}

figure.effect-phoebe p a:nth-child(3) {
	-webkit-transform: translate3d(60px,-60px,0);
	transform: translate3d(60px,-60px,0);
}

figure.effect-phoebe:hover p a {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo {
	background: #f00;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 1em;
    padding: 0 0.5px;
    max-width: 144px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-apollo h2 {
    text-align: left;
    display: none;
}
figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	color: #fff;
	font-size: 14px;
	font-weight: 16px;
}

figure.effect-apollo figcaption::after {
    position: absolute;
    right: -10px;
    top: -10px;
    border-bottom: 44px solid #f7f5f1;
    border-left: 38px solid transparent;
    content: "";
    transform: rotate( 
267deg);
}
section.metro-amenities {
    padding: 3em 0px;
}
.amenties_list .amenties_list_icon-1::before {
    content\]: ;
    content: "";
    height: 13px;
    width: 13px;
    position: absolute;
    left: 20px;
    background-size: cover;
    padding: 16px;
    position: relative;
    top: -4px;
    left: 0px;
    background-image: url(../images/resource/compass.png);
    display: inline-flex;
}
span.amenties_list_icon-1 {
    padding: 15px;
    border: 1px solid;
    background: #ff00001f;
    border: none;
    border-radius: 10px;
}

span.mt_text {
    position: relative;
    left: 1em;
    right: 28px;
}
.amenties_list .amenties_list_icon-2::before {
    content\]: ;
    content: "";
    height: 13px;
    width: 13px;
    position: absolute;
    left: 20px;
    background-size: cover;
    padding: 16px;
    position: relative;
    top: -4px;
    left: 0px;
    background-image: url(../images/resource/school.png);
    display: inline-flex;
}
span.amenties_list_icon-2 {
    padding: 15px;
    border: 1px solid;
    background: #ff00001f;
    border: none;
    border-radius: 10px;
}
.amenties_list .amenties_list_icon-3::before {
    content\]: ;
    content: "";
    height: 13px;
    width: 13px;
    position: absolute;
    left: 20px;
    background-size: cover;
    padding: 16px;
    position: relative;
    top: -4px;
    left: 0px;
    background-image: url(../images/resource/residential.png);
    display: inline-flex;
}
span.amenties_list_icon-3 {
    padding: 15px;
    border: 1px solid;
    background: #ff00001f;
    border: none;
    border-radius: 10px;
}
.amenties_list .amenties_list_icon-4::before {
    content\]: ;
    content: "";
    height: 13px;
    width: 13px;
    position: absolute;
    left: 20px;
    background-size: cover;
    padding: 16px;
    position: relative;
    top: -4px;
    left: 0px;
    background-image: url(../images/resource/garden.png);
    display: inline-flex;
}
span.amenties_list_icon-4 {
    padding: 15px;
    border: 1px solid;
    background: #ff00001f;
    border: none;
    border-radius: 10px;
}
.amenties_list .amenties_list_icon-5::before {
    content\]: ;
    content: "";
    height: 13px;
    width: 13px;
    position: absolute;
    left: 20px;
    background-size: cover;
    padding: 16px;
    position: relative;
    top: -4px;
    left: 0px;
    background-image: url(../images/resource/road.png);
    display: inline-flex;
}
span.amenties_list_icon-5 {
    padding: 15px;
    border: 1px solid;
    background: #ff00001f;
    border: none;
    border-radius: 10px;
}
.amenties_list .amenties_list_icon-6::before {
    content\]: ;
    content: "";
    height: 13px;
    width: 13px;
    position: absolute;
    left: 20px;
    background-size: cover;
    padding: 16px;
    position: relative;
    top: -4px;
    left: 0px;
    background-image: url(../images/resource/divider.png);
    display: inline-flex;
}
span.amenties_list_icon-6 {
    padding: 15px;
    border: 1px solid;
    background: #ff00001f;
    border: none;
    border-radius: 10px;
}
.amenties_list .amenties_list_icon-7::before {
    content\]: ;
    content: "";
    height: 13px;
    width: 13px;
    position: absolute;
    left: 20px;
    background-size: cover;
    padding: 16px;
    position: relative;
    top: -4px;
    left: 0px;
    background-image: url(../images/resource/solar.png);
    display: inline-flex;
}
span.amenties_list_icon-7 {
    padding: 15px;
    border: 1px solid;
    background: #ff00001f;
    border: none;
    border-radius: 10px;
}
.amenties_list .amenties_list_icon-8::before {
    content\]: ;
    content: "";
    height: 13px;
    width: 13px;
    position: absolute;
    left: 20px;
    background-size: cover;
    padding: 16px;
    position: relative;
    top: -4px;
    left: 0px;
    background-image: url(../images/resource/metro.html);
    display: inline-flex;
}
span.amenties_list_icon-8 {
    padding: 15px;
    border: 1px solid;
    background: #ff00001f;
    border: none;
    border-radius: 10px;
}
.amenties_list .amenties_list_icon-9::before {
    content\]: ;
    content: "";
    height: 13px;
    width: 13px;
    position: absolute;
    left: 20px;
    background-size: cover;
    padding: 16px;
    position: relative;
    top: -4px;
    left: 0px;
    background-image: url(../images/resource/electricity.png);
    display: inline-flex;
}
span.amenties_list_icon-9 {
    padding: 15px;
    border: 1px solid;
    background: #ff00001f;
    border: none;
    border-radius: 10px;
}
.amenties_list .amenties_list_icon-10::before {
    content\]: ;
    content: "";
    height: 13px;
    width: 13px;
    position: absolute;
    left: 20px;
    background-size: cover;
    padding: 16px;
    position: relative;
    top: -4px;
    left: 0px;
    background-image: url(../images/resource/int_road.html);
    display: inline-flex;
}
span.amenties_list_icon-10 {
    padding: 15px;
    border: 1px solid;
    background: #ff00001f;
    border: none;
    border-radius: 10px;
}

.amenties_list .amenties_list_icon-11::before {
    content\]: ;
    content: "";
    height: 13px;
    width: 13px;
    position: absolute;
    left: 20px;
    background-size: cover;
    padding: 16px;
    position: relative;
    top: -4px;
    left: 0px;
    background-image: url(../images/resource/sewage.png);
    display: inline-flex;
}

span.amenties_list_icon-11 {
    padding: 15px;
    border: 1px solid;
    background: #ff00001f;
    border: none;
    border-radius: 10px;
}
.amenties_list .amenties_list_icon-12::before {
    content\]: ;
    content: "";
    height: 13px;
    width: 13px;
    position: absolute;
    left: 20px;
    background-size: cover;
    padding: 16px;
    position: relative;
    top: -4px;
    left: 0px;
    background-image: url(../images/resource/gateway.png);
    display: inline-flex;
}
span.amenties_list_icon-12 {
    padding: 15px;
    border: 1px solid;
    background: #ff00001f;
    border: none;
    border-radius: 10px;
}
.amenties_list .amenties_list_icon-13::before {
    content: "";
    height: 13px;
    width: 13px;
    position: absolute;
    left: 20px;
    background-size: cover;
    padding: 16px;
    position: relative;
    top: -4px;
    left: 0px;
    background-image: url(../images/resource/shop.png);
    display: inline-flex;
}
span.amenties_list_icon-13 {
    padding: 15px;
    border: 1px solid;
    background: #ff00001f;
    border: none;
    border-radius: 10px;
}
.amenties_list .amenties_list_icon-14::before {
    content: "";
    height: 13px;
    width: 13px;
    position: absolute;
    left: 20px;
    background-size: cover;
    padding: 16px;
    position: relative;
    top: -4px;
    left: 0px;
    background-image: url(../images/resource/comunity.png);
    display: inline-flex;
}
span.amenties_list_icon-14 {
    padding: 15px;
    border: 1px solid;
    background: #ff00001f;
    border: none;
    border-radius: 10px;
}
.amenties_list .amenties_list_icon-15::before {
    content\]: ;
    content: "";
    height: 13px;
    width: 13px;
    position: absolute;
    left: 20px;
    background-size: cover;
    padding: 16px;
    position: relative;
    top: -4px;
    left: 0px;
    background-image: url(../images/resource/highway.png);
    display: inline-flex;
}
span.amenties_list_icon-15 {
    padding: 15px;
    border: 1px solid;
    background: #ff00001f;
    border: none;
    border-radius: 10px;
}
span.amenties_list_icon-9 {
    padding: 15px;
    border: 1px solid;
    background: #ff00001f;
    border: none;
    border-radius: 10px;
}
.col-lg-5.col-md-12.col-sm-12.image-col img {
    margin-top: 39px;
}
.text-box li a {
    color: #333;
}
.text-box ul li i {
    padding-right: 10px;
    color: #333;
}
.text-box ul li {
    color: #333;
}
@media only screen and (max-width: 600px) {
 .main-header .header-upper .logo-outer::before {
    position: absolute;
    right: -71px;
    bottom: -1px;
    border-left: 28px solid transparent;
    border-bottom: 35px solid #24262d;
    content: "";
    display: none;
}
#mobno_top a {
    display: block;
    font-size: 20px !important;
    color: #fff;
}
}
.floor-block h2 {
    font-family: arial;
    padding-left: 2em;
    color: #333;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 37px;
}
.floor-block .image-box img {
    height: auto;
    width: 316px;
}
.col-lg-4.col-md-4.col-sm-12.sec-1 {
    float: left;
}
.col-lg-4.col-md-4.col-sm-12.sec-2 {
    float: left;
}
.col-lg-4.col-md-4.col-sm-12.sec-3 {
    float: left;
}
span.mt_text {
    font-size: 14px;
}
div#slider-map img {
    height: auto;
    width: 100%;
}
.proj-list li {
    font-size: 15px;
    font-family: arial;
    color: #333;
    line-height: 2;
	list-style-type: disclosure-closed;
	border-bottom: 1px solid #f2f2f2;
}
.main-footer{
	font-family: arial;
}
.agent-block {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #9a9ca2;
    font-weight: 500;
}
.agent-block li a{
	color: #9a9ca2;
}
.main-footer .footer-widget .widget-title{
	font-family: arial;
}
@media only screen and (max-width: 600px) {
	.gmap_canvas iframe {
    width: 100%;
}
.sidebar-contact{
  position:fixed;
  top: 30% !important;
  left:-350px;
  transform:translateY(-50%);
  width:350px;
  height:auto;
  padding:40px;
  background:#fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  box-sizing:border-box;
  transition:0.5s;
  z-index: 999999;
}
.sidebar-contact {
    width: 100%;
    height: 60% !important;
    left: -100%;
}
}
.sidebar-contact{
  position:fixed;
  top: 70%;
  left:-350px;
  transform:translateY(-50%);
  width:350px;
  height:auto;
  padding:40px;
  background:#fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  box-sizing:border-box;
  transition:0.5s;
  z-index: 999999;
}
.sidebar-contact.active{
  left:0;
}
.sidebar-contact input,
.sidebar-contact textarea{
  width:100%;
  height:36px;
  padding:5px;
  margin-bottom:10px;
  box-sizing:border-box;
  border:1px solid rgba(0,0,0,.5);
  outline:none;
}
.sidebar-contact h2{
  margin:0 0 20px;
  padding:0;
}
.sidebar-contact textarea{
  height:60px;
  resize:none;
}
.sidebar-contact input[type="submit"]{
  background:#00bcd4;
  color:#fff;
  cursor:pointer;
  border:none;
  font-size:18px;
}
.toggle{
  position:absolute;
  height:48px;
  width:48px;
  text-align:center;
  cursor:pointer;
  background:#f00;
  top:4em;
  right:-48px;
  line-height:48px;
}
.toggle:before{
  content:'\f003';
  font-family:fontAwesome;
  font-size:18px;
  color:#fff;
}
.toggle.active:before{
  content:'\f00d';
}
@media(max-width:768px)
{
  .sidebar-contact{
    width:100%;
    height:100%;
    left:-100%;
  }
  .sidebar-contact .toggle{
    top:50%;
    transform:translateY(-50%);
    transition:0.5s;
  }
  .sidebar-contact.active .toggle
  {
    top:0;
    right:0;
    transform:translateY(0);
  }
  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
  .content{
    padding:50px 50px;
  }
}
@media only screen and (max-width: 600px) {
  .slide-item .content{
    padding:0px 0px !important;
  }
}
/*=======about us page css=====*/
section.page-title h5 {
    font-family: arial;
    color: #fff;
    border-top: 1px solid;
    padding-top: 10px;
}
.about-page-section figure.image {
    position: relative;
    border-radius: 20px !important;
    /* box-shadow: 1px 1px 10px; */
    box-shadow: 12px 12px 2px 1px rgb(231 185 185 / 28%);
}
.about-page-section img {
    border-radius: 20px;
    margin: -8px 0px;
}
.about-block .image-column .image img:hover {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    transform: rotate( 
10deg) scale(1.4);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.about-block .image-column .image img {
    display: block;
    width: 72%;
    position: relative;
    height: 241px;
    left: 79px;
    top: -45px;
    -webkit-transform: rotate(
15deg) scale(1.4);
    transform: rotate(
0deg) scale(1.4);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/* section about us contact */
.fun-fact-section .container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.fun-fact-section .card {
  background: #ff0000;
  min-width: 300px;
  height: 140px;
  margin: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.fun-fact-section .card i {
  color: #ffff;
  font-size: 2rem;
  position: absolute;
  transition: all 0.4s ease;
}

.fun-fact-section .card-title {
  color: #d44444;
  font-size: 1.2rem;
  text-transform: uppercase;
  transform: translate(0,-80px);
  transition: all 0.4s ease;
}

.fun-fact-section .card-info {
  color: #fff;
  margin-top: 10px;
  transform: translate(0, 80px);
  transition: all 0.4s ease;
}
.fun-fact-section .card a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    font-family: arial;
}
.fun-fact-section .card:hover i {
  transform: scale(2);
  opacity: 0;
}

.fun-fact-section .card:hover .card-title {
  transform: translate(0, 0);
  color: #fff;
  font-family: arial;
  font-weight: 500;

}
.fun-fact-section .card:hover .card-info {
  transform: translate(0, 0);
}
.col-lg-12.col-md-12.col-sm-12.footer-title-align {
    display: contents;
}
.main-footer-text h2, p {
    font-family: arial;
    color: #ffff;
}

@media screen and (max-width: 900px) {
  .card {
    flex: 100%; 
    max-width: 500px;
  }
}
/* ---- particles.js container ---- */
 #particles-js{ 
 	position:absolute; 
 	width: 100%;
 	height: 100%;
 	/*background-color: #b61924;*/
 	/*background-image: url("");*/
 	background-repeat: no-repeat;
 	background-size: cover; 
 	background-position: 50% 50%; } /* ---- stats.js ---- */ 
 	.count-particles{ 
 	background: #000022;
 	position: absolute; 
 	top: 48px; left: 0; 
 	width: 80px; 
 	color: #13E8E9; 
 	font-size: .8em; 
 	text-align: left; 
 	text-indent: 4px; 
 	line-height: 14px; 
 	padding-bottom: 2px; 
 	font-family: Helvetica, Arial, sans-serif; font-weight: bold;
 	 }
 	 js-count-particles{ 
 	 	font-size: 1.1em; 
 	 	} #stats, 
.count-particles{ 
	-webkit-user-select: none; 
	margin-top: 5px; 
	margin-left: 5px;
	 } 
#stats{ 
	border-radius: 3px 3px 0 0;
	 overflow: hidden; 
	 } 
.count-particles{ 
	border-radius: 0 0 3px 3px;
	 }

	 /*=== Our Mission css=====*/
	 section#our_mission_title h1 {
    font-size: 47px;
}
.our-mission-001 .image-column .image img {
    display: block;
    width: 51%;
    position: relative;
    height: 112px;
    left: 118px;
    top: -23px;
    -webkit-transform: rotate( 
15deg) scale(1.4);
    transform: rotate( 
0deg) scale(1.4);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
#mobno_top{
	  display: none;
  }
  
/*media query start*/
@media only screen and (max-width: 600px) {
  #mobno_top{
	  display: block;
  }
  #mobno_top a{
	  display: block;
	  font-size: 14px;
	  color: #fff;
  }
  .top-right{
	  display: none;
  }
}
.map-section {
    position: relative;
    padding: 20px 0;
}
@import url('https://fonts.googleapis.com/css?family=Roboto');




h2{
  margin:0px;
  text-transform: uppercase;
}

h6{
  margin:0px;
  color:#777;
}

.wrapper{
  text-align:center;
  margin:50px auto;
}


/* metro tab css start*/
.grid {
  --timing: .3s;
  --curr: 0;
  --gutter: 5px;
  display: grid;
  grid: auto / auto 1fr;
  gap: 10px 10vmin;
  margin:  0rem auto;
  padding: 20px;
  max-width: 1200px;
}

.btns {
  display: grid;
  place-content: start;
  gap: var(--gutter);
  perspective: 200px;
  transform-style: preserve-3d;
}

.btns::after {
  content: '';
  grid-row: 1;
  grid-column: 1;
  background: #ff0000;
  border-radius: 6px;
  z-index: -1;
  transform: translateY(calc(var(--curr) * 100% + (var(--curr) * var(--gutter))));
  transition: var(--timing) transform cubic-bezier(.5, 0, .5, 1);
  will-change: transform;
}

button[aria-selected="true"] {
  color: #fff;
}

button {
  font-weight: 700;
  padding: 7px 12px;
  grid-column: 1;
  grid-row: var(--i, 0);
  border: 0;
  width: 100%;
  background: transparent;
  outline: none;
  cursor: pointer;
  transition: .3s color cubic-bezier(.5, 0, .5, 1);
  user-select: none;
}


/* SCENES */
[data-scene] {
  grid-area: 1 / 2;
  padding: 20px;
  transition: var(--timing);
  color: #222d40;
  transition:
    var(--timing) opacity,
    var(--timing) visibility;
  will-change: opacity;
  overflow: hidden;
  outline: none;
}

button:focus,
[data-scene]:focus {
  outline: 1px dashed #222d40;
  outline-offset: 2px;
}

button:focus:not(:focus-visible),
[data-scene]:focus:not(:focus-visible) {
  outline: none;
}

.grid::before {
  content: '';
  grid-area: 1 / 2;
  /*background: #fff repeating-linear-gradient(45deg, #ccc2 0 2px, transparent 0 12px);
  border: 10px solid #fff;*/
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
  z-index: -1;
}

.grid::after {
  content: '';
  grid-area: 1 / 2;
  place-self: end;
  width: 45%;
  height: 60%;
  background: radial-gradient(circle at 50%, red 2px, transparent 0 10px) 100% 100% / 10px 10px round round;
  margin: 0 -30px -30px 0;
  z-index: -2;
}

[data-state="section1"] [data-scene]:not([data-scene="section1"]),
[data-state="section2"] [data-scene]:not([data-scene="section2"]),
[data-state="section3"] [data-scene]:not([data-scene="section3"]) {
  --tY: .25rem;
  --op: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

[data-scene] > * {
  transition: var(--timing) cubic-bezier(.5,2,.5,.8);
  transform: translateY(var(--tY, 0));
  opacity: var(--op, 1);
}

[data-scene] > :nth-child(1) {
  transition-delay: calc(var(--timing) / 2 + .05s);
}

[data-scene] > :nth-child(2) {
  transition-delay: calc(var(--timing) / 2 + .1s);
}
section#metro-tab-1 p {
    color: #333;
    font-size: 14px;
    text-align: justify;
    line-height: 1.8;
}
article#panel-1 h2 {
    border-bottom: 2px solid #ff0000;
    /* width: 100%; */
    line-height: 1.5;
    font-family: arial;
    font-size: 25px;
    font-weight: 600;
}
.price-text h3 {
    text-align: left;
    padding-top: 20px;
}
article#panel-2 {
    text-align: initial;
}
#panel-2 span.mt_text {
    font-size: 12px;
}
/* ,metro tab css end */
section.main-sec-service {
    background-color: #ff00000a;
    padding: 4em 0;
}
.about-block h2 {
    font-weight: 600;
    font-family: arial;
    font-size: 20px;
    line-height: 2.5;
}
.inner-content-2.col-lg-12.col-md-12.col-sm-12 p {
    font-size: 13px;
}
.main-sec-service h2, p {
    font-family: arial;
    color: #000000;
    font-size: 13px;
    line-height: 2.5;
}
section.main-sec-service .text-box p {
    font-size: 14px !important;
    line-height: 1.5 !important;
}
.main-sec-service .inner-column {
    position: relative;
    padding-right: 0 !important;
}

section.main-sec-service .title {
    font-size: 22px;
    margin-bottom: 0 !important;
}
.main-sec-over {
    padding-top: 19px;
}
section.main-sec-service img {
    border-radius: 18px;
}
.main-footer-text p {
    color: #ffffff;
}
.main-sec-service .about-block .content-column .text-box p {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 5px;
    font-family: arial;
    text-align: justify;
}
section.main-sec-service {
    background-color: #ff00000a;
    padding: 1em 0 0;
}
/*==== near about our site css start ====*/
#site-text-box .inner-column.wow.slideInLeft.animated {
    float: left;
    text-align: start;
}

/*==== near About Our site css end  =====*/
/*=== metro project box grid css start ====*/
.wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.container-fostrap {
  display: table-cell;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}
.fostrap-logo {
  width: 100px;
  margin-bottom:15px
}
h1.heading {
  color: #fff;
  font-size: 1.15em;
  font-weight: 900;
  margin: 0 0 0.1em;
  color: #505050;
}
@media (min-width: 450px) {
  h1.heading {
    font-size: 3.55em;
  }
}
@media (min-width: 760px) {
  h1.heading {
    font-size: 3.05em;
  }
}
@media (min-width: 900px) {
  h1.heading {
    font-size: 3.25em;
    margin: 0 0 0.1em;
  }
} 
h2.heading-two {
      margin: 0 0 0.5em;
    font-weight: 200;
    font-style: italic;
    display: inline-block;
    background: #505050;
    padding: 5px 20px;
    color: #FFF;
    font-size: 1.8em;
    border-radius: 2px;
}
.card:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: 5
}
.card { 
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    transition: box-shadow .25s; 
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); 
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.card:hover:before, .card:focus:before, .card:active:before {
  right: 0;
}
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-card {
  width: 100%;
  height:200px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
    overflow: hidden;
}
.img-card img{
  width: 100%;
  height: 200px;
  object-fit:cover; 
  transition: all .25s ease;
} 
.card-content {
  padding:15px;
  text-align:left;
}
.card-title {
  margin-top:0px;
  font-weight: 700;
  font-size: 1.25em;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
}
.star-section {
  color: #f1c40f
}

/* Underline From Right */
.card-read-more {
  display: block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.card-read-more:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.card:hover .card-read-more:before,.card:focus .card-read-more:before,.card:active .card-read-more:before {
  left: 0;
}

.card-read-more {
    border-top: 1px solid #D4D4D4;
    line-height: 1.5;
    padding: 7px 0;
}
div#project-sec {
    padding-top: 2em;
}
.card-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase
}
.metro-project-box .img-card {
    width: 100%;
    /*height: 200px;*/
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: block;
    overflow: hidden;
}
/*=== metro project box grid css end ===*/

/*== Our Projects start css ==*/
	/*.card {
  background: url("https://picsum.photos/id/1019/350/350");
  width: 250px;
  height: 300px;
  position: relative;
  overflow: hidden;
  padding: 18px 25px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}

.fab-btn {
  position: absolute;
  bottom: 12px;
  right: 12px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: box-shadow 0.4s ease;
  background: #4610f5;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  cursor: pointer;
}

.fab-btn span {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease;
}

.card-content {
  position: relative;
  opacity: 0;
  transition: opacity 0.4s ease;
  color: #fff;
}

input:checked + .fab-btn {
  box-shadow: 0 0 2px 340px #811bff;
}

input:checked + .fab-btn span {
  transform: rotate(315deg);
}

input:checked ~ .card-content {
  opacity: 1;
}*/
/*==== metro our project end css =====*/
/*=== metro gallery section css ====*/
.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
section.metro-pro-gallery {
    background: #ff000014;
    padding: 2em;
}
.main-title-section {
    border: 1px solid;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 0 14px #cdcdcd;
    border: none;
}
.p-descp i {
    padding-right: 7px;
}
.note-col h2 {
    font-family: arial !important;
}
.p-text-title h5 {
    font-family: arial;
}
.note-main-col {
  border: 1px solid;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 0 14px #cdcdcd;
    border: none;
}
.note-main-col .text-danger {
    color: #dc3545!important;
    font-weight: bold;
    font-family: roboto;
}
section.payment-plans {
    padding: 2em;
}
section#site-text-box li i {
    padding-right: 10px;
}
/*=== metro gallery section end ====*/
@media only screen and (max-width: 600px) {
  .fun-fact-section {
    padding: 0px 0 !important;
}
.about-block .image-column .image img {
     .about-block .image-column .image img { 
     object-fit: cover; 
    display: block; 
     width: 90%; 
     position: relative;
    height: auto;
    object-fit: cover;
	left: -10px;
    padding: 0 10px 21px 49px;
   top: 0;
    border-radius: 0 0 50px 0;
	-webkit-transform: rotate( 
	15deg) scale(1.4);
    transform: rotate(
0deg) scale(1.4); 
     -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
 } 
.about-block .image-column .image {
    position: relative;
    margin-bottom: 0;
    padding-top: 0;
}
.about-block {
    position: relative;
    margin-bottom: 40px;
}
.image-layer {
    object-fit: cover;
    height: 200px !important;
}
.banner-section .slide-item .content-box {
    height: 200px !important;
}
.sec-title h2, .banner-section-two .slide-item h2, .banner-section .slide-item h2 {
    font-size: 28px;
}
.banner-section .slide-item .content-box {
    height: 700px;
    padding-bottom: 0;
}
.banner-section .slide-item h2 {
    font-size: 64px;
    line-height: 0.1em;
}
.owl-stage-outer.owl-height {
    height: 257px !important;
}
.apartment-detail, .about-section {
    padding: 0px 0 50px !important;
}
.banner-section .slide-item .content-box {
    height: 700px;
    padding-bottom: 20px !important;
}
.banner-section .slide-item h2 {
    font-size: 64px;
    line-height: 0.1em !important;
}
}
h1.hidden {
    display: none !important;
}
.floating_btn {
    position: fixed;
    bottom: 4px;
    right: 30px;
    left: 0;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
  
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}
/*contact form css end */

/*=== metro gallery section end ====*/

@media only screen and (max-width: 600px) {
  .fun-fact-section {
    padding: 0px 0 !important;
}
.cont-float-btn .con_btn_icon {
    top: 100%;
    transform: translateY(-50%);
    transition: 0.5s;
}
.about-block .content-column {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}
.cont-float-btn {
    position: fixed;
    top: 35%;
    left: -350px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 40px;
    background: #fff;
    box-shadow: 0 20px 50px rgb(0 0 0 / 50%);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 999999;
    float: left;
}
}

.con_btn_icon {
    position: absolute;
    height: 48px;
    width: 48px;
    text-align: center;
    cursor: pointer;
    background: #f00;
    top: 0;
    right: -48px;
    line-height: 48px;
}
.con_btn_icon i {
    color: #fff;
    font-size: 20px;
}
/* .metro-plots-details { */
    /* background: red; */
    /* color: #fff; */
    /* padding: 10px 20px; */
/* } */
.metro-plots-details .title {
    color: #fff !important;
}
.metro-plots-details p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
    line-height: 2.3;
}
.metro-plots-details h2 {
    color: #fff;
    font-weight: 600;
    font-family: arial;
    font-size: 29px;
}
/* .metro-plots-details::after { */
    /* position: absolute; */
    left: 0;
    /* top: 0; */
    /* right: 0; */
    border-right: 21px solid transparent;
    border-top: 20px solid #24262d8a;
    /* content: ""; */
    /* border-right: 36px solid #000000; */
    /* border-bottom: 35px solid #ff0000; */
/* } */
.fancybox img {
    border: 3px solid #fff;
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
	    height: 250px;

}
.fancybox img:hover {
    border: 3px solid #fff;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.item{
	transition: .5s ease-in-out;
}
.item:hover{
	filter: brightness(80%);
}
img.fancybox-image {
    border: 4px solid #fff;
}
span#messages {
    color: #ff0000;
}
.metro-header-plan {
    background: red;
    padding: 2em;
}
.metro-pro-gallery img {
    border: 2px solid #fff;
    box-shadow: 2px 2px 5px #bbb;
}
.footer-widget.form-widget #contact-form input {
    border: 1px solid;
    padding: 10px;
    width: 100%;
    margin: 3px 0;
}
.footer-widget.form-widget #contact-form textarea{
	width:100%;
	padding: 10px;
}