

body {
    margin: 0;
    padding: 0;
    color: #294a46;
    font-size: 1.1rem;
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
}
.grid-container {
    position: relative;
    z-index: 2;
}
.enquiry-btn {
    width: 100%;
    max-width: 170px;
    color: #294a46;
    font-size: 1rem;
    font-family: "poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    background: #fff;
    padding: .75em 1em .75em;
    text-align: center;
    cursor: pointer;

}
.enquiry-btn.yellow {
    background: #e8e237;
}

.enquiry-btn.green {
    background: #294a46;
    color: #ffffff;
}

/* .building-text.relative {
    position: relative;
    height: 100%;
} */
.enquiry-btn.bottom {
  margin-top: 2rem;
}

.hamburger {
    z-index: 999;
    float: right;
  }
  .hamburger .line{
    width: 30px;
    height: 3px;
    background-color: #e8e237;
    display: block;
    margin: 5px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  
  }
  /* .hamburger .line:nth-child(2){
    width: 25px;
  } */
  .hamburger:hover{
    cursor: pointer;
  }
  
  #navbar.is-active .line:nth-child(2){
    width: 0px;
  }
  
  #navbar.is-active .line:nth-child(1),
  #navbar.is-active .line:nth-child(3){
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  
  #navbar.is-active .line:nth-child(1){
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
  }
  
  #navbar.is-active .line:nth-child(3){
    -webkit-transform: translateY(-13px) rotate(90deg);
    -ms-transform: translateY(-13px) rotate(90deg);
    -o-transform: translateY(-13px) rotate(90deg);
    transform: translateY(-13px) rotate(90deg);
  }
  
  nav {
    position: fixed;
    overflow: hidden;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    background: #294a46;
    z-index: 9;
    height: 100vh;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .75s ease;
    transition: -webkit-transform .75s ease;
    transition: transform .75s ease;
    transition: transform .75s ease, -webkit-transform .75s ease
  }
  
  nav.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  nav .navigation {
    padding-top: 10em;
  }
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0; 
  
  
  }
  nav ul li {
    text-align: center;
    margin: 1em 0;
  }
  nav ul li a {
    font-size: 2rem;
    text-transform: uppercase;
    font-family: "poppins", sans-serif;
    color: #e8e237;
    line-height: 1;

    /* -webkit-transition: color .3s ease;
    transition: color .3s ease */
  }
  
  nav ul li a:hover {
    color: #fff
  }

.main-content h1 {
    font-size: 3.4rem;
    line-height: 1.2;
    font-family: "poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #294a46;
    /* margin-bottom: 1rem; */
}

.main-content h2 {
    font-size: 2.2rem;
    line-height: 1.2;
    font-family: "poppins", sans-serif;
    font-style: normal;
    margin-bottom: 1rem;
    font-weight: 600;
}

p {
    font-family: "poppins", sans-serif;
    font-style: normal;
    line-height: 1.2;
    font-weight: 400;
    color: #294a46;
}


.cls-1{
    fill:none;
    stroke:#294a46;
    stroke-dasharray:0 0 0 18.03;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-width:6px;
}

section {
    padding-top: 3em;
    padding-bottom: 3em;
}

header, footer {
    background: #294a46
}

header {
    padding: 2em;
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
}

header .logo {

    text-align: center;
}

header .logo img {
    max-width: 400px;
    margin: 0 auto;
}

section .slick-dots{
    text-align: right;
    bottom: -40px;
}

section .slick-dots li{
    margin: 5px 0 5px 5px;
}

section .slick-dots li button:before {
   font-size: 20px;
   color: #294a46;
}
section .slick-dots li.slick-active button:before {
    color: #294a46;
    opacity: 1;
}

section#hero {
    padding: 0;
   position: relative;
}
#hero .grid-container.fluid {
    padding: 0;
}

#hero .hero-slider .img-slide{
    position: relative;
    height: 100vh;
}

#hero .hero-slider .img-slide .heading-text {
    max-width: 75rem;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    text-align: center;
}

#hero .hero-slider .img-slide .heading-text h1 {
    font-size: 3.4rem;
    line-height: 1.2;
    font-family: "poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #ffffff;
    text-shadow: #000 0px 0 5px;
    text-transform: capitalize;
}

#intro {
    background: #e8e237;
    position: relative;
}

