/* HELPERS */

/* SLIDER */
.preview-2 .nivo-directionNav a.nivo-prevNav:before {
    padding-right: 4px;
    padding-top: 1px;
}
.preview-2 .nivo-directionNav a.nivo-nextNav:before {
    padding-left: 4px;
    padding-top: 1px;
}
.nivo-caption {
  opacity: 1;
}
/* HOMEPAGE */
.home-page-banner-area h1 {
    margin-bottom: 0;
}
.home2 .header-area {
    padding-top: 40px;
    z-index: 99998;
}
.template-section-area h2.black-underline::after {
    background: rgba(0, 0, 0, 0) url("../img/section-line-black.png") no-repeat scroll 0 0;
}
@media (max-width: 600px) {
  .home2 .slider-content.t-cn.s-tb {
      margin-top: 80px;
  }
}
@media (max-width: 550px) {
  .home2 .slider-content.t-cn.s-tb {
      margin-top: 60px;
  }
}
@media (max-width: 480px) {
  .home2 .slider-content.t-cn.s-tb {
      margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .bend.niceties {
      background-color: #000;
  }
}
/* GALLERY SECTION */
.main-portfolio-section {
    margin-top: 20px;
}
.main-portfolio-section > div {
    padding: 0 10px 20px;
}
.main-portfolio-section .wrapper:hover > a:after {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.main-portfolio-section .wrapper a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(238, 5, 72, 0.7);
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
}
.main-portfolio-section .wrapper {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main-portfolio-section .gallery {
  transform: translateZ(0);
}
/* MENU SECTION */
.home-our-service-area {
    padding: 50px 0;
    background: url(../images/parallax-menu.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.header-wrapper.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    margin-top: 0;
    background: #fff;
    transition: 0.2s;
    -webkit-box-shadow: 0px 0px 6px 1px #444;
    -moz-box-shadow: 0px 0px 6px 1px #444;
    box-shadow: 0px 0px 6px 1px #444;
}
.home2 .header-area .main-header-area .header-wrapper.fixed .home2-main-menu .main-menu-area ul li a {
  color: #000;
}
.home2 .header-area .main-header-area .header-wrapper.fixed .home2-main-menu .main-menu-area ul li a.nav-active {
  color: #ee0548;
}
.mobile-logo-link img {
  max-width: 170px;
}
#mobile-menu {
  background: #000
}
.mean-container .mean-bar {
  float: none;
}
@media (max-width: 767px) and (min-width: 480px) {
  .mean-container .mean-bar {
    width: 450px;
    margin: 0 auto;
  }
}
.mobile-logo {
  display: inline-block;
}
.mean-container .mean-nav ul li a {
  background: #000;
  color: #fff;
}
.mean-container .mean-nav ul li a:hover {
  background: #f8f8f8 none repeat scroll 0 0;
  color: #ee0548;
}
/* FOOTER */
#scrollUp {
    right: 15px;
    bottom: 15px;
    z-index: 99998 !important;
}
.footer-top-area .contant-info-heading {
    color: #fff;
}
.footer-top-area .single-footer ul {
    margin-top: 70px;
}
.footer-top-area .single-footer ul li {
    line-height: 23px;
    font-size: 16px;
    margin-top: 20px;
}
.contant-info-heading:after {
  background: rgba(0, 0, 0, 0) url("../img/section-line.png") no-repeat scroll 0 0;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 40px;
  width: 91px;
}
.footer-bottom-area a {
  color: #ee0548;
}
.footer-bottom-area:hover a {
  color: #820529;
}
@media (max-width: 767px) {
  .logo-footer {
    margin: 20px 0;
  }
}