/* ------------------------------------------------------------------------------

  Template Name: Provident
  Description: Provident Landing Page
  Author: Mudassar
  Version: 1.0
  
  1.  Global  
      
      1.1 General 
      1.2 Typography
      1.3 Fields
      1.4 Buttons 
      1.5 Icons
      1.6 Loader
      1.7 Helpers 
 
  2.  Navbar 

      2.1 Navbar elements
      2.2 Navbar affix
      2.3 Sidebar Menu
      
  3.  Homepage

      3.1 Jumbotron
      3.2 Slider
      3.3 Section About
      3.4 Section Projects

          3.4.1 Projects Carousel

      3.5 Section Clients
      3.6 Section Partners
      3.7 Section Team
      3.8 Section Contacts
      3.9 Footer

  4.  Homepage v2

      4.1 Navbar
      4.2 Sections
      4.3 Section About
      4.4 Section Projects
      4.5 Section Partners
      4.6 Section Testimonials 
      4.7 Section Contacts

  5. Responsive styles

      5.1 Min width: 768px
      5.2 Min width 992px
      5.3 Min width 1200px 
      5.4 Min width 1550px 
      5.5 Min height 500px
      5.6 Min height 600px
      5.7 Min height 700px


      
/*-------------------------------------------------------------------------------
 1. Global
-------------------------------------------------------------------------------*/

/* 1.1 General */

@import url("../css/bootstrap.css");
@import url("../css/ionicons.min.css");
@import url("../css/linearicons.css");
@import url("../css/animate.css");
@import url("../css/magnific-popup.css");
@import url("../css/jquery.pagepiling.css");
/*@import url('owl.carousel.css');*/
/*@import url('settings.css');*/
/*@import url('layers.css');*/
@import url("../css/navigation.css");

html {
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
}
@font-face {
	font-family: 'Futura PT';
	src: url('../fonts/FuturaCyrillicBook.woff') format('woff');
	font-weight: 400;
	font-style: normal;
  }
  @font-face {
	font-family: 'Futura PT Medium';
	src: url('../fonts/FuturaCyrillicMedium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
  }
  @font-face {
	font-family: 'Futura PT Heavy';
	src: url('../fonts/FuturaCyrillicHeavy.woff') format('woff');
	font-weight: 600;
	font-style: normal;
  }
body {
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 2.1428;
	color: #347ab8;
}

/* .mfp-close-btn-in .mfp-close {
    color: #fff !important;
} */

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-thumb {
	cursor: pointer;
	background: #07234b;
	border-radius: 10px;
}

::selection {
	background-color: #07234b;
	color: #fff;
}

-webkit-::selection {
	background-color: #07234b;
	color: #fff;
}

::-moz-selection {
	background-color: #07234b;
	color: #fff;
}

/* 1.2 Typography */

h1,
.h1 {
	font-size: 3.428rem;
	line-height: 1.2;
	font-weight: 600;
	color: #000;
	letter-spacing: -0.025em;
	margin: 0.5em 0;
}

h2,
.h2 {
	font-weight: 600;
	font-size: 2.571rem;
	line-height: 1.166;
	color: #1E3543;
	letter-spacing: 0;
	margin: 2.6rem 0;
	font-family: 'Futura PT Heavy';
}

h3,
.h3 {
	font-weight: 600;
	font-size: 2.142rem;
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #000;
	margin: 2.6rem 0;
}

h4,
.h4 {
	font-weight: 600;
	font-size: 1.714rem;
	line-height: 1.25;
	letter-spacing: 0.025em;
	color: #000;
	margin: 2.6rem 0;
}

h5,
.h5 {
	font-weight: 600;
	font-size: 1.571rem;
	line-height: 1.1;
	letter-spacing: 0;
	color: #000;
	margin: 2.6rem 0;
}

h6,
.h6 {
	font-weight: 600;
	font-size: 1.285rem;
	line-height: 1.3333;
	letter-spacing: 0;
	color: #000;
	margin: 2.6rem 0;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
	color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
	text-decoration: none;
}

strong {
	font-weight: 600;
}
p{
	font-family: "Jost", sans-serif;
	font-weight: 400;
}
p,
blockquote {
	margin-bottom: 2.6rem;
}

a {
	color: #07234b;
	-webkit-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}

a:hover,
a:focus {
	color: #07234b;
	outline: none;
}

a:focus {
	text-decoration: none;
}

p {
	font-size: 1.2rem;
}

/* 1.3 Fields */

input[type="text"],
input[type="address"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="date"],
textarea {
	display: inline-block;
	width: 100%;
	font-size: 1rem;
	border-radius: 0.75em;
	color: #3d3d3d;
	background-color: #fff;
	border: 0;
	border: 1px solid #d1d1d1;
	border-radius: 0;
	padding: 0.2rem 1rem 0;
	height: 3.6em;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

select {
	display: inline-block;
	width: 100%;
	font-size: 1rem;
	border-radius: 9px;
	color: #3d3d3d;
	background-color: #fff;
	border: 0;
	border: 1px solid #d1d1d1;
	padding: 0.2rem 1rem 0;
	height: 3.6em;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	outline: 0;
}

textarea {
	padding-top: 0.8rem;
	border-radius: 9px;
	height: 15rem;
	resize: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

input[type="text"]:focus,
input[type="address"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
	border-color: #07234b;
	outline: 0;
}

input.input-gray,
textarea.input-gray {
	background: #f6f6f6;
}

input.input-gray:focus,
textarea.input-gray:focus {
	background: #fff;
}

input::-moz-placeholder {
	color: #999999;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #999;
}

input::-webkit-input-placeholder {
	color: #999;
}

textarea::-moz-placeholder {
	color: #999;
	opacity: 1;
}

textarea:-ms-input-placeholder {
	color: #999;
}

textarea::-webkit-input-placeholder {
	color: #999;
}

.form-group {
	margin-bottom: 30px;
}

input.error {
	border-color: #07234b;
}

.mc-label,
label.error {
	font-size: 0.93em;
	font-weight: 400;
	margin: 0.7em 0 0 0;
	color: #747474;
}

/* 1.4 Buttons */

.btn {
	color: #fff;
	letter-spacing: 0.025em;
	font-size: 1rem;
	display: inline-block;
	border: 0;
	border-radius: 0;
	padding: 1.1em 2.28em 1em;
	background-color: #000;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out !important;
	transition: all 0.3s ease-out !important;
}

.btn:hover,
.btn:focus {
	background-color: #347ab8;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none !important;
}

.btn-upper {
	font-weight: 600;
	text-transform: uppercase;
}

.btn-yellow {
	background: #07234b;
	color: #fff;
}

.btn-yellow:hover,
.btn-yellow:focus {
	background: #fff;
	color: #000;
}

.over-btns {
	display: flex;
	flex-direction: row;
	gap: 15px;
	align-items: center;
	justify-content: center;
	margin-top: 45px;
}

/* 1.5 Icons */

.icon {
	display: inline-block;
	font-size: 4.2rem;
}

.link-arrow {
	display: inline-block;
	color: #000;
	line-height: 1 !important;
	font-weight: 600;
}

.link-arrow .icon {
	position: relative;
	top: 0.1rem;
	margin-left: 0.7rem;
	font-size: 2.1em;
	vertical-align: middle;
	-webkit-transition: transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
}

.link-arrow .ion-ios-arrow-right {
	font-size: 1.5em;
}

.link-arrow:hover {
	color: #07234b;
	text-decoration: none;
}

.link-arrow:hover .icon {
	-webkit-transform: translateX(0.5rem);
	-o-transform: translateX(0.5rem);
	transform: translateX(0.5rem);
}

/* 1.6 loader */

.loader {
	position: fixed;
	overflow: hidden;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #4b4b4b;
	text-align: center;
}

.spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #07234b;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2s infinite ease-in-out;
	animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
	0%,
	100% {
		-webkit-transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
	}
}

@keyframes sk-bounce {
	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

/* 1.7 Helpers */

.text-dark {
	color: #000;
}

.text-muted {
	color: #999;
}

.text-white {
	color: #fff;
}

.text-primary {
	color: #07234b;
}

.pt-0 {
	padding-top: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.rel-1 {
	position: relative;
	z-index: 1;
}

.overflow-hidden {
	overflow: hidden;
}

.visible-xl {
	display: none;
}

/*-------------------------------------------------------------------------------
  -. My Custom Css
-------------------------------------------------------------------------------*/

/* The hero image */

#banner {
	height: 100vh;
	background: url(../images/banner.jpg?v=3) no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	width: 100%;
}
#banner:before{
	content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 29%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #0D354A);
}
.banner-content-wrap {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #0000000f;
}
.banner-content-wrap:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 400px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), black);
}
.banner-wrap {
	position: relative;
	margin: auto;
	width: 100%;
	max-width: 75%;
	z-index: 99;
}

.banner-wrap .banner-area h2 {
	color: white;
	text-transform: uppercase;
	font-size: 4rem;
	margin-bottom: 1.2rem;
}

.banner-wrap .banner-area .exploreBtn a {
	background: white;
	color: #347ab8;
	padding: 1.1em 3.28em 1em;
	font-size: 1.3rem;
}

.banner-wrap .banner-area .exploreBtn a:hover {
	background: #07234b;
	color: white;
}

.banner-content {
	height: 100%;
	display: flex;
}

.banner-logo-first img,
.banner-logo-last img {
	max-width: 325px;
}

.banner-logo {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 3%;
	margin-bottom: 5%;
	margin-left: 5%;
	margin-right: 5%;
	width: 100%;
}

.nav-bar {
	display: flex;
    background: white;
    align-items: center;
    padding: 12px 30px;
    border-radius: 35px;
    max-width: 75%;
    justify-content: space-between;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.nav-link a {
	text-transform: uppercase;
	font-size: 1.2rem;
	text-decoration: none;
	color: #000;
}

.nav-link a:hover {
	color: #07234b;
}

.nav-link a sup {
	background: #07234b;
	color: white;
	padding: 2px 5px;
	font-size: 0.8rem;
	top: -1em;
}

.sliderForm nav{
    margin-bottom: 13px;
    font-family: "Futura PT Medium";
    text-transform: uppercase;
    font-size: 21px;
    color:#45251B;
}

.main-logo {
	text-align: center;
	padding-top: 35px;
}

.main-logo img {
	max-width: 230px;
	width: 100%;
}

.logos-flex {
	display: flex;
	flex-direction: column-reverse;
	gap: 0;
	width: 100%;
}
.about-form {
    display: flex;
    height: 100%;
    align-items: center;
	justify-content: flex-start;
}

.banner-line {
	margin-right: 10%;
}

.footFin {
	width: auto !important;
}

.banner-btns {
	display: flex;
	flex-direction: column;
	justify-content: start;
	gap: 10px;
	position: absolute;
	bottom: 6%;
	right: 5%;
}
#lagoon-views{
	margin-bottom: 60px;
}
.gallary-wrap {
    display: grid;
    grid-gap: 30px;
}
.gallary-grid-2 {
    grid-template-columns: 1fr 1fr;
	margin-top: 30px;
}
.gallary-grid-1 {
    grid-template-columns: 1fr;
}
.gallary-grid-3 {
    grid-template-columns: 60% 1fr;
}
.gallary-grid-4{
    grid-template-columns: 1fr;
}
.gallary-grid-5{
    grid-template-columns: 1fr;
}
.gallary-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center;
    border-radius: 15px;
}
#why-choose-bayn{
	margin-top: 110px;
}
#why-choose-bayn .container{
	background-color: #002C42;
	border-radius: 40px;
	padding: 40px 15px;
}
#why-choose-bayn .about-wrap nav{
	color: #fff;
	text-align: center;
	font-size: 20px;
    font-family: "Futura PT Medium";
}
#why-choose-bayn .about-wrap h2{
	color: #C4DAEA!important;
	text-align: center;
	margin-top: 0;
}
#why-choose-bayn p{
	text-align: center;
	margin-bottom: 10px;
	color: #fff;
}
#why-choose-bayn .btn-right{
	justify-content: center;
}
#why-choose-bayn .btn-right a{
	background: #C4DAEA;
	color: #1E3543;
}
#why-choose-bayn .btn-right a:hover{
	color: #fff;
}
.banner-btns a {
	margin: 5px 0;
	max-width: 100%;
	width: 265px;
}

.banner-btns img {
	max-width: 155px !important;
	margin-top: 20px;
}
.header-logo{
    text-align: right;
    margin-top: 25px;
}
.header-logo img{
    width: 100%;
    max-width: 150px;
    position: relative;
    z-index: 5;
}
.banner-info {
	text-align: right;
	max-width: 600px;
}

/* .popbtn.regBtn.bannerColor {
	width: 100%;
	max-width: 244px;
} */

.bbtns {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%;
	align-items: end;
	margin-right: 4%;
}

.bhead {
	margin-left: 4%;
	width: 100%;
}

.bhead h2 {
	margin: 0;
	color: white;
}

