
body {
    font-family: 'Roboto', sans-serif;
	color: #666;
	font-size: 16px;
    font-weight: 300;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
    overflow-x: hidden;
}
a, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    font-family: 'Roboto', sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Serif', serif;

    font-weight: normal;
    font-style: normal;
	line-height: 1.4em;
	color: #111;
}
p{
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 0px;
}
a {
	outline: 0;
	color: #222;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
    text-decoration: none;
}
a:hover {
	color: #00a54f;
	text-decoration: none;
}
.btn {
	outline: 0;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
	cursor: pointer;
}
button:focus {
	outline: none;
}
.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}
.main_section {
	width: 100%;
	margin: 0px;
	padding: 80px 0;
}


/******* Back-to-top ************/
.back-to-top {
	position: fixed;
    bottom: 70px;
	right: 20px;
	width: 54px;
	height: 54px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9999;
	font-size: 21px;
	padding: 11px 0;
	background-color: #00a3c8;
	border-color: #00a3c8;
}
.btn-dark:hover {
	color: #fff;
	background-color: #0490b0;
	border-color: #0490b0;
}



/******* Menu ************/


.top_menu{
    padding: 6px 0;
    background: #062345ba;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    z-index: 1034;
    position: absolute;

}
.home-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-logo {
    width: 100%;
}
.home-menu  span {
    color: #fff;
}

.menu-bar{
    display: flex;
    padding: 0 10px;
	align-items: center;
}
.logo {
    width: 24%;
}
.logo img{
    height: 55px;
    object-fit: contain;
}
.cus-menu {
    width: 80%;
    text-align: right;
}


