@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

		@font-face {
	font-family: Jeles;
	font-display: optional;
	src: url(assets/fonts/JelesRegular.eot);
	src: url(assets/fonts/JelesRegular.eot?#iefix) format('embedded-opentype'), url(assets/fonts/JelesRegular.woff2) format('woff2'), url(assets/fonts/JelesRegular.woff) format('woff')
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: 0
}

body {
	width: 100%;
	font-family: sans-serif;
	font-display: swap;
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: calc(13px + .25vw);
	color: #000;
	line-height: 1.25;
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative
}
.countrycode{
    width: 100%;
    height: 40px;
    color: #fff;
    background: none;
}
.countrycode option{

    background: #333;
}
.overlay {
	z-index: 100;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0
}

.logoLoading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.4em;
	font-weight: bolder;
	letter-spacing: 4px;
	width: 150px;
	text-align: center;
	z-index: 11
}

main {
	width: 100%
}

ul {
	list-style: none
}

a {
	text-decoration: none
}

img {
	max-width: 100%
}

p {
	margin-bottom: .8em;
	line-height: 1.6
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Jeles;
	-webkit-font-smoothing: antialiased;
	font-weight: 400
}

.container {
	padding: 0 4em
}

header {
    background:#000;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	padding: 15px 0;
	transition: all .2s cubic-bezier(.55, .06, .68, .19);
	z-index: 1111;
	opacity: 0.7;
}

header.fixed {
	background: url(images/blue-pattern.jpg?=v1.1) repeat #2f1d11;
	background-size: 240px;
	padding: 10px 0;
	box-shadow: 0 2px 15px 2px rgba(0, 0, 0, .4)
}

header .container {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.logo {
	margin-right: 2em
}

.pLogo {
	width: 200px
}

.logo img {
	max-width: 160px;
	display: block
}

.h-left {
	display: flex;
	align-items: center;
	justify-content: space-between
}

nav ul {
	display: flex
}

nav ul li {
	padding: 0 10px
}

nav ul li a {
	color: #fff;
	letter-spacing: 1px;
	font-size: .9em
}

.hamburger {
	display: none
}

.eq-header {
	color: #000;
	background-color: #fff;
	font-size: .9em;
	padding: 8px 15px;
	border-radius: 3px;
	display: none;
}

.callNow {
	margin-right: 1rem;
	color: #fff;
	display: flex;
	align-items: center
}

.callNow img {
	margin-right: 5px
}

header .right {
	display: flex;
	align-items: center
}

.sec-banner {
	background-color: #000;
	width: 100%;
	height: calc(100vh - 60px);
	position: relative
}

.sec-banner .container {
	position: absolute;
	z-index: 11
}

.main-slider.swiper-container {
	width: 100%;
	height: 100%;
	position: relative;
	transition: opacity .6s ease, -webkit-transform .3s ease;
	transition: opacity .6s ease, transform .3s ease;
	transition: opacity .6s ease, transform .3s ease, -webkit-transform .3s ease
}

.sec-banner:hover .swiper-button-next,
.sec-banner:hover .swiper-button-prev {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible
}

.main-slider .swiper-slide {
	overflow: hidden;
	position: relative
}

.bannerTxt {
	letter-spacing: 1px;
	max-width: 550px;
	margin-left: 10em;
	text-align: left
}

.title1 {
	font-size: 2em;
	margin: .5em 0;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .6)
}

.bannerTxt1 {
	font-size: 1.8em;
	margin: .5em 0;
	font-family: "Open Sans";
	text-shadow: 0 2px 4px rgba(0, 0, 0, .6)
}
.bannerTxt h4 {
	font-family: "Open Sans";
}
.bannerTxt .para {
	text-shadow: 0 2px 4px rgba(0, 0, 0, .6)
}

.main-slider .swiper-slide>div:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .1)
}

.main-slider .swiper-slide .slide-bgimg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: flex-end
}
.slide-bgimg picture {
	width: 100%;
}
.slide-bgimg img {
	display: block;
	width: 100%;
}

.banner-next.swiper-button-next,
.swiper-button-prev.banner-prev {
	width: 44px;
	opacity: 0;
	visibility: hidden;
	z-index: 11111;
	position: absolute
}

.main-slider .swiper-button-prev {
	-webkit-transform: translateX(50px);
	transform: translateX(50px)
}

.main-slider .swiper-button-next {
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px)
}

