@import url('font/font.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('iconfiles/fontawesome.css');
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,600i,700,700i&display=swap');

*,
*::before,
*::after {
    box-sizing: border-box;
    position: relative;
	background-repeat: no-repeat;
}


/* ==== SCROLLBAR ==== */
html::-webkit-scrollbar {
    width: 10px!important;
    height: 10px!important;
}

html::-webkit-scrollbar-thumb {
    background: #B47E00;
/*      background: var(--secondaryColor); */
    border-radius: 0!important;
    -webkit-box-shadow: inset 2px 2px 2px rgba(255,255,255,.25), inset -2px -2px 2px rgba(0,0,0,.25)!important;
    box-shadow: inset 2px 2px 2px rgba(255,255,255,.25), inset -2px -2px 2px rgba(0,0,0,.25)!important;
}

html::-webkit-scrollbar-track {
    background-color: #191919;;
}
/* ------- End Scrollbar ------ */

.common-project-sec .img-wrapper:hover .img-overlay {
	opacity: 1;
}
#fancybox-right span {
    left: auto;
    right: -43px !important;
}
#fancybox-left span {
    left: -43px !important;
}
#fancybox-overlay {

	background: rgba(0,0,0,0.7) !important;
}
.common-project-sec .img-overlay {
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	color: #fff;
	font-size: 3em;
	pointer-events:none;
    transition: 0.5s;
}
.about_sec .about_se-home .about_img img {
	height: auto;
}
.row {
    margin-right: 1px;
    margin-left: 1px;	
}
html,body{
    margin: 0px;padding: 0px;
}

p, h1, h3, h3 {
    margin: 10px 0;
}
.navbar-cust
section{overflow-x:hidden;}

html {
  scroll-behavior: smooth;
}
	
	h3 {
		font-weight: bold;
	}

@media (min-width: 768px) {
.wrap_aboutin {
    width: 88%;
    margin: auto;
}
}
@media (min-width: 992px) {
.wrap_aboutin {
       width: 82%;
    margin: auto;
}
}
@media (min-width: 1200px) {
.wrap_aboutin {
       width: 87%;
    margin: auto;
}
}
@media(min-width: 1600px){    
.wrap_aboutin {
    width: 88.2%;
    margin: 0 auto;
    max-width: 1600px;
}
	}
/*===========  header css start here  ===================*/
.modal-open .modal {
    z-index: 999999;
}



.video-main-sec .modal-header {
    border: none;
}
.viewallvideo .alm-listing .alm-reveal {
	outline: 0;
	margin-top: 30px;
}
.viewallvideo .alm-btn-wrap {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.viewallvideo .alm-btn-wrap .alm-load-more-btn.loading, .viewallvideo .alm-btn-wrap .alm-load-more-btn:hover {
    background-color: #B47E00;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.09);
    box-shadow: 0 1px 3px rgba(0,0,0,.09);
    color: #fff;
    text-decoration: none;
}	
.viewallvideo .alm-load-more-btn.more {
	box-shadow: 2px 2px 6px #00000033;
	border: none;
	width: 290px;
	height: 56px;
	display: inline-block;
	text-align: center;
	line-height: 61px;
	letter-spacing: 0.22px;
	color: #FFFCF5;
	font-size: 22px;
	font-family: 'Crimson-Bold';
	transition: 0.5s;
	background: #000;
	border-radius: 0;
}
.viewallvideo .alm-btn-wrap .alm-load-more-btn.done {
	cursor: default;
	opacity: .15;
	background-color: #000;
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	float: left;
}
.viewallvideo .alm-load-more-btn.more:hover {
	background: #B47E00;
}
.video-main-sec .modal-header button.close {
    background: #B47E00;
    opacity: 9;
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 0px;
    border-radius: 100px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    line-height: 32px !important;
	line-height: 0!important;
    vertical-align: top;
}
	
.video-main-sec .modal-header button.close span {
    position: relative;
    top: -.2rem;
}
	
.westiover-images {
    width: 100%;
    float: left;
    padding: 50px 0;
    margin-bottom: 20px;
}
.gray-logo-menu {
    opacity:0.3;
    transform: rotate(-50deg);
    bottom: 0px;
    right: 0px;
    position: absolute;
    width: 320px;
    z-index: 1;
}

.westiover-map {
    padding-top: 10px;
    overflow: hidden;
}
i.fa.fa-plus-circle {
    color: #fff;
    font-size: 30px;
}
body {
    background: #FFFCF5;
}
.about_sec.about_se-home {
    overflow: hidden;
}


img.vicina-logo {
    max-width: 480px;
    opacity: 30%;
    margin-top: 150px;
    position: absolute;
    right: 0px;
}


section.component {
    overflow: hidden;
}
img.the-team-logo {
    position: absolute;
    right: -20px;
    bottom: 110px;
    width: 430px;
    opacity: 30%;
}
img.toz-logo {
    position: absolute;
    right: 0px;
    opacity: 0.3;
    width: 320px !important;
    bottom: 120px;
  
}
.desktop img{
    opacity: 30%;
 /*   position: absolute;*/
    bottom: -40px;
    width: 340px !important;
}
img.gray-logo {
    opacity:0.3;
    max-width: 330px;
    transform: rotate(45deg);
    left: -90px;
    position: relative;
    margin-top: -60px;
}
.contant figure {
    width: 100%;
    float: left;
}

.navbar-cust h3 img {
    width: 50px;
    position: absolute;
    left: -80px;
    top: -9px;
}
.main_rightconettnb {
    float: right;
    width: 100%;
    height: 100%;
    position: relative;
/*    z-index: 999999999;*/
	z-index: 9999;
	display: inline-block;
    box-sizing: border-box;

}
.middle-content img {
    max-width: 470px;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
    margin-top: 60px;
}
.middle-content figure {
    width: 58%;
    text-align: right;
}
a.sticky-logo {
    display: none;
}

.header_top.sticky a.sticky-logo {
    display: block;
	    width: auto;
    display: inline;
}

.header_top.sticky a.normal {
    display: none;
}
.logo img {
    max-width: 60px;
}



.header_top {
    float: none;
    width: 100%;
    padding: 28px 26px;
    position: relative;
    z-index: 9999;
}

.vicinia-content-section.fundamental-sec .right-content {
    margin-top: 100px;
}
.header_top .menu-bar {
    float: right;
    background: #000;
    font-size: 24px;
    border: none;
    width: 191px;
    height: 56px;
    color: #fff;
    padding: 13px 26px;
    line-height: 40px;
}
.header_top .menu-bar a {
    color: #000;
    display: inline-block;
    width: 100%;
}

.header_top .menu-bar:hover .menu-line span:first-child {
    width: 35px;
}
.header_top .menu-bar:hover .menu-line span {
    width: 50px;
}


.menu-bar span {
    width: 35px;
    height:4px;
    background: #B47E00;
    display: inline-block;
    float: left;
	margin-top: 8px;
    transition: 0.5s;
}


.header_top .menu-bar p {
    width: auto;
    display: inline;
    color: #fff;
    font-family: 'Crimson-Bold';
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    float: left;
	    margin: 0px;
}



.menu-line span:first-child {
    width: 50px;
}


.menu-line {
    width: 53px;
    float: right;
    text-align: left;
}



.v-img {
    float: right;
    position: absolute;
    margin-top: 0px;
    right: 0;
}


.wrap_contevac h2 {
    font-size: 140px;
    color: #ffffff;
    letter-spacing: 1px;
    font-family: 'Crimson-Bold';
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -57px;
    z-index:1;
    left: 0;
    right: 0;
    margin: auto;
	text-shadow: 2px 2px 8px rgba(0,0,0,.5);
}

section.main_banner_sec {
    background-repeat: no-repeat!important;
    background-size: cover!important;
	overflow-y: hidden;
}

.home .main_banner_sec  {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    background-attachment: fixed !important;
    position: relative;
    background-position: center !important;
    background-size: cover !important;
    z-index: 9;
	height: 808px;
}

.home .main_banner_sec::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.4);
    z-index: -1;
}

.wrap_contevac {
    float: left;
	text-align: center;
	width:100%;
    position: relative;
}

img.last-img1 {
    width: 350px;
    left: -100px;
    position: relative;
    opacity: 30%;
    margin-top: 20px;
}
.westiover-content {
    width: 100%;
    float: left;
    margin-top: 18px;
}
.img-sec1 {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.beig_vacasale {
    display: flex;
    position: relative;
    overflow: hidden;
    height: 255px;
    float: left;
    width: 100%;
    background-image: url(/wp-content/uploads/2020/03/pre-footer-bckgd-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    align-items: center;
}

.beig_vacasale::after {
    content: "";
    background: rgba(180, 126, 0, 0.6);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.middle-content {
    width: 100%;
    float: left;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 7%;
}
.middle-content h3 {
    font-family: 'Crimson-Bold';
    font-size: 79px;
    position: relative;
    line-height: 53px;
    color: #fff;
    margin-bottom: 0px;
    text-transform: uppercase;
    z-index:1;
    text-shadow: 0px 0px 8px #000000;
}
.navbar-cust {
    position: fixed;
    background: #191919;
    margin: auto;
    width: 100%;
    transition: all 1s cubic-bezier(0.36, 0.01, 0.32, 1);
    left: -100%;
    z-index: 9999999;
    height: 100vh;
    padding-top: 40px;
    display: flex;
    top: 0px;
    text-align: left;
       overflow-y: auto;
    overflow-x: hidden;
}
.navbar-cust .footer_link ul {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
}
.close-btn i.fa.fa-times {
    font-size: 24px;
    letter-spacing: 0.5px;
    color: #fff;
    position: relative;
    left: 8px;
}


.the-landscape-section p {
    margin-bottom: 40px;
}
a#hide-cust {
    background: #bd8e25;
    color: #fff;
    width: 139px;
    height: 41px;
    line-height: 38px;
    font-family: 'Crimson-Semibold';
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    transition: 0.5s;
    display: inline-block;
    text-align: center;
}

a#hide-cust:hover:after {
    width: 100%;
}

a#hide-cust:hover i.fa.fa-times {
    color: #bd8e25;
}

a#hide-cust:hover {
    text-decoration: none;
    color: #fff;
}
a#hide-cust:hover span {
    z-index: 9;
    position: relative;
    color: #fff;
}

a#hide-cust:after {
    content: '';
    position: absolute;
    z-index: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 0px;
    height: 100%;
    top: 0;
    left: 0;
    background: #191919;
    border: 1px solid #bd8e25;
}


.close-btn {
    position: absolute;
    top: 26px;
    right: 0px;
    z-index: 999;
}

.navbar-cust ul {
    width: 100%;
    padding: 0px;
    margin: 0px;
}


.navbar-cust ul li a:hover{
text-decoration:none;
}


.navbar-cust h2 {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 38px;
    font-family: 'Crimson-Bold';
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 134px;
    letter-spacing: 0.5px;
    position: relative;
    transition: 0.5s;
    text-transform: uppercase;
}
.navbar-cust h2.main-heading::before {
    content: "";
    background: #bd8e25;
    position: absolute;
    left: -92px;
    height: 4px;
    width: 620px;
    bottom: -20px;
    transition: 0.5s;
}

.menu-logo {
    width: 60px;
    position: absolute;
    left: -80px;
    top: -15px;
}
/*=================  footer css start here =================*/



