body {
    overflow-x: hidden;
    margin-top: 200px !important;
}
h2 {
    padding: 5px;
    color: #FFF;
    background: #84b4dc;
}
.alert_success {
	text-align: center;
	color: #000;
	background-color: #d9edc2;
	width: 100%;
	padding: 10px 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #b2ce96;
}
.alert_fail {
	text-align: center;
	color: #000;
	background-color: #f9dbdb;
	width: 100%;
	padding: 10px 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #e9b3b3;
}
/* Navbar */
.nav {
    transition: all .4s ease-in-out;
}
.nav-resize {
    height: 60px !important;
    transition: all .4s ease-in-out;
}
.navbar-brand {
    font-weight: 500;
    font-size: 40px;
}
.nav-link {
    color: #666777;
    font-weight: 500;
    margin: 10px 20px !important;
    position: relative;
}
.nav-link:hover, .nav-link.active {
    color: #000;
}
@media (min-width: 991px) {
    .nav-link::before{
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 4px;
        background-color: #84b4dc;
        visibility: hidden;
        transition: 0.3s ease-in-out;
    }
    .nav-link:hover::before {
        width: 100%;
        visibility: visible;
    }
    .nav-link:hover::before, .nav-link.active::before {
        width: 100%;
        visibility: visible;
    }
}
.search-container {
    position: relative;
}

.search-input {
    height: 50px;
    border-radius: 30px;
    padding-left: 35px;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #888;
}
/* Hero */
.bg-image {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    filter: brightness(0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
/* footer */
.site-footer {
    background-color: #000;
    color: #FFF;
    padding: 6em 0;
}
.site-footer ul li {
    margin-bottom: 10px;
    color: #FFF;
}
.site-footer ul li a {
    color: #FFF;
    text-decoration: none;
}
.site-footer ul li a:hover {
    color: #5c626e;
}
.site-footer .footer-heading {
    font-size: 1.2rem;
    color: #FFF;
    margin-bottom: 1rem;
    text-decoration: none;
}
/* Blocks */
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }
  .site-blocks-cover, .site-blocks-cover > .container > .row {
    min-height: 500px;
    height: calc(100vh); }
  .site-blocks-cover.inner-page, .site-blocks-cover.inner-page .row {
    min-height: 400px;
    height: 500px; }
  .site-blocks-cover h2 {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    letter-spacing: .2em;
    text-transform: uppercase; }
  @media (max-width: 991.98px) {
    .site-blocks-cover .featured-hero-product {
      margin-top: 10%;
      position: absolute; } }
  .site-blocks-cover h1 {
    font-size: 50px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 30px;
    text-transform: none; }
    @media (min-width: 768px) {
      .site-blocks-cover h1 {
        font-size: 70px; } }
  .site-blocks-cover p {
    color: #fff;
    font-size: 20px;
    line-height: 35px; }
  .site-blocks-cover .intro-text {
    font-size: 16px;
    color: #fff;
    line-height: 1.5; }
  .site-blocks-cover.inner-page .site-block-cover-content {
    margin-top: 20%;
    text-align: center; }
    @media (min-width: 768px) {
      .site-blocks-cover.inner-page .site-block-cover-content {
        margin-top: 30%; } }
  .site-blocks-cover .sub-title {
    color: #fff; }
  @media (max-width: 991.98px) {
    .site-blocks-cover .img-1 {
      max-width: 400px;
      margin-left: auto;
      margin-right: auto; } }
  .site-blocks-cover .btn {
    padding: 20px 30px; }
