*{
	margin: 0 auto;
	padding: 0;
}

/*@font-face{*/
/*	font-family: heading-font;*/
/*	src: url('../fonts/heading-font.ttf');*/
/*}*/
/*@font-face{*/
/*	font-family: Quicksand-Light;*/
/*	src: url('../fonts/Quicksand-Regular.otf');*/
/*}*/
/*@font-face{*/
/*	font-family: text-regular;*/
/*	src: url('../fonts/text-regular.ttf');*/
/*}*/
/*@font-face{*/
/*	font-family: text-semibold;*/
/*	src: url('../fonts/text-semibold.ttf');*/
/*}*/
/*@font-face{*/
/*	font-family: text-bold;*/
/*	src: url('../fonts/text-bold.ttf');*/
/*}*/
/*@font-face{*/
/*	font-family: text-black;*/
/*	src: url('../fonts/text-black.ttf');*/
/*}*/

@font-face {
    font-family: 'Quicksand';
    src: url('../woff2/quicksand-light.woff2') format('woff2'),
        url('../woff/quicksand-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../woff2/quicksand-regular.woff2') format('woff2'),
        url('../woff/quicksand-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../woff2/segoeuiblack.woff2') format('woff2'),
        url('../woff/segoeuiblack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../woff2/segoeui-bold.woff2') format('woff2'),
        url('../woff/segoeui-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../woff2/segoeui.woff2') format('woff2'),
        url('../woff/segoeui.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../woff2/segoeui-semibold.woff2') format('woff2'),
        url('../woff/segoeui-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

html{
    scroll-behavior: smooth;
}

body{
	font-family: 'Segoe UI';
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Quicksand';
}


.theme-btn {
    display: inline-block;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    font-family: 'Segoe UI';
}

.theme-btn svg {
    height: 31px;
    margin-right: 7px;
}

.theme-btn:hover {
    text-decoration: none;
    color: #000;
}

.btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none !important;
    border: 0;
    /* vertical-align: middle; */
    text-decoration: none;
    background: transparent;
    padding: 0;
    /* font-size: inherit; */
    /* font-family: inherit; */
    box-shadow: none !important;
}
.btn.theme-btn {
    width: 12rem;
    height: auto;
}
.btn.theme-btn .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #282936;
    border-radius: 1.625rem;
}
.btn.theme-btn .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}
.btn.theme-btn .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}
.btn.theme-btn .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}
.btn.theme-btn .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 2.1rem;
    color: #282936;
    /* font-weight: 700; */
    /* line-height: 1.6; */
    text-align: center;
    text-transform: uppercase;
}
.btn:hover .circle {
    width: 100%;
}
.btn:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}
.btn:hover .button-text {
    color: #fff;
}



.section-head {
    /* text-transform: uppercase; */
    margin-bottom: 40px;
}


.section-head h2 {
    font-size: 36px;
    text-transform: uppercase;
}

.section-head p {
    font-size: 13px;
    line-height: 2;
    margin-top: 10px;
}

::-webkit-scrollbar-track {
  background: #f3f3f3; 
}
 
::-webkit-scrollbar-thumb {
  background: #1e272c; 
}

::-webkit-scrollbar {
  width: 10px;
}

/* Swiper Default CSS */
.swiper-container {
	width: 100%;
	height: 100%;
}
.banner-section .swiper-slide{
    
    margin: 0;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;	
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
    text-decoration: none !important;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
    /*margin: 15px;*/
}



/* Header Styling */
header {
    color: #000;
    position: fixed;
    width: 100%;
    z-index: 99;
    transition: .5s;
}

header .logo {
    margin-left: 0;
    transition: .5s;
}

header .nav-right {
    margin-right: 0;
    /* width: 40%; */
}

header .nav-right ul {
    display: flex;
    /* align-items: center; */
    list-style: none;
    margin-bottom: 0;
    flex-wrap: wrap;
}

header .nav-right ul li {
    margin: 0 10px;
    border-right: 1px solid #0000000a;
    padding-right: 20px;
    height: 60px;
    display: flex;
    align-items: center;
}

header .nav-right ul li.phone-menu img {
    max-height: 32px;
    margin-right: 7px;
}

header a {
    color: #000;
}

header .nav-right ul li .a {
    stroke: #000;
}

header.fixed {
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 13%);
}

header.fixed .logo img {
    height: 70px;
}

header .logo img {
    transition: .5s;
}

header .nav-right .logo img {
    height: auto;
}

header .logo img {
    height: 100px;
}

header.fixed .logo {
    margin-left: 20px;
}

.project-detail-page header .logo img,
.choose-neighbour-page header .logo img,
.careers-page header .logo img,
.about-us-page header .logo img {
    height: 70px;
}

.project-detail-page header .nav-right .logo img,
.choose-neighbour-page header .nav-right .logo img,
.careers-page header .nav-right .logo img,
.about-us-page header .nav-right .logo img {
    height: auto;
}

.project-detail-page header,
.choose-neighbour-page header,
.careers-page header,
.project-detail-gallery-page header,
.project-detail-features-page header,
.about-us-page header {
    background-color: #fff;
    position: sticky;
    top: 0;
}

.project-detail-gallery-page .section-head h2,
.project-detail-features-page .section-head h2{
    font-weight: 400;
}

.project-detail-page header .logo,
.about-us-page header .logo {
    margin-left: 15px;
}

header .nav-right ul li:last-child {
    border: none;
    width: 35px;
    padding-right: 0;
}

header .nav-right ul li.logo a {
    font-weight: 600;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 3.5;
    display: flex;
    align-items: center;
}

header .nav-right ul li.logo a span {
    padding-right: 10px;
}

header .nav-right ul li:last-child img {
    height: 18px;
}

header .nav-right ul li a span {
    display: flex;
    position: relative;
}

header .nav-right ul li:hover a .nav-menu-icon:first-child {
	transform: translateY(-15px);
	opacity: 0;
}

header .nav-right ul li a .nav-menu-icon:last-child {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(15px);
    opacity: 0;
}

header .nav-right ul li a .nav-menu-icon {
    transition: .4s;
}

header .nav-right ul li:hover a .nav-menu-icon:last-child {
	transform: translateY(0px);
	opacity: 1;
	transition-delay: .1s;
}

header .nav-right ul li a .nav-menu-icon:first-child {
    transform: translateY(0px);
    opacity: 1;
}
/* Banner Styling */

.banner-section {
    height: calc(100vh - 80px);
    background-size: cover;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    padding-top: 0px;
    position: relative;
}

.homepage .banner-section {
    height: 100vh;
}

.banner-section .banner-content {
    text-align: center;
    text-transform: uppercase;
    opacity: 0;
    transition: .5s;
}
.banner-section .swiper-slide-active .banner-image {
    /*background-size: 110%;*/
    transition: 6s;
}
.banner-image {
    position: absolute;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    transition: 2s;
}

.banner-section .swiper-slide.swiper-slide-active .banner-image {
    transform: scale(1.2);
}


video.banner-image{
    height: auto;
}

.banner-section .swiper-slide-active .banner-content {
    opacity: 1;
    z-index: 1;
}

.banner-section .banner-content .sub-title {
    display: inline-block;
    background-color: #fff;
    opacity: 0;
    padding: 5px 15px 5px;
    font-family: 'Segoe UI';
    font-size: 17px;
    font-weight: 600;
    transition: .5s;
    transform: translateY(100%);
}

.banner-section .banner-content .title h2 {
    font-size: 55px;
    background-color: rgb(0 0 0 / 60%);
    color: #fff;
    padding: 7px 20px;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 300 !important;
    font-family: 'Quicksand';
    letter-spacing: -1px;
}

.banner-section .banner-content .banner-btn-div a {
    display: inline-block;
    background-color: #fff;
    border-radius: 0;
    padding: 13px 50px 15px;
}

.enter-website-btn {
    position: absolute;
    transform: translateX(-50%);
    height: 70px;
    display: inline-block;
    bottom: 0px;
    transition: .5s;
}

.enter-website-btn img {
    max-height: 100%;
    transition: .3s;
}

.enter-website-btn:hover img {
    transform: translateY(10px);
}

.banner-section .swiper-slide-active .banner-content .title h2:first-child {
    transform: translateY(0%);
    opacity: 1;
    transition-delay: .5s;
}

.banner-section .swiper-slide-active .banner-content .title h2:last-child {
    transform: translateY(0%);
    opacity: 1;
    transition-delay: .5s;
}

.banner-section .banner-content .title h2:first-child {
    transform: translateY(100%);
    transition: 1s;
    opacity: 0;
}

.banner-section .swiper-slide-active .banner-content .sub-title {
    transition-delay: 1s;
    transform: translateY(0%);
    opacity: .68;
}

.banner-section .banner-content .title h2:last-child {
    transform: translateY(-100%);
    transition: .5s;
    opacity: 0;
}

.banner-btn-div {
    transform: translateY(-100%);
    transition: .5s;
    opacity: 0;
}

.banner-section .swiper-slide-active .banner-content .banner-btn-div {
    transition-delay: 1s;
    transform: translateY(0);
    opacity: 1;
}

.banner-section .banner-content .enter-website-btn {
    opacity: 1;
    bottom: 30px;
    transition-delay: 1s;
}

.main-home-slider-prev {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    z-index: 1;
    outline: none !important;
}

.main-home-slider-next {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    outline: none !important;
}

/* About Section */
.about-section {
    padding: 60px 0;
    overflow: hidden;
}

