/* ------------------------------------------------------------------------------

  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("bootstrap.css");
@import url("ionicons.min.css");
@import url("linearicons.css");
@import url("animate.css");
@import url("magnific-popup.css");
@import url("jquery.pagepiling.css");
/*@import url('owl.carousel.css');*/
/*@import url('settings.css');*/
/*@import url('layers.css');*/
@import url("navigation.css");

html {
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 2.1428;
	/*color: #26374f;*/
	-webkit-overflow-scrolling: touch;
}

.body-fullpage {
	overflow: hidden;
}

/* .mfp-close-btn-in .mfp-close {
    color: #fff !important;
} */

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-thumb {
	cursor: pointer;
	background: #f37233;
	border-radius: 10px;
}

::selection {
	background-color: #f37233;
	color: #fff;
}

-webkit-::selection {
	background-color: #f37233;
	color: #fff;
}

::-moz-selection {
	background-color: #f37233;
	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: #000;
	letter-spacing: 0;
	margin: 2.6rem 0;
}

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,
blockquote {
	margin-bottom: 1.6rem;
}

a {
	color: #f37233;
	-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: #f37233;
	outline: none;
}

a:focus {
	text-decoration: none;
}

/* 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: 20px;
	color: #3d3d3d;
	background-color: #fff;
	border: 0;
	box-shadow: rgb(0 0 0 / 6%) 0px 2px 4px 0px inset;
	padding: 0.2rem 1rem 0;
	height: 3.6em;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	outline: 0;
}

textarea {
	padding-top: 0.8rem;
	border-radius: 20px;
	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: #f37233;
	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: #f37233;
}

.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: #26374f;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none !important;
}

.btn-upper {
	font-weight: 600;
	text-transform: uppercase;
}

.btn-yellow {
	background: #f37233;
	color: #fff;
}

.btn-yellow:hover,
.btn-yellow:focus {
	background: #fff;
	color: #fff;
}

.over-btns {
	display: flex;
	flex-direction: row;
	gap: 15px;
	align-items: center;
	justify-content: center;
	margin-top: 45px;
}

.over-btn {
	display: flex;
	flex-direction: column;
	gap: 15px;
	position: absolute;
	bottom: 50px;
	left: 64px;
}

/* 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: #f37233;
	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: #f37233;
	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: #f37233;
}

.pt-0 {
	padding-top: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.rel-1 {
	position: relative;
	z-index: 1;
}

.relative {
	position: relative;
}

.overflow-hidden {
	overflow: hidden;
}

.visible-xl {
	display: none;
}

/*-------------------------------------------------------------------------------
  -. My Custom Css
-------------------------------------------------------------------------------*/

/* The hero image */

#banner {
	height: 100vh;
	background: url(../images/banner-normal.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	width: 100%;
}
#banner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 30%;
	background: linear-gradient(to bottom, #214e83 0%, rgba(0, 0, 0, 0) 100%)
}
@media (min-resolution: 192dpi) {
	#banner {
		height: 100vh;
		background: url(../images/banner-ratina.jpg) no-repeat;
		background-position: center center;
		background-size: cover;
		-webkit-background-size: cover;
		width: 100%;
	}
}
.content-banner {
	position: relative;
}
.logo-banner {
	position: absolute;
	left: 50%;
	top: 80px;
}
.logo-banner img {
	max-width: 300px;
	width: 100%;
	height: auto;
	transform: translate(-50%);
}

.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: #26374f;
	padding: 1.1em 3.28em 1em;
	font-size: 1.3rem;
}

.banner-wrap .banner-area .exploreBtn a:hover {
	background: #f37233;
	color: white;
}

.banner-wrap .banner-area ul {
	margin-top: 1.2rem;
	color: white;
	font-size: 3rem;
	font-weight: 500;
	list-style: square;
}

.banner-wrap .banner-area ul li {
	line-height: 1.5;
}

.banner-wrap .banner-area h3 {
	color: white;
	text-transform: uppercase;
	font-size: 3rem;
	margin-top: 5rem;
}

.banner-hightlights {
	display: flex;
	position: relative;
	margin: auto;
	width: 100%;
	flex-wrap: wrap;
	text-align: center;
	background-color: #ffffffd9;
	border-radius: 25px;
}

.banner-content {
	height: 100%;
	display: flex;
	max-width: 100%;
}

.banner-logo {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 5%;
	margin-top: 4%;
	gap: 50px;
	flex-direction: column;
	justify-content: space-between;
}
#disclaimer p{
    font-size: 14px !important;
    text-align: center;
    color: #000;
    line-height: 1.2;
    margin-top: 30px;
    margin-bottom: 20px;
}
#disclaimer .container{
    text-align: center;
    margin-bottom: 20px;
}
.banner-image img {
	width: 100%;
	max-width: 910px;
}

.ban-heads {
	text-align: center;
	padding: 15px 0;
}

.ban-heads h1 {
	font-size: 2.5rem;
	color: #2a4a40;
	margin: 15px 0;
}

.ban-heads h2 {
	font-size: 1.8rem;
	color: #2a4a40;
	margin: 15px 0;
}

.banner-line {
	margin-right: 10%;
}

.footFin {
	width: auto !important;
}

.banner-btns .logo-one {
	max-width: 550px;
	width: 530px;
	z-index: 2;
}

.banner-btns {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 50px;
}

.banner-btns a {
	margin: 10px 0;
	max-width: 100%;
	width: 265px;
}

.banner-info {
	text-align: right;
	max-width: 600px;
}

.banner-info h1 {
	color: white;
	font-size: 2rem;
	margin-bottom: 2px;
}

.banner-info p {
	color: white;
	font-size: 1.3rem;
	line-height: 2.2rem;
}

.bannerDownloadBrochure a {
	display: flex;
	gap: 12px;
	font-size: 5rem;
	color: white;
	line-height: 5rem;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
	z-index: 9;
	position: relative;
}

.bannerDownloadBrochure a:hover,
.bannerRegister a:hover {
	color: #000;
}

.DownloadBrochure a {
	display: flex;
	gap: 12px;
	font-size: 5rem;
	color: black;
	line-height: 5rem;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}

.DownloadBrochure.align-right a {
	justify-content: flex-end;
	text-align: left;
}

.DownloadBrochure.align-right a:hover {
	color: #000;
}

.DownloadBrochure span {
	margin-left: 65px;
	font-size: 1.2rem;
	color: gray;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.onBlack:hover {
	color: #fff !important;
}

.onWhite:hover {
	color: #000 !important;
}

.slider-brochure a {
	background: #ffc386 !important;
	border-color: #ffc386 !important;
}

.slider-brochure a:hover {
	background: #2a4a40 !important;
	border-color: #2a4a40 !important;
}

.slider-register a {
	background: #2a4a40 !important;
	border-color: #2a4a40 !important;
}

.slider-register a:hover {
	background: #ffc386 !important;
	border-color: #ffc386 !important;
}

.banner-line h1 {
	color: white;
	font-size: 7rem;
	font-weight: 100;
	text-align: right;
	text-transform: uppercase;
	line-height: 6.5rem;
}

.hightlights-item {
	overflow: hidden;
	flex-shrink: 0;
	flex-grow: 1;
	padding: 15px;
	position: relative;
}

.hightlights-item:after {
	content: "";
	background: #8f8f8f;
	position: absolute;
	bottom: 12%;
	top: 12%;
	left: 0;
	height: 75%;
	width: 0.5px;
}

.hightlights-item:first-child:after {
	display: none;
}
.hightlights-item .head1 {
	font-size: 30px;
	font-weight: 800;
	color: #26374f;
}
.hightlights-item .head2 {
	font-size: 20px;
	color: #26374f;
	line-height: 1.3;
}

.banner-headline {
	position: relative;
	margin: auto;
	width: 100%;
	text-align: center;
	background-color: #ffffffd9;
	border-radius: 25px;
	margin-top: 30px;
	max-width: 50%;
	font-weight: 500;
}

.banner-headline strong {
	font-size: 35px;
}
.banner-headline .headline-line {
	font-size: 22px;
	padding: 10px;
	color: #26374f;
}

.banner-button {
	position: relative;
	margin: auto;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	font-weight: 500;
}
.banner-button a {
	border-radius: 15px;
	padding: 16px 30px;
	font-size: 16px;
}

.banner-scroll {
	margin: -100px auto auto;
	text-align: center;
}

.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;
	}
}

