
body {
    margin: 0;
    overflow-x: hidden;
}

h2 {
    font-size: 42px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    margin: 0;
}

h3 {
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

body p {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    color: #fff;
    font-size: 22px;
    line-height: 25px;
    margin: 0 0 29px;
}

img{
    width: 100%;
}

.main-content {
    min-height: 100vh;
}


.main-content .container {
    max-width: 1696px;
    margin: 0 auto;
    padding: 79px 20px 67px;
}

.main-content-iframe {
    border: none;
    width:100%;
    height:calc(100vh - 152px);
}


.navigation-wrap {
    width: 100%;
    background: #1f1f1f;
   position: fixed;
    bottom: 0;
    padding: 39px 0;
}

.navigation-wrap-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 72px 0 111px;
}


.navigation-wrap ul li a {
    font-family: 'Raleway', sans-serif;
    color: #8e8e8e;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    border-right: 1px solid #8e8e8e;
    display: block;
    padding-right: 29px;
    margin-right: 23px;
    line-height: 40px;
}


.navigation-wrap ul li:last-child a {
     border-right: none;
     padding-right: 0;
    margin-right: 0;
   
}


.navigation-wrap ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
}


.home-wrap {
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 60px;
    background-position-y: bottom;
}

.home-btn-wrap a {
    -webkit-clip-path: polygon(100% 53%, 0 0, 0 100%);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    background: #00aeea;
    font-size: 32px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 159px;
    height: 193px;
    padding-left: 15px;
}


.home-wrap .slider-arrow-left {
    padding-top: 7%;
}


.home-wrap .slider-arrow-right {
    padding-top: 7%;
}

.home-btn-wrap {
    padding-top: 6%;
   }


.main-content {
    background: #272727;
}

.row-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }


.features-wrap .row-content {
    height: 100vh;
}


h2 {
    border-bottom: 2px solid #2dc5f4;
    max-width: max-content;
}

.about-page h2 {
    margin-bottom: 32px;
}

.about-page h2 {
    margin-bottom: 31px;
}

.about-page  .col:first-child {
    max-width: 46%;
    padding-right: 20px;
}

.about-page img {
    margin-top: 8px;
}

.about-page .row-content {
      margin-bottom: 39px;
}

.about-page .row-content:last-child {
      margin-bottom: 0;
}

.col.after-item:after {
    content: "";
    background-image: url(../image/blue-corner.png);
    width: 114px;
    height: 114px;
    position: absolute;
    right: 89px;
    top: 59px;
}

.content-description {
    max-height: 266px;
    overflow-y: auto;
    padding-right: 20px;
    max-width: 760px;
}

.btn-hayer {
    font-size: 24px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-decoration: none;
    line-height: 24px;
    border: 2px solid #2dc5f4;
    padding: 8px 81px;
    display: block;
    max-width: max-content;
}


.neighbourhood-page .col:first-child {
    max-width: 28.2%;
    padding: 156px 20px 20px;
    margin: 0 auto;
}

.neighbourhood-page img {
    margin-top: 0;
}

.neighbourhood-page .container {
    max-width: 100%;
    padding: 0;
}

.neighbourhood-page .col.after-item:after {
    right: 73px;
    top: 88px;
}

.neighbourhood-page .content-description {
    max-height: 420px;
  }


.btn-hayer-wrap {
    margin-top: 135px;
}

 /* width */
::-webkit-scrollbar {
  width: 14px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #E7E7E7;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #E7E7E7;
} 

.content-sidebar p {
    font-size: 12px;
    line-height: 23px;
    text-transform: uppercase;
    margin: 0;
}


.map .main-content {
    background: #2D3337;
}

.map .container {
    max-width: 100%;
    padding: 0;
}

.sidebar h2 {
    border: none;
    margin-bottom: 99px;
}


.sidebar-wrap {
    background: #000;
    padding: 76px 0 20px 0;
    height: 100%;
    position: fixed;
    right: 0;
    width: 100%;
    max-width: 396px;
    top: 0;
}

.map-wrap {
    padding: 56px 20px 20px 139px;
}

.sidebar-wrap h3:before {
    content: "";
    width: 11px;
    height: 11px;
    position: absolute;
    display: block;
    left: 2px;
    top: 9px;
}

h3.green-item:before {
    background: #86C238;
}

h3.purple-item:before {
    background: #6A33CB;
}

h3.blue-item:before {
    background: #1A6AAF;
}


.sidebar-wrap h3 {
    padding-left: 26px;
    position: relative;
    margin-bottom: 26px;
}

.sidebar {
    padding: 0 20px 0 59px;
}

.sidebar-wrap p {
    padding-left: 25px;
}


.map .after-item:after {
     right: 52px;
    top: 51px;
}

.menu-content a {
    color: #8e8e8e;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    width: 100%;
    display: block;
    border-bottom: 1px solid #2D2D2D;
    padding-bottom: 12px;
    margin-bottom: 7px;
}


.menu-content a:after {
    content: "";
    background-image: url(../image/arrow-down.png);
    width: 10px;
    height: 4px;
    position: absolute;
    top: 6px;
    right: 36px;
}

.menu-content ul {
    padding: 0;
    margin: 0;
}

.features-wrap .container {
    padding: 0 20px;
    max-width: 1714px;
}


.features-wrap .col:first-child {
    padding-top: 70px;
}

.features-content-wrap h2 {
    margin-bottom: 31px;
}

.features-main-content-wrap {
    max-width: 78%;
 /*   max-height: 856px;*/
    overflow-y: auto;
    padding-right: 70px;
}


.features-content-wrap {
     margin-bottom: 40px;
}

.features-content-wrap h2.no-border {
    margin-bottom: 0;
    border: none;
}

.title-wrap {
    max-width: max-content;
    float: left;
}

.text-wrap {
    padding-left: 26px;
    max-width: 61.2%;
    float: right;
    padding-top: 3px;
}

.image-wrap {
    clear: both;
    padding-top: 28px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.features-wrap .col.after-item:after {
    right: 53px;
    top: 51px;
}

.menu-content {
    padding-top: 50px;
}


.products-wrap .main-content {
    background: #fff;
}

.product-wrap {
    display: flex;
    flex-wrap: wrap;
}


.product-item {
    width: 100%;
    max-width: 25%;
}

.product-title h3 {
    color: #000;
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    text-transform: none;
    margin: 9px 0 17px;
}

.product-img {
    min-height: 170px;
    overflow: hidden;
    display: inline-block;
    width: auto;
}

.product-btn-wrap a {
    color: #000;
    font-size: 20px;
    line-height: 23px;
    font-weight: 600;
    text-transform: none;
    text-decoration: none;
    }

.product-wrap {
    padding: 119px 18px 20px;
    width: 100%;
}

.product-category h4 {
    margin: 12px 0 0;
    color: #000;
    font-size: 20px;
    line-height: 23px;
    font-weight: 600;
    text-transform: none;
    text-decoration: none;
}


.product-btn-wrap {
    padding-top: 16px;
}


.product-item {
    width: 100%;
    max-width: 23%;
    margin-right: 30px;
    margin-bottom: 38px;
}

.product-item:nth-child(4n) {
    margin-right: 0;
}

.product-img {
    display: flex;
    align-items: center;
    min-height: 170px;
}

.product-img-item {
    overflow: hidden;
    display: inline-block;
    width: auto;
}

.product-btn-wrap a i.fa.fa-plus {
    font-size: 13px;
    margin-right: -2px;
}






