.about-section-content .text {
    font-size: 20px;
    padding-top: 40px;
    position: relative;
    transform: translateY(50px);
    transition: .5s;
    opacity: 0;
}

.counter-text {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 35px 0;
}

.counter-text .about-counter {
    margin: initial;
    transform: translateY(50px);
    opacity: 0;
    transition: .5s;
}

.counter-text .about-counter p {
    margin-bottom: 0;
    font-family: 'Segoe UI';
    font-size: 14px;
}

.counter-text .about-counter h3 {
    font-size: 37px;
    margin-bottom: 2px;
}

.counter-text .about-counter h3 .small {
    font-size: 21px;
    font-weight: 600;
    margin-left: -5px;
    display: inline-block;
}

.about-section-content .text::before {
    content: '';
    background-color: rgb(112 112 112 / .19);
    width: 90%;
    height: 1px;
    position: absolute;
    top: 0;
}

.about-img {
    max-width: 80%;
    margin-right: 0;
    text-align:center;
    transition: .9s;
    transform: translateX(100px);
    opacity: 0;
}


.projects-listing-page .paramount-section .section-head{
    transform: translateY(0px);
    opacity: 1;
}


.paramount-section.active .section-head {
    transform: translateY(0px);
    transition-delay: .5s;
    opacity: 1;
}

.paramount-section .section-head {
    transform: translateY(70px);
    opacity: 0;
    transition: .5s;
}

.about-section.active .text {
    transform: translateY(0px);
    transition-delay: .9s;
    opacity: 1;
}

.about-section.active .counter-text .about-counter:first-child {
    transition-delay: 1.2s;
}

.about-section.active .counter-text .about-counter{
    transform: translateY(0px);
    opacity: 1;
}

.about-section.active .counter-text .about-counter:nth-child(2) {
    transition-delay: 1.5s;
}

.about-section.active .counter-text .about-counter:nth-child(3) {
    transition-delay: 1.8s;
}

.about-section.active .counter-text .about-counter:nth-child(4) {
    transition-delay: 2.1s;
}

.about-section.active  .about-img {
    transition-delay: .7s;
    transform: translateX(0px);
    opacity: 1;
}

.about-section.active .button {
    transition-delay: 2s;
    transform: translateY(0px);
    opacity: 1;
}

.about-section .button {
    padding-top: 10px;
    transition: .5s;
    transform: translateY(40px);
    opacity: 0;
}

/* World Paramount Section */
.world-paramount-content {
    width: 25%;
    color: #fff;
    padding: 30px 20px 30px 30px;
    /* height: 100%; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.world-paramount-slider-sec {
	width: 75%;
	background-color: #EEEEEE;
	padding: 60px 0 60px;
}

.world-paramount-slider-sec .swiper-slide{
	width: 35%;
	padding: 12px;
	background: transparent;
}

.world-paramount-card {
    width: 100%;
    box-shadow: 0 0 13px rgb(0 0 0 / 6%);
    height: 100%;
    transition: .5s;
    background-color: #fff;
}
.plus-sign .world-paramount-card{
    border-radius: 50%;
    width: 200px;
    height: 200px;
}
.world-paramount-card .img {
     height: 190px; 
    overflow: hidden;
}

.world-paramount-card .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.paramount-card-content {
    text-align: left;
    padding: 25px 25px;
}

.paramount-card-content h4 {
    font-size: 15px;
    font-family: 'Segoe UI';
    transition: .5s;
    min-height: 20px;
    text-transform: uppercase;
}
.paramount-card-content .paramount-card-para {
    font-size: 13px;
    line-height: 2;
    padding-top: 13px;
    border-top: 1px solid #dcdcdc;
    margin-top: 20px;
    font-family: 'Segoe UI';
    color: #000;
    margin-bottom: 15px;
    transition: .5s;
    backface-visibility: hidden;
}
.paramount-card-content>p {
    font-size: 13px;
    line-height: 2;
    padding-top: 13px;
    border-top: 1px solid #dcdcdc;
    margin-top: 20px;
    font-family: 'Segoe UI';
    color: #000;
    margin-bottom: 30px;
    transition: .5s;
    backface-visibility: hidden;
}

.card-btn .paramount-card-info {
    display: flex;
    flex-wrap: wrap;
}

.paramount-card-info .info {
    width: 100%;
    display: flex;
    justify-content: start;
}

.paramount-card-info .card-btn {
    width: 100%;
    font-size: 14px;
    margin-top:10px;
    color: #545454;
    text-align: left;
}

.paramount-card-info .card-btn img {
    filter: invert(1);
    height: 13px;
    margin-left: 5px;
}

.paramount-card-info .info p img {
    height: 17px;
    margin-right: 5px;
}

.paramount-card-info .info p {
    font-size: 14px;
    color: #545454;
    margin: initial;
    margin-right: 20px;
}
.world-paramount-section .paramount-card-info .info {
    display: unset;
    justify-content: unset;
}

.world-paramount-section .paramount-card-info .info p {
    margin-bottom: 10px;
    margin-right: 0;
}

.world-paramount-card:hover {
    transform: scale(1.03);
    backface-visibility: hidden;
    box-shadow: 0 0 13px rgb(0 0 0 / 20%);
}

.world-paramount-card:hover .paramount-card-content>p {
    border-color: #0bb1ee;
}

.world-paramount-card:hover .img img {
    transform: scale(1.1);
}

.world-paramount-card:hover .paramount-card-content>h4 {
    color: #1e272c;
    font-size: 17px;
    backface-visibility: hidden;
}

.world-paramount-content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: #1E272C;
    transition: 1.5s;
}

.homepage .world-paramount-section.active .world-paramount-content::after {
    width: calc(100% + 100px);
}

.world-paramount-content>div {
    position: relative;
    z-index: 1;
}


.world-paramount-slider-arrows {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.world-paramount-slider-arrows>div {
    margin: initial;
    margin-right: 10px;
    outline: none;
    cursor: pointer;
}

.homepage .paramount-card-content .paramount-card-info {
    display: flex;
    flex-wrap: wrap;
}

/* Gallery Section */
.gallery-slider .swiper-slide {
	width: auto;
	background: transparent;
	transition: .3s;
	/* height: 330px; */
	padding: initial;
}

.gallery-slider .swiper-slide img {
	/*height: 100%;*/ 
    margin: 0 10px;
}
div#lightbox {
    position: fixed !important;
    top: 50% !important;
    transform: translateY(-50%);
}

.gallery-slider .swiper-slide:hover {
	transform: scale(1.09);
	/* height: 350px; */
	z-index: 1;
}

.gallery-slider .swiper-wrapper {
    padding: 50px 0;
}

.gallery-slider .swiper-slide .img {
    height: 100%;
}

.gallery-content.world-paramount-content::after {
    content: none;
}

.gallery-content.world-paramount-content {
    color: #000;
    width: 25%;
    /*padding-left: 120px;*/
    /*padding-right: 30px;*/
}

.gallery-content.world-paramount-content .world-paramount-slider-arrows>div {
    filter: invert(1);
}

.gallery-slider.world-paramount-slider-sec {
    width: 75%;
    background-color: #fff;
}

.gallery-background-1 {
    position: absolute;
    bottom: 5%;
    height: 33%;
    left: 15%;
    opacity: .4;
    filter: grayscale(1);
}

.gallery-background-2 {
    position: absolute;
    height: 43%;
    right: 10%;
    opacity: 0.4;
    top: 4%;
    filter: grayscale(1);
}

.gallery-background-2 img {
    height: 100%;
}

section.paramount-section.gallery-section {
    position: relative;
}

.gallery-background-1 img {
    height: 100%;
}

/* Meet Perspective */

.meet-perspective-slider-section {
    width: 100%;
    padding-left: 90px;
    transition: .7s;
    transform: translateY(90px);
    opacity: 0;
}

.meet-perspective-slider .swiper-slide .img {
    width: 50%;
    overflow: hidden;
}

.meet-perspective-slider .swiper-slide .img img {
    max-width: 100%;
    transition: .5s;
    transform: scale(1.25);
    height: 286px;
    object-fit: cover;
}

.meet-perspective-slider .designation {
    background-color: #1E272C;
    color: #fff;
    padding: 25px 20px;
}

.meet-perspective-slider .designation p {
    margin-bottom: 3px;
}

.meet-perspective-slider .content {
    text-align: left;
    font-size: 14px;
    width: 60%;
    transition: .5s;
    min-height: 265px;
}

.meet-perspective-slider .swiper-slide {
    box-shadow: 0 0 15px #00000021;
    align-items: initial;
    width: 40%;
    transition: .7s;
    text-decoration:none;
}

.homepage .meet-perspective-slider .swiper-slide:hover .img img {
    transform: scale(1);
}

.homepage .meet-perspective-slider .swiper-slide:hover {
    box-shadow: 0 0 15px #0000004f;
}

.homepage .meet-perspective-slider .swiper-slide:hover .content {
    width: 50%;
}

.meet-perspective-slider {
    
}
.meet-perspective-slider {
    padding: 50px 0 60px;
    padding-left: 120px;
    height: auto;
}

.meet-perspective-slider .address {
    padding: 14px;
}

.meet-perspective-slider .address svg {
    margin-right: 7px;
    width: 18px;
    margin-left: 0;
}

.meet-perspective-slider .address .svg .a {
    fill: #0db2ef;
}

