body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  letter-spacing: .5px;
  color: #000;
  -webkit-font-smoothing: antialiased;
}

h2 {
  font-family: 'Montserrat', sans-serif;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.container {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
}

.top-nav {
  padding-top: 20px;
}

.sidemenu_btn {
  position: relative;
  width: 36px;
  display: inline-block;
  padding: 6px;
  z-index: 999;
}

.sidemenu_btn span {
  height: 2px;
  width: 100%;
  background: #000;
  display: block;
  margin: auto;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.sidemenu_btn span:nth-child(2) {
  margin: 4px 0;
}

.sidemenu_btn:hover span:first-child, .sidemenu_btn:hover span:last-child {
  width: 70%;
}

.navbar {
  background-color: #fff !important;
}

.navbar-nav {
  margin-left: auto;
}

.navbar-nav .nav-link {
  font-size: 16px;
  color: #000 !important;
  font-weight: 500 !important;
  padding: 6px 6px;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  border: 2px solid transparent;
  display: block;
}

.navbar-nav .nav-link:hover {
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  color: #EBA937 !important;
}

.social-icons li {
  display: inline-block;
  list-style-type: none;
}

.social-icons a {
  border-radius: 50%;
  color: #000;
  height: 30px;
  line-height: 32px;
  width: 30px;
  font-size: 14px;
  border: 1px solid transparent;
  display: block;
  text-align: center;
}

.social-icons a:hover {
  color: #fff;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: #000;
}

.logo {
  height: 70px !important;
}

.mobile-logo {
  display: none;
}

.top-banner {
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("/assets/imgs/Capemel-banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.75);
          box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.75);
}

.top-banner h1 {
  color: #ffcc00;
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 45px;
  text-align: center;
}

.top-banner .main-area {
  margin-top: 60px;
}

.top-banner .main-area a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #A16704;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 15px 30px;
  border-radius: 5px;
}

.top-banner .main-area a:hover {
  background-color: #EBA937;
  border-color: #EBA937;
  -webkit-box-shadow: inset 0 -3.25em 0 0 #EBA937;
          box-shadow: inset 0 -3.25em 0 0 #EBA937;
  color: #000;
}

.top-banner-project {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("/assets/imgs/Capemel-banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.75);
          box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.75);
}

.top-banner-project h1 {
  color: #ffcc00;
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 45px;
  text-align: center;
}

.banner-section {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.banner-section .heading {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 35px;
  letter-spacing: -2px;
  color: #EBA937;
  text-align: center;
  text-transform: uppercase;
}

.banner-section .text {
  color: #585858;
  margin-bottom: 50px;
  text-align: center;
}

.banner-section .honey-btn {
  text-decoration: none;
  font-weight: 600;
  background-color: #A16704;
  border: solid 2px #A16704;
  color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 18px;
}

.banner-section .honey-btn:hover {
  background-color: #EBA937;
  border-color: #EBA937;
  -webkit-box-shadow: inset 0 -3.25em 0 0 #EBA937;
          box-shadow: inset 0 -3.25em 0 0 #EBA937;
}

.banner-section-project {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  min-height: 459px;
}

.banner-section-project .heading {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 35px;
  letter-spacing: -2px;
  color: #EBA937;
  text-transform: uppercase;
}

.banner-section-project ol li::marker {
  font-weight: bold;
}

.banner-section-project a {
  font-weight: bold;
  text-decoration: none;
  color: #EBA937;
}

.banner-section-project .text {
  color: #585858;
}

.banner-section-project span {
  padding-left: 20px;
}

.banner-section-project table .firstcol {
  width: 300px;
}

.areas-section {
  padding: 120px 0;
  background-color: #000;
  position: relative;
}

.areas-section h2 {
  font-size: 35px;
  font-weight: 700;
  color: #ffcc00;
  letter-spacing: -2px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.areas-section ul {
  padding-left: 20px;
}

.areas-section li {
  list-style-type: none;
  padding-bottom: 10px;
  color: #fff;
}

.areas-section li i {
  margin-left: -20px;
  margin-right: 10px;
  color: #ffcc00;
}

.areas-section img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.motives-section {
  background-color: #f3f2ec;
  padding: 120px 0;
}

.motives-section h2 {
  font-size: 35px;
  font-weight: 700;
  color: #EBA937;
  letter-spacing: -2px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.motives-section ul {
  padding-left: 20px;
}

.motives-section li {
  list-style-type: none;
  padding-bottom: 10px;
  color: #585858;
}

.motives-section li i {
  margin-left: -20px;
  margin-right: 10px;
  color: #A16704;
}

.contact-section {
  padding: 120px 0;
}

.contact-section h2 {
  font-size: 35px;
  font-weight: 700;
  color: #A16704;
  letter-spacing: -3px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.contact-section h3 {
  font-size: 24px;
  font-weight: 600;
}

.contact-section .text {
  color: #585858;
}

.contact-section .text:not(:last-child) {
  margin-bottom: 30px;
}

.contact-section a {
  text-decoration: none;
  color: #585858;
}

.contact-section .contact-policy {
  font-size: 12px;
}

.footer {
  background-color: #000;
  padding: 25px 0;
  color: #fff;
}

.footer .fh {
  height: 40px;
  line-height: 40px;
}

.footer a {
  color: #0FACB2;
  text-decoration: none;
}

.footer ul {
  list-style-type: none;
  margin-bottom: 0;
}

.footer ul li {
  display: inline-block;
  margin-left: 20px;
}

@media screen and (max-width: 1820px) {
  .areas-section img {
    position: static;
    width: 100%;
  }
  .areas-section .fix {
    padding-left: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .banner-section .text {
    max-width: 100%;
  }
  .banner-section .img-section {
    margin-left: 120px;
    max-width: 90%;
  }
}

@media screen and (max-width: 1025px) {
  .areas-section h2, .motives-section h2, .contact-section h2 {
    font-size: 35px;
  }
}

@media screen and (max-width: 992px) {
  .navbar-nav {
    margin-right: 0 !important;
  }
  .banner-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .banner-section .text-section {
    position: relative;
    top: 0;
  }
  .banner-section .img-section {
    margin-left: 0px !important;
    max-width: 100%;
  }
  .banner-section .honey-mobile {
    text-align: center;
    margin-bottom: 50px;
  }
  .areas-section, .motives-section, .contact-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .areas-section h2, .motives-section h2, .contact-section h2 {
    text-align: center;
  }
  .contact-section {
    text-align: center;
  }
  .footer {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .top-banner h1, .top-banner-project h1 {
    font-size: 26px;
  }
  .banner-section-project {
    min-height: auto;
  }
  .banner-section-project table tr {
    border-bottom: solid 1px #eee;
  }
  .banner-section-project table td {
    padding: 10px 10px 10px 0;
  }
  .banner-section-project table .firstcol {
    width: 100px;
  }
  .nav-logo img {
    height: 65px !important;
  }
  .areas-section .honey-img {
    text-align: center;
  }
  .areas-section .fix {
    padding-left: 0;
  }
  .top-nav {
    display: none;
  }
  .footer ul li {
    margin-left: 0;
    display: block;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .areas-section img {
    height: auto;
  }
}

@media screen and (max-width: 530px) {
  .banner-section .heading {
    font-size: 50px;
  }
  .areas-section h2, .contact-section h2 {
    font-size: 30px;
  }
}

/*Header-appear*/
.header-appear {
  height: 85px;
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 1024;
  background: #ffffff;
  -webkit-animation-name: animationFade;
          animation-name: animationFade;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
          box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

@-webkit-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.header-appear .navbar-top-default {
  position: fixed;
  top: 0;
  z-index: 1024;
  height: 90px;
  width: 100%;
}

/*Full-nav*/
.header-appear .full-nav {
  height: 85px;
  margin-top: 40px;
}

.header-appear .full-nav, .header-appear .full-nav {
  margin-top: 0;
  padding: 0;
}

.header-appear .navbar .navbar-nav {
  margin-left: auto !important;
  margin-right: 0 !important;
}

/*Hedaer-appear */
.header-appear .logo .logo-scrolled {
  display: block;
  padding-left: 85px;
}

/*Header-appear btn*/
.header-appear .nav-btn .btn-scrolled {
  display: block;
  right: 0;
}

.header-appear .nav-btn .btn.button {
  padding: 9px 18px !important;
  -webkit-transition: none !important;
  transition: none !important;
}

/*Hedaer-apear social-icons*/
.header-appear .social-icons {
  display: none;
}
/*# sourceMappingURL=styles.css.map */