#intro .intro-text {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2em;
    color: #fff;
}

#intro .intro-text p {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.2;
    color: #fff;
}

#intro .intro-text p:last-of-type {
    margin-bottom: 0rem;
}

#building .building-text, #location .location-text  {
    padding-right: 3rem;
}
#building .building-text h2, #connectivity h2, #our-spaces h2 {
    color: #e8e237;
    margin-bottom: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
}

#building .building-text p {
    color: #294a46;
    font-size: 1.2rem;
    font-weight: 400;
}

.our-spaces-spec {
    margin: 3rem 0 0;
}

.our-spaces-spec .specs p {
    padding: 1rem 3rem;
    font-size: 1.1rem;
    font-weight: 600;
}

#building .building-slider-full-width {
    padding-top: 2rem;
}

#specification, #contact {
    background: #294a46;
    color: #fff;
}
#specification h1,  #contact h1,  #contact p {
    color: #fff;
}

#specification svg, #connectivity svg, #we-in-numbers svg, #location svg {
    margin: 1.5rem 0 2rem 0;
}
#specification svg .cls-1, #connectivity svg .cls-1, #we-in-numbers svg .cls-1{
    stroke: #e8e237;
}

#specification h2 {
    margin-bottom: 2rem;
}

#specification .specs, .our-spaces-spec .specs {
    margin-top: 1.5rem;
    text-align: center;
}

#specification .specs img, .our-spaces-spec .specs img {
    margin-bottom: 1rem;
    width: 140px;
}

#specification .specs p{
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
}

#location {
    background: #e8e237;
}

#location .location-text h2{
    color: #fff;
    margin-bottom: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
}

/* #location hr {
    border-bottom: 8px dotted #294a46;
    margin: 2rem 0 3rem;
} */

.map {
    position: relative;
}

#connectivity {
    background: #fffaf1;
    margin-top: -1em;
}

#connectivity img {
    padding-right: 3rem;
}

#we-in-numbers {
    background: url(../images/WE_in_numbers_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    min-height: 500px;
}

#we-in-numbers .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 66, 80, 0.8);
    z-index: 1;
    width: 100%;
    height: 100%;
}
#we-in-numbers h1 {
    color: #fff;
}

#we-in-numbers .we-in-numbers-text {
    padding: 1rem 2rem;
    text-align: center;
}

#we-in-numbers .we-in-numbers-text h1 {
    color: #e8e237;
    font-size: 5rem;
}

#we-in-numbers .we-in-numbers-text p {
    color: #fff;
    font-weight: 600;
    font-size: 1.4rem;
}

#contact h2, #contact h2 a {
    color: #e8e237;
    margin-top: 2rem;
    font-weight: 600;
    font-size: 2.5rem;
}

#contact h2 a:hover {
    color: #fff;
}

#contact .contact-form {
    margin-top: 2rem;
}

/* #contact .contact-form p {
    margin-bottom: 2rem;
} */

/* #contact .contact-form .right-group p {
    font-size: .8rem;
    max-width: 90%;
} */

#contact .contact-form .right-group a {
    color: #fff;
    text-decoration: underline;
}

#contact .contact-form .right-group button {
    /* float: right; */
    width: 170px;
    background: #e8e237;
    padding: .75rem 0 .75rem;
    text-align: center;
    color: #294a46;
    border-radius: 0;
    position: absolute;
    bottom: 30px;
    right: 0;
}
#contact .contact-form .right-group button:hover {
    background: #e8e237!important;
    color: #294a46;
}

#contact .contact-form input[type='text'], #contact .contact-form input[type='email'], #contact .contact-form textarea,  #contact .contact-form input[type='number'] {
    font-family: "poppins", sans-serif;
    font-style: normal;
    box-shadow: none;
    font-size: 1rem;
    border: 1px solid #294a46;
    color: #294a46;
    border-radius: 0;
}

#contact .contact-form textarea {
    min-height: 335px;
}

#contact .contact-form input[type=checkbox] {
    width:20px; 
    height:20px;
    border: 1px solid #294a46;
    box-shadow: none;
}

#contact .contact-form .wpforms-field-checkbox p {
    margin-top: 1rem;
    font-size: 0.9rem;
}

#contact .contact-form input[type='text']:focus, 
#contact .contact-form input[type='email']:focus, 
#contact .contact-form textarea:focus {
    box-shadow: none;
    color: #294a46;
}

