/* General Styling
/*----------------------------------------------------------------------------------- */

body {
  background: #ffffff;
  color: #898989;
  font-family: 'Poppins', helvetica;
  font-size: 15px;
  /*font-weight: 300;*/
  line-height: 20px;
  letter-spacing: 0.02em;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0 20px 0;
  color: #444;
}

h2 {
  color: #444;
  font-weight: 600;
}

h4 {
  color: #666;
  font-size: 14px;
  font-weight: 600;
}

a {
  color: #065fa3;
  text-decoration: none !important;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover {
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover, a:focus {
  color: #3498db;
  text-decoration: underline;
}

p {
  margin: 25px 0;
  padding: 0;
  font-size: 15px;
  color: #999999;
  line-height: 28px;
}

::-moz-selection {
  background: #b8a07e;
  color: #fff;
}

::selection {
  background: #b8a07e;
  color: #fff;
}

.btn {
  background: #333;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-transform: uppercase;
}

.padDiv {
  padding: 30px 20px;
}

.section-title {
  margin-bottom: 40px;
}

.section-title h2 {
  font-size: 1.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-control {
  background-color: transparent;
  border: 1px solid #CCC;
  border-radius: 0;
  color: #333333;
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  letter-spacing: 0.05em;
  padding-left: 10px;
  margin: 0 0 25px 0;
  line-height: 14px;
  /*text-transform: uppercase;*/
  background-color: #fafafa;
}

.form-control:focus {
  box-shadow: none;
  outline: 0 none;
}

.paddsection {
  padding-top: 120px;
  /*padding-bottom: 90px;*/
}

.paddsections {
  padding-top: 90px;
  padding-bottom: 90px !important;
}

.hvr-shutter-in-horizontal::before {
  background: #333;
}

.hvr-shutter-in-horizontal:hover {
  background: #b8a07e;
}

.mb-30 {
  margin-bottom: 30px;
}

/* ----------------------------------------------------------------------------------- */

/* Navbar Top
/*----------------------------------------------------------------------------------- */

nav {
  position: fixed;
  background: #fff;
  z-index: 500;
  width: 100%;
  padding: 20px;
  display: none;
  -webkit-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.18);
}

.nav-menu {
  float: right;
  line-height: 32px;
  margin-bottom: 0;
  padding-top: 16px;
}

.navbar-light .navbar-brand {
  background-image: url("../../assets/img/brand_glyph.svg");
  background-repeat: no-repeat;
  height: 55px;
  width: 55px;
  background-position: center;
  margin-top: 3px;
  padding-top: 5px;
  margin-bottom: 3px;
}

.navbar-brand:hover {
  filter: brightness(.8);
}

.custom-toggler, .navbar-toggler {
  border: 0;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(145,157,168, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media (min-width: 768px) {
  nav ul li {
    /*float: left;*/
    margin-right: 10px;
    /*font-family: 'Poppins', sans-serif;*/
    /*font-size: 16px;*/
    margin-left: 10px;
  }
}

@media (min-width: 992px) {
  nav ul li {
    /*float: left;*/
    margin-right: 15px;
    /*font-family: 'Poppins', sans-serif;*/
    /*font-size: 16px;*/
    margin-left: 40px;
  }
}

nav ul li a {
  padding: 2px 0 0 0;
  position: relative;
  display: block;
  font-size: 13px;
  color: #999999;
  /*font-family: 'Monsterrat', helvetica;*/
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.logo {
  float: left;
}

.logo img {
  width: 100px;
  height: 50px;
}

.responsive {
  display: none;
  font-size: 23px;
}

.active {
  color: #afafaf;
}

/* ---------------------------------------------------------------------------------- */

/* Header
/*----------------------------------------------------------------------------------- */

#header {
  background: url("../images/home-bg.jpg") repeat scroll center center / cover;
  height: 100vh;
  width: 100%;
}

#header .header-content {
  height: 100vh;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.header-content h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
}

.header-content p {
  font-size: 13px;
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
}

.header-content .list-social li {
  float: left;
  margin-right: 20px;
}

.header-content .list-social li i {
  color: #fff;
  font-size: 15px;
}

/* ----------------------------------------------------------------------------------- */

/* Services
/*----------------------------------------------------------------------------------- */

#services {
  background: #f7f7f7;
  position: relative;
  padding-bottom: 80px;
}

.owl-item {
  float: left;
}

.services-block span {
  margin: 10px 0;
  position: relative;
  font-size: 13px;
  color: #292929;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}

.services-block .separator {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
}

.services-block i {
  font-size: 44px;
  color: #b8a07e;
  line-height: 44px;
}

.services-carousel .owl-stage-outer {
  overflow: hidden;
}

.services-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.services-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  border: 0;
  padding: 0 !important;
  background-color: #ddd;
  cursor: pointer;
}

.services-carousel .owl-dot.active {
  background-color: #b8a07e;
}

.owl-nav {
  display: none;
}

/* ----------------------------------------------------------------------------------- */

/* Portfolio
/*----------------------------------------------------------------------------------- */

#portfolio {
  position: relative;
  padding-bottom: 50px;
}

#portfolio .portfolio-list {
  margin-bottom: 40px;
}