.meet-perspective-slider .address p {display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: center;color:#212529;}

.meet-perspective-slider .address span {
    width: auto;
    display: inline-block;
    margin-left: 0;
}

.meet-perspective-head-sec {
    width: 100%;
    padding: 20px 0 10px;
    padding-left: 120px;
    display: flex;
    /* background-color: #1e272c; */
    color: #fff;
    background-size: 0%;
    position: relative;
}

.meet-perspective-head-sec::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #1e272c;
    transition: 1s;
}

.meet-perspective-section.active .meet-perspective-head-sec::before {
    width: 100%;
}

.meet-perspective-head-sec .section-head {
    margin-bottom: 0;
    margin-left: 0;
    width: 75%;
}
.meet-perspective-head-sec .world-paramount-slider-arrows{

    z-index: 9;
}

.testimonials-head {
    width: 75%;
    margin-left: 0;
}
.testimonials-head .world-paramount-slider-arrows{

    z-index: 9;
}


/*.testimonials-section .testimonials-head{*/
/*    width: 100%;*/
/*}*/

.testimonials-section .meet-perspective-slider-section {
    background: #fff;
    padding: 0 15px;
}

.testimonials-slider {
    padding: 40px 5px;
}

.testimonials-slider .img {
    width: 100%;
}

.testimonials-slider .swiper-slide {
    flex-wrap: wrap;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 12%); */
}

.testimonials-slider .content {
    padding: 20px;
    text-align: left;
    font-size: 14px;
}

.testimonials-slider .content p.semi-bold {
    font-family: 'Segoe UI';
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
}

.testimonials-slider .content .stars {
    margin-bottom: 7px;
}

.testimonials-section {
    padding-bottom: 70px;
    background-color: #fff !important;
}

.testimonials-slider .swiper-slide {
    text-align: center;
}

.testimonials-slider .swiper-slide .content {
    text-align: center;
}

.testimonial-name {
    margin-top: 20px;
}

.testimonial-name .name {
    margin-bottom: 0;
    font-weight: 600;
}

.testimonial-name .designation {
    color: #797979;
}

.testimonials-slider .swiper-slide .content .text {
    font-size: 15px;
    /* color: #000; */
}

.swiper-pagination-bullet-active {
    background: #3E3E3E;
}

.world-paramount-slider-sec .swiper-container {
    transform: translateX(90px);
    transition: .7s;
    opacity: 0;
}

.paramount-section.active .meet-perspective-slider-section {
    transform: translateY(0);
    transition-delay: .9s;
    opacity: 1;
}

.paramount-section.active .world-paramount-slider-sec .swiper-container {
    transform: translateX(0px);
    transition-delay: .7s;
    opacity: 1;
}

.gallery-section-div, .world-paramount-section {
    overflow-x: hidden;
    position: relative;
}

.meet-perspective-section {
    background-color: #EEEEEE;
}


/*Footer*/
.footer-about-sec {
    width: 30%;
}

.footer-links {
    width: 20%;
    padding-top: 100px;
}

.footer-subscribe {
    width: 25%;
    padding-top: 100px;
}

h3.footer-head {
    font-family: 'Segoe UI';
    margin-bottom: 25px;
    font-size: 21px;
}
ul.footer_social li {
    padding: 5px 10px;
    display: inline-block;
}
ul.footer_social {
    display: inline-flex;
    background: black;
}
.footer-bottom {
    border-top: 1px solid;
    padding: 20px 0 8px;
    margin-top: 30px;
}
.copy_right{
    font-size:14px;
}
.copy_right span{
    color:#0eb3ef;
}
ul.footer_social li a{
    color: #FFF;
    font-size: 16px;
}

footer {background-size: cover;
    color: #fff;
    padding-bottom: 10px;
}

.footer-bottom a{
    color: #29b1e6;
    font-weight: 600;
}
.footer-links li {
    list-style: none;
    margin-bottom: 20px;
}

.footer-links li a {
    color: #fff !important;
}

footer .about-content {
    margin-top: 30px;
    padding-right: 60px;
}

.subscribe-div .subscribe-btn {
    background-color: #0eb3ef;
    color: #fff;
    padding: 7px 25px 11px;
    font-size: 14px;
    margin-top: 10px;
    border: none;
}

.subscribe-div .form-control {
    border-radius: 0;
    border: none;
}

footer .contact-detail svg {
    margin-right: 9px;
}

footer .about-content .contact-detail {
    margin-top: 40px;
}

footer .about-content>p {
    line-height: 2;
}

footer .about-content .contact-detail p a {
    color: #fff;
}

/* Find Your Perfect Home */
.main-slider .banner-content {
    text-align: left;
}

.main-slider .container {
    z-index: 1;
}

.main-slider-pagination {
    bottom: 20px;
}

.main-slider-pagination .swiper-pagination-bullet {
    background-color: #fff;
    margin: 0 5px;
    opacity: 1;
    width: 10px;
    height: 10px;
    transition-duration: .7s;
    outline: none !important;
}

.main-slider-pagination .swiper-pagination-bullet-active {
    background-color: #0DB2EF;
    width: 25px;
    border-radius: 14px;
}

.project-slider-arrows {
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: flex;
    right: 0;
}

.project-slider-arrows .prev-arrow, .project-slider-arrows .next-arrow {
    width: 60px;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #1E272C;
    padding: 14px;
    outline: none !important;
    cursor: pointer;
}

.project-slider-arrows .next-arrow {
    /* width: 70px; */
}

.project-slider-area .swiper-slide {
    overflow: hidden;
}

.project-tabs .nav-tabs {
    border: none;
    justify-content: center;
    margin-top: -1px;
    margin-bottom: 70px;
}

.project-tabs .nav-tabs .nav-link {
    border: 1px solid #707070;
    border-radius: 0;
    padding: 25px 8px;
    color: #1E272C !important;
    transition: .3s;
}

.project-tabs .nav-tabs .nav-item {
    margin: 0;
    width: 19%;
    text-align: center;
}

.project-tabs .nav-tabs .nav-item:nth-child(2) {
    margin: 0 -1px;
}

.project-tabs .nav-tabs .nav-link.active {
    background-color: #1E272C !important;
    color: #fff !important;
}

.project-tabs .nav-tabs .nav-link:hover {
    background-color: #1e272ce0;
    color: #fff !important;
}

.project-tabs {
    /*padding: 0 30px;*/
    /*margin-bottom: 60px;*/
}

.project-slider-area {
    position: relative;
}

.project-content-area {
    padding-right: 90px;
    padding-left: 30px;
}

.project-content-area .section-head p {
    font-size: 15px;
    margin-top: 0;
}

.project-content-area .paramount-card-info .info {
    margin-left: 0;
    margin-bottom: 30px;
}

.project-content-area .section-head {
    margin-bottom: 0;
}

.project-content-area .paramount-card-info .info p {
    color: #000;
}

.project-content-area .content {
    margin-bottom: 20px;
    color: #000;
    font-size: 14px;
    line-height: 1.8;
}

.project-content-area .content p {
    margin-bottom: 10px;
}

.tab-content .tab-pane .perfect-home-grid:nth-child(even) {
    direction: rtl;
}

.perfect-home-grid {
    padding: 40px 0;
    align-items: center;
}

.tab-content .tab-pane .perfect-home-grid:nth-child(even) .project-content-area {
    padding-right: 30px;
    padding-left: 90px;
    direction: initial;
}

.tab-content .tab-pane .perfect-home-grid:nth-child(even) .project-slider-area {
    direction: initial;
}


/* About Us */
.banner-section .flag-area {
    position: relative;
    z-index: 1;
    /* background-color: #fff; */
    height: 100%;
    width: 34%;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 80px;
}

.banner-section .flag-area .banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    width: 100%;
}

.banner-section .flag-area .banner-content .title h2 {
    background-color: rgb(255 255 255);
    color: #000;
    font-size: 40px;
    text-transform: initial;
    padding-right: 50px;
    padding: 9px 50px 9px 20px;
}

.banner-section .flag-area>img {
    max-width: 100%;
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
    transition: 1s;
}

.banner-section .flag-area .banner-content .title h2:last-child {
    padding-bottom: 15px;
}

.banner-section .flag-area::before {
    content: '';
    position: absolute;
    /* width: 20%; */
    height: 100%;
    right: initial;
    left: 150px;
    background-color: #E5F8FF;
    z-index: -1;
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
    transition: 1s;
}

.banner-section .flag-area::after {
    content: '';
    position: absolute;
    width: 170px;
    height: 70px;
    right: initial;
    left: 20%;
    background-color: #E5F8FF;
    left: 0;
    bottom: 0;
    transition: 1s;
    transform: scaleX(0);
}