#contact .contact-form .wpforms-container .wpforms-form .wpforms-field-label {
    color: #fff!important;
    font-size: 1.2rem !important;
    font-weight: 400;
}

#contact .contact-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul {
    margin: 0;
}

#contact .contact-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input+label {
    color: #fff!important;
    font-size: 1.2rem !important;
    font-weight: 400;
    line-height: 1.4;
}

#contact .contact-form div.wpforms-container-full input[type=checkbox]:before {
    top: 1px;
    border: #294a46;
    border-radius: 0;
}

#contact .contact-form div.wpforms-container-full:not(:empty) {
    margin: 0 auto;
}

#contact .contact-form div.wpforms-container-full .wpforms-confirmation-container-full {
background: none;
border: none;
padding: 0;

}

#contact .contact-form div.wpforms-container-full .wpforms-confirmation-container-full p {
    font-size: 1rem;
    font-family: "poppins", sans-serif;
    font-style: normal;
    line-height: 1.6;
    font-weight: 400;
}

#contact .extra-info {
    margin-top: 2rem;
}

#contact .social-icons {
    list-style: none;
    margin: 4rem 0 0;
    float: right;
    position: relative;
}

#contact .social-icons li {
    display: inline;

}

#contact .social-icons li img {
    width: 50px;
    margin-left: 15px;
}

#text-page {
    background: #fff;
}

#text-page h1 {
    color: #e8e237;
    margin-bottom: 2rem;
}

footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

footer .left-logo img {
    max-width: 300px;
    margin-top: 1.8rem;
}

footer .right-logo {
    float: right;
    display: block;
}
footer .right-logo small {
    color: #e8e237;
    font-weight: 600;
    font-size: .8rem;
}

footer .right-logo img {
    max-width: 270px;
    width: 100%;
}

footer ul {
    list-style: none;
    margin: 1rem 0 0 ;
}

footer ul li {
    display: inline;
}

footer ul li.line {
    color: #e8e237;
}

footer ul li, footer ul li a {
    color: #fff;
    font-size: 1rem;
}

footer ul li a:hover {
    text-decoration: underline;
    color: #fff;
}

@media only screen and (max-width: 1023px) {

    section, footer {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    #building .building-text, #location .location-text, #connectivity img {
        padding-right: unset;
        margin-bottom: 2rem;
    }
    #intro .intro-text {
        padding: 0;
    }

    #hero .hero-slider .img-slide .heading-text {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .main-content h1, #hero .hero-slider .img-slide .heading-text h1{
        font-size: 2.8rem;
    }
    #contact h2, #contact h2 a {
        font-size: 2.4rem;
    }
    .main-content h2 {
        font-size: 2rem;
    }
 
 

    #specification .specs p, #we-in-numbers .we-in-numbers-text{
        padding: 1rem;
    }
    footer .left-logo img {
        max-width: 240px;
    }
    footer .right-logo img{
        max-width: 200px;
    }
}

@media only screen and (max-width: 639px) {
    header .logo {
        text-align: left;
    }
    footer .right-logo, #contact .social-icons{
        float: left;
        margin-top: 1rem;
    }

    #contact .contact-form .right-group button {
        right: unset;
        position: relative;
        bottom: unset;
    }

    footer {
        padding: 0 1.5rem 1.5rem;
    }

    #contact .social-icons li img{
        margin-left: 0;
        margin-right: 15px;
    }

    section{
    padding: 2.5rem 1.5rem;
    }

    .main-content h1, #hero .hero-slider .img-slide .heading-text h1{
        font-size: 2.4rem;
    }

    #we-in-numbers .we-in-numbers-text h1{
        font-size: 3.5rem;
    }
   

    #intro .intro-text p {
        font-size: 1.4rem;
    }

    #contact h2, #contact h2 a {
        font-size: 1.6rem;
    }
    .main-content h2 {
        font-size: 1.6rem;
    }

    header .logo img {
        max-width: 350px;
    }

    #specification .specs img {
        max-width: 100px;
    }

    #specification .specs p {
        font-size: .9rem;
    }
 
    footer .left-logo img {
        max-width: 200px;
    }

    footer .right-logo small {
        font-size: 0.7rem;
    }
    footer .right-logo img{
        max-width: 140px;
    }

}