.vg-nav>ul>li>a {
    font-size: 14px;
    line-height: 1.2;
    display: block;
    color: #fff !important;
    text-decoration: none;
    font-weight: 400;
    padding: 10px 5px;
    border-radius: 7px;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.vg-nav>ul>li>a i{
    font-size: 26px;
}

.vg-nav>ul>li {
    padding: 1px 3px;
}
.vg-nav>ul>li.active a, .vg-nav>ul>li a:hover {
    color: #D8302A;
    font-weight: 600;
}
.vg-nav .dropdown ul li a {
    text-align: left;
}
.vg-nav .dropdown ul li a {
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    padding: 7px;
}

.fixed-header {
	position: fixed;
	top: 0;
	z-index: 99;
	transition: 0.8s;
	-webkit-transition: 0.8s;
    background: #062345;
}

/******* Slider ************/
.slider{
    padding: 0px 0 0 0;
    position: relative;
}
/* .slider::before {
    content: '';
    background: #0000006e;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
} */

.mobile-banner{
    display: none !important;
}
.slider .carousel-caption {
    text-align: left;
    bottom: 0px;
    top: 0px;
    padding: 0px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    left: 5%;
    right: 5%;
}
.slider-bg {
    position: relative;
    z-index: 9;
    bottom: 0;
    left: 0;
    text-align: center;
}



.slider-bg h1{
    color: #f77e89;
    padding: 0;
    position: relative;
    font-size: 50px;
    font-family: 'Reey';
}
.slider-bg h2{

    font-size: 90px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 75px;

}
.slider-bg p{
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;

}

.slider .carousel-item img{
    height: 100vh;
    object-fit: cover;
}

.slider .carousel-indicators [data-bs-target]{
	width: 12px;
    height: 12px;
    border: 10px;
    border-radius: 50px;
    margin-right: 5px;
    background-color: #fff;
    opacity: 1;
}

.slider .carousel-indicators .active {
    opacity: 1;
    background-color: #000;
}
.slider .carousel-indicators {
    bottom: 40px;
    justify-content: center;
    margin-left: 15%;
    list-style: none;
}
.scroll {
    position: absolute;
    bottom: 58px;
    z-index: 9;
    left: 48%;
    text-align: center;
}
.scroll a{
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}
html {
    scroll-behavior: smooth;
  }
.scroll a i{
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background: #fff;
    color: #000;
    line-height: 30px;
}

/******* about ************/
.about {
    padding: 0px;
}
.about-text {
    padding: 0px 0 150px 60px;
    position: sticky;
    top: 250px;
}
.about-text p{

    color: #000;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;

}
.about-text h3{
    font-size: 49px;
    line-height: 55px;
    font-weight: 300;
}
.right-box {
    background: #f7f7f7;
    padding: 60px 60px 100px;
}
.right-box h3 {
    font-size: 26px;
}
.right-box p{
    color: #736c6c;
    font-size: 16px;
    /* text-transform: uppercase; */
    font-weight: 400;
    margin-bottom: 20px;
}
.nature {
    display: flex;
    flex-wrap: wrap;
}
.nature-box {
    width: 50%;
    display: flex;
    margin: 15px 0 0;
}
.nature-icon {
}
.nature-icon i {
    color: #2f4c7f;
    font-size: 30px;
    margin-right: 16px;
    margin-top: 5px;
}
.nature-text h5{
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 8px;
}
.nature-text p{
    font-size: 15px;
    line-height: 28px;   
}
.office {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0 0;
}

.office-box {
    text-align: center;
    padding: 6px;
    width: 24%;
}
.office-box img{
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
        padding: 10px;
}
.download {
    margin: 30px 0 40px;
}
.cus-btn{
    background: #000;
    padding: 16px 30px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.Consultant {
    margin-top: 30px;
}
.hoverbtn a {
    width: auto;
    float: left;
    color: #38518b;
    padding-bottom: 4px;
    letter-spacing: 1px;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px!important;
    margin-top: 15px;
}
.hoverbtn a svg {
    width: 60px;
    height: 60px;
    fill: none;
    stroke: rgba(140, 140, 140, 0.1);
    stroke-dashoffset: 180;
    stroke-width: 0.7px;
    -webkit-transition: .5s linear;
    -o-transition: .5s linear;
    transition: .5s linear;
}
.hoverbtn a span {
    padding-bottom: 0;
    left: -20px;
    position: relative;
    transition: .3s ease-in-out;
    margin-left: -10px;
    margin-top: -6px;
}
.hoverbtn i {
    font-size: 24px;
    position: relative;
    top: 2px;
}

.hoverbtn a b.upcom {
    width: 48px;
    height: 1px;
    position: absolute;
    top: 50%;
    background: #38518b;
    font-weight: 400;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    right: -59px;
}
.hoverbtn a:hover svg {
    stroke: #9e8061;
    stroke-dashoffset: 0;
    stroke-dasharray: 180;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    stroke-width: 1px;
    -webkit-transition: .5s linear;
    -o-transition: .5s linear;
    transition: .5s linear;
}
.hoverbtn a:hover b.upcom {
    right: -65px;
    background: #000;
}

.about-oc-img {
    position: relative;
    width: 100%;
    display: inline-block; 
}
.image img {
    height: 420px;
    object-fit: cover;
    position: relative;
    width: 100%;
}

.thumb-icon-video {
    position: absolute;
    z-index: 9;
    top: 42%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
}
.video-main{
    position: relative;
    display: inline-block;
}
@keyframes waves {
	0% {
		-webkit-transform: scale(.2, .2);
		transform: scale(.2, .2);
		opacity: 0
	}

	50% {
		opacity: .9
	}

	100% {
		-webkit-transform: scale(.9, .9);
		transform: scale(.9, .9);
		opacity: 0
	}
}

.waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: #38518b;
    opacity: 0;
    border-radius: 100%;
    right: -40px;
    bottom: -40px;
    z-index: -1;
    -webkit-animation: 3s ease-in-out infinite waves;
    animation: 3s ease-in-out infinite waves;
    display: inline-block;
}
.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.video-popup {
    height: 70px;
    width: 70px;
    line-height: 66px;
    border-radius: 100%;
    background: #fff;
    color: #38518b;
    z-index: 999;
    border: 0;
    font-size: 37px;
    margin-left: 0;
    display: inline-block;
}
.mobile-show-img {
    display: none;
}

.lity {
	z-index: 99999999
}

/******* floor ************/

.offeringsection {
	padding-top: 5em;
}

.floor-zoning {
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 50px 0 0;
}
.ticker-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.our {
    margin-left: 8%;
}
.ticker {
    size: 12.5ch;
    display: inline-flex;
    z-index: -1;
    font-size: 7em;
    font-weight: 700;
    text-transform: uppercase;
    color: #f4f4f4;
}
.heading-info h2 {
    margin: 10px 0;
    font-size: 36px;
    line-height: 42px;
}

span.headingline {
    width: 200px;
    height: 5px;
    background: #38518b;
    display: block;
    margin: 0 auto;
    margin-top: 12px;
}
.floor-zoning-information {
    width: 100%;
    clear: both;
    margin: 50px 0 0;
    overflow: hidden !important;
}
.mainwrap .gridanimated .innergridpro {
    width: 100%;
    float: left;
    display: -webkit-box;
    background: #000;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.mainwrap .gridanimated .innergridpro .itemwrap {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    transition: 1s ease-in-out;
    max-width: 100%;
    position: relative;
    width: 25%;
    float: left;
    text-align: center;
}
.mainwrap .gridanimated .innergridpro .itemwrap .gridbackg {
    width: 100%;
    position: relative;
    height: 100%;
}
.mainwrap .gridanimated .innergridpro .itemwrap .gridbackg .resfixed {
    width: 100%;
    float: left;
    height: 85vh;
    background-image: url(../images/image3.jpg);
    background-size: cover !important;
}
.zoning-name {
    position: absolute;
    bottom: 5px;
    width: 100%;
    z-index: 9;
}
.floor-zoning-info h5, .zoning-name h5 {
    font-family: Roboto, sans-serif;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 0;
}
.floor-zoning-info span, .zoning-name span {
    width: 50px;
    height: 2px;
    background: #fff;
    display: inline-block;
    margin: 0 0 3px;
}
.floor-zoning-info{
    z-index: 9;
    position: absolute;
    opacity: 1;
    bottom: -260px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
}
.zoning-logo {
    width: 130px !important;
    display: inline-block;
}
.floor-zoning-info h5, .zoning-name h5 {
    letter-spacing: 1px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
      text-transform: uppercase;
}
.floor-zoning-info span, .zoning-name span {
    width: 50px;
    height: 2px;
    background: #fff;
    display: inline-block;
    margin: 0 0 3px;
}
.floor-zoning-info p{
    color: #fff; 
}
.mainwrap .gridanimated .innergridpro .itemwrap:hover {
    -webkit-flex-grow: 2;
    opacity: 1 !important;
    flex-grow: 2;
}
.mainwrap .gridanimated .innergridpro .itemwrap:hover .zoning-name{
    display: none !important;  
}
.mainwrap .gridanimated .innergridpro .itemwrap:hover .floor-zoning-info {
    bottom: 0;
    transition: .4s .4s;
    opacity: 1;
}
.mainwrap .gridanimated .innergridpro .itemwrap .gridbackg .comfixed{
    width: 100%;
    float: left;
    height: 85vh;
    background-image: url(../images/image4.jpg);
    background-size: cover !important;
}
.mainwrap .gridanimated .innergridpro .itemwrap .gridbackg .hosfixed {
    width: 100%;
    float: left;
    height: 85vh;
    background-image: url(../images/image5.jpg);
    background-size: cover !important;
}
.mainwrap .gridanimated .innergridpro .itemwrap .gridbackg .leafixed {
    width: 100%;
    float: left;
    height: 85vh;
    background-image: url(../images/image6.jpg);
    background-size: cover !important;
}

.itemwrap:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(128, 128, 128, 0) 50%, rgba(0, 0, 0, .65) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(128, 128, 128, 0) 50%, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(128, 128, 128, 0) 20%, rgba(0, 0, 0, .65) 100%);
    width: 100%;
    left: 0;
}