.banner-section .flag-area .white-bg {
    position: absolute;
    /* background: #fff; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner-section .flag-area .white-bg img {
    height: 100%;
}

.banner-section .swiper-slide-active .flag-area > img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition-delay: 1.2s;
}

.banner-section .swiper-slide-active .flag-area::before {
    transition-delay: 1.5s;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.banner-section .swiper-slide-active .flag-area::after {
    transition-delay: 1.5s;
    transform: scaleX(1);
    transform-origin: left;
}

.about-info-content.icon-list li {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.about-info-content.icon-list .svg-img {
    width: 70px;
    text-align: center;
    margin-right: 25px;
    height: 100%;
}

.about-info-content.icon-list .svg-img img {
    max-width: 100%;
}

.about-info-content.icon-list .list-content {
    width: calc(100% - 95px);
}

.about-info-content.icon-list .svg-img:hover img:first-child {
    display: none;
}

.about-info-content.icon-list .svg-img:hover img.hoverimg {
    display: block;
}

.about-info-content.icon-list .svg-img img.hoverimg {
    display: none;
}

.about-info-content.icon-list .list-content h4 {
    font-size: 27px;
    letter-spacing: -1.5px;
    margin-bottom: 15px;
}

.about-info-content.icon-list .list-content p {
    font-size: 15px;
    line-height: 2;
}

.about-info-content p {
    font-size: 15px;
    line-height: 2;
}

.about-info-content {
    padding-right: 30px;
    transform: translateY(70px);
    transition: .7s;
    opacity: 0;
}

.about-info-content.icon-list {
    padding-right: 0;
    padding-left: 20px;
}

.about-info-section {
    padding: 90px 0 40px;
}

.stats-icon .a {
    fill: #000;
}

.stats-info-icon {
    text-align: center;
    margin: 0;
    transform: translateY(70px);
    opacity: 0;
    transition: .7s;
}
.stats-info-icon .stats-icon img{
    height:70px;
}

.stats-info-icon h3 {
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 7px;
    font-size: 32px;
}

.stats-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.stats-info-icon p {
    font-weight: 600;
    font-size: 15px;
}

.about-us-page .stats-info-icon .stats-icon:hover img.hoverimg {
    display: block;
}

.about-us-page .stats-info-icon .stats-icon:hover img:first-child {
    display: none;
}

.about-us-page .stats-info-icon .stats-icon img.hoverimg {
    display: none;
}

.stats-info-section {
    padding: 80px 0;
    background-color: #F8F8F8;
    transform: translateY(70px);
    opacity: 0;
    transition: .7s;
}

.stats-info-section.active .stats-info .stats-info-icon{
    transform: translateY(0);
    opacity: 1;
}

.stats-info-section.active .stats-info .stats-info-icon:nth-child(1) {
    transition-delay: .7s;
}

.stats-info-section.active .stats-info .stats-info-icon:nth-child(2) {
    transition-delay: .9s;
}

.stats-info-section.active .stats-info .stats-info-icon:nth-child(3) {
    transition-delay: 1.1s;
}

.mission-vission-section {
    padding: 80px 0;
}

.mission-vission-info h3 {
    letter-spacing: -1px;
    line-height: inherit;
    margin-bottom: 20px;
    font-size: 30px;
}

.mission-vission-info p {
    font-size: 15px;
    line-height: 2;
}

.paramount-section.active .about-info-content {
    transform: translateY(0px);
    transition-delay: .5s;
    opacity: 1;
}

.stats-info-section.active {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: .5s;
}

.mission-vission-info {transform: translateY(70px);opacity: 0;transition: .7s;}

.mission-vission-section.active .mission-vission-info {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: .7s;
}

.project-detail-boxes {
    display: flex;
    flex-wrap: wrap;
}

.project-detail-boxes .project-detail-box {
    width: calc(50% - 4px);
    background-color: #F3F3F3;
    font-weight: 600;
    padding: 7px 15px;
    margin-bottom: 7px;
    margin-left: 0;
    position: relative;
    /* margin-top: 30px; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transition: .3s;
}

.project-detail-boxes .project-detail-box .label {
    color: #1e272c;
    font-size: 14px;
    /* position: absolute; */
    /* top: -30px; */
    /* left: 1px; */
    margin-left: 0;
    margin-bottom: 5px;
}

.project-detail-boxes .project-detail-box .label-info .icon svg {
    height: 14px;
}

.project-detail-boxes .project-detail-box .label-info span {
    display: inline-block;
    margin: 0 3px;
}

.project-detail-boxes .project-detail-box .label-info {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    font-size: 15px;
}

.project-detail-page .project-content-area {
    padding-left: 0;
}

.project-detail-page .project-slider-area {
    /* max-width: 97%; */
    padding-left: 20px;
    /* height: 90%; */
    /* margin-left: 0; */
    /* max-height: 85vh; */
    /* overflow: hidden; */
}

.project-detail-page .project-slider-area img {
    max-width: 100%;
    margin-bottom: 30px;
}
.project-detail-page .project-slider-area img:last-child {
    margin-bottom: 0;
}

.project-detail-page .perfect-home-grid > div:last-child {
    position: sticky;
    top: 90px;
    height: 100%;
}

.project-detail-page .perfect-home-grid {
    align-items: initial;
}

.project-detail-dropdown {
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    /* padding: 10px 0; */
    left: 0;
    box-shadow: 0 0 10px #0000001f;
    top: 100%;
    display: none;
    z-index: 1;
}

.has-dropdown.show .project-detail-dropdown{
    display: block;
}

.project-detail-dropdown .label-info {
    padding: 12px 15px;
    transition: .2s;
    font-size: 15px;
}


.project-detail-boxes .project-detail-box.has-dropdown {
    position: relative;
    cursor: pointer;
}

.project-detail-box.has-dropdown::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
}

/*.project-detail-box.has-dropdown:hover .project-detail-dropdown {*/
/*    display: block;*/
/*}*/

.project-detail-dropdown .label-info:hover {
    background-color: #f3f3f3;
}

.book-now-btn-container {
    /* margin-top: 7px; */
}

.book-now-btn-container .book-now-btn {
    display: block;
    text-align: center;
    background-color: #1E272C;
    color: #fff;
    height: 55px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 0 0 0px #00000029;
    transition: .5s;
}

.project-detail-boxes .project-detail-box:nth-child(even) {
    margin-right: 0;
}

