body {
  background-color: white;
}

.img-fluid {
  max-width: none;
  width: 100%;
}

.page-header.page-header-shape .breadcrumb {
  float: left;
}

#mainMenu .dropdown-menu {
  min-width: 200px;
  padding: 8px 16px;
}
#mainMenu .dropdown-menu a {
  font-size: 0.8rem;
  color: rgba(85, 85, 85, 0.7);
}
#mainMenu .dropdown-menu a:hover {
  color: rgba(65, 65, 65, 0.9);
}

#frm-contactForm {
  width: 100%;
}
#frm-contactForm .col-btn-send {
  vertical-align: bottom;
  height: 100%;
  text-align: right;
  position: relative;
}
#frm-contactForm .col-btn-send input {
  display: table;
  margin: auto;
}
#frm-contactForm .gdpr {
  margin-bottom: 0;
}

.section-split .img-split-right {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

#main-content {
  margin-top: -1px;
}

#frm-signInForm .checkbox input {
  margin-right: 15px;
}

.col-login {
  display: table;
  margin: auto;
}

#frm-signInForm {
  display: table;
  margin: auto;
}

.adm-img-left {
  display: inline;
  float: left;
  padding: 5px 10px 10px 0;
}

.adm-img-right {
  display: inline;
  float: right;
  padding: 5px 0 10px 10px;
}

.adm-img-full {
  width: 100%;
  height: auto;
  max-width: none;
  padding: 5px 0 10px 0;
}

.adm-img-half-left {
  display: inline;
  float: left;
  width: 50%;
  height: auto;
  padding: 5px 10px 10px 0;
}

.adm-img-half-right {
  display: inline;
  float: right;
  width: 50%;
  height: auto;
  padding: 5px 0 10px 10px;
}

@media (max-width: 768px) {
  .adm-img-half-left {
    width: 100%;
    padding: 5px 0 10px;
  }
  .adm-img-half-right {
    width: 100%;
    padding: 5px 0 10px;
  }
}
.main-content {
  position: relative;
}
.main-content .submenu {
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 2px;
  z-index: 1000;
}
@media (max-width: 992px) {
  .main-content .submenu {
    display: none;
  }
}
.main-content .submenu.fixed {
  position: fixed;
  top: 75px;
}

.footer h4 {
  font-weight: 400;
}

.cbp-item-wrapper:hover .portfolio-link-btm {
  opacity: 1;
}

.cbp-item:hover .cbp-caption-activeWrap {
  opacity: 1;
}

.portfolio-link-btm {
  font-weight: 700;
  display: block;
  text-align: center;
  position: relative;
  font-size: 110%;
  top: -30px;
  z-index: 100;
  opacity: 0;
}

.img-hover {
  position: relative;
}
.img-hover .img-caption {
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  right: 15px;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.3s all ease-in;
  opacity: 0;
  color: white;
  text-align: center;
}
@media (max-width: 992px) {
  .img-hover .img-caption {
    position: static;
    opacity: 1;
    margin-bottom: 20px;
    width: 100%;
  }
}
.img-hover .img-caption div {
  padding: 0 10px;
  position: absolute;
  left: 5px;
  bottom: 10px;
  right: 5px;
}
@media (max-width: 992px) {
  .img-hover .img-caption div {
    position: static;
    width: 100%;
  }
}

.img-hover:hover .img-caption {
  opacity: 1;
}

.img-hover.float {
  float: left;
  width: 50%;
}
@media (max-width: 992px) {
  .img-hover.float {
    width: 100%;
  }
  .img-hover.float img {
    padding: 0;
  }
}
.img-hover.float img {
  width: 100%;
}
.img-hover.float .img-caption {
  bottom: 10px;
  top: 5px;
  left: 0;
  right: 10px;
}
.img-hover.float h4 {
  color: white;
}

.img-hover.float.right .img-caption {
  left: 10px;
  right: 0;
}

.hp-intro {
  padding-top: 150px;
}

/*# sourceMappingURL=style.css.map */