.mainer_footer {
    float: left;
    width: 100%;
    background-color: #191919;
    padding:80px 0 0px;
}
.strip_img {
    position: relative;
    top: 0;
    width: 100%;
    margin-top: 0px;
    float: left;
}
.footeriner {
    float: left;
    width: 100%;
    padding-top: 50px;
}
.footer_logo {
    float: left;
    width: 100%;
} 
.footeriner p {
    color: #bababa;
    margin-top: 20px;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
}
.add_logo {
    margin-top: 10px;
    float: left;
    max-width: 100%;
}
.footer_link {
    float: left;
    width: 100%;
}
.building-future .building-content a svg{
    margin-right: 10px;
}

.footer_link h2,
.heading-link a {
    width: 100%;
    margin: 0 0 0px;
    font-weight: normal;
    letter-spacing: 1px;
    position: relative;
    font-family: 'Crimson-Bold'!important;
    text-transform: capitalize;
    font-size: 30px;
    color: #fff;
    float: left;
}
.footer_link ul {
    float: left;
    width: 100%;
    padding: 0;
}



img.great-img {
    position: relative;
    left: -91px;
    max-width: 330px;
}
.footer_link ul li {
    display: inline-block;
    width: 100%;
    line-height: 31px;
    position: relative;
    color: #fff;
    font-size: 16px;
	margin-top: 4px;
    letter-spacing: 0.5px;
    font-family: 'Montserrat', sans-serif;
	    list-style: none;

}
.footer_link ul li a {
    color: #fff;
    letter-spacing: 0.5px;
	    transition: 0.5s;
    font-family: 'Montserrat', sans-serif;
}

.bottom_contaner p {
    color: #fff;
    font-size: 16px;
    letter-spacing: .025em;
    margin: 0;
    float: left;
    font-family: 'Crimson';
    text-align: center;
    width: 100%;
    padding-top: 30px;
}

ul.main-nav {
    width: 100%;
    float: left;
    padding: 0px;
	list-style: none;
}


ul.main-nav li {
    width: 100%;
    float: left;
}

ul.main-nav a:hover {
    text-decoration: none;
}
.footer_link ul li a:hover {
    color: #bd8e25;
    text-decoration: none;
}
.bottom_contaner p span {
    margin: 0px 2px;
    color: #bd8e25;
}
.footer_ul {
    padding: 0;
    float: right;
    width: auto;margin: 0px;
}
.footer_ul li {
    display: inline-block;
    margin-right: 10px;
}
.footer_ul li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer_ul li a:hover{text-decoration: none;opacity: 0.9;}
.footer_ul li a strong {
    margin-right: 5px;
    font-weight: normal;
}
.bottom_contaner {
    float: left;
    width: 100%;
    padding: 30px 0;
}

.main-nav a {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 34px;
    font-family: 'Crimson-Bold';
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 14px;
    letter-spacing: 0.5px;
	    position: relative;
    transition: 0.5s;
}
ul.main-nav li:hover a::before {
    width: 80px;
}

ul.main-nav a::before {
    content: "";
    background: #bd8e25;
    position: absolute;
    left: -91px;
    height: 5px;
    width: 0px;
    top: 13px;
	top: .5em;
    transition: 0.5s;
}

/*============  about sec css ============ */



.about_sec .container {
    width: 100%;
    padding: 0px;
}


.about_sec {
    float: left;
    width: 100%;
    padding: 50px 0 0px;
    background: #FFFCF5;
}
.about_img {
    float: left;
    width: 100%;
    overflow: hidden;
}
.about_img img {
    width: 100%;
}



img.top-banner {
    width: 830px;
}

.about_sec .padd-right {
    padding-right: 0px;
}



.wrap_aboutin1 {
       padding-left: 92px;
}



.new_sechead h4 {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #191919;
    font-size: 27px;
    font-weight: 700;
}



.new_sechead h2 {
    font-family: 'Crimson-Bold';
    font-size: 68px;
    position: relative;
    line-height: 53px;
    color: #191919;
    margin-bottom:15px;
}

.cust-heading {
    width: 100%;
    float: left;
    position: relative;
}
.cust-heading .custom-line {
    background: #bd8e25;
    width: 105px;
    height: 5px;
    position: absolute;
    left: -120px;
    top: 18px;
}
.custom-line {
    background: #bd8e25;
    width: 105px;
    height: 5px;
    position: absolute;
    left: -120px;
    top: 19px;
}
.new_sechead {
    width: 100%;
    float: left;
    position: relative;
}
/*
.new_sechead h1::before {
    content: "";
    background: #bd8e25;
    width: 105px;
    height: 5px;
    position: absolute;
    left: -120px;
    top: 9px;
}
*/



.header_top.sticky {
    position: fixed;
    top: 0px;
}

.wrap_aboutin1 p {
    width: 100%;
    float: left;
    color: #191919;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    line-height: 35px;
    font-weight: 500;
    margin-top: 11px;
    margin-bottom: 10px;
}



/*.header_top.sticky button.menu-bar {
    position: fixed;
    right: 26px;
    z-index: 9999999;
}*/
.about-content {
    width: 100%;
    float: left;
    height: 100%;
  /*  padding: 171px 0px;*/
  padding: 55px 0px;
  
    padding-right: 70px;
    padding-bottom: 0px;
}

.read-more-btn {
    width: 100%;
    float: left;    position: relative;
      z-index: 2;
    text-align: right;
	
}

.read-more-btn a {
    background: #bd8e25;
    width: 210px;
    height: 56px;
    display: inline-block;
    text-align: center;
    line-height: 56px;
    color: #fff;
    transition: 0.3s;
    font-family: 'Crimson-Semibold';
    font-size: 22px;
    letter-spacing: 0.22px;
    box-shadow: 2px 2px 6px #00000033;
	    position: relative;
}


.about_img img {
    height: 624px;
}

.read-more-btn a:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fffcf5;
}

.the-team-page img.the-team {
    height: 920px;
    width: 100%;
}

.three-member ul li img {
    max-width: 300px;
}
.download-sec .new_sechead h2 {
    width: auto;
    font-size: 42px;
}
.read-more-btn a:hover:after, .read-more-btn a:active:after {
    width: 100%;
}

.read-more-btn a:after {
    content: '';
    position: absolute;
    z-index: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 0px;
    height: 100%;
    top: 0;
    left: 0;
    background: #fffcf5;
    border: 1px solid #bd8e25;
}
.read-more-btn a:hover {
    text-decoration: none;
}

.read-more-btn a:hover span {
    z-index: 9;
    position: relative;
    color: #bd8e25;
}


.community-sec figure img {
   width: 100%;
	margin-top: 0px;
	/*height: 300px;*/
}

.community-sec {
    width: 100%;
    float: left;
    background-color: rgba(255, 252, 245, 0.8);
	background-image: url(/wp-content/uploads/2020/03/transparent-bknd.jpg);
	padding: 20px 0;
	padding-top: 70px;
	    background-size: cover !important;
}

.contant {
    width: 100%;
    float: left;
}


.footer_logo img {
    width: 100%;
}
.community-sec .contant .main-head {
    font-family: 'Crimson-Bold';
    width: 100%;
    float: left;
    font-size: 50px;
    color: #191919;
    position: relative;
    font-style: normal;
    line-height: 59px;
}
/*
.community-sec .contant h3::before {
    content: "";
    background: #bd8e25;
    width: 105px;
    height: 5px;
    position: absolute;
    left: -120px;
    top: 18px;
}
*/


.imgages {
    margin-top: 60px;
    margin-bottom: 60px;
}
p.demographics-para {
    font-style: italic;
}
.our-story .new_sechead h1 , .new_sechead h2, .new_sechead h1, .new_sechead h3{
    font-family: 'Crimson-Bold';
    width: 100%;
    float: left;
    font-size: 52px;
    color: #191919;
    position: relative;
    margin-top: 0px;
	    text-transform: capitalize;
    line-height: 45px;
	    position: relative;
    z-index: 1;
	margin-bottom: .2em;
}

.community-sec blockquote {
    width: 100%;
    float: left;
    color: #191919;
    font-family: 'Crimson-Semibold';
    font-size: 40px;
    margin-bottom: 19px;
    margin-top: 0px;
    font-style: inherit;
    overflow: visible;
    line-height: 40px !important;
}


.community-sec p {
    width: 100%;
    float: left;
    color: #191919;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    line-height: 32px;
    font-weight: 500;
    margin-top: 1px;
    padding-right: 0px;
    margin-bottom: 10px;
}

.community-sec .read-more-btn a {
    width: 300px;
}




.community-sec ul li {
    list-style: none;
    width: 50%;
    float: left;
    font-family: 'Crimson-Bold';
    font-size: 22px;
    letter-spacing: 0.26px;
    margin: 11px 0px;
    line-height: 50px;
}
.community-sec ul li span {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    float: left;
    margin-right: 10px;
}

.community-sec ul {
    width: 100%;
    float: left;
    padding: 0px;
    margin-bottom: 0px;
}

.contant {
    width: 100%;
    float: left;
    padding-top: 80px;
    padding-bottom: 40px;
}



.building-future .new_sechead {
    text-align: left;
}
.building-future {
    width: 100%;
    float: left;
    background: #FFFCF5;
    text-align: center;
    padding: 60px 0px;
        padding-bottom: 120px;
}

.padd-right.center-cont .right-content {
    margin-top: 0px;
}
.padd-right.center-cont .community-sec {
    padding-top: 0px;
}
.left-side {
    display: flex;
    position: relative;
    overflow: hidden;
    height: 900px;
    float: left;
    width: 100%;
    background-image: url(../img/building.png);
 
}
.center-cont .right-content {
    margin-top: 0px;
    display: flex;
    align-items: center;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.building-future .building-content {
    width: 80%;
    height: auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 2px 8px #00000029;
    padding: 40px 30px;
    padding-left: 119px;
    display: inline-block;
    right: 0px;
    float: none;
    margin: auto;
    text-align: -webkit-auto;
    position: relative;
    margin-top: -70px;
}


.building-future .building-content h2 {
    font-family: 'Crimson-Bold';
    width: 100%;
    float: left;
    font-size: 50px;
    color: #191919;
    position: relative;
}

.building-future .building-content h2::before {
    content: "";
    background: #bd8e25;
    width: 105px;
    height: 5px;
    position: absolute;
    left: -120px;
    top: 18px;
}
.building-content p {
    width: 100%;
    float: left;
    color: #191919;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    line-height: 40px;
    font-weight: 500;
    margin-top: 1px;
    margin-bottom: 50px;
}

.building-future .building-content a {
    width: 300px;
    position: absolute;
    right: 0px;
}

footer.mainer_footer .row {
    margin-right: 0px;
    margin-left: 0px;
}

.custom-nav {
    overflow: hidden;
}

#overlay {
    z-index: 999999999 !important;
}
.our-story {
    background: #fff;
    width: 50%;
    float: left;
    padding: 50px 50px 50px 90px;
    margin-top: 40px;
    margin-bottom: 120px;
}

.our-story p {
    width: 100%;
    float: left;
    color: #191919;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    line-height: 37px;
    font-weight: 400;
    margin-top: 10px;
}

.banner-content {
    width: 100%;
    float: left;
    font-size: 240px;
    text-align: right;
    color: #fffcf5;
    font-family: 'Crimson-Bold';
    line-height: 80px;
    margin-top: 150px;
}


.new_sechead p, .vicinia-content-section .right-content p {
width: 100%;
    float: left;
    color: #191919;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    line-height: 35px;
    font-weight: 500;
    margin-top: 1px;
}