.project-detail-page .project-slider-area::after {content: '';position: absolute;bottom: -25px;background-color: #ECECEC;height: 70%;width: 55%;left: 45px;opacity: 0;}

.features-section {
    background-image: url(../png/features-slider-bg.png);
    background-color: #f5f5f500;
    background-size: 100%;
    background-repeat: no-repeat;
}

.features-section-head {
    width: 100%;
    padding-top: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.features-section-head .world-paramount-slider-arrows>div {
    filter: invert(1);
}

.features-section-head>div {
    margin: 0;
    margin-bottom: 50px; 
    z-index: 999;
}

.features-slider .img {
    width: 100%;
    height: 100%;
}

.features-slider .swiper-slide {
    flex-wrap: wrap;
    text-align: left;
    align-items: initial;
    justify-content: initial;
    height: 400px;
    background: transparent;
}

.features-slider .content {
    padding: 20px;
    font-size: 15px;
    margin-top: 0px;
    height: 96px;
    background-color: #fff;
}

.features-slider .content p.semi-bold {
    font-weight: 600;
    font-size: 18px;
}

.features-slider {
    padding: 10px 0 70px;
}

.features-slider .swiper-slide-active .feature-slider-slide {
    width: 160% !important;
    height: auto;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 19%);
    /* left: 50%; */
    /* top: 50%; */
    /* transform: translate(-50%, -50%); */
}

.feature-slider-slide {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	transition: 1s;
}

.feature-slider-slide .text {
    opacity: 0;
    transform: translateY(30px);
}

.swiper-slide.swiper-slide-active .feature-slider-slide .text {
    transition-delay: 1s;
    opacity: 1;
    transform: translateY(0px);
    transition-duration: .5s;
    font-size: 14px;
}

.swiper-slide.swiper-slide-active .feature-slider-slide .content {
    /*min-height: 195px;*/
    height: auto;
}

.features-slider .swiper-slide.swiper-slide-active .img {
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: self-start;
}
.features-slider .swiper-slide.swiper-slide .img img{
    width:100%;
}

.features-section-head .section-head {
    margin-bottom: 0;
}

.property-slider .swiper-slide {
    min-height: 400px;
    background-color: transparent;
}

.property-slider .feature-slider-slide img {
    width: 100%;
}

.property-slider {
    padding: 100px 0;
}

.property-slider .content {
    height: auto !important;
}

.property-slider .swiper-slide-active .feature-slider-slide .img {
    transform: scale(1.3);
}

.property-slider .swiper-slide-active {
    z-index: 1;
}

.property-slider .feature-slider-slide .img {
    transition: .5s;
}
.property-slider .feature-slider-slide p.semi-bold {
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    margin-top: 7px;
}


.floor-plan-section .project-tabs .nav-link {
    padding: 6px 15px;
    font-size: 14px;
    font-weight: 600;
}

.floor-plan-section .project-tabs li.nav-item {
    width: auto;
}

.floor-plan-section .project-tabs .nav-tabs {
    margin-top: -75px;
}

.property-slider {
    padding: 0px 0 0;
}

.property-section .property-slider .swiper-slide{
    margin: 10px;
}


.floor-plan-section {
    padding: 80px 0;
    background-color: #f5f5f5;
    /* margin-top: 30px; */
}

.floor-plan-section .features-section-head {
    padding-top: 0;
}

.locality-map iframe {
    box-shadow: 2px 8px 14px #0000002b;
    width: 100%;
}

.explore_neighbour .explore_img img {
    box-shadow: 2px 8px 14px #0000002b;
    height: 450px;
    object-fit: cover;
}
.explore_neighbour li.nav-item {
    width: 25%;
    text-align: center;
    margin: 3px 0;
}
.explore_neighbour .nav-pills .nav-link {
     color: #111; 
     background-color: transparent; 
}
.explore_neighbour .nav-link.active .explore_tab_icon {    
    border: 1px solid rgb(30 39 44);
    filter: grayscale(0);
}
.explore_neighbour .nav-link.active .explore_tab_name {    
    color: #0eb3ef;
}
.explore_neighbour .explore_tab_icon {    
    height: 60px;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 4px 0px;
    width: 60px;
    background: url(http://c.housingcdn.com/demand/s/common/assets/commuteLogo.ebcd30b7.svg);
    opacity: 1;
    background-size: 70%;
    background-position: 50%;
    background-repeat: no-repeat;
    filter: grayscale(1);
}
.explore_neighbour .explore_details_tab {
    padding: 20px 30px 5px;
    border: 1px solid #babbbb52;
    border-radius: 15px;
    box-shadow: 2px 8px 14px #0000002b;
    margin-top: 20px;
}
.explore_neighbour .explore_details_tab ul{
    height: 120px;
    overflow-y: auto;
}
.explore_neighbour .explore_details_tab li .location_dis {
    float: right;
}
.explore_neighbour .explore_details_tab h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    border-bottom: 1px solid #babbbb;
    padding-bottom: 12px;
}
.explore_neighbour .explore_details_tab li {
    list-style: none;
    margin-bottom: 4px;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.explore_neighbour .explore_details_tab li span.location_name {
    position: relative;
    padding-left: 20px;
    width: 76%;
}
.explore_neighbour .explore_details_tab span.location_name:before {
    position: absolute;
    left: 0;
    font-size: 12px;
    color: #828282;
    top: 60%;
    transform: translateY(-50%);
}
.explore_neighbour .explore_details_tab .bus span.location_name:before {
    content: '\f207';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.explore_neighbour .explore_details_tab .atm-tab span.location_name:before {
    content: '\f19c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.explore_neighbour .explore_details_tab .theatre span.location_name:before {
    content: '\f008';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.explore_neighbour .explore_details_tab .rest span.location_name:before {
    content: '\f562';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}


.locality-text {
    font-size: 15px;
    color: #000;
}

.locality-text h4 {
    font-size: 29px;
    line-height: 1.4;
    font-weight: 600;
}

.locality-text > p {
    margin-top: 15px;
}

.locality-text ul {
    margin-left: 20px;
}

.locality-text ul li {
    margin-bottom: 15px;
}

.features-slider-section {
    position: relative;
    overflow-x: hidden;
    /* padding: 10px 0; */
}

.features-slider-section .gallery-background-1 {
    height: 50%;
    left: 0;
}

.features-slider-section .gallery-background-2 {
    height: 45%;
    right: 10%;
    top: 0;
    right: -8%;
}

.BHK-slider  .swiper-pagination {
    bottom: 0;
}

.BHK-slider {
    padding-bottom: 50px;
}
.BHK-slider .img:after {
    content: '';
    background: #fff;
    background-image: url(../png/logo.png);
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}
.BHK-slider .img {
    transform: scale(1.0);
    transition: .5s;
    transform-origin: center;
    padding: 10px;
}

.BHK-slider .img:hover {
    transform: scale(1.05);
}

.BHK-slider .swiper-wrapper{
    justify-content: center;
}
.BHK-slider .swiper-slide {
    background: transparent;
    margin: 0 !important;
}

/*.BHK-slider .swiper-wrapper .swiper-slide:first-child {*/
/*    margin: 0 auto !important;*/
/*}*/

.BHK-slider .img img {
    box-shadow: 0 0 10px #00000017;
    transition: .5s;
    height: 170px;
    object-fit: cover;
}

.BHK-slider .img:hover img {
    box-shadow: 1px 8px 10px #00000036;
}

.floor-plan-section .features-slider-section {
    overflow: initial;
}

.play-video-section {position: relative;margin-top: 50px;}
.play-video-section iframe{
    width:100%;
    /*height: 320px;*/
    
    height: 80vh;
    
}

.play-video-section .play-video {
    position: absolute;
    top: 50%;
    display:none;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play-video .play-video-icon {
    max-height: 90px;
}

.sale-enquries {
    padding: 90px 0 70px;
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
}

.bg-left {
    position: absolute;
    height: 100%;
    width: 30%;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
}

.bg-right {
    position: absolute;
    height: 100%;
    width: 30%;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
}

.sale-enquries .section-head h2:last-child {
    font-weight: 700;
    font-family: 'Segoe UI';
    font-size: 50px;
}

.sale-enquries .section-head h2 {
    font-weight: 400;
}

.amenities-grids-section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.amenities-grids-section li {
    list-style: none;
    text-align: center;
    box-shadow: 0 0 0px rgb(0 0 0 / 11%);
    border: 2px solid #dcdcdc;
    padding: 15px;
    /* border-radius: 10px; */
    width: calc((100% / 6) - 35px);
    transition: .5s;
    cursor: default;
    backface-visibility: hidden;
    margin: 4px;
}
.amenities-grids-section .nav-link {
    background-color: transparent !important;
    padding: 0;
    color: unset !important;
}

.amenities-grids-section p {
    color: #525050;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.amenities-grids-section li img {
    max-width: 75px;
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}

.amenities-grids-section li:hover {
    background-color: #fff;
    box-shadow: 0 7px 10px rgb(0 0 0 / 31%);
    transform: scale(1.05);
    border-color: #212529;
}
.amenities-grids-section li:hover .icon-img {
    display:none;
}
.amenities-grids-section li:hover .gif-img {
    display:block !important;
}
.amenities-grids-section li .nav-link.active {
    transform: scale(1.05);
}
.amenities-bottom-img img{
    width:100%;
    height:600px;
    object-fit:cover;
}
.amenities-grids-section li:hover p {
    color: #212529;
}

.locality-map .features-section-head {
    padding-top: 50px;
}

.amenities-section .features-section-head {
    padding-top: 90px;
}

.project-detail-page .paramount-section {
    transform: translateY(70px);
    transition: .7s;
    opacity: 0;
}

.project-detail-page .paramount-section.active {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: .5s;
}

.locality-map-plugin img {
    max-width: 80%;
    display: flex;
    justify-content: center;
}

/* Meet Your Neighbours */
.meet-neighour-img {
    max-width: 70%;
    position: relative;
}

.meet-neighour-grid {
    margin-bottom: 100px;
}

.meet-neighour-content {
    position: relative;
    width: 100%;
    max-width: 85%;
    margin-left: 0;
    padding: 50px 60px;
    border: 1px solid #CFCFCF;
    background-color: #fff;
    box-shadow: 0 0 10px #00000014;
    transition: .5s;
}

.meet-neighour-content h2 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 0;
}

.meet-neighour-content p {
    margin-top: 2px;
    font-size: 14px;
    color: #000;
}

.meet-neighour-content .content {
    border-top: 1px solid #D5D5D5;
    padding-top: 20px;
}

.meet-neighour-content .section-head {
    margin-bottom: 20px;
}

.meet-neighour-content::after {
    content: '';
    position: absolute;
    top: -24px;
    right: -24px;
    width: 70%;
    height: 90%;
    background-color: #E4F1F8;
    z-index: -1;
    transition: .5s;
}

.meet-neighour-grid > div {
    display: flex;
    align-items: center;
}

.meet-neighour-img::after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: -25px;
    background-color: #e4f1f8;
    width: 80%;
    height: 80%;
    z-index: -1;
    transition: .5s;
}

.meet-neighour-img:hover:after {
    left: -33px;
}

.meet-neighour-img:hover img {
    transform: translate(5px, -7px);
}

.meet-neighour-img img {
    transition: .5s;
    backface-visibility: hidden;
}

.meet-neighour-content:hover:after {
    right: -30px;
    top: -30px;
}

.meet-neighour-content:hover {
    box-shadow: 0 0 20px #00000026;
}

.pagination {
    max-width: 250px;
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}

.pagination .pagination-number {
    display: flex;
    justify-content: space-between;
    width: 50%;
    padding-bottom: 5px;
}

.pagination .prev-arrow, .pagination .next-arrow {
    width: 25%;
    text-align: center;
    cursor: pointer;
}

.pagination .next-arrow {
    width: 25%;
}

.pagination .next-arrow svg {
    transform: rotate(180deg);
    transform-origin: center;
    text-align: center;
}

.pagination .pagination-number li.active {
    font-weight: 600;
    color: #0DB2EF;
}

.pagination .pagination-number li {
    color: #9E9E9E;
    cursor: pointer;
}

#Why-Invest .why-invest-grid:nth-child(odd) > div:first-child {
    order: 1;
    padding-left: 50px;
}

#Why-Invest .why-invest-grid .Why-Invest-img {
    position: relative;
    /*top: -80px;*/
}

#Why-Invest .why-invest-grid {
    padding-bottom: 50px;
}

#Why-Invest .why-invest-grid:nth-child(odd) .project-content-area {
    padding-left: 100px;
}

#Why-Invest .why-invest-grid .project-content-area {
    padding-left: 80px;
    margin-top: 20px;
}

#Why-Invest .why-invest-grid:first-child .Why-Invest-img {
    top: 0;
}

#Why-Invest .why-invest-grid > div:first-child {
    padding: 0;
}

#Why-Invest .why-invest-grid .project-content-area .section-head h2 {
    font-size: 33px;
}

#Why-Invest .why-invest-grid .project-content-area .section-head {
    margin-bottom: 20px;
}

.why-invest-pointers-head {
    padding: 40px;
    padding-left: 120px;
    display: flex;
    background-color: #1e272c;
    color: #fff;
    width: 80%;
    margin-left: 0;
}

.why-invest-pointers-content li {
    width: 45%;
    list-style: none;
    box-shadow: 0 0 10px rgb(0 0 0 / 9%);
    padding: 20px 30px;
    height: 160px;
    margin: 0 auto 30px 0;
    position: relative;
    background-color: #fff;
}

