
/* @import url('http://fonts.cdnfonts.com/css/copperplate'); */

body {

	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 23px;
	color: #034148;
	background: #e5ddd4;
}
h1, h2, h3 {
	margin-left: 0;
	font-family: "Darker Grotesque", sans-serif;
	color: #034148;
	font-weight: 300;
}
 h1 {
	font-size: 66.50px;
	line-height: normal;
 }
 h2 {
	font-size: 49px;
	line-height: 0.8;
	margin-bottom: 30px;
 }
 h3 {
	font-size: 112px;
	display: grid;
 }
 h4 {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Montserrat', sans-serif;
 }

 h5 {
	font-weight: 300;
	font-size: 36px;
	font-family: "Darker Grotesque", sans-serif;
 }
 h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
 }
p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin-bottom: 27px;
	line-height: 27px;
}

.small-text {
	font-size: 24px;
	font-weight: 300;
	display: ruby-text;
	margin-top: 1px;
}
.number-space {
	margin-bottom: 70px;
}

 .container {
	max-width: 1400px;

	 padding-right: 30px;
	 padding-left: 30px;
 }
.container-medium {
	max-width: 1200px;
}

.container-small {
	max-width: 760px;
 }

 #page {
    background: #e5ddd4;
    position: relative;
}
#page .site-inner, .navbar  {
    width: 100%;
    max-width: 1920px;
    padding: 0px;
    margin: 0 auto;
}

section {
	padding-bottom: 100px;
	padding-top: 100px;
}
@media screen and (max-width:1199px){
	section {
		padding-bottom: 60px;
		padding-top: 60px;
	}
}


/* Button Section Start */
.btn {
	background-color: #EEC40E;
	color: #000;
	font-weight: 800;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	padding:13px 100px;
	border-radius: 0;
	margin-top: 40px;
}
.btn:hover {
	color: #fff;
}


/*Start*/
.header-navbar {
	margin: 0px auto;
  text-align: center;
  flex-direction: column;
	position: relative;
}



.logo-header-block {
	background-color: #dce4e4;
	width: 100%;
	padding: 64px;
	height: auto;
	transition: all 0.3s ease;
	overflow: hidden;
}
.logo-header-block a img {
	width: 300px;
}

.navbar  {
	padding: 0;
}
.navbar .nav-link {
	font-family: "Darker Grotesque", sans-serif;
	font-size: 33px;
	font-weight: 300;
	line-height: normal;
	color: #034148 !important;
}
.navbar-nav {
	width: 100%;
	margin: 0 auto;
	justify-content: center;
    display: flex;
	gap: 142px;
	position: relative;
}
@media screen  and (max-width:1300px){
	.navbar-nav {
		gap: 70px;
	}
}

.navbar-nav .logo-shrink{
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 40px;
	transition: all 0.8s ease;
	width: 25px;
	visibility: hidden;
	opacity: 0;
}
.navbar-nav .logo-shrink img{
	width: 100%;
}
@media screen  and (max-width:991px){
	.navbar-nav .logo-shrink{
		display: none;
	}
}



nav.navbar.shrink .navbar-nav .logo-shrink {
	visibility: visible;
	opacity: 1;
}



.mobile-logo {
	display: none;
	padding: 10px;
}


/*Menu Shrink Start*/
.header-blank {
	height: 324px;
}
.header-blank.shrink {
	height: 213px;
}

nav.navbar.shrink .header-navbar .nav-link {
	transition: all 0.3s ease;
	font-size: 30px;
}
.navbar-light .navbar-nav .nav-link {
	transition: all 0.3s ease;
	padding-top: 0;
}


nav.navbar .navbar-brand img {
	transition: all 0.3s ease;
}

nav.navbar.shrink .navbar-brand img {
	width: 120px;
    transition: all 0.3s ease;
}
nav.navbar.shrink .logo-header-block {
	padding: 0px 0;
	height: 0px;
}

/*Menu Shrink End*/

.navbar-light .navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #034148;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
 
.navbar-light .navbar-toggler:hover span,
.navbar-light .navbar-toggler:focus span {
    background: #034148;
}
 
/* rotate first span */
.navbar-light .navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}
 
/* hide second span */
.navbar-light .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}
 
/* rotate third span */
.navbar-light .navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}
 
.navbar-light .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}


.navbar-light .navbar-toggler span {
    background: #034148;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

/* rotate first span */
.navbar-light .navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}
 
/* hide second span */
.navbar-light .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}
 
/* rotate third span */
.navbar-light .navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-light .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}