.vicinia-content-section.first-sec {
    padding-top: 100px;
}



.vicinia-content-section {
    width: 100%;
    float: left;
    position: relative;
    padding: 50px 0px;
    padding-bottom: 130px;
	    overflow: hidden;
}
.vicinia-content-section p {
    margin-top:4px;
}


.vicinia-content-section .right-content {
    width: 100%;
    float: left;
    margin-top: 52px;
}



.new_sechead p {
    margin: 0px;
	    line-height: 30px;
}
.our-story-third-section {
    width: 100%;
    float: left;
    overflow: visible;
	    position: relative;
}

.black-sec {
    background: #191919;
    width: 70%;
    color: #FFFCF5;
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 16px 40px !important;
    top: -70px;
    position: absolute;
    right: 0px;
}

.our-story-third-section .row {
    margin-right: 0px;
    margin-left: 0px;
}

.our-story-third-section figure img {
    width: 100%;
}

.our-story-third-section > div > div {
    padding: 0px;
}

.town-center {
    width: 100%;
    float: left;
    padding: 80px 0;
    overflow: hidden;
}

.img-sec {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding-left: 90px;
}


.img-sec figure img {
    width: 100%;
}


.download-sec {
    width: 100%;
    float: left;
    padding: 20px 0px;
    overflow: hidden;
	    position: relative;
    z-index: 0;
}

.download-sec .new_sechead {
    padding-bottom: 60px;
}

.download-sec  .new_sechead h1 {

    width: auto;
    float: left;
}

.download-btn {
    background: #bd8e25;
    width: 165px;
    height: 56px;
    display: inline-block;
    text-align: center;
    line-height: 56px;
    color: #fff;
    transition: 0.3s;
    font-family: 'Crimson-Semibold';
    font-size: 22px;
    letter-spacing: 0.22px;
    box-shadow: 2px 2px 6px #00000033;
    position: relative;
    float: left;
    z-index: 0;
    margin-top: 16px;
    margin-left: 30px;
}
.download-btn:after {
    content: '';
    position: absolute;
    z-index: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 0px;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #bd8e25;
}
.download-btn:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fffcf5;
}

.download-btn:hover {
    color: #fff;
    text-decoration: underline;
}
.download-btn:hover span {
    z-index: 9;
    position: relative;
    color: #bd8e25;
	
	text-decoration:none;
}
.download-btn:hover:after, .read-more-btn a:active:after {
    width: 100%;
}


.map-section {
    width: 100%;
    float: left;
    overflow: hidden;
}


.map-section img {
    width: 100%;
    float: left;
    height: 741px;
}

figure {
    margin: 0 0 0rem;
}

.black-stip {
    background: #191919;
    position: relative;
    margin-top: -1px;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    font-family: 'Crimson-Bold';
    line-height: 24px;
    padding-bottom: 7px;
}

.black-stip span {
    color: #B47E00;
}
.custom-line1 {
    border-top: 8px solid #B47E00;
    width: 100%;
    float: left;
}
.img-sec1 img {
    width: 100%;
 
}
.point-intrest {
    background: #fff;
    padding: 40px;
    position: relative;
    padding-left: 110px;
    float: left;
    width: 100%;
	z-index:9;
}


.transit-section .download-sec {
    padding: 70px 0px;
}

.download-sec .point-intrest .new_sechead {
    padding-bottom: 20px;
}

.point-intrest .custom-line {
    background: #bd8e25;
    width: 90px;
    height: 5px;
    position: absolute;
    left: -111px;
    top: 9px;
    z-index: 999999;
}

.padd-right {
    padding-right: 0px;
}
.padd-left {
    padding-left: 0px;
}

.point-intrest ul {
    width: 100%;
    float: left;
    padding: 0px;
}

.point-intrest ul li {
    font-family: 'Crimson-Bold';
    font-size: 25px;
    position: relative;
    line-height: 53px;
    color: #191919;
    margin-bottom: 0px;

    list-style: none;
}
.point-intrest ul li::before {
    counter-increment: section;
    content: " " counter(section) "";
    width: 40px;
    height: 40px;
    background: #B47E00;
    font-size: 25px;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    font-family: 'Crimson-Bold';
    line-height: 46px;
    margin-right: 15px;
}

.point-intrest ul {
    width: 100%;
    float: left;
    padding: 0px;
    counter-reset: section;
}

.download-btn svg {
    margin-right: 10px;
}

.arrow {
    fill: #fff;
}

a.download-btn:hover .arrow{
fill:#bd8e25;

}



.transit-section {
    width: 100%;
    float: left;
    padding: 50px 0;
    position: relative;
    overflow-y: hidden;
}
.transit-section .about-content {
    padding: 11px 0px;
}

.transit-section img {
    width: 100%;
}

.download-code {
    width: 64%;
    float: left;
    vertical-align: top;
}
.download-code h5 {
    font-family: 'Crimson-Bold';
    float: left;
    font-size: 41px;
    color: #191919;
    width: 52%;
}


.download-code a.download-btn {
    margin-top: 6px;
    float: left;
    margin-left: 30px;
}

.classification h3 {
    font-size: 27px;
    color: #bd8e25;
    margin-top: 13px;
    width: 100%;
    float: left;
}



.classification {
    width: 100%;
    vertical-align: baseline;
    padding:100px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}



.classification figure {
    position: absolute;
    top: -90px;
}
.classification img {
    width: 87%;
}
.classification h2, .classification p {
    color: #fff;
}

.vicinia-content-section .community-sec {
    background: no-repeat;
}

.vicinia-content-section .community-sec li {
    width: 100%;
}


.vicinia-content-section img {
    width: 100%;
    margin-top: 40px;
}

.classification .wrap_aboutin1 {
    background: #191919;
}



.classification .new_sechead {
    margin-top: 100px;
    padding-bottom: 110px;
}


.toz-playing {
    width: 100%;
    float: left;
    overflow: visible;
    position: relative;
}



.toz-playing figure img {
    width: 100%;
}


.toz-playing .black-sec {
    background: #191919;
    width: 60%;
    color: #FFFCF5;
    font-size: 65px;
    font-family: 'Crimson-Bold';
    font-weight: 600;
    padding: 26px 40px !important;
    top: 80px;
    position: absolute;
    left: 0px;
    text-align: center;
    z-index: 1;
}

.toz-playing > div > div {
    padding: 0px;
}

.toz-playing > div {
    margin-right: 0px;
    margin-left: 0px;
    margin: 0px;
}

.community-sec ul li em {
    font-weight: 400;
    font-size: 18px;
}





.work-sec {
    width: 100%;
    float: left;
    position: relative;
    z-index: 9;
}
.work-sec img {
    width: 100%;
    height: 590px;
    object-fit: cover;
}


.work-sec .row > div {
    padding: 0px;
}


.right-img1{
    margin-top: 260px;
}
.work-sec .wrap_aboutin {
    position: relative;
}

.work-sec h1 {
    font-family: 'Crimson-Bold';
    font-size: 254px;
    position: absolute;
    right: 0px;
    margin: auto;
    width: 100%;
    text-align: right;
    color: #B47E00;
    top: 57px;
    left: 70px;
    text-transform: uppercase;
}

.tow-location {
    width: 100%;
    float: left;
    overflow: hidden;
	margin-top: 30px;
}

.tow-location .inner-location {
    height: 400px;
    text-align: center;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	    align-items: center;
		    margin-bottom: 50px;
    position: relative;
}

.inner-location.Antonio-location {
    background-repeat: no-repeat!important;
    background-size: cover!important;
}

