/* ------------------------------------------------------------------------------

  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");

@font-face {
	font-family: 'futura-pt';
	src: url('../fonts/FuturaCyrillicBook.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
  }
html {
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
	font-family: "Jost", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	font-style: normal;
	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;
	color: #000;
	letter-spacing: -0.025em;
	margin: 0.5em 0;
	text-transform: uppercase;
    font-family: futura-pt, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: .065em;
}

h2,
.h2 {
	font-weight: 400;
	font-size: 2.571rem;
	line-height: 1.166;
	letter-spacing: 0;
	margin: 2.6rem 0;
	text-transform: uppercase;
    font-family: futura-pt, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: .065em;
}

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;
}
p {
	font-size: 1.3rem !important;
}
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: 2.6rem;
}

a {
	-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;
}
.form-group input[type="checkbox"]{
	width: 17px;
	height: 17px;
	margin: 0;
}
input.error {
	border-color: #f37233;
}
.form-group-date{
	display: flex;
}
.form-date-label{
	margin-bottom: 0;
	display: flex;
    align-items: center;
    margin-right: 30px;
}
#get-your-ticket .booking-form-area label{
	font-weight: 500;
}
.date-checkbox {
	display: flex;
	gap: 10px;
}
.date-checkbox div{
	display: flex;
	gap: 5px;
	align-items: center;
}
.date-checkbox div label{
	line-height: 30px;
	margin-bottom: 0;
}
.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: 1.3rem;
	display: inline-block;
	border: 0;
	border-radius: 0;
	padding: 15px 27px;
	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: #000;
}

.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;
}

.pt-20 {
	padding-top: 20px;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.rel-1 {
	position: relative;
	z-index: 1;
}

.overflow-hidden {
	overflow: hidden;
}

.visible-xl {
	display: none;
}

/*-------------------------------------------------------------------------------
  -. My Custom Css
-------------------------------------------------------------------------------*/

/* The hero image */
.top-bar{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}
.top-bar h3{
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    color: #F4783E;
    position: absolute;
    white-space: nowrap;
    animation: scalePulse 2s ease-in-out infinite;
}
@keyframes scalePulse {
    0%, 100% {
        transform: scale(1); /* Normal size */
    }
    50% {
        transform: scale(1.1); /* Increased size */
    }
}
  
.logos-box{
	display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 1%;
    z-index: 9;
}
.header-inner{
	display: flex;
    gap: 40px;
}
.event-info{
	display: flex;
	gap: 15px;
}
.banner-info{
	display: block;
}
.banner-info .timing{
	margin-top: 15px;
}
.event-time{
	margin-top: 15px;
}
.date,.timing,.location{
	display: flex;
	gap: 7px;
	align-items: center;
}
.location-left .location a{
    color: #000;
    z-index: 111;
    position: relative;
}
.location-left .location a:hover{
    color: #000;
}
.location a{
    color: #455472;
}
.location a:hover{
    color: #455472;
}
.date img{
	max-width: 26px;
}
.event-info span{
	color: #455472;
    font-family: futura-pt, Helvetica, sans-serif;
    text-transform: uppercase;
}
.timing img{
	max-width: 26px;
}
.location img{
	max-width: 18px;
}
.location-left{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 35px;
    width: 49%;
	margin-right: 1%;
}
.location-left h2{
	max-width: 86%;
    color: #000;
	margin: 0;
	font-size: 31px;
}
.location-left h2 span{
	max-width: 80%;
    /*color: #F4783F;*/
}
.location-left p{
	max-width: 71%;
    color: #000;
	margin: 35px 0;
}
.location-left .flex-btns{
	margin-top: 39px;
}
.location-left .flex-btns .btn{
	width: 200px !important;
	background-color: #1E374F!important;
}
.location-left .flex-btns .btn:hover{
	background-color: #F4783F!important;
}
.location-left .event-info span{
	color:#000;
	font-weight: 600;
}
.text-para{
    margin-top: 80px;
    margin-bottom: 38px;
    color: #000;
	text-align: center;
}
#available-slots{
    min-height: 500px;
}
#available-slots .container{
	background-color: #a2a2a230;
	border-radius: 30px;
    padding: 40px;
}
.slots-info-grid{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}
.slot-img{
	position: relative;
    display: flex;
    justify-content: center;
	
}
.slot-img:before {
    content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 62%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #11457bc4);
	border-radius: 23px;
}
.location-left .location a{
	color: #000;
}
#autoPop .form-date-label, #autoPop .date-checkbox div label{
	font-weight: normal!important;
}

.slot-img .title{
	max-width: 50%;
    display: flex;
    position: absolute;
    bottom: 0;
    margin: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 19px;
	margin-bottom: 25px;
    text-transform: uppercase;
    font-family: futura-pt, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: .065em;
}
.slot p{
	margin: 23px 0 0 0;
    text-align: center;
}
.slot-img img{
	width: 100%;
	border-radius: 23px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.slot-bottom-section{
	display: flex;
	margin-top: 80px;
	margin-bottom: 25px;
}
.bottom-section-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 35px;
    width: 59%;
    margin-right: 1%;
}
.bottom-section-left h2 {
    max-width: 80%!important;
    color: #000;
    margin: 0!important;
	font-size: 46px;
}
.bottom-section-left p {
    max-width: 71%;
    color: #000;
    margin: 26px 0;
}
#overview-section{
	margin-top: 80px;
}
#overview-section p{
	text-align: center;
}
.bottom-section-left .flex-btns {
    margin-top: 12px;
}
.bottom-section-left h2 span {
    /*color: #F4783F;*/
	display: block;
}
.bottom-section-left .flex-btns .btn {
    width: 219px !important;
    background-color: #1E374F !important;
}
.bottom-section-left .flex-btns .btn:hover{
	background-color: #F4783E!important;
}
.bottom-section-right {
    width: 39%;
    margin-left: 1%;
	display: flex;
    align-items: center;
	justify-content: flex-end;
}
.days-left-text {
	width: auto;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 11px 20px 11px 11px;
    font-size: 52px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 600;
}
.days-left-text span{
	font-size: 120px;
    background: #1E374F;
    color: #fff;
    border-radius: 11px;
	margin-right: 15px;
    padding: 20px;
}
.header{
	height: 100px;
	border-bottom: 1px solid #E9EEF2;
}
.header .header-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 3%;
	height: 100px;
}
.header-mid{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.header-mid .gif{
    width: 100%;
    max-width: 219px;
}
.header .logo img{
	width: 100%;
    max-width: 200px;
	position: relative;
    z-index: 1;
}
.bannerTop-wrap h2{
	margin: 0;
    text-align: center;
    font-size: 45px;
    color: #0F2248;
}
.bannerTop-wrap h3{
	font-size: 30px;
    font-weight: normal;
    text-align: center;
	margin: 10px 0;
	color: #0F2248;
}
.bannerTop-wrap h4{
	font-weight: normal;
    margin: 0;
    text-align: center;
	color: #0F2248;
}
.bannerTop-wrap span{
	color: #F4783E;
}
.bannerTop{
	margin: 30px 0;
}
.bannerTop-wrap hr{
	border-color: #0F2248;
    width: 320px;
	margin: 9px auto 15px;
	margin-left: 0;
}
.header .nav img{
	width: 24px;
    height: 24px;
	position: relative;
    z-index: 1;
}
.header .nav{
	display: flex;
	gap: 20px;
}
.register-btn{
	display: flex;
    align-items: center;
}
.register-btn a{
	color: #fff;
    background-color: #f37233 !important;
    border: none !important;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    width: 300px !important;
    border-radius: 4px !important;
    margin-bottom: -27px;
}
.register-btn a:hover{
	color: #fff;
	background-color: #0F2248!important;
}
.header .nav h3{
	margin: 0;
	color: #fff;
	letter-spacing: 0px;
    font-weight: normal;
}
.header .nav nav{
	display: flex;
	align-items: center;
	gap: 10px;
}
/* #banner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 20%;
	background: linear-gradient(to bottom, #404367 0%, rgba(0, 0, 0, 0) 100%);
} */
.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;
}
.expo-section {
    background-size: cover;
    background-position: center;
    position: relative;
    box-sizing: border-box;
    /* border-bottom: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid white; */
}

/* .expo-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 22%;
    height: 2px;
    background: white;
    z-index: 1;
}

.expo-section::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 22%;
    height: 2px;
    background: white;
    z-index: 1;
} */
.about-form {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.about-form .sliderForm {
    max-width: 475px;
    background: white;
    text-align: center;
    padding: 35px;
    border-radius: 25px;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
	z-index: 0;
	
}


.content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: left;
}


#about-dubai{
	margin-top: 110px;
}