.bannerColor a {
	background: #45251B;
	color: #fff;
	width: 100%;
	max-width: 235px;
	border-radius: 7px;
}

.bannerColor a:hover {
	background: #000 !important;
	color: #fff;
}

.nav-bar img {
	width: 100%;
	max-width: 66px;
}

.banner-head h2 {
	color: white;
	font-weight: 600;
	font-size: 3.5rem;
	line-height: 4rem;
}

.banner-head h2 span {
	font-weight: 300;
	font-size: 3rem;
}

.banner-scroll {
	margin: -150px auto auto;
	text-align: center;
	position: relative;
    z-index: 10;
    width: 100px;
}

.reletive {
	position: relative;
}

.move-tag {
	position: absolute;
	left: 10%;
	top: 6%;
	transform: translate(5%, 5%);
	text-align: center;
	z-index: 99;
	background: white;
	padding: 10px 30px;
	border-radius: 25px;
	font-size: 1.1rem;
	font-weight: 600;
	color: black;
}

.banner-scroll img {
	width: 100%;
	max-width: 60px;
	background: none;
	animation: jumpInfinite 1.5s infinite;
}
@keyframes jumpInfinite {
	0% {
		margin-top: 0;
	}
	50% {
		margin-top: 10px;
	}
	100% {
		margin-top: 0;
	}
}

.banner-scroll .scroll {
	color: white;
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
}

.banner-scroll .goto {
	text-decoration: none;
}

.banner-scroll .goto:hover .scroll {
	color: #e3e3e3;
}

.relative {
	position: relative;
}

.flex {
	display: flex;
}

.head-group {
	font-size: 3.5rem;
	font-weight: 700 !important;
}

.title-center {
	text-align: center;
}

.title-center .head-group-main {
	margin: 0;
	text-transform: uppercase;
}

.head-group-main {
	font-size: 3.5rem;
	font-weight: 700 !important;
}

.signature {
	text-align: center;
	padding: 20px 0;
}

.signature img {
	width: 100%;
	max-width: 300px;
	text-align: center;
	margin: 0 auto;
}

.pro-info {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 5px 0;
}

.pro-icon img {
	width: 100% !important;
	max-width: 30px !important;
}

.pro-info-wrap {
	display: flex;
	flex-direction: column;
}

.pro-title {
	font-weight: 600;
	font-size: 1.2rem;
	color: black;
}

h3.section-title.about-title {
	font-size: 2.7rem;
}

.head-group-projects {
	margin: 0;
	font-size: 3.5rem;
	font-weight: 400;
	text-transform: uppercase;
}

/*.head-group-projects::after {*/
/*	content: "";*/
/*	display: block;*/
/*	position: absolute;*/
/*	bottom: -17px;*/
/*	left: -65px;*/
/*	background-image: url(../images/jvc-group2.png);*/
/*	width: 300px;*/
/*	height: 55px;*/
/*	background-size: cover;*/
/*	z-index: -1;*/
/*}*/

@keyframes jumpInfinite {
	0% {
		margin-top: 0;
	}
	50% {
		margin-top: 10px;
	}
	100% {
		margin-top: 0;
	}
}

.popup-form {
	background: white !important;
	max-width: 450px;
	text-align: center;
}
.popup-form-title {
	font-size: 1.6099rem;
	color: #5577a8;
	margin-top: 0px;
}
.popup-form textarea {
	height: 10rem;
	border-radius: 20px;
}

div#popup-form input {
	border-radius: 20px;
}

div#popup-form .btn {
	border-radius: 12px;
}

/* About Area */
#about .container{
	position: relative;
}
/* #about .container::before{
	content: "";
	position: absolute;
	right: 0;
    top: 45px;
    width: 100%;
    height: 317px;
	background-image: url("../images/shape-1.png");
	background-size: cover;
} */
.about-heading h2 {
	text-transform: uppercase;
	color: #000;
	font-size: 5rem;
	margin: 0;
}

.about-form,
.reletive-form {
	position: relative;
}



.about-form .sliderForm h3 {
	margin: 0;
	text-transform: uppercase;
	padding-bottom: 30px;
	font-size: 1.8rem;
	font-weight: 600;
}

.about-form .sliderForm {
    max-width: 475px;
    background: #fff;
    text-align: center;
    padding: 35px;
    padding-top: 15px;
    border-radius: 40px;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
}
#sliderFormID input{
	border-radius: 9px;

}
.about-title {
	color: #000;
	line-height: 3.8rem;
	font-weight: 400;
}
.amanities-wrap {
    padding: 0 50px;
}
.section-amenities {
    margin-left: 5%;
    margin-right: 5%;
}
.amanities-wrap .amanity {
    text-align: center;
    position: relative;
}
.amanities-wrap .amanity img {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.gallary-slider .slick-arrow, .amanities-wrap .slick-arrow {
    font-size: 32px;
    line-height: 0;
    position: absolute;
    top: 41%;
    display: block;
    width: 20px;
    height: 20px;
    transform: translate(0px, -50%);
    cursor: pointer;
    color: #26374e;
    padding: 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: none;
    background: 0px 0px;
}
.icon {
    display: inline-block;
    font-size: 4.2rem;
}
.gallary-slider .slick-arrow i, .amanities-wrap .slick-arrow i {
    font-size: 2.5rem;
}
.gallary-slider .slick-back.slick-arrow, .amanities-wrap .slick-back.slick-arrow {
    left: -60px;
}
.gallary-slider .slick-forward.slick-arrow, .amanities-wrap .slick-forward.slick-arrow {
    right: -60px;
}
.gallary-slider .slick-arrow i, .amanities-wrap .slick-arrow i {
    font-size: 2.5rem;
}
.nav-tabs{
	border: none;
}
.amanities-wrap .amanity .amnity-name {
    font-size: 1.2rem;
    color: #1E3543;
    padding: 15px 0 10px 15px;
	font-family: "Futura PT";
    letter-spacing: px;
    text-align: center;
    line-height: 2.1rem;
    width: 100%;
}
.bedrooms-list{
	display: flex;
    flex-direction: column;
}
.bedroom-flex{
	display: grid;
    grid-template-columns: 35% 65%;
}
.floor-image img{
	width: 100%;
	max-width: 80%;
}
.nav-tabs > li.active > a{
	color: #FEC09B!important;
	font-weight: 600;
	font-family: "Futura PT";
}
.nav-tabs > li > a{
	color: #1E3543;
	font-size: 1.5rem;
	font-family: "Futura PT";
}
.floor-image{
	text-align: right;
}
.nav-tabs > li > a:hover{
	border: none;
	background-color: transparent;
}
#about-area {
	background: white;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	border: none;
}
#about-area .aboutbg-img {
	padding: 0;
}

.about-head {
	text-align: center;
}
.about-head nav{
	color: #1E3543;
	font-size: 26px;
	font-family: "Futura PT Medium";
	text-align: left;
}
.about-head h2 {
	font-size: 3rem;
	margin-bottom: 1.2rem;
}
.btn-right{
	display: flex	;
	justify-content: flex-end;
	margin-top: 40px;
}
.about-head h3 {
	margin: 0;
	font-weight: 300;
	font-size: 2.8rem;
}

.aboutbg-img img {
	width: 100%;
	height: 100vh;
}
.about-facts {
    display: flex;
    justify-content: space-between;
	margin-top: 40px;
}
.fact-point {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 30px;
    padding: 30px;
    width: 30%;
}
.fact-point p {
    color: #1E3543;
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
}
.fact-point h3 {
    color: #1E3543;
    margin: 0;
    font-size: 50px;
    text-align: center;
	font-family: 'Futura PT Heavy';
}



.about-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.inner-about h1 {
	color: #000;
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 1.5;
}



.inner-about {
	padding: 50px;
}



.inner-about h3 {
	font-size: 2.5rem;
	font-weight: 100;
	line-height: 1.5;
	margin: 2.6rem 0 0 0;
	text-transform: uppercase;
}

.inner-about p {
	font-size: 1.2rem;
	margin-bottom: 1.5rem;
}
.just-flex {
	display: flex;
}
.center-flex {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#gallery-area {
    margin-top: 50px;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    /* grid-template-rows: repeat(8, 5vw); */
    grid-gap: 2rem;
}
.gallery__item--1 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 4;
}
.gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
	border-radius: 20px;
}
.gallery__item--2 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 4;
}
.gallery__item--3 {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 4;
    grid-row-end: 7;
}
.gallery__item--4 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 7;
    grid-row-end: 14;
}
.gallery__item--5 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 7;
    grid-row-end: 11;
}
.gallery__item--6 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 11;
    grid-row-end: 14;
}
#features {
	display: flex;
}

#keyFeatures ul {
	list-style: none;
	font-size: 17px;
	font-weight: 500;
}
#keyFeatures ul li::before {
	content: "✓";
	padding-right: 10px;
}

#keyFeatures ul li {
	padding: 5px 0;
}

.creekImage img {
	width: 100%;
	margin: 0 auto;
	border-radius: 25px;
}

.videoImage img {
	border-radius: 20px;
	width: 100%;
}

.mapImage h2 {
	text-align: center;
	text-transform: uppercase;
}
#amenities{
	margin-top: 50px;
}
.amenities-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.amenity-item {
    font-weight: 300;
    overflow: hidden;
    margin: 5px;
	text-align: center;
}
.amenity-item img {
    width: 100%;
    max-width: 100%;
	border-radius: 18px;
}
.amenity-item nav {
    font-size: 22px;
    color: #AB9173;
	font-family: "Futura PT Medium";
}
.about-wrap p{
	text-align: left;
	color: #1E3543;
	font-size: 1.3rem !important;
	line-height: 1.7;

}
.distance-grid {
	text-align: center;
	margin-top: 15px;
}

.distance-wrap .distance-time {
	font-size: 1.8rem;
	font-weight: 600;
	color: black;
}
#amenities .about-wrap p{
	margin-bottom: 43px;
}
.distance-wrap .distance-location {
	font-size: 1.2rem;
	font-weight: 600;
	color: black;
	line-height: 3rem;
}

/* Offplan cards */

.pro-bg {
	background: #f5f5f5;
	padding: 40px 0;
}

.card-feature.flex-even {
	display: flex;
	justify-content: space-around;
}

.card-wrap {
	padding: 50px;
	border-radius: 45px;
	margin-top: 30px;
}

.full-card {
	/*grid-template-columns: 1fr 2fr !important;*/
}

.card-feature {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: flex-start;
	text-align: left;
}

.project-card h2 {
	font-weight: 600;
	font-size: 2rem;
	margin: 0;
	padding-bottom: 10px;
}

.project-card h3 {
	margin: 0;
	padding-bottom: 20px;
	font-weight: 100;
}

.project-card h2 span {
	color: #000;
	font-weight: 100;
}

.card-feature .card-item .item-text {
	color: black;
	font-size: 1.3rem;
}

.card-feature .card-item .item-value {
	color: black;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 2rem;
}

.project_image_right {
	text-align: right;
}

.project_bg .project_wrapper {
	padding: 50px 15px;
	overflow: hidden;
}

.project_wrapper img,
.project_wrapper_right img {
	border-radius: 50px;
	position: relative;
	z-index: 9;
	width: 100%;
	max-width: 700px;
}

.pro-flex {
	display: grid;
	grid-template-columns: 60% 40%;
	width: 100%;
	align-items: center;
}

.pro-flex-left {
	display: grid;
	grid-template-columns: 40% 60%;
	width: 100%;
	align-items: center;
}

/* test */

.project-bg {
	background: #f0f0f0;
	padding: 25px;
}