.carousel-control-prev-icon {
	background-image: url('../images/arrow-left.png');
}
.carousel-control-next-icon {
	background-image: url('../images/arrow-right.png');
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 20px;
	height: 70px;
	opacity: 9 !important;
}
.carousel-control-next, .carousel-control-prev {
	opacity: 9 !important;
}
.carousel-indicators li {
	height: 8px;
	width: 8px;
	border-radius: 100%;
	border: 2px solid #fff;
	background-color: transparent;
}
.carousel-indicators li.active {
	background-color: #dce4e4;
}
/*End*/


/*Animation Header Start*/


/*Animation Header End*/



.navbar-nav .nav-item {
	margin-left: 7px;
	margin-right: 7px;
}
.navbar-nav .nav-item a:hover img {
	filter: brightness(0.8);
}


.navbar-light .navbar-toggler {
	background: transparent;
	border: none;
}
.navbar-light .navbar-toggler-icon {
	background-image: url(../images/icon-mob.png);
	background-size: auto;
}
.navbar-toggler {
	padding: 10px !important;
	border-radius: 0;
}



/*Main Wrapper*/

.heading-position {
	position: absolute;
	top: 15%;
    left: 17%;
}
.unique-section {
	padding-top: 350px;
	position: relative;
}



/*Elevating Office Start */
.elevating-section {
	background-color: #eee9e3;
	position: relative;
	border-top: 6px solid #39585f;
}
.elevating-section:before {
	background-image: url(../images/line-small.png);
	background-repeat: repeat;
	background-position: top;
	width: 107px;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-size: 100%;
}
/*Elevating Office End */


