/*Theme Name:Neighbourhood Website  Template
Theme URI: http://16two.agency/
Author: the 16TWO team
Description: Neighbourhood Website Main Theme*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bakbak+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  /* scroll-behavior: smooth;  */
  
       scroll-behavior: auto !important; 
	   

}


body{
font-family: "Barlow";
  font-weight: 400;
  font-style: normal;	
  
}

p{
font-family: "Barlow";
  font-weight: 400;
  font-style: normal;
color:#fff;
font-size:16px;  
}

a{
text-decoration:none;	
color:#808080;
}

.loaderWrapper {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #028039;
  z-index: 1031;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeLoader 0.2s 2s ease forwards;
}

.loader {
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 999;
}

.navbar-toggler span {
  display: block;
  background-color: #00A551;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}



.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
   box-shadow: none;
}


.scroll-down{
position: fixed;
bottom: 0;
font-family: "Bakbak One";
z-index: 90;
width: 100%;
text-align: center;
	
}

.scroll-down img{
max-width:25px;	
padding-bottom: 20px;
}
.scroll-down p{
font-size: 12px;
font-weight: bold;
letter-spacing: 5px;
}


.bounce {
  animation: bounce 2s ease infinite;
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}


/* .loader .bar { */
  /* width: 10px; */
  /* height: 5px; */
  /* background: #000000; */
  /* margin: 2px; */
  /* animation: bar 1s infinite linear; */
/* } */
/* .loader .bar:nth-child(1) { */
  /* animation-delay: 0s; */
/* } */
/* .loader .bar:nth-child(2) { */
  /* animation-delay: 0.25s; */
/* } */
/* .loader .bar:nth-child(3) { */
  /* animation-delay: 0.5s; */
/* } */

/* @keyframes bar { */
  /* 0% { */
    /* transform: scaleY(1) scaleX(0.5); */
  /* } */
  /* 50% { */
    /* transform: scaleY(10) scaleX(1); */
  /* } */
  /* 100% { */
    /* transform: scaleY(1) scaleX(0.5); */
  /* } */
/* } */

@keyframes fadeLoader {
  to {
    opacity: 0;
	z-index: 0;
  }
}

.site-logo{
max-width:434px;	
}
.slides-container {
/*    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;*/
	
	 position: relative;
    left: 0;
    top: 0;
    width: 100%;
   /* height:100%; */
      height:unset;
    overflow: 100%;
    z-index: 10;
}

.section{
 position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
	
}
.section.fp-auto-height{
height:auto;

}







.bg-transprent{
    background-color: rgba(0, 0, 0, 0.25);
    padding-top: 15px;
    padding-bottom: 15px;
}

#menu li {
	display:inline-block;
	/* margin: 10px; */
	color: #fff;
	/* background:#fff; */
	/* background: rgba(255,255,255, 0.5); */
	/* -webkit-border-radius: 10px; */
            /* border-radius: 10px; */
	font-family: "Barlow";
	font-weight: 600;
	font-style: normal;
	 margin: 0px 10px;
}

.nav-link.active{
	/* background:#666; */
	/* background: rgba(0,0,0, 0.5); */
	/* color: #fff; */
	color: #fff;
	border-bottom:3px solid #00A551;
}


#menu li.active{
	/* background:#666; */
	/* background: rgba(0,0,0, 0.5); */
	/* color: #fff; */
	color: #fff;
	border-bottom:3px solid #00A551;
}
#menu li a{
	text-decoration:none;
	color: #fff;
}

.nav-link.active:hover{
	/* background: rgba(255,255,255, 0.8); */
	color:#fff;
	border-bottom:3px solid #00A551;
}
#menu li a,
#menu li.active a{
    padding: 0px 0px;
    display: block;
   
}

#menu{
	/* position:fixed; */
	/* top:0; */
	/* left:0; */
	/* height: 40px; */
	/* z-index: 70; */
	/* width: 100%; */
	/* padding: 0; */
	/* margin:0; */
}




.section-discover{
	background:url('img/discover-our-story.jpg');
	background-size:cover;
	background-position:bottom;
} 

.section-service{
	background:url('img/service.jpg');
	background-size:cover;
	background-position:bottom;
} 