.project-radius-right {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.project-radius-left {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

.pad-0 {
	padding-left: 0;
	padding-right: 0;
}

.project_left {
	padding: 0 0px 0 50px;
	position: relative;
	z-index: 99;
}

.project_right {
	padding: 0 50px 0 0px;
	position: relative;
	z-index: 99;
}

.project-card {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.project-card p {
	padding-top: 0;
	margin-bottom: 1rem;
	font-size: 1.1rem;
}

.project_wrapper {
	position: relative;
}

.project_wrapper_right {
	position: relative;
}

.projects {
	overflow: auto;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

.p1,
.p2 {
	position: relative;
}

/* Payment Plan */

#payment-plan {
	padding: 50px 0;
	overflow: hidden;
	width: 100%;
}

.projects .p-name h2 {
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	color: black;
	text-align: right;
	padding: 15px 35px 15px 0px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

.projects .p-name {
	width: 35%;
}

.row-actions {
	display: flex;
	justify-content: space-around;
	padding: 40px 0;
}

.row-actions .btn {
	width: 250px;
}

.shadowColor a {
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	background: transparent !important;
	color: black;
}

.shadowColor a:hover {
	background: transparent !important;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	color: black !important;
}

.viewing-info h2 {
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 1.6rem;
}

.viewing-info p {
	font-size: 1.2rem;
}

.agent-contact .agents img {
	border-radius: 25px;
}

/* Video Area */
#videoArea{
	margin-top: 50px;
}
.videoBtn img {
	max-width: 85px;
}

.videoImage {
	position: relative;
}

.videoBtn {
	position: absolute;
	left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.videoBtn p {
	color: white;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.videoImage a:hover p {
	color: #d8d8d8;
}

/* Brochure Section */

#brochure-section {
	padding: 40px 0;
    width: 100%;
    position: relative;
}
#brochure-section .brochure, #brochure-section-mob .brochure {
    background-image: url(../images/brochure-bg.png);
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    padding: 40px 0;
    border-radius: 20px;
    padding-left: 25px;
    position: relative;
    height: 490px;
}
.brochure-head {
	position: inherit;
    z-index: 999;
}

.brochure-head ul li {
	text-transform: uppercase;
	font-size: 1.1rem;
	color: black;
}
.brochure-head strong {
    font-size: 39px;
}
.brochure-head nav {
    width: 421px;
    color: #07234b;
    line-height: 23px;
}
.project-btns a {
    max-width: 100%;
    width: 250px;
	background: #fff !important;
    color: #000 !important;
}
.brochure .project-btns {
    position: relative;
}
.brochure .project-btns a {
    border-radius: 7px;
    margin-top: 22px;
}
.brochure-head ul {
	list-style: none;
	text-align: center;
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}

.brochure-head h2 {
    margin: 1.5rem 0;
    z-index: 999;
}
.brochure-head div {
    color: #1E3543;
    text-transform: uppercase;
    font-size: 1.5rem;
    background: #fff;
    padding: 15px 15px;
    border-radius: 12px;
    text-align: center;
	font-family: "Futura PT";
    letter-spacing: 0.025em;
	font-weight: 400;
}
.brochure-head span {
	color: black;
	padding: 0px 15px 0 0;
	font-size: 3.5rem;
	font-weight: 600;
}

.brochureForm {
	background: white;
    padding: 35px;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.slide-content p{
	text-align: left;
	color: #1E3543;
	margin-bottom: 10px;
}
.brochureForm h3 {
	margin: 0;
	color: #1E3543;
	text-align: center;
	font-family: "Futura PT";
	font-weight: 400;
    letter-spacing: 0.025em;
}

#brochurePop {
	margin-top: 20px;
}

#brochurePop input {
	background: #ffffff;
    color: #000;
    border-radius: 9px;
    width: 100%;
    box-shadow: rgb(0 0 0 / 6%) 0px 2px 4px 0px inset;
    border: 0;
}

.broImg {
	position: absolute;
    right: 0;
    bottom: -13%;
}

.broImg img {
    max-width: 590px;
}

.mfp-wrap {
	z-index: 99999;
}

.iti--container {
	z-index: 999999 !important;
}

.regBtn .btn-yellow {
	background: #1E3543;
	border-radius: 15px;
	border-radius: 7px;
	font-family: "Futura PT";
    letter-spacing: 2px;
    width: 237px;
}



#projectImage,
.full-image img {
	width: 100%;
}

.flex-btns {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.project-btns {
	display: flex;
	justify-content: space-around;
	gap: 20px;
}

.project-btns a {
	max-width: 100%;
	width: 250px;
}

.flex-btns .btn {
	width: 275px;
	max-width: 100%;
}

.primaryColor a {
	background: #000 !important;
	color: #fff !important;
	border: 2px solid;
}

.primaryColor a:hover {
	background: #fff !important;
	border-color: #000 !important;
	color: #000 !important;
}

.secondaryColor a {
	background: #ffffff !important;
	border-color: #ffffff !important;
	color: #fff !important;
	border: 2px solid;
}

.secondaryColor a:hover {
	background: #000000 !important;
	border-color: #000000 !important;
	color: #fff !important;
}

.thirdColor a {
	background: #07234b !important;
	color: #fff !important;
	border: 2px solid;
}

.thirdColor a:hover {
    background: 0 0 !important;
    border-color: #000 !important;
    color: #000 !important;
}

.slick-center {
	/* -webkit-transform: scale(1.25);
            -moz-transform: scale(1.25);
            transform: scale(1.25); */
	margin-bottom: 50px;
}

.paragraph-area {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.paragraph-area h2 {
	text-transform: uppercase;
	color: #000;
	font-size: 2.5rem;
}

.paragraph-area p {
	font-size: 1.4rem;
}

.image-container {
	position: relative;
	padding: 0px 10px;
}

.f_box.s3 {
	display: block;
	position: relative;
	float: left;
	overflow: hidden;
	z-index: 1;
	height: auto;
	border-radius: 25px;
}

.f_box .f_cap_wrap {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	color: #fff;
	z-index: 2;
	text-align: center;
	font-weight: bold;
	top: 80%;
}

.f_box .f_cap_wrap .f_cap {
	display: block;
}

.f_box .f_cap .h4 {
	color: #ffffff;
	font-weight: bold;
	display: block;
	margin: 0 auto;
	padding: 10px;
	font-size: 15px;
	background: #347ab8;
	max-width: 48%;
	border-radius: 20px;
}

.f_box.s3:hover .h4 {
	background: #07234b;
}

.f_box .f_bg {
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0.5;
}

.f_box.s3 img {
	opacity: 1;
	width: 100%;
	transition: all 0.8s ease-in-out;
}

/* First background image */

/* Other CSS */

.text-height p {
	margin: 0;
	line-height: 3rem;
}

/* Projects */

.projects-grid-half {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	padding-bottom: 10px;
}

.projects-grid-full {
	padding: 0 60px;
}

.project {
	border-radius: 66px;
	border: 1px solid white;
	padding: 100px 0;
	background-position: center center !important;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	width: 100%;
	height: 650px;
	position: relative;
}

.offplanBg {
	background: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)),
		url(../images/mjl-offplan-home.jpg) no-repeat;
}

.readyBg {
	background: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)),
		url(../images/mjl-ready-home.jpg) no-repeat;
}

.project img {
	width: 100%;
	border-radius: 66px;
}

.project-name {
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	text-align: center;
}

.project-name a {
	background: #ffffffc7;
	padding: 16px 70px;
	font-size: 1.4rem;
	font-weight: 700;
	color: #000;
	border: 2px solid;
	border-radius: 70px;
	text-transform: uppercase;
	text-decoration: none;
}

.project-name a:hover {
	background: #000;
	color: white;
	border-color: #000;
}

/* Brochure */

#brochure-area .head-title,
#location .head-title {
	font-size: 2.5rem;
	color: #fff;
	font-weight: 600;
}

.head-title {
	width: 100%;
	text-align: center;
	font-size: 2.5rem;
	color: #000;
	font-weight: 400;
	font-family: "Futura PT Medium";
}
.brochure .project-btns {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}
.brochure .project-btns a{
	background-color: #fff!important;
	color: #000!important;
	border: none;
}
.brochure .project-btns a:hover{
	background-color: #000!important;
	color: #fff!important;
}
.payment-info {
	line-height: 0px;
	text-align: center;
	margin-top: 20px;
}

.payment-info p {
	font-size: 17px;
}

.payment-info p strong {
	color: #000;
	font-size: 20px;
}

.box-area {
	background: white;
	padding: 0px;
	border-radius: 20px;
}

.box-area a {
	width: 100%;
	border-radius: 20px;
}

.box-area .primaryColor {
	background: #ff8e48;
	color: white;
}

.box-area .primaryColor:hover {
	background: #6be8d9 !important;
	color: white !important;
}

.box-area .secondaryColor {
	background: #6be8d9;
	color: white;
}

.box-area .secondaryColor:hover {
	background: #ff8e48 !important;
	color: white !important;
}

.box-section {
	display: flex;
	gap: 20px;
	text-align: center;
}

.box-area p {
	padding: 2rem;
	font-size: 1.2rem;
	margin: 0;
	font-weight: 600;
}

.col-service h4 {
	color: #000;
}

.col-service .icon {
	color: #000;
}

.payment-info p strong {
	color: #000;
}

.pt20 {
	padding-top: 20px;
}

.pt40 {
	padding-top: 40px;
}

.mt60 {
	margin-top: 60px;
}

.mt30 {
	margin-top: 30px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb60 {
	padding-bottom: 60px;
}

.roundBtn a {
	color: #000;
	border-radius: 18px;
	background: #fff;
}

/* Location */

.location-img img{
	width: 100%;
	border-radius: 20px ;
}
.nearby-locations{
	display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
	row-gap: 40px;
    margin-top: 50px;
}
.nearby-item{
	text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 384px;
    height: 149px;
    display: flex;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
	border-radius: 15px;
}
.nearby-item nav:nth-child(1){
	color: #AB9173;
    font-size: 30px;
    font-family: 'Futura PT Heavy';
    line-height: 1.7;
}
.nearby-item nav:nth-child(2){
	color: #552E23;
    font-size: 16px;
}
.map-img {
	margin: 0 auto;
	width: 100%;
	max-width: 850px;
}

.map-img img {
	margin: 0 auto;
	width: 100%;
	border-radius: 25px;
}

.location-btns {
	display: flex;
	gap: 25px;
	justify-content: center;
}

.location-btns a {
	width: 260px;
	max-width: 100%;
}

/* Video Area */

#video-area {
	background: white;
}

#video-area .aboutbg-img {
	height: 100vh;
	background: url(../images/video.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
}

.video-content {
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.inner-video h2 {
	color: black;
	font-size: 4rem;
	text-transform: uppercase;
	line-height: 1.2;
}

.inner-video {
	padding: 50px;
	text-align: center;
}

.inner-video img {
	max-width: 165px;
	margin: 0 auto;
}

/* Floorplans Area */

.floorplans {
	background: #ffffff;
	padding: 60px 0;
}

.floorplans img {
	margin: 0 auto;
	width: 100%;
	max-width: 1050px;
	border-radius: 10px;
}

#masterplan-bg .floorplans {
	position: relative;
}

.over-btns {
	display: flex;
	flex-direction: row;
	gap: 15px;
	align-items: center;
	justify-content: center;
	margin-top: 45px;
}

.over-btns a {
	width: 275px;
	max-width: 100%;
	background-color: #000 !important;
}

.over-btns a:hover {
	width: 275px;
	max-width: 100%;
	background-color: #000 !important;
}

/* Brochure Area */

#brochure-area {
	padding: 6rem 0;
	background: url(../images/brochure-bg.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	-webkit-background-size: cover;
	width: 100%;
}

.brochure-img {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.brochure-img img {
	width: 100%;
	max-width: 600px;
}

#brochure-area .roundBtn a {
	background: #ff8e48;
	color: #fff;
}

#brochure-area .roundBtn a:hover {
	background: #6be8d9;
	color: #fff;
}

/* Plan your invest */

#vist-area {
	background: white;
	margin-top: 110px;
}

.visit-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.visit-content .head-title {
	color: black;
}

.footer-quote {
	flex-direction: column;
	justify-content: center;
	max-width: 318px;
}

.footer-quote h2 {
	font-size: 4.5rem;
	font-weight: bolder;
	color: #1E3543;
	margin-top: 7rem;
}

/* .footer-quote h2 span {
	color: #AB9173;
} */

/* Crypto */

.big-wrapper {
	background: black;
	padding: 4rem 0;
}

.subs-form input {
	border-radius: 9px;
}

/* Call Now */

.callnow {
	border-radius: 35px;
	box-shadow: rgb(0 0 0 / 10%) 0px 1px 4px;
	text-align: center;
	padding: 35px 0;
}

.callnow h2 {
	color: #26374e;
	margin: 0;
}

.callnow h2 span {
	font-size: 6rem;
	font-weight: 800;
	line-height: 1.5;
}

.left-section p {
	color: #347ab8;
	font-size: 20px;
	text-transform: initial;
	margin-top: 30px;
	text-align: center;
}

.agent-info {
	max-width: 165px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 25px;
}

.agent-info .agent-designation {
	font-size: 15px;
	text-align: center;
	color: #347ab8;
	line-height: 1.5;
}

.agent-review p {
	color: #347ab8;
	font-size: 17px;
	font-weight: 500;
	line-height: 2;
	margin-bottom: 0;
}

.agent-review {
	border-radius: 35px;
	padding: 30px;
	box-shadow: rgb(0 0 0 / 10%) 0px 1px 4px;
}

.agent-form-area {
	background: #347ab8;
	padding: 5px 30px;
	border-radius: 25px;
	text-align: center;
}

.agent-form-area h3 {
	color: white;
	margin: 20px 0;
	font-weight: 500;
}

.agent-form-area input {
	background: #347ab8;
	color: white !important;
	border-radius: 20px;
}

.agent-form-area .iti--separate-dial-code .iti__selected-dial-code {
	color: white;
}

.agent-form-area .form-group {
	margin-bottom: 20px;
}

.agent-form-area .submit-btn button {
	background: white;
	color: #347ab8;
	width: 100%;
}

.agent-form-area .row {
	padding-bottom: 15px;
}

.zero-top {
	padding-top: 0rem !important;
}

