@font-face {
    font-family: 'analogueregular';
    src: url('fonts/analogue-webfont.eot');
    src: url('fonts/analogue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/analogue-webfont.woff2') format('woff2'),
         url('fonts/analogue-webfont.woff') format('woff'),
         url('fonts/analogue-webfont.ttf') format('truetype'),
         url('fonts/analogue-webfont.svg#analogueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
  scroll-behavior: smooth;
}

a{
	transition: all 0.25s ease 0s;
}
body{
	font-family: 'Montserrat', sans-serif;
}
.header-main{
	/*position: absolute;
	width: 100%;
	left: 0;
	right: 0;*/
	min-height: 616px;
    background: url(../images/header-bg.jpg);
    background-size: cover;
}
.slid-header{
	/*min-height: 595px;
    background: url(../images/header-bg.jpg);*/
}
.header-main .navbar{
	/*font-family: 'analogueregular';*/
}
.header-main .navbar ul.navbar-nav.ml-auto li {
    padding: 0 18px;
}
.header-main .navbar ul.navbar-nav.ml-auto li a {
    color: #fff;
    font-size: 24px;
}
.header-main .navbar ul.navbar-nav.ml-auto li a:hover {
    color: #e0bd60;
}
.header-main .navbar ul.navbar-nav.ml-auto li a.btn-success {
    background: rgb(254,234,121);
    background: linear-gradient(90deg, rgba(254,234,121,1) 0%, rgba(235,192,61,1) 100%);
    border: 0;
    color: #000;
    border-radius: 6px;
    font-size: 17px;
    padding: 0px 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.header-main .navbar ul.navbar-nav.ml-auto li a.btn-success:hover{
	background: #bb985d;
	border-color:#bb985d;;
}
.slid-header h1.display-4{
	font-size: 54px;
    font-weight: 700;
    padding: 15px 0px;
    text-transform: uppercase;
}
.slid-header h1.display-4 span{
	background: rgb(235,192,61);
	background: linear-gradient(90deg, rgba(235,192,61,1) 45%, rgba(235,192,61,0) 100%);
	width: 43%;
	display: inline-block;
	padding-left: 10px;
}
.slid-header p.lead{
	font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    font-size: 77px;
    padding-left: 0;
    padding-top: 0;
    line-height: 66px;
}
.vodiapicker{
  display: none; 
}
.b{
  display: none;
  width: 100%;
  max-width: 350px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 5px;
  position: absolute;
  background: rgb(255, 255, 255);
}

.open{
  display: show !important;
}

.btn-select{
  margin-top: 10px;
  width: 100%;
  max-width: 350px;
  height: 34px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
 
}
.btn-select li{
  list-style: none;
  float: left;
  padding-bottom: 0px;
}

.btn-select:hover li{
  margin-left: 0px;
}

.btn-select:hover{
  background-color: #F4F3F3;
  border: 1px solid transparent;
  box-shadow: inset 0 0px 0px 1px #ccc;  
}

.btn-select:focus{
   outline:none;
}

.lang-select{
  margin-left: 50px;
}
.btn-select li img{
	width: 20px;
	height: auto;
}
.b ul li{
	list-style: none;
    padding-top: 10px;
}
.b ul{
	padding: 12px 15px;
}
.select-country .btn span {
    font-size: 0;
}
.select-country .btn span i {
    margin: 0 !important;
}
.select-country .btn{
	padding-top: 8px;
	padding-bottom: 7px;
	border-radius: 0;
}
.select-country .btn:focus {
    box-shadow: none !important;
    background: #fff;
}
.select-country .dropdown-menu {
    padding-left: 11px;
}
.form{
	background: url(../images/form-bg.jpg);
    padding: 36px;
}
.form h3{
	font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    background: rgb(252,231,112);
    background: linear-gradient(90deg, rgba(252,231,112,1) 0%, rgba(195,158,72,1) 100%);
    box-shadow: 0 0 10px #888;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.form .form-control {
    height: 49px !important;
    border-radius: 5px;
    border: none;
    font-size: 20px;
}
.intl-tel-input.separate-dial-code .selected-flag{
	background-color: rgb(0 51 98);
}
.intl-tel-input.separate-dial-code .selected-dial-code{
	margin-left: 6px;
	color: #fff;
	font-size: 21px;
}
.intl-tel-input .selected-flag .iti-arrow{
	border-top: 4px solid #fff;
}
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=tel], .intl-tel-input.separate-dial-code input[type=text]{
	padding-left: 98px;
}
.form .form-group {
    margin-bottom: 0.5rem;
}
.form input[type="submit"]{
	background: url(../images/button-bg.png);
    border: none;
    height: 57px;
    background-size: cover;
    width: 100%;
    color: #fff;
    font-weight: 400;
    font-size: 40px;
    transition: all 0.25s ease 0s;
    font-family: 'Bebas Neue', cursive;
    line-height: 60px;
    cursor: pointer;
}
.project-sec{
	background: url(../images/sec-bg1.jpg);
}
.project-sec h1 {
    font-size: 51px;
    font-weight: 600;
    color: #fff;
}
.project-sec h1 span{
	background: #b8a166;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
}
.project-sec p {
    font-size: 20px;
    color: #000;
    /*text-transform: uppercase;*/
    font-weight: 500;
    line-height: normal;
    width: 95%;
}
.project-sec .btn{
	background: #e0bd60;
	border-color: #e0bd60;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	font-size: 23px;
	line-height: 26px;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	width: 249px;
	color: #000;
}
.project-sec .btn i{
	height: 100%;
    float: left;
    width: 21%;
    background: #000;
    color: #e0bd60;
    line-height: 3.1;
}
.project-sec .btn span.spanb{
	width: 100%;
    display: block;
    font-weight: 500;
    text-transform: capitalize;
}
.project-sec .btn span.text-center {
    display: inline-block;
    padding-top: 10px;
}
.project-sec .btn:hover {
    background: #000;
    color: #e0bd60;
}
.project-sec .btn:hover i {
    background: #e0bd60;
    color: #000;
}
.amenites-sec{
	background: url(../images/feature-overview.jpg);
	background-size: cover;
}
.amenites-sec h1{
	font-size: 59px;
    color: #fff;
    text-align: center;
}
.amenites-sec .amenity img{
	width: 56%;
}
.amenites-sec .amenity p{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
}
.amenites-sec h5{
	text-transform: uppercase;
}
.gallery-sec{
	background: url(../images/sec-bg-gal.jpg);
	background-size: cover;
}
.gallery-sec h1{
	font-size: 54px;
	text-align: center;
	color: #003361;
	font-weight: 600;
}
.gallery-sec h1:after,
.gallery-sec h1:before{
	content: '';
	height: 4px;
    background: #e3bb4b;
    width: 60px;
    position: absolute;
    top: 41px;
    margin-left: 20px;
}
.gallery-sec h1:before {
    margin-left: -74px;
}

.works-slideshow{width: 100%;}
.slick-slide img{display: inline; height: auto; width:95%;}
.slick-slide h3{
	font-size: 20px;
    font-weight: 700;
    margin-top: 9px;
}
.slick-arrow {
    color: #fff;
    font-size: 30px;
    position: absolute;
    bottom: -100px;
    top: initial;
}
.slick-prev:before, .slick-next:before{
	font-size: 49px;
	opacity: 1;
	color: #e3bb4b;
}
.slick-next{right: 46%;}
.slick-prev {
    left: 45%;
}
.slick-slider .slick-list{padding-top: 44px !important;padding-bottom: 44px !important;}
.slick-slide{transition: all 0.25s ease 0s;}
.slick-slide.slick-current.slick-active.slick-center {
    transform: scale3d(1.05, 1.2, 1.1);
}
.class-to-style1.slick-arrow {
    left: -40px;
}
.class-to-style2.slick-arrow {
    right: -30px;
}
.slick-lightbox .slick-arrow {
    font-size: 0;
    z-index: 9999;
}
.slider-for .slick-slide img {
    width: 61%;
    margin: 0 auto;
}
.slider-nav {
    padding: 27px 0 98px;
}
.slider-nav .slick-slide {
    color: #e0bd60;
    font-size: 24px;
    font-weight: 500;
    padding: 4px 21px;
    cursor: pointer;
}
.slider-nav .slick-slide.slick-current.slick-center {
    background: #e0bd60;
    color: #000;
    border-radius: 6px;
}
.apartment-sec{
	background: url(../images/map-sec.jpg);
	background-size: cover;

}
.class-to-stylo2.slick-arrow {
    color: #e0bd60;
    right: 0;
    font-size: 50px;
    z-index: 999;
}
.class-to-stylo1.slick-arrow {
    color: #e0bd60;
    left: 0;
    z-index: 999;
    font-size: 50px;
}
.slick-dots li button:before{
	content: "";
}
.slick-dots{
	bottom: -75px;
}
.slick-dots li button{
	background: #494949;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}
.slick-dots li.slick-active button {
    background: transparent;
    border: 2px solid #494949;
    width: 20px;
    height: 20px;
}
.apartment-sec h1 {
    text-transform: uppercase;
    border-color: #000 !important;
    font-size: 46px;
    padding-top: 36px;
}
.apartment-sec h5{
	text-transform: uppercase;
	font-size: 19px;
}
.location-sec{
	background: url(../images/invest-bg.png);
	background-size: cover;
	background-position: bottom center;
}
.location-sec h1{
	 font-size: 46px;
    padding-bottom: 10px;
    font-weight: 700;
}
.location-sec ul{
	list-style-type: none;
}
.location-sec ul li{
	color: #fff;
    font-size: 22px;
    padding-bottom: 2px;
}
.location-sec ul li:before{
	position: absolute;
	background-image: url(../images/right-check.png);
	content: '';
	left: 23px;
	height: 27px;
	width: 27px;
	background-repeat: no-repeat;
	background-size: cover;
}
.location-sec p{
	font-weight: 500;
    font-size: 22px;
    line-height: normal;
}
.location-sec .btn{
	background: rgb(254,234,121);
    background: linear-gradient(90deg, rgba(254,234,121,1) 0%, rgba(235,192,61,1) 100%);
    border: 0;
    color: #000;
    border-radius: 6px;
    font-size: 22px;
    padding: 0px 15px;
    font-weight: 700;
    text-transform: uppercase;

}
.pro-sec .btn{
	background: rgb(254,234,121);
    background: linear-gradient(90deg, rgba(254,234,121,1) 0%, rgba(235,192,61,1) 100%);
    border: 0;
    color: #000;
    border-radius: 6px;
    font-size: 22px;
    padding: 0px 15px;
    font-weight: 700;
    text-transform: uppercase;

}
.pro-sec{
	background: url(../images/company-profile-bg.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	padding-top: 51px;
}
.pro-sec h1{
	display: inline-block;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
}
.pro-sec h1 span.fat1{
	background: linear-gradient(305deg, transparent 0, transparent 50px, #003361 0, #003361 100%);
    padding: 0px 0px 0px 5%;
    width: 100%;
    display: inline-block;
}
.pro-sec h1 span.fat2{
	background: linear-gradient(305deg, transparent 0, transparent 50px, #af975b 0, #af975b 100%);
    padding: 0px 0px 0px 5%;
    width: 88%;
    display: inline-block;
/*    line-height: 44px;*/
}
.pro-sec ul li{
	color: #fff;
	font-size: 16px;
	padding-bottom: 3px;
	text-transform: uppercase;
	font-weight: 600;
}
.map-sec{
	background: url(../images/map-bg.jpg);
	background-size: cover;
	background-position: center;
	height: 513px;
	position: relative;
}
.map-sec .mapicon {
    position: absolute;
}
.mapicon.mapicon1 {
    left: 0;
    top: 138px;
}
.mapicon.mapicon8 {
    left: 306px;
    top: 60px;
}
.map-sec .mapicon img {
    width: 186px;
}
.mapicon.mapicon7 {
    left: 44%;
    top: 173px;
}
.mapicon.mapicon6 {
    right: 201px;
    top: 114px;
}
.mapicon.mapicon5 {
    right: 0;
    top: 141px;
}


footer{
	background: url(../images/footer-bg.jpg);
	background-size: cover;
}
footer h1{
	 text-transform: uppercase;
    border-color: #fff !important;
    font-size: 46px;
    padding-bottom: 10px;
    color: #fff;
}
footer ul li a{
	color: #fff;
	font-weight: 500;
}
footer ul li a:hover{
	color: #e0bd60;
}
.social a{
	width: 44px;
    height: 44px;
    background: #fff;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    color: #fff;
    margin-left: 6px;
}
.social a.social1{
	background-color: #4f619a;
}
.social a.social2{
	background-color: #c13333;
}
.social a.social3{
	background-color: #74baf2;
}
.social a:hover{
	background: #e8cb6e;
	color: #fff;
}

.c-logo img{
	margin-right:10px;
}
.bottom-bar{
	background: #fff;
	text-align: center;
}

.text-blue{
	color: #003361;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;

}
.font-21{
	font-size: 21px;
}
footer .btn.btn-secondary{
	color: #000;
	background-color: #e0bd60;
	border-color: #e0bd60;
	font-weight: 600;
}
footer .btn.btn-secondary:hover{
	background: #000;
	border-color: #000;
	color: #fff;
}
.intl-tel-input{width: 100%;}
.iti-flag{background-image: url(../images/flags.png)}
@media (max-width: 768px){
	.header-main .navbar ul.navbar-nav.ml-auto li{
		padding: 0 4px;
	}
	.header-main .navbar ul.navbar-nav.ml-auto li a.btn-success{
		font-size: 14px;
		padding: 0px 6px;
	}
	.header-main .navbar ul.navbar-nav.ml-auto li a{
		font-size: 14px;
	}
	.navbar-expand-md ul.navbar-nav.ml-auto{
		align-items: center;
	}
	.navbar-dark .navbar-brand img {
    	width: 105px !important;
	}
	.slid-header h1.display-4{
		font-size: 64px;
	}
	.slid-header h1.display-4 span{width: 100%;}
	.slid-header p.lead{
		font-size: 5rem;
	}
	.header-main{min-height: 499px;}
	.project-sec h1{
		font-size: 39px;
		margin-bottom: 31px;
	}
	.slick-slider .slick-list{padding-top: 24px !important;}
	.slick-prev{left: 40%;}
	.slick-next {right: 40%;}
	.project-sec p{font-size: 12px;}
	.project-sec .btn{
		width: 152px;
		font-size: 15px;
		line-height: 18px;
	}
	.location-sec ul li{font-size: 16px;}
	.project-sec .btn i{width: 21%;}
	.project-sec .btn span.text-center{padding-top: 6px;}
	.amenites-sec h1, .gallery-sec h1{font-size: 25px;}
	.amenites-sec .amenity p{font-size: 13px;margin-top: 9px;white-space: normal !important;}
	.gallery-sec .col-3 img {
    	width: 100%;
	}
	
	.gallery-sec h1:after,
	.gallery-sec h1:before{display: none;}
	.map-sec .mapicon img {width: 139px;}
	.mapicon.mapicon1 {left: 17px;top: 75px;}
	.mapicon.mapicon8 {left: 170px;top: 71px;}
	.mapicon.mapicon7 {left: 43%;top: 40px;}
	.mapicon.mapicon6 {right: 150px;top: 58px;}
	.mapicon.mapicon5 {right: 6px;top: 88px;}
	.map-sec{height: 376px;}
	.pro-sec ul li{font-size: 15px;}	
	.pro-sec{padding-top: 62px;}
	.pro-sec h1{font-size: 44px;}
	.slick-arrow{bottom: -23px;}

}

@media (max-width: 765px){
	.slid-header h1.display-4{font-size: 13px;}
	.social a{
		width: 34px;
    height: 34px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: 34px;
	}
	.slid-header p.lead {
	    font-size: 0.8rem;
	    padding-top: 0 !important;
	}
	.header-main .navbar ul.navbar-nav.ml-auto li a:hover {
	    color: #202e3d;
	    text-decoration: none;
	}
	.location-sec h1{    font-size: 25px;}
	.location-sec ul li:before{left: 32px;height: 19px;width: 19px;}
	.pro-sec h1{font-size: 26px;}
	.pro-sec ul li{font-size: 13px;}
	.text-blue{font-size: 13px;}
	.project-sec .btn-group{display: inline-block;}
	.project-sec .btn{width: 100%;margin-bottom: 10px;}
	.amenites-sec h5{font-size: 13px;}
	.slider-nav .slick-slide{font-size: 13px;}
	.slider-nav {padding: 27px 0 47px;}
	.apartment-sec h1{font-size: 31px;}
	footer{text-align: center;}
	footer h1{font-size: 31px;}
	footer .text-right{text-align: center !important;}
	div#navbarCollapse {
    	background: #e0bd60;
	}
	.header-main .navbar ul.navbar-nav.ml-auto li a {
	    font-size: 20px;
	    color: #000;
	}
	.header-main .navbar ul.navbar-nav.ml-auto li a.btn-success {
	    font-size: 20px;
	    padding: 0px 6px;
	}
	.slider-for .slick-slide img{
		width: 100%;
	}
	.apartment-sec, .gallery-sec{overflow: hidden;}
	.map-sec{height: 212px;}
	.map-sec .mapicon img {width: 76px;}
	.mapicon.mapicon1 {left: 13px;top: 28px;}
	.mapicon.mapicon8 {left: 87px;top: 71px;}
	.mapicon.mapicon7 {left: 43%;top: 40px;}
	.mapicon.mapicon6 {right: 52px;top: 32px;}
	.mapicon.mapicon5 {right: 6px;top: 71px;}
	.project-sec h1{font-size: 22px;}
	.slid-header h1.display-4 span{width: 100%;}
	.slid-header p.lead{font-size: 2rem;line-height: normal;}
	.slid-header h1.display-4{font-size: 28px;padding-bottom: 0;}
	.header-main{min-height: 328px;}
	.form{padding: 14px;}
	.form h3{font-size: 22px;font-weight: 700;}
	.form .form-control{height: 35px !important;font-size: 19px;}
	.form input[type="submit"] {height: 41px;background-size: contain;background-repeat: no-repeat;font-weight: 400;font-size: 27px;
	line-height: 0px;}
	.gallery-sec h5{font-size: 13px;}
	.slick-prev:before, .slick-next:before{font-size: 34px;}
	.slid-header .row{margin: 0;}
	.header-main .navbar ul.navbar-nav.ml-auto li a.btn-success{background: none;}

}