.section-service-value{
	background:url('img/service-value.jpg');
	background-size:cover;
	background-position:center bottom;
} 

.section-scope{
	background:url('img/scope.jpg');
	background-size:cover;
	background-position:left bottom;
} 

.section-projects{
	background:url('img/project.jpg');
	background-size:cover;
	background-position:bottom;
} 


.section-contact-us{
	background:#F1F1F1;
}

.section-title{
 font-family: "Playfair Display";
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;	
  font-size:85px;
  color:#fff;
  line-height:0.9;
}

.service-slide .bi-chevron-left.slick-arrow{
position:absolute;
left:5vw;
top:48vh;
color:#00A750;
z-index: 10;
font-size: 30px;
cursor:pointer;
}

.service-slide .bi-chevron-right.slick-arrow{
position:absolute;
right:5vw;	
top:48vh;
color:#00A750;
font-size: 30px;
cursor:pointer;
}
.service-slide .bi-chevron-left.slick-arrow.slick-disabled, .service-slide .bi-chevron-right.slick-arrow.slick-disabled{
opacity:0.5;	
cursor:context-menu;
}
 .service-slide{
  -webkit-transition: opacity 2000s ease-in-out;
    -moz-transition: opacity 2000s ease-in-out;
    -ms-transition: opacity 2000s ease-in-out;
    -o-transition: opacity 2000s ease-in-out;
     opacity: 1;
}

 .service-slide.slick-dotted.slick-slider {
    margin-bottom: 0px;
}


.service-slide .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 2px solid #00a259;
	border-radius:50%;
	  background: transparent;
    outline: none;
   
}

.service-slide .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.service-slide .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
.service-slide .slick-dots li.slick-active button{
    background:#00a259;
   
}

.service-slide .slick-dots {
    position: absolute;
    bottom: 15vh;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.service-value-title{
font-family: "Playfair Display";
font-weight:600;
color:rgba(255,255,255, 0.7);
font-size:25px;	
text-decoration:underline;
text-underline-offset: 5px;
text-decoration-thickness: 1px;
}


.value-content{
border-left:1px solid #fff;	
}
.value-num{
width: 60px;
text-align:center;	
}
.value-num p{
font-family: "Playfair Display";
font-weight:600;
font-size:75px;
background: #FFFFFF;
background: repeating-linear-gradient(to bottom, #FFFFFF 12%, transparent 99%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;	
margin-top: -25px;
opacity: 0.7;
}

#wrapper {
    position: absolute;
    border: 1px solid transparent;
   bottom: 8vh;
    right: 10vw;
}

#wrapper.preset-1 span {
    width: 100px;
    height: 20px;
    line-height: 20px;
    padding: 5px;
    margin-left: -64px;
    margin-top: -24px;
    font-size: 14px;
    color: #028037;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: 4px solid #FFF;
    background: #FFF;
    border-radius: 20px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    font-weight: bold;
}

#wrapper.preset-1 span:after {
	left: 0px;
	top: 52px;
}
div.preset-1 span:after {
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-top-color: #FFFFFF;
	border-style: solid;
	border-width: 10px;
}
#wrapper span:after {
content: '';
position: absolute;
width: 0;
height: 0;
transform: rotate(133deg);
margin-top: -40px;
}

#wrapper.preset-1 span a {
	text-decoration:none;
	 color: #028037;
}


.section-title-green{
 font-family: "Playfair Display";
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;	
  font-size:85px;
  color:#028037;
  line-height:0.9;
}

.button-green{
clip-path: polygon(calc(100% - 10px) 0, 100% calc(0% + 10px), 100% 100%, 0 100%, 0 0);
background:#00A551;
display: inline-block;
padding:10px 15px;
color:#fff;
}

.button-green:hover{

background:#fff;

color:#00A551;
}

.btn-submit{
text-transform:uppercase;
color:#028037;
border-top: 1px solid #028037;
border-left: 1px solid #028037;
border-right: 1px solid #028037;
border-bottom: 2px solid #028037;
font-weight:bold;
letter-spacing:5px;
padding:0px 5px;
	
}

.div-address{
border:1px solid #028037;
padding:20px;	
color:#808080;
}

.div-address p{
	
color:#808080;
}
.div-address p.contact-info-title{
color:#028037;
text-transform:uppercase;
font-weight:bold;
}