.innergridpro:hover .itemwrap:not(:hover) {
    opacity: .4 !important;
}
.m-zoning-col {
    display: inline-block;
    width: 100%;
}
.zoning-img {
    margin-top: 20px;
    position: relative;
}
.m-zoning-text {
    width: 100%;
    display: inline-block;
    padding: 12px;
    clear: both;
    box-shadow: 2px 2px 15px rgb(0 0 0 / 15%);
    margin-bottom: 20px;
}
.zoning-logo {
    display: inline-block;
}
.m-zoning-text h5 {
    font-size: 18px;
}
.mobile{
    display: none;
}





/******* footer ************/
.footer {

    background: #fff;
    padding: 40px 0;
    position: relative;

}

.footer-top {

}
.footer-text{
    position: relative;
}
.footer-services1{
    margin-top: -13px;
}
.footer-text a img {
    width: 21px;
    /* margin: 0 0 25px; */
    vertical-align: sub;
    margin-right: 9px;
}


.footer-text ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
}
.footer-text ul li{
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    padding: 0 9px;
}
.footer-text ul li a{
    font-size: 15px;
    color: #000;
    text-decoration: none;
    font-weight: 400;

}
.footer-menu{
    margin: 20px 0;
}
.footer-menu ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
}
.footer-menu ul li{
    display: inline-block;
    padding: 0 9px;
}


  .footer-services ul li{
    line-height: 34px;

  }
  .footer-address ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.footer-address ul li {
    position: relative;
    margin-bottom: 22px;

}


hr {
    margin: 2rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .5;
    color: #afb1af;
}
.footer p{
    color: #111;
    font-weight: 300;
    margin-bottom: 0px;
}
.footer p a{
    color: #000;
    font-weight: 400;
    margin-bottom: 0px;
    text-decoration: none;
    font-size: 15px;
}
.footer-text h4{
    font-weight: 400;
    letter-spacing: 0px;
    color: #000;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 26px;
}
.footer-services a i{
    color: #000;
    margin-right: 10px;
    font-size: 20px;
}
.contact-info p{
    color: #000;
    padding: 10px 0 12px;
    line-height: 25px;
    font-weight: 400;
    font-size: 15px;
}
.footer-bottom{
    padding: 10px 0;
}
.copy p{
    font-size: 14px;
    color: #373636;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 500;
}
.copy1 p{
    text-align: right;
    margin-bottom: 0px;
    color: #fff;
}
.copy1 p a{
    font-size: 15px;
    font-weight: 600;
    color: #42b659;
}
.tour-box-text span{
    font-size: 14px;
}
.tour-box-text span i{
    color: #cc0202;
    margin-right: 4px;
}
.tower-bg {
    background-image: url(../images/gray-bg.png);
    height: 700px;
}

.left-m {
    padding-left: 27px;
}
ul{
    list-style-type: none;
}

.tower1brief-content li {
    line-height: 2rem;
    margin-bottom: 14px;
}

ul.tower1brief-content.left-m li, .tower1brief-content li {
    list-style: none;
}
ul.tower1brief-content i {
    color: #e5ba43;
}
.top-p {
    padding-top: 4%;
}