/*Upcoming Enhancements Start */
.upcoming-section {
	background-color: #e5ddd4;
}
.upcoming-section p {
	font-weight: 500;
}
.upcoming-section h4 {
	margin-bottom: 60px !important;
}
@media screen and (max-width:991px){
	.upcoming-section .no-padding {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.upcoming-section h2 {
		margin-bottom: 20px;
	}
}
/*Upcoming Enhancements End */


/*Video Start */
.newlobby-section {
	position: relative;
	height: 594px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.newlobby-section:before {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.4);
}
.newlobby-section h1 {
	font-size: 74px;
	color: #fff;
	margin-bottom: 30px;
}
.newlobby-section .play-icon button {
	background-color: transparent;
	border: 0;
}
.newlobby-section video {
	width: 100%;
}
.newlobby-section .close {
	position: absolute;
    top: -10px;
    right: -10px;
    background: #dce4e4 !important;
    opacity: 9;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-weight: normal;
	z-index: 9;
}
.newlobby-section .close:hover {
	opacity: 9 !important;
}
.newlobby-section .close span {
	text-shadow: none;
}
.newlobby-section .modal-body {
	padding-bottom: 0 !important;
}
/*Video End */


/*One Stop Section STart*/
.onestop-section {
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.onestop-section h1, .onestop-section p {
	color: #cddbdb;
}


.onestop-section:before {
	background-image: url(../images/line-large.png);
	background-repeat: repeat;
	background-position: top;
	width: 107px;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-size: 100%;
}
.onestop-section .drivetime-block {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
}
.onestop-section .drivetime-block img {
	width: 34px;
}
.onestop-section ul {
	margin: 0;
	padding: 0;
}
.onestop-section ul li {
	list-style: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 18px;
	display: flex;
	justify-content: space-between;
}
.onestop-section ul li span {
	border-bottom: 1px solid #fff;
	width: 70%;
	display: inline-block;
}

.onestop-section ul li strong {
	position: relative;
	font-weight: 300;
	width: 60px;
	text-align: right;
}
.onestop-section ul li {
	position: relative;
}
.onestop-section ul li.one-time:before, .onestop-section ul li.two-time:before, .onestop-section ul li.three-time:before, .onestop-section ul li.four-time:before, .onestop-section ul li.five-time:before{
    height: 1px;
    content: "";
    position: absolute;
    right: 9%;
    top: 18px;
    background: #cddbdb;
}
.onestop-section ul li.one-time:before {
	width: 76%;
}
.onestop-section ul li.two-time:before{
	width: 79%;
}
.onestop-section ul li.three-time:before{
	width: 58%;
}
.onestop-section ul li.four-time:before{
	width: 62%;
}
.onestop-section ul li.five-time:before{
	width: 69%;
}
/*One Stop Section End*/


/*urban Start */
.urban-pulse-section {
	background-color: #ecf0f0;
	position: relative;
}
.urban-pulse-section:before {
	background-image: url(../images/line-medium.png);
	background-repeat: repeat;
	background-position: top;
	width: 107px;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 20px;
	background-size: 100%;
}
/*urban End */


/*Number of Floor Start */
.number-of-fllor-section {
	background-color: #dce5e5;
}
.number-of-fllor-section .fitwel-logo {
	
	line-height: 124px;
	margin-bottom: .5rem;
}
.number-of-fllor-section .fitwel-logo img {
	width: 150px;
}
/*Number of Floor End */

/*Road Map Section*/
.roadmap-section h5 { display: inline-block;}
.roadmap-section ul {
	margin-top: 50px;
	position: relative;
	float: left;
}
.roadmap-section ul h5 {
    float: left;
    width: 15%;
}
.roadmap-section ul li span {
    float: left;
    width: 85%;
}
.roadmap-section ul li {
	list-style: none;
	padding-bottom: 25px;
	position: relative;
	float: left;
	width: 100%;
}
.roadmap-section ul:after {
	border-left: 1px solid #fff;
    width: 40px;
    height: 87%;
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
}
.roadmap-section ul li:after {
	background-color: #fff;
    width: 25px;
    height: 1px;
    content: "";
    position: absolute;
    left: -40px;
    top: 15px;
}






.map-container{
	width: 100%;
	height: 800px;
	border-bottom: 15px solid #034148;
}
@media screen and (max-width:800px){
	.map-container{
		height: 550px;
	}
}









/*Connect with Us Start*/
.connect-with-section {
	position: relative;
	background-color: #afc8c8;
	background-image: url(../images/footer-line.svg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 20px;
	background-position: bottom -40px left;
}
.connect-with-section  h1 {
	margin-bottom: 40px;
}
.connect-with-section .contact-detail-block .title-name {
	font-size: 34px;
	color: #034148;
	font-family: "Darker Grotesque", sans-serif;
	font-weight: 300;
	margin-bottom: 20px;
}
.connect-with-section .contact-detail-block .address-name {
	margin-bottom: 6px;
}
.connect-with-section .contact-detail-block .address-name, .connect-with-section .contact-detail-block .mobile-number, .connect-with-section .contact-detail-block .mail-id {
	font-size: 12px;
	color: #034148;
	font-weight: 500;
}
.connect-with-section .contact-detail-block .mobile-number a, .connect-with-section .contact-detail-block .mail-id a{
	list-style: none;
	color: #034148;
	text-decoration: none;
	display: block;
	line-height: 15px;
	
}



/*Connect with Us End*/

/* Footer Section Start */
.footer-block .copyright-text {
	font-size: 12px;
	margin-left: 50px;
	color: #fff;
}
.footer-block .copyright-text a{
	font-size: inherit;
	font-weight: inherit;
	color: #fff;
	text-decoration: none;
}
.footer-block .container {
	max-width: 90%;
}
.footer-block h6 span {
	font-weight: 400;
}
.footer-block {
	float: left;
	width: 100%;
	background-color: #a9c3c3;
	padding: 40px 0;
}
.footer-btn {
	display: flex;
    justify-content: end;
    flex-direction: column;
    gap: 5px;
    width: max-content;
}
.footer-btn .btn {
	background-color: transparent;
	font-weight: 300;
	font-size: 15px;
	border: 1px solid #fff;
	color: #fff;
	padding: 5px 10px;
	margin:0;
}
.footer-btn .btn:focus {
	outline: none;
	box-shadow: none;
}


.cousins-logo-block {
	align-items: end;
	text-align: end;
}
.cousins-logo-img {
	margin-bottom: -10px;
}






.modal-video-body{
	max-width: 1400px !important;
}

.no-margin{
	margin: 0 !important;
}

.footer-block .modal-body {
	padding: 0;
	color: #fff;
}
.footer-block .modal-body h2 {
	color: #fff;
}
.footer-block .modal-body h2 span {
	position: absolute;
	top: 15px;
	right: 15px;
}
.footer-block .body-top {
	background-color: #044148;
	padding: 40px;
	position: relative;
}
.footer-block .body-footer {
	padding: 40px;
}
.footer-block .property-management {
    background-color: #8da6a9;
    display: flex;
    gap: 60px;
	padding: 20px 40px;
	color: #044148;
}
.footer-block .property-management strong {
	font-size: 28px;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 600;
}
.footer-block .property-management span {
	font-size: 34px;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 500;
	margin-left: 20px;
}
.footer-block .body-footer {
	background-color: #3e6b71;
}
.footer-block .close {
	opacity: 9;
}
.footer-block .close img {
	width: 40px;
}
.footer-block .modal-lg {
    max-width: 940px;
}   
.footer-block .modal-content {
	border-radius: 15px;
	overflow: hidden;
	background-color: transparent;
}
.footer-block .body-top p, .footer-block .body-footer p {
	font-size: 16px;
	font-weight: 400;
}
.footer-block .body-top a {
color: #2cfcfd;
text-decoration: none;
}