.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;
    justify-content: space-between;
    margin-right: 5%;
    margin-left: 5%;
    align-items: center;
}

.banner-logo-first img,
.banner-logo-last img {
	max-width: 325px;
}
.banner-logo .nakheel {
	font-size: 35px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-top: -43%;
}

.banner-logo {
	display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 4%;
    margin-right: 4%;
    margin-top: 4%;
    margin-bottom: 5%;
    width: 100%;
    align-items: start;
    flex-wrap: wrap;
    z-index: 9;
    align-content: center;
}

.logos-flex {
	display: flex;
	justify-content: start;
	position: absolute;
	top: 5%;
}

.logos-flex img {
	max-width: 285px;
}

section#about {
	padding-bottom: 1rem;
	padding-top: 3rem;
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
}

.banner-line {
	margin-right: 10%;
}

.footFin {
	width: auto !important;
}

.banner-btns {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: flex-start;
	text-align: left;
	gap: 0px;
	flex-wrap: wrap;
	align-content: flex-end;
}

.banner-btns a {
	margin: 2px 0;
	max-width: 100%;
}

.banner-btns img {
	max-width: 100px !important;
}
.banner-btns .arrow-icon-2 {
	max-width: 34px !important;
	width: 23px;
	height: 35px;
	position: relative;
	top: -6px;
	left: 25px;
}

.galleryDownloadBrochure a,
#gallery-area .bannerRegister a,
#floorPlan .bannerRegister a {
	color: #ce0000;
}
.galleryDownloadBrochure a:hover,
#gallery-area .bannerRegister a:hover,
#floorPlan .bannerRegister a:hover {
	color: #000;
}

.bannerDownloadBrochure a:hover,
.bannerRegister a:hover {
	color: #000;
}

.bannerRegister a::before {
	content: "";
	display: inline-block;
	width: 90px;
	height: 0px;
	margin-right: 15px;
	border-bottom: 1px solid white;
	vertical-align: middle;
}



.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}



.location-section{
	display: flex;
	position: relative;
}
.location-section:before{
    /*    content: "";*/
    /*background-image: url(../images/plane.png);*/
    /*width: 615px;*/
    /*height: 198px;*/
    /*position: absolute;*/
    /*left: 23%;*/
    /*bottom: 53px;*/
    /*background-size: cover;*/
}
.location-img{
	width: 49%;
	margin-left: 1%;
}
.location-img img{
	width: 100%;
	border-radius: 23px;
}
.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: -150px 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;
	}
}

.banner-scroll .scroll {
	color: white;
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
}

.banner-scroll .goto {
	text-decoration: none;
}

.banner-scroll .goto:hover .scroll {
	color: #e3e3e3;
}

.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);
	}
}

.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;
}

.flex {
	display: flex;
}

.flex-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.radius-area .aboutbg-img,
.radius-area .aboutbg_left-img {
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.uniqure-prop {
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: end;
}

.uniqure-prop img {
	width: 100%;
	max-width: 550px;
	border-radius: 25px;
}

.uniqure_area p {
	font-size: 1.2rem;
}

.uniqure_area .DownloadBrochure a {
	justify-content: end;
}

.aboutbg-img img {
	width: 100%;
}

.aboutbg_left-img img {
	width: 100%;
}

.inner-about h2,
.inner-about h1,
h3,
p {
	color: #000;
	font-size: 1.2rem;
}

.inner-about h2,
.inner-about h1,
h3,
p {
	color: #000;
}

.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;
}

.about-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 9;
}

.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;
}
.about-facts img {
	width: 124%;
	margin-left: -125px;
}
.white {
	color: #fff;
}

.black {
	color: #000;
}

.about-wrap h2 {
	font-size: 3rem;
	margin: 0;
	color: #000;
	margin: 15px 0 60px 0;
	text-align: center;
	
}

.about-wrap p {
	line-height: 1.5;
	font-size: 1.2rem;
	letter-spacing: 0px;
}

.black-border {
	border-color: #000;
}

.about-wrap hr {
	width: 315px;
	margin: 15px 0;
	border-width: 1.5px;
	width: 200px;
	padding-bottom: 10px;
}

.fact-point p {
	color: #000;
	margin: 0;
	text-transform: uppercase;
	font-size: 2.2rem;
}

.fact-point h3 {
	color: #ce0000;
	margin: 0;
	font-size: 4.5rem;
}

.fact-point h3 span {
	font-size: 2rem;
	font-weight: 100;
}

.bg-black {
	background: black;
	padding: 50px 0;
}

.bg-blue {
	background: #000;
	padding: 50px 50px;
	border-radius: 25px;
}
.unique-property {
	text-transform: uppercase;
	font-size: 5rem;
}

.mfp-wrap {
	z-index: 99999;
}

.iti--container {
	z-index: 999999 !important;
}

.regBtn .btn-yellow {
	background: #404852;
	border-color: #404852;
	border-radius: 15px;
	width: 100%;
	border: 1px solid #fff;
}

.regBtn .btn-yellow:hover {
	background: #ffc386;
	color: #fff;
}

#projectImage,
.full-image img {
	width: 100%;
}

.flex-btns {
	display: flex;
	justify-content: left;
	gap: 20px;
}
.header-wrap .flex-btns .btn {
    width: 100% !important;
}
.expo-section h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 4rem;
    margin-bottom: 26px;
    text-align: left;
    color: #0F2248;
}
.flex-btns .btn {
	color: #fff;
    background-color: #f37233 !important;
    border: none !important;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    width: 300px !important;
    border-radius: 4px !important;
    text-transform: uppercase;
    font-family: futura-pt, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: .065em;
	font-size: 13px!important;
	font-weight: 600!important;
}
.header .flex-btns .btn:hover{
	color: #fff;
    background: #000!important;
}
.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: #5a5a5a8c !important;
	border-radius: 40px !important;
	color: #ffffff;
	backdrop-filter: blur(5px) contrast(60%);
	-webkit-backdrop-filter: blur(5px) contrast(60%);
}

.bannerColor a:hover {
	background: #000 !important;
	color: #fff !important;
}

.seaColor {
	color: #ce0000 !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;
}
.header {
  position: relative; /* Default state */
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: white;
  transition: all 0.3s ease-in-out; /* Smooth transition */
}

.header.sticky {
  position: fixed; /* Becomes sticky when scrolled */
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.3s ease-in-out; /* Slide-down effect */
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.tab-content img {
	width: 100%;
}

.center-title h2 {
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 3rem;
	margin: 0;
	margin-bottom: 30px;
}
.investment{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	gap: 35px;
	margin-top: 30px;
}
.investment > div{
	display: flex;
    flex-direction: column;
    align-items: center;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 38px;
    border-radius: 12px;
}
.investment div:nth-child(5) img{
    max-width: 32px!important;
}
.investment div:nth-child(6) img{
    max-width: 31px!important;
}
.investment-upper{
	display: flex;
    align-items: center;
    gap: 10px;
}
.investment img{
	width: 100%;
    max-width: 35px;
}
.investment h3{
	margin: 0;
    color: #1E374F;
    font-size: 21px;
    text-transform: uppercase;
    font-family: futura-pt, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: .065em;
}
.investment p{
	text-align: center;
	color: #1E374F;
	margin-bottom: 0;
	margin-top: 30px;
}
.investment-bottom h2{
	text-align: center;
	color: #1E374F;
	padding: 0 30px;
	margin-top: 36px;
}
.investment-bottom .flex-btns{
	justify-content: center!important;
}
.investment-bottom .flex-btns a{
	background-color: #F4783E!important;
	color: #fff!important;
}
.investment-bottom .flex-btns a:hover{
	background-color: #0F2248!important;
}

#about-sobha{
	margin-top: 110px;
}
.sobha-main{
	display: flex;
	margin-top: 40px;
}
.about-left{
	width: 60%;
}
.about-left p{
	color: #000;
	margin: 0;
    max-width: 90%;
}
.about-left p:nth-child(1){
	margin-bottom: 20px;
}
.about-right{
	width: 40%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.about-right nav{
	color: #102148;
    font-weight: 600;
    font-size: 17px;
    max-width: 60%;
    text-align: center;
    margin-top: 15px;
    text-transform: uppercase;
    font-family: futura-pt, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: .065em;
}
.about-right img{
	width: 100%;
	max-width: 240px;
}
#sobha-projects{
	margin-top: 110px;
}
#sobha-projects .about-wrap p{
    text-align: center;
    margin: 34px 30px 45px;
}
/* Section Country Flags */
#country-flags{
	margin: 0 0 20px 0;
}
#sobha-projects .slot-img .title{
	max-width: 100%!important;
    margin-bottom: 25px;
	text-align: center;
	justify-content: center;
	font-size: 26px;
    text-transform: uppercase;
    font-family: futura-pt, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: .065em;
}
#sobha-projects .slot p{
	color: #000;
	margin-top: 35px;
}
#sobha-projects .flex-btns .btn {
    width: 219px !important;
    background-color: #1E374F !important;
}
#sobha-projects .flex-btns {
    justify-content: center!important;
	margin-top: 65px;
}