.form-control{
border-radius:0px;
border-color:#B3CBB7;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #B3CBB7;
opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #B3CBB7;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
color: #B3CBB7;
}

#section-footer{
	background:#000;
	z-index:9999;
}
.footer{
color:#fff;	
font-size:12px;

}

.footer a,.footer a:hover{
color:#fff;	

}

.foot-content p{
	color:#212529;
}

.mt-74{
margin-top:74px;	 
}

.foot-content p.disclaimer-title{
	color: #028037;
	font-weight:bold;
	padding-top:1rem;
	font-size:18px;
	margin-bottom:5px;
}

.foot-content ol li{
padding-bottom:10px;	
}
.section-achievements{
	width: 100% ;
    height: 0 ;
    position: relative ;
	background:url('img/awards-top.jpg') no-repeat;
	background-size:contain;
	background-position:bottom;
	padding-top:50.925%;
	z-index: 2;
	
} 

.section-honours{
	width: 100% ;
    height: 0 ;
    position: relative ;
	background:url('img/awards-bottom.jpg') no-repeat;
	background-size:contain;
	background-position:bottom;
	padding-top: 58.45%;
	margin-top: -2px;
	z-index: 1;
	
} 
.div-honours-opac{
background:rgba(0,0,0,0.7);
width: 100%;
height: 85%;
position: absolute;
top: 0;
bottom: 0;


	
} 
.div-inside{
    position: absolute;
    top: 25%;
    bottom: 0;
    left: 0;
    right: 0;
}

.div-inside2{
    position: absolute;
    top: 5%;
    bottom: 0;
    left: 0;
    right: 0;
}

.achievements-title{
color:#00a259;
font-size:30px;
font-weight:bold;	
}
.section ul li{
list-style-type:disc;	
margin-left:18px;
padding-bottom:15px;
}

.awards-inside{
background: rgb(77,77,77);
background: linear-gradient(180deg, rgba(77,77,77,1) 0%, rgba(41,41,41,1) 72%, rgba(0,0,0,1) 100%);
width:90%;
border-radius:10px;	
}
.award-img{
max-height:180px;	
padding-bottom:10px;
}

/* the slides */
  .award .slick-slide {
      margin: 0 20px;
	  height: inherit !important;
  }

  /* the parent */
.award  .slick-list {
      margin: 0 -20px;
  }
 
.award  .slick-track
{
    display: flex !important;
}
.award  .slick-slide div
{
    height:100%;
}


.awards-title{
color: #00a259;
font-weight:bold;
}

.awards-hr{
width:90%;
border-bottom:1px solid #ccc;
margin:0 auto;	
margin:10px 5%;
}

.awards-desc{
font-size:14px;	
}

.award .slick-arrow{
color: #00a259;	
font-size:40px;
}

.award .bi-chevron-right.slick-arrow{
position:absolute;
right:-10%;
top:35%	;
z-index:1000;
cursor:pointer;
}

.award .bi-chevron-left.slick-arrow{
position:absolute;
left:-10%;
top:35%;	
cursor:pointer;
}

.award .bi-chevron-left.slick-arrow.slick-disabled, .award .bi-chevron-right.slick-arrow.slick-disabled{
opacity:0.5;	
cursor:context-menu;
}


.award .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 2px solid #00a259;
	border-radius:50%;
	  background: transparent;
    outline: none;
   
}

.award .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.award .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
.award .slick-dots li.slick-active button{
    background:#00a259;
   
}

