header {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.navbar {
  padding: 0;
}
.navbar-dark .navbar-nav {
  margin-top: 24px;
}
.main-header .navbar-nav {
  margin-top: 26px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-item:hover .nav-link,
.navbar-dark .navbar-nav .nav-item.active .nav-link {
  color: #6cba44;
}

.navbar-brand {
  padding-top: 0;
}
.nav-link {
  font-size: 11.3px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.navbar-brand img {
  max-width: 120px;
  /* min-height: 120px; */
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-menu {
  background: #222327;
  min-width: 220px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  top: calc(100% + 38px);
  transition-duration: 0.5s;
  display: block;
  opacity: 0;
  visibility: hidden;
}
.dropdown-menu.show {
  top: calc(100% + 18px);
  opacity: 1;
  visibility: visible;
}
.dropdown-item {
  color: #fff;
  font-weight: 300;
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
.dropdown-item:not(:last-child) {
  border-bottom: solid 1px #333;
}
.dropdown-item:hover {
  background-color: #6cba44;
  color: #111;
}

.hero-section .menu-item li:not(:last-child) a span {
  color: #50a546;
}
.hero-section {
  background: url(../images/high-rise.jpg);
  background-position: 50% 0px;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 170px 0px 70px 0px;
  position: relative;
  background-attachment: fixed;
}
.hero-left-item h3 {
  font-size: 32px;
  color: #eceff3;
  font-weight: 300;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-family: dosis;
}

.hero-right-item {
}
.menu-item {
}
.menu-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-item ul li {
  display: inline-block;
}
.menu-item li a {
  font-size: 10px;
  color: #eceff3;
  font-weight: 500;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: open sans;
  display: block;
  text-decoration: none;
}
.menu-item li a:hover span {
  color: #6cba44;
}
.team-hero .col-6 {
  padding-left: 15px;
  padding-right: 15px;
}

/* Clients  */

/*calender-slider-section-start*/
.calender-slider-section {
  background: url(../images/bg.png);
  /*background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
  /* padding: 250px 0px 250px 0px; */
  background-color: #0b0b0b;
  padding-bottom: 40px;
}
.calendar-slider {
  border: 1px solid #333333;
  border-top: 4px solid #52ab47;
  min-height: 330px;
}
.calendar-slider h4 {
  color: #52ab47;
  font-size: 20px;
  margin-left: 20px;
  margin-top: 8px;
}
.calendar-slider ul {
  padding-left: 77px;
}
.calendar-slider li {
  line-height: 23px;
  color: white;
  list-style-type: circle;
}
.calendar-top-sliders {
  padding-top: calc(105px - 63px);
  padding-left: 5px;
  padding-right: 5px;
}
.calendar-top-sliders::after {
  /* position: absolute;
  height: 4px;
  background-color: #52ab47; */
}
.cts-wrapper {
  position: relative;
}
.cts-wrapper i {
  color: #52ab47;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: calc(168px - 63px);
  cursor: pointer;
  z-index: 3;
}
.cts-wrapper .fa-chevron-right {
  left: auto;
  right: 0;
}

.ct-slider {
  height: 4px;
  background-color: #52ab47;
  margin-bottom: 48px;
  margin-top: 70px;
  position: relative;
}
.ct-slider::before,
.ct-slider::after {
  position: absolute;
  content: " ";
  background-color: #52ab47;
  left: 50%;
  transform: translateX(-50%);
}
.ct-slider:before {
  width: 28px;
  height: 28px;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.ct-slider::after {
  width: 4px;
  height: 53px;
}
.ct-slider .year {
  background-color: #52ab47;
  color: #fff;
  font-size: 21px;
  width: 63.44px;
  height: 32px;
  position: absolute;
  font-weight: 700;
  text-align: center;
  left: 50%;
  bottom: 37px;
  transform: translateX(-50%);
  /* display: block; */
}
.ct-slider .year::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #52ab47;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

/* Master Plan  */
.master-plan {
  background-color: #18191b;
  padding: 50px 0px 90px 0px;
}
@media (max-width: 991.98px) {
  .master-plan [class*="col-"]:not(:last-child) {
    margin-bottom: 30px;
  }
}
.master-plan .mp-item img {
  max-width: 100%;
}
.master-plan .mp-item {
  text-decoration: none;
}
.master-plan .mp-item h3 {
  margin-top: 15px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  color: #eceff3;
}

.master-plan .mp-item:hover span:first-child {
  text-decoration: underline;
  text-decoration-color: #fff;
}
.master-plan .mp-item h3 span:last-child {
  font-weight: 500;
  font-size: 14px;
  color: #999999;
  display: block;
  margin-top: 6px;
}
.mp-details img {
  margin-bottom: 35px;
  max-width: 100%;
  display: block;
}

.project-info {
  color: #ccc;
  margin-left: 20px;
}
.project-info .info-text {
  line-height: 23px;
  font-size: 13px;
  font-weight: 500;
}
.project-info p {
  font-size: 13px;
  font-weight: 500;
}
.project-info h3 {
  margin-top: 0;
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 21.6px;
}
.project-info .details {
  padding: 20px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}
.mp-details .container {
  margin-top: 130px;
}
.mp-details .mfp-close {
  color: #fff;
  font-size: 57px;
  width: 55px;
  height: 52px;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
  opacity: 0.65;
  transition-duration: 0.4s;
}
.mp-details .mfp-close:hover {
  opacity: 1;
}
/* Get Quotation  */

.get-quotation {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6cba44;
}
.get-quotation a {
  font-size: 14px;
  border: solid 1px #111;
  color: #111;
  letter-spacing: 1px;
  padding: 10px 30px 10px 30px;
  text-transform: uppercase;
  text-decoration: none;
  transition-duration: 0.5s;
}
.get-quotation a:hover {
  background-color: #111;
  color: #fff;
}
/* Blog Details  */
.blog-list article {
  line-height: 1.7em;
  margin-bottom: 60px;
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.post-image {
  border-bottom: solid 4px;
  border-bottom-color: #6cba44;
}
.blog-details img {
  max-width: 100%;
}
.entry-summary {
  display: flex;
}
.blog-list .date-box {
  width: 60px;
  float: left;
  text-align: center;
  text-shadow: none;
}
.blog-list .date-box .day,
.blog-list .date-box .month {
  display: block;
  color: #fff;
  text-align: center;
  width: 60px;
  z-index: 100;
}

.blog-list .date-box .day {
  color: #111;
  font-weight: 600;
  font-size: 32px;
  padding-top: 45px;
  padding-bottom: 10px;
  background: #6cba44;
}

.blog-list .date-box .month {
  color: #fff;
  font-weight: 600;
  letter-spacing: 16px;
  padding: 7px 0 7px 0;
  border-bottom: solid 4px #333;
  text-transform: uppercase;
  font-size: 14px;
}

.blog-list .post-text {
  padding-left: 20px;
}

.blog-list h3 {
  color: #ffffff;
  text-transform: none;
  letter-spacing: 0;
  font-size: 24px;
  margin-top: 20px;
}
.blog-list p {
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  color: rgb(221, 221, 221);
}
.blog-list a {
  color: #fff;
  text-decoration: none;
}

.post-info {
  margin: 40px 0 0px 80px;
  padding-bottom: 10px;
  border-bottom: solid 0px #ddd;
  display: flex;
}

.post-info > span {
  margin-right: 15px;
  font-size: 13px;
  color: #6cba44;
}
.post-info span i {
  margin-right: 10px;
  margin-bottom: 10px;
  color: #fff;
}
.post-info a {
  color: #6cba44;
}

.share-holder {
  display: flex;
  margin-left: auto;
  font-weight: 400;
  align-items: center;
}
.share-holder h4 {
  font-size: 18px;
  color: rgb(236, 239, 243);
  margin-bottom: 0;
  margin-right: 10px;
}
.share-holder a {
  margin-right: 6px;
}
.share-holder i {
  font-size: 15px;
  color: #fff;
}
.share-holder a:hover i {
  color: #6cba44;
}



/* Footer  */
.footer-section {
  background-color: #0b0b0b;
  padding: 35px 0px 25px 0px;
}
.footer-right-icon a {
  margin-left: 25px;
}
.footer-right-icon a i {
  font-size: 22px;
}
.footer-left-content p {
  font-size: 11px;
  color: #cccccc;
  font-weight: 500;
  line-height: 1.8em;
  font-family: Open Sans;
  margin-bottom: 0;
}
.footer-right-icon {
  text-align: right;
}
.footer-right-icon i {
  color: #fff;
  transition-duration: 0.325s;
}
.footer-right-icon a:hover i {
  color: #50a546;
}


@media (min-width: 992px) {
  /* nav.navbar {
    padding-top: 18px;
  } */
  .nav-item {
    margin-left: 13px;
    margin-right: 13px;
    position: relative;
  }
  .nav-item:last-child {
    margin-right: -7px;
  }
  .nav-item::after {
    position: absolute;
    width: 6px;
    height: 6px;
    content: " ";
    border-radius: 50%;
    right: -21%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #6cba44;
  }
  .nav-item:last-child::after {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .hero-section {
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
  }
  header {
    position: relative;
    background: #000;
  }
  nav.navbar {
    /* position: relative; */
  }
  .navbar-brand {
    padding-bottom: 0;
  }
  .navbar-brand img {
    height: 110px;
  }
  .navbar-toggler {
    margin-top: 40px;
  }
  header .navbar-toggler {
    margin-top: 36px; 
  }
  .navbar-toggler:focus {
    outline: none;
  }
  .dropdown-menu {
    display: none;
  }
  .navbar-nav {
    padding-bottom: 15px;
  }
  .hero-middle-item {
    max-width: 120px;
  }
  .hero-middle-item img {
    max-width: 75px;
  }

  .nav-link {
  }
  .nav-link:hover {
    color: #50a546 !important;
  }
  .master-plan {
    padding-bottom: 60px;
  }
  .footer-left-content {
    text-align: center;
    margin-bottom: 1.1rem;
  }
  .footer-right-icon {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .hero-left-item {
    max-width: 280px;
    /* margin-right: 50px; */
  }
  .hero-middle-item {
    max-width: 105px;
  }
  .hero-middle-item img {
    max-width: 70px;
  }
  .hero-right-item {
    margin-right: auto;
  }
}
@media (max-width: 575.98px) {
  .navbar-brand img {
    height: 100px;
  }
  header .navbar-toggler {
    margin-top: 30px;
  }
  .hero-right-item {
    margin-bottom: 25px;
  }
}
@media (max-width: 479.98px) {
  .navbar-brand img {
    height: 90px;
  }
  header  .navbar-toggler {
    margin-top: 25px;
  }
  .post-info {
    flex-wrap: wrap;
  }
  .post-info > span {
    margin-right: 11px;
    font-size: 12px;
  }
  .share-holder { 
    width: 100%;
    margin-top: .75rem;
}
}