#event-venue{
	margin-top: 110px;
}
.venue-section{
	display: flex;
	margin-top: 30px;
}
#event-venue .location a{
    color: #000!important;
}
.venue-left{
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 35px;
    width: 44%;
    margin-right: 1%;
}
.venue-left p {
    max-width: 91%;
    color: #000;
    margin: 26px 0;
}
.venue-left .flex-btns {
    margin-top: 26px;
}
.venue-img {
    width: 54%;
    margin-left: 1%;
}
.venue-img img {
    width: 100%;
    border-radius: 23px;
}
#sobha-projects .flex-btns .btn:hover{
	background-color: #F4783E!important;
}
.venue-left .flex-btns .btn {
    width: 219px !important;
    background-color: #1E374F !important;
}
.venue-left .flex-btns .btn:hover{
	background-color: #F4783E!important;
}
.venue-left .event-info{
	flex-direction: column;
}
.venue-left .event-info span {
    color: #000;
    font-weight: 600;
	font-size: 15px;
}
.venue-left .event-info{
    margin: 20px 0;
}
#about-provident{
	margin-top: 110px;
}
.about-imgs img{
	width: 100%;
}
.about-imgs img:nth-child(1){
	border-radius: 25px;
}
#autoPop .form-group #time{
    padding-left: 2px;
}
.about-imgs img:nth-child(2){
	max-width: 80%;
    margin-left: 10%;
    margin-top: 70px;	
}

#about-provident p{
	margin-bottom: 30px;
	text-align: center;
	max-width: 80%;
	margin-left: 10%;
}
#get-your-ticket{
	margin-top: 65px;
}
#get-your-ticket .container {
    border-radius: 30px;
    padding: 0 10px;
}
.ticket-main{
	display: flex;
    background-image: url(../images/ticket-bg.svg?v=4);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 525px;
}
.ticket-left{
	width: 36%;
    padding: 0 30px 15px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.more-info-fields .form-group {
    width: 50%;
}
.more-info-fields .form-group select, .form-group #time{
    padding-left: 3px!important;
}
#autoPop .more-info-fields .form-group select, #autoPop .form-group #time{
    color: #26374f;
}
.ticket-right{
	width: 62%;
}
.ticket-left span{
	background-color: #23374E;
	color: #fff;
	padding: 6px 10px;
    font-weight: 600;
	border-radius: 0 4px 4px 0
	font-size: 15px;
}
.ticket-left h2{
	color: #fff;
    font-size: 3rem;
    margin: 25px 0 0 40px;
    font-weight: 600;
}
.ticket-left nav{
	font-size: 2rem;
    text-transform: uppercase;
    margin-top: 12px;
    font-weight: 600;
}
.ticket-left p{
	margin-top: 12px;
    width: 198px;
    padding: 6px 0;
    box-shadow: rgb(147 147 147 / 53%) 5px 5px 1px -1px, rgba(0, 0, 0, 0.3) 0px 0px 0px -1px;
	border-radius: 4px;
}
.seat-info{
	display: flex;
	gap: 23px;
}
/* .seat-info nav{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 160px;
    height: 100px;
    font-size: 18px;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 600;
	text-transform: capitalize;
	line-height: normal;
    font-family: futura-pt, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: .065em;
    justify-content: center;
    text-align: center;
} */
.seat-info span{
	color: #000;
	background: transparent;
	font-size: 16px;
	margin-right: 3px;
    padding: 0;
}
.ticket-right h2 {
    color: #fff;
    font-size: 3rem;
    margin: 25px 0 0 40px;
    font-weight: 600;
}
#days-left-counter2 span{
	font-size: 2rem;
	color: #f37233;
}
#days-left-counter2:before{
	content: "";
	width: 1px;
	height: 40px;
	background-color: #f37233;
	position: absolute;
	left: 0;
	top: 12px;
}
#days-left-counter2{
	font-size: 2rem;
	font-family: futura-pt, Helvetica, sans-serif;
	position: relative;
	padding-left: 22px;
}
#days-left-counter2 nav{
	display: inline;
	font-weight: normal;
	font-family: futura-pt, Helvetica, sans-serif;
	margin-top: 0;
	font-size: 2rem;
	margin-left: 2px;
}
.seat-info img{
	max-width: 110px;
	width: 100%;
}
#get-your-ticket .booking-form-area{
	background-color: transparent;
	/*box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;*/
	padding: 36px 10px 10px 96px;
}
.ticket-seat-info{
	margin-top: 45px;
}
.field-group-flex {
    display: flex;
}
.field-group-col-1 {
    width: 50%;
}
.field-group-col-2 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#get-your-ticket .booking-form-area input{
	box-shadow: none;
	border-radius: 5px;
	border: 1px solid #000;
	height: 40px;
}
#get-your-ticket .booking-form-area label{
	font-size: 13px;
	color: #000;
}
.ticket-main .form-group-date{
	display: block;
}
.ticket-main .form-group input[type="checkbox"]{
	height: 25px!important;
}
.ticket-main .date-checkbox{
	margin-bottom: -13px;
}
#get-your-ticket .booking-form-area .form-group{
	margin-bottom: 19px;
}
#get-your-ticket .booking-form-area .form-group-date{
    margin-bottom: 26px;
}
#get-your-ticket .submit-btn{
	text-align: center;
}
#get-your-ticket .booking-form-area .submit-btn button{
	background: #1E374F;
    width: 100px;
    font-size: 12px!important;
	padding: 10px 30px;
}
.more-ticket-info {
    display: flex;
    justify-content: space-between;
    margin: 0 80px;
}
#get-your-ticket .booking-form-area .submit-btn button:hover{
	background-color: #F4783E!important;
}
.more-ticket-info div:nth-child(1) span{
    color: #f37233;
    font-weight: normal;
}
.more-ticket-info p {
    font-size: 23px !important;
    color: #26374f;
    font-weight: 600;
    margin: 0;
}
.more-ticket-info div:nth-child(3) p {
    font-weight: normal;
}
.more-ticket-info img {
    width: 100%;
    max-width: 240px;
}
.more-ticket-info div:nth-child(2) {
    display: flex;
    align-items: center;
}
#contactPopup .iti--separate-dial-code .iti__selected-flag{
    height: 50px !important;
}
.iti--separate-dial-code .iti__selected-flag{
	height: 40px !important;
    border-radius: 5px 0 0 5px!important;
	background-color: transparent!important;
}

#awards-and-recognition{
	margin-top: 110px;
}
#awards-and-recognition .about-wrap p{
	color: #000;
	width: 80%;
	margin-left: 10%;
	text-align: center;
}
.about-wrap span{
	/*color: #F4783E;*/
}
.awards{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	max-width: 76%;
    margin-left: 12%;
}
.award{
	text-align: center;
}
.award img{
	width: 100%;
	max-width: 90%;
}
#awards-and-recognition .flex-btns .btn{
	width: 219px !important;
    background-color: #1E374F !important;
}
#awards-and-recognition .flex-btns .btn:hover{
	background-color: #F4783E!important;
}
#awards-and-recognition .flex-btns {
    justify-content: center !important;
    margin-top: 65px;
}
/* #country-flags .container::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #1E374F, #1E374F);
    opacity: .6;
} */
#country-flags .about-wrap h2{
	color: #fff;
	position: relative;
	z-index: 2;
	font-size: 29px;
}
.flags{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px;
	padding: 40px 40px 15px 40px;
	z-index: 2;
    position: relative;
}
.flags .flag{
	display: flex;
	background-color: #eaecef45;
	border-radius: 13px;
	backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(10px); /* For Safari */
	padding: 30px;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
    transition: all 0.3s ease-out !important;
	border: 1px solid#70707029;
}
.flags .flag:nth-child(4),.flags .flag:nth-child(5),.flags .flag:nth-child(6) {
    opacity: 0.5;
}
.flags .flag:hover{
    background: #eaecef;
}
.flags .flag img{
	width: 100%;
	max-width: 100px;
}
.flags .flag h3{
	font-size: 22px;
    margin: 0;
    color: #0F2248;
}
.flags .flag p{
	color: #0F2248;
    margin: 9px 0 0;
}
.flags .flag a{
	text-decoration: underline;
}
.flags .flag a:hover{
	color: #0F2248;
}
#country-flags .container{
	/* background-image: url(../images/flag-banner.jpg); */
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 30px;
}
.logos-box .logo img{
    position: relative;
    width: 220px;
    bottom: 25px;
    left: 3px;
}
.flags-bottom nav{
	text-align: center;
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px;
}
.flags-bottom nav a{
	color: #fff!important;
	text-decoration: underline;
	transition: all 0.3s ease-out !important;
}
.flags-bottom nav a:hover{
	text-decoration: none;
}
/* Free benefits */
#free-benefits{
	margin-bottom: 25px;
}
.free-benefits-wrap{
	display: flex;
}
#free-benefits .container{
	padding: 0;
}
#free-benefits .about-wrap h2{
	text-align: left!important;
	margin-top: 0;
}
.left-image{
	padding: 0;
}
.left-image img{
	width: 100%;
	padding: 0;
}
.right-content{
	display: flex;
    flex-direction: column;
    justify-content: center;
	padding-left: 35px;
}
#free-benefits ul{
	list-style-type: none;
	margin-bottom: 42px;

}
#free-benefits ul li img{
	width: 20px;
	margin-right: 10px;
}
#free-benefits .flex-btns .btn{
	background: #f37233!important;
    color: #fff!important;
}
#free-benefits .flex-btns .btn:hover{
    background: #000!important;
    color: #fff!important;
}