.why-invest-pointers-content {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 70px 70px 70px 100px ;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}

/*.why-invest-pointers-content li:nth-child(odd) {*/
/*    margin-right: 30px;*/
/*}*/

/*.why-invest-pointers-content li:nth-child(even) {*/
/*    margin-left: 30px;*/
/*}*/

.why-invest-pointers-content li .pointer-tick {
    position: absolute;
    left: -15px;
    top: 22px;
    max-width: 30px;
}

.why-invest-pointers-content li span {
    display: inline-block;
    font-size: 15px;
    line-height: 2;
}

.testimonials-right {
    display: flex;
    flex-wrap: wrap;
}

.testimonials-right .customer-testimonial-img {
    width: calc(50% - 15px);
    margin-bottom: 14px;
    overflow: hidden;
    height: initial;
}

.testimonials-right .customer-testimonial-img img {
    height: 150px;
    max-width: initial;
    width: auto;
    max-height: 3;
}

.customer-testimonial-img img {
    width: 100%;height: 100%;
    transition: .5s;
    object-fit:cover;
}

.customer-testimonial-img:hover img {
    transform: scale(1.05);
}

.customer-testimonial-img {
    height: 330px;
    overflow: hidden;
    position: relative;
}

.customer-testimonial-img .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-customer {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 20px #A278781A;
    /* margin-top: 10px; */
    transition: .5s;
    backface-visibility: hidden;
}

.about-customer .customer-dark {
    background-color: #000;
    color: #fff;
    padding: 20px 30px;
    width: 30%;
}

.about-customer .content {
    width: 70%;
    padding: 12px 40px 12px 25px;
}

.about-customer .content p.semibold {
    font-weight: 600;
    margin-bottom: 7px;
    font-size: 17px;
}

.about-customer .content p {
    font-size: 14px;
    line-height: 1.8;
}

.about-customer .customer-dark h4 {
    font-size: 22px;
    font-weight: 400;
    font-family: inherit;
}

.about-customer .customer-dark p {
    font-size: 15px;
    margin-bottom: 8px;
}

.about-customer .customer-dark p:last-child {
    /* font-size: 15px; */
}