.inner-location.Antonio-location::after {
    content: "";
    background: rgba(79, 138, 232,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
}
.inner-location.Westover-location::after {
    content: "";
    background:rgba(154, 82, 232, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
}

.tow-location .inner-location .read-more-btn a {
    width: 300px;
    position: absolute;
    right: 28px;
    bottom: -20px;
    z-index: 1;
    font-size: 19px;
}

.tow-location .inner-location .inner-sec {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.tow-location .inner-location h2 {
    font-family: 'Crimson-Bold';
    width: 100%;
    float: left;
    font-size: 100px;
    color: #fff;
    position: relative;
    margin-top: 0px;
    line-height: 94px;
    z-index: 1;
	text-shadow: 2px 2px 5px #000000B3;
}

.location-dis p {
    width: 100%;
    float: left;
    color: #191919;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    line-height: 32px;
    font-weight: 500;
    margin-top: 1px;
}

.location-dis {
    width: 100%;
    float: left;
    margin-bottom: 100px;
}



.left-img, .right-img1 {
    width: 100%;
    float: left;
    position: relative;
}
.left-img::after {
    content: "";
    background:rgba(191, 107, 131, 0.7);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.right-img1::after {
    content: "";
    background: rgba(180, 126, 0, 0.7);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}
.read-more-btn a:hover .arrow {
    fill: #bd8e25;
}


.traditional-sec {
    width: 100%;
    float: left;
    background: #000;
    padding: 100px 0;
    position: relative;
    margin-top: -120px;
    z-index: -1;
    padding-top: 200px;
    color: #fff;
}

.traditional-sec h2 {
    color: #fff;
    font-size: 45px;
    line-height: 46px;
}


.traditional-sec h3 {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    float: left;
    font-weight: 600;
     font-size: 22px;
    margin-top: 40px;
    display: flex;
    align-items: center;
	display: -webkit-box; 
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex; 
}

.traditional-sec h2 {
    color: #fff;
}
.traditional-sec h3 span {
    font-family: 'Crimson-Bold';
    font-size: 80px;
    color: #bd8e25;
    position: relative;
    margin-right: 12px;
    top: 2px;
}

.traditional-sec ul li {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 17px;
}

.traditional-sec ul {
    width: 100%;
    float: left;
    padding-left: 85px;
}

.design-principal .right-content {
    margin-top: 270px;
}


.design-principal {
    width: 100%;
    float: left;
    background-color: rgba(255, 252, 245, 0.8);
    padding: 20px 0;
}

.Master-plan .building-content p {
    font-size: 16px;
    line-height: 33px;
    margin-bottom: 10px;
}

.Master-plan .building-content {
    left: 0px !important;
    z-index:1;
    height: auto;
    width: 960px;
	top: 8%;
}
.Master-plan .left-side {
    height: 970px;
	background-image: url(../img/bitmap.png);
}

.Master-plan {
    padding: 100px 0;
    padding-bottom: 0px;
}
.number-section h2, .number-section p {
    color: #fff;
}



.number-section {
    width: 100%;
    float: left;
    background: #191919;
    padding: 150px 0;
    margin-top: -100px;
    padding-bottom: 0px;
}

.number-section .read-more-btn {
    text-align: left;
}


.number-section .read-more-btn a {
    width: 280px;
}

.new_sechead p span {
    color: rgba(189, 142, 37, 0.3);
    font-size: 108px;
    font-family: 'Crimson-Bold';
    position: absolute;
    left: -60px;
    top: 40px;
    display: inline-block;
}


.number-section p {
    padding-left: 20px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 400px;
    max-width: 100%;
}


.new_sechead.fourth-number {
    width: 50%;
    float: right;
	    margin-top: 90px;
}


.new_sechead.third-number {
    width: 50%;
    float: right;
    margin-top: 90px;
}
.special-sheet h5 {
    background: #FFFCF5 0% 0% no-repeat padding-box;
    box-shadow: 2px 2px 4px 0px #00000029;
    height: 92px;
    line-height: 92px;
    text-align: center;
    font-size: 35px;
    color: #191919;
    font-family: 'Crimson-Semibold';
	margin-bottom: 0px;
}


.mission-sec .design-vision p {
    padding-right: 100px;
}
.special-sheet {
    width: 468px;
    position: relative;
    float: left;
}



.special-sheet a.download-btn {
    position: absolute;
    right: -120px;
    top: 0px;
}


.images-sec {
    width: 100%;
    float: left;
	padding-top: 20px;
}

.number-section .images-sec{
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
	float: none;
}

.number-section .images-sec img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.images-sec ul {
    width: 100%;
    float: left;
    padding-left: 0px;
    margin-bottom: 0px;
    position: relative;
    z-index: 2;
}
.images-sec ul li {
    width: 16%;
    float: left;
    list-style: none;
    margin-right: 11.3px;
}

.images-sec ul li:nth-child(2n) {
    margin-top: 90px;
}
.images-sec ul li img {
    width: 100%;
}


.images-sec ul li:last-child {
    margin-right: 0px;
}


.mission-sec {
    width: 100%;
    float: left;
    overflow: hidden;
}




.mission-sec {
    width: 100%;
    float: left;
    padding-top: 100px;
    position: relative;
    z-index: 1;
    margin-top: -120px;
    background: #fffcf5;
    overflow: hidden;
    padding-bottom: 60px;
}


.mission-sec .design-vision {
    width: 100%;
    float: left;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 2px 8px #00000029;
    padding: 50px 70px;
    margin-top: 130px;
	    padding-right: 0px;
}

.mission-sec .download-sec {
    padding: 20px 0px;
    padding-top: 110px;
    position: relative;
    z-index: 9999;
}
.design-vision h2 {
    font-family: 'Crimson-Bold';
    width: 100%;
    float: left;
    font-size: 52px;
    color: #191919;
    position: relative;
    margin-top: 0px;
    line-height: 42px;
    margin-bottom: 14px;
}


.design-vision h2:after {
    background: #bd8e25;
    content: "";
    position: absolute;
    right:0px;
    width: 260px;
    height: 5px;
    top: 18px;
    max-width: 100%;
}


.tow-location .read-more-btn {
    position: absolute;
    bottom: 0px;
}
.new_sechead.Download-new {
    margin-top: 150px;
}



.new_sechead.Download-new h1 {
    width: auto;
    float: left;
    font-size: 45px;
}

.site-simmry {
    width: 100%;
    float: left;
    margin-top: 100px;
}

.site-simmry .table-main {
    width: 100%;
    float: left;
}

.table-main ul li span {
    color: #b47e00;
}
.table-main ul li {
    list-style: none;
    display: inline-block;
    font-family: 'Crimson-Bold';
    width: auto;
    float: left;
    font-size: 16px;
    color: #191919;
    margin-right: 20px;
}
.site-simmry .table-main {
    width: 100%;
    float: left;
}

.table-main ul {
    width: 100%;
    float: left;
    padding-left: 0px;
    margin-top: 20px;
}


.site-simmry table.table {
    text-align: center;
    background: #fff;
    border: 1px solid #A8A8A9;
    border-bottom: 10px solid #191919;
}

.site-simmry thead tr th, .site-simmry thead tr td {
    font-family: 'Crimson-Bold';
    font-size: 20px;
    line-height: 22px;
    padding: 6px 27px;
}



.site-simmry thead tr {
    background: #191919;
}


.site-simmry thead tr th {
    color: #B47E00;
}

.site-simmry table.table td {
    font-family: 'Crimson-Bold';
    font-size: 18px;
    color: #191919;
}



.site-simmry  .table thead th, .site-simmry  .table tbody td {
    vertical-align: bottom;
    border-bottom: 1px solid #A8A8A9;
    border-right: 1px solid #A8A8A9;
}


.the-team-page {
    width: 100%;
    float: left;
    overflow: hidden;
	position: relative;
    z-index: 1;
}


.the-team-page ul {
    width: 100%;
    float: left;
    padding-left: 0px;
    margin-top: 10px;
}


.the-team-page ul li span {
    width: 20px;
    height: 20px;
    background: #B47E00;
    display: inline-flex;
    margin-right: 15px;
    border-radius: 100px;
    position: relative;
    top: 4px;
}


.the-team-page ul li {
    list-style: none;
    font-family: 'Crimson-Bold';
    width: 100%;
    float: left;
    font-size: 20px;
    color: #191919;
    position: relative;
    margin-top: 0px;
    line-height: 36px;
}

section{
    width: 100%;
    float: left;
	    position: relative;
}

a:hover{
text-decoration:none;
}
.team-member {
    background: #191919;
    margin-top: -111px;
    padding: 30px 0;
    padding-bottom: 200px;
}
.team-member h2 {
    color: #fff;
}

.executive-sec h4 {
    width: 350px;
    height: 55px;
    background: #B47E00;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
    box-shadow: 2px 2px 6px #00000029;
    font-family: 'Crimson-Bold';
    transition: 0.5s;
	position: relative;
}


.executive-sec {
    width: 63%;
    float: left;
    margin-top: 60px;
}
.executive-sec a:hover span, a.member-btn:hover span {
    z-index: 9;
    position: relative;
    color: #bd8e25;
}
.executive-sec a:hover {
    text-decoration: none;
}
.executive-sec a:after , a.member-btn:after{
    content: '';
    position: absolute;
    z-index: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 0px;
    height: 100%;
    top: 0;
    left: 0;
    background: #fffcf5;
    border: 1px solid #bd8e25;
}
.executive-sec a:hover:after, .executive-sec a:active:after, a.member-btn:hover:after {
    width: 100%;
}


.team-member .executive-img img {
    width: 100%;
}

.team-member .executive-img {
    width: 32%;
    float: right;
    margin-left: 10px;
    text-align: right;
}


.team-member h3 {
    font-family: 'Crimson-Bold';
    width: 100%;
    float: left;
    font-size: 30px;
    color: #b47e00;
    position: relative;
    margin-top: 60px;
    line-height: 45px;
}


.team-member p {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    line-height: 32px;
    font-weight: 500;
    margin-top: 1px;
}



.three-member {
    margin-top: -120px;
    padding-bottom: 100px;
}


.three-member ul {
    width: 100%;
    float: left;
    padding-left: 0px;
}



.three-member ul li {
    list-style: none;
    display: inline-block;
    width: 33%;
    text-align: center;
}


.three-member h2 {
    font-family: 'Crimson-Bold';
    width: 100%;
    float: left;
    font-size: 45px;
    color: #191919;
    position: relative;
    margin-top: 20px;
    line-height: 45px;
}

a.member-btn {
    width: 350px;
    height: 55px;
    background: #B47E00;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
    box-shadow: 2px 2px 6px #00000029;
    font-family: 'Crimson-Bold';
    transition: 0.5s;
    position: relative;
    margin-top: 4px;
	    cursor: default;
}


.small-text {
    width: 927px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 2px 8px #00000029;
    float: left;
    color: #191919;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    line-height: 43px;
    padding: 30px 40px;
    position: relative;
    z-index: 9;
    font-weight: 600;
    margin-top: 30px;
}


.component {
    margin-top: -50px;
}
.the-landscape-section {
    width: 100%;
    float: left;
    height: 100%;
    padding: 0px 0px;
    padding-right: 10px;
    padding-bottom: 0px;
}

.landscape-ntent {
    width: 100%;
    float: left;
    padding: 50px 0;
	overflow: hidden;
}




.landscape-ntent .new_sechead {
    text-align: right;
    margin-bottom: 30px;
}

.landscape-ntent .new_sechead .custom-line {
    left: inherit;
    right: -120px;
    top: 18px;
}


.new_sechead.second-heading {
    text-align: right;
}

.new_sechead.second-heading .custom-line {
    right:-120px;
    left: inherit;
}


.comparison-head .new_sechead h3 {
    font-size: 45px;

}

.turbine-section h2 {
    font-size: 40px;
}

.comparison figure img {
    width: 100%;
}

img.turbine {
    width: 100%;
}




.turbine-section {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top:160px
}


.turbine-section img.turbine {
    padding-left: 40px;
	    margin-top: 30px;
}


.comparison figure {
    position: relative;
}


.img-upper-content {
    width: 100%;
    float: left;
    text-align: center;
    position: absolute;
    top: 241px;
    z-index:1;
}


.center-numbering {
    background: #FFFCF5;
    max-width: 380px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 2px;
    display: inline-block;
    text-align: left;
}


.center-numbering h4 span {
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    background: #B47E00;
    color: #fff;
    font-size: 15px;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -2px;
    text-align: center;
}


.center-numbering h4 {
    color: #191919;
    width: 100%;
    font-family: 'Crimson-Bold';
    float: left;
    font-size: 28px;
    margin-bottom: 0px;
}


.center-numbering ul {
    width: 100%;
    float: left;
    padding-left: 30px;
	margin-bottom: 8px;
}


.center-numbering ul li {
    list-style: none;
    position: relative;
    color: #191919;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-left: 30px;
}
.comparison {
    overflow: hidden;
}
.center-numbering ul > li::before {
    content: "";
    width: 23px;
    left: 0px;
    height: 4px;
    position: absolute;
    background: #b47e00;
    top: 10px;
}
.center-numbering ul.sublist > li::before {
    content: "";
    width: 10px;
    left: 0px;
    height: 10px;
    position: absolute;
    background: #b47e00;
    top: 5px;
    border-radius: 100px;
}

.center-numbering ul.sublist {
    padding-left: 0px;
    margin-top: 10px;
}
.center-numbering ul.sublist li {
    width: 50%;
    float: left;
    font-size: 14px;
    padding-left: 14px;
}



.common-num ul {
    width: 100%;
    float: left;
    padding: 0px;
    text-align: center;
}


.common-num ul li {
    list-style: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #B47E00;
    color: #fff;
    font-size: 31px;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -2px;
    text-align: center;
    font-family: 'Crimson-Bold';
    margin: auto;
}

.common-num {
    margin-top: 170px;
    width: 100%;
    float: left;
    text-align: center;
}



.right-numbering.common-num {
    margin-top: 280px;
    position: relative;
    width: 300px;
}

.right-numbering li:nth-child(2) {
    margin-top: 110px;
}


.right-numbering li:nth-child(3) {
    margin-left: -18px;
    margin-top: 80px;
}


.right-numbering li:last-child {
    margin-left: -18px;
    margin-top: 103px;
}

.left-numbering li:nth-child(2) {
    margin-left: 55px;
    margin-top: 110px;
    top: 81px;
}

.left-numbering li:nth-child(4) {
    margin-right: 61px;
    top: -40px;
}

.left-numbering li:last-child {
    margin-right:10px;
    margin-top: -30px;
	}
	.left-numbering.common-num {
    margin-left: 60px;
}


.comparison figure {
    position: relative;
    max-width: 1600px;
    margin: auto;
}

img {
    width: 100%;
}

.comparison-head {
    max-width: 1600px;
    margin: auto;
}


.tree-section {
    width: 100%;
    float: left;
    padding: 50px 0;
}


.tree-section .new_sechead {
    margin-top: 140px;
	    margin-bottom: 20px;
}

.tree-section h4 {
    color: #191919;
    width: 100%;
    font-family: 'Crimson-Bold';
    font-size: 28px;
    margin-bottom: 0px;
    float: left;
    margin-top: 20px;
}

.tree-section h4 span {
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    background: #B47E00;
    color: #fff;
    font-size: 15px;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -2px;
    text-align: center;
}


.tree-section ul {
    width: 100%;
    float: left;
    padding-left: 30px;
}



.tree-section .left-tree-num ul li {
    list-style: none;
    position: relative;
    color: #191919;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-left: 30px;
}

.tree-section .left-tree-num ul > li::before {
    content: "";
    width: 23px;
    left: 0px;
    height: 4px;
    position: absolute;
    background: #b47e00;
    top: 10px;
}

.tree-section figure {
    position: relative;
}



ul.tree-numbering {
    width: 77%;
    position: absolute;
    left: 0;
    margin: auto;
    top: 340px;
    z-index: 1;
    text-align: center;
}

ul.tree-numbering li {
list-style: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #B47E00;
    color: #fff;
    font-size: 31px;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -2px;
    text-align: center;
    font-family: 'Crimson-Bold';
    margin: auto;
	margin-bottom: 100px;
}



ul.tree-numbering li:nth-child(2) {
    margin-bottom: 231px;
}

.all-listing {
    width: 100%;
    float: left;
    padding: 80px 0;
	    position: relative;
}


.all-listing ul {
    width: 100%;
    float: left;
    padding-left: 0px;
    margin-top: 20px;
    position: relative;
}


.community-sec.regulat-plan {
    background: transparent;
    margin-top: 90px;
}


img.Regulating-plan-img {
    max-width: 530px;
    right: -90px;
    position: absolute;
    top: 18%;
    opacity: 25%;
}
.all-listing ul li img {
    width: 100%;
    height: 310px;
    object-fit: cover;
}

.all-listing ul li figcaption h4 {
    width: 314px;
    height: 55px;
    background: #B47E00 0% 0% no-repeat padding-box;
    box-shadow: 2px 2px 6px #00000029;
    text-align: center;
    line-height: 61px;
    margin: auto;
    font-size: 26px;
    font-family: 'Crimson-Bold';
    color: #FFFCF5;
    max-width: 100%;
}
.all-listing ul li figcaption {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: -20px;
    z-index: 9;
    position: relative;
}

.native-tag {
    background: #B47E00 0% 0% no-repeat padding-box;
    box-shadow: 2px 2px 6px #00000029;
    font-size: 30px;
    color: #fff;
    text-align: center;
    width: 995px;
    padding: 3px 3px;
    position: absolute;
    bottom: 71px;
    right: 0px;
    font-family: 'Crimson-Bold';
    line-height: 50px;
	    z-index: 1;
}
.all-listing ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin-right: 24px;
    margin-bottom: 40px;
  
}

.right-side.tree-wee li:nth-child(3) {
    clear: both;
}
.all-listing.right-side .new_sechead {
    text-align: right;
}

.all-listing.right-side .new_sechead .custom-line {
    left: inherit;
    right: -120px;
}
.all-listing.right-side {
    text-align: right;
}

.all-listing.right-side h4 em {
    font-size: 18px;
}
.meadow-back {
    overflow: visible;
}
.meadow-back:after {
    content: "";
    background: url(../img/vicinia-logo-icon-gray-foot.svg);
    position: absolute;
    right: 0px;
    width: 470px;
    height: 470px;
    background-size: 100%;
    bottom: -150px;
    background-repeat: no-repeat;
    opacity: 30%;
}
.mission-sec::after {
    content: "";
    background: url(../img/letter-v-header-gray-1.svg);
    position: absolute;
    left: 0;
    right: 0;
    width: 1278px;
    height: 100%;
    margin: auto;
    z-index: 0;
    opacity:0.3;
    top: 80px;
    background-repeat: no-repeat;
}
.wrap_aboutin1 {
    padding-left: 92px;
    position: relative;
    z-index:1;
}
img.great-img.right-side-img {
    position: absolute;
    right: 0px;
    left: inherit;
    top: inherit;
    bottom: 0px;
    z-index: -1;
}

.regulat-plan .great-content {
    margin-top: 0px;
    float: left;
    position: relative;
    width: 100%;
}


.regulat-plan {
    background-image: none;
    overflow: hidden;
}

.regulat-plan p {
    padding-right: 0px;
}
.Urban-section {
    overflow: hidden;
}

.Urban-section .about-content {
    padding:40px 0px;
}


figure.color-line {
    margin-top: 130px;
}
.community-sec.regulat-plan ul {
    width: 60%;
    float: left;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 80px;
}
.community-sec.regulat-plan figure img {
    width: 100%;
    margin-top: 0px;
}
.regulat-plan p {
    margin-bottom: 0px;
}

.Urban-page .black-sec {
    font-size: 44px;
    left: inherit;
    padding: 10px 10px !important;
    right: 0;
}

.ubran-number .new_sechead.third-number {
    width: 100%;
    margin-top: 0px;
}

.Urban-page a.download-btn {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -40px;
}
.ubran-number {
      margin-top: -120px;
}
.download-sec1 {
    width: 100%;
    float: left;
    padding: 20px 0px;
    margin-top: 150px;
}
.download-sec1 h2 {
    font-family: 'Crimson-Bold';
    width: auto;
    float: left;
    font-size: 42px;
    color: #191919;
    position: relative;
    margin-top: 0px;
    line-height: 45px;
}


.download-sec1 .download-btn {
    background: #bd8e25;
    text-decoration: none;
    width: 250px;
}

.ubran-number .new_sechead {
    margin-bottom: 200px;
    margin-top: 100px;
}


.ubran-number figure {
    margin-top: -380px;
    text-align: center;
}


.ubran-number img {
    width: auto;
    margin: auto;
    opacity:0.3;
}
.four-images ul {
    width: 100%;
    float: left;
    padding-left: 0px;
    margin-bottom: 0px;
}
.four-images ul li {
    width: 25%;
    float: left;
    list-style: none;
    position: relative;
}

.four-images ul li:nth-child(2n) {
    margin-top: 120px;
}

.community-sec.padd-bottom {
    padding-bottom: 150px;
}
.four-images ul li h2 {
    position: absolute;
    left: 0;
    top: 210px;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 100px;
    font-family: 'Crimson-Bold';
    text-shadow: 0px 0px 3px #000;
}





.four-images {
    width: 100%;
    float: left;
    margin-top: -120px;
    position: relative;
    z-index: 999;
    overflow-y: hidden;
}
span.line1{
    left: 90px;
}

span.line6 {
    right: 90px;
}

/*.girdline-vertical span {
width: 1px;
height: 100vh;
background: rgba(236,234,229,0.3);
background: -moz-linear-gradient(top, rgba(236,234,229,0.3) 0%, rgba(236,234,229,0.3) 63%, rgba(236,234,229,0.3) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(236,234,229,0.3)), color-stop(63%, rgba(236,234,229,0.3)),
color-stop(100%, rgba(236,234,229,0.3)));
background: -webkit-linear-gradient(top, rgba(236,234,229,0.3) 0%, rgba(236,234,229,0.3) 63%, rgba(236,234,229,0.3) 100%);
background: -o-linear-gradient(top, rgba(236,234,229,0.3) 0%, rgba(236,234,229,0.3) 63%, rgba(236,234,229,0.3) 100%);
background: -ms-linear-gradient(top, rgba(236,234,229,0.3) 0%, rgba(236,234,229,0.3) 63%, rgba(236,234,229,0.3) 100%);
background: linear-gradient(to bottom, rgba(236,234,229,0.3) 0%, rgba(236,234,229,0.3) 63%, rgba(236,234,229,0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceae5', endColorstr='#eceae5', GradientType=0 );
float: left;
position: fixed;
display: inline-block;
    z-index: 0;
top: 0px;

bottom: 0px;
}*/




/*== New Added Grid==*/

.raster {
        position: fixed;
        pointer-events: none;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 10;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
	display: none;
    }
    
    .rasterline {
		background: rgba(90, 90, 90, 0.2);
    }
    
    .r-h1 {
        top: 33.3333vh;
        top: calc(var(--vh, 1vh)*33.3333);
        width: 100%
    }
    
    .r-h1,
    .r-h2 {
        position: absolute;
        -webkit-transform-origin: left;
        transform-origin: left;
        height: 1px;
    }
    
    .r-h2 {
        top: 66.6666vh;
        top: calc(var(--vh, 1vh)*66.6666);
        width: 100vw
    }
    
    .r-v1 {
        left: 33.3333vw
    }
    
    .r-v1,
    .r-v2 {
        position: absolute;
        -webkit-transform-origin: top;
        transform-origin: top;
        height: 100vh;
        height: calc(var(--vh, 1vh)*100);
        width: 1px
    }
    
    .r-v2 {
        left: 66.6666vw
    }











.girdline-vertical span {
width: 1px;
height: 100vh;
background: rgba(90, 90, 90, 0.8);
float: left;
position: fixed;
display: inline-block;
    z-index: 0;
top: 0px;

bottom: 0px;
}
.about-content a {
    margin-top: 60px;
}


.girdline-vertical {
    position: fixed;
    z-index: 2;
}
.girdline-vertical, .girdline-horizontal {
    width: 100%;
   /* position: relative;
    z-index: 0;*/
    overflow: hidden;
    display: none;
	
}
.mainer_footer .col-sm-12.col-md-3 {
    padding-left: 0px;
}

span.line3 {
    left: 28%;
}

span.line4 {
    left: 700px;
}
span.line5 {
    left: 71.99%;
}

.girdline-horizontal span:last-child {
    margin-top: 300px;
}
/*.girdline-horizontal span {
    width: 100%;
    height: 1px;
    background: rgba(236,234,229,0.3);
    background: -moz-linear-gradient(top, rgba(236,234,229,0.2) 0%, rgba(236,234,229,0.3) 63%, rgba(236,234,229,0.3) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(236,234,229,0.3)), color-stop(63%, rgba(236,234,229,0.3)), color-stop(100%, rgba(236,234,229,0.3)));
    background: -webkit-linear-gradient(top, rgba(236,234,229,0.2) 0%, rgba(236,234,229,0.3) 63%, rgba(236,234,229,0.3) 100%);
    background: -o-linear-gradient(top, rgba(236,234,229,0.2) 0%, rgba(236,234,229,0.3) 63%, rgba(236,234,229,0.3) 100%);
    background: -ms-linear-gradient(top, rgba(236,234,229,0.2) 0%, rgba(236,234,229,0.3) 63%, rgba(236,234,229,0.3) 100%);
    background: linear-gradient(to bottom, rgba(236,234,229,0.2) 0%, rgba(236,234,229,0.3) 63%, rgba(236,234,229,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceae5', endColorstr='#eceae5', GradientType=0 );
    float: left;
    position: fixed;
    display: inline-block;
    z-index: 1;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 210px;

}*/

.girdline-horizontal span {
    width: 100%;
    height: 1px;
    background: rgba(90, 90, 90, 0.8);
    float: left;
    position: fixed;
    display: inline-block;
    z-index: 1;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 210px;

}
.Urban-section h1 br {
    display: none;
}
section.all-listing.right-side {
    overflow: hidden;
    padding-top: 40px;
}

.girdline-horizontal.our-story-line {
    position: absolute;
    width: 100%;
    float: left;
    top: 822px;
}




.girdline-horizontal.location-line {

    width: 100%;
    float: left;
    top: 0px;

}
.Download-new a {
    margin-top: 20px;
}

.urben-sec {
    margin-top: 59px;
    position: relative;
	overflow:hidden;
}


.urben-sec h2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: #FFFCF5;
    font-size: 300px;
    font-family: 'Crimson-Bold';
	    line-height: 100px;
}


.urben-sec {
    margin-top: 59px;
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
}

section#gallery {
    margin-bottom: 130px;
    overflow: hidden;
}

.img-wrapper img.img-responsive {
    width: 100%;
    height: 470px;
}


.contact-page {
    padding: 50px 0;
    padding-bottom: 100px;
	overflow: hidden;
}

.contact-page h6 {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.contact-page h6 span {
    color: #B47E00;
    margin-bottom: 6px;
    width: 100%;
    float: left;
    font-weight: 600;
	  font-family: 'Montserrat', sans-serif;
}
.contact-page h6 span {
    color: #B47E00;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}
.contact-page h2 {
    font-family: 'Crimson-Bold';
    width: 100%;
    float: left;
    font-size: 25px;
    color: #B47E00;
    position: relative;
    margin-top: 0px;
    line-height: 25px;
    margin-bottom: 0px;
}


.contact-page em {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    margin-top: 3px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    font-size: 17px;
}


.contact-page form {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 2px 8px #00000029;
    width: 100%;
    float: left;
    padding: 50px 60px;
}

.contact-page form label {
    width: 100%;
    float: left;
    font-family: 'Crimson-Bold';
    color: #B47E00;
    font-size: 20px;
}

.navbar-cust .footer_link ul .current-menu-item a {
    color: #bd8e25;
}
.contact-page  .form-group {
    margin-bottom: 30px;
}
.contact-page form input, .contact-page form textarea {
    border: none;
    width: 100%;
    border-bottom: 2px solid #B47E00 !important;
    color: #191919;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    height: 40px;
    border-radius: 0px;
}


button.Submit {
    width: 150px;
    height: 56px;
    background: #B47E00 0% 0% no-repeat padding-box;
    box-shadow: 2px 2px 6px #00000033;
    border: 1px solid #B47E00;
    font-family: 'Crimson-Bold';
    font-size: 22px;
    color: #fff;
    float: right;
    transition: 0.5s;
	position:relative;
}
.Submit:after {
    content: '';
    position: absolute;
    z-index: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 0px;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #bd8e25;
}
.Submit:hover:after {
    width: 100%;
}


.Submit:hover span {
    z-index: 9;
    position: relative;
    color: #bd8e25;
}
input:focus, textarea:focus {
    outline: none;
}
.contact-page form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #191919;
}
.contact-page form input::-moz-placeholder { /* Firefox 19+ */
 color: #191919;
}
.contact-page form input:-ms-input-placeholder { /* IE 10+ */
 color: #191919;
}
.contact-page form input:-moz-placeholder { /* Firefox 18- */
 color: #191919;
}

.contact-page form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #191919;
}
.contact-page form textarea::-moz-placeholder { /* Firefox 19+ */
 color: #191919;
}
.contact-page form textarea:-ms-input-placeholder { /* IE 10+ */
 color: #191919;
}
.contact-page form textarea:-moz-placeholder { /* Firefox 18- */
 color: #191919;
}

.girdline-vertical.menu-gird, .navbar-cust .girdline-horizontal {
    position: absolute;
	opacity:0;
}


.navbar-cust.openmenu .girdline-vertical.menu-gird, .navbar-cust .girdline-horizontal {
    opacity: 0.4;
}
.contact-page .new_sechead {
    margin-top: 40px;
}

.contact-page .new_sechead h1 {
	font-size: 50px;
	padding-bottom: 15px;
}


img.last-img {
    left: -80px;
    position: absolute;
    bottom: -100px;
    width: 390px;
    opacity:0.3;
}

figure.map-img {
    width: 100%;
    float: left;
    margin-top: 50px;
}
.compnay-location ul .row {
    max-width: 1470px;
    margin: auto;
	width:100%;
}



.compnay-location.westiover-page ul {
    width: 897px;
	  max-width: 100%;
}
.compnay-location.westiover-page {
    margin-top: -380px;
}
.compnay-location ul {
    width: 515px;
    background: #fff;
    float: left;
    display: inline-block;
       padding: 40px 20px;
    text-align: left;
    counter-reset: count;
    list-style-type: none;
    font-family: 'Crimson-Bold';
    box-shadow: 0px 3px 6px #00000029;
    padding-bottom: 10px;
    margin-bottom: 10px;
    left: 40px;
    position: relative;
    max-width: 100%;
}
.compnay-location ul li::before {
    counter-increment: count 1;
    content: "" counter(count);
    width: 35px;
    height: 35px;
    background: #B47E00;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    border-radius: 100px;
    color: #fff;
    margin-right: 9px;
}


.westiover-map {
    padding-top: 10px;
}


.compnay-location {
    overflow: hidden;
    text-align: center;
    margin-bottom: 80px;
    margin-top: -570px;
}
.compnay-location ul li {
    list-style: none;
    width: 100%;
    float: left;
    font-family: 'Crimson-Bold';
    color: #191919;
    font-size: 20px;
    margin-bottom: 30px;
}
.compnay-location ul li span {
    color: #B47E00;
    margin-right: 6px;
    font-weight: bold;
}


.demographics-map {
    width: 100%;
    float: left;
    padding: 50px 0;
    overflow: hidden;
}


.add-sec {
    background: #191919;
    width: 790px;
    float: left;
    font-size: 32px;
    color: #fff;
    padding: 17px 12px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    left: -93px;
    font-weight: 500;
    margin-top: 80px;
}

ul.segment-sec {
    width: 100%;
    float: left;
    padding-left: 0px;
}


ul.segment-sec li {
    list-style: none;
    float: right;
    font-size: 20px;
    color: #fff;
    font-family: 'Crimson-Bold';
}
ul.segment-sec li li:first-child {
    width: 240px;
    height: 240px;
    background: #B47E00 0% 0% no-repeat padding-box;
    border: 8px solid #FFFCF5;
    border-radius: 100%;
    position: absolute;
    right: 56%;
    top: 25%;
    z-index: 9;
    margin: auto;
    text-align: center;
    line-height: 230px;
}


ul.segment-sec li:nth-child(2) {
    width: 370px;
    height: 370px;
    background: #191919 0% 0% no-repeat padding-box;
    border: 8px solid #FFFCF5;
    border-radius: 100%;
    position: absolute;
    right: 170px;
    top: 43px;
    text-align: right;
    line-height: 370px;
    color: #fff;
    padding: 0px 80px;
	z-index: 1;
}


ul.segment-sec li:last-child {
    width: 450px;
    height: 450px;
    background: #A8A8A9 0% 0% no-repeat padding-box;
    border: 8px solid #FFFCF5;
    border-radius: 100%;
    float: right;
    text-align: right;
    line-height: 450px;
    padding: 0px 40px;
	z-index: 1;
}


ul.segment-sec li:first-child {
    width: 240px;
    height: 240px;
    background: #B47E00 0% 0% no-repeat padding-box;
    border: 8px solid #FFFCF5;
    border-radius: 100%;
    position: absolute;
    right: 56%;
    top: 25%;
    z-index: 9;
    margin: auto;
    text-align: center;
    line-height: 230px;
}

/*********** CUSTOM CSS **/


.textwidget.custom-html-widget {
	margin: 0;
	padding: 0;
	display:inline;
}
 .widget {
	margin: 0;
	padding: 0;
	list-style:none;

}
.footer_link h2{padding:0px;}
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
:not(.mejs-button) > button:hover, :not(.mejs-button) > button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus{
	
	background:#000;
	
}

button,
input[type="button"],
input[type="submit"] {
	background-color: none;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	padding: 10px;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}
#submit_btn {
    background: none;
    color: #fff;
	border-bottom: none !important;
	font-family: 'Crimson-Bold';
	font-size: 22px;
font-weight: normal;
}
#submit_btn:hover {
	z-index: 9;
	position: relative;
	color:#bd8e25;
}
#message_box {
	height: 55px;
}
h5 {

	letter-spacing: inherit;
	text-transform: inherit;
}