.arrow-container {
	display: inline-block;
	position: relative;
}

.arrow {
	width: 50px;
	height: 50px;
	animation: arrow-animation 1.5s infinite;
	margin: 0 !important;
}

@keyframes arrow-animation {
	0% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(10px);
	}
	100% {
		transform: translateX(0);
	}
}
.projects-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 5px;
	margin: 2rem 0;
	border-radius: 30px;
	text-align: center;
	background: #fff;
	padding: 11px 10px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.projects-list .project a {
	font-size: 1.8rem;
	text-decoration: none;
	position: relative;
	color: #866c57;
	transition: none;
}
.projects-list .project a::before {
	content: "";
	position: absolute;
	top: 35px;
	left: 0;
	bottom: 0;
	width: 5px;
	height: 1px;
	background-color: transparent;
	transition: width 0.3s ease;
}
.projects-list .project a:hover::before {
	width: 100%;
	background-color: #866c57;
}
.projects-list .project a:hover {
	font-weight: bold;
}
#sapphire a::before {
	content: "";
	position: absolute;
	top: 35px;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #866c57;
	transition: width 0.3s ease;
}
#sapphire a {
	font-weight: bold;
}
#sapphire {
	order: -1;
}
.projects-head {
	margin-top: 30px !important;
}
.bannerRegister a {
	color: white;
	font-size: 2.5rem;
	text-transform: uppercase;
	font-weight: 100;
	text-decoration: none;
}

.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-area {
	background: white;
}
.nearby-locations-text {
	margin-right: auto;
	margin-left: auto;
}
.flex {
	display: flex;
}
.about-wrap span {
	color: #866c57;
}
.hr-line-color {
	border-color: #866c57;
}
.flex-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#signs .container {
	background-image: url(../images/sign-up-bg.jpg);
	padding-top: 40px;
	background-size: cover;
}
.radius-area .aboutbg-img,
.radius-area .aboutbg_left-img {
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.aboutbg-img img {
	width: 100%;
	border-top-left-radius: 80px;
	border-bottom-left-radius: 80px;
}

.aboutbg_left-img img {
	width: 100%;
	border-top-right-radius: 80px;
	border-bottom-right-radius: 80px;
}

.inner-about h2,
.inner-about h1,
h3,
p {
	/*color: #2a4a40;*/
}

.inner-about ul li {
	color: #000;
	font-size: 1.2rem;
	margin-bottom: 1.5rem;
}

.inner-about ul {
	list-style: none;
	padding: 0;
}

.inner-about ul li img {
	margin-right: 10px;
}
#about2 {
	margin-top: 60px;
}
.about-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.about-content ul {
	list-style-type: none;
	padding-left: 0;
}
.about-content ul li {
	font-size: 17px;
	font-weight: 600;
}
.inner-about h1 {
	color: #000;
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 1.5;
}

.inner-about h2 {
	color: #000;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.5;
	margin: 1.5rem 0;
}

.inner-about {
	padding: 50px;
}

.mob-only {
	display: none;
}
.about-facts {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-end;
}
.about-facts img {
	max-width: 400px;
}
.white {
	color: #fff;
}

.black {
	color: #000;
}

.outerwrap {
	padding: 50px 0 0 0;
	border-top-left-radius: 150px;
	border-top-right-radius: 150px;
}

.about-wrap h1 {
	font-size: 3.5rem;
	color: #2a4a40;
	margin: 0;
	font-weight: 100;
	padding-bottom: 15px;
}

.about-wrap h1 span {
	font-weight: 600;
}

.head-border {
	text-align: center;
	margin-bottom: 2rem;
}

.head-border img {
	width: 100%;
	max-width: 350px;
}

.about-wrap h2 {
	font-size: 2.9rem;
	color: #866c57;
	margin-top: 0;
	margin-bottom: 1.5rem;
}

.about-subhead {
	font-size: 2.2rem !important;
}

.sign h2 {
	font-size: 3.4rem;
	margin: 0;
	text-transform: uppercase;
	text-align: left;
	color: #000;
}
#signs .about-wrap h2 {
	color: #fff;
}

.photo-gal-wrap h2 {
	font-size: 3.6rem;
	text-align: center;
	margin-top: 0;
	text-transform: uppercase;
}

.photo-gal-wrap p {
	color: white;
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 1.2rem;
}

.about-wrap h3 {
	font-size: 3rem;
	font-weight: 700;
	margin: 0;
	letter-spacing: 0.08rem;
}

.subhead {
	font-size: 1.8rem !important;
	margin: 0;
	margin-bottom: 0.51rem !important;
}

.about-wrap p {
	font-size: 1.2rem;
	font-weight: 600;
}

.general-white-wrap h2 {
	font-size: 3.6rem;
	text-align: center;
	margin-top: 0;
	text-transform: uppercase;
}

.general-white-wrap p {
	color: black;
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 1.2rem;
}

.about-wrap hr {
	width: 95px;
	margin: -10px 0 15px 0;
}
.projects-list .project.active hr {
	margin: 0 0 15px 0;
	width: 95px;
}
.fact-point {
	text-align: center;
	max-width: 70%;
}

.fact-point p {
	color: #000;
	margin: 0;
	text-transform: uppercase;
	font-size: 1.5rem;
}

.fact-point h3 {
	color: #000;
	margin: 0;
	font-size: 2.5rem;
	box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
	border-radius: 30px;
	padding: 20px;
}

.one-month-payment {
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	padding: 30px;
	border-radius: 90px;
	max-width: 30%;
	margin: 0 auto;
	margin-top: 20px;
}

.one-month-payment h3 {
	font-size: 3rem;
	margin: 0;
}

.one-month-payment h3 span {
	color: #000;
}

.bg-gray {
	background: #00000029;
}

.bg-black {
	background: black;
}
.mfp-wrap {
	z-index: 99999;
}

.iti--container {
	z-index: 999999 !important;
}

.regBtn .btn-yellow {
	background: #2a4a40;
	border-color: #2a4a40;
	border-radius: 15px;
	width: 100%;
}

.regBtn .btn-yellow:hover {
	background: #ffc386;
	color: #fff;
}

#projectImage,
.full-image img {
	width: 100%;
}

.floor-felx {
	flex-direction: column;
}