/* Booking Area */

.booking-row {
	display: flex;
	justify-content: center;
	align-items: center;
}

.booking-form-area {
	background: #ffffff;
    padding: 10px 30px 30px 30px;
    border-radius: 25px;
    text-align: center;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    max-width: 650px;
    margin: 0 auto;
}

.booking-form-area h3 {
	color: #000;
	margin: 20px 0;
	font-weight: 500;
}

.booking-form-area input {
	background: #ffffff;
	color: #000;
	border-radius: 9px;
	width: 100%;
	box-shadow: rgb(0 0 0 / 6%) 0px 2px 4px 0px inset;
	border: 0;
}

.booking-form-area .form-group {
	margin-bottom: 20px;
}

.booking-form-area .submit-btn button {
	background: #C4DAEA;
	color: #ffffff;
	width: 100%;
	border: none;
}

.booking-form-area .submit-btn button:hover {
	background: #000;
	color: #fff;
}

.booking-form-area .row {
	padding-bottom: 15px;
	padding-top: 15px;
}

.booking-info p {
	font-size: 17px;
	font-weight: 500;
}

#bookingContent {
	height: 6rem !important;
	border-radius: 9px;
	box-shadow: rgb(0 0 0 / 6%) 0px 2px 4px 0px inset;
	border: 0;
}

/* Download Brochure */

.download-brochure {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
}

.download-brochure img {
	width: 100%;
	max-width: 800px;
	position: relative;
	bottom: 200px;
}

.brochure-guide h2 {
	text-align: left;
	font-size: 3rem;
	color: #fff;
	margin: 0;
}

.brochure-guide p {
	color: #fff;
	font-size: 17px;
	text-transform: initial;
	margin-top: 15px;
	font-weight: 500;
	margin-bottom: 0px;
}

.brochure-guide .btn {
	background: #fff;
	color: #000;
	border-radius: 30px;
	padding: 25px;
	font-weight: 700;
	width: 100%;
}

.btn-caption {
	font-size: 14px !important;
	text-align: center;
}

.brochure-guide .btn:hover {
	background: #b39965;
	color: #fff;
}

/* Golden Visa */

#golden-visa {
	padding: 3rem 0;
}

.golden-visa {
	display: flex;
	justify-content: center;
	align-items: center;
}

.golden-visa h2 {
	text-align: left;
	color: #347ab8;
}

.golden-visa p {
	font-size: 17px;
	text-transform: initial;
	margin-top: 15px;
	font-weight: 500;
	margin-bottom: 0px;
}
.autoPopup-description h3 {
    color: white;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}
.autoPopup-description p {
    color: white;
    margin: 0px;
}
.golden-visa .dots-image {
	width: 100%;
}

.golden-visa .dots-image img {
	max-width: 165px;
	text-align: center;
	margin: 0 auto;
}

/* Trending Projects */

.BigBold-Title {
	width: 100%;
	text-align: center;
	font-size: 3rem;
	color: #347ab8;
}

.community-name {
	font-size: 18px;
	text-align: center;
	color: #347ab8;
	padding-top: 12px;
	font-weight: 500;
}

.property-type a {
	text-decoration: none;
}

.property-type a:hover .community-name {
	color: #07234b;
}

/* Crypto Area */

.crpto img {
	max-width: 125px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.crpto {
	border: 1px solid #d7d7d7;
	padding: 40px;
	border-radius: 50px;
	background: white;
}

.crypto-area {
	display: flex;
	justify-content: center;
	align-items: center;
}

.crpto h3 {
	color: #000;
	font-weight: 400;
	margin: 0;
}

.crpto h3 strong {
	font-size: 2.571rem;
	line-height: 1.5;
}

.crpto p {
	font-size: 1.5rem;
	text-transform: initial;
	margin-bottom: 0px;
	color: #000;
}

/* Subscription Area */

.subs-area {
	background: #324b64;
	border-radius: 50px;
}

.subs-content .form-heading {
	color: #ffffff;
	font-weight: 400;
	font-size: 2rem;
}

.subs-form {
    max-width: 1000px;
    margin: 0 auto;
}

.subs-content {
	padding: 40px;
}

.sub-box {
	display: flex;
	margin-top: 30px;
}

.sub-icon {
	max-width: 85px;
}

.sub-description {
	font-size: 1.5rem;
	text-transform: initial;
	margin-bottom: 0px;
	color: white;
	padding-left: 25px;
}

.subs-form .submit-btn button {
	background: #C4DAEA;
	border: 0;
	width: 186px;
	border-radius: 9px;
}

.subs-form .submit-btn button:hover {
	background: #fff;
	color: #000;
}
#subPop{
	margin-top: 30px;
}
/* Line Seperator */

.line-seperator {
	width: 100%;
	margin: 0 auto;
}

.project-card hr {
	border-width: 0.15rem;
	width: 150px;
	text-align: left;
	display: inline-block;
	border-color: #707070;
	margin: 7px 0;
}

.line-seperator hr {
	border-color: #dbdbdb;
	border-width: 0.15rem;
	width: 100%;
}

/* Community Slider Area */

.slider-item {
	position: relative;
	padding: 0px 10px;
}
.slider-item img {
	width: 100%;
	transition: all 0.8s ease-in-out;
	border-radius: 25px;
}
.slider-item .community-name {
	font-size: 18px;
	text-align: center;
	color: #347ab8;
	padding-top: 12px;
	font-weight: 500;
}

.slider-item a {
	text-decoration: none;
}

.slider-item a:hover .community-name {
	color: #07234b;
}

.exploreBtn a {
	background: #347ab8;
	border-radius: 15px;
}

.exploreBtn a:hover {
	background: #07234b;
}

.center {
	text-align: center;
}

/* Crypto Area */

.about-img {
	border-radius: 25px;
}
section#cryptocurrency p {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	color: #347ab8;
	font-size: 17px;
}
.crypto-list li {
	text-align: left;
	color: #347ab8;
	font-size: 17px;
}

.crypto-list {
	padding-top: 15px;
}

/* Services Area */

.service a {
	text-decoration: none;
}

.service .service-name {
	font-size: 18px;
	text-align: center;
	color: #347ab8;
	padding-top: 18px;
	font-weight: 500;
	line-height: 1.3;
}
.read-more {
    display: none;
}
.service a:hover .service-name {
	color: #07234b;
}

.service img {
	width: 100%;
	max-width: 100px;
	transition: all 0.8s ease-in-out;
}

.service {
	text-align: center;
	margin: 0 auto;
}

/* Visit us */

.plan-visit {
	background: #f0f0f0;
	padding-top: 75px;
	padding-bottom: 185px;
}

/* Benefits Area */

.benefits-list {
	background: #347ab8;
	padding-top: 75px;
	padding-bottom: 75px;
}
.benefits-list .service .service-name {
	color: white;
}

/* Developers Area */

.developer {
	text-align: center;
	margin: 0 auto;
}
.developer img {
	width: 100%;
	max-width: 180px;
	transition: all 0.8s ease-in-out;
	max-height: 75px;
}
.developers-slider .slider-item img {
	border-radius: 0;
	max-width: 120px;
	height: 50px;
	margin: 0 auto;
}

/*Download Brochure*/

#brochurePopup {
	max-width: 800px;
	border-radius: 30px;
	background-color: #45251B;
}
.brochure-popup{
    padding: 45px 20px 0 63px!important;
}
.brochure-popup h3 {
	margin: 0;
	font-size: 2.2rem !important;
	color: #fff;
}

.brochure-popup span {
	font-size: 1.2rem;
}

.brochure-photo {
	width: 100%;
	position: relative;
}

.brochure-photo img {
	width: 420px;
	position: absolute;
	top: -77px;
	left: 8px;
	transform: rotate(352deg);
}

/* Application Form */

.lds-dual-ring.hidden {
	display: none;
}
.lds-dual-ring {
	display: inline-block;
	width: 50px;
	height: 50px;
}
.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 50px;
	height: 50px;
	margin: 25% auto;
	border-radius: 50%;
	border: 6px solid #fff;
	border-color: #5577a8 transparent #5577a8 transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.application-wrap {
	width: 100%;
	max-width: 750px;
	text-align: center;
	margin: 0 auto;
	background: #347ab8;
	padding-top: 20px;
	padding-bottom: 50px;
	border-radius: 45px;
}

.application-wrap .form-heading {
	font-size: 35px;
	color: white;
	font-weight: 600;
	text-transform: uppercase;
}

.application-wrap .form-subheading {
	font-size: 20px;
	color: white;
	text-transform: uppercase;
}
.form-wrap {
	background: white;
	padding: 40px 0;
	border-radius: 45px;
	margin-top: 25px;
	width: 100%;
}
.form-wrap .form-area {
	max-width: 600px;
	margin: 0 auto;
	text-align: left;
	text-transform: uppercase;
	color: #347ab8;
}
.form-wrap .form-area .info {
	font-size: 16px;
}

.form-wrap .form-area .info sup {
	color: red;
	font-size: 18px;
}
.form-wrap .form-area input,
.form-wrap .form-area textarea {
	border-radius: 20px;
}
.submit-btn {
	text-align: center;
}

.submit-btn button {
	background: #07234b;
	border-radius: 9px;
	border: none;
	width: 100%;
	font-family: "Futura PT";
    letter-spacing: 2px;
}

.submit-btn button:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}

#contactPopup .autoPopup-form {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 478px;
    position: relative;
    top: 0;
    bottom: 0;
    padding-right: 15px;
}
/*Social Media Icons CSS*/

.social-media-icon {
	position: fixed;
	top: 90%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-50%);
	z-index: 9999;
	display: none;
}
.social-media-icon ul li {
	width: 100%;
	float: left;
}
.social-media-icon ul li a {
	display: inline-flex;
	align-items: center;
	padding: 0px 10px;
	font-size: 20px;
	border-radius: 10px;
	color: #fff;
	box-shadow: 0px 2px 6px rgb(0, 0, 0, 0.1);
	transition: 0.8s all;
	margin: 5px 0;
	text-decoration: none;
	text-align: center;
}
.social-media-icon ul li .whatsapp-btn {
	background: #25d366;
}
.social-media-icon ul li .call-btn {
	background: #50afe4;
}
.social-media-icon ul li a:hover {
	background-color: #347ab8;
	color: #fff;
}
.social-media-icon ul {
	list-style: none;
}
.social-media-icon ul li a span {
	display: inline-flex;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	max-width: 0;
	transition: max-width 0.8s;
	-webkit-transition: max-width 0.8s;
	overflow: hidden;
	font-size: 16px;
	margin-left: 5px;
}
.social-media-icon ul li a:hover span {
	max-width: 300px;
	transition: max-width 1.6s;
	-webkit-transition: max-width 1.6s;
}
.social-media-icon ul li a .icon {
	font-size: 25px;
	width: 35px;
}

/*Auto Popup CSS*/

.autoPopup {
    border-radius: 30px;
    padding: 0px !important;
    background: #1E3543!important;
}

.autoPopup-description {
	color: white;
    padding: 30px 45px 0px;
}
.popup-icon a {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}
.popup-icon a img{
    margin-right: 10px;
}
#contactPopup .mfp-close{
    opacity:1;
}
.autoPopup-description hr{
    border-top: 1px solid #000;
    width: 80%;
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}
.autoPopup-description .goto{
    border: none;
    padding: 12px 32px;
    color: #fff;
    background-color: #fe8c4f;
    margin-top: 20px;
    position: relative;
    top: 20px;
    font-size: 16px;
    border-radius: 7px;
}
.autoPopup-description .goto:hover{
    background-color: #07234b;
    text-decoration: none;
}
#brochurePopup .autoPopup-form {
	padding: 58px 35px;
	background: white;
	border-radius: 30px;
}
.autoPopup-description h2 {
	margin: 0;
}
.autoPopup-description p {
    margin: 0;
    font-size: 1.3rem;
    line-height: 2rem;
    margin-top: 15px;
}
.autoPopup-description p span {
    color: #fe8c4f;
    font-weight: 700;
}

.popup-icon img{
    width: 30px;
}
.agent-wrap .agent-photo img {
	max-width: 115px;
	border-radius: 25px;
}
.agent-wrap {
	display: flex;
	align-items: center;
}
.agent-wrap .agent-contact {
	flex-basis: 215px;
	padding-left: 14px;
}
.agent-wrap .agent-contact p {
	margin: 0;
	line-height: 1.6;
}

.agent-wrap .agent-contact a {
	color: white;
	text-decoration: none;
}

.agent-wrap .agent-contact a:hover {
	color: #ee7133;
}
.autoPopup-form {
    padding: 58px 35px;
    background: white;
    border-radius: 30px;
}

.autoPopup-form .row {
	max-width: 490px;
	margin: 0 auto;
}

.autoPopup-form input {
	border-radius: 9px;
	padding-left: 32px;
}

.autoPopup-form textarea {
	height: 5rem !important;
}