.middleClass {
	margin-top: 150px;
}
.regulat-plan .contant {
    padding-top: 0;
}
.aligned-up {
    margin-top: -523px;
}
.aligned-up-2 {
    margin-top: -220px;
}
.carracter-destricts .contant {
    padding-top: 0;
}
.carracter-destricts {
    padding-top: 60px;
}
.vicinia-content-section-2 .right-content {
    margin-top: 0;
}   

.about_sec.about_se-home .about-content .wrap_contabout h4 {
    font-size: 30px;
    color: #191919;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}



.about_sec.about_se-home .about-content .wrap_contabout .custom-line {
    left: 0px;
    width: 60px;
}

section.about_sec.about_se-home {
    padding-bottom: 30px;
}

section.about_sec.about_se-home .about-content a {
    margin-top: 15px;
    position: absolute;
    right: 40px;
}
section.about_sec.about_se-home .about-content {
    padding: 0px;
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    top: -40px;
}

.loca-conet {
    width: 100%;
    float: left;
    padding: 16px 0;
}
.building-future figure {
    width: 100%;
    margin-top: 10px;
}
.about_sec.about_se-home .about-content .wrap_contabout {
    padding: 40px 0px;
    max-width: 80%;
    width: 100%;
    margin: auto;
    float: none;
    background: #fff;
    display: inline-block;
    text-align: left;
    position: relative;
    box-shadow: 2px 2px 8px #00000029;
    padding-bottom: 50px;
    padding-right: 30px;
}

section.about_sec.about_se-home .wrap_aboutin1 p {
    width: 100%;
    float: left;
    color: #191919;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    line-height: 42px;
    font-weight: 500;
    margin-top: 11px;
    margin-bottom: 10px;
}
.about_sec.about_se-home .about-content .wrap_contabout h4, .about_sec.about_se-home .about-content .wrap_contabout p {
    padding-left: 80px;
}




.about_sec.about_se-home .about-content .new_sechead {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.building-content .read-more-btn {
    display: block !important;
    position: absolute;
    bottom: 40px;
    right: 50px;
}
.community-sec .read-more-btn {
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 10px 0px;
    padding-bottom: 40px;
}


.loca-conet a {
    margin: 0px 8px;
}
.community-sec figure {
    height: auto !important;
    overflow: hidden;
    margin-bottom: 50px;
}
section.building-future::after {
    background: url(/wp-content/uploads/2020/02/vicinia-logo-icon-gray-right.svg);
    position: absolute;
    bottom: 0;
    width: 340px;
    height: 340px;
    content: "";
    left: 0;
    background-size: 100%;
    opacity: 0.5;
}

.building-future figure {
    width: 100%;
}

.bottom_contaner .contact-sec p {
    padding-top: 0px;
}
.contact-sec {
    width: 100%;
    float: left;
    text-align: center;
}
.contact-sec h2.widgettitle {
    width: 100%;
    margin: 0 0 0px;
    font-weight: normal;
    letter-spacing: 1px;
    position: relative;
    font-family: 'Crimson-Bold'!important;
    text-transform: capitalize;
    font-size: 38px;
    color: #fff;
    float: left;
}

.contact-sec a {
    background: #bd8e25;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    transition: 0.3s;
    font-family: 'Crimson-Semibold';
    font-size: 22px;
    letter-spacing: 0.22px;
    box-shadow: 2px 2px 6px #00000033;
    position: relative;
    width: 150px;
    height: 40px;
    margin-top: 10px;
}


/*.contact-sec a:hover {
    width: 250px;
}*/
.contact-sec a::after {
    position: absolute;
    z-index: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 0px;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    border: 1px solid #bd8e25;
    content: "";
      overflow: hidden;
    color: #bd8e25;
    text-decoration: none;
}
.contact-sec a:hover span {
    z-index: 9;
    position: relative;
    color: #fff;
}
.contact-sec a:hover::after {
    width: 100%;
}
.about_img {
    margin-top: 15px;
}

span.desktop.hidden-xs {
    position: absolute;
    right: 0;
}

@media (min-width: 992px)
{
    .aligned-up-3 {
        margin-top: -70px;
    }
}
@media (max-width: 1280px)
{
    .aligned-up {
        margin-top: -333px;
    }
    .aligned-up-2 {
        margin-top: 20px;
}

.footer_link h2, .heading-link a {
    font-size: 25px;

}

.footer_link ul li {
    font-size: 14px;
}
}
@media (max-width: 1400px){

.footer_link h2, .heading-link a {
    font-size: 25px;

}

.footer_link ul li {
    font-size: 14px;
}
}

/* Fix Top Margin when scroll to Points of Interest from homepage button */
#points-of-interest {
    scroll-margin-top: 250px;
    scroll-behavior: auto;
}


/* Fix Top Margin when scroll to Points of Interest from homepage button */
#points-of-interest {
    scroll-margin-top: 250px;
    scroll-behavior: auto;
}