.flex-btns {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.flex-btns {
	display: flex;
	justify-content: center;
	gap: 20px;
	top: 230px;
	right: 100px;
	background: none;
}
.brochure-flex-btns {
	display: flex;
	position: absolute;
	top: 156px;
	left: 100px;
	background: none;
	justify-content: flex-start;
}
.horizantal-flex {
	flex-direction: column;
}

.flex-btns .btn {
	width: 275px;
	max-width: 100%;
}

.primaryColor a {
	background: #fff !important;
	border-color: #000 !important;
	color: #000 !important;
	border: 2px solid;
}

.primaryColor a:hover {
	background: #000 !important;
	border-color: #000 !important;
	color: #fff !important;
}

.bannerColor a {
	background: #ffffff00 !important;
	border-radius: 40px !important;
	color: #ffffff;
	backdrop-filter: blur(5px) contrast(60%);
	-webkit-backdrop-filter: blur(5px) contrast(60%);
	border: 1px solid white !important;
}

.bannerColorWhite a {
	background: #000 !important;
	border-radius: 40px !important;
	color: #fff;
	backdrop-filter: blur(5px) contrast(60%);
	-webkit-backdrop-filter: blur(5px) contrast(60%);
}

.borderColorWhite a {
	background: #fff !important;
	border-radius: 40px !important;
	color: #000;
	border: 1px solid #000;
}

.bannerColor a:hover,
.bannerColorWhite a:hover {
	background: #000 !important;
	color: #fff !important;
}

.seaColor {
	color: #000 !important;
}

.secondaryColor a {
	background: #fff !important;
	border-color: #000 !important;
	color: #000 !important;
	border: 2px solid;
}

.secondaryColor a:hover {
	background: #000 !important;
	border-color: #000 !important;
	color: #fff !important;
}

.thirdColor a {
	border-color: #000 !important;
	color: #000 !important;
}

.thirdColor a:hover {
	background: #000 !important;
	border-color: #000 !important;
	color: #fff !important;
}

.slick-center {
	/* -webkit-transform: scale(1.25);
            -moz-transform: scale(1.25);
            transform: scale(1.25); */
	margin-bottom: 50px;
}

.center-title h2 {
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 3rem;
	margin: 0;
	margin-bottom: 30px;
}

/* Gallary desktop */

.desk-gallery {
	padding: 0 50px 50px;
}

.gallary-grid-1 {
	grid-template-columns: 1fr;
}

.gallary-wrap {
	display: grid;
	grid-gap: 30px;
	margin-bottom: 30px;
}
#gallery-area .about-wrap h2 {
	margin-bottom: 1rem;
}
.gallary-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-position: center;
	border-radius: 40px;
}
.gallary-wrap .img-height-adjust {
	height: 83% !important;
}
.gallary-grid-2 {
	grid-template-columns: 1fr;
}
#gallery-area .container .container {
	position: relative;
}
#gallery-area .b-btns {
	bottom: -3%;
	right: 15px;
	width: 250px;
	align-items: flex-end;
	margin-top: 30px;
	z-index: 2;
}
#gallery-area .b-btns .bannerColor a {
	background: #ffffff !important;
	color: #866c57;
	border-color: #000 !important;
	border: 1px solid;
}
#gallery-area .b-btns .bannerColor a:hover {
	background: #000 !important;
	color: #fff !important;
}
.gallary-grid-3 {
	grid-template-columns: 1fr 1fr;
}
.gallary-grid-4 {
	grid-template-columns: 1fr;
}
.inner-gallary-group {
	display: grid;
	row-gap: 30px;
}

.doubeImg {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.car-img img {
	width: 100%;
	border-bottom-left-radius: 150px;
	border-bottom-right-radius: 150px;
}

.gallary-slider .slick-prev:before,
.gallary-slider .slick-next:before {
	font-size: 25px;
	opacity: 1;
	color: #26374f;
}

.gallary-slider .slick-arrow,
.amanities-wrap .slick-arrow {
	font-size: 32px;
	line-height: 0;
	position: absolute;
	top: 50%;
	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;
}

.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;
}

#vist-area .visitbg-img {
	height: 100vh;
	background: url(../images/dan-car.png) no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
}

.paragraph-area {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #26374f;
	font-size: 17px;
}
.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: #26374f;
	max-width: 48%;
	border-radius: 20px;
}

.f_box.s3:hover .h4 {
	background: #f37233;
}

.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;
}

/* Gallary */

.no-pad {
	padding: 0;
}

#mainCarousel {
	width: 100%;
	margin: 0;
	--carousel-button-color: #170724;
	--carousel-button-bg: #fff;
	--carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
		0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
	--carousel-button-svg-width: 20px;
	--carousel-button-svg-height: 20px;
	--carousel-button-svg-stroke-width: 2.5;
}

#mainCarousel .carousel__slide {
	/* width: 100%; */
	padding: 0;
}

.carousel__slide img {
	width: 100%;
	border-radius: 25px;
}

.carousel__slide {
	position: relative;
}

.carousel__slide:not(.is-selected):after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(0 0 0 / 62%);
	z-index: 999;
}

#thumbCarousel .carousel__slide {
	opacity: 0.5;
	padding: 0;
	margin: 0.25rem;
	width: 96px;
	height: 64px;
	overflow: hidden;
}

#thumbCarousel .carousel__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}

#thumbCarousel .carousel__slide.is-nav-selected {
	opacity: 1;
}

/* Brochure Section */

#brochure-section {
	width: 100%;
	position: relative;
}
#brochure-section .container {
	position: relative;
}
#brochure-section .bannerColor a {
	background: #fff !important;
	color: #866c57;
}
#brochure-section .bannerColor a:hover,
.floorplan-info .bannerColor a:hover {
	background: #000 !important;
	color: #fff !important;
}
.invest-guide h2 {
	margin: 0 0 10px 0;
	font-size: 2.5rem;
	color: #33572c;
}
#brochure-section .brochure,
#brochure-section-mob .brochure {
	background-image: url(../images/brochure-bg.jpg);
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 30 0 40px 0;
	border-radius: 40px;
	padding-right: 25px;
	position: relative;
	height: 494px;
	background-color: #fcd18b;
	margin-top: 38px;
}
.invest-guide p {
	font-size: 1.6rem;
	line-height: 1.8;
	color: #32572c;
}

.invest-guide {
	position: absolute;
	top: 33px;
	left: 50%;
	transform: translate(-50%);
}

.brochure-head h2 {
	font-size: 2rem;
	line-height: 2.5rem;
	margin: 0;
	margin-bottom: 24px;
	color: #866c57;
}
#brochure-section .b-btns {
	display: flex;
	flex-direction: column;
	gap: 15px;
	position: initial;
	max-width: 275px;
}
.brochure-head nav {
	font-size: 1.5rem;
	line-height: 1.4;
	margin-bottom: 25px;
	color: #866c57;
}

.brochureForm h3 {
	margin: 0;
	color: black;
	text-align: center;
}

#brochurePop {
	margin-top: 20px;
}

.bro-flex {
	display: grid;
	grid-template-columns: 2fr 1fr;
}

.brochure-head {
	position: absolute;
	z-index: 999;
	max-width: 550px;
	right: 0;
	padding-left: 10px;
}
.broImg {
	position: absolute;
	right: 54%;
	top: -8%;
	z-index: 1;
}
.bro-form {
	width: 100%;
	padding-left: 64px;
	padding-top: 45px;
	z-index: 9;
	position: relative;
}

.broImg img {
	max-width: 410px;
}
#brochure-area img {
	border-radius: 45px;
}
/* New Amanity */

.amanities-wrap {
	padding: 0px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	row-gap: 10px;
}

.amanities-wrap .amanity {
	text-align: center;
}

.amanities-wrap .amanity img {
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	max-width: 336px;
	border-radius: 65px;
}

.amanities-wrap .amanity .amnity-name {
	font-size: 1.4rem;
	margin-top: 10px;
	font-weight: 600;
}

/* Payment Plan */