/* Benefits */
#benefits .about-wrap span{
	color: #F4783E;
}
.benefits{
	display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
	row-gap: 40px;
	margin-top: 40px;
}
.benefit h3{
	margin: 0;
    color: #0F2248;
    font-size: 22px;
    margin-bottom: 12px;
}
#benefits .flex-btns{
	justify-content: center!important;
}
#benefits .flex-btns a{
	background-color: #F4783E!important;
    color: #fff!important;
	margin-top: 43px;
}
#benefits .flex-btns a:hover{
	background-color: #0F2248!important;
}
.benefit {
	border-left: 5px solid #0F2248;
    padding-left: 13px;
}
.benefit p{
	line-height: 24px;
	margin-bottom: 0;
	color: #1E374F;
}
#vist-area{
	margin-top: 67px;
	margin-bottom: 67px;
}
#vist-area .booking-form-area h2{
	margin: 0;
	color: #000;
	text-align: left;
}
#vist-area .booking-form-area p{
	color: #000;
    text-align: left;
    margin: 20px 0 0 0;
}

.footer-quote > h2{
	color: #fff;
	font-size: 3rem;
    text-align: center;
	margin: 10px 0;
}

.show-info img{
	width: 100%;
	margin-top: -25px;
}
#vist-area .container{
	background-color: #a2a2a230;
	border-radius: 30px;
}

.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: var(--carousel-slide-width, 55%);
}

.carousel__slide img {
	width: 100%;
}

.carousel__slide {
	position: relative;
}

#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;
}
/*Grisogono*/
.grisogono .container .inner {
	display: flex;
}
.grisogono-left {
	width: 100%;
	margin-bottom: 20px;
}
.grisogono-inner-left {
	width: 50%;
}
.grisogono-left p {
	padding-right: 30px;
}
.grisogono .grisogono-img {
	width: 50%;
}
.grisogono-img img {
	width: 100%;
}
.grisogono .about-wrap h2 {
	color: #000;
}

/*what makes the property unique */
.about-property {
	background-color: #000;
	padding: 25px;
}
.about-property-inner {
	display: flex;
}
.about-property-img {
	width: 50%;
}
.about-property-img img {
	width: 100%;
}
.about-property-right {
	width: 50%;
	padding: 0px 0 0 35px;
}
.about-property h2,
#locationArea h2 {
	color: white;
}
.about-property p,
#locationArea p {
	color: white;
}
.about-property hr {
	border-color: white;
}
.about-property .btn-text {
	color: white;
	font-size: 4rem;
}
.about-property .arrow {
	width: 40px;
	height: 40px;
}
.about-property a {
	font-size: 0rem;
}
/*what makes the property unique ends*/
/* New Amanity */

.amanities-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 25px;
}

.amanities-wrap .amanity {
	text-align: center;
	position: relative;
}

.amanities-wrap .amanity img {
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.amanities-wrap .amanity .amnity-name {
	font-size: 1.5rem;
	color: #000;
	padding: 15px 0 10px 15px;
	text-align: center;
	line-height: 2.1rem;
	width: 100%;
}

#amenities .banner-btns {
	padding-bottom: 20px;
}

/*.amanities-wrap .amanity .amnity-name::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0));
	background-size: cover;
	width: 90%;
	margin: 0 auto;
	z-index: -1;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
}*/

/* Payment Plan */

.paymentplan-flex {
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.paymentplan-flex h2 {
	font-size: 4rem;
	margin: 0;
	color: #ce0000;
}
.paymentplan-flex p {
	font-size: 2.5rem;
}
.payment-plan-img {
	text-align: right;
}
.payment-plan-img img {
	width: 100%;
	max-width: 435px;
}
.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;
}

.fin h3 {
	color: #ce0000 !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;
	padding-left: 0;
	display: flex;
}

/*.pt40 {
	padding-top: 40px;
}*/

.fRight {
	float: right;
}

.roundBtn a {
	color: #000;
	border-radius: 25px;
	background: #fff;
}

/* Location */
.section-location {
	margin: auto 5%;
}

#locationArea {
	background-color: #000;
	padding: 25px 0 0 0;
}

.map-img {
	width: 100%;
	padding: 0;
}

.map-img img {
	margin: 0 auto;
	width: 100%;
	border-radius: 25px;
}

.location-btns {
	display: flex;
	gap: 25px;
	justify-content: center;
}

.location-btns a {
	width: 260px;
	max-width: 100%;
}

/* Amernities */
.section-amenities {
	margin-left: 5%;
	margin-right: 5%;
}
.amenities-heading {
	margin-left: 5%;
}
.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 */

#video-area .aboutbg-img {
	height: 100vh;
	background: url(../images/video.jpg?v=1) no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
}

.videoImage {
	position: relative;
	width: 100%;
}

.videoImage img {
	width: 100%;
	margin-top: 35px;
	border-radius: 25px;
}

.gmap img {
	width: 100%;
}

.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: 1.5rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.videoBtn img {
	max-width: 123px;
}

.video-content {
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.inner-video h2 {
	color: black;
	font-size: 4rem;
	text-transform: uppercase;
	line-height: 1.2;
}

.inner-video {
	padding: 50px;
	text-align: center;
}

.inner-video img {
	max-width: 165px;
	margin: 0 auto;
}

/* Floorplans Area */
#floorPlan {
	position: relative;
}
#floorPlan::before {
	content: "";
	background-image: url(../images/shape-1.png);
	position: absolute;
	width: 544px;
	height: 640px;
	left: 0;
	top: 191px;
	background-size: cover;
	z-index: 0;
}
.section-floorplan {
	margin: 0 5%;
}
.bedrooms-list-wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.bedrooms-list {
	border: 0;
	text-align: left;
	display: block;
	justify-content: space-between;
}

.bedrooms-list li {
	float: none;
}

.bedrooms-list .active a {
	border: none !important;
	color: #ce0000 !important;
	/*border-bottom: 2px solid #5c5c5c !important;*/
	border-radius: 0;
	font-weight: 700;
}

.bedrooms-list li a {
	font-size: 2.5rem;
	color: black;
}

.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;
}

#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: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 5px;
	margin-top: 30px;
}

.distance-time p {
	color: white;
	font-size: 1.5rem;
	margin: 0;
}

/* Signup */

#signs {
	margin-top: 5rem;
}

#signs .about-wrap h2 {
	color: #fff;
}

#signs h2 span {
	font-weight: 100;
	font-size: 2rem;
}

.signup-wrap p {
	color: white;
	font-size: 1.2rem;
}

.signup-iconBox {
	margin: 0 auto;
	text-align: center;
	max-width: 500px;
}

.signup-iconBox p {
	margin-top: 15px;
}

/* Brochure Area */

#brochure-section {
	padding: 20px 0;
	width: 100%;
	position: relative;
}

#brochure-section .brochure,
#brochure-section-mob .brochure {
	background: #e2e2e2;
	padding: 40px 0;
	padding-left: 25px;
	position: relative;
	height: 405px;
}
.broImg {
	position: absolute;
	left: 54%;
	top: 26%;
	z-index: 9;
}
.bro-form {
	max-width: 480px;
	width: 100%;
	z-index: 9;
	position: relative;
}
/* #brochure-section .brochure::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
} */

.brochure .banner-btns {
	align-content: flex-start;
}
.brochure-head .banner-btns {
	position: relative;
	left: 50%;
	transform: translate(-50%);
	margin-top: 28px;
}