.award .slick-dots {
    position: absolute;
    bottom: -6vh;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.award-link-bottom{
	 width: 100%;
    position: absolute;
    /* top: 0; */
    bottom: calc(7.5% - 22px);	
}

.btn-back{
text-transform:uppercase;
color:#fff;
border-top: 1px solid #028037;
border-left: 1px solid #028037;
border-right: 1px solid #028037;
border-bottom: 2px solid #028037;
font-weight:bold;
letter-spacing:5px;
padding:0px 2px 0px 7px;
font-size:12px;	
}

.btn-back:hover{

color:#028037;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom: 2px solid #fff;
}


.section-facility-management{
	background:url('img/facility.jpg');
	background-size:cover;
	background-position:bottom;
}


.section-property-management{
	background:url('img/property-management.jpg');
	background-size:cover;
background-position: bottom left;
}


.project-thumb{
    position: relative;
    z-index: 9;	
}

.thumb-title-div{
    position: absolute;
    margin-top: -46px;
    color: green;
    z-index: 10;	
	padding-left:12px;
}

.thumb-title{
font-family: "Playfair Display";
color:#01AA5C;
margin-bottom:2px;
font-weight:600;
line-height: 1.2;
}
.thumb-title-more{
color:#A0A0A0;
font-size:12px;
margin-bottom:0px;
line-height:1;
text-transform:uppercase;
}

.section-facility-management .container, .section-property-management .container{
margin-bottom: 13vh;
}

.modal-xl.modal-fullscreen{
max-width: 100%;
}

.modal-xl .modal-content{
height: 86vh;
top: 7vh;
background-color: rgba(277, 277, 277, 0.75);

}

.projects-row{
height:60vh;
overflow-y: scroll;
}

.popup-title {
    font-family: "Playfair Display";
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 50px;
    color: #028037;
    line-height: 0.9;
}


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

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #028037; 
  border-radius: 10px;
}

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

.pop-img{
border:1px solid #01a358;
background:#01a358;
/* height: 100%; */
	
}
.pop-caption{
text-align:center;	
/* margin-top: -52px; */
min-height: 60px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;

}
.pop-caption-ebp{
text-align:center;	
/* margin-top: -72px; */

}
.pop-caption p{
text-align:center;	
font-weight: bold;
font-size: 18px;
line-height: 1.2;
font-family: "Playfair Display";
}

.div-pro{
	cursor:pointer;
}

.pop-title{
color:#fff;	
}

.pop-proj-name{
color:#2c1f1f;	
}

.close-btn{
color: green;
font-size: 25px;
line-height: 0.5;
/* position: absolute; */
float: right;
margin-top: 31px;
margin-right: -18px;
	cursor:pointer;
}


@media (max-width: 1400px){
.site-logo {
    max-width: 300px;
}	



.section-title{
 font-family: "Playfair Display";
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;	
  font-size:46px;
  color:#fff;
  line-height:0.9;
}
	
	
.section-discover .section-title, .section-projects .section-title{
 font-family: "Playfair Display";
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;	
  font-size:46px;
  color:#fff;
  line-height:0.9;
  margin-top: 5vw;
}
	
	
.section-title-green{
 font-family: "Playfair Display";
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;	
  font-size:46px;
  color:#028037;
  line-height:0.9;
  margin-top: 7vw;
}

.thumb-title-div {
    position: absolute;
    margin-top: -44px;
    color: green;
    z-index: 10;
    padding-left: 9px;
}



}

@media only screen 
  and (min-device-width: 768px)  and (max-device-width: 1024px)  {
p {
    font-family: "Barlow";
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 16px;
}

.loader-logo{
padding:10px 20px;	
}

.site-logo {
    max-width: 300px;
}
.navbar-nav{
height:auto;

/* margin-top: -45px; */
padding-top: 15vh;
padding-left: 5vw;
height: 100vh;
background: rgba(255, 255, 255, 0.9);
}

.navbar-collapse{
/* height: 100vh; */
/* background: rgba(255, 255, 255, 0.9); */
margin-top: -50px;	
}

#menu li a {
line-height: 1.5;
text-decoration: none;
color: #231F20;
font-size: 30px;
padding-bottom: 20px;

}

.nav-link.active {
    /* background: #666; */
    /* background: rgba(0, 0, 0, 0.5); */
    /* color: #fff; */
   color: #231F20; 
    border-bottom: 0px;
}