.paymentplan-flex {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-top: 40px;
}
.paymentplan-flex h2 {
	font-size: 3rem;
	margin: 0;
	color: #866c57;
}
.paymentplan-flex p {
	font-size: 2rem;
	margin-bottom: 13px;
}
.paymentplan-flex .plan {
	padding: 40px 10px;
	border-radius: 25px;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	font-size: 2rem;
	color: black;
	font-weight: 700;
}
.payment-download-btn {
	display: flex;
	justify-content: flex-end;
	margin-top: 26px;
}
.payment-download-btn .regBtn .btn-yellow {
	border: 1px solid black;
}
.paymnet-mobile-img img {
	width: 100%;
	margin-top: -193px;
}
.fin h3 {
	color: #000 !important;
	text-align: left;
	font-weight: 700 !important;
	text-transform: uppercase;
}

.bg {
	background: black;
}

#brochure-area .head-title,
#location .head-title {
	font-size: 2.5rem;
	color: #000;
	font-weight: 600;
}

.head-title {
	width: 100%;
	text-align: center;
	font-size: 3rem;
	color: #000;
	font-weight: 600;
}

.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;
}

.pt20 {
	padding-top: 20px;
}

.pt40 {
	padding-top: 40px;
}

.plr50 {
	padding: 0 50px;
}

.roundBtn a {
	color: #2a4a40;
	border-radius: 25px;
	background: #fff;
}

.roundBtn a:hover {
	color: #fff;
	background: #000;
}

/* Location */
#location {
	position: relative;
}
.nearby-locations {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	padding: 0 0;
}
.nearby-locations div {
	text-align: center;
}
.nearby-locations div nav:nth-child(1) {
	font-size: 36px;
	font-weight: bold;
	color: #866c57;
}
.nearby-locations div nav:nth-child(2) {
	font-size: 19px;
	margin-top: -20px;
}

.map-img img {
	margin: 0 auto;
	width: 100%;
	border-radius: 50px;
}

.location-btns {
	display: flex;
	gap: 25px;
	justify-content: center;
}

.location-btns a {
	width: 260px;
	max-width: 100%;
}

/* Amernities */
.amenities-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	position: relative;
	width: 100%;
}

.amenity-item {
	font-weight: 300;
	overflow: hidden;
	margin: 5px;
}

.amenity-item p {
	text-align: left;
}

.amenity-item img {
	width: 100%;
	max-width: 50px;
}

.amenity-wrap {
	display: flex;
	align-items: center;
	gap: 20px;
	color: #000;
	font-size: 1rem;
}

.amenity-wrap .border-wrap {
	border: 2px solid #000;
	border-radius: 50%;
	padding: 16px;
}

.amenity-wrap strong {
	font-weight: 400;
}

/* Video Area */
.videoImage {
	position: relative;
	width: 100%;
}

.videoImage img {
	width: 100%;
	border-radius: 50px;
}

.videoBtn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.videoImage a:hover p {
	color: #c5c5c5;
}

.videoBtn p {
	color: white;
	font-size: 2.5rem;
	line-height: 1.1;
	font-weight: 600;
	margin-bottom: 10px;
}

.videoBtn img {
	max-width: 145px;
}

.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;
}

.map-location {
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
	padding-top: 30px;
}

.map-location img {
	border-radius: 75px;
}

/* Floorplans Area */
#floorPlan {
	position: relative;
}
.plans-head h2 {
	text-align: center;
	margin: 0;
}
.tab-pane {
	display: flex;
	justify-content: center;
}
.tab-pane img {
	width: 100%;
	max-width: 710px;
}
.bedrooms-list-wrap {
	padding: 0 50px;
}
#floorPlan .b-btns {
	display: flex;
	flex-direction: row !important;
	justify-content: center;
	bottom: -94px;
	right: 0;
	width: 100% !important;
	z-index: 2;
}
#floorPlan .b-btns .regBtn .btn-yellow:hover {
	background: #000 !important;
	color: #fff !important;
}
#floorPlan .b-btns .regBtn .btn-yellow {
	width: 250px;
	color: #866c57;
	border: 1px solid black !important;
	background: #fff !important;
}
.bedrooms-list {
	border: 0;
	text-align: center;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.bedrooms-list li {
	float: none;
}

.floorplan-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.bedrooms-list .active a {
	border: none !important;
	font-weight: 700;
	color: #35583c !important;
}

.bedrooms-list li a {
	font-size: 1.7rem;
	color: #35583c;
}

.floorplan-info ul {
	list-style: none;
}

.floorplan-info ul li {
	color: #000;
}

.floorplan-info ul li:nth-child(1) {
	font-size: 2rem;
	line-height: 1.5;
}
.floorplan-info ul li:nth-child(2) {
	font-size: 1.5rem;
	line-height: 1.5;
	margin: 20px 0;
}
.floorplan-info ul li:nth-child(3) {
	font-size: 1.5rem;
	line-height: 1.5;
}
.floorplan-info .borderColorWhite a {
	background: #fff !important;
	color: #000;
}
.tab-content img {
	width: 100%;
	max-width: 450px;
}
.tab-content > .active {
	display: flex;
	justify-content: center;
}

.bedrooms-list li a img {
	max-width: 35px;
	visibility: hidden;
}

.bedrooms-list .active a img {
	visibility: visible;
}

.bedrooms-list li a:hover {
	border-color: white;
	background-color: white;
}

.bedrooms-list li a:hover img {
	visibility: visible;
}

.total-room {
	font-weight: 600;
	font-size: 2rem;
}

.room-size {
	font-size: 2rem;
}

.room-width {
	line-height: 3.5rem;
}

.flex-rooms {
	justify-content: space-evenly;
	align-items: center;
}

#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;
}

.over-btns a:hover {
	color: white;
	background-color: #000 !important;
}

.distance-time {
	display: flex;
	grid-gap: 5px;
	margin-top: 35px;
	justify-content: space-between;
}

.location-points p {
	color: black;
	font-size: 1.2rem;
	margin-top: 10px;
}

.location-points h3 {
	font-weight: 700;
	margin: 0;
}

.location-points {
	text-align: center;
}

/* Signup */

.signup-wrap {
	padding: 30px 50px;
}

.signup-wrap p {
	color: #fff;
	font-size: 1.2rem;
}

.signup-iconBox {
	margin: 0 auto;
	text-align: center;
	max-width: 500px;
}

.signup-iconBox p {
	margin-top: 15px;
}

/* Payment Plan */

.bg {
	background: black;
}
.payment-section {
	position: relative;
}
.payment-plan h2 {
	font-size: 3.2rem;
	margin-bottom: 0;
}
.payment-plan h3 {
	font-size: 2.5rem;
	margin-top: 8px;
	font-weight: normal;
	margin-bottom: 11px;
	color: #0e76bf;
}
.payment-plan-img {
	text-align: right;
}
.payment-plan-img img {
	width: 100%;
	max-width: 503px;
}
.payment-plan-sub {
	margin-bottom: 30px;
}
.paymentplan-flex .plan {
	padding: 40px 10px;
	border-radius: 25px;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	font-size: 2rem;
	color: black;
	font-weight: 700;
}
#payment-plan {
	padding: 50px 0;
	background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)),
		url(../images/payment-bg.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	width: 100%;
	border-radius: 50px;
}
.uponComp {
	line-height: 1.1;
	margin-bottom: 0;
	margin-top: 15px;
}
.payment-check {
	display: flex;
	justify-content: center;
}

.payment-check ul {
	list-style: none;
	font-size: 17px;
	font-weight: 500;
	color: white;
	margin: 0;
}

.payment-check ul li {
	font-size: 1.6rem;
}