.brochure-head h2 {
	margin: 1.5rem 0;
}
.brochure-head {
	position: inherit;
	z-index: 999;
}

.brochure-head h2 div {
	color: #000;
	text-transform: uppercase;
	font-size: 1.5rem;
	background: #ffffff;
	padding: 15px 15px;
	border-radius: 20px;
	text-align: center;
}
.brochure-head .b-btns a {
	background-color: white !important;
	backdrop-filter: unset;
	max-width: 280px;
	color: black;
	border: 1px solid #000;
}
.brochure-head .b-btns a:hover {
	background-color: #000 !important;
}
.brochure-head .b-btns {
	margin-top: 45px;
}
.brochure-head .b-btns div:nth-child(2) {
	margin-top: 15px;
}
.brochure-head nav {
	color: #fff;
	font-size: 1.9rem;
	line-height: 1.4;
	margin-bottom: 10px;
}
.brochure-head .brochure-mob-img {
	max-width: 250px;
	position: relative;
	left: 50%;
	margin-top: 16px;
	top: 50%;
	transform: translate(-50%);
}
.brochure .about-wrap {
	padding: 40px 0 0 0;
}

.brochureForm {
	background: white;
	padding: 25px 35px 35px 35px;
	border-radius: 25px;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.brochureForm h3 {
	margin: 0 0 25px 0;
	color: black;
	text-align: center;
	font-size: 1.3rem;
}

#brochurePop {
	margin-top: 20px;
}

#brochurePop input {
	background: #ffffff;
	color: #000;
	border-radius: 20px;
	width: 100%;
	box-shadow: rgb(0 0 0 / 6%) 0px 2px 4px 0px inset;
	border: 0;
}

/* .broImg {
	position: absolute;
	left: 54%;
	top: 9%;
} */

.broImg img {
	max-width: 715px;
}

/* Plan your invest */
.visit-bg {
	/* background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)),
		url(../images/visit-us.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover; */
	width: 100%;
	border-radius: 50px;
	position: relative;
}
.visit-bg::before {
	content: "";
	background-image: url(../images/visit-us.jpg);
	position: absolute;
	width: 100%;
	height: 97%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	z-index: 0;
}
.visit-flex {
	display: flex;
	justify-content: end;
}

.visit-img {
	padding: 75px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.visit-img img {
	width: 100%;
	max-width: 500px;
	border-top-right-radius: 75px;
	border-bottom-right-radius: 75px;
}

.booking-form-area .head-title {
	font-size: 2rem;
}

.visit-content .head-title {
	color: black;
}
#vist-area {
	background: white;
}

.visit-content {
	padding: 55px 128px 40px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.visit-content .head-title {
	color: black;
}

.footer-quote {
	flex-direction: column;
	justify-content: flex-end;
	max-width: 500px;
}


.footer-quote h2 span {
	color: #F4783E;
}

/* 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: #ce0000;
	width: 100%;
}

.agent-form-area .row {
	padding-bottom: 15px;
}

.zero-top {
	padding-top: 0rem !important;
}

/* Booking Area */

.booking-row {
	display: flex;
	justify-content: center;
	align-items: center;
}

.booking-form-area {
	border-radius: 25px;
	text-align: center;
	max-width: 650px;
	z-index: 1;
}

.booking-form-area h3 {
	color: #000;
	margin: 20px 0;
	font-weight: 500;
	font-size: 25px;
}

.booking-form-area input ,.booking-form-area select{
	background: #ffffff;
	color: #000;
	border-radius: 5px;
	width: 100%;
	border: 1px solid #000;
	height: 40px;
}

.booking-form-area .form-group {
	margin-bottom: 20px;
}

.booking-form-area .submit-btn button {
	background: #1E374F;
	color: #ffffff;
	width: 208px;
	border-radius: 4px;
	font-size: 1.3rem!important;
}

.booking-form-area .submit-btn button:hover {
	background: #F4783E;
}

.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;
}

#subPop .submit-btn {
	padding: 0;
}

.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: #ce0000;
}

.subs-form .submit-btn button:hover {
	background: #fff;
	color: #000;
}

.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: -65px;
	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;
}
#vist-area .submit-btn {
	text-align: left;
	margin-top: 20px;
}

#subPop .row {
	width: 100%;
}

.submit-btn button {
	background: #ce0000;
	border-radius: 20px;
}

.submit-btn button:hover {
	background: #000;
	color: #fff;
}

/*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;
	left: 35px;
}
.social-media-icon ul li {
	width: 100%;
	float: left;
}
.social-media-icon ul li a {
	display: inline-flex;
	align-items: center;
	padding: 10px 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: #000 !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;
    font-size: 17px !important;
}
.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: #f37233;
	text-decoration: none;
}

.agent-wrap .agent-contact a:hover {
	color: #fff;
}
.autoPopup-form {
	padding: 58px 35px;
	background: white;
	border-radius: 30px;
}
.autoPopup-form .row {
	max-width: 490px;
	margin: 0 auto;
}

.autoPopup-form input,.autoPopup-form select {
	padding-left: 32px;
	background: #ffffff;
    color: #000;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #000;
}

.autoPopup-form textarea {
	height: 5rem !important;
}
#contactPopupCountry .autoPopup-form textarea{
	height: 7rem !important;
}
.autoPopup-form .row .form-group {
	position: relative;
	margin-bottom: 17px;
}

.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: #000;
	color: #fff;
}

.autoPopup-form .btn:hover {
	background: #F4783E;
	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;
}
#visitPop,#visitPopp {
	text-align: left;
	padding-top: 0;
}

/* Laptop CSS */

@media screen and (max-width: 1442px) {
	.inner-about h2,
	.inner-about h1 {
		font-size: 3.5rem;
	}
	.inner-about {
		padding: 35px;
	}
	.banner-logo img {
		width: 100%;
	}
	.broImg img {
		max-width: 760px;
		width: 110%;
		margin-left: 20px;
	}
	.bannerRegister a {
		font-size: 2rem;
	}
}

@media screen and (max-width: 1413px) {
	.banner-wrap {
		max-width: 85%;
	}
	.banner-logo{
		margin-top: 13%;
	}
	.logos-box{
		justify-content: center;
		margin-bottom: 3%;
	}
	.logos-box img{
		/* position: relative; */
		top: 0;
	}
	.expo-section h1{
		font-size: 3rem;
	}
	.expo-section h2{
		font-size: 2.5rem;
		margin-bottom: 17px;
		margin-top: 10px;
	}
	.expo-section h3{
		font-size: 2.2em;
		margin-bottom: 16px;
	}
	.expo-section h4{
		font-size: 2rem;
	}
}

@media screen and (max-width: 1385px) {
	.mainCarousel {
		height: 100%;
	}

	.bannerDownloadBrochure a,
	.DownloadBrochure a {
		font-size: 3rem;
		line-height: 3rem;
	}
	.distance-time {
		grid-template-columns: 1fr 1fr;
	}

	.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-logo img {
		width: 100%;
	}

	.banner-info p {
		display: none;
	}

	.banner-info h1 {
		margin-bottom: 35px;
	}

	.bannerDownloadBrochure a,
	.DownloadBrochure a {
		font-size: 3.5rem;
	}
	.gallary-slider .slick-forward.slick-arrow,
	.amanities-wrap .slick-forward.slick-arrow {
		right: 0px;
	}
	.amanities-wrap .slick-back.slick-arrow {
		left: 0px;
	}

	.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;
	}
	.broImg img {
		max-width: 660px;
	}
}