/*projectprograss page css start here*/

.video-main-sec .modal-dialog {
    width: 800px;
    max-width: 100%;
        top: 10%;
}

.main_banner_sec.project-banner .our-story {
    margin-bottom: 0px;
    bottom: 0px;
    padding: 24px 30px 20px 90px;
	padding: 3em 5em 3em 6em;
    max-width: 100%;
    width: 630px;
    position: absolute;

}
/* .progress-logo {
    width: 30%;
    float: right;
    bottom: 0px;
    margin-top: 48%;
    text-align: left;
    right: 8%;
} */
	
.progress-logo {
    width: 30%;
    float: right;
    bottom: 0px;
    margin-top: 48%;
    text-align: left;
    right: 8%;
    position: absolute;
    bottom: 2em;
    z-index: 5;
}
.main_banner_sec.project-banner {
    background-size:cover !important;
    background-position: bottom !important;
    height: 100%;
}


.page-template-template-project-progress :target {
    scroll-margin-top: 4em;
}

.cust-navigation {
    background: #191919;
    text-align: center;
    width: 100%;
    float: left;
}

section.one-page-nav {
    margin-top: -1px;
}

.cust-navigation ul {
    width: 100%;
    float: left;
    margin: 18px 0px;
}

.cust-navigation ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 38px;
    border-right: 5px solid #B47E00;
}