.customer-testmonial-section .content-right {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.customer-testmonial-section .content-right .content {
    box-shadow: 0 0 20px #A278781A;
    width: calc(50% - 15px);
    padding: 12px 20px;
    transition: .5s;
    margin-left: 8px;
}

.customer-testmonial-section .content-right .content li {
    list-style: none;
    font-size: 14px;
    display: flex;
    margin-bottom: 6px;
}

.customer-testmonial-section .content-right .content .img {
    width: 18px;
    text-align: center;
    margin: 0;
}

.customer-testmonial-section .content-right .content li span {
    display: inline-block;
    margin-left: 10px;
}

.customer-testmonial-section .content-right .content p.semibold {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
}

.customer-testmonial-section .content-right .content .img img {
    max-width: 100%;
}

.customer-testmonial-section {
    padding-bottom: 80px;
}

.about-customer:hover {
    box-shadow: 0 0 25px #0000003b;
    transform: scale(1.019);
}

.customer-testmonial-section .content-right .content:hover {
    box-shadow: 0 0 25px #0000003b;
    transform: scale(1.019);
}

.meet-other-neighbour-section .world-paramount-slider-arrows {
    filter: invert(1);
}

.meet-other-neighbour-head {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.meet-other-neighbour-head .section-head {
    margin-bottom: 0;
}

.meet-other-neighbour-slider .swiper-slide {
    box-shadow: 0 0 20px #0000001A;
}

.meet-other-neighbour-slider {
    padding: 40px 40px 40px 120px;
}

.meet-other-neighbour-slider .content {
    text-align: left;
    padding: 10px 20px;
    width: 50%;
    transition: .5s;
}

.meet-other-neighbour-slider p {
    font-size: 15px;
    /* font-weight: 600; */
    color: #1A1A1A;
    margin-bottom: 10px;
}

.meet-other-neighbour-slider p.designation {
    border-bottom: 1px solid rgb(112 112 112 / 30%);
    padding-bottom: 15px;
}

.meet-other-neighbour-slider .img {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 250px;
    transition: .5s;
}

.meet-other-neighbour-slider .img img {
    max-height: 100%;
    transition: .5s;
    transform: scale(1.25);    height: 250px;
}

.meet-other-neighbour-slider .content h4 {
    font-family: inherit;
    font-size: 19px;
    font-weight: 600;
    transition: .5s;
}

.meet-other-neighbour-slider .swiper-slide:hover .img img {
    transform: scale(1);
}

.meet-other-neighbour-slider .swiper-slide:hover .content {
    width: 60%;
}

.meet-other-neighbour-slider .swiper-slide:hover .content h4 {
    color: #0DB2EF;
}

/* FAQ Page */

.faq-sidebar {
    width: calc(25% - 40px);
    padding: 8px;
    box-shadow: 0 0 10px #0000001A;
    margin-left: 0;
    height: 100%;
}

.faq-content {
    width: 75%;
    text-align: left;
    margin-right: 0;
}

.faq-content .card-header {
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 0;
}

.faq-sidebar .nav-link.active {
    background-color: #1E272C;
}

.faq-sidebar .nav-link {
    border-radius: 0;
    display: block;
    width: 100%;
    color: #1E272C;
    padding: 13px 20px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 15px;
}

.faq-content .card {
    background-color: #fff;
    box-shadow: 0 0 10px #0000001A;
    border: none;
    margin-bottom: 20px;
}

.faq-content .card-header h5 {
    color: #000;
    font-family: inherit;
    position: relative;
}

.faq-content .card-header h5 button {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    padding-bottom: 4px;
    width: 100%;
    text-align: left;
    padding: .75rem 1.25rem;
    padding-right: 30px;
}

.faq-content .card-body {
    /* border-top: 1px solid #eee; */
    font-size: 15px;
    line-height: 2;
    color: #858585;
    padding-top: 0;
}
.faq-content .card-body ul{
    padding-left: 20px;
}
.topic-one {
    margin-bottom: 70px;
}

.topic-one .topic-head {
    padding: 10px 20px 12px 20px;
    margin-bottom: 30px;
    background-color: #F2F2F2;
    font-weight: 600;
    color: #787878;
}

.faq-content .card-header .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-content .card-header .arrow svg {
    /* width: 100%; */
    height: 23px;
}

.faq-content .card-header h5 button .arrow {
    transform: translateY(-50%) rotate(180deg);
    transform-origin: center;
    transition: .5s;
}

.faq-content .card-header h5 button .arrow svg .a,.faq-content .card-header h5 button .arrow svg .b {
    stroke: #0db2ef;
}

.faq-content .card-header h5 button.collapsed .arrow svg .a, .faq-content .card-header h5 button.collapsed  .arrow svg .b {
    stroke: #B7B7B7;
}


.faq-content .card-header h5 button.collapsed .arrow {
    transform: translateY(-50%) rotate(0deg);
}

.faq-sidebar .nav-link:last-child {
    border: none;
}

.documentation-grid {
    position: relative;
    cursor: pointer;
}

.documentation-row {
    display: flex;
    flex-wrap: wrap;
}

.documentation-grid .hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    padding-top: 40px;
    background-color: #00000021;
    transition: .5s;
}

.documentation-grid .hover-content span {
    width: 100%;
    display: block;
    margin-top: 50px;
    text-shadow: 0 0 11px BLACK;
}

.documentation-grid .hover-content:hover {
    background-color: rgb(0 0 0 / 66%);
}

.documentation-grid .hover-content:hover img {
    opacity: 1;
}

.documentation-grid .hover-content img {
    opacity: 0;
    transition: .5s;
}

.documentation-grid>img {
    width: 100%;
}

.documentation-section .documentation-grid {
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 6px #0000001c;
    padding: 14px 30px 16px;
    margin-bottom: 20px;
    cursor: initial;
}

.documentation-section .documentation-grid span {
    margin: initial;
    display: inline-block;
    font-weight: 600;
}

.documentation-section .documentation-grid span a{
    color: #5d5d5d;
}

.documentation-section .documentation-grid span:first-child {
    color: #0DB2EF;
}


/* Blogs Listing */

.blog-banner-section .main-slider {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 450px;
    overflow: hidden;
}

.blog-banner-section .main-slider .banner-content h2 {
    font-size: 55px;
    background-color: rgb(0 0 0 / 60%);
    color: #fff;
    padding: 7px 20px;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 300 !important;
    font-family: 'Quicksand';
    letter-spacing: -1px;
}

.blog-banner-section .main-slider .banner-image {
    background-position: top;
}

.blog-grid {
    margin-bottom: 50px;
    position: relative;
}

.cover-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.blog-grid .image {
    height: 170px;
    background-size: cover;
}

.blog-grid .content .post-info {
    text-transform: uppercase;
    color: #727272;
    margin: 10px 0 5px;
    font-size: 13px;
}

.blog-grid .content .post-info span {
    color: #0DB2EF;
}

.blog-description {
    color: #727272;
    padding: 13px 0;
    font-size: 15px;
}

.blogs-listing-page .blog-description * {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.blog-head {
    color: #000000;
    font-weight: 600;
    font-size: 21px;
    line-height: 1.3;
}

.blog-btn a.card-btn {
    width: auto !important;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    text-decoration: none;
}

.load-more {
    background-color: #1E272C;
    padding: 15px 70px;
    display: inline-block;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none !important;
}

.blogs-listing-section {
    padding: 100px 0;
}

.load-more-div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.load-more-btn {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.news-grid {}

.news-grid .news-img {
    height: 320px;
    background-size: cover;
}

.news-grid .news-info {
    display: flex;
    align-items: center;
    border: 1px solid #CBCBCB;
    padding: 10px 25px 15px;
    margin-bottom: 30px;
}

.news-grid .news-info .news-head {
    font-size: 16px;
    font-weight: 600;
    padding-right: 50px;
}

.news-grid .news-info a {
    width: 70px;
    text-align: right;
}

.news-grid .news-info a svg {
    transform: rotate(90deg);
}

.choose-neighbour-text {
    max-width: 75%;
}

.choose-neighbour-form {
    position: relative;
    max-width: 80%;
    background-color: #F3F3F3;
    padding: 60px 40px 40px;
}

.choose-neighbour-text .section-head h2 {
    font-size: 56px;
}

.choose-neighbour-text .section-head p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 35px;
}

.filled-btn {
    background-color: #1E272C;
    padding: 15px 30px;
    display: inline-block;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none !important;
}

.choose-neighbour-form .form-tag {
    background-color: #1e272c;
    color: #6E6E6E;
    padding: 17px 44px;
    display: inline-block;
    font-size: 15px;
    text-decoration: none !important;
    position: absolute;
    top: -20px;
    left: 0;
    width: 80%;
}

.form-tag span {
    color: #fff;
}


.choose-neighbour-section {
    padding: 100px 0;
    background-position: bottom;
    background-repeat: no-repeat;
}

.form .form-control {
    border-radius: 0;
    padding: 13px 20px;
    height: auto;
    font-size: 15px;
}

.form .section-head h2 {
    font-size: 28px;
    margin-bottom: 0;
}

.form .section-head p {
    font-size: 15px;
    line-height: inherit;
    color: #505050;
    margin-top: 10px;
}

.form  .filled-btn {
    width: 100%;
    text-align: center;
}

/* Careers page */

.careers-page .blog-banner-section .main-slider {
    height: 400px;
}

.join-our-team-img-sec {
    position: relative;
    height: 100%;
    z-index: 1;
    width: 90%;
    margin-left: 0;
}

.join-our-team-img-sec .img-1 {
    position: absolute;
    top: 0;
    height: 40%;
}

.join-our-team-img-sec .img-2 {
    position: absolute;
    top: 24%;
    z-index: 1;
    right: 0;
    width: 60%;
}

.join-our-team-img-sec .img-3 {
    position: absolute;
    top: 50%;
    height: 40%;
}

.join-our-team-section .section-head h2 {
    font-size: 50px;
}

.join-our-team-section .section-head {
    margin-bottom: 20px;
}

.join-our-team-section {
    padding: 80px 0;
}

.join-our-team-img-sec::before {content: '';position: absolute;top: 35%;left: 0;width: 80%;height: 41%;background-color: #EAF6FB;}

.join-our-team-section .content p {
    font-size: 14px;
    line-height: 2;
}

.careers-form-section {
    padding: 80px 0;
    background-color: #F1F1F1;
}

.careers-form .form-control {
    border-color: #f1f1f1;
}

.careers-form .male-female {
    width: 38%;
    display: flex;
    margin-left: 0;
}

.careers-form .select-dob {
    width: calc(65% - 40px);
    display: flex;
    margin-right: 0;
}

.careers-form .male-female .select-gender {
    width: 50%;
}

.careers-form .state-city-address {
    display: flex;
    /* justify-content: space-between; */
}

.careers-form .state-city-address input {
    width: 19%;
    margin-left: 0;
}

.careers-form .state-city-address input:last-child {width: 62%;margin: inherit;margin-right: 0;}

.careers-form .two-col > input,.careers-form .two-col > select {
    width: calc(50% - 10px);
}

.careers-form .two-col > input:last-child {
    margin-right: 0;
    margin-left: auto;
}

.send-cv-section {
    position: relative;
    padding: 100px 0;
}

.send-cv-section .section-head h2 {
    text-transform: initial;
    letter-spacing: -2px;
    font-size: 35px;
    text-align: center;
    margin-bottom: 0;
}

.send-cv-section .section-head h2 span {
    letter-spacing: initial;
    font-family: 'Segoe UI';
    font-weight: 600;
    color: #000000;
}

.send-cv-section .section-head {
    margin-bottom: 0;
}

.send-cv-section .send-email-bg {
    position: absolute;
    opacity: 50%;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
    max-height: 90%;
}

.send-cv-section .send-email-bg img {
    height: 120px;
}

/* Contact Page */
.get-in-touch-section {
    padding: 80px 0;
}

.get-in-touch-section .section-head h2 {
    text-transform: initial;
}

.contact-form .form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #D1D1D1;
    padding: 15px 20px;
    height: 50px;
    font-weight: 600;
    font-size: 15px;
}

.contact-form .form-control:focus {
    border-color: #000000;
}

.contact-form label {
    color: #A2A2A2;
    font-size: 14px;
    margin-bottom: 3px;
}

.contact-form textarea.form-control {
    height: auto;
}

.contact-form .filled-btn {
    width: 100%;
    text-align: center;
}

.contact-location-grids {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 40px 0;
}

.contact-location-grids .location-grid {
    width: calc(100% / 3);
    text-align: center;
    border-right: 2px solid #f1f1f1;
}

.contact-location-grids .location-grid p {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #000000;
}

.contact-location-grids .location-grid .icon {
    height: 45px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
}

.contact-location-grids .location-grid .icon img {
    max-height: 100%;
}

.contact-location-grids-section .section-head p {
    font-size: 15px;
}

.contact-location-grids .location-grid:last-child {
    border-right: none;
}

/* Blog Detail Page */

.blog-publish-info {}

.blog-publish-info .round-p {
    display: inline-block;
    background-color: #0DB2EF;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    margin-right: 7px;
    position: relative;
    top: 1px;
}

.blog-detail-section .blog-publish-info {
    font-size: 15px;
    text-transform: uppercase;
    color: #474747;
    font-weight: 600;
}
.blog-hero-img img{
    width:100%;
}

.blog-detail-section .blog-publish-info .posted-by {
    color: #0DB2EF;
}

.blog-detail-section .blog-publish-info .date {
    color: #7E7E7E;
}

.blog-left-date {
    display: inline-block;
    border-top: 4px solid #0DB2EF;
    text-align: center;
}

.social-share li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    border: 1px solid #eee;
    border-radius: 50%;
    /* margin: 5px; */
}

.social-share .sharethis-sticky-share-buttons{
    display:none !important;
}

.social-share {
    list-style: none;
}

.blog-left-date .date h3 {
    font-family: 'Segoe UI';
    font-weight: 900;
    margin-bottom: 0px;
    font-size: 36px;
}

.blog-left-date .date p {
    font-size: 13px;
    font-weight: 600;
    color: #737373;
}

.blog-detail-page .blog-description .blog-head {
    font-size: 29px;
    font-weight: initial;
    line-height: inherit;
    margin-bottom: 20px;
}

.blog-detail-page .blog-description p {
    color: #656565;
    line-height: 2;
    font-size: 15px;
}

.blog-detail-page .blog-description>img {
    width: 100%;
}

.blog-detail-page .blog-description h4 {
    margin: 40px 0 20px;
    font-family: 'Segoe UI';
    color: #000000;
    font-weight: 600;
}

.share-below-description label {
    font-size: 13px;
    font-weight: 600;
    color: #000;
}

.share-below-description .social-share {
    display: flex;
    justify-content: flex-start;
}

.social-share li {
    margin: 5px;
}

.related-blog-section .section-head h2 {
    font-family: 'Segoe UI';
    color: #000000;
    font-weight: 600;
    font-size: 32px;
    text-transform: initial;
}

.related-blog-section {
    padding: 80px 0;
    background-color: #fbfbfb;
}

.blog-detail-section {
    padding: 80px 0;
}

/* Drawer Menu */
.drawer-menu{
    position: fixed;
    left: 100%;
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: 98;
    background: #1E272C;
    transition: 1s;
    display: flex;
    align-items: flex-end;
}

.drawer-menu.open {
    left: 0;
    overflow-y: auto;
}

header.menu-open {
    background: #1e272c;
    padding-top: 15px;
    box-shadow: 0 0 0 #0000;
}

header.menu-open .nav-right {
    filter: invert(1);
}

.drawer-menu .about-img {
    opacity: 1;
    left: 0;
    transform: initial;
}

.menu {
    list-style: none;
    text-align: right;
    margin-bottom: 50px;
    /*margin-top: 30px;*/
}

.menu li a {
    position: relative;
    color: #fff;
    font-size: 21px;
    font-family: 'Quicksand';
    display: inline-block;
    padding: 3px 0;
    text-decoration: none;
    margin-bottom: 6px;
}

.menu li a:before {
    content: '';
    background-color: #fff;
    height: 2px;
    width: 0;
    position: absolute;bottom: 0;right: 0;transition: .5s;}

.menu li a:hover:before {
    width: 100%;
}

.open-drawer-menu{
    cursor: pointer;
}

header.menu-open .logo .change-logo {
    width: 135px;
    /*margin-top: 10px;*/
    position: absolute;
    top: 0;
    opacity: 1;
    transform: translateY(0%);
    transition: .7s;
    height: auto;
}

header.menu-open.show-logo .logo .change-logo {
    opacity: 1;
    transform: translateY(0%);
    transition: .5s;
}

.menu li{
    transform: translateX(100px);
    transition: .5s;
    opacity: 0;
}

.drawer-menu.open .menu li{
    transform: translateX(0);
    opacity: 1;
}

.drawer-menu.open .menu li:nth-child(1){
    transition-delay: .7s;
}
.drawer-menu.open .menu li:nth-child(2){
    transition-delay: .8s;
}
.drawer-menu.open .menu li:nth-child(3){
    transition-delay: .9s;
}
.drawer-menu.open .menu li:nth-child(4){
    transition-delay: 1s;
}
.drawer-menu.open .menu li:nth-child(5){
    transition-delay: 1.1s;
}
.drawer-menu.open .menu li:nth-child(6){
    transition-delay: 1.2s;
}
.drawer-menu.open .menu li:nth-child(7){
    transition-delay: 1.3s;
}
.drawer-menu.open .menu li:nth-child(8){
    transition-delay: 1.4s;
}
.drawer-menu.open .menu li:nth-child(9){
    transition-delay: 1.5s;
}
.drawer-menu.open .menu li:nth-child(10){
    transition-delay: 1.6s;
}


.popout-slider-div {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    transform: scale(0);
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popout-slider-div .popout-slider .swiper-slide {
    background: transparent;
}

.popout-slider-div .popout-slider .swiper-slide img {
    box-shadow: 0 0 25px #00000063;
    /*width: 100%;*/
    height: 90vh;
}

.popout-slider-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffd6;
}

.popout-slider-div.open {
    transform: scale(1);
    transition: .7s;
}

.testimonials-right .customer-testimonial-img .open-slider-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000091;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: .5s;
    z-index: 1;
}