.gallery-col {
    position: relative;
    overflow: hidden;
    background: #000;
    display: inline-block;
    width: 100%;
}
.pic1 img {
    width: 100%;
    height: auto;
    border: solid #E5BA43 3px;
}
.gallery-col img {
    width: 100%;
    border-radius: 0;
    transition: .7s;
    object-fit: cover;
    height: 170px !important;
}
.gallery-zoom-overlay {
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gallery-zoom-overlay i {
    color: #fff;
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
    border-radius: 5px;
    display: flex;
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 24px;
}
.gallery-col:hover .gallery-zoom-overlay {
    display: flex;
}
.gallery-col:hover img {
    transform: scale(1.1);
    opacity: .5;
    transition: .7s;
}
.pic1 {
    width: 47%;
    height: auto;
    float: left;

}
.pic2 {
    width: 47%;
    height: auto;
    float: right;
}
.pic-bottom {
    padding-bottom: 25px;
}
.pic2 img {
    width: 100%;
    height: auto;
    border: solid #E5BA43 3px;
}

.pic-top {
    padding-top: 25px;
}

.pic3 {
    width: 47%;
    height: auto;
    float: left;
}

.pic4 {
    width: 47%;
    height: auto;
    float: right;
}
.pic3 img {
    width: 100%;
    height: auto;
    border: solid #E5BA43 3px;
    
}
.pic4 img {
    width: 100%;
    height: auto;
    border: solid #E5BA43 3px;
}
.flagship {
    width: 100%;
    height: 450px;
    float: none;
    background-image: url(../images/Leader.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    float: none;
    position: relative;
    background-size: cover;
    margin: 60px 0;
}
.row.tower23brief-row {
    background-image: url(../images/gray-bg.png);
}
.commercial-box {
    display: flow-root;
    align-items: center;
    border: 0px solid #00000038;
    width: 30%;
    float: left;
    height: 193px;
    padding: 16px;
    text-align: center;
    margin: 22px 16px auto;
    box-shadow: 0px 0px 12px #bcb8b8;
    border-radius: 6px;
}
.commercial-icon {
    width: 100%;
    text-align: center;
}
.commercial-icon img {
    width: 100px;
}
.commercial-text {
    width: 100%;
}
.commercial-text h5 {
    font-size: 17px;
}

.features-listings {
    width: 100%;
    margin: 20px 0 20px -6px;
}
.features-listings .feature-col-box {
    height: auto;
    width: 23.5%;
    padding: 0;
    text-align: center;
    margin: 9px 8px;
    border: 0px solid #e2dddd !important;
    /* min-height: 141px; */
    float: left;
    border-radius: 8px;
    list-style: none;
    text-align: center !important;
}
.feature-icons {
    width: 100%;
    margin-right: 0;
    float: none;
    height: auto;
    margin-top: 0;
    padding: 12px 20px 0;
    border-radius: 50%;
    display: inline-block;
}
.feature-icons img{
    width: 100%;
    border: 2px solid #e2dddd;
}


.features-text {
    width: 100%;
    float: none;
    margin: 20px 0 0;
}
.features-text h4 {
    color: #38518b;
    font-size: 20px;
    margin: 0 0 4px;
}
.text{
    display: none;
}

#features {

}
div#floor-plan {
    padding: 0 0 60px;
}
.nav-tabs {
    border-bottom: 0px solid #dee2e6;
    margin: 22px 0;
}
.nav{
    justify-content: center;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #000;
    font-size: 18px;
    position: relative;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ff7003;
    background-color: #fff;
    border-color: #fff;
}
span.cus-nav {
    color: #000;
    font-size: 20px;
    line-height: 40px;
}
.gallery {
    padding: 0px 0 30px;
}
.gallery .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 270px !important;
    object-fit: cover;
}

