body {
  padding: unset;
}

.container {
  width: 100%;
  max-width: 80%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.navbar {
  position: relative;
}

.navbar .container {
  align-items: center;
}

.navbar .navbar-brand {
  width: auto;
}

.navbar .navbar-brand img {
  width: 150px;
}

.projects-thumbs .item {
  width: 100%;
  height: auto;
}

.hmsec02 .txt {
  padding-left: unset;
}
.projects-thumbs #OngoingProjects .item button {
  position: relative;
  bottom: unset;
}
.projects-thumbs #OngoingProjects .item {
  height: auto;
}
.hmsec03 .sec02 .tab-content .owlhmsec .owl-stage-outer .item {
  margin-left: unset;
}

.navbar .navbar-nav .nav-item .nav-link {
  padding-left: unset;
  padding-right: unset;
}

.navbar .navbar-nav .nav-item .nav-link::before {
  height: 2px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #cca172;
}

.item.cstm-item {
    height: 100%;
    background: #fff;
}
.cstm-font-family {
    font-family: initial;
}


@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .container {
    max-width: 100%;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .navbar .navbar-brand img {
    width: 100px;
  }
  .hmsec02 .bgoverla {
    width: 50%;
    height: 100%;
  }
  section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .home_area {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .container {
    max-width: 100%;
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .navbar .navbar-brand img {
    width: 100px;
  }
  footer .sec01 ul {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .sec02 {
    margin-bottom: 57px;
  }
  .hmsec02 .bgoverla {
    width: 50%;
    height: 100%;
  }
  section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .home_area {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .container {
    max-width: 100%;
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .navbar .navbar-nav .nav-item {
    padding: 0 0;
  }
  .navbar .navbar-nav .nav-item::before {
    background: unset;
  }
}

@media screen and (max-width: 767px) {
  .navbar .navbar-brand img {
    width: 100px;
  }
  footer .sec01 ul li .nav-link {
    padding: 10px 0px 10px 0px !important;
    font-size: unset;
  }
  footer .sec02 ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .sec01 ul li:first-child .nav-link {
    padding-top: 10px !important;
  }
  footer .sec01 ul li .nav-link {
    padding: 0px 0px 10px 0px !important;
    font-size: unset;
  }
  footer .sec01 p {
    margin-bottom: 0;
  }
  footer .sec02 {
    margin-bottom: 57px;
  }
  .hmsec02 .bgoverla {
    width: unset;
    height: unset;
  }
  section {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .home_area {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .container {
    max-width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
