body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    font-weight: 300;
    background-color: #fff;
}
p, ul li {
    line-height: 1.6;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.8px;
}
a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.z-index {
    z-index: 1;
}
.transition {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.section {
  padding-top: 40px;
}

.section.section-grey {
  background-color: #fbfbfd;
  border-bottom: 1px solid #eceef2;
  border-top: 1px solid #eceef2;
}

.section .section-title {
  margin-bottom: 40px;
  text-align: center;
}

.section .section-title h2 {
  text-transform: capitalize;
  font-size: 28px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.section-title h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70px;
  height: 2px;
  background: #3dd07d;
  transform: translateX(-50%);
}

.section-row {
  margin-bottom: 40px;
}
.custom-nav {
    padding: 18px 0px;
    z-index: 999;
}

    .custom-nav .container-fluid {
        width: 90%;
    }

    .custom-nav.sticky-header {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
        background-color: #fff;
    }

    .custom-nav .navbar-nav li a {
        position: relative;
        font-size: 16px;
        font-weight: 600;
        padding: 0 !important;
        margin: 0 16px;
        position: relative;
    }

    .custom-nav .navbar-nav .submenu li a {
        padding: 6px 16px !important;
        margin: 0;
    }

    .custom-nav .navbar-nav li a::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #1ACC8D;
        height: 2px;
        width: 0;
        opacity: 0;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .custom-nav .navbar-nav li:hover a::before,
    .custom-nav .navbar-nav li.active a::before {
        width: 25px;
        opacity: 1;
        left: 0;
    }

    .custom-nav .navbar-nav .submenu li a::before,
    .custom-nav .navbar-nav .submenu li.active a::before {
        display: none;
    }

    .custom-nav.sticky-header .navbar-nav li a {
        color: #000 !important;
    }

.navbar-toggler {
    font-size: 28px;
}

.custom-nav .navbar-nav li.active a,
.custom-nav .navbar-nav li:hover a,
.custom-nav .navbar-nav li:active a {
    color: #1ACC8D !important;
}

.custom-nav.sticky-header .navbar-nav li.active a,
.custom-nav.sticky-header .navbar-nav li:hover a,
.custom-nav.sticky-header .navbar-nav li:active a {
    color: #1ACC8D !important;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: transparent;
    border-color: #1C4CA3;
}

.brand-logo .logo-light {
    display: inline-block;
}

.brand-logo .logo-dark {
    display: none;
}

.sticky-header .brand-logo .logo-dark {
    display: inline-block;
}

.sticky-header .brand-logo .logo-light {
    display: none;
}

.bg-header {
    background-image: url(https://picsum.photos/id/1018/1900/700);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    background-position: center;
    position: relative;
}
.home-bg-img {
    z-index: 1;
    position: relative;
    padding: 150px 0 150px 0;
    height:700px;
}
.category-bg-img {
    z-index: 1;
    position: relative;
    padding: 50px 0 50px 0;
    height:300px;
}