@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;
	}

	.distance-time {
		grid-template-columns: 1fr;
	}
	.broImg img {
		max-width: 500px;
	}
	#banner{
		height: 47vh;
        
	}
}
@media screen and (max-width: 1199px){
	.ticket-main{
		background-image: none;
	}
	#get-your-ticket .container{
		padding: 0;
	}
	#get-your-ticket .booking-form-area{
		padding: 25px 25px -20px;
	}
	/*.location-section:before{*/
	/*	left: 25%!important;*/
	/*	bottom: 53px!important;*/
	/*	width: 506px!important;*/
	/*	height: 164px!important;*/
	/*}*/
}
@media screen and (max-width: 991px) {
	.aboutbg-img img {
		height: 100%;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}
	.ticket-left{
		width: 59%;
		padding: 0 30px 0 35px;
	}
	.location-left h2{
		font-size: 24px;
	}
	.location-left .event-info span{
		font-size: 11px;
	}
	.bottom-section-left h2{
		font-size: 35px;
	}
	.about-wrap h2{
		font-size: 2.5rem;
	}
	.investment h3{
		font-size: 18px;
	}
	.investment img{
		max-width: 40px;
	}
	.about-right img{
		max-width: 170px;
	}
	.venue-left .event-info span{
		font-size: 15px;
	}
	.about-right nav{
		font-size: 15px;
		max-width: 80%;
	}
	.ticket-left h2{
		font-size: 22px;
	}
	#vist-area .booking-form-area h2{
		font-size: 27px;
	}
	.visit-content{
		padding: 40px;
		align-items: center;
	}
	.footer-quote{
		width: 100%;
		max-width: 100%;
	}
	.show-info{
		text-align: center;
	}
	.show-info img{
		max-width: 430px;
	}
	.about-right{
		justify-content: center;
	}
	.location-section{
	    flex-direction: column;
        gap: 20px;
	}
	.location-left{
	    width:100%;
	    padding: 30px;
	}
	.location-img{
	    width:100%;
	}
	.header .event-info{
	    display: none;
	}
	.slot-bottom-section{
	    margin-bottom: 0;
	}
	.bottom-section-right{
	    width: 100%;
	    justify-content: flex-start;
	    margin-left: 0;
	}
	.bottom-section-left{
	    width: 100%;
	}
	.slot-bottom-section{
        flex-direction: column;
	}
	.bottom-section-left{
	    padding-left: 0;
        margin-bottom: 45px;
	}
	.venue-section{
	    flex-direction: column;
	}
	.venue-left{
	    width: 100%;
	}
	.venue-img{
	    width: 100%;
	    margin-top: 30px;
	}
	.venue-left p{
	    margin-top: 0;
	}
	#get-your-ticket .booking-form-area{
	    padding: 20px 20px 20px 20px;
	    margin: 25px 25px -20px;
	}
	.venue-img iframe{
	    height: 380px;
	}
	#sobha-projects .slot-img .title{
		font-size: 19px;
	}
	.ticket-right{
		width: 39%;
		justify-content: center;
	}
	.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;
	}
	#about .row {
		flex-direction: column;
	}
	.about-facts img {
		width: 100%;
		margin-left: 0;
	}
	.bedrooms-list {
		flex-direction: column;
	}

	.bedrooms-list .active a {
		margin: 0 0px;
	}
	#brochure-section .brochure {
		height: 397px;
	}
	.broImg img {
		display: none;
	}

	.brochure-head nav {
		font-size: 1.3rem;
	}

	#locationArea {
		padding: 15px 15px 0 15px;
	}

	.location-text {
		padding-right: 0;
	}

	.flex {
		flex-direction: column;
	}
	.expo-section h1{
		font-size: 3rem;
		margin-top: -81px;
	}
	.banner-logo h2{
		font-size: 2.5rem;
	}
	.expo-section h3{
		font-size: 2.2rem;
	}
	.expo-section h4{
		font-size: 1.9rem;
	}
}

/* Mobile CSS */

