@media only screen and (min-width: 767px) {
  body {
    margin-top: 110px;
  }

  .main-section {
    margin-top: -10px;
  }

  .contact-section,
  .portfolio-slider {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 992px) {
  .about-head {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  body {
    margin-top: 90px;
  }
}

/**
** Buttons
**/

.lead {
  font-size: 21px !important;
  font-weight: 100!important;
  line-height: 1.4 !important;
  color: #000 !important;
}

.vit-read-more {
  border: 1px solid #fff;
  padding: 9px 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 11px;
  display: inline-block;
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.vit-read-more label {
  vertical-align: sub;
  margin-bottom: 0;
}

.vit-read-more .fa {
  font-size: 30px;
  vertical-align: middle;
  padding-left: 140px;
}

.vit-read-more:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}

/**
** Menu
**/

@media only screen and (min-width: 767px) {
  nav.navbar {
    padding: 0 !important;
  }

  .navbar-nav .nav-item {
    padding-left: 30px !important;
  }

  .navbar-nav .nav-link {
    padding: 30px 14px;
  }
}

@media only screen and (max-width: 767px) {
  nav.navbar {
    padding: 0 15px !important;
  }

  .navbar-brand img {
    max-width: 265px;
  }
}

.navbar-toggler {
  background-color: #F5F5F5 !important;
  color: #2b7a78 !important;
  border: none !important;
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  border-radius: 0 !important;
  padding: 8px 14px !important;
}

.navbar-toggler:hover {
  background-color: #2b7a78 !important;
  color: #F5F5F5 !important;
}

.navbar-toggler .fa {
  font-size: 32px !important;
}

/**
** Home Page Styles
**/

.area2 .vit-read-more {
  margin-top: 20px;
}

/*Project thumbs*/

.nav-arrow i{
  vertical-align: text-top;
}

/**
** Single - Projects
**/

.proj-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.proj-nav-left,
.proj-nav-right {
  display: flex;
  border: 1px solid #2b7a78;
  width: 49%;
}

.proj-nav-left a,
.proj-nav-right a {
  display: flex;
  text-decoration: none;
  padding: 3px 8px;
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  width: 100%;
}

.proj-nav-left a:hover,
.proj-nav-right a:hover {
  background-color: #2b7a78;
  color: #fff;
}

.proj-nav-left-text p,
.proj-nav-right-text p {
  margin-bottom: 0;
  text-align: right;
  font-weight: 400;
  letter-spacing: 4px;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #2b7a78;
}

.proj-nav-left-text p {
  text-align: right;
}

.proj-nav-right-text p {
  text-align: left;
}

.proj-nav-left-icon,
.proj-nav-right-icon {
  font-size: 28px;
  color: #2b7a78;
  margin-right: 8px;
}

.proj-nav-left a:hover p,
.proj-nav-right a:hover p  {
  color: #fff !important;
}

.proj-nav-left a:hover i,
.proj-nav-right a:hover i {
  color: #fff !important;
}

@media only screen and (max-width: 1366px) {
  .proj-nav-left {
    /* padding: 3px 5px; */
  }

  .proj-nav-left-text p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1024px) {
  .proj-nav {
    display: block;
  }

  .proj-nav-left,
  .proj-nav-right {
    width: 65%;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 992px) {
  .proj-nav {
    display: flex;
  }

  .proj-nav-right-icon,
  .proj-nav-left-icon {
    display: flex;
  }

  .proj-nav-right-text p,
  .proj-nav-left-text p {
    line-height: 35px;
  }

  .proj-nav-left,
  .proj-nav-right {
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .proj-nav-right-text p,
  .proj-nav-left-text p {
    /* line-height: 20px; */
  }

  .proj-nav-left,
  .proj-nav-right {
    width: 49%;
  }
}

/**
** Work / Our Projects
**/

.filter-button-group ul li {
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

/**
** About Us Page
**/

.mission-area .slick-arrow::before {
  padding: 0 12px;
}

.why-tabs .nav-link {
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.why-tabs .nav-link:hover {
  color: #2b7a78;
}

/**
** Contact Us Page
**/

.contact-page-detail a {
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.contact-page-detail a:hover {
  opacity: 0.8;
}

.wpcf7 .wpcf7-submit:hover {
  background-color: #919191;
  color: #fff;
}

/**
** Footer
***/

footer.footer a {
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

footer.footer a:hover {
  padding-left: 10px;
}