.autoPopup-form .row .form-group {
	position: relative;
}

.autoPopup-form .row .form-group .ficon {
	position: absolute;
	padding-top: 10px;
	padding-left: 10px;
	pointer-events: none;
	left: 15px;
	top: 7px;
	color: #ee7133;
	font-weight: bold;
	font-size: 17px;
}

.not-interested {
	text-align: center;
	padding-top: 20px;
}

.not-interested a {
	color: #8b8b8b;
	text-decoration: underline;
}

a:hover {
	color: #ee7133;
}

.not-interested button {
	background: white;
	border: 0;
	border-bottom: 1px solid #8b8b8b;
}

.autoPopup-form .btn {
	width: 100%;
	background: #1E3543;
	color: #fff;
}

.autoPopup-form .btn:hover {
	background: #000;
	color: #fff;
	border-color: #000;
}

.hide-area,
.seo-area {
	display: none;
}
.iti--separate-dial-code .iti__selected-flag {
	border-top-left-radius: 9px;
	border-bottom-left-radius: 9px;
}
.iti__selected-flag {
	height: 50px !important;
	margin-left: -1px;
	margin-top: -1px;
}
form#visitPop {
	text-align: left;
}

.bro-form {
	max-width: 480px;
    width: 100%;
    z-index: 9;
    position: relative;
}

.bg-black {
	background: #000;
	padding: 50px;
}

#signs {
	margin-top: 8rem;
}

#signs hr {
	width: 100%;
	max-width: 200px;
	text-align: left;
	float: left;
	margin: 0;
}
.bg-blue {
    background: #121212;
    padding: 50px 50px;
}
#signs h2 {
	margin-bottom: 1.5rem;
}
#signs .about-wrap h2 {
    color: #fff;
    text-align: left;
	margin-top: 0;
}
#signs .about-wrap .exlusive {
    display: block;
    font-size: 16px;
    margin-top: 15px;
}
.signup-wrap {
	margin-top: 25px;
}

.signup-wrap p {
	color: white;
	font-size: 1.2rem;
}
.about-wrap h2{
	text-align: left;
	font-size: 3rem;
}
.subs-form p {
    text-align: center;
    font-size: 1rem !important;
    margin: 0;
}
.about-wrap h2 span {
	font-weight: 100;
	font-size: 2rem;
}

.signup-iconBox {
	margin: 30px auto;
	text-align: center;
	max-width: 500px;
}

.signup-iconBox p {
	margin-top: 15px;
}

.white {
	color: #fff;
}

/* Laptop CSS */

@media screen and (max-width: 1800px){
    .nav-bar{
		max-width: 100%;
	}
}

@media screen and (max-width: 1442px) {
	.inner-about h2,
	.inner-about h1 {
		font-size: 3.5rem;
	}
	.inner-about {
		padding: 35px;
	}
	
}

@media screen and (max-width: 1385px) {
	#mainCarousel {
		height: 100%;
	}
}

@media screen and (max-width: 1248px) {
	.inner-video img {
		max-width: 120px;
	}
	.inner-video h2 {
		font-size: 3rem;
	}
	.inner-about h2,
	.inner-about h1 {
		font-size: 3rem;
		margin: 1.6rem 0;
	}
	.inner-about h3 {
		font-size: 2.5rem;
		margin: 1.6rem 0;
	}
	.inner-about p {
		font-size: 1.2rem;
		margin: 1.6rem 0;
	}
}

@media screen and (max-width: 1220px) {
	.project-bg {
		background: transparent;
	}

	.nav-bar {
		column-gap: 10px;
	}

	.nav-link a {
		line-height: 1rem;
		font-size: 0.95rem;
	}
}
@media screen and (max-width: 1200px){
    .brochure-popup{
        display: flex;
        flex-direction: column;
        left: 0;
        padding: 15px 0 0 0 !important;
    }
    .brochure-popup span{
        text-align: center;
    }
    .brochure-popup h3{
        text-align: center;
        margin-bottom: 15px;
    }
    #brochurePopup .autoPopup-form{
        right: 0;
    }
    .brochure-photo img{
        display: none;
    }
    
}
@media screen and (max-width: 1140px) {
	.p1::after {
		bottom: -74px;
	}
	.p2::after {
		bottom: -40px;
	}
	/*Auto popup MOBILE*/
	.mfp-close-btn-in .mfp-close {
		top: 10px;
		right: 15px;
		font-weight: 900;
	}
	.autoPopup-form {
	}
	.hide-area {
		display: block !important;
	}
	.mob-hide-area {
		display: none;
	}
	.autoPopup-form .row .form-group .ficon {
		top: 3px;
	}
}

@media screen and (max-width: 1089px) {
	.inner-about h2,
	.inner-about h1 {
		font-size: 2.5rem;
		margin: 1.2rem 0;
	}
	.inner-about h3 {
		font-size: 2rem;
		margin: 1.2rem 0;
	}
	.inner-about {
		padding: 25px;
	}
	.inner-about p {
		font-size: 1rem;
	}
	.head-title {
		font-size: 3rem;
	}
	.broImg img {
		display: none;
	}
}

.mob-only {
	display: none;
}

@media screen and (max-width: 991px) {
	.aboutbg-img img {
		height: 100%;
	}
	.brochure-head img {
        max-width: 300px;
        position: relative;
        margin-top: 15px;
    }
	#brochure-section-mob .brochure {
        height: 574px;
		padding: 18px;
    }
	.bro-form {
        padding-left: 0;
        margin-top: 0;
    }
	.brochure-head {
        text-align: center;
    }
	.brochure-head h2 {
        margin: 0 auto;
        text-align: center;
    }
	.brochure-head nav {
        width: 100%;
        margin-top: 12px;
        font-size: 1.1rem;
    }
	.project-btns .roundBtn {
        text-align: center;
    }
	.brochure .project-btns {
		justify-content: center;
	}
	#signs{
		padding: 15px;
	}
	.desk-only{
		display: none;
	}
	.inner-about h2,
	.inner-about h1 {
		font-size: 4.5rem;
		margin: 2rem 0;
	}
	.inner-about h3 {
		font-size: 3rem;
		margin: 2.5rem 0;
	}
	.inner-about p {
		font-size: 1.2rem;
	}
	.video-content {
		height: 100%;
	}
	.about-form {
		justify-content: center;
	}
	.flex {
		display: block;
	}
	h3.section-title.about-title {
		text-align: left;
	}
	.banner-btns{
		bottom: 13%;
		left: 50%;
		transform: translate(-50%);
		width: 210px;
	}
	.header-logo img{
		max-width: 134px;
	}
	.header-logo{
		text-align: center;
	}
	.p1::after {
		right: -216px;
		top: -69px;
	}
	.p2::after {
		left: -251px;
		bottom: -168px;
	}
	.project-card h2 {
		padding-top: 0;
		line-height: 2.5rem;
	}
	.head-group-main::before {
		top: 68px;
	}
    .project_right,.project_left{
        padding: 0;
    }
	.pro-flex-left {
		display: flex;
		flex-direction: column-reverse;
		grid-template-columns: 100%;
		width: 100%;
	}
	.pro-flex {
		display: flex;
		flex-direction: column;
		grid-template-columns: 100%;
		width: 100%;
		align-items: center;
	}
	.pt20 {
		padding-top: 0px;
	}
    .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content{
        width: auto;
    }
	.project-bg {
		background: #f0f0f0;
	}
	.nav-bar {
		display: none;
	}
    .project_wrapper img,
    .project_wrapper_right img{
        max-width: 100%;
        margin-top: 30px;
    }
	.header-wrap {
		width: 100%;
	}
	.main-logo {
		text-align: center;
		padding-top: 15px;
		display: flex;
		flex-direction: column;
		gap: 35px;
		width: 100%;
		align-items: center;
	}
	.main-logo img {
		max-width: 215px;
		text-align: center;
	}
	.card-wrap {
		box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
		padding: 30px 30px;
		border-radius: 45px;
		margin-top: 0px;
		background: white;
	}
}

/* Mobile CSS */