.bg-transprent {
    background-color: rgba(0, 0, 0, 0.25);
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar-brand{
padding:0px 15px;	
}
	


.logo-green{
padding:0vw 5vw;
position: absolute;
bottom: 15vh;	
max-height: 18px;
}

.navbar-toggler span {
  display: block;
  background-color: #00A551;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}



.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
   box-shadow: none;
}

.section-title {
        font-family: "Playfair Display";
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 48px;
        color: #fff;
        line-height: 0.9;
		/* margin-top:13vh; */
}

.section-service .section-title {
        font-family: "Playfair Display";
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 48px;
        color: #fff;
        line-height: 0.9;
		/* margin-top:15vh; */
}


.section-scope .section-title {
        font-family: "Playfair Display";
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 48px;
        color: #fff;
        line-height: 0.9;
		/* margin-top:26vh; */
}


    .section-title-green {
        font-family: "Playfair Display";
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 48px;
        color: #028037;
        line-height: 0.9;
		/* margin-top:15vh; */
    }


.button-green {
    clip-path: polygon(calc(100% - 10px) 0, 100% calc(0% + 10px), 100% 100%, 0 100%, 0 0);
    background: #00A551;
    display: inline-block;
    padding: 7px 5px;
    color: #fff;
    font-size: 14px;
}

.section-discover {
    background: url(img/discover-m.jpg);
    background-size: cover;
    background-position: bottom;
}

.section-service{
	background:url('img/service-m.jpg');
	background-size:cover;
	background-position:bottom;
} 

.section-service-value{
	background:url('img/service-value-m.jpg');
	background-size:cover;
	background-position:bottom;
} 

.section-scope{
	background:url('img/scope-m.jpg');
	background-size:cover;
	background-position:bottom;
} 

.section-projects{
	background:url('img/project-m.jpg');
	background-size:cover;
	background-position:bottom;
} 


.section-contact-us{
	background:#F1F1F1;
}

.section.section-contact-us {
    position: relative;
    width: 100%;
    /* height: auto; */
   
}

.thumb-title-div {
    position: absolute;
    margin-top: -58px;
    color: green;
    z-index: 10;
    padding-left: 26px;
}

.thumb-title {
    font-family: "Playfair Display";
    color: #01AA5C;
    margin-bottom: 2px;
    font-weight: 600;
    line-height: 1.2;
    font-size: 18px;
}

.thumb-title-more {
    color: #A0A0A0;
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 1;
    text-transform: uppercase;
}

.div-pro {
	cursor: pointer;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* .section-achievements { */
	/* width: 100%; */
	/* height: 100%; */
	/* position: unset; */
	/* background: url(img/award-top.jpg) no-repeat; */
	/* background-size: cover; */
	/* background-position: left bottom; */
	/* padding-top: 70px; */

/* } */
.section-achievements {
    width: 100%;
    height: 0;
    position: relative;
    background: url(img/awards-top.jpg) no-repeat;
    background-size: cover;
    background-position: left bottom;
    padding-top: 50.925%;
    z-index: 2;
    min-height: 55vh;
}

.section-honours {
width: 100%;
height: auto;
position: relative;
background: url(img/award-bottom.jpg) no-repeat;
background-size: cover;
background-position: bottom;
padding-top: 0px;
margin-top: -2px;
z-index: 1;
padding-bottom: 10px;
}


.div-inside {
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
}


.div-honours-opac {
background: rgba(0, 0, 0, 0.7);
width: 100%;
height: auto;
position: relative;
top: 0;
bottom: 0;
padding-bottom: 15%;
}

.award-link-bottom {
    width: 100%;
    position: relative;
    top: 0;
    bottom: 0%;
    padding-top: 10px;
}

.section-achievements .section-title {
font-family: "Playfair Display";
font-optical-sizing: auto;
font-weight: 600;
font-style: normal;
font-size: 35px;
color: #fff;
line-height: 0.9;
margin-top: 3vh;
}

.achievements-title {
color: #00a259;
font-size: 16px;
font-weight: bold;
}

.section-achievements ul{
    padding-left: 0px;	
	font-size:14px;
}

.section ul li {
list-style-type: disc;
margin-left: 18px;
padding-bottom: 5px;
line-height: 1.2;
}


.award-img {
max-height: 85px;
padding-bottom: 10px;
}

.awards-title {
color: #00a259;
font-weight: bold;
margin-bottom: 5px;
font-size: 12px;
line-height: 1.2;
}

.awards-desc {
    font-size: 10px;
	margin-bottom:0px
}

.award .slick-slide {
    margin: 0 12px;
    height: inherit !important;
}

.award .slick-arrow {
    color: #00a259;
    font-size: 20px;
}

.award .bi-chevron-left.slick-arrow {
    position: absolute;
    left: -15%;
    top: 35%;
    cursor: pointer;
}

.award .bi-chevron-right.slick-arrow {
    position: absolute;
    right: -15%;
    top: 35%;
    z-index: 1000;
    cursor: pointer;
}


.section-property-management {
    background: url(img/property-management-m.jpg);
    background-size: cover;
    background-position: bottom;
}

.section-facility-management {
    background: url(img/facility-management-m.jpg);
    background-size: cover;
    background-position: bottom;
}

.loader-logo{
padding:10px 20vw;	
}


}

/*End of ipad style*/

@media screen and (max-device-width : 768px) {


p {
    font-family: "Barlow";
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 14px;
}

.container{
padding:0px 25px !important;	
}

.loader-logo{
padding:10px 20px;	
}
.navbar-nav{
height:auto;

/* margin-top: -45px; */
padding-top: 15vh;
padding-left: 5vw;
height: 100vh;
background: rgba(255, 255, 255, 0.9);
}

.navbar-collapse{
/* height: 100vh; */
/* background: rgba(255, 255, 255, 0.9); */
margin-top: -50px;	
}

#menu li a {
line-height: 1.5;
text-decoration: none;
color: #231F20;
font-size: 20px;
padding-bottom: 20px;

}

.nav-link.active {
    /* background: #666; */
    /* background: rgba(0, 0, 0, 0.5); */
    /* color: #fff; */
   color: #231F20; 
    border-bottom: 0px;
}

.bg-transprent {
    background-color: rgba(0, 0, 0, 0.25);
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar-brand{
padding:0px 15px;	
}
	
.site-logo{
height: 15px;	 
}

.logo-green{
padding:0vw 5vw;
position: absolute;
bottom: 15vh;	
max-height: 18px;
}

.navbar-toggler span {
  display: block;
  background-color: #00A551;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}



.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}


.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
   box-shadow: none;
}

.section-title {
        font-family: "Playfair Display";
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 35px;
        color: #fff;
        line-height: 0.9;
		margin-top:13vh;
}

.section-service .section-title {
        font-family: "Playfair Display";
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 35px;
        color: #fff;
        line-height: 0.9;
		margin-top:15vh;
}


.section-scope .section-title {
        font-family: "Playfair Display";
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 35px;
        color: #fff;
        line-height: 0.9;
		margin-top:26vh;
}


    .section-title-green {
        font-family: "Playfair Display";
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 35px;
        color: #028037;
        line-height: 0.9;
		margin-top:15vh;
    }

.button-green {
    clip-path: polygon(calc(100% - 10px) 0, 100% calc(0% + 10px), 100% 100%, 0 100%, 0 0);
    background: #00A551;
    display: inline-block;
    padding: 7px 5px;
    color: #fff;
    font-size: 14px;
}

.section-discover {
    background: url(img/discover-m.jpg);
    background-size: cover;
    background-position: bottom;
}

.section-service{
	background:url('img/service-m.jpg');
	background-size:cover;
	background-position:bottom;
} 

.section-service-value{
	background:url('img/service-value-m.jpg');
	background-size:cover;
	background-position:bottom;
	box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .35);
} 


.section-scope{
	background:url('img/scope-m.jpg');
	background-size:cover;
	background-position:bottom;
} 

.section-projects{
	background:url('img/project-m.jpg');
	background-size:cover;
	background-position:bottom;
} 


.section-contact-us{
	background:#F1F1F1;
}

.section.section-contact-us {
    position: relative;
    width: 100%;
    height: auto;
   
}

.mt-74{
margin-top:74px;	 
}
.thumb-title {
    color: #01AA5C;
    margin-bottom: 2px;
    font-weight: 600;
    line-height: 1.2;
	font-size:12px;
}

.thumb-title-div {
position: absolute;
margin-top: -38px;
color: green;
z-index: 10;
padding-left: 12px;
}

.div-pro {
    cursor: pointer;
	padding-top:15px;
	padding-bottom:15px;
}

.col-address{
margin-top:50px;
padding-bottom:30px;	
}

.div-address {
    border: 1px solid #028037;
    padding: 20px;
    color: #808080;
	font-size:14px;
}


.btn-submit {
    font-size:14px;
}
.form-control {
    border-radius: 0px;
    border-color: #B3CBB7;
	font-size:14px;
}
.popup-title {
    font-family: "Playfair Display";
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 35px;
    color: #028037;
    line-height: 0.9;
}

.pop-caption {
text-align: center;
/* margin-top: -21px; */
background: #01a358;
/* padding-bottom: 7px; */
min-height: 50px;
}


.pop-caption p {
text-align: center;
font-weight: bold;
font-size: 12px;
line-height: 1.2;
font-family: "Playfair Display";
padding: 0px 5px;
}


.pop-caption-ebp {
    text-align: center;
    /* margin-top: -21px; */
    background: #01a358;
    padding-bottom: 7px;
}


.pop-caption-ebp p {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2;
    font-family: "Playfair Display";
}

.section-achievements {
	width: 100%;
	height: 100%;
	position: unset;
	background: url(img/award-top.jpg) no-repeat;
	background-size: cover;
	background-position: left bottom;
	padding-top: 70px;

}

.section-honours {
width: 100%;
height: auto;
position: relative;
background: url(img/award-bottom.jpg) no-repeat;
background-size: cover;
background-position: bottom;
padding-top: 0px;
margin-top: -2px;
z-index: 1;
padding-bottom: 10px;
}


.div-inside {
    position: unset;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
}


.div-honours-opac {
background: rgba(0, 0, 0, 0.7);
width: 100%;
height: auto;
position: relative;
top: 0;
bottom: 0;
padding-bottom: 15%;
}

.award-link-bottom {
    width: 100%;
    position: relative;
    top: 0;
    bottom: 0%;
    padding-top: 10px;
}

.section-achievements .section-title {
font-family: "Playfair Display";
font-optical-sizing: auto;
font-weight: 600;
font-style: normal;
font-size: 35px;
color: #fff;
line-height: 0.9;
margin-top: 3vh;
}

.achievements-title {
color: #00a259;
font-size: 16px;
font-weight: bold;
}

.section-achievements ul{
    padding-left: 0px;	
	font-size:14px;
}

.section ul li {
list-style-type: disc;
margin-left: 18px;
padding-bottom: 5px;
line-height: 1.2;
}


.award-img {
max-height: 85px;
padding-bottom: 10px;
}

.awards-title {
color: #00a259;
font-weight: bold;
margin-bottom: 5px;
font-size: 12px;
line-height: 1.2;
}

.awards-desc {
    font-size: 10px;
	margin-bottom:0px
}

.award .slick-slide {
    margin: 0 12px;
    height: inherit !important;
}

.award .slick-arrow {
    color: #00a259;
    font-size: 20px;
}

.award .bi-chevron-left.slick-arrow {
    position: absolute;
    left: -15%;
    top: 35%;
    cursor: pointer;
}

.award .bi-chevron-right.slick-arrow {
    position: absolute;
    right: -15%;
    top: 35%;
    z-index: 1000;
    cursor: pointer;
}


.section-property-management {
    background: url(img/property-management-m.jpg);
    background-size: cover;
    background-position: bottom;
}

.section-facility-management {
    background: url(img/facility-management-m.jpg);
    background-size: cover;
    background-position: bottom;
}

.loader-logo{
padding:10px 20vw;	
}

.value-num p {
    font-family: "Playfair Display";
    font-weight: 600;
    font-size: 30px;
    background: #FFFFFF;
    background: repeating-linear-gradient(to bottom, #FFFFFF 12%, transparent 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -9px;
    opacity: 0.7;
}

.service-value-title {
    font-family: "Playfair Display";
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
}

.value-num {
    min-width: 44px;
    text-align: center;
}
.service-slide .bi-chevron-left.slick-arrow{
position:absolute;
left:0px;
top:48vh;
color:#00A750;
z-index: 10;
font-size: 30px;
cursor:pointer;
}

.service-slide .bi-chevron-right.slick-arrow{
position:absolute;
right:0px;	
top:48vh;
color:#00A750;
font-size: 30px;
cursor:pointer;
}
.service-slide .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 5px;
    height: 5px;
    padding: 4px;
    cursor: pointer;
    color: transparent;
    border: 1px solid #00a259;
    border-radius: 50%;
    background: transparent;
    outline: none;
}

.service-slide .slick-dots {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

}