.gallery .owl-theme .owl-dots{
    display: none;
}
.owl-theme .owl-nav[class*=owl-] {
    color: #000;
    margin: 5px;
    padding: 4px 20px 11px 6px;
    display: flex;
    cursor: pointer;
    border-radius: 3px;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.owl-theme .owl-nav[class*=owl-]:hover{
    color: #000;
}
.gallery .owl-carousel .owl-nav button.owl-next{
    width: 60px;
    height: 60px;
    opacity: 1;
    position: absolute;
    display: inline-block;
    border: 0;
    box-shadow: none;
    font-size: 50px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 14px 0 rgb(0 0 0 / 25%);
    right: -30px;
    top: 110px;
    padding: 0px 0 7px !important;
}
.gallery .owl-carousel .owl-nav button.owl-prev{
    width: 60px;
    height: 60px;
    opacity: 1;
    position: absolute;
    display: inline-block;
    border: 0;
    box-shadow: none;
    font-size: 50px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 14px 0 rgb(0 0 0 / 25%);

    left: -50px;

    top: 110px;
    padding: 0px 0 7px !important;
}
video{
    width: 100%;
}
button.btn-close {
    opacity: 1;
    position: absolute;
    right: 9px;
    z-index: 99;
    top: 6px;
}

img.custom-logo {
    width: 80%;
    margin-top: 20px;
}

.about-text h2 {
    margin-top: 0px;
    font-size: 36px;
    line-height: 42px;
}
.wp-about .about-text p{
    color: #6d6b6b;
    font-size: 15px;
    text-transform: inherit;
    font-weight: 400;
    margin-bottom: 20px;
}
section.wp-about {
    padding: 20px 0 60px;
}
.sign{
    padding: 0px 0 0px;
}
button.cus-sign {
    background: #2f4c7f;
    display: inline-block;
    width: 100%;
    border: 1px solid #2f4c7f;
    color: #fff;
    padding: 20px;
    font-weight: 500;
    font-family: 'Noto Serif', serif;
    font-size: 25px;
}
button.cus-sign img{
    -webkit-animation: 2s 1s infinite bounce;
    animation: 2s 1s infinite bounce;
    -webkit-transition: .1s ease-in;
    transition: .1s ease-in;
}

@-webkit-keyframes bounce {

	0%,
	100% {
		transform: translateY(-5px)
	}

	50% {
		transform: translateY(10px)
	}
}
.data{
    padding: 50px 90px;
    width: 100%;
    clear: both;
    background-image: url(../images/gray-bg.png);
}
.data .form-control{
    border: none;
    border-bottom: 1px solid #666;
    padding: 8px;
    font-size: 14px;
    border-radius: 0px;
}
.data .btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 8px 50px;
    font-size: 20px;
    margin: 30px 0 0 0;
}
#live-chat {
    bottom: 0;
    font-size: 14px;
    width: 300px;
    z-index: 999;
    right: 15px;
    position: fixed;

}
#live-chat .chat-heading {
    background: #38518b;
    border-radius: 5px 5px 0 0;
    color: #fff;
    cursor: pointer;
    padding: 14px 11px;
    position: relative;
}
.chat {
    background: #fff;
    margin-top: -1px;
}
#live-chat h4 {
    font-size: 18px;
    margin: 0;
    color: #fff;
    letter-spacing: 1px;
}
.chat-heading .fa-angle-down {
    position: absolute;
    right: 7px;
    font-size: 27px;
    top: 12px;
    z-index: 9;
}
.chat-history {
    padding: 11px 19px 21px;
    box-shadow: 0 0 7px #919191;
}
.chat-form .form-control {
    border: none;
    border-bottom: 1px solid #666;
    padding: 8px;
    font-size: 14px;
    border-radius: 0px;
    margin-bottom: 20px;
}
.chat-form .form-select{
    border: none;
    border-bottom: 1px solid #666;
    border-radius: 0px;
    color: #666;
    font-size: 14px;
}
.chat-form .btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 8px 50px;
    font-size: 20px;
    margin: 30px 0 0 0;
}
.slider-inner .carousel-item img {
    height: auto;
    object-fit: cover;
}
.wp-contact{

}
.wp-contact h2{
    color: #000;
    font-size: 38px;
}
ul.top_addres {
    padding: 0px;
    display: flex;
    margin: 20px 0px;
    justify-content: center;
    list-style: none;
    align-self: center;
}
ul.top_addres li {
    font-size: 14px;
    padding: 0 5px;
    justify-content: center;
    align-self: center;
    font-weight: 400;
}
ul.top_addres li i {
    font-size: 18px;
    color: #0062ae;
    margin: 0 4px;
    vertical-align: middle;
}
.get-in-touch{
    border-radius: 10px;
    padding: 50px 70px;
    box-shadow: 0 0 17px #c7c7c7;
    width: 90%;
    margin: 30px auto;
}
.get-in-touch .form-control {
    border: none;
    border-bottom: 1px solid #666;
    padding: 8px;
    font-size: 14px;
    border-radius: 0px;
    margin-bottom: 20px;
}
.get-in-touch .form-select{
    border: none;
    border-bottom: 1px solid #666;
    border-radius: 0px;
    color: #666;
    font-size: 14px;
}
.get-in-touch .btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 8px 50px;
    font-size: 20px;
    margin: 30px 0 0 0;
    letter-spacing: 1px;
}
.oc-inforamtion-list ul li {
    padding: 20px 0 20px 4px !important;
}
.nature-box1 {
    width: 100%;
    display: flex;
}
.nature-icon {
    padding-right: 15px;
    padding-bottom: 0px;
}

.consultant-logo {
border: 1px solid #ddd;
    box-shadow: 0px 0px 7px #0000004a;
}
.consultant-logo img {
    background-color: #FFF;
}
.nature-text {
    width: 80%;

}
.nature-text h5 {
    margin-bottom: 0px;
    font-size: 22px;
    padding: 0px 0 15px;
    color: #38518b;
}
.oc-inforamtion-list ul li p {
    font-size: 17px !important;
    margin-bottom: 6px;
}
.modal-body .form-control {
    border: none;
    border-bottom: 1px solid #666;
    padding: 8px;
    font-size: 14px;
    border-radius: 0px;
    margin-bottom: 20px;
}

.modal-body .btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 8px 50px;
    font-size: 20px;
    margin: 0px 0 0 0;
    letter-spacing: 1px;
}
.modal-body h3{
    margin-bottom: 30px;
}