.cust-navigation ul li a {
    color: #fff;
    font-size: 25px;
    font-family: 'Crimson-Bold';
    line-height: 16px;
}

.cust-navigation ul li:last-child {
    border: none;
}

.cust-navigation ul li a:hover {
    text-decoration: none;
}

.common-project-sec {
    width: 100%;
    float: left;
    margin-top:80px;
}
.all-detail-project {
    width: 100%;
    float: left;
    padding: 0px 0;
  
}
.all-detail-project .new_sechead {
    width: 60%;
}
.common-project-sec ul#myTab {
    width: 100%;
    float: left;
    margin-top: 50px;
    max-width: 51%;
    background: #fff;
    border: none;
    box-shadow: 2px 2px 8px #00000029;
    padding-left: 5%;
}

.common-project-sec div#myTabContent {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.common-project-sec ul#myTab li a {
    border: none !important;
    font-size: 25px;
    color: #191919;
    font-family: 'Crimson-Bold';
    padding: 0px 23px;
    margin: 20px 0px;
    border-right: 5px solid #B47E00 !important;
    border-radius: 0px;
    line-height: 18px;
}

.common-project-sec ul#myTab li:last-child a {
    border: none !important;
}
.common-project-sec div#myTabContent .img-wrapper img.img-responsive {
    height: 470px;
    object-fit: cover;
}
.common-project-sec div#myTabContent .img-wrapper {
    margin-bottom: 35px;
    transition: 0.5s;
}


#button {
  display: inline-block;
  background-color:transparent;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 0px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border:4px solid #B47E00;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
    font-size: 30px;
    line-height: 34px;
  color: #B47E00;
}
#button:hover {
  cursor: pointer;
  background-color: #B47E00;
}
#button:active {
  background-color: #B47E00;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
#button:hover::after {color: #fff;}
.video-sec-project {
    width: 100%;
    float: left;
    margin-top: 34px;
}

.view-all-video {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.view-all-video a {
    background: #191919 0% 0% no-repeat padding-box;
    box-shadow: 2px 2px 6px #00000033;
    border: none;
    width: 290px;
    height: 56px;
    display: inline-block;
    text-align: center;
    line-height: 61px;
    letter-spacing: 0.22px;
    color: #FFFCF5;
    font-size: 22px;
    font-family: 'Crimson-Bold';
    transition: 0.5s;
}

.video-main-sec figcaption {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 2px 8px #00000029;
    border-top: 5px solid #B47E00;
    padding: 17px 14px;
    float: left;
	width: 100%;
min-height: 100px;
height: 100%;
}

.video-main-sec {
    width: 100%;
    float: left;
}

.video-main-sec figcaption h3 {
    width: 100%;
    float: left;
    font-family: 'Crimson-Bold';
    color: #191919;
    font-size: 20px;
    line-height: 26px;
}

.video-main-sec figcaption a {
    font-size: 20px;
    color: #B47E00;
    font-family: 'Crimson-Bold';
    text-decoration: underline;
    line-height: 24px;
	display:none;
}

.video-main-sec figure {
    width: 100%;
    float: left;
    position: relative;
}

.video-main-sec figure img {
    width: 100%;
    float: left;
}

.video-main-sec figure a.play-iocn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
}

.video-main-sec figure a.play-iocn .fa {
    margin: auto;
    width: 80px;
    height: 80px;
/*     background: rgba(255, 255, 255, .6); */
    border-radius: 100px;
    line-height: 80px;
    font-size: 34px;
    background-color: #B47E0095;
    color: #191919;
    color: #ffffff95;
}

.video-main-sec figure a.play-iocn .fa:hover {
    background-color: #191919;
    color: #B47E00;
}

.video-main-sec figure a.play-iocn .fa-play:before {
    content: "\f04b";
    position: relative;
    left: .25rem;
}
	
.video-sec-project .row {
    margin-right: -15px;
    margin-left: -15px;
}
.view-all-video a:hover {
    background: #B47E00;
}
.news-sec {
    width: 100%;
    float: left;
    padding-top: 40px;
}

.news-sec .row {
    margin-left: -15px;
    margin-right: -15px;
}

.news-sec .new-inner {
    width: 100%;
    float: left;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 2px 8px #00000029;
    border-top: 5px solid #B47E00;
    margin-bottom: 30px;
}

.news-sec .new-inner figure {
    float: left;
    width: 30%;
    height: 100%;
}


.news-sec .new-inner figcaption {
    width: 70%;
    float: left;
    padding: 0 1.5rem 1.5rem;
    padding-bottom: 15px;
    height: 172px;
    position: relative;
}
.news-sec .new-inner figcaption span {
	background: #B47E00;
	float: right;
	right: -25px;
	padding: 0px 10px;
	font-family: 'Crimson-Bold';
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1.12px;
	float: right;
	/* width: 61%; */
}

.news-sec .new-inner figcaption h3 {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 0px;
    font-family: 'Crimson-Bold';
    font-size: 20px;
    line-height: 26px;
}

.news-sec .new-inner figcaption p {
    color: #191919;
    width: 100%;
    float: left;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-top: 0px;
}

.news-sec .new-inner figcaption a {
    color: #B47E00;
    font-size: 20px;
    font-family: 'Crimson-Bold';
    text-decoration: underline;
    text-transform: capitalize;
    position: absolute;
    bottom: 7px;
}
.accouncement-sec .row {
    margin-left: -15px;
    margin-right: -15px;
}.accouncement-sec {
    width: 100%;
    float: left;
    margin-top: 28px;
}

.inner-account {
    width: 100%;
    box-shadow: 2px 2px 8px #00000029;
    background: #fff;
    padding: 0px 16px;
    border-top: 5px solid #B47E00;
    float: left;
    padding-bottom: 10px;
    margin-bottom: 31px;
}

.inner-account span {
    position: absolute;
    left: 0;
    background: #B47E00;
    float: right;
    padding: 0px 10px;
    font-family: 'Crimson-Bold';
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1.12px;
}

.inner-account h3 {
    width: 100%;
    float: left;
    margin-top: 37px;
    margin-bottom: 0px;
    font-family: 'Crimson-Bold';
    font-size: 25px;
    line-height: 26px;
}

.inner-account p {
    color: #191919;
    width: 100%;
    float: left;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-top: 5px;
}
.inner-account a {
    color: #B47E00;
    font-size: 20px;
    font-family: 'Crimson-Bold';
    text-decoration: underline;
    text-transform: capitalize;
    bottom: 0px;
}

.additional-cust {
    float: left;
    width: 100%;
    margin-top: 40px;
    padding-bottom: 60px;
}
.additional-cust .inner-account span {
    left: inherit;
    right: 0;
}
.additional-cust .row {

margin-left: -15px;
    margin-right: -15px;
}
/*projectprograss page css end here*/


/*projectprograss detail page css start here*/


.transit-section.deatil-top > row {
    padding: 0px !important;
}

body > section.transit-section.deatil-top > div > div > div:nth-child(2) {
    padding-right: 0px;
}

body > section.transit-section.deatil-top > div > div > div:nth-child(2) p {
    padding: 0px 50px;
}
.date {
    background: #B47E00;
    float: left;
    padding: 1px 10px;
    font-family: 'Crimson-Bold';
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1.12px;
    line-height: 27px;
    margin-bottom: 15px;
}

h6.auther-name {
    font-size: 20px;
    color: #B47E00;
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.article-pulish {
    background: rgba(180, 126 ,0, 0.2);
    padding: 3px 10px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    float: left;
    font-style: italic;
    margin-top: 10px;
}


.article-pulish span {
    color: #B47E00;
}


.transit-section.deatil-top .row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.transit-section.deatil-top .custom-line {
    background: #bd8e25;
    width: 105px;
    height: 5px;
    position: absolute;
    left: -120px;
    top: 69px;
}

.side-bar {
    width: 100%;
    float: left;
    padding-left: 40px;
}

section.detail-sectin-blog .side-bar h3 {
    margin-top: 0px !important;
    font-family: 'Crimson-Bold';
    font-size: 49px;
    border-bottom: 4px solid #B47E00;
    line-height: 51px;
}

.side-bar ul {
    width: 100%;
    float: left;
}

.side-bar ul li {
    width: 100%;
    float: left;
    list-style: none;
    font-family: 'Crimson-Bold';
    color:#b47e00;
    font-size: 20px;
    margin-bottom: 10px;
    padding-left: 24px;
    position: relative;
}

.side-bar ul li::before {
    background: #B47E00;
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 100px;
}
.detail-sectin-blog .row {
margin-top: 30px;margin-bottom: 30px;
  
}

section.detail-sectin-blog p {
    width: 100%;
    float: left;
    margin-bottom: 14px;
        margin-top:0px;
}

.single-post a[target="_blank"]::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0px 3px 0px 5px;
}

