/*-----------------------------------------*/
/*                HEADER STARTS            */
/*-----------------------------------------*/
.header {
	border-bottom: 1px solid rgba(255,255,255,0.25);
}
body {
	display: block!important;
}
body {
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.header .navbar {
	background: none;
	padding: 5px 0;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.logo-width {
	width: 250px;
	height: 80px;
	background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
body.header-fixed .header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
body.header-fixed {
	padding-top: 91px;
}
body.header-fixed.scrolled {
	padding-top: 70px;
}
body.header-fixed.scrolled .header {
	background-color: #0C1446;
}
body.header-fixed.scrolled .header .logo-width {
	width: 200px;
	height: 70px;
}
.header .navbar-nav .nav-link {
	padding: 5px 20px;
	color: #fff;
	font-size: 16px;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
body.header-fixed.scrolled .header .navbar {
	padding-top: 0;
	padding-bottom: 0;
}
body.header-fixed.scrolled .header .navbar-nav .nav-link {
	font-size: 14px;
}
body.header-fixed.scrolled .header .btn {
	font-size: 16px;
    line-height: 1.3;
    padding: 7px 17px;
}
.header .navbar-nav .active .nav-link,
.header .navbar-nav .nav-link:hover,
.header .navbar-nav .nav-link:focus {
	color: #AE763F;
}
.header .icon-bar {
	width: 41px;
	background: #fff;
	height: 1px;
	display: block;
	margin: 11px 0;
}
.header .icon-bar:first-child {
	width: 35px;
	margin-left: 5px;
}
.header .icon-bar:last-child {
	width: 30px;
	margin-left: 10px;
}
.header .navbar {
	position: relative;
}
.language-drpdown .dropdown-toggle::after {
	vertical-align: middle;
}
.language-drpdown .dropdown-toggle .text {
	display: inline-block;
	vertical-align: middle;
}
.language-drpdown .dropdown-toggle .icon {
	display: none;
	vertical-align: middle;
}
@media (min-width: 1300px) {
	.container-lg {
    	max-width: 1840px;
	}
}
@media(max-width: 1199px) {
	.header .navbar-nav .nav-link {
		padding: 5px 15px;
	}
}
@media (max-width: 991px) {
	.logo-width {
		height: 55px;
		width: 185px;
	}
	body.header-fixed {
	    padding-top: 67px;
	}
	body.header-fixed.scrolled .header .logo-width {
	    width: 180px;
	    height: 55px;
	}
	.header .navbar-nav .nav-link {
		padding: 5px 13px;
	}
	.header .icon-bar {
		width: 36px;
		margin: 10px 0;
	}
	.header .icon-bar:first-child {
		width: 30px;
	}
	.header .icon-bar:last-child {
		width: 25px;
	}
	.rigth-btn-container .btn {
		display: none;
	}

}
@media (max-width: 767px) {
	.container {
		max-width: 100%;
	}
	.logo-width {
		width: 170px;
		height: 45px;
	}
	.header .navbar {
		padding: 15px 0;
	}
	.header .navbar-nav .nav-link {
		padding: 5px 5px;
		font-size: 14px;
	}
	.header .navbar {
		padding-right: 0 !important;
	}
	body.header-fixed {
	    padding-top: 76px;
	}
	body.header-fixed.scrolled {
		padding-top: 55px;
	}
	body.header-fixed.scrolled .navbar-brand {
		padding-top: 0;
		padding-bottom: 0;
	}
	body.header-fixed.scrolled .header .logo-width {
	    width: 130px;
	    height: 55px;
	}
}
@media (max-width: 575px) {
	.header .navbar {
		padding: 0;
	}
	.navbar-brand {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	body.header-fixed.scrolled .navbar-brand {
		margin-top: 0;
		margin-bottom: 0;
	}
	.header .navbar-toggler {
		border: none;
		padding: 0;
	}
	.header .navbar-toggler:focus {
		outline: none;
	}
	.header .navbar-collapse {
		margin-left: -15px;
		margin-right: -15px;
	}
	.header .navbar-nav {
		padding: 7px 0 7px 0;
		border-top: 1px solid #646363;
	}
	.header .navbar-nav .nav-link {
		padding: 10px 15px;
	}
	.rigth-btn-container {
		position: absolute;
		top: 21px;
		right: 45px;
	}
	body.header-fixed.scrolled .rigth-btn-container {
		top: 8px;
	}
	.language-drpdown .dropdown-toggle .text {
		display: none;
	}
	.language-drpdown .dropdown-toggle .icon {
		display: inline-block;
	}
	.language-drpdown .dropdown-toggle::after {
		transform: scale(1.5);
		transform-origin: center center;
	}
}
/*-----------------------------------------*/
/*                HEADER ENDS              */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*                FOOTER STARTS            */
/*-----------------------------------------*/
.footer {
	background: transparent linear-gradient(0deg, #0C1446 0%, #162580 100%) 0% 0% no-repeat padding-box;
	font-size: 14px;
	color: #fff;
}
.footer a {
	color: #fff;
}
.footer-top {
	padding-top: 50px;
	padding-bottom: 30px;
}
.footer-middle {
	padding-bottom: 25px;
}
.contact-info {
	margin-bottom: 20px;
	position: relative;
	padding-left: 50px;
}
.contact-info .icon {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 36px;
	line-height: 36px;
	width: 38px;
	text-align: center;
}
.contact-info .text {
	padding-top: 6px;
	padding-bottom: 6px;
}
.color-grey .contact-info .text a {
	color: #8C9CB0;
}
.color-grey .contact-info .text a:hover {
	color: #AE763F;
}
.contact-info .text.line-2 {
	padding-top: 2px;
	padding-bottom: 2px;
}
.footer-bottom .links {
	border-bottom: 1px solid rgba(255,255,255,0.25);
	padding-bottom: 10px;
}
.footer-bottom .links a {
	margin-right: 40px;
	font-size: 16px;
	color: #fff;
	display: block;
	float: left;
	padding: 5px 0;
}
.footer-bottom .links::after {
	content: '';
	clear: both;
	float: none;
	display: block;
}
.footer-bottom .links a:hover,
.footer-bottom .links a:focus {
	color: #AE763F;
}
.footer-links-bottom {
	padding: 30px 0;
	line-height: 38px;
}
.social-links a {
	font-size: 20px;
	color: inherit;
	display: block;
	float: left;
	width: 38px;
	height: 38px;
	text-align: center;
	margin: 0 12px;
	border: 1px solid #fff;
	border-radius: 50%;
	line-height: 38px;
}
.card-body .social-links a {
	border: 1px solid #0C1446;
}
.social-links a:hover {
	border-color: #AE763F;
}
.color-grey .social-links a {
	border-color: #8C9CB0;
}
.color-grey .social-links a:hover {
	border-color: #AE763F;
}
.social-links::after {
	content: '';
	clear: both;
	float: none;
	display: block;
}
.footer-title {
	color: #AE763F;
	font-family: 'Montserrat-Bold';
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.footer-bottom .links {
		padding-bottom: 6px;
		padding-left: 7px;
		padding-right: 7px;
	}
	.footer-bottom .links a {
		margin-right: 28px;
	}
	.footer-top {
		padding-top: 40px;
		padding-bottom: 25px;
	}
	.footer-title {
		padding-top: 30px;
	}
}
/*-----------------------------------------*/
/*                FOOTER ENDS              */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*             STATIC BANNER STARTS        */
/*-----------------------------------------*/
.static-banner {
	position: relative;
	color: #fff;
}
.static-banner::before {
	content: '';
	z-index: 2;
	position: absolute;
	top: -108px;
	left: 0;
	width: 100%;
	bottom: 0;
	background: transparent radial-gradient(closest-side at 50% 50%, #162580 0%, #0C1446 100%) 0% 0% no-repeat padding-box;
}
/*.static-banner::after {
	content: '';
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/static-banners/overlay.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 67%;
}*/
.banner-content {
	padding: 85px 0;
	position: relative;
	z-index: 4;
}
.banner-title {
	font-size: 48px;
	line-height: 1.5;
	font-family: 'Montserrat-Bold';
}
.banner-title .lite {
	font-family: 'Montserrat-Regular';
}
.banner-desc {
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 43px;
}
@media(min-width: 1400px) {
	.banner-content-col {
	    -ms-flex: 0 0 35%;
	    flex: 0 0 35%;
	    max-width: 35%;
	}
	.banner-image-col {
		-ms-flex: 0 0 65%;
	    flex: 0 0 65%;
	    max-width: 65%;
	}
}
@media(min-width: 1700px) {
	.banner-content-col {
	    -ms-flex: 0 0 35%;
	    flex: 0 0 35%;
	    max-width: 35%;
	}
	.banner-image-col {
		-ms-flex: 0 0 65%;
	    flex: 0 0 65%;
	    max-width: 65%;
	}
}
@media(max-width: 1199px) {
	.banner-content {
		padding: 75px 0;
	}
	.banner-title {
		font-size: 45px;
	}
	.banner-desc {
		font-size: 22px;
	}
}
@media(max-width: 991px) {
	.banner-content {
		padding: 65px 0;
	}
	.banner-title {
		font-size: 42px;
	}
	.banner-desc {
		font-size: 20px;
		margin-bottom: 10px;
	}
}
@media(max-width: 767px) {
	.banner-content {
		padding: 60px 0;
	}
	.banner-title {
		font-size: 38px;
	}
	.banner-desc {
		font-size: 18px;
	}
}
@media(max-width: 575px) {
	.banner-title {
		font-size: 36px;
	}
	.banner-desc {
		font-size: 16px;
		margin-bottom: 5px;
		width: 80%;
	}
}
/*-----------------------------------------*/
/*             STATIC BANNER ENDS          */
/*-----------------------------------------*/


/*-----------------------------------------*/
/*             CONTENT AREA STARTS         */
/*-----------------------------------------*/
.content-area {
	padding: 55px 0;
}
.content-area.md {
	padding: 75px 0;
}
@media(max-width: 1199px) {
	.content-area {
		padding: 50px 0;
	}
	.content-area.md {
		padding: 70px 0;
	}
}
@media(max-width: 991px) {
	.content-area {
		padding: 45px 0;
	}
	.content-area.md {
		padding: 65px 0;
	}
}
@media(max-width: 767px) {
	.content-area {
		padding: 40px 0;
	}
	.content-area.md {
		padding: 60px 0;
	}
}
@media(max-width: 575px) {
	.content-area {
		padding: 30px 0;
	}
	.content-area.md {
		padding: 55px 0;
	}
}
/*-----------------------------------------*/
/*             CONTENT AREA ENDS           */
/*-----------------------------------------*/


/*-----------------------------------------*/
/*       PROPERTY SPECIFICATION STARTS     */
/*-----------------------------------------*/
.embed-responsive-propertyimage::before {
	padding-top: 71.52777777777778%;
}
.embed-responsive-propertyimage.videoElement {
	background-color: #000;
}
.embed-responsive-propertyimage video {
	background-color: #000;
	outline: none;
}
.lSSlideOuter:not(.noPager) .embed-responsive-propertyimage.videoElement video,
.lSSlideOuter:not(.noPager) .embed-responsive-propertyimage.videoElement iframe {
	left: 64px;
	right: 64px;
	width: calc(100% - 128px);
}
.property-spec-image-col {
    -ms-flex: 0 0 62.1%;
    flex: 0 0 62.1%;
    max-width: 62.1%;
}
.property-spec-col {
    -ms-flex: 0 0 37.9%;
    flex: 0 0 37.9%;
    max-width: 37.9%;
}
.property-spec {
	padding: 35px;
}
.property-spec .title {
	font-size: 37px;
	margin-bottom: 15px;
	font-family: 'Source-Sans-Pro-Light';
}
.property-spec .bordered-list {
	border-bottom: 1px solid #fff
}
.property-spec .bordered-list-in {
	margin-top: 13px;
	margin-bottom: 13px;
	font-size: 15px;
}
.property-spec .row:last-child .bordered-list-in {
	margin-bottom: 0;
}
.amenities-row .col-lg {
	padding: 0 10px;
}
.amenities-row .bordered-list-in {
	color: #8C9CB0;
}
.amenities-icon {
	width: 85px;
    height: 75px;
    display: inline-block;
    background-image: url('../images/properties-sprites.svg');
    background-repeat: no-repeat;
    background-size: 1000px;
    margin-top: 10px;
    margin-bottom: -10px;
}
.PPS-icon {
	background-position: -1px 5px;
}
.parks-icon {
	background-position: -148px 3px;
}
.supermarkets-icon {
	background-position: -294px 5px;
}
.SS-icon {
	background-position: -460px 3px;
}
.RBC-icon {
	background-position: -619px 3px;
}
.pharmacies-icon {
	background-position: -763px 3px;
}
.hospital-icon {
	background-position: -918px 5px;
}

@media(max-width: 1199px) {
	.property-spec {
		padding: 30px;
	}
	.property-spec .title {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.property-spec .bordered-list-in {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 14px;
	}
}
@media(max-width: 991px) {
	.property-spec-image-col {
	    -ms-flex: 0 0 67%;
	    flex: 0 0 67%;
	    max-width: 67%;
	}
	.property-spec-col {
	    -ms-flex: 0 0 33%;
	    flex: 0 0 33%;
	    max-width: 33%;
	}
	.property-spec {
		padding: 15px;
	}
	.property-spec .title {
		font-size: 21px;
		margin-bottom: 5px;
		white-space: nowrap;
	}
	.property-spec .bordered-list-in {
		margin-top: 7px;
	    margin-bottom: 7px;
	    font-size: 13px;
	}
}
@media(max-width: 767px) {
	.property-spec-image-col,
	.property-spec-col {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.property-spec {
		padding: 30px;
	}
	.property-spec .title {
		font-size: 30px;
	}
	.property-spec .bordered-list-in {
		font-size: 15px;
		margin-top: 10px;
    	margin-bottom: 10px;
	}
}
@media(max-width: 575px) {
	.property-spec .title {
		font-size: 27px;
	}
	.property-spec {
		padding: 25px;
	}
}
/*-----------------------------------------*/
/*       PROPERTY SPECIFICATION ENDS       */
/*-----------------------------------------*/


/*-----------------------------------------*/
/*             LIGHT SLIDER STARTS         */
/*-----------------------------------------*/
.lSSlideOuter .lSPager.lSGallery {
	margin-top: 0px !important;
}
.lSSlideOuter .lslide img {
	width: 100%;
}
.lSSlideOuter .lSPager.lSGallery li > a {
	display: block;
	height: 0;
	padding-bottom: 71.52777777777778%;
	overflow: hidden;
	position: relative;
}
.lSSlideOuter .lSPager.lSGallery li > a > video,
.lSSlideOuter .lSPager.lSGallery li > a > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #0C1446;
}
.lSSlideOuter .lSPager.lSGallery li > a > img {
	top: 50%;
	width: 100%;
	height: auto;
	transform: translateY(-50%);
}
.lSSlideOuter .lSPager.lSGallery li > a > img+video {
	z-index: 2;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
	border-radius: 0;
}
.lSAction > a {
    width: 64px;
    top: 0;
    height: 100%;
    margin-top: 0;
    opacity: 1;
    background: rgba(41,41,43,0.2);
}
.lSAction > a:hover {
	background: rgba(41,41,43,0.5);
}
.lSAction > a::before,
.lSAction > a::after {
	content: '';
	position: absolute;
	top: 50%;
	height: 4px;
	border-radius: 3px;
    background: #fff;
    width: 65%;
    left: 25%;
    transform-origin: left bottom;
}
.lSAction > a::before {
	transform: rotate(-45deg);
}
.lSAction > a::after {
	transform: rotate(45deg);
	margin-top: -3px;
    margin-left: -3px;
}
.lSAction > .lSPrev {
	left: 0;
}
.lSAction > .lSNext {
	right: 0;
	transform: rotate(180deg);
}
.lSSlideOuter .lSPager.lSpg {
	margin-bottom: 20px;
}
.lSSlideOuter .lSPager.lSpg > li a {
	border-radius: 0;
	width: 50px;
	height: 6px;
	box-shadow: 0px 5px 10px #00000033;
	background-color: #363C3E;
}
.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
	background-color: #AE763F;
}
/*-----------------------------------------*/
/*             LIGHT SLIDER ENDS           */
/*-----------------------------------------*/


/*-----------------------------------------*/
/*                 MAP STARTS              */
/*-----------------------------------------*/
.map-section {
	padding: 60px 0;
	position: relative;
	overflow: hidden;
}
.map-section.height-400 {
	height: 400px;
}
.map-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.map-container .map {
	width: 100%;
	height: 100%;
}
.contact-card {
	padding: 60px;
	margin-right: 40px;
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}
.contact-card .section-title {
	margin-top: 10px;
}
.btn-container {
	padding-top: 15px;
}
@media(max-width: 1199px) {
	.map-section {
		padding: 50px 0;
	}
	.map-section.height-400 {
		height: 370px;
	}
	.contact-card {
		padding: 55px;
		margin-right: 30px;
	}
	.contact-card .section-title {
		margin-top: 0px;
	}
	.contact-card .btn-container {
		padding-top: 10px;
	}
}
@media(max-width: 991px) {
	.map-section {
		padding: 45px 0;
	}
	.map-section.height-400 {
		height: 340px;
	}
	.contact-card {
		padding: 40px;
		margin-right: 20px;
	}
	.contact-card .btn-container {
		padding-top: 5px;
	}
}
@media(max-width: 767px) {
	.map-section {
		padding: 40px 0;
	}
	.map-section.height-400 {
		height: 310px;
	}
	.contact-card {
		padding: 30px;
		margin-right: 0px;
	}
	.contact-card .btn-container {
		padding-top: 0px;
	}
}
@media(max-width: 575px) {
	.map-section {
		padding: 0;
	}
	.map-section.height-400 {
		height: 280px;
	}
	.map-container {
		position: static;
		height: 300px;
	}
	.map-container .map {
		max-height: 100%;
	}
	.contact-card {
		padding: 35px;
		margin: 25px 10px;
	}
}
/*-----------------------------------------*/
/*                 MAP ENDS                */
/*-----------------------------------------*/


/*-----------------------------------------*/
/*           WHY CHOOSE US STARTS          */
/*-----------------------------------------*/

.why-choose-us-section {
	background: transparent linear-gradient(0deg, #0C1446 0%, #162580 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(180deg,#bf8a5f 0,#a9794e 100%) 0 0 no-repeat padding-box;
}
.why-choose-us-content {
	padding: 0 20px;
}
.why-choose-us-content .icon {
    margin-bottom: 20px;
    width: 125px;
    height: 125px;
    display: inline-block;
    background-color: #bd8f68;
    border-radius: 50%;
    background-image: url('../images/home-sprites.svg');
    background-repeat: no-repeat;
    background-size: 790px;
}
.why-choose-us-content .icon.quality-icon {
    background-position: -309px 10px;
}
.why-choose-us-content .icon.commitment-icon {
    background-position: -444px 11px;
}
.why-choose-us-content .icon.trust-icon {
    background-position: -576px 6px;
}
.why-choose-us-content p span {
	font-family: 'Montserrat-Bold';
	display: block;
}
.why-choose-us-content p {
	margin-bottom: 0;
	font-family: 'Montserrat-Light';
}

@media(max-width: 1199px) {
	.why-choose-us-content {
		padding: 0 15px;
	}
	.why-choose-us-content .icon {
		width: 110px;
		height: 110px;
		background-size: 700px;
	}
	.why-choose-us-content .icon.quality-icon {
	    background-position: -274px 9px;
	}
	.why-choose-us-content .icon.commitment-icon {
	    background-position: -394px 11px;
	}
	.why-choose-us-content .icon.trust-icon {
	    background-position: -510px 6px;
	}
}
@media(max-width: 991px) {
	.why-choose-us-content {
		padding: 0 5px;
	}
	.why-choose-us-content .icon {
		margin-bottom: 20px;
	}
}
@media(max-width: 767px) {
	.why-choose-us-content {
		padding: 0;
	}
	.why-choose-us-content .icon {
		width: 90px;
		height: 90px;
		background-size: 560px;
	}
	.why-choose-us-content .icon.quality-icon {
	    background-position: -217px 9px;
	}
	.why-choose-us-content .icon.commitment-icon {
	    background-position: -313px 10px;
	}
	.why-choose-us-content .icon.trust-icon {
	    background-position: -408px 5px;
	}
	.why-choose-us-col {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}
/*-----------------------------------------*/
/*           WHY CHOOSE US ENDS            */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*           ABOUT US STARTS               */
/*-----------------------------------------*/
.people-behind-section .card-title {
	color: #363C3E;
	 font-family: 'Montserrat-Regular';
}
.people-behind-section .card-sub-title{
	color: #363C3E;
	font-size: 20px;
	font-family: 'Montserrat-Bold';
}
.people-behind-section .card {
	margin-right: 42px;
}
@media(max-width: 1199px) {
	.people-behind-section .card {
		margin-right: 0;
	}
}
/*-----------------------------------------*/
/*           ABOUT US ENDS                 */
/*-----------------------------------------*/
/*-----------------------------------------*/
/*           HOME BANNER STARTS            */
/*-----------------------------------------*/
.banner-section {
	position: relative;
}
.banner-section::before {
	position: absolute;
	z-index: 2;
	background: transparent radial-gradient(closest-side at 50% 50%, #162580 0%, #0C1446 100%) 0% 0% no-repeat padding-box;
	top: -108px;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
}
.banner-section .container {
	position: relative;
	z-index: 3;
}
.banner-slider-container {
	position: relative;
	overflow: hidden;
}
.banner-hover-image-container {
	position: absolute;
	top: 0;
	left: -100%;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: opacity 0.3s ease-in-out ;
	padding: 0 15px;
}
.banner-hover-image-container.active {
	left: 0;
	opacity: 1;
}
.banner-hover-image-container-in {
	position: relative;
	height: 100%;
	overflow: hidden;
	border-radius: 4px;
    background-position: center center;
    background-size: cover;
}
.banner-image-wrapper {
	padding: 0 15px;
}
.banner-image-wrapper-in {
	padding-top: 185%;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}
.banner-image-wrapper-in .img {
 	position: absolute;
 	z-index: 1;
 	left: 50%;
 	top: 0;
 	transform: translateX(-50%);
 	height: 100%;
 	width: auto !important;
 	max-width: inherit;
}
.scroll-down-link {
	line-height: 38px;
	font-size: 14px;
}
.scroll-down-link:hover{
	color:#AE763F !important;
	cursor: pointer;
}
.scroll-down-link span {
	vertical-align: middle;
}
.scroll-down-link .fa {
	-webkit-text-stroke: 3px #0C1446;
	font-size: 30px;
}
@media(max-width: 767px){
	.banner-image-wrapper {
	    padding: 0 5px;
	}
	.banner-hover-image-container {
		padding: 0 5px;
	}
}
/*-----------------------------------------*/
/*           HOME BANNER ENDS              */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*           ENTRY ANIMATION STARTS        */
/*-----------------------------------------*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
/*-----------------------------------------*/
/*           ENTRY ANIMATION ENDS          */
/*-----------------------------------------*/


/*-----------------------------------------*/
/*           GALLERY IMAGES SLIDER START   */
/*-----------------------------------------*/
.gallery-images-slider .column {
	width: 20%;
	float: left;
	padding: 0 15px;
}
.gallery-images-slider .img-container {
	padding-bottom: 30px;
}
.gallery-images-slider .img-container-in {
	position: relative;
	padding-top: 75%;
	overflow: hidden;
	box-shadow: 0px 5px 15px #00000026;
}
.gallery-images-slider .img-container[data-index="0"] .img-container-in {
	padding-top: 97.777777778%;
}
.gallery-images-slider .img-container[data-index="1"] .img-container-in {
	padding-top: 75.555555556%;
}
.gallery-images-slider .img-container[data-index="2"] .img-container-in {
	padding-top: 75.555555556%;
}
.gallery-images-slider .img-container[data-index="3"] .img-container-in {
	padding-top: 97.777777778%;
}
.gallery-images-slider .img-container[data-index="4"] .img-container-in {
	padding-top: 106.666666667%;
}
.gallery-images-slider .img-container[data-index="5"] .img-container-in {
	padding-top: 66.666666667%;
}
.gallery-images-slider .img-container[data-index="6"] .img-container-in {
	padding-top: 62.222222222%;
}
.gallery-images-slider .img-container[data-index="7"] .img-container-in {
	padding-top: 111.111111111%;
}
.gallery-images-slider .img-container[data-index="8"] .img-container-in {
	padding-top: 111.111111111%;
}
.gallery-images-slider .img-container[data-index="9"] .img-container-in {
	padding-top: 62.222222222%;
}
.gallery-images-slider .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	object-fit: cover;
	cursor: pointer;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.img-container-in:hover {
	box-shadow: 0px 10px 20px #00000050;
}
.img-container-in:hover .img {
	transform: scale(1.1);
}
@media(max-width: 1199px) {
	.gallery-images-slider .column {
		padding: 0 10px;
	}
	.gallery-images-slider .img-container {
		padding-bottom: 20px;
	}
}
@media(max-width: 991px) {
	.gallery-images-slider .column {
		padding: 0 5px;
	}
	.gallery-images-slider .img-container {
		padding-bottom: 10px;
	}
}
@media(max-width: 767px) {
	.gallery-images-slider .column {
		padding: 0 5px;
		width: 50%;
	}
	.gallery-images-slider li > .column:last-child {
		width: 100%;
	}
	.gallery-images-slider li > .column:last-child::after {
		content: '';
		display: block;
		clear: both;
	}
	.gallery-images-slider .img-container {
		padding-bottom: 10px;
	}
	.gallery-images-slider .img-container[data-index="0"] .img-container-in {
		padding-top: 97.487437186%;
	}
	.gallery-images-slider .img-container[data-index="1"] .img-container-in {
		padding-top: 75.376884422%;
	}
	.gallery-images-slider .img-container[data-index="2"] .img-container-in {
		padding-top: 75.376884422%;
	}
	.gallery-images-slider .img-container[data-index="3"] .img-container-in {
		padding-top: 97.487437186%;
	}
	.gallery-images-slider .img-container[data-index="4"] .img-container-in {
		padding-top: 106.532663317%;
	}
	.gallery-images-slider .img-container[data-index="5"] .img-container-in {
		padding-top: 66.331658291%;
	}
	.gallery-images-slider .img-container[data-index="6"] .img-container-in {
		padding-top: 62.311557789%;
	}
	.gallery-images-slider .img-container[data-index="7"] .img-container-in {
		padding-top: 111.055276382%;
	}
	.gallery-images-slider .img-container[data-index="8"] .img-container-in {
		padding-top: 75%;
	}
	.gallery-images-slider .img-container[data-index="9"] .img-container-in {
		padding-top: 75%;
	}
	.gallery-images-slider .img-container[data-index="8"] {
		float: left;
		width: calc(50% - 5px);
	}
	.gallery-images-slider .img-container[data-index="9"] {
		float: right;
		width: calc(50% - 5px);
	}
}
/*-----------------------------------------*/
/*           GALLERY IMAGES SLIDER END     */
/*-----------------------------------------*/


/*-----------------------------------------*/
/*          LNAGUAGE DROP-DOWN START       */
/*-----------------------------------------*/
.language-drpdown.show>.language-menu {
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    border: 1px solid rgba(0,0,0,.15);
	padding: 5px 0px;
	text-align: center;
	min-width: 100px;
}
.language-drpdown {
	display: inline-block;
	white-space: nowrap;
}
.header .language-drpdown {
	padding: 5px 20px;
}
.header .language-drpdown a.dropdown-toggle {
	font-size: 16px !important;
}
.header .language-drpdown .dropdown-menu {
	left: 50%;
	transform: translateX(-50%);
}
.language-drpdown a {
	font-size: 14px !important;
	margin-right: 0px !important;
	float: none !important;
}
.language-drpdown a.dropdown-toggle {
	color: #fff;
}
.language-drpdown .language-menu a {
	color: #000 !important;
}
.language-drpdown a.dropdown-item.active,
.language-drpdown a.dropdown-item:active {
	color: #fff !important;
	background-color: #AE763F;
}
@media(max-width: 1199px) {
	.header .language-drpdown {
		padding: 5px 15px;
	}
}
@media(max-width: 991px) {
	.header .language-drpdown {
		padding: 5px 13px;
	}
}
@media(max-width: 767px) {
	.header .language-drpdown {
		padding: 5px 5px;
	}
	.header .language-drpdown a.dropdown-toggle {
		font-size: 14px !important;
	}
}
@media(max-width: 575px) {
	.language-drpdown.show>.language-menu {
		min-width: 60px;
	}
}
/*-----------------------------------------*/
/*          LNAGUAGE DROP-DOWN END         */
/*-----------------------------------------*/


/*-----------------------------------------*/
/*          AR LANGUAGE CSS START          */
/*-----------------------------------------*/
body .ar {
	text-align: initial !important;
}
.header .navbar.ar-custom{
	padding-right:0px !important;
	position: relative;
}
.ar .contact-info {
	padding-left: 0;
	padding-right: 50px;
}
.ar .contact-info .icon {
    left: inherit;
    right: 0;
}
.ar .people-behind-section .card {
	margin-right: 0;
	margin-left: 42px;
}
.ar .property-spec .row .bordered-list:last-child {
	text-align: left !important;
}
.ar .section-title {
	text-align: right;
}
.ar .bordered-list {
	text-align: right;
}
.ar .bordered-list.text-right {
	text-align: left !important;
}
.ar .bordered-list.with-icon .bordered-list-in {
    padding-left: 0;
    padding-right: 30px;
}
.ar .bordered-list.with-icon .icon {
    left: inherit;
    right: 0;
}
.ar .social-links {
	float: right;
}
.ar .sub-title {
	text-align: right;
}
.ar .footer-bottom .links a {
	float: right;
	margin-right: 0;
	margin-left: 40px;
}
.ar .footer .language-drpdown {
	float: left;
}
.ar .language-drpdown a {
	margin: 0 !important;
}
.ar .header .navbar-nav .nav-link {
	float: right;
}
.ar .banner-title {
	text-align: right;
}
.ar .content-desc {
	text-align: right;
}
@media (max-width: 1199px) {
	.ar .people-behind-section .card {
    	margin-left: 0;
    }
}
@media (max-width: 991px) {
	.header .navbar-nav.ar-nav {
		display: -webkit-box;
	}
}
@media (max-width: 767px) {
	.ar .footer-bottom .links a {
		margin-right: 0;
		margin-left: 28px;
	}
}
@media (max-width: 575px) {
	.header .navbar-collapse {
	    background: #0C1446;
	}
}
/*-----------------------------------------*/
/*          AR LANGUAGE CSS END            */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*          GREEK -EL  LANGUAGE CSS STRAT  */
/*-----------------------------------------*/
body.el{
    font-family: 'Roboto-Regular'!important;
}
.el .footer-title {
	font-family: 'Roboto-Bold'!important;
}
.el .banner-title {
	font-family: 'Roboto-Bold'!important;
}
.el .banner-title .lite {
	font-family: 'Roboto-Regular'!important;
}
.el .why-choose-us-content p span {
	font-family: 'Roboto-Bold'!important;
}
.el .why-choose-us-content p {
	 font-family: 'Roboto-Light'!important;
}
.el .people-behind-section .card-title {
	 font-family: 'Roboto-Regular'!important;
}
.el .people-behind-section .card-sub-title{
	font-family: 'Roboto-Bold'!important;
}
.el .btn-container a{
	font-family: 'Roboto-Bold'!important;
}
.el .contact-card.content-desc {
	font-family: 'Roboto-Bold'!important;
}
.el .property-spec .title {
	  font-family: 'Roboto-Light'!important;
}
.el .content-desc {
	font-family: 'Roboto-Bold'!important;
}
.el .ytp-title-text {
	font-family: 'Roboto-Regular'!important;
}
.el .error-page .sub-title {
	font-family: 'Roboto-Bold'!important;
}
.el .montserrat-bold {
	font-family: 'Roboto-Bold'!important;
}

.el .header .language-drpdown,
.el .header .navbar-nav .nav-link {
	padding: 5px 15px;
}
@media(max-width: 1199px) {
	.el .header .language-drpdown,
	.el .header .navbar-nav .nav-link {
		padding: 5px 7px;
	}
}
@media(max-width: 767px) and (min-width: 576px) {
	.el .header .navbar-nav .nav-link,
	.el .header .language-drpdown a.dropdown-toggle {
		font-size: 12px;
	}
	.el .header .language-drpdown,
	.el .header .navbar-nav .nav-link {
		padding: 5px 3px;
	}
}
/*-----------------------------------------*/
/*          GREEK -EL  LANGUAGE CSS END    */
/*-----------------------------------------*/