@media screen and (max-width: 767px) {
	.bedrooms-list-wrap {
		padding-left: 0;
	}
	.nav > li > a {
		padding-left: 0;
	}
	.bro-form {
		max-width: 100%;
	}
	#banner {
		 background: url(../images/banner-mob.jpg) no-repeat; 
		height: 95vh;
		background-position: 38% 50%;
		background-size: cover;
		-webkit-background-size: cover;
		position: relative;
		z-index: 9;
	}
	#banner::before{
		top: 0;
		opacity: .6;
        width: 100%;
        background: linear-gradient(to left, #fff, #fff);
	}
	.header .logo img {
		max-width: 125px;
		position: relative;
		z-index: 1;
	}
	.header .header-wrap{
        gap: 5px;
        height: 50px;
	}
	.header-mid{
	    gap: 5px;
	}
	.event-info{
		display: none;
	}
	.content{
		text-align: center;
	}
	#benefits .about-wrap h2 {
        margin: 0 0 20px!important;
    }
	.header .nav img{
        width: 16px;
        height: 16px;
	}
	#sobha-projects .about-wrap p{
        margin: 34px 0px 45px;
    }
    .about-left p {
        margin-bottom: 20px;
        text-align:center;
            max-width: 100%
    }
	#about-dubai{
	    margin-top: 60px;
	}
	.header .nav h3{
		font-size: 12px;
	}
	.header {
		height: 75px;
		padding: 12px 0;
	}
	.location-left,.location-img{
		width: 100%;
	}
	/*.location-section:before{*/
 /*       display: none;*/
	/*}*/
	.location-img{
		margin-top: 20px;
	}
	.location-left{
		padding: 50px 30px;
		align-items: center;
	}
	.location-left .flex-btns{
		margin-top: 0;
	}
	.location-left h2{
		width: 100%;
		text-align: center;
	}
	.location-left p{
		width: 100%;
		text-align: center;
	}
	#available-slots{
		margin: 0 15px;
	}
	.slots-info-grid{
		grid-template-columns: 1fr;
	}
	.investment img{
		max-width: 45px;
	}
	.slot-bottom-section{
		margin-top: 60px;
		flex-direction: column;
	}
	#about-sobha{
		margin-top: 60px;
	}
	.sobha-main{
		flex-direction: column;
	}
	.about-left{
		width: 100%;
	}
	.about-right{
		width: 100%;
		margin-top: 30px;
	}
	.venue-img iframe{
	    height: 290px!important;
	}
	#sobha-projects .flex-btns{
		margin-top: 33px;
	}
	#event-venue{
		margin-top: 60px;
	}
	.venue-section{
		flex-direction: column;
		margin-top: 0;
	}
	.venue-left p{
		margin: 0;
		text-align: center;
		max-width: 100%;
	}
	#about-provident{
		margin-top: 60px;
	}
	#about-provident p{
		max-width: 100%;
		margin-left: 0%;
	}
	.ticket-main{
		background-image: url(../images/ticket-bg-mob.svg?v=3);
        flex-direction: column;
        height: 856px;
	}
	.ticket-right{
		width: 100%;
	}
	.ticket-right h2 {
        font-size: 1.6rem;
        margin: 25px 0 0 19px;
    }
	.ticket-left h2{
		text-align: center;
		max-width: 100%;
		margin-top: 40px;
	}
    #get-your-ticket .booking-form-area input, #get-your-ticket .booking-form-area select {
        height: 30px !important;
    }
	.ticket-left p{
		text-align: center;
		font-size: 1.5rem !important;
		padding: 5px 0;
		width: auto;
		margin-bottom: 0;
	}
	.seat-info{
		justify-content: center;
		align-items: center;
		margin-top: 20px;
	}
	#days-left-counter2{
		margin-top: 15px;
		background: none;
		padding-top: 0;
	}
    .seat-info img {
        max-width: 90px;
    }
	#days-left-counter2:before{
		display: none;
	}
	#get-your-ticket .booking-form-area{
	    padding: 10px 17px 30px 61px!important;
	}
	.field-group-flex {
        flex-direction: column;
    }
    .field-group-col-1{
        width: 100%;
    }
    .field-group-col-2 {
        width: 100%;
    }
    .more-ticket-info {
        justify-content: center;
        margin: 0;
        gap: 27px;
        margin-top: 19px;
    }
    .more-ticket-info p {
        font-size: 15px !important;
    }
    .more-ticket-info img {
        max-width: 160px;
    }
	#get-your-ticket{
		margin: auto;
        margin-top: 80px;
        margin-bottom: 80px;
        max-width: 396px;
	}
	.venue-img{
		margin-left: 0;
		margin-top: 30px;
	}
	.venue-left{
		padding-left: 0;
	}
	.about-wrap h2{
		margin-top: 0;
	}
	.venue-left{
		width: 100%;
	}
	.venue-img{
		width: 100%;
	}
	#awards-and-recognition{
		margin-top: 60px;
	}
	#vist-area{
		margin-left: 15px;
		margin-right: 15px;
	}
	#vist-area .submit-btn{
		margin-top: 30px;
		text-align: center;
	}
	
	#sobha-projects{
		margin-top: 60px;
	}
	.bottom-section-left{
		width: 100%;
		align-items: center;
	}
	.bottom-section-left{
		padding-left: 0;
	}
	.bottom-section-left p{
		text-align: center;
	}
	.bottom-section-right{
		width: 100%;
	}
	.days-left-text{
		margin-top: 47px;
	}
	.days-left-text span{
		font-size: 60px;
	}
	.days-left-text{
		font-size: 44px;
	}
	.bottom-section-left h2{
		text-align: center;
		width: 100%;
	}
	.slot-bottom-section{
		margin-bottom: 0;
	}
	.location-section{
		flex-direction: column;
	}
	.more-info-fields .form-group {
        width: 100%;
    }
	.text-para{
		margin-top: 34px;
	}
	.bannerTop-wrap h2{
		font-size: 28px;
		text-align: center;
	}
	.bannerTop-wrap h3,.bannerTop-wrap h4{
		font-size: 20px;
		text-align: center;
	}
	.logos-box .logo img{
        left:50%;
        transform: translate(50%);
    }
	.bannerTop-wrap hr{
		width: 180px;
		margin-left: auto;
	}
	.about-form{
		display: none;
	}
	.investment-bottom .flex-btns a,#benefits .flex-btns a{
		width: 252px !important;
	}
	.free-benefits-wrap{
		flex-direction: column;
	}
	#free-benefits .about-wrap h2{
		text-align: center!important;
	}
	.about-wrap p{
		text-align: center;
	}
	.right-content{
		padding-left: 15px;
		margin-top: 25px;
	}
	#free-benefits ul{
		padding-left: 0;
	}
	.logos-flex {
		justify-content: center;
	}
	.white-arrow-1 {
		width: 35px !important;
	}
	#floorplans-bg {
		display: none;
	}
	#floorPlan::before {
		width: 78%;
		height: 335px;
		left: 0;
		top: 191px;
	}
	.footer-quote{
		padding: 0 15px 0;
	}
	#gallery-area::before {
		width: 80%;
		height: 179px;
		right: 0;
		bottom: -105px;
	}
	.autoPopup-form{
		padding: 40px 20px;

	}
	#gallery-area::after {
		display: none;
	}
	#floorPlan .banner-btns {
		align-content: flex-start;
		margin-top: 20px;
	}
	.payment-plan-img {
		display: none;
	}
	.banner-content {
		margin-left: 0;
		margin-right: 0;
		background: #00000000;
	}
	.register-btn a{
		width: 252px !important;
	}
	.visit-bg::before {
		display: none;
	}
	.nearby-locations div {
		text-align: left;
	}
	.nearby-locations div nav:nth-child(1) {
		font-size: 26px;
	}
	.nearby-locations div nav:nth-child(2) {
		font-size: 15px;
	}
	#gallery-area .banner-btns {
		margin-top: 15px;
	}
	section#about {
		padding-bottom: 0rem;
		padding-top: 2rem;
		padding-left: 0;
		padding-right: 0;
	}
	#gallery-area {
		margin-top: 0px;
	}
	.logos-flex {
		margin-top: 3%;
		position: inherit;
		transform: none;
	}
	.logos-flex img {
		max-width: 240px;
	}
	.expo-section h1{
		font-size: 3.3rem;
        margin-top: -94px;
	}
	.expo-section{
		padding: 26px 10px;
	}
	.expo-section::before{
		width: 20%;
	}
	.expo-section::after{
		width: 20%;
	}
	.banner-logo img {
		width: 100%;
	}
	.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;
	}

	.location-wrap-main {
		flex-direction: column;
		padding: 0 0px;
	}

	.banner-logo .logo-two {
		max-width: 160px;
		margin-left: 46px;
	}

	.amanities-wrap {
		grid-template-columns: auto;
	}

	#location-features {
		display: grid;
		padding-bottom: 15px;
		grid-template-columns: 1fr;
	}

	#location-features li {
		width: 100%;
		text-align: left;
	}
	.nearby-locations {
		grid-template-columns: 1fr 1fr;
	}
	.amanities-wrap .amanity img {
		max-width: 240px;
		padding: 0 15px;
	}
	.banner-btns .arrow-icon-2 {
		width: 17px !important;
		height: 26px;
	}
	.about-facts img {
		width: 100%;
		margin-left: 0;
	}
	.amanities-wrap .slick-back.slick-arrow {
		left: -7px;
	}

	.amanities-wrap .slick-forward.slick-arrow {
		right: -7px;
	}

	#gallery-area {
		padding-left: 0%;
		padding-right: 0%;
	}
	.pt-20 {
		padding-top: 10px;
	}
	.about-property {
		padding-left: 15px;
	}
	.about-property-right {
		padding: 30px 0;
	}
	#location {
		padding-top: 0 !important;
	}
	#floorPlan {
		padding-top: 0 !important;
	}
	.fin {
		margin-top: 40px !important;
	}

	.signup-wrap {
		padding: 30px 15px;
		text-align: center;
	}
	#vist-area {
		padding: 0 !important;
	}
	.visit-bg {
		background-color: #fff;
		background-image: none;
	}
	.visit-flex {
		display: block;
	}
	.subs-form p {
		margin-top: 15px;
	}
	#brochure-section-mob .brochure {
		background-position: 9%;
	}
	.footer-quote h2 {
		font-size: 2.2rem;
		text-align: center;
	}

	.bannerDownloadBrochure a,
	.DownloadBrochure a {
		font-size: 2.5rem;
		line-height: 3rem;
	}

	#banner .banner-logo .banner-icon-2 {
		width: 18px;
		height: 24px;
	}

	.bannerRegister a::before {
		width: 45px;
	}

	.amanities-wrap .amanity .amnity-name::before {
		width: 230px;
	}

	.tab-content img {
		width: 100%;
	}

	.unique-property br {
		display: none;
	}

	.unique-property {
		font-size: 3rem;
	}

	.amanities-wrap {
		column-gap: 25px;
		row-gap: 22px;
		grid-template-columns: 1fr 1fr;
		margin-top: 20px !important;
	}

	.slick-center {
		margin-bottom: 10px;
	}

	#location-features strong {
		font-size: 2rem;
	}

	#brochure-section .brochure {
		padding: 30px 12px;
		padding-left: 12px;
		height: 568px;
		flex-direction: column;
		background-position: 10% 50%;
		align-items: center;
		row-gap: 35px;
	}

	.bg-blue {
		padding: 10px 32px 32px 32px;
	}

	.brochure-head {
		position: inherit;
		z-index: 999;
	}

	.brochure-head div {
		color: #000;
		text-transform: uppercase;
		font-size: 1.5rem;
		background: #ffffff;
		padding: 15px 15px;
		border-radius: 20px;
		text-align: center;
	}

	.broImg img {
		max-width: 280px;
	}

	.brochure-head nav {
		text-align: center;
		font-size: 20px;
		margin-bottom: 7px;
		color: black;
	}
	.brochure-head .b-btns {
		position: relative;
		left: 50%;
		transform: translate(-50%);
		margin-top: 26px;
	}
	#brochure-section-mob .brochure {
		height: 596px;
		padding-left: 0;
	}
	.bro-form {
		padding-left: 0;
		padding-top: 0;
	}
	#signs {
		margin-top: 0rem;
	}

	#signs .bg-blue {
		padding-top: 4rem;
	}

	#subPop .submit-btn {
		padding: 0;
		max-width: 200px;
		margin: 0 auto;
	}

	#locationArea .full-image {
		padding: 30px 0 0 0;
		padding-bottom: 20px;
	}

	.videoImage img {
		margin-top: 15px;
	}

	.distance-time {
		padding-bottom: 30px;
	}

	.mob-hide {
		display: none !important;
	}
	.grisogono .container .inner {
		flex-direction: column;
	}
	.grisogono-left {
		width: 100%;
	}
	.grisogono .grisogono-img {
		width: 100%;
		order: -1;
	}
	.grisogono-img img {
		margin-top: 0;
		margin-bottom: 20px;
	}
	.grisogono-inner-left {
		width: 100%;
		padding-left: 13px;
	}
	.grisogono .DownloadBrochure {
		margin-bottom: 25px;
	}
	.pt20 {
		flex-direction: column;
	}
	.about-property-img {
		width: 100%;
	}
	.about-property-right {
		width: 100%;
	}
	.about-property-inner {
		flex-direction: column;
	}
	.logo-three,
	.over-btns {
		display: none;
	}

	.banner-logo {
		align-items: center;
		justify-content: space-around;
		margin-top: 0;
		margin-left: 20px;
		margin-right: 5%;
		margin-bottom: 10%;
	}
	.investment{
		grid-template-columns: 1fr ;
		column-gap: 10px;
	}
	.investment img {
		max-width: 32px;
	}
	.investment h3{
		font-size: 20px;
		text-align: center;
	}
	.banner-btns {
		display: flex;
		flex-direction: column;
		width: 100%;
		align-items: start;
		margin-left: 0%;
		gap: 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: 2.2rem;
		margin: 20px auto;
	}
	.investment-bottom h2{
		font-size: 2.2rem;
	}
	.about-wrap hr {
		width: 160px;
	}

	.distance-time p {
		font-size: 1.5rem;
	}

	.less-section {
		padding: 2rem 0 !important;
	}
	.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;
	}
	.gallery {
		display: none;
	}

	.bedrooms-list li a {
		font-size: 2.3rem;
	}

	.bedrooms-list li a img {
		max-width: 22px;
	}

	.bedrooms-list-wrap {
		/*padding: 0 15px 15px 15px;*/
	}

	.about-facts {
		gap: 20px;
	}

	.aboutbg_left-img img {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	.radius-area .aboutbg-img {
		display: block;
	}
	.videoBtn img {
		max-width: 55px;
	}
	.videoBtn p {
		font-size: 1.2rem;
		margin-bottom: 0px;
	}
	.zaro-top-section {
		padding: 2rem 0 2rem 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;
		align-items: center;
		gap: 10px;
	}
	.flags{
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 40px 5px;
	}
	.ticket-left nav{
		text-align: center;
		font-size: 1.4rem;
	}
	.ticket-left{
		align-items: center;
		margin-top: 18px;
        width: 100%;
	}
	.benefits{
		grid-template-columns: 1fr;
		row-gap: 30px;
	}
	.floorplans {
		padding: 0 0 0px 0;
	}
	#floorplans-bg .popbtn {
		padding: 25px 0;
	}
	.banner-wrap .banner-area ul {
		font-size: 2rem !important;
	}
	.floorplans img {
		border-radius: 0px;
	}
	.banner-hightlights {
		background-color: transparent;
	}
	.show-info img{
		max-width: 190px;
	}
	.show-info img{
		margin-top: -48px;
	}
	.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: -35%;
	}
	#video-area .aboutbg-img {
		display: none;
	}
	.section-about-title {
		text-align: center;
	}

	.visit-content {
		height: 100%;
		padding: 40px 15px 30px;
	}
	.show-info h2{
		height: 68px;
	}
	.show-info h2::before{
		width: 85px;
		height: 65px;
	}
	.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*/

	.autoPopup-description {
		text-align: center;
	}

	.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%;
		left: 0;
	}
	.social-media-icon ul li a {
		padding: 10px 8px;
		font-size: 20px;
	}
	.social-media-icon ul li a span {
		margin-left: 0;
	}
	.social-media-icon ul li a .icon {
		font-size: 20px;
	}
	.footer {
		padding-top: 0rem !important;
	}
}