.payment-check ul li::before {
	content: "\f121";
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	padding-right: 10px;
}

#payment-plan h2 {
	color: white;
}

#payment-plan h3 {
	font-size: 3rem;
}

.payments {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow-x: hidden;
}
.payment-section .row {
	background-image: url(../images/payment-bg.png);
	background-size: contain;
}
.head-title {
	width: 100%;
	text-align: center;
	font-size: 4rem;
	color: #fff;
	font-weight: 400;
}

.payment-info {
	line-height: 0px;
	text-align: center;
	margin-top: 20px;
}

.payment-info p {
	font-size: 17px;
}

.payment-info p strong {
	color: #fff;
	font-size: 2.3rem;
	font-weight: 400;
}

#payment-plan h3 {
	margin: 0;
	font-size: 3rem;
	font-weight: 600;
	color: white;
}

#payment-plan h4 {
	margin: 0;
	font-size: 1.8rem;
	font-weight: 600;
	color: white;
	padding: 10px 0 20px 0;
}

/* Brochure Area */

#brochure-area {
	position: relative;
}

#brochure-section .flex-btns {
	display: flex;
	gap: 5px;
	position: absolute;
	flex-wrap: wrap;
	justify-content: space-around;
	flex-direction: column;
	align-items: flex-end;
}
.brochure-flex-btns .borderColorWhite a {
	color: #000;
	background-color: #fff !important;
	border: 1px solid #000;
	border-radius: 40px !important;
	margin: 20px 0 0 0;
}
.brochure-flex-btns .borderColorWhite a:hover {
	background: #000;
}
#brochure-area .roundBtn a {
	background: #ff8e48;
	color: #fff;
}

#brochure-area .roundBtn a:hover {
	background: #6be8d9;
	color: #fff;
}

/* Plan your invest */
#vist-area {
	margin-top: 5px;
	margin-bottom: 150px;
}
.visit-bg {
	background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)),
		url(../images/visit-area.jpg?v=1) no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	border-radius: 45px;
	height: 500px;
}

.visit-flex {
	display: flex;
	justify-content: end;
}

.visit-content {
	padding: 36px 30px;
}

.visit-img {
	padding: 75px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.visit-img img {
	width: 100%;
	max-width: 660px;
	border-radius: 50px;
}

.booking-form-area .head-title {
	font-size: 2rem;
}

.visit-content .head-title {
	color: black;
}

.footer-quote {
	flex-direction: column;
	justify-content: center;
	max-width: 500px;
}

.footer-quote h2 {
	font-size: 4.5rem;
	font-weight: bolder;
}

.footer-quote h2 span {
	color: #000;
}

/* Crypto */

.big-wrapper {
	background: black;
	padding: 4rem 0;
}

.subs-form input {
	border-radius: 20px;
}

/* 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: #26374f;
	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: #26374f;
	line-height: 1.5;
}

.agent-review p {
	color: #26374f;
	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: #26374f;
	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: #26374f;
	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: #26374f;
	width: 100%;
}

.agent-form-area .row {
	padding-bottom: 15px;
}

.zero-top {
	padding-top: 0rem !important;
}

.hide-overflow {
	overflow: hidden;
}

/* Booking Area */

.booking-row {
	display: flex;
	justify-content: center;
	align-items: center;
}

.booking-form-area {
	background: #ffffff;
	padding: 10px 30px 30px 30px;
	border-radius: 50px;
	text-align: center;
	box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
	max-width: 550px;
}

.booking-form-area h3 {
	color: #000;
	margin: 20px 0;
	font-weight: 500;
}

.booking-form-area input {
	background: #ffffff;
	color: #000;
	border-radius: 20px;
	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: #866c57;
	color: #ffffff;
	width: 100%;
}

.booking-form-area .submit-btn button:hover {
	background: #000;
}

.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: 20px;
	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: #26374f;
}

.golden-visa p {
	font-size: 17px;
	text-transform: initial;
	margin-top: 15px;
	font-weight: 500;
	margin-bottom: 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: #26374f;
}

.community-name {
	font-size: 18px;
	text-align: center;
	color: #26374f;
	padding-top: 12px;
	font-weight: 500;
}

.property-type a {
	text-decoration: none;
}

.property-type a:hover .community-name {
	color: #f37233;
}

/* 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-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: #b1b7be;
}

.subs-form .submit-btn button:hover {
	background: #000;
	color: #fff;
}

.subs-form p {
	text-align: center;
}

.subs-form p {
	text-align: center;
	font-size: 1rem !important;
	margin: 0;
}

/* Line Seperator */

.line-seperator {
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
}

.line-seperator hr {
	border-color: #b7b7b7;
	border-width: 0.2rem;
}

/* 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: #26374f;
	padding-top: 12px;
	font-weight: 500;
}

.slider-item a {
	text-decoration: none;
}

.slider-item a:hover .community-name {
	color: #f37233;
}

.exploreBtn a {
	background: #26374f;
	border-radius: 15px;
}

.exploreBtn a:hover {
	background: #f37233;
}

.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: #26374f;
	font-size: 17px;
}
.crypto-list li {
	text-align: left;
	color: #26374f;
	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: #26374f;
	padding-top: 18px;
	font-weight: 500;
	line-height: 1.3;
}

.service a:hover .service-name {
	color: #f37233;
}

.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: #26374f;
	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;
}

.brochure-popup h3 {
	margin: 0;
	font-size: 2.2rem !important;
}

.brochure-popup span {
	font-size: 1.2rem;
}

.brochure-photo {
	width: 100%;
	position: relative;
}

.brochure-photo img {
	width: 420px;
	position: absolute;
	top: -14px;
	left: 8px;
}

/* 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: #26374f;
	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: #26374f;
}
.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: #26374f;
	border-radius: 20px;
}

.submit-btn button:hover {
	background: #f37233;
}

/*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: #26374f;
	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 {
	padding: 0 !important;
	background: #866c57 !important;
	border-radius: 30px;
}
.autoPopup-description {
	color: white;
	padding: 30px 45px 0;
}

.autoPopup-description h3 {
	color: white;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 2rem;
}
.autoPopup-description p {
	margin: 0;
	color: white;
}
.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: 20px;
	padding-left: 32px;
	box-shadow: rgb(0 0 0 / 6%) 0px 2px 4px 0px inset;
	border: 0;
}

.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: #fff;
}

.not-interested button {
	background: white;
	border: 0;
	border-bottom: 1px solid #8b8b8b;
}

.autoPopup-form .btn {
	width: 100%;
	background: #866c57;
	color: #fff;
}

.autoPopup-form .btn:hover {
	background: #000;
	color: #fff;
}

.hide-area,
.seo-area {
	display: none;
}
.iti--separate-dial-code .iti__selected-flag {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.iti__selected-flag {
	height: 50px !important;
}
form#visitPop {
	text-align: left;
	padding-top: 15px;
}

/* Laptop CSS */

@media screen and (max-width: 1442px) {
	.inner-about h2,
	.inner-about h1 {
		font-size: 3.5rem;
	}
	.inner-about {
		padding: 35px;
	}

	.banner-btns .logo-one {
		max-width: 450px;
	}
	.banner-content {
		max-width: 100%;
	}

	.banner-image img {
		max-width: 840px;
	}

	.banner-scroll {
		margin: -105px auto auto;
	}
}

@media screen and (max-width: 1413px) {
	.banner-wrap {
		max-width: 85%;
	}
}