.single-post .about-content .article-pulish a {
    color: #B47E00;
	font-weight: bold;
}

.single-post .detail-sectin-blog a {
    color: #B47E00;
    text-decoration: underline;
    text-decoration-color: #191919;
    font-weight: bold;
}
	
.single-post .detail-sectin-blog a:hover {
	color:  #191919;
}

.single-post a:hover {
    text-decoration: none;
}

.simple-list {
    margin-left: 1em;
    list-style: none;
    margin: .5em 0 2em;
}

.simple-list li {
    margin-bottom: .2em;
}

.simple-list li::before {
    content: '\2022';
    color: #B47E00;
    font-size: 1.5em;
    line-height: 0;
    position: relative;
      top: .05em;
    padding-right: .25em;
}


.no-marker-list {
    margin-left: 1em;
    list-style: none;
    margin: .5em 0 2em;
}

.no-marker-list li {
    margin-bottom: .2em;
}


.single-post .post-callout {
    width: 95%;
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 25px;
    font-weight: 700;
}
	
.common-project-sec.other-articale {
    padding-bottom: 80px;
}

.common-project-sec.other-articale .view-all-video .fa {
    margin-right: 12px;
}
	
.detail-sectin-blog quote,
.single-post quote,
.single-post blockquote {
    width: 100%;
    float: left;
    font-size: 33px;
    font-weight: 700;
    position: relative;
    margin-bottom: 1em;
    margin-top: .5em;
    padding-left: 52px;
    color: #191919;
    font-style: normal;
    line-height: 1.2;
}

.detail-sectin-blog quote::before,
.single-post quote::before,
.single-post blockquote::before  {
	content: "";
	background: url(https://viciniasa.com/wp-content/uploads/2020/11/open-quotes.svg);
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	background-repeat: no-repeat;}

body > section.detail-sectin-blog > div > div:nth-child(1) > div.col-sm-4.col-md-4 {
    padding-right: 0px !IMPORTANT;
}

section.detail-sectin-blog > div > div > div:nth-child(2) {
    padding: 0px !IMPORTANT;
}

.side-bar ul li a {
    color: #191919;
    text-decoration: underline #B47E00;
}
section.detail-sectin-blog > div > div > div:nth-child(2) p {
    padding: 8px 30px;
}
.common-project-sec.other-articale .view-all-video a {
    
    line-height: 50px;
}

.common-project-sec.other-articale {
    padding-bottom: 80px;
}
.detail-se h1.page-title {
    font-family: 'Crimson-Bold';
    width: 100%;
    float: left;
    font-size: 52px;
    color: #191919;
    position: relative;
    margin-top: 0px;
    text-transform: capitalize;
    line-height: 45px;
    position: relative;
    z-index: 1;
    margin-bottom: .2em;
    letter-spacing: 0px;
}


.detail-se .taxonomy-description p {
    width: 100%;
    float: left;
    color: #191919;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    line-height: 28px;
    font-weight: 500;
    margin-top: 1px;
    margin-bottom: 30px;
}


.detail-se article {
    width: 48%;
    float: left;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 2px 8px #00000029;
    border-top: 5px solid #B47E00;
    margin-bottom: 30px;
    padding: 0px 15px;
    position: relative;
    padding-bottom: 30px !important;
    margin-right: 24px;
}

.detail-se article:nth-child(2n) {
    margin-right: 0px;
}
.detail-se article span.edit-link {
    margin-top: 4px;
    width: auto;
    float: right;
}
.detail-se article .entry-meta > a {
    font-family: 'Crimson-Bold';
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1.12px;
    background: #b47e00;
    padding: 7px 5px;
    position: relative;
    left: -15px;
    top: 0px;
}

.detail-se article h2.entry-title {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 0px;
    font-family: 'Crimson-Bold';
    font-size: 24px;
    line-height: 26px;
}

.detail-se article .entry-meta a.post-edit-link {
    background: transparent;
    color: #b47e00 !important;
    font-size: 17px !important;
}

.detail-se article .entry-meta a:hover {
    border: none !important;
    box-shadow: 0px 0px;
}
.detail-se article span.edit-link {
    margin-top: 4px;
    width: auto;
    float: right;
}

.has-sidebar #secondary h2.widget-title {
    margin-top: 0px !important;
    font-family: 'Crimson-Bold';
    font-size: 30px;
    border-bottom: 4px solid #B47E00;
    line-height: 41px;
    letter-spacing: 0px;
    margin-bottom: 12px;
        text-transform: capitalize;
}
.has-sidebar #secondary .widget {

	padding: 0;
	border: none;
}
.widget_categories.widget ul li, .widget_categories.widget ol li {

	padding-bottom: 0;
}
.entry-content a:focus, .entry-content a:hover, .entry-summary a:focus, .entry-summary a:hover, .comment-content a:focus, .comment-content a:hover, .widget a:focus, .widget a:hover, .site-footer .widget-area a:focus, .site-footer .widget-area a:hover, .posts-navigation a:focus, .posts-navigation a:hover, .comment-metadata a:focus, .comment-metadata a:hover, .comment-metadata a.comment-edit-link:focus, .comment-metadata a.comment-edit-link:hover, .comment-reply-link:focus, .comment-reply-link:hover, .widget_authors a:focus strong, .widget_authors a:hover strong, .entry-title a:focus, .entry-title a:hover, .entry-meta a:focus, .entry-meta a:hover, .page-links a:focus .page-number, .page-links a:hover .page-number, .entry-footer a:focus, .entry-footer a:hover, .entry-footer .cat-links a:focus, .entry-footer .cat-links a:hover, .entry-footer .tags-links a:focus, .entry-footer .tags-links a:hover, .post-navigation a:focus, .post-navigation a:hover, .pagination a:not(.prev):not(.next):focus, .pagination a:not(.prev):not(.next):hover, .comments-pagination a:not(.prev):not(.next):focus, .comments-pagination a:not(.prev):not(.next):hover, .logged-in-as a:focus, .logged-in-as a:hover, a:focus .nav-title, a:hover .nav-title, .edit-link a:focus, .edit-link a:hover, .site-info a:focus, .site-info a:hover, .widget .widget-title a:focus, .widget .widget-title a:hover, .widget ul li a:focus, .widget ul li a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
	box-shadow: none;
}
.cat-item {
	border: none !important;
	padding-top: 0px !important;
	text-decoration: none;
}
.has-sidebar #secondary p strong {
    margin-top: 0px !important;
    font-family: 'Crimson-Bold';
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0px;
    margin-bottom: 12px;
}

.has-sidebar #secondary .textwidget {
    width: 100%;
    float: left;
}

.has-sidebar #secondary .textwidget p {
    width: 100%;
    float: left;
    color: #191919;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    line-height: 28px;
    font-weight: 500;
    margin-top: 1px;
    margin-bottom: 10px;
}

.has-sidebar #secondary  .widget {
    width: 100%;
    float: left;
    margin-bottom: 32px;
}

.detail-se article p {
    width: 100%;
    float: left;
    color: #191919;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    font-weight: 500;
    margin-top: 11px;
    margin-bottom: 10px;
}

form.search-form {
    width: 100%;
    float: left;
}

form.search-form input {
    width: 100%;
    border-radius: 0px;
    background: transparent;
    border: 1px solid #ccc;
    height: 50px;
    color: #191919;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    padding-right: 49px;
}

form.search-form button.search-submit {
    right: 0px;
    top: inherit;
    height: 50px;
    bottom: 0px;
    background: #b47e00;
}
.detail-se article .post-thumbnail {
    width: 100%;
    float: left;
    margin-top: 10px;
}
header.page-header span {
    font-family: 'Crimson-Bold';
    text-transform: uppercase;
    color: #fff;
    font-size: 19px;
    letter-spacing: 1.12px;
    background: #b47e00;
    padding: 4px 25px;
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 20px;
    float: left;
    line-height: 30px;
}

.detail-se {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.detail-se header.page-header {
    width: 100%;
    float: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.news-sec .new-inner img {
    height: 180px;
    object-fit: cover;
    width: 100%;
}
	
/* Project Progress Header */
@media (min-width: 1500px) {
   section.main_banner_sec.project-banner {
     height: calc(100vh - 5vh);
	}
}
		
@media (min-width: 768px) and (max-width: 1224px) {
  	section.main_banner_sec.project-banner {
    	height: 70vh;
	}

	  .cust-navigation ul li a {
    	font-size: 22px;
    }
}

@media (min-width: 1224px) and (max-width: 1499px) {
    section.main_banner_sec.project-banner {
    	height: calc(100vh - 5vh);
    }
}
	
/*projectprograss deatil page css end here*/


@media screen and (min-width: 48em){
.has-sidebar #secondary {
    float: right;
    padding-top: 0;
    width: 25%;
}
.has-sidebar:not(.error404) #primary {
    float: left;
    width: 70%;
    }
}


.new-sec-content {
    position: absolute;
    right: 70px;
    background: rgba(129, 109, 65, 0.7);
    bottom: 0px;
    z-index: 9999;
    width: 430px;
    height: 280px;
    padding: 20px 50px;
    text-align: center;
    overflow: hidden;
}

.new-sec-content .img-sec {
    position: absolute;
    right: 0px;
    max-width: 180px;
    padding: 0px;
    right: -60px;
    bottom: 30px;
    z-index: -1;
    transform: rotate(-25deg);
}

.new-sec-content h2 {
    font-family: 'Crimson-Bold';
    font-size: 40px;
    line-height: 50px;
    margin-top: 20px;
}

.new-sec-content p {
    color: #fff;
    margin-top: 0px;
    font-size: 17px;
}

.new-sec-content .closr-iocn {
    position: absolute;
    right: 20px;
}

.new-sec-content .closr-iocn .fa {
    font-size: 12px;
    color: #fff;
    border: 1px solid;
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100px;
    line-height: 15px;
}

.new-sec-content a.newbutton {
    background: #000;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    transition: 0.3s;
    font-family: 'Crimson-Semibold';
    font-size: 22px;
    letter-spacing: 0.22px;
    box-shadow: 2px 2px 6px #00000033;
    position: relative;
    width: 250px;
    height: 40px;
    margin-top: 10px;
}

.new-sec-content a.newbutton::after {
    position: absolute;
    z-index: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 0px;
    height: 100%;
    top: 0;
    left: 0px;
    background: #000;
    border: 1px solid #bd8e25;
    content: "";
    overflow: hidden;
    color: #bd8e25;
    text-decoration: none;
    position: absolute;
    display: inline-block;
    }

.new-sec-content a.newbutton:hover::after {
    width: 100%;
    /* border: 0px solid #bd8e25; */
}
.new-sec-content a.newbutton:hover span {
    z-index: 9;
    position: relative;
    color: #fff;
}

@media(max-width:767px){
	.new-sec-content .img-sec{opacity:.3}
.new-sec-content {
    position: absolute;
    right: 0px;
    background: rgba(129, 109, 65, 1.5);
    bottom: 0px;
    z-index: 99999999999999;
    width: 300px;
    height: 280px;
    padding: 20px 10px;
    text-align: center;
    overflow: hidden;
}
	.test1{display:none}

}

.new-sec-content .closr-iocn .fa{
    
    cursor:pointer;
}
.test1{width:100%!important; padding-top:150px}
.page-id-64 .number-section p{width:90%}