.popup-link{
    display:flex;
    flex-wrap:wrap;
  }
  
  .popup-link a{
      background: #333;
      color: #fff;
      padding: 10px 30px;
      border-radius: 5px;
      font-size:17px;
      cursor:pointer;
      margin:20px;
      text-decoration:none;
  }
  
  .popup-container {
      visibility: hidden;
      opacity: 0;
      transition: all 0.3s ease-in-out;
      transform: scale(1.3);
      position: fixed;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(21, 17, 17, 0.61);
      display: flex;
      align-items: center;
  }
  .popup-content {
      background-color: #fefefe;
      margin: auto;
      padding: 20px;
      border: 1px solid #888;
      width: 50%;
  }
  .popup-content p{
      font-size: 17px;
      padding: 10px;
      line-height: 20px;
  }
  .popup-content a.close{
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    background: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
    z-index: 999;
    position: relative;
}
  
  
  .popup-content a.close:hover{
    color:#333;
  }
  
  .popup-content span:hover,
  .popup-content span:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
  }
  
  .popup-container:target{
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
  
  .popup-container h3{
    margin:10px;
  }
  .offeringsection2 {
    padding: 0px;
}
.what {
    position: fixed;
    z-index: 9999;
    left: 6px;
    bottom: 67px;
    background: #4ccc5b;
    color: #fff;
    padding: 10px 0 0 12px;
    height: 55px;
    width: 54px;
    border-radius: 100px;
  display: none;
}
.what a i {
    font-size: 36px;
    color: #fff;
}
.floor-details .gallery-col img {
    height: 600px !important;
}
.wp-about .about-text {
    padding: 0;
    position: relative;
    top: 0;
}
.cus-logos {
    display: flex;
    flex-wrap: wrap;
}
.cus-logo-box {
    width: 18%;
    box-shadow: 0px 0px 7px #0000004a;
    margin: 0 10px 20px;
    text-align: center;
    padding: 10px 10px 0;
    border-radius: 5px;

}
.media-box{

}
.media-box h3{
    font-size: 23px;
    margin-top: 19px;
    color: #000;
    height: 60px;
}
a.media-btn {
    background: #38518b;
    padding: 9px 22px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 14px;
    border-radius: 3px;
}
.cus-logo-box h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin-top: 15px;
    position: relative;
    background: #38518b;
    padding: 6px 0;
}
.about-img {
    margin-top: 47px;
}
.thanks-text h5 {
    color: #fff;
    font-size: 80px;
}

.thanks-text p {
    color: #fff;
    font-size: 25px;
}
.wp-thank .carousel-caption {
    text-align: center;
    justify-content: center;
}

/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width:1170px) {
.container {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0px 15px;
}

	
}
@media screen and (max-width: 1024px) {
  .slider .carousel-item img {
    height: 37vh;
    object-fit: cover;
}	
.vg-nav-lg .vg-nav-hamburger {
    display: block;
    float: right;
}
.vg-nav-hamburger span {
    background: #fff;
}  
 .logo {
    width: 46%;
}
 .top_menu {
    background: #000;
    position: relative;
} 
 .about-text h3 br {
    display: none;
} 
 .about-text {
    padding: 0px 0 40px 0px;
    text-align: center;
} 
 .right-box {
    padding: 60px 40px 100px;
} 
 .ticker{
   font-size: 6em;
  }
  .desktop-show{
    display:none;
  }
  .offeringsection .mobile {
    display: block;
}
 .zoning-img img {
    height: 500px;
    object-fit: cover;
} 
 .tower1brief-row img {
 height: 700px;
    width: 100%;
    object-fit: cover;
} 
  .fancybox-image {
    width: 96%;
    left: 7px;
}
  .flagship {
     margin: 90px 0 60px;
}
 .commercial-box {
     width: 30%;
  }
  .top-p {
    padding-top: 0%;
}
 .gallery-col img {
    height: 118px !important;
} 
 .feature-icons {
    padding: 12px 10px 0;
} 
 .features-listings .feature-col-box {
    height: auto;
    width: 25%; 
   margin: 9px 0px;
   height: 400px;
  }
  .wp-about .about-text {
    text-align: left;
}
 .gallery .owl-carousel .owl-nav button.owl-prev {
    left: -20px;
}
 .gallery .owl-carousel .owl-nav button.owl-next {
    right: -10px;
} 
 .owl-theme .owl-dots .owl-dot {
    display: none;
} 
 .offeringsection .owl-carousel .owl-nav button.owl-prev {
    box-shadow: 0px 0px 4px #000;
    padding: 7px 17px 12px!important;
    background: #38518b;
    color: #fff;
    border-radius: 40px;
}
 .offeringsection .owl-carousel .owl-nav button.owl-next {
    box-shadow: 0px 0px 4px #000;
    padding: 7px 17px 12px!important;
    background: #38518b;
    /* position: absolute; */
    color: #fff;
    border-radius: 40px;
} 
 .cus-logo-box {
    width: 22%;
  }
 .slider-inner .carousel-item img {
    height: 21vh;
    object-fit: cover;
} 
 ul.top_addres li {
    width: 33%;
} 
  
  
}