.sec-banner .swiper-pagination {
	display: flex;
	flex-direction: column;
	text-align: center;
	position: absolute;
	right: 4em;
	top: 50%;
	transform: translateY(-50%)
}

.sec-banner .swiper-pagination-bullet {
	text-align: center;
	opacity: .6;
	color: #fff;
	width: auto;
	height: auto;
	background: 0 0;
	border-radius: unset;
	font-size: 14px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition: all .8s ease-in-out;
	margin: 4px 0
}

.sec-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
	font-size: 24px
}

.sec-banner .swiper-pagination-bullet:before {
	content: '';
	width: 2px;
	height: 0;
	background: #fff;
	display: inline-block;
	transition: all .8s ease-in-out;
	margin-bottom: 4px
}

.sec-banner .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	height: 50px
}

.scrollDown {
	position: absolute;
	bottom: 5em;
	margin-left: 14em;
	left: 0;
	z-index: 88
}

@media only screen and (max-width:1280px) {
	.container {
		padding: 0 2em
	}
}

@media only screen and (max-width:1024px) {
	.logo {
		margin-right: 1em
	}
	nav ul li {
		padding: 0 8px
	}
	.logo img {
		max-width: 120px
	}
	.bannerTxt {
		margin-left: 0
	}
}

@media only screen and (max-width:800px) {
	header {
		padding: 10px 0;
		background-color:rgba(0,0,0,0.3);
	}
	nav {
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 111;
		background: #000;
		left: 0;
		top: 0;
		display: none;
		opacity: 0
	}
	nav ul {
		display: flex;
		flex-direction: column
	}
	nav.open {
		display: flex;
		align-items: center;
		justify-content: center;
		opacity: 1
	}
	nav ul li {
		padding: 1em 0
	}
	nav ul li a {
		font-size: 2em
	}
	.right {
		display: flex;
		align-items: center
	}
	.hamburger {
		display: block;
		width: 35px;
		height: 40px;
		margin-left: 2em;
		position: relative;
		z-index: 1111
	}
	.hamburger span {
		width: 100%;
		height: 1px;
		background: #fff;
		display: block;
		position: absolute;
		transition: all .3s ease-in-out
	}
	.hamburger span:nth-child(1) {
		top: 25%
	}
	.hamburger span:nth-child(2) {
		top: 50%
	}
	.hamburger span:nth-child(3) {
		top: 75%
	}
	.hamburger.open span:nth-child(1) {
		transform: rotate(45deg);
		top: 50%
	}
	.hamburger.open span:nth-child(2) {
		transform: scale(0)
	}
	.hamburger.open span:nth-child(3) {
		transform: rotate(-45deg);
		top: 50%
	}
}

@media only screen and (max-width:520px) {
	.sec-banner {
		height: 80vh;
		height: calc((var(--vh, 1vh) * 100) - 200px)
	}
	.slide-bgimg img {
		height: 100%;
		width: 100%;
		max-width: none
	}
	.sec-banner .swiper-pagination {
		flex-direction: row;
		top: auto;
		bottom: 30px;
		right: auto;
		left: 50%;
		transform: translate(-50%, 0);
		z-index: 111
	}
	.sec-banner .swiper-pagination-bullet {
		flex-direction: row;
		margin: 0 4px
	}
	.sec-banner .swiper-pagination-bullet:before {
		height: 2px;
		width: 0;
		margin-bottom: 0;
		margin-right: 4px
	}
	.sec-banner .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
		height: 2px;
		width: 50px
	}
	.logo img {
		width: auto;
		height: 40px
	}
	nav ul li {
		padding: .5em 0
	}
	nav ul li a {
		font-size: 1.4em
	}
	.scrollDown {
		margin: 0 auto;
		width: 60px;
		left: 0;
		right: 0;
		bottom: 6em;
		transform: scale(0.7) !important
	}
	#neighbourhood .c3{
    display: inline-block !important;
}
#neighbourhood .col-sm-4{
    width: 100% !important;
}
#sec-video .c3{
    display: inline-block !important;
}
#sec-video .col-sm-4{
    width: 100% !important;
}
}
#neighbourhood{
    text-align: center;
    padding: 25px 0px;
}
#neighbourhood .c3{
    display: inline-flex;
    width: 100%;
}
#neighbourhood .col-sm-4{
    width: 50%;
    padding: 10px;
}

#sec-video{
    text-align: center;
    padding: 25px 0px;
}
#sec-video .c3{
    display: inline-flex;
    width: 100%;
}
#sec-video .col-sm-4{
    width: 50%;
    padding: 10px;
}