#portfolio .portfolio-list .nav {
  display: inline-block;
  margin: 0;
}

@media (min-width: 300px) {
  #portfolio .portfolio-list .nav li {
    margin: 0 20px 0 0;
    /*float: left;*/
    font-size: 12px;
    color: #999999;
    line-height: 30px;
    cursor: pointer;
    font-family: 'Poppins', helvetica;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }
}

@media (min-width: 576px) {
  #portfolio .portfolio-list .nav li {
    margin: 0 20px 0 0;
    /*float: left;*/
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    cursor: pointer;
    font-family: 'Poppins', helvetica;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }
}

@media (min-width: 768px) {
  #portfolio .portfolio-list .nav li {
    margin: 0 25px 0 0;
    /*float: left;*/
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    cursor: pointer;
    font-family: 'Poppins', helvetica;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }
}

@media (min-width: 992px) {
  #portfolio .portfolio-list .nav li {
    margin: 0 40px 0 0;
    float: left;
    font-size: 14px;
    color: #999999;
    line-height: 16px;
    cursor: pointer;
    font-family: 'Poppins', helvetica;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }
}

#portfolio .portfolio-list .nav li:hover, #portfolio .portfolio-list .nav li.filter-active {
  color: #b8a07e;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-container {
  display: inline-block;
  /*margin-bottom: 50px;*/
  width: 100%;
}

.portfolio-thumbnail {
  margin-bottom: 30px;
  overflow: hidden;
  /*min-height: 260px;*/
}

.portfolio-thumbnail img {
  max-width: 100%;
}

/* Contact
/*----------------------------------------------------------------------------------- */

.contact-container {
  padding: 40px 0 50px 0;
}

.contact-details {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #333333;
}

.contact-details li {
  padding-bottom: 10px;
}

/* **** Modal **** */

.modal-backdrop {
  background-color: #000000;
  opacity: 0.8 !important;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.modal-content {
  background: none;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}

.modal-body {
  padding: 0 25px 25px 25px;
}

.modal-header {
  padding: 25px 25px 0 25px;
  text-align: right;
}

.modal-header, .modal-footer {
  border: 0;
}

.modal-header .close {
  color: #FFF;
  line-height: 44px;
}

a .video-link-icon {
  /*font-size: 30px;*/
  padding-top: 10px;
}

/* ----------------------------------------------------------------------------------- */

/* About/*----------------------------------------------------------------------------------- */

#about {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  padding-top: 0px;
  padding-bottom: 75px;
}

#about .div-img-bg {
  /*padding-bottom: 30px;*/
  border: 20px solid #b8a07e;
  /*margin-top: 60px;*/
  /*margin-left: 40px;*/
}

#about .div-img-bg .about-img img {
  width: 100%;
  /*box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);*/
  /*margin-top: -60px;*/
  /*margin-left: 40px;*/
  height: 400px;
  object-fit: cover;
}

#about .about-description .p-heading {
  font-family: 'Poppins', serif;
  /*font-size: 28px;*/
  text-align: left;
  color: #444;
}

#about .about-description .separator {
  /*max-width: 80%;*/
  margin-bottom: 0;
  text-align: left;
  color: #666;
}

#about .btn.btn-primary {
  float: left;
  margin-top: 30px;
}

/* ----------------------------------------------------------------------------------- */

/* Footer/*------------------------------------------------------------------------------ */

@media (min-width: 576px) {
  .footer-basic {
    padding: 40px 0;
    background-color: #282d32;
    color: #f0f9ff;
  }
}

@media (min-width: 300px) {
  .footer-basic {
    padding: 30px 0;
    background-color: #282d32;
    color: #f0f9ff;
  }
}

@media (min-width: 300px) {
  .footer-basic ul {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 10px;
    line-height: .5;
    margin-bottom: 0;
  }
}

@media (min-width: 576px) {
  .footer-basic ul {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 0;
  }
}

@media (min-width: 300px) {
  .footer-basic li {
    padding: 0 6px;
  }
}

@media (min-width: 576px) {
  .footer-basic li {
    padding: 0 10px;
  }
}

.footer-basic ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-basic ul a:hover {
  opacity: 1;
}

.footer-basic .social {
  text-align: center;
  padding-bottom: 25px;
}

.footer-basic .social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
}

.footer-basic .social > a:hover {
  opacity: 0.9;
}

@media (min-width: 300px) {
  .footer-basic .copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 10px;
    color: #aaa;
    margin-bottom: 0;
  }
}

@media (min-width: 576px) {
  .footer-basic .copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
    color: #aaa;
    margin-bottom: 0;
  }
}