@media screen and (max-width: 980px) {
.slider .carousel-item img {
    height: 37vh;
    object-fit: cover;
}	
.vg-nav-lg .vg-nav-hamburger {
    display: block;
    float: right;
}
.vg-nav-hamburger span {
    background: #fff;
}  
 .logo {
    width: 46%;
}
 .top_menu {
    background: #000;
    position: relative;
} 
 .about-text h3 br {
    display: none;
} 
 .about-text {
    padding: 0px 0 40px 0px;
    text-align: center;
} 
 .right-box {
    padding: 60px 40px 100px;
} 
 .ticker{
   font-size: 6em;
  }
  .desktop-show{
    display:none;
  }
  .offeringsection .mobile {
    display: block;
}
 .zoning-img img {
    height: 500px;
    object-fit: cover;
} 
 .tower1brief-row img {
 height: 700px;
    width: 100%;
    object-fit: cover;
} 
  .fancybox-image {
    width: 96%;
    left: 7px;
}
  .flagship {
    margin: 150px 0 60px;
}
 .commercial-box {
    width: 45%;
  }
   .features-listings .feature-col-box {
height: 310px;
    width: 24%;
         margin: 9px 2px;
  }
  .feature-icons{
        padding: 12px 5px 0;
  }
 .gallery .owl-carousel .owl-nav button.owl-prev{
      left: -20px;
  }
  .gallery .owl-carousel .owl-nav button.owl-next{
  right: -10px;
  }
  .wp-about .about-text {
    text-align: left;
}
  .tower-brief{
    overflow: hidden;
  }
  .offeringsection .owl-carousel .owl-nav button.owl-prev{
    box-shadow: 0px 0px 4px #000;
    padding: 7px 17px 12px!important;
    background: #38518b;
    color: #fff;
    border-radius: 40px;
  }
    .offeringsection .owl-carousel .owl-nav button.owl-next{
      box-shadow: 0px 0px 4px #000;
    padding: 7px 17px 12px!important;
    background: #38518b;
    /* position: absolute; */
    color: #fff;
    border-radius: 40px;
}
 .gallery-col img {
    height: 180px !important;
} 
 .slider-inner .carousel-item img {
    height: 21vh;
    object-fit: cover;
} 
 .cus-logo-box {
    width: 30%;
  }
  
  
  
}
/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {
    .slider .carousel-item img {
        height: 89vh;
        object-fit: cover;
    }
  ul.top_addres li {
    width: 100%;
} 
   .owl-theme .owl-dots .owl-dot {
 display: inline-block;
} 
.fancybox-image {

    width: 96%;
    left: 7px;
}
    .vg-nav-hamburger span {
        background: #fff;
    }

    .logo {
        width: 100%;
    }
    .vg-nav-lg .vg-nav-hamburger {
        display: block;
        float: right;
    }
    .floor-text {
        position: relative;
        padding: 0 10px;
    }
    .floor-text h1 {
        color: #f4f4f4;
        font-size: 73px;
        line-height: 130px;
    }
    .floor {
        position: relative;
        padding: 30px 0;
    }
    .floor-text h4 {
        font-size: 32px;
        margin-top: -75px;
    }
    .slider-bg h2 {
        font-size: 37px;

        line-height: 35px;
    }
    .slider-bg p {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
    }
    .scroll {
        display: none;
    }
    .about-text {
        padding: 0px 0 30px;
        width: 100%;
    }
    .about-text h3 {
        font-size: 28px;
        text-align: center;
    }
    .about-text h3 br{
        display: none;
    }
    .right-box p {
        font-size: 15px;
        margin-bottom: 17px;
    }
    .nature-box {
        width: 100%;
        display: flex;
    }
    .office {
        display: flex;
        flex-wrap: wrap;
    }
    .office-box {
        text-align: center;
        padding: 6px;
        width: 47%;
    }
    .cus-btn {
        background: #31487a;
        padding: 16px 20px;
        border-radius: 4px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0px;
    }
    .video iframe {
        border: 0;
        width: 100%;
        height: 210px;
    }

    .gallery h2 {
        font-size: 30px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        top: 101px;
        left: -20px;
    }
    .owl-carousel .owl-nav button.owl-next {
        top: 101px;
        right: -7px;
    }

    .commercial {
        padding: 0px 10px;
        border-left: 0px solid #bbb;
    }

.mobile{
    display: block;
}
.ticker {
    display: none;
}
.mobile-banner {
    display: block !important;
}
.desktop{
    display: none !important;
}
.right-box {
    background: #f7f7f7;
    padding: 30px 30px 120px;
}
.right-box h3 {
    font-size: 26px;
}
.image img {
    height: 300px;
    object-fit: cover;
    position: relative;
    width: 100%;
}
.offeringsection {
    padding-top: 0em;
}
.floor-zoning-information{
    display: none;
}
.offeringsection .owl-theme .owl-nav{
    display: none;
}
.owl-theme .owl-dots .owl-dot span {
    width: 32px;
    height: 4px;
    margin: 5px -1px;
    background: #a3a3a3;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
}
.left-m {
    padding-left: 6px;
}
.flagship {
    width: 100%;
    height: 210px;
    margin: 110px 0 40px;
}
ul {
    list-style-type: none;
    padding: 0;
}
.floor-zoning {
    padding: 10px 0 0;
}
.heading-info h2 {
    margin: 10px 0;
    font-size: 30px;
    line-height: 42px;
}
.commercial-box {
    width: 85%;
    padding: 5px;
    margin: 20px auto 0;
    margin-bottom: 22px;
    float: inherit;
}
.commercial-icon img{
    height: 95px;
    object-fit: contain;
}
.commercial-text h5 {
    font-size: 15px;
}

.feature-col-box {

    text-align: center;
    margin: 0 0 14px;
}
.features-text h4 {
    font-size: 20px;
}
.feature-icons {
    padding: 12px 10px 0;
}

.gallery .owl-carousel .owl-nav button.owl-prev{
    left: -30px;
    top: 88px;
}
.gallery .owl-carousel .owl-nav button.owl-next{
    right: -7px;
    top: 88px;
}

img.custom-logo {
    width: 60%;
    margin-top: 0px;
}
button.cus-sign {
    font-size: 20px;
}
.data {
    padding: 20px 10px;
}
#live-chat {
    bottom: 0;
    font-size: 14px;
    width: 100%;
    z-index: 999;
    right: 0px;
    position: fixed;
}
.footer-text h4 {

    margin-bottom: 3px;
    margin-top: 16px;
}
.footer {
    padding: 40px 0 70px;
}
.fixed-header {
  
    background: #000;
}
.tower-brief {
    overflow-x: hidden;
}
.about {
    padding: 0px;
    overflow-x: hidden;
}
.vg-nav-sidebar__content>ul>li>a{
    text-transform: uppercase; 
}
.popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 93%;
}
.modal-body .btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 8px 20px;
    font-size: 17px;
    margin: 0px 0 0 0;
    letter-spacing: 0px;
}
.slider-inner .carousel-item img {
    height: 35vh;
    object-fit: cover;
}
.oc-inforamtion-list ul li {
    width: 100%;
    float: left;
    padding: 20px 0 20px 4px !important;
}
ul.top_addres {
 
    flex-direction: column;
}