@media screen and (max-width: 1385px) {
	#mainCarousel {
		height: 100%;
	}

	.bannerDownloadBrochure a,
	.DownloadBrochure a {
		font-size: 4rem;
		line-height: 4rem;
	}

	.radius-area .aboutbg-img,
	.radius-area .aboutbg_left-img {
		justify-content: flex-start;
	}
}

@media screen and (max-width: 1248px) {
	.banner-wrap {
		margin-top: 12%;
	}
	.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;
	}

	.banner-info p {
		display: none;
	}

	.banner-info h1 {
		margin-bottom: 35px;
	}

	.banner-image img {
		max-width: 700px;
	}

	.bannerDownloadBrochure a,
	.DownloadBrochure a {
		font-size: 3.5rem;
	}

	.ban-heads h1 {
		font-size: 2.3rem;
	}

	.ban-heads h2 {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 1200px) {
	.brochure-popup span {
		text-align: center;
		display: block;
	}
	.autoPopup-description h3 {
		text-align: center;
	}
	.autoPopup-description h3 br {
		display: none;
	}
	.brochure-photo img {
		display: none;
	}
	.autoPopup-description {
		left: 0 !important;
	}
	.autoPopup-form {
		right: 0 !important;
	}
	.autoPopup-description {
		padding: 30px 45px 20px;
	}
	.autoPopup-description p {
		text-align: center;
	}
	.project-detail-title {
		margin: 0rem 0 0.4rem !important;
	}
	.autoPopup-description h3 {
		margin-bottom: 1rem;
	}
	.broImg{
		right: 54%;
		top: -6%;
	}
	.broImg img {
		max-width: 334px;
	}
	.brochure-head{
		padding-left: 111px;
	}
	#brochure-section .brochure{
		height: 410px;
	}
	.bro-form{
		padding-top: 23px;
	}
	.nearby-locations div nav:nth-child(1){
	    font-size:30px;
	}
}

@media screen and (max-width: 1089px) {
	.banner-line h1 {
		font-size: 5rem;
	}
	.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: 2.5rem;
	}
}

@media screen and (max-width: 991px) {
	#banner {
		background: url(../images/banner-mob.jpg) no-repeat;
	}
	@media (min-resolution: 192dpi) {
		#banner {
			height: 85vh;
			background-position: center center;
		}
	}
	.aboutbg-img img {
		height: 100%;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}
	.inner-about h2,
	.inner-about h1 {
		font-size: 4.5rem;
		margin: 2.5rem 0;
	}
	.inner-about h3 {
		font-size: 3rem;
		margin: 2.5rem 0;
	}
	.inner-about p {
		font-size: 1.2rem;
	}
	.video-content {
		height: 100%;
	}

	.bannerDownloadBrochure a,
	.DownloadBrochure a {
		font-size: 2.5rem;
		line-height: 2.5rem;
	}
	.arrow {
		width: 35px;
		height: 35px;
	}

	.fact-point h3 {
		font-size: 2rem;
	}
	.bro-flex {
		grid-template-columns: 1fr;
	}

	.gallary-slider .slick-forward.slick-arrow,
	.amanities-wrap .slick-forward.slick-arrow {
		right: 25px;
	}

	.gallary-slider .slick-back.slick-arrow,
	.amanities-wrap .slick-back.slick-arrow {
		left: 25px;
	}
	.visit-img {
		padding: 0;
	}
	.visit-img img {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	#videoArea .plr50 {
		padding: 0;
	}

	#videoArea {
		padding: 0rem 0 3rem 0 !important;
	}

	.distance-time {
		display: grid;
		grid-template-columns: 1fr;
	}

	.payment-check ul li br {
		display: none;
	}

	.payment-check ul li {
		font-size: 1.3rem;
	}
	.nearby-locations div nav:nth-child(1){
	    font-size:24px;
	}
    .nearby-locations div nav:nth-child(2){
        font-size:14px;
        margin-top:-16px;
    }
	.about-wrap h1 {
		text-align: center;
	}
	#brochure-section .brochure {
		height: 360px;
		padding-left: 0;
		margin-top: 24px;
		margin-bottom: 28px;
	}
	.broImg {
		left: 44%;
		bottom: -6%;
		max-width: 599px;
		display: none;
	}
	.broImg img {
		width: 439px;
	}
	.brochure-head{
		left: inherit;
		right: inherit;
		max-width: 100%;
		padding-left: 28px;
		position: inherit;
	}
	.brochure-head h2 {
		font-size: 2rem;
		text-align: center;
	}
	.brochure-head nav {
		font-size: 1.5rem;
		text-align: center;
	}
	#brochure-section .b-btns {
		top: 206px;
		left: 50%;
		transform: translate(-50%);
		position: absolute;
	}
	.bro-form {
		padding-left: 0;
		padding-top: 37px!important;
	}
	
}

.banner-image-mob,
.mob-only {
	display: none;
}

/* Mobile CSS */