@media screen and (max-width: 767px) {
	#banner {
		height: 100vh;
		background-position: 21% 50%;
		background-size: cover;
		-webkit-background-size: cover;
		position: relative;
		z-index: 9;
	}
    #banner:before{
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, rgba(0, 0, 0, 0), #0000004a);
    }
	#brochure-section .container {
		padding: 20px 15px;
	}

	.nav-bar img {
		width: 100%;
		max-width: 140px;
	}	
	#brochure-section .brochure{
		padding: 20px 15px;
		height: 506px;
	}
	.brochure-head div{
		font-size: 1.2rem;
	}
	
	#signs .about-wrap h2{
		text-align: center;
	}
	.move-tag {
		left: 2%;
		top: 15%;
	}
	.about-form{
		width: 100%;
		align-content: center;
		display: block;
	}
	.desk-gallery{
	    display: none;
	}
	.carousel__button svg{
	    color: #fff!important;
	}
	.pro-flex-left {
		display: flex;
		flex-direction: column-reverse;
		grid-template-columns: 100%;
		width: 100%;
	}
	.banner-scroll{
		margin: -73px auto auto;
	}
	.section-amenities{
		margin-top: 50px;
	}
	.footer{
		padding: 2rem 0 2rem;
	}
	.nearby-locations{
		grid-template-columns: 1fr;
	}
	/* #about .container::before{
		top: 75px;
		width: 184px;
		height: 133px;
	} */
	.banner-scroll .scroll{
		display: none;
	}
	.about-head nav{
		font-size: 16px;
	}
	.amenity-item img{
		border-radius: 10px;
	}
	.about-head h2{
		font-size: 2.3rem;
	}
	.amanities-wrap .slick-back.slick-arrow {
        left: -7px;
    }
	.amanities-wrap .slick-forward.slick-arrow {
        right: -7px;
    }
	.about-form{
		display: none;
	}
	.about-wrap h2{
		font-size: 2.3rem;
	}
	#location{
		margin-top: 50px;
	}
	.banner-scroll img{
		max-width: 33px;
	}
	.carousel__slide img{
		width: 100%;
		border-radius: 9px;
	}
	.bannerColor a{
		max-width: 230px!important;
	}
	.bedroom-flex{
		grid-template-columns: 1fr;
	}
	.floor-image img{
		max-width: 100%;
		margin-top: 45px;
	}
	.head-title{
		font-size: 2rem;
	}
	.bg-blue{
		padding: 40px 15px;
	}
	.btn-right{
		justify-content: center;
	}
	.amenities-grid{
		grid-template-columns: 1fr 1fr;
		margin-top: 40px;
	}
	.amenity-item nav{
		font-size: 16px;
	}
	.nearby-item{
		width: 100%;
	}
	#amenities .about-wrap p{
		margin: 0;
	}
	#vist-area{
		margin-top: 40px;
	}
	.footer-quote{
		max-width: 100%;
	}

	.pro-flex {
		display: flex;
		flex-direction: column;
		grid-template-columns: 100%;
		width: 100%;
		align-items: center;
	}
    .autoPopup-description {
        text-align: center;
        padding: 50px 50px 5px;
    }
	.about-facts{
		flex-direction: column;
		row-gap: 30px;
	}
	.fact-point{
		width: 100%;
	}
	.boxed{
		padding: 0!important;
	}
    .expert-img {
        width: 100%;
        max-width: 175px;
        position: relative;
        left: 50%;
        transform: translate(-50%);
        margin-bottom: 20px;
    }
    .autoPopup-description hr {
        width: 65%;
        margin: 15px auto;
    }
	.head-group-projects{
	    font-size: 2.5rem;
	    margin-bottom: 30px;
	}
    .mob-only{
        display: block;
    }
    .autoPopup-description p{
        display: none;
    }
	.footer-quote h2 {
		font-size: 3rem;
		text-align: center;
		margin-top: 3rem;
	}
	.brochure-head img{
        margin-left: -8px;
	}
    #brochure-section-mob .brochure{
        height: 609px;
    }
    .about-img{
        width: 100%;
        margin-top: 30px;
    }
    .autoPopup-description hr{
        width: 65%;
        margin: 15px auto;
    }
    .joy-img{
        width: 100%;
        max-width: 175px;
        position: relative;
        left: 50%;
        transform: translate(-50%);
        margin-bottom: 20px;
    }
    
	.brochure-head ul {
		list-style: none;
		text-align: left;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 0;
	}
	#about .flex-btns{
	    display: none;
	}
	#newProjects{
        margin-top: 40px;
        margin-bottom: -26px;
	}
    /*Readmore CSS*/
	.slide-readmore {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
        opacity: 0;
      }
    
      .read-more {
        display: block;
        padding: 6px 30px;
        background-color: #1E3543;
        color: white;
        border: none !important;
        box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
        border-radius: 4px;
        font-size: 1.1rem;
        font-weight: 600;
        cursor: pointer;
        transition: opacity 0.3s ease-out;
        position: relative;
        left: 50%;
        transform: translate(-50%);
		top: 33px;
      }
	  .fact-point h3{
		font-size: 40px;
	  }
      .about-facts{
		margin-top: 80px;	
	  }
      .slide-readmore p {
            margin: 0 auto;
        }
    
      .slide-content.expanded .slide-readmore {
        max-height: 1000px; /* Adjust this value based on your content */
        opacity: 1;
      }
    
      .slide-content.expanded .read-more {
        opacity: 0;
        pointer-events: none;
      }
	.group1::before {
		display: none;
	}
	.gallery {
        display: none;
    }
	.brochureForm {
		margin-top: 25px;
	}
	#mapArea{
		margin-top: 5rem;
	}
	.brochureForm {
		padding: 25px;
	}
	.pro-bg{
	    padding: 20px 0;
	}
	#videoArea{
		padding-top: 25px;
	}
	#brochure-section-mob{
		margin: 20px 0 55px 0;
	}
	#videoArea h2{
		margin-top: 10px;
	}
	
	.brochure .project-btns a{
		margin-top: 6px;
	}
	.banner-img::after {
		height: 45%;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
	}

	.bhead {
		margin-left: 0;
		text-align: center;
		padding: 0 5px;
	}

	.bbtns {
		display: none;
	}

	.banner-img img {
		width: 100%;
		border-radius: 20px;
	}

	.brochureForm h3 {
		font-size: 1.3rem;
	}

	#banner h2 {
		text-align: left;
		font-size: 1.8rem;
		line-height: 3.5rem;
	}

	.banner-logo-first,
	.banner-logo-last,
	.banner-logo {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: end;
		margin-top: 10%;
		margin-right: 5%;
		margin-bottom: 20%;
		margin-left: 5%;
		width: 100%;
	}

	.brochure-head ul li {
		text-transform: uppercase;
		font-size: 1.1rem;
		color: black;
	}

	.mt60 {
		margin-top: 15px;
	}

	.pb60 {
		padding-bottom: 15px;
	}

	#signs {
		margin-top: 3rem;
	}
        .autoPopup-form {
        margin: 15px !important;
    }
	.project-bg {
		padding: 20px;
	}

	.pro-title {
		font-size: 1.3rem;
	}

	.pro-info {
		flex-direction: column;
	}

	.proTwo img {
		margin-top: 40px;
	}

	.project-radius-right,
	.project-radius-left {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		border-radius: 20px;
	}

	.mapImage img,
	.videoImage img {
		border-radius: 20px;
	}



	.bottom-section {
		padding: 1rem 0 0rem 0 !important;
	}

	.mapImage {
		padding-top: 25px;
	}

	#about h1 {
		text-align: center;
		font-size: 3rem;
	}

	.just-flex {
		flex-direction: column-reverse;
	}

	.about-heading h2 {
		margin: 0 0 2rem 0 !important;
		font-size: 3.5rem !important;
		text-align: center;
	}

	.project_wrapper,
	.project_wrapper_right {
		width: 100% !important;
		float: initial !important;
		padding: 15px 15px !important;
	}

	.project_wrapper img,
	.project_wrapper_right img {
		width: 100%;
		border-radius: 20px;
		margin-bottom: 30px;
	}

	.project_left,
	.project_right {
		transform: initial !important;
	}

	.project-card {
		position: initial !important;
		padding: 0px !important;
		text-align: center;
	}
    .project_left{
        padding: 20px 0;
    }
	.project_wrapper_right img {
		padding-bottom: 30px;
	}

	.distance-grid {
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.distance-wrap .distance-location {
		line-height: 2rem;
	}

	.pt40 {
		padding-top: 0px;
	}

	.paymentPlan-wrap {
		padding: 25px 0 !important;
	}

	.project-btns {
		flex-direction: column;
		justify-content: flex-start;
		gap: 25px;
		margin-top: 20px;
	}

	.project-btns .popbtn a {
		width: 210px;
	}

	.full-card {
		grid-template-columns: 1fr 1fr !important;
	}

	.card-feature {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto;
		justify-content: center;
		align-items: start;
		gap: 15px;
	}

	.card-feature .card-item:nth-child(1) {
		grid-column: 1 / span 1;
		grid-row: 1 / span 1;
	}

	.card-feature .card-item:nth-child(2) {
		grid-column: 2 / span 1;
		grid-row: 1 / span 1;
	}

	.card-feature .card-item:nth-child(3) {
		grid-column: 1 / -1;
		grid-row: 2 / span 1;
	}

	.card-feature .card-item .item-value {
		font-size: 1.4rem;
	}

	#p1::after,
	#p2::after {
		display: none;
	}

	.projects-grid-full {
		padding: 0 15px 15px 15px;
	}

	.project {
		border-radius: 25px;
	}

	.booking-form-area {
		position: initial;
	}

	.col-service {
		margin-top: 4rem;
		padding: 0 3rem;
	}

	.draw-line {
		max-width: 300px !important;
	}
	.project-name a {
		padding: 8px 25px;
		font-size: 1.1rem;
	}

	.videoBtn img {
		max-width: 40px !important;
	}

	.project {
		height: auto;
	}
	.projects-grid-half {
		grid-template-columns: 1fr;
	}
	.paragraph-area {
		padding: 0 15px;
	}
	.paragraph-area h2 {
		font-size: 2rem;
		line-height: 3rem;
	}
	#contactPopup .mfp-close {
		/*color: #fff !important;*/
	}
	.hightlights-item {
		flex-basis: 35%;
		box-shadow: rgb(99 99 99 / 20%) 0px 2px 6px 0px;
		border-radius: 10px 10px 10px 10px;
		margin: 5px;
		background-color: #ffffffe3;
	}
	.hightlights-item:after {
		display: none;
	}
	.about-content {
		height: 100%;
	}
	.aboutbg-img img {
		display: none;
	}
	.inner-about h2 span,
	.inner-about h1 span {
		font-weight: 100;
		color: #000;
	}
	.inner-about {
		padding: 25px 0;
		text-align: center;
		padding-bottom: 45px;
	}
	.inner-about h1 {
		font-size: 2.8rem;
	}
	.inner-about h2 {
		font-size: 2rem;
	}
	.inner-about h3 {
		font-size: 2rem;
	}
	.inner-about h1 br,
	.inner-about h2 br,
	.inner-about h3 br {
		display: none;
	}
	.inner-video h2 {
		font-size: 4rem;
	}
	.inner-video img {
		max-width: 100px;
	}
	.box-section {
		flex-direction: column;
		gap: 40px;
	}
	.iti__selected-flag {
		height: 42px !important;
	}
	.section-about-title br {
		display: none !important;
	}
	.inner-about h2,
	.inner-about h1,
	h3,
	p {
		text-align: center;
	}

	.agent-contact {
		display: block !important;
	}

	.agent-contact .agents {
		padding-top: 30px;
	}

	.viewing-info h2 {
		text-align: center;
	}

	.row-actions {
		flex-direction: column;
		align-items: center;
		gap: 25px;
		padding: 25px 0 !important;
	}
	.gallary-slider .slick-forward.slick-arrow {
		right: 6px !important;
		z-index: 99;
	}
	.gallary-slider .slick-back.slick-arrow {
		left: -1px !important;
		z-index: 99;
	}
	.gallary-slider .slick-arrow i {
		font-size: 2rem;
		color: white;
		background: #26374d;
		padding: 5px;
	}
	.flex-btns {
		flex-direction: column;
		gap: 15px;
		padding-top: 30px;
	}
	.floorplans {
		padding: 0 0 0px 0;
	}
	#floorplans-bg .popbtn {
		padding: 25px 0;
	}
	.floorplans img {
		border-radius: 0px;
	}
	.hightlights-item .head1 {
		font-size: 25px;
	}
	.hightlights-item .head2 {
		font-size: 15px;
	}
	.hightlights-item .head2 br {
		display: none;
	}
	#mainCarousel .carousel__slide {
		width: 100%;
		padding: 0;
	}
	#mainCarousel {
        padding-top: 15px;
    }
	#video-area .aboutbg-img {
		display: none;
	}
	.section-about-title {
		text-align: center;
	}
	.payment-info p {
		line-height: 1.5;
	}
	.visit-content {
		height: 100%;
		padding: 50px 15px;
	}
	.booking-form-area {
		padding: 30px;
		margin: 0;
		border-radius: 20px;
	}
	#contact {
		padding: 3rem 18px !important;
	}
	#payment-plan,
	#brochure-area {
		background-position: 18% 50%;
	}
	.payment-info {
		padding: 0 15px;
	}
	.location-btns {
		flex-direction: column;
		align-items: center;
	}
	.callnow h2 {
		font-size: 2rem;
	}
	.callnow h2 span {
		font-size: 4rem !important;
	}

	.exploreBtn {
		text-align: center;
	}

	.info-title {
		font-size: 2rem;
	}

	.mob-mt25 {
		margin-top: 25px;
	}

	.mob-mt50 {
		margin-top: 50px;
	}

	.mt40 {
		margin-top: 25px;
	}
	.mt40-desk-only {
		margin-top: 0px !important;
	}
	.mt80 {
		margin-top: 50px !important;
	}

	.line-seperator {
		max-width: 260px;
	}
	section#cryptocurrency .section-about-title br {
		display: none;
	}
	section#cryptocurrency p {
		text-align: center;
	}
	/*.paragraph-area {*/
	/*    text-align: justify;*/
	/*}*/

	.agent-review {
		text-align: center;
		margin-bottom: 30px;
	}

	.plan-visit {
		padding-bottom: 130px;
	}

	.booking-row {
		text-align: center;
		flex-direction: column-reverse;
	}

	.booking-row .col-md-7 {
		width: 100%;
	}

	.download-brochure img {
		bottom: 150px;
	}

	.pt165 {
		padding-top: 65px !important;
	}

	.golden-visa {
		flex-direction: column;
	}

	.golden-visa .dots-image img {
		max-width: 125px;
	}

	.golden-visa h2 {
		text-align: center;
	}

	.golden-visa p {
		text-align: center;
	}

	.BigBold-Title {
		font-size: 2.571rem;
	}

	.property-type .about-img {
		width: 100%;
		max-width: 100%;
	}

	.community-name {
		padding-bottom: 12px;
	}

	.crypto-area {
		flex-direction: column;
	}

	.crpto img {
		max-width: 100px;
	}

	.crpto h3 {
		margin-top: 50px;
		text-align: center;
	}

	.crpto p {
		text-align: center;
	}

	.subs-content {
		padding: 30px;
	}

	.subs-content .form-heading {
		font-weight: 600;
		font-size: 2rem;
		line-height: 1.5;
		text-align: center;
	}

	.sub-box {
		flex-direction: column;
	}

	.sub-icon {
		max-width: 100%;
		text-align: center;
		width: 100%;
	}

	.sub-description {
		padding-left: 0;
		text-align: center;
		margin-top: 40px;
	}

	.application-wrap .form-heading {
		font-size: 25px;
	}
	.application-wrap .form-subheading {
		font-size: 16px;
	}
	.footer-flex .flex-item h2 {
		font-size: 25px;
	}

	#features {
		display: block;
	}

	.center-flex {
		display: block;
	}

	.brochure-head {
		color: white;
		border-radius: 18px;
		text-align: center;
		padding: 14px;
	}

	.brochure-head span {
		background: transparent;
		padding: 0;
		font-size: 3rem;
	}

	.projects .p-name {
		width: 80% !important;
	}

	.projects .p-name h2 {
		font-size: 2rem;
	}

	.project img {
		border-radius: 15px;
	}

	/*Download Brochure*/
    .brochure-popup{
        padding: 8px 0px 0px !important;
    }

	.brochure-photo img {
		display: none;
	}

	.brochure-popup h3 {
		text-align: center;
		font-size: 2rem !important;
		display: block !important;
	}

	.brochure-guide h2 {
		text-align: center;
		font-size: 2rem;
	}

	.brochure-guide p {
		text-align: center;
	}

	/*Auto popup MOBILE*/

	.autoPopup {
		margin: 10px !important;
		border-top-right-radius: 30px;
	}
	.mfp-close-btn-in .mfp-close {
		top: 10px;
		right: 15px;
		font-weight: 900;
	}
	.hide-area {
		display: block !important;
	}
    .autoPopup {
        border-top-right-radius: 30px;
        margin: 10px !important;
    }
	.autoPopup-description h3,
	.mob-hide-area {
		display: none;
	}
	.autoPopup-form .row .form-group .ficon {
		top: 3px;
	}
	/*Social Icons MOBILE*/
	.social-media-icon ul {
		padding-left: 10px;
	}
	.social-media-icon {
		top: 90%;
	}
	.social-media-icon ul li a {
		padding: 5px 8px;
		font-size: 20px;
	}
	.social-media-icon ul li a span {
		margin-left: 0;
	}
	.social-media-icon ul li a .icon {
		font-size: 20px;
	}
}

/*-------------------------------------------------------------------------------
  2. Navbar
-------------------------------------------------------------------------------*/