.get-in-touch {
    border-radius: 10px;
    padding: 30px 20px;
}
#live-chat .chat-heading {
    text-align: center;
}
.features .owl-dots {
    display: none;
}
.gallery-col img {
    height: 100px !important;
}
.features .owl-carousel .owl-nav button.owl-prev {
    box-shadow: 0px 0px 4px #000;
    padding: 7px 17px 12px!important;
    background: #38518b;
    color: #fff;
    border-radius: 40px;

}
.features .owl-carousel .owl-nav button.owl-next {
    top: 95px;
    right: -10px;
    box-shadow: 0px 0px 4px #000;
    padding: 7px 17px 12px!important;
    background: #38518b;
    /* position: absolute; */
    color: #fff;
    border-radius: 40px;
}
.nature-box1 {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.consultant-logo {
    border: 1px solid #ddd;
    text-align: center;
}
.cus-logo-box {
    width: 42%;
}
.about-img {
    margin-bottom: 30px;
    margin-top: 0px;
    text-align: center;
}
.wp-about .about-text p {
    text-align: justify;
}
.floor-details .gallery-col img {
    height: 370px !important;
}
.offeringsection1 .owl-dots {
    display: none;
}
.offeringsection1 .owl-carousel .owl-nav button.owl-next {
    top: 95px;
    right: -10px;
    box-shadow: 0px 0px 4px #000;
    padding: 7px 17px 12px!important;
    background: #38518b;
    /* position: absolute; */
    color: #fff;
    border-radius: 40px;
}
.offeringsection1  .owl-carousel .owl-nav button.owl-prev  {
    box-shadow: 0px 0px 4px #000;
    padding: 7px 17px 12px!important;
    background: #38518b;
    color: #fff;
    border-radius: 40px;
   
}
.nature-text {
    width: 100%;
}
.nature-text h5 {
    font-size: 18px;
}
.offeringsection1 {
    overflow-x: hidden;
    padding: 0px;
}
.top_menu {
    padding: 6px 0;
    background: #082245;
    position: relative;
}

.feature-col-box img{
    height: 400px;
    object-fit: cover;
}
#features {
    padding: 0 0 0px;
}
.tower1brief-row img{
    height: 360px;
    width: 100%;
    object-fit: cover;
}
.nature-icon {
    margin-top: 2px;
}
.nature-icon {
    padding-right: 0px;
    padding-bottom: 0px;
}
.zoning-img img {
    height: 500px;
    object-fit: cover;
}
.media-box h3 {
    height: auto;
}
.wp-thank .carousel-item img {
    height: 100vh;
    object-fit: cover;
}

}


/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {

}


/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width:550px) {

}



/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {

}



/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:375px) {


}