@media screen and (max-width: 767px) {
	#banner {
		background: url(../images/banner-mob.jpg) no-repeat !important;
		height: 100vh;
		background-position: 26% 0% !important;
		background-size: cover;
		-webkit-background-size: cover;
	}

	#banner::before {
		left: -125px;
		top: -150px;
	}
	.banner-logo {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		margin-top: 16%;
		margin-right: 0%;
		margin-bottom: 15%;
		gap: 50px;
		padding: 0px 10px;
	}
	.nearby-locations {
		grid-template-columns: 1fr 1fr;
		margin-top: 10px;
	}
	.nearby-locations div:nth-child(5) {
		grid-column: span 2;
	}
	.nearby-locations div nav:nth-child(1) {
		font-size: 20px;
	}
	.nearby-locations div nav:nth-child(2) {
		font-size: 13px;
		margin-top: -10px;
	}
	.banner-btns .logo-one {
		max-width: 275px;
		z-index: 9;
	}
	.brochure-flex-btns .borderColorWhite a {
		margin: 0;
	}
	.paymentplan-flex {
		margin-top: 10px;
	}
	.invest-guide h2 {
		margin-top: 20px;
	}
	.broImg img {
		display: none;
	}
	.projects-list .project a::before {
		top: 26px;
	}
	#sapphire a::before {
		top: 26px;
	}
	.gallary-wrap img {
		border-radius: 18px;
	}
	#brochure-section .flex-btns {
		position: relative;
		align-items: center;
	}
	#vist-area {
		margin-top: 0px;
		margin-bottom: 69px;
	}
	.banner-scroll img {
		text-align: center;
		margin: 0 auto;
	}
	.payment-section .row {
		background-image: none;
		background-size: cover;
	}
	#floorplans-bg {
		display: none;
	}
	#brochure-section .brochure {
		margin-top: 0;
	}
	.banner-content {
		margin-left: 0;
	}
	.payment-plan-img {
		margin-top: 20px;
		text-align: center;
	}
	.payment-plan-img img {
		max-width: 250px;
	}
	#gallery-area .b-btns {
		display: none;
	}
	#about {
		padding-bottom: 40px;
	}
	#about::after {
		top: 0;
		right: 0;
		width: 250px !important;
	}
	.tab-pane img {
		width: 100%;
		max-width: 70%;
	}
	#floorPlan {
		padding-top: 0;
		margin-top: -14px;
	}
	#floorPlan .b-btns {
		flex-direction: column !important;
		justify-content: center;
		gap: 15px;
		align-items: center;
		margin-top: 25px;
	}
	.agent-wrap .agent-contact {
		flex-basis: initial;
	}
	.agent-contact * {
		text-align: left !important;
	}
	.agent-contact .mob-hide-area {
		display: block !important;
	}
	.agent-contact a {
		font-weight: bold;
	}
	.b-btns {
		bottom: 5%;
		display: flex;
		height: 17%;
		justify-content: space-evenly;
		flex-direction: column;
	}
	.banner-image img,
	.desktop-only {
		display: none;
	}

	.mob-only {
		display: block;
	}
	#brochure-section{
		margin-top: 0!important;
	}
	#brochure-section .brochure{
		background-image: none;
		background-color: #FBD9B6;
	}
	.banner-content {
		max-width: 100%;
	}
	.videoBtn p {
		line-height: 1;
		font-size: 1.5rem;
	}
	.banner-image-mob {
		display: block;
		margin-top: 20px;
		padding: 0 20px;
	}

	.floorplan-wrap {
		grid-template-columns: 1fr;
		grid-auto-flow: dense;
	}

	.floorplan-wrap .floorplan-info {
		order: 2;
		padding-top: 25px;
	}

	#payment-plan {
		background-position: 15% 50%;
	}

	.bedrooms-list .active a {
		background: transparent !important;
	}

	.invest-guide h2 {
		font-size: 1.7rem;
	}

	.invest-guide p {
		font-size: 1rem;
	}
	.nearby-locations li {
		font-size: 19px;
	}
	.payment-plan-sub {
		margin-bottom: 29px;
	}
	.payment-plan h2 {
		font-size: 1.8rem;
		margin-bottom: 0;
	}
	.payment-plan h3 {
		font-size: 1.6rem;
		margin-top: 14px;
		font-weight: normal;
		margin-bottom: 11px;
	}
	.payment-plan {
		margin-bottom: 47px;
		padding-left: 25px;
	}
	.invest-guide {
		top: 10px;
		position: absolute;
		width: 100%;
		left: 0;
		transform: none;
	}
	.brochure-flex-btns {
		display: flex;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		background: none;
		justify-content: center;
	}
	#brochure-area {
		text-align: center;
	}
	.floor-plans {
		margin-top: 125px;
	}
	.banner-image-mob img {
		width: 100%;
		border-radius: 25px;
	}
	.floorplan-info ul {
		text-align: center;
		padding-left: 0;
	}
	.ban-heads h1 {
		font-size: 2.1rem;
	}
	.banner-line h1 br:nth-child(1),
	.banner-line h1 br:nth-child(3) {
		display: none;
	}
	.banner-line {
		margin-right: 0;
		text-align: left;
	}
	.banner-line h1 {
		font-size: 3.5rem;
		text-align: left;
		line-height: 5rem;
		padding-top: 20px;
	}

	.bg-1::before {
		background-position: 50% 50%;
	}

	.about-subhead {
		font-size: 2rem !important;
	}

	.bedrooms-list {
		flex-direction: column;
	}
	.section-floorPlan {
		/*padding-top: 0!important;*/
	}
	.amanities-wrap {
		grid-template-columns: 1fr 1fr;
		padding: 0;
	}

	.amanities-wrap .amanity img {
		max-width: 240px;
	}
	.nearby-locations-text {
		margin-left: 0;
		padding-left: 0;
	}
	.nearby-locations-text h3 {
		margin: 2.6rem 0 10px 0;
	}
	.plr50 {
		padding: 0 15px;
	}

	.head-border img {
		max-width: 280px;
	}

	.pt40-mob {
		padding-top: 40px;
	}

	.fin {
		margin-top: 40px !important;
	}

	#payment-plan {
		padding: 50px 0;
	}

	#payment-plan h3 {
		font-size: 3rem;
	}

	.pt40 {
		padding-top: 25px;
	}

	.payment-info {
		padding: 0 5px;
	}

	.payment-info p strong {
		line-height: 3.5rem;
	}

	#payment-plan h4 {
		font-size: 1.5rem;
		padding: 10px 0 10px 0;
	}

	.col-service {
		margin-top: 1rem;
	}

	.signup-wrap {
		padding: 30px 15px;
		text-align: center;
	}

	.visit-bg {
		background: white !important;
	}

	.visit-flex {
		justify-content: center;
		width: 100%;
	}

	.subs-form p {
		margin-top: 15px;
	}

	.footer-quote h2 {
		font-size: 3rem;
		text-align: center;
	}

	.bannerDownloadBrochure a,
	.DownloadBrochure a {
		font-size: 3.2rem;
		line-height: 3.5rem;
	}

	.tab-content img {
		width: 100%;
	}

	.about-wrap hr {
		margin: 15px auto;
	}

	.mob-hide {
		display: none !important;
	}

	.logo-three,
	.over-btns {
		display: none;
	}

	.banner-btns {
		display: flex;
		flex-direction: column;
		width: 100%;
		align-items: center;
		margin-left: 0%;
	}
	#brochure-area .head-title,
	#location .head-title {
		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;
	}

	.banner-wrap {
		max-width: 85%;
		margin-top: 20%;
	}
	.about-content {
		height: 100%;
	}
	.flex {
		flex-direction: column;
	}

	.about-wrap h2 {
		font-size: 3rem;
		text-align: center;
	}

	.about-wrap h3 {
		text-align: center;
	}

	.about-wrap p {
		text-align: center;
	}

	.about-wrap hr {
		width: 70px;
	}

	.distance-time p {
		font-size: 1.5rem;
	}

	.less-section {
		padding: 4rem 0;
	}
	.fact-point p {
		font-size: 2rem;
	}
	.fact-point h3 {
		font-size: 3rem;
	}

	#mainCarousel {
		padding-top: 15px;
	}

	.mob-only {
		display: block !important;
	}
	.desk-only {
		display: none;
	}

	.desk-gallery {
		display: none;
	}

	.bedrooms-list li a {
		font-size: 1.8rem;
	}

	.bedrooms-list li a img {
		max-width: 22px;
	}

	.bedrooms-list-wrap {
		padding: 0 15px 15px 15px;
	}

	.about-facts {
		gap: 20px;
		align-items: center;
	}

	.fact-point {
		max-width: 100%;
		padding: 15px 0;
	}

	.fact-point h3 {
		font-size: 2rem;
	}

	.one-month-payment {
		max-width: 100%;
	}

	.videoImage img,
	.map-location img {
		border-radius: 18px;
	}

	.outerwrap {
		border-top-left-radius: 25px;
		border-top-right-radius: 25px;
	}

	.car-img {
		background: black;
		padding-top: 15px;
		border-bottom-left-radius: 25px;
		border-bottom-right-radius: 25px;
	}

	.car-img img {
		border-bottom-left-radius: 25px;
		border-bottom-right-radius: 25px;
	}

	.aboutbg_left-img img {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	.radius-area .aboutbg-img {
		display: block;
	}
	.about-content ul li {
		font-size: 1.2rem;
	}
	.about-facts img {
		max-width: 270px;
	}
	.videoBtn img {
		max-width: 40px;
	}
	.projects-list {
		grid-template-columns: 1fr 1fr;
		gap: 5px;
	}
	.projects-list .project a {
		font-size: 1.5rem;
	}
	section#brochure-section {
		padding: 1rem 0 1rem 0 !important;
	}
	.zaro-top-section {
		padding: 1rem 0 3rem 0 !important;
	}
	.center-title h2 {
		font-size: 2.5rem !important;
	}
	.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;
	}
	.amenity-wrap {
		flex-direction: column;
	}
	.amenities-list {
		gap: 15px;
	}
	.amenity-item img {
		max-width: 40px;
	}
	.inner-about h1 br,
	.inner-about h2 br,
	.inner-about h3 br {
		display: none;
	}
	.banner-wrap .banner-area h2 {
		font-size: 2.5rem !important;
	}
	.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;
	}
	#vist-area .visitbg-img {
		display: none;
	}
	.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;
		margin: 0 auto;
		text-align: center;
		margin-top: 0;
	}
	.floorplans {
		padding: 0 0 0px 0;
	}
	#floorplans-bg .popbtn {
		padding: 25px 0;
	}
	.banner-wrap .banner-area ul {
		font-size: 2rem !important;
	}
	.map-img img {
		border-radius: 18px;
	}
	.floorplans img {
		border-radius: 0px;
	}
	.banner-hightlights {
		background-color: transparent;
	}
	.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;
	}

	.banner-headline {
		background-color: #ffffffc2;
		max-width: 95%;
	}
	.banner-headline .headline-line {
		font-size: 16px;
	}
	.banner-headline strong {
		font-size: 22px;
	}
	.banner-headline .headline-line br {
		display: none;
	}
	.banner-area .exploreBtn {
		text-align: left;
	}
	.banner-wrap .banner-area .exploreBtn a {
		padding: 1em 2em 1em !important;
		font-size: 1.2rem !important;
	}
	.banner-wrap .banner-area h3 {
		font-size: 2rem !important;
		margin-top: 2rem !important;
	}

	.banner-button {
		margin-bottom: 50px;
	}

	.banner-scroll {
		margin-top: -32%;
		display: none;
	}
	#video-area .aboutbg-img {
		display: none;
	}
	.section-about-title {
		text-align: center;
	}

	.visit-content {
		height: 100%;
		padding: 0 5px;
		align-items: center;
		width: 100%;
	}
	.booking-form-area {
		padding: 30px;
		margin: 0;
		border-radius: 50px;
	}
	#contact {
		padding: 3rem 18px !important;
	}

	.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%;
	}

	.about-img {
		max-width: 85px;
		text-align: center;
		margin: 0 auto;
	}

	.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;
	}

	/*Download Brochure*/

	.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;
	}
	.autoPopup-form {
		margin: 15px !important;
	}
	.hide-area {
		display: block !important;
	}

	.autoPopup-description h3,
	.autoPopup-description p,
	.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: #f37233;
}