/*-------------------------------------------------------------------------------
  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: 4rem 0;
}

.zaro-section {
	padding: 0 0 0 0;
}

.zaro-top-section {
	padding: 0 0 2rem 0;
}

.zaro-bottom-section {
	padding: 2rem 0 0 0;
}

.section {
	padding: 6rem 0;
}

.about-color {
	color: #a5865f;
}
.about-btn {
	display: flex;
	justify-content: flex-end;
	margin-top: 30px;
	margin-right: 40px;
}
.about-btn .regBtn .btn-yellow {
	width: 100%;
	border-color: #000;
	background-color: #fff;
}
.about-btn .bannerColor a {
	background-color: #fff !important;
	color: #000 !important;
}
.section-title {
	margin: 0;
}

.section-title .link-arrow-2 {
	margin-top: 1.05rem;
}

.section-subtitle {
	display: inline-block;
	font-weight: 500;
	font-size: 1.142rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #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;
}

.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: -4rem -2.5rem 0 -2.5rem;
}

.col-service {
	color: #333;
	margin-top: 4rem;
	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: "Poppins", sans-serif;
	font-weight: 400;
	color: #666666;
	text-align: left;
	padding: 1.1rem;
}

.map-title {
	margin-bottom: 2rem;
}

.map-address-row {
	margin-bottom: 1rem;
	font-size: 1rem;
	line-height: 1.7;
}

.map-address-row .fa {
	margin-right: 0.5rem;
}

.gmap-open {
	margin: 2rem 0 0;
}

.row-contact {
	margin: -6rem -3.5rem 0;
}

.col-contact {
	margin-top: 6rem;
	padding: 0 3.5rem;
}

.contact-title {
	letter-spacing: 0;
	margin: 0;
}

.contact-top {
	margin-bottom: 1.3rem;
}

.contact-title span {
	color: #999;
	font-weight: 400;
}

.contact-address {
	font-size: 1.142rem;
	line-height: 1.875;
	letter-spacing: -0.025rem;
	margin-bottom: 2rem;
}

.contact-row {
	margin-bottom: 0.6rem;
}

.phone-lg {
	font-size: 2.142rem;
	line-height: 1.3;
	margin-bottom: 3.6rem;
}

.contact-social {
	margin-top: 1rem;
}

.contact-social a {
	color: #999999;
	font-size: 1.3rem;
}

.section-message {
	padding-top: 8rem;
}

/* 3.9 Footer */

.footer {
	color: #000;
	line-height: 1.71;
	padding-top: 2rem;
	padding-bottom: 2rem;
	background-color: #fff;
}

.footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer ul li a {
	color: #000;
}

.footer ul .active a,
.footer ul li a:hover {
	color: #f37233;
	text-decoration: none;
}

.footer-flex {
	width: 100%;
}

.footer-flex a:hover {
	color: #F4783E;
}

.footer-flex .flex-item {
	margin-top: 2rem;
	text-align: center;
}

.footer-flex .flex-item h2 {
	color: #000;
	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;
}

#get-your-ticket .success-message,
#get-your-ticket .error-message {
	display: none;
	margin-top: -12px!important;
    font-size: 10px!important;
}
.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;
}

/* ------------------------------------------------------------------------------- */
/*  8. Responsive styles
/* ------------------------------------------------------------------------------- */

/* 5.1 Min width 768px */

@media (min-width: 768px) {
	html {
		font-size: 13px;
	}
	.pull-sm-left {
		float: left;
	}

	.pull-sm-right {
		float: right;
	}

	/* Sidebar Menu */

	.menu {
		width: 50%;
	}

	/* Homepage */

	.boxed {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.boxed-inner {
		padding-left: 0;
	}

	.right-boxed {
		right: 3rem;
	}

	.left-boxed {
		left: 3rem;
	}

	/* Section About */

	.section-about {
		padding-top: 12rem;
	}

	/* Homepage v2 */

	.project-box {
		padding-bottom: 75%;
	}

	.row-contact-info {
		margin-top: -2rem;
	}

	.col-contact-info {
		padding-top: 4rem;
		margin-top: 2rem;
	}

	/* Footer */

	.footer-flex .flex-item {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

/* 5.2 Min width 992px */

@media (min-width: 992px) {
	html {
		font-size: 14px;
	}

	/* Helpers */

	.pull-md-right {
		float: right;
	}

	/* Sidebar Menu */

	.menu {
		width: 35%;
		max-width: 550px;
	}

	/* Homepage */

	.boxed {
		padding-left: 4.2857rem;
		padding-right: 4.2857rem;
	}

	.right-boxed {
		right: 4.2857rem;
	}

	.left-boxed {
		left: 4.2857rem;
	}

	.map {
		height: 36rem;
	}

	/* Homepage v2 */

	.boxed-inner .boxed {
		padding-left: 6rem;
	}

	.service-list {
		margin-bottom: 0;
	}

	.col-contact-info {
		border-top: 0;
		padding-top: 0;
	}

	.row-contact-info {
		margin-top: -5rem;
	}

	.col-contact-info {
		margin-top: 5rem;
	}

	.col-contact-info:nth-child(2n) {
		border-left: 1px solid #cacaca;
	}
}

/* 5.3 Min width 1200px */

@media (min-width: 1200px) {
	/* Helpers */

	.pull-lg-right {
		float: right;
	}

	/* Section Projects */

	.section-projects .filter-content {
		margin-top: 0;
	}

	/* Homepage v2 */

	.scrollable-testimonials .title-uppercase {
		margin-top: 22vh;
		margin-bottom: 0;
	}

	.scrollable-testimonials .vertical-centred {
		padding-top: 17rem;
		padding-bottom: 8rem;
	}

	.col-contact-info {
		border-left: 1px solid #cacaca;
	}

	/* Footer */

	.footer-flex .flex-item {
		-webkit-box-flex: none;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
	}
}

/* 5.4 Min width 1550px */

@media (min-width: 1550px) {
	.visible-xl {
		display: block !important;
	}
}

/* 5.5 Min Height 500px */

@media (min-height: 500px) {
	#pp-nav .pp-nav-up,
	#pp-nav .pp-nav-down {
		display: block;
	}
}

/* 5.6 Min Height 600px */

@media (min-height: 600px) {
	/* Sidebar Menu */

	.menu .menu-lang {
		top: 7rem;
	}

	.mobile-menu ul {
		top: 11rem;
	}

	.mobile-menu ul > li {
		font-size: 2.571rem;
	}

	.menu-footer {
		bottom: 6rem;
	}

	.menu-footer .copy {
		display: block;
	}
}

/* 5.7 Min Height 700px */

@media (min-height: 700px) {
	/* Homepage v2 */

	.copy-bottom {
		display: block;
	}

	.lang-bottom {
		display: block;
	}
}