.testimonials-right .customer-testimonial-img .open-slider-images:hover {
    background-color: #000000cc;
}

.popout-slider-div .popout-slider {height: auto;width: 60%;}

.popout-slider-div .popout-slider .swiper-slide .img {
    width: 100%;
}

.project-slider-area .swiper-slide:hover img {
    transform: scale(1.1);
}

.project-slider-area .swiper-slide img {
    transition: .7s;
    width:100%;
    height: 400px;
    object-position: center;
    object-fit: cover;
}


.price-range-slider {
    width: 100%;
    /* float: left; */
    padding: 11px 10px 6px 7px;
}
.price-range-slider .range-value {
    margin: 0;
}
.price-range-slider .range-value input {
    width: 100%;
    background: none;
    color: #000;
    font-size: 16px;
    font-weight: initial;
    box-shadow: none;
    border: none;
    margin: 20px 0 20px 0;
}
.price-range-slider .range-bar {
    border: none;
    background: #000;
    height: 3px;
    width: 96%;
    margin-left: 8px;
}
.price-range-slider .range-bar .ui-slider-range {
    background: #06b9c0;
}
.price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #fff;
    border: 2px solid #06b9c0;
    height: 17px;
    width: 17px;
    top: -0.52em;
    cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle + span {
    background: #06b9c0;
}

.banner-teacher-performer .banner-rating .recommendation {
    margin-left: 20px;
}

.banner-teacher-performer .banner-rating .recommendation span {
    margin-left: 6px;
}

/* Range Slider */
.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: initial !important;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
/* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 3px;
}

.noUi-horizontal .noUi-handle {
  width: 15px !important;
  height: 15px;
  border-radius: 50%;
  left: -7px;
  top: -6px;
  background-color: #1e272c;
  margin-left: 0;
}

/* Styling;
 */
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: #1e272c;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #345DBB;
  border: 8px solid rgba(53,93,187,0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}

.slider-labels .caption {
    font-size: 14px;
    font-weight: 500;
}

.project-detail-boxes .project-detail-box .label-info.range {
    flex-wrap: wrap;
    width: 100%;
}

.range-slider-labels {
    width: 90%;
}

.project-detail-boxes .project-detail-box .label-info.range svg {
    /* height: 12px; */
}

.range-slider-labels .caption {
    font-size: 15px;
}

.book-now-btn-container .book-now-btn:hover {
    box-shadow: 0px 10px 10px #00000026;
    color:#fff;
    cursor: pointer;
}

.project-detail-boxes .project-detail-box.button-style {
    /* background-color: #1e272c; */
    /* color: #fff; */
    text-align: center;
    cursor: pointer;
    box-shadow: 0 0 0px #000;
    transition: .3s;
}

.project-detail-boxes .project-detail-box:hover {
    background-color: #dcdcdc;
    /* color: #fff; */
    /* box-shadow: 0 0 10px #0003; */
}

.project-detail-boxes .project-detail-box.button-style:hover {
    text-decoration: underline;
}

.project-detail-boxes .project-detail-box.button-style span {
    display: flex;
    text-align: center;
    min-height: 39px;
    align-items: center;
    margin-bottom: 2px;
}

.projects-content-modal .modal-header h5 {
    font-size: 32px;
}

.projects-content-modal .modal-header {
    width: 100%;
    position: relative;
    border: none;
    box-shadow: 0 0 10px #00000026;
}

.projects-content-modal .close {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 31px;
    outline: none;
}

.projects-content-modal .modal-dialog {
    max-width: 920px;
}

.projects-content-modal .modal-body p {
    line-height: 2.5;
}

.projects-content-modal .modal-body {
    padding: 40px;
    overflow-x: scroll;
    width: 100%;
}

.projects-listing-page .project-slider-area .swiper-slide {
    max-height: 530px;
    align-self: center;
}

.project-detail-page table td {
    padding: 10px !important;
    font-size: 14px !important;
    border-color: white !important;
    background-color: #F3F3F3;
    border-width: 2px !important;
    font-weight: 600;
}

.project-detail-page .heading-table td {
    background-color: #000;
     color: #fff !important; 
    text-decoration: none !important;
}

.logo-footer img {
    max-width: 135px;
}

.contact-location-grids .location-grid .icon:hover img {
    display: none;
}

.contact-location-grids .location-grid .icon:hover img.hoverimg {
    display: block;
}

.contact-location-grids .location-grid .icon img.hoverimg {
    display: none;
}

.get-in-touch-form-btn {
    position: fixed;
    transform: translateY(-50%) rotate(270deg);
    right: -50px;
    top: 50%;
    z-index: 9;
    transition: .7s;
    /* transition-delay: .1s; */
    width: fit-content;
    min-width: 152px;
    cursor: pointer;
}

.floating-form {
    position: fixed;
    width: 320px;
    padding: 25px;
    /* left: 100%; */
    right: -320px;
    z-index: 99;
    transition: .7s;
    background-color: #fff;
    box-shadow: 0 0 10px #0000002e;
    border-radius: 10px 0 0 10px;
    top: 50%;
    transform: translateY(-50%);
}

.floating-form.open {
    right: 0;
    margin: 0;
}

.get-in-touch-form-btn.open {
    right: calc(320px - 50px);
}

.floating-form .contact-form .form-control {
    height: 42px;
}

.floating-form .contact-form textarea.form-control {
    height: initial;
}

.close-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 97;
}

.projects-content-modal .modal-body img {
    max-height: 55vh;
}

.team-login-popup {
    padding: 30px;
}

.team-login-triangle {
    height: 200px;
    width: 230px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    /*background-color: #f9f9f9;*/
    background-color: #1E272C;
    padding-top: 80px;
    transition: .3s;
    color: #fff;
}

.team-login-popup>div {
    filter: drop-shadow(0px 0px 3px #00000015);
}

.team-login-triangle h2 {
    font-size: 21px;
    padding: 0 30px 20px;
    text-align: center;
}

.teamPopup-modal .modal-dialog {
    max-width: 650px;
}

.teamPopup-modal .modal-body {
    width: 100%;
}

.teamPopup-modal .close {
    padding-right: 10px;
    font-size: 30px;
    position: absolute;
    right: 0;
    z-index: 9;
    outline: none !important;
}

.team-login-triangle:hover {
    /*background-color: #f5f5f5;*/
}

/* Project Gallery Detailed */
.project-gallery-detail-div {
    margin-bottom: 100px;
}

.project-gallery-detail-div .detail-gallery-img {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    max-height: 350px;
    margin-bottom: 30px;
}

.detail-gallery-img img {
    min-width: 100%;
    min-height: 350px;
    object-fit: cover;
    width: 100%;
}

.project-gallery-detail-div .detail-gallery-img:nth-child(even) {
    flex-flow: row-reverse;
    justify-content: space-between;
}

.project-gallery-detail-div .detail-gallery-img>div {
    overflow: hidden;
    margin: initial;
}

.project-gallery-detail-div .detail-gallery-img>div.col-md-4 {
    max-width: calc(33.333333% - 15px);
}


.detail-features-img .meet-neighour-img {
    max-width: 100%;
}

.detail-features-img .detail-features-content p {
    font-size: 14px;
    line-height: 1.7;
}

.detail-features-img .detail-features-content p b {
    font-size: 16px;
}

.detail-features-img .meet-neighour-grid:nth-child(even) {
    flex-flow: row-reverse;
}

.detail-features-img .meet-neighour-grid:nth-child(even) .meet-neighour-img::after {
    left: initial;
    right: -25px;
}

.project-detail-page .button {
    position: relative;
    z-index: 99;
}

.property-slider .button {
    padding-left: 123px;
}
#book_now_form .close{
    position: absolute;
    right: 0;
    top: -30px;
    color: #fff;
    border: none;
    opacity: 1;
}
#book_now_form  .filled-btn {
    text-align: center;
    background-color: #1E272C;
    height: 55px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 0 0 0px #00000029;
    transition: .5s;
    border: none;
}