.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: #f37233;
	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: #26374f;
}

.navigation ul .active a,
.navigation ul li a:hover {
	color: #f37233;
	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: #f37233;
}

.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: #f37233;
	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: #26374f;
}

.mobile-menu ul .active > a,
.mobile-menu ul .active,
.mobile-menu ul li a:hover {
	text-decoration: none;
	color: #f37233;
}

.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: #f37233;
}

.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;
}

.boxed .container,
.boxed .container-fluid {
	padding: 0;
	max-width: 100%;
}

.left-boxed {
	left: 1.7rem;
}

.right-boxed {
	right: 1.7rem;
}

.less-section {
	padding: 3rem 0;
}

.zaro-section {
	padding: 0 0 0 0;
}

.zaro-top-section {
	padding: 0 0 4rem 0;
}

.zaro-bottom-section {
	padding: 4rem 0 0 0;
}

.section {
	padding: 6rem 0;
}

#about {
	position: relative;
}

.section-title {
	margin: 0;
}
.section-title .link-arrow-2 {
	margin-top: 1.05rem;
}
#signs .about-wrap span {
	font-size: 2rem;
	font-weight: 200;
}
.section-subtitle {
	display: inline-block;
	font-weight: 500;
	font-size: 1.142rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #f37233;
	margin-bottom: 1rem;
}

/* 3.1 Jumbotron */

.jumbotron {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
	color: #fff;
	background-color: #fff;
}

/* 3.2 Slider */

.rev_slider .link-arrow {
	color: #fff;
}

.rev_slider .link-arrow:hover {
	color: #f37233;
}

.rev_slider .link-arrow:hover .icon {
	-webkit-transform: none;
	-o-transform: none;
	transform: none;
}

/* 3.3 Section About */

.section-about-title {
	margin-bottom: 5rem;
	color: #26374f;
	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 #f37233;
}

.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;
}

.section-info {
	color: #999999;
	line-height: 1.111;
	font-size: 1.28rem;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 4rem;
}

.title-hr {
	width: 7rem;
	max-width: 100%;
	height: 0.28rem;
	background: #26374f;
}

.section-info .title-hr {
	margin: 2rem auto 0;
}
.mt40,
.mt40-desk-only {
	margin-top: 40px;
}

.mt30 {
	margin-top: 30px;
}

.mt85 {
	margin-top: 85px;
}

.pt165 {
	padding-top: 165px;
}

.mt80 {
	margin-top: 80px;
}

.info-title {
	width: 100%;
	text-align: center;
	font-size: 1.8rem;
	color: #26374f;
}

.row-services {
	margin: 0rem -2.5rem 2rem -2.5rem;
}

.col-service {
	color: #333;
	margin-top: 3rem;
	padding: 0 2.5rem;
}

.col-service h4 {
	margin-top: 3.3rem;
}

.col-service p {
	margin-bottom: 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: #f37233;
	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: #f37233;
}

/* 3.4.1 Projects Carousel */

.project-carousel {
	margin-top: 5.92rem;
}

.owl-nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.owl-nav .disabled {
	color: #bcbcbc;
}

.owl-prev,
.owl-next {
	display: inline-block;
	font-size: 2.8rem;
	line-height: 1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.owl-prev:before {
	font-family: "Ionicons";
	content: "\f3d2";
}

.owl-next:before {
	font-family: "Ionicons";
	content: "\f3d3";
}

.owl-prev:hover,
.owl-next:hover {
	color: #f37233;
}

.owl-dots {
	text-align: center;
	margin-top: 5.857rem;
}

.owl-dot {
	display: inline-block;
	vertical-align: top;
	margin: 0 0.6rem;
}

.owl-dot span {
	display: block;
	width: 0.6rem;
	height: 0.6rem;
	background-color: #cccccc;
}

.owl-dot.active span {
	background-color: #f37233;
}

.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: 5px;
		right: 15px;
	}
}

.project-detail-img {
	width: 100%;
	display: block;
}

.project-detail-title {
	font-size: 2.57rem;
	letter-spacing: -0.025em;
	line-height: 1.16666;
	margin: 4rem 0 3.4rem 0;
}

@media (min-width: 1200px) {
	.project-detail-img {
		padding-right: 7px;
	}

	.project-detail-title {
		font-size: 2.57rem;
		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: "Montserrat", 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: #fff;
	line-height: 1.71;
	padding-bottom: 3rem;
	background-color: #000;
}

.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: #f37233;
	text-decoration: none;
}

.footer-flex {
	width: 100%;
}

.footer-flex .flex-item {
	margin-top: 4rem;
	text-align: center;
}

.footer-flex .flex-item h2 {
	color: #fff;
	text-transform: uppercase;
}

.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: #f37233;
}

.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;
}

#brochure-section {
	margin-top: 55px;
}

/* ------------------------------------------------------------------------------- */
/*  8. Responsive styles
/* ------------------------------------------------------------------------------- */

/* 5.1 Min width 768px */

@media (min-width: 768px) {
	html {
		font-size: 13px;
	}

	.pull-sm-left {
		float: left;
	}
	.payment-plan {
		padding: 27px 0 195px 59px;
	}
	.pull-sm-right {
		float: right;
	}

	/* Sidebar Menu */

	.menu {
		width: 50%;
	}
	.b-btns {
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		gap: 15px;
		position: absolute;
		bottom: 11%;
		right: 5%;
	}
	/* 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%;
	}
	#brochure-section,
	#location {
		margin-top: 35px;
	}
}

/* 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;
	}
}