.navbar {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	padding-top: 2.7rem;
	height: 7rem;
	margin: 0;
	border-radius: 0;
	border: 0;
	background: #ffffffcf;
}

.navbar .brand {
	float: left;
	margin-top: -0.5rem;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

/* 2.1 Navbar elements */

.brand {
	line-height: 1.6;
	color: #000;
	display: inline-block;
}

a.brand:hover,
a.brand:focus {
	text-decoration: none;
	color: #000;
}

.brand img {
	display: inline-block;
	vertical-align: top;
	margin-right: 0.65rem;
	height: 2.356rem;
	max-width: 200px;
}

.brand-info {
	display: inline-block;
}

.brand-name {
	font-weight: 600;
	font-size: 1.714rem;
	line-height: 1;
}

.brand-text {
	color: #868686;
	font-size: 0.857rem;
	font-weight: 300;
	margin-top: -0.3rem;
}

.navbar-toggle {
	display: block;
	margin: 0;
	padding: 0;
	border-radius: 0;
	margin-left: 6.5rem;
}

.navbar-toggle .icon-bar {
	background-color: #000;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.navbar-toggle:hover .icon-bar {
	background-color: #07234b;
}

.navbar .social-list {
	float: right;
}

.social-list {
	overflow: hidden;
}

.social-list a {
	float: left;
	font-size: 1.428rem;
	line-height: 1;
	color: #000;
	margin-left: 2rem;
}

.social-list a:first-child {
	margin-left: 0;
}

.social-list a:hover {
	color: #07234b;
	text-decoration: none;
}

.navbar-spacer {
	margin: -1rem 4.5rem 0;
	width: 1px;
	height: 3.3rem;
	background-color: #e0e0e0;
}

.navbar-address {
	float: left;
	margin-left: 4.5rem;
	font-weight: 600;
	text-transform: uppercase;
}

.navigation {
	float: right;
	margin-top: -0.3rem;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
}

.navigation ul {
	list-style: none;
}

.navigation ul li {
	float: left;
	margin-right: 2.6rem;
}

.navigation ul li:last-child {
	margin-right: 0;
}

.navigation ul li a {
	color: #347ab8;
}

.navigation ul .active a,
.navigation ul li a:hover {
	color: #07234b;
	text-decoration: none;
}

/* 2.2 Navbar affix */

.navbar.affix {
	position: fixed;
	box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
	background: #fff;
}

/* 2.3 Sidebar menu */

.click-capture {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	z-index: 99;
	background: rgba(0, 0, 0, 0.3);
	transition: opacity 0.5s;
}

.menu {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 100;
	background-color: #fff;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.close-menu {
	position: absolute;
	z-index: 2;
	top: 2.3rem;
	font-size: 2.1rem;
	line-height: 1;
	color: #000;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.close-menu:hover {
	color: #07234b;
}

.menu .menu-lang {
	font-size: 1.2rem;
	opacity: 0;
	position: absolute;
	opacity: 0;
	left: 15%;
	top: 3rem;
	text-transform: uppercase;
	-webkit-transform: translateY(3rem);
	-ms-transform: translateY(3rem);
	-o-transform: translateY(3rem);
	transform: translateY(3rem);
	-webkit-transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease,
		color 0.3s ease;
	-o-transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease,
		color 0.3s ease;
	transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
}

.menu-lang a {
	display: inline-block;
	margin-left: 1.5rem;
	color: #999999;
}

.menu-lang a:first-child {
	margin-left: 0;
}

.menu-lang .active,
.menu-lang a:hover {
	color: #07234b;
	text-decoration: none;
}

.mobile-menu ul {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 9rem;
	padding-left: 15%;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	font-weight: 600;
	letter-spacing: -0.025rem;
	list-style: none;
	margin: 0;
	-webkit-transform: translateY(3rem);
	-ms-transform: translateY(3rem);
	-o-transform: translateY(3rem);
	transform: translateY(3rem);
	-webkit-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
	-o-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
	transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
}

.mobile-menu ul li a {
	color: #347ab8;
}

.mobile-menu ul .active > a,
.mobile-menu ul .active,
.mobile-menu ul li a:hover {
	text-decoration: none;
	color: #07234b;
}

.mobile-menu ul > li {
	font-size: 1.65rem;
	line-height: 1;
}

.mobile-menu ul > li {
	margin-top: 2.6rem;
}

.mobile-menu ul > li:first-child {
	margin-top: 0;
}

.menu-footer {
	position: absolute;
	left: 15%;
	bottom: 4rem;
}

.menu-footer .social-list {
	opacity: 0;
	-webkit-transform: translateY(3rem);
	-ms-transform: translateY(3rem);
	-o-transform: translateY(3rem);
	transform: translateY(3rem);
	-webkit-transition: all 0.5s 0.7s ease;
	-o-transition: all 0.5s 0.7s ease;
	transition: all 0.5s 0.7s ease;
}

.menu-footer .social-list a {
	color: #b1b1b1;
	margin: 0;
	margin-right: 2.7rem;
}

.menu-footer .social-list a:last-child {
	margin-right: 0;
}

.menu-footer .social-list a:hover {
	color: #07234b;
}

.menu-footer .copy {
	opacity: 0;
	display: none;
	margin-top: 3.2rem;
	color: #000;
	line-height: 1.71rem;
	-webkit-transform: translateY(2rem);
	-ms-transform: translateY(2rem);
	-o-transform: translateY(2rem);
	transform: translateY(2rem);
	-webkit-transition: all 0.5s 0.9s ease;
	-o-transition: all 0.5s 0.9s ease;
	transition: all 0.5s 0.9s ease;
}

.menu-is-opened .click-capture {
	visibility: visible;
	opacity: 1;
}

.menu-is-opened .menu {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
}

.menu-is-opened .menu .menu-lang,
.menu-is-opened .menu-list,
.menu-is-opened .menu .menu-footer .social-list,
.menu-is-opened .menu .menu-footer .copy {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	opacity: 1;
}

.menu-is-closed .menu .menu-lang,
.menu-is-closed .menu .menu-list,
.menu-is-closed .menu .menu-footer .social-list,
.menu-is-closed .menu .menu-footer .copy {
	opacity: 0;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

/*-------------------------------------------------------------------------------
  3. Homepage
-------------------------------------------------------------------------------*/

.wrapper {
	padding-top: 0;
	overflow-x: hidden;
}

.boxed {
	padding-left: 1.7rem;
	padding-right: 1.7rem;
}



.left-boxed {
	left: 1.7rem;
}

.right-boxed {
	right: 1.7rem;
}

.zero-section {
	padding: 0 0 !important;
}

.less-section {
	padding: 1rem 0;
}

.project-section {
	overflow-x: hidden;
}

.project-left-section {
	overflow-y: hidden;
}

.bottom-section {
	padding: 1rem 0 10rem 0;
}

.section {
	padding: 3rem 0;
}

.draw-line {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.draw-line hr {
	border-top: 2px solid #eee;
}

section#about {
	padding-bottom: 0rem;
}

.section-title {
	margin: 0;
}

.section-title .link-arrow-2 {
	margin-top: 1.05rem;
}

.section-subtitle {
	display: inline-block;
	font-weight: 500;
	font-size: 1.142rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #07234b;
	margin-bottom: 1rem;
}

/* 3.1 Jumbotron */

.jumbotron {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
	color: #fff;
	background-color: #fff;
}

/* 3.3 Section About */

.section-about-title {
	margin-bottom: 2rem;
	color: #000;
	text-transform: uppercase;
}

.dots-image {
	display: inline-block;
	position: relative;
}

.dots-image img {
	display: block;
	position: relative;
	z-index: 1;
}

.dots-image .dots {
	position: absolute;
	left: -20%;
	bottom: -15%;
	width: 101%;
	height: 57.2%;
	background: url(../images/bg/dots.png) 0 0 repeat;
}

.experience-box {
	position: relative;
	white-space: nowrap;
	margin: 6rem 0;
}

@media (min-width: 992px) {
	.experience-box {
		margin-top: 6rem;
	}
}

@media (min-width: 1200px) {
	.experience-box {
		margin-top: 12.2rem;
	}
}

.experience-border {
	display: inline-block;
	vertical-align: middle;
	width: 12.15rem;
	height: 12.15rem;
	border: 0.357rem solid #07234b;
}

.experience-content {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	left: -8rem;
	top: 0.2rem;
}

.experience-number {
	display: inline-block;
	vertical-align: middle;
	font-size: 7.142rem;
	line-height: 1;
	font-weight: 600;
	color: #000;
}

.experience-info {
	display: inline-block;
	vertical-align: middle;
	margin: -1rem 0 0 0.8rem;
	font-size: 1.57rem;
	line-height: 1.181;
	color: #000;
}

.bg-dots {
	background: url(../images/bg/dots2.png) 0 0 repeat;
}

.bg-white {
	background: white;
}

.section-info {
	color: #999999;
	line-height: 1.111;
	font-size: 1.28rem;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 2rem;
}

.title-hr {
	width: 7rem;
	max-width: 100%;
	height: 0.28rem;
	background: #347ab8;
}

.section-info .title-hr {
	margin: 2rem auto 0;
}
.mt40,
.mt40-desk-only {
	margin-top: 40px;
}

.mt85 {
	margin-top: 85px;
}

.pt165 {
	padding-top: 165px;
}

.mt80 {
	margin-top: 80px;
}

.info-title {
	width: 100%;
	text-align: center;
	font-size: 1.8rem;
	color: #347ab8;
}

.row-services {
	margin: -4rem -2.5rem 4rem -2.5rem;
}

.col-service {
	color: #333;
	margin-top: 4rem;
	padding: 0 2.5rem;
}

.col-service h4 {
	margin: 0;
}

.col-service p {
	margin-bottom: 0;
	font-size: 5rem;
	font-weight: 700;
	color: #000;
}

.paymentPlan-wrap {
	box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
	border-radius: 60px;
	padding: 45px 0;
}

/* 3.4 Section Projects */

.section-projects {
	padding-bottom: 8rem;
}

.filter-content {
	position: relative;
	overflow: hidden;
}

.filter {
	list-style: none;
	font-size: 1.142rem;
	font-weight: 600;
	color: #000;
	padding-left: 0;
	margin: 0;
}

.filter li {
	margin: 0.6rem 2.6rem 0 0;
	display: inline-block;
}

.filter li:last-child {
	margin-right: 0;
}

.filter li a {
	color: inherit;
}

.filter li a:hover,
.filter .active a {
	color: #07234b;
	text-decoration: none;
}

.section-projects .filter-content {
	margin: 2rem 0 0 0;
}

.section-projects .filter {
	margin: 0;
}

.section-projects .view-projects {
	margin: 0.85rem 0 0 0;
}

.view-projects {
	display: inline-block;
	font-style: italic;
	color: #999999;
}

.view-projects:hover {
	text-decoration: none;
	color: #07234b;
}

.project-item {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.project-item img {
	width: 100%;
}

.item-shadow {
	position: relative;
}

.item-shadow:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(
		top,
		rgba(0, 0, 0, 0) 46%,
		rgba(0, 0, 0, 0.6) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 46%,
		rgba(0, 0, 0, 0.6) 100%
	);
}

.project-item .link-arrow {
	position: absolute;
	z-index: 2;
	color: #fff;
	left: 3rem;
	bottom: 2.3rem;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.project-hover {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100.1%;
	height: 100%;
	padding: 4.85rem 3rem;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.project-title {
	color: #fff;
	margin: 0;
}

.project-hover .project-title {
	position: absolute;
	bottom: 5.5rem;
}

.project-description {
	opacity: 0;
	margin-top: 12%;
	line-height: 1.71;
	color: #333333;
	-webkit-transform: translateX(-1rem);
	-ms-transform: translateX(-1rem);
	-o-transform: translateX(-1rem);
	transform: translateY(-1rem);
}

.project-item:hover .project-hover {
	background-color: rgba(206, 224, 2, 0.85);
}

.project-item:hover .project-hover .project-title {
	position: relative;
	color: #000;
	bottom: 2rem;
	-webkit-transform: translateY(2rem);
	-ms-transform: translateY(2rem);
	-o-transform: translateY(2rem);
	transform: translateY(2rem);
	-webkit-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
}

.project-item:hover .project-hover .project-description {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateY(0);
	-webkit-transition: all 0.4s 0.2s ease;
	-o-transition: all 0.4s 0.2s ease;
	transition: all 0.4s 0.2s ease;
}

.project-item:hover .link-arrow {
	color: #000;
}

.mfp-container {
	padding: 0;
}

@media (min-width: 900px) {
	.mfp-container {
		padding: 0;
	}
}

.zoom-anim-dialog {
	background: #fff;
	padding: 2.6rem;
	margin: 0 auto;
}

/*
* Fade-zoom animation for first dialog
*/
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/* .mfp-close-btn-in .mfp-close {
	color: #000;
} */

.mfp-close {
	font-family: "Linearicons";
	line-height: 1;
	width: auto;
	height: auto;
	top: 0px;
	right: 8px;
	font-size: 2.6rem;
	transition: all 0.5s;
}

@media (min-width: 1200px) {
	.mfp-close {
        top: 0px;
        right: -6px;
	}
	#brochurePopup .mfp-close {
        top: 0px;
        right: 15px;
	}
}

.project-detail-img {
	width: 100%;
	display: block;
}

.project-detail-title {
	color: white;
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 0rem;
}

@media (min-width: 1200px) {
	.project-detail-img {
		padding-right: 7px;
	}

	.project-detail-title {
        letter-spacing: -0.025em;
        line-height: 1.16666;
        margin: 2.5rem 0 3.4rem 0;
	}
}

.project-detail-list {
	list-style: none;
	padding-left: 0;
	margin-top: 3.6rem;
}

.project-detail-list li {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 0.6rem;
	margin-top: 0.65rem;
	overflow: hidden;
}

.project-detail-list li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.project-detail-list li .left {
	float: left;
	font-weight: 600;
}

.project-detail-list li .right {
	float: right;
}

.project-detail-meta {
	margin-top: 4.5rem;
	overflow: hidden;
}

.project-detail-meta .left {
	font-weight: 600;
}

/* 3.5  Section Clients */

.section-clients .section-title {
	margin-right: 7rem;
}

.client-carousel {
	margin-top: 4.8rem;
}

.client-carousel .client-carousel-item img {
	display: inline-block;
	width: auto;
}

.client-box {
	position: relative;
	color: #808080;
	background-color: #fff;
	padding: 6rem 3.28rem 3.28rem;
}

.image-quote {
	position: absolute;
	top: 3.28rem;
	right: 3.28rem;
}

.client-img {
	position: relative;
	z-index: 1;
	margin: 0 0 -3rem 2.6rem;
	border-radius: 50%;
}

.client-title {
	letter-spacing: 0;
}

.client-name {
	font-size: 1.28rem;
	line-height: 1;
	color: #000;
}

.client-description {
	margin: 1.5rem 0 0;
	line-height: 1.71em;
}

.client-carousel .owl-nav {
	right: 0;
	top: -7.8rem;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.client-carousel .owl-prev {
	margin-right: 2rem;
}

/* 3.8 Section Contacts */

.map {
	width: 100%;
	height: 26rem;
	border: 0;
	text-align: center;
}

.map-info {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: #666666;
	text-align: left;
	padding: 1.1rem;
}

.map-title {
	margin-bottom: 2rem;
}

.map-address-row {
	margin-bottom: 1rem;
	font-size: 1rem;
	line-height: 1.7;
}

.map-address-row .fa {
	margin-right: 0.5rem;
}

.gmap-open {
	margin: 2rem 0 0;
}

.row-contact {
	margin: -6rem -3.5rem 0;
}

.col-contact {
	margin-top: 6rem;
	padding: 0 3.5rem;
}

.contact-title {
	letter-spacing: 0;
	margin: 0;
}

.contact-top {
	margin-bottom: 1.3rem;
}

.contact-title span {
	color: #999;
	font-weight: 400;
}

.contact-address {
	font-size: 1.142rem;
	line-height: 1.875;
	letter-spacing: -0.025rem;
	margin-bottom: 2rem;
}

.contact-row {
	margin-bottom: 0.6rem;
}

.phone-lg {
	font-size: 2.142rem;
	line-height: 1.3;
	margin-bottom: 3.6rem;
}

.contact-social {
	margin-top: 1rem;
}

.contact-social a {
	color: #999999;
	font-size: 1.3rem;
}

.section-message {
	padding-top: 8rem;
}

/* 3.9 Footer */

.footer {
	color: #000;
	line-height: 1.71;
	padding: 7rem 0;
	background-color: #fff;
}

.footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer ul li a {
	color: #000;
}

.footer ul .active a,
.footer ul li a:hover {
	color: #000;
	text-decoration: none;
}

.footer-flex {
	width: 100%;
}

.footer-flex .flex-item {
	text-align: center;
}

.footer-flex .flex-item h2 {
	color: #000;
	text-transform: uppercase;
	margin: 0;
}
.flex-item .callNow{
    margin: 30px 0;
}
.permit {
	font-size: 0.9rem;
	margin-top: 5px;
}

.lang-list li {
	float: left;
}

.lang-list li + li {
	margin-left: 1.5rem;
}

/*-------------------------------------------------------------------------------
  4. Homepage v2
-------------------------------------------------------------------------------*/

/* 4.2 Sections */

.pagepiling .section {
	background: #fff;
	padding-top: 11.3rem;
	padding-bottom: 7rem;
}

.pagepiling .section-1.pp-scrollable .vertical-centred {
	padding-top: 10rem;
	padding-bottom: 11rem;
}

.pagepiling .pp-scrollable {
	padding: 0;
}

.pp-scrollable .vertical-centred {
	padding-top: 11.3rem;
	padding-bottom: 7rem;
}

.scroll-wrap {
	position: relative;
	min-height: 100%;
}

.scrollable-content {
	white-space: nowrap;
	width: 100%;
	font-size: 0;
}

.scrollable-content:before {
	content: "";
	display: inline-block;
	height: 100vh;
	vertical-align: middle;
}

.vertical-centred {
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	font-size: 1rem;
}

.boxed-inner {
	position: relative;
	padding: 0;
}

.section-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.vertical-title {
	position: absolute;
	white-space: nowrap;
	width: 0;
	top: -0.55rem;
	left: 4.9rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.vertical-title span {
	display: block;
	float: right;
}

.section .intro {
	opacity: 0;
	-webkit-transition: opacity 1s 0.3s ease;
	-o-transition: opacity 1s 0.3s ease;
	transition: opacity 1s 0.3s ease;
}

.section:not(.scrollable-home) .intro {
	-webkit-transform: translateY(7rem);
	-ms-transform: translateY(7rem);
	-o-transform: translateY(7rem);
	transform: translateY(7rem);
	-webkit-transition: all 0.35s 0.6s ease;
	-o-transition: all 0.35s 0.6s ease;
	transition: all 0.35s 0.6s ease;
}

.section.active .intro {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.display-1 {
	font-size: 5.14rem;
	line-height: 1;
	letter-spacing: -0.05em;
	margin: 0;
	text-transform: uppercase;
}

.subtitle-top {
	line-height: 1.714;
	margin-bottom: 2.8rem;
	letter-spacing: 0.1em;
}

/* 4.3 Section About */

.scrollable-home .vertical-centred {
	padding-top: 10rem;
	padding-bottom: 11rem;
}

.hr-bottom {
	position: absolute;
	margin-top: 13vh;
	margin-bottom: 0;
	height: 0.2858rem;
	width: 7.142rem;
	background: #07234b;
}

.title-uppercase {
	text-transform: uppercase;
	letter-spacing: -0.025em;
	line-height: 1.33333;
	margin: 0 0 5rem;
}

.service-list {
	margin-bottom: 5rem;
	font-size: 1.2857rem;
	padding-left: 0;
	list-style: none;
	text-transform: uppercase;
	letter-spacing: -0.025rem;
	font-weight: 300;
}

.service-list li {
	margin-bottom: 0.7rem;
}

.service-list li a {
	color: inherit;
}

.service-list li a:hover {
	color: #000;
	text-decoration: none;
}

.dots-image-2 {
	display: inline-block;
	position: relative;
}

.dots-image-2 .dots {
	position: absolute;
	z-index: -1;
	left: -25%;
	bottom: -19%;
	width: 101%;
	top: 50%;
	opacity: 0.8;
	background: url(../images/bg/dots.png) 0 0 repeat;
}

.dots-image-2 .experience-info {
	position: absolute;
	left: 12%;
	margin-top: -4.4rem;
	top: 100%;
}

.experience-info .number {
	display: inline-block;
	font-weight: 600;
	line-height: 1;
	font-size: 10.71rem;
	margin-right: 1.7rem;
}

.experience-info .text {
	display: inline-block;
	font-size: 1.571rem;
	font-weight: 600;
	line-height: 1.181;
	text-transform: uppercase;
}

/* 4.7 Section Contacts */

.map-2 {
	width: 100%;
	height: 18rem;
	border: 0;
	text-align: center;
}

.contact-info {
	overflow: hidden;
	margin-top: 5.5rem;
}

.row-contact-info {
	margin: -5rem -4% 0;
}

.success-message,
.error-message {
	display: none;
	margin-top: 2rem;
}

.col-contact-info {
	padding: 0 4%;
	margin-top: 5rem;
	padding-top: 5rem;
	border-top: 1px solid #cacaca;
}

.col-contact-info:first-child {
	border-top: 0;
	padding-top: 0;
}

.contact-info h3 {
	font-size: 1.92rem;
	line-height: 1.06;
	letter-spacing: -0.025em;
	text-transform: uppercase;
	margin: 0 0 2rem 0;
}

.contact-info .col-right {
	word-wrap: break-word;
	padding-left: 0;
	padding-right: 0;
}

.contact-info-row {
	line-height: 1.5;
	margin-bottom: 2.14rem;
}

.contact-info-row:last-child {
	margin-bottom: 0;
}

.contact-info-row strong {
	font-size: 1.1428rem;
	text-transform: uppercase;
	color: #000;
}

.footer-flex .flex-item .bg {
	padding: 10px 0;
	border-radius: 25px;
}

/* ------------------------------------------------------------------------------- */
/*  8. Responsive styles
/* ------------------------------------------------------------------------------- */

/* 5.1 Min width 768px */

@media (min-width: 768px) {
	html {
		font-size: 13px;
	}

	.pull-sm-left {
		float: left;
	}

	.pull-sm-right {
		float: right;
	}

	/* Sidebar Menu */

	.menu {
		width: 50%;
	}

	/* Homepage */

	.boxed {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.boxed-inner {
		padding-left: 0;
	}

	.right-boxed {
		right: 3rem;
	}

	.left-boxed {
		left: 3rem;
	}

	/* Section About */

	.section-about {
		padding-top: 12rem;
	}

	/* Homepage v2 */

	.project-box {
		padding-bottom: 75%;
	}

	.row-contact-info {
		margin-top: -2rem;
	}

	.col-contact-info {
		padding-top: 4rem;
		margin-top: 2rem;
	}

	/* Footer */

	.footer-flex .flex-item {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

/* 5.2 Min width 992px */

@media (min-width: 992px) {
	html {
		font-size: 14px;
	}

	/* Helpers */

	.pull-md-right {
		float: right;
	}

	/* Sidebar Menu */

	.menu {
		width: 35%;
		max-width: 550px;
	}

	/* Homepage */

	.boxed {
		padding-left: 4.2857rem;
		padding-right: 4.2857rem;
	}

	.right-boxed {
		right: 4.2857rem;
	}

	.left-boxed {
		left: 4.2857rem;
	}

	.map {
		height: 36rem;
	}

	/* Homepage v2 */

	.boxed-inner .boxed {
		padding-left: 6rem;
	}

	.service-list {
		margin-bottom: 0;
	}

	.col-contact-info {
		border-top: 0;
		padding-top: 0;
	}

	.row-contact-info {
		margin-top: -5rem;
	}

	.col-contact-info {
		margin-top: 5rem;
	}

	.col-contact-info:nth-child(2n) {
		border-left: 1px solid #cacaca;
	}
}

/* 5.3 Min width 1200px */

@media (min-width: 1200px) {
	/* Helpers */

	.pull-lg-right {
		float: right;
	}

	/* Section Projects */

	.section-projects .filter-content {
		margin-top: 0;
	}

	/* Homepage v2 */

	.scrollable-testimonials .title-uppercase {
		margin-top: 22vh;
		margin-bottom: 0;
	}

	.scrollable-testimonials .vertical-centred {
		padding-top: 17rem;
		padding-bottom: 8rem;
	}

	.col-contact-info {
		border-left: 1px solid #cacaca;
	}

	/* Footer */

	.footer-flex .flex-item {
		-webkit-box-flex: none;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
	}
}

/* 5.4 Min width 1550px */

@media (min-width: 1550px) {
	.visible-xl {
		display: block !important;
	}
}

/* 5.5 Min Height 500px */

@media (min-height: 500px) {
	#pp-nav .pp-nav-up,
	#pp-nav .pp-nav-down {
		display: block;
	}
}

/* 5.6 Min Height 600px */

@media (min-height: 600px) {
	/* Sidebar Menu */

	.menu .menu-lang {
		top: 7rem;
	}

	.mobile-menu ul {
		top: 11rem;
	}

	.mobile-menu ul > li {
		font-size: 2.571rem;
	}

	.menu-footer {
		bottom: 6rem;
	}

	.menu-footer .copy {
		display: block;
	}
}

/* 5.7 Min Height 700px */

@media (min-height: 700px) {
	/* Homepage v2 */

	.copy-bottom {
		display: block;
	}

	.lang-bottom {
		display: block;
	}
}
