.home {
    background: url('/../assets/home/webp/banner-zyne.webp') no-repeat center;
    background-size: cover;
    position: relative;
    height: 100%;
    display: flex;
    padding: 8rem 8rem 0 8rem;
}

.navigation .nav-item .nav-link
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #0c3556 !important;
}

.header {
    width: auto;
    /* height: 100vh; */
    max-height: 100%;
}

.first-block {
    background: #dc4815;
    padding: 8rem 8rem 0 8rem;
    width: auto;
    max-height: 100%;
}

.second-block {
    background: #df9926;
    padding: 8rem 8rem 0 8rem;
    width: auto;
    max-height: 100%;
}

.third-block {
    background: #0c3566;
    padding: 8rem 8rem 0 8rem;
    width: auto;
    max-height: 100%;
}

.fourth-block {
    background: white;
    padding: 8rem 8rem 0 8rem;
}

.fifth-block,
.seventh-block {
    background: white;
    padding: 5rem 8rem;
}

.sixth-block {
    background: #0c3566;
    padding: 3rem 8rem;
}

.img-caption {
    position: relative;
    text-align: center;
}


.img-caption-centered {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: 500;
}

.img-caption-right {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(0%, -50%);
    font-size: 16px;
    font-weight: 500;
}

.img-caption:hover .img-caption-centered {
    display: none;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgb(141 198 65);
    overflow: hidden;
    width: 90%;
    height: 0;
    transition: .5s ease;
    margin: auto;
}

.img-caption:hover .overlay {
    height: 90%;
}

.text {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
}

.text h2 {
    font-size: 16px;
    font-weight: 500;
}

.text p {
    font-size: 12px;
    font-weight: 400;
}

.case-study-heading {
    font-size: 16px;
    font-weight: 500;
}

.bg-red {
    background: #dc4815;
}

.bg-yellow {
    background: #df9926;
}

.border-bottom-light-yellow {
    border-bottom: 1px solid #ecaa3d;
}

.border-left-green {
    border-left: 3px solid #8dc641 !important;
}

.z-index-col-1 {
    z-index: 1;
}

.card-width {
    width: 120%;
}

.sticky-left-nav {
    position: fixed;
    width: 120px;
    display: block;
    background-color: transparent;
    z-index: 1;
}

.top-menu {
    top: 20%;
}

.stick-left-nav-ul {
    padding-left: 20px;
    width: 150px;
}

.sticky-left-nav ul li {
    list-style: none;
    height: 50px;
    transition: all 0.3s ease-in-out;
}

.sticky-left-nav ul li a,
.sticky-left-nav ul li a:hover,
.sticky-left-nav ul li a:focus {
    text-decoration: none;
}

.sticky-left-nav ul li.darkText a span {
    color: #D1D1D1 !important;
}

.sticky-left-nav ul li a span {
    display: block;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease-out;
    padding-top: 5px;
    font-size: 14px;
}

.sticky-left-nav ul li.darkText a::before {
    background-color: #D1D1D1 !important;
    opacity: 1;
}

.sticky-left-nav ul li a::before,
.side-menu .sticky-left-nav ul li.nav-active-menu a::before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    opacity: 1;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.sticky-left-nav ul li.nav-active a::before,
.side-menu .sticky-left-nav ul li.nav-active-menu a::before {
    width: 60px;
    height: 4px;
    opacity: 1;
}

.sticky-left-nav ul li.nav-active a span {
    opacity: 1;
}

.mb50 {
    height: 100px !important;
}

.owl-carousel-people.owl-carousel .owl-item img {
    width: 60px !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: #fff !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #8dc641 !important;
}

.owl-theme .owl-dots .owl-dot span {
    border: 2px solid #8dc641;
}

.about-ul {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.about-ul li::marker {
    content: "\2713";
}

.partner-padding-class {
    padding: 2rem 3rem;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.owl-nav .owl-next {
    right: -60px;
    outline: none !important;
    background-color: transparent !important;
}

.owl-nav .owl-prev {
    left: -60px;
    outline: none !important;
    background-color: transparent !important;
}

.owl-carousel .owl-item {
    height: 100%;
}

.owl-carousel-products img {
    max-width: 100%;
    height: auto;
}


@media only screen and (max-width:1149.98px) {
    .card-width {
        width: 200%;
    }

    .header {
        height: 100%;
    }

    .text h2 {
        font-size: 14px;
    }
    
    .text p {
        font-size: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .sticky-left-nav {
        display: none;
    }
}

@media only screen and (max-width:991.98px) {
    .home {
        padding: 5rem 2rem 0 2rem;
    }

    .first-block,
    .second-block,
    .third-block,
    .fourth-block,
    .sixth-block {
        padding: 8rem 2rem 0 2rem;
    }

    .fifth-block,
    .seventh-block {
        padding: 5rem 2rem;
    }

    .sixth-block {
        padding: 3rem 2rem;
    }

    .card-width {
        width: 200%;
    }

    .text p {
        font-size: 9px;
    }
}

@media only screen and (max-width:767.98px) {
    .card-width {
        width: 100%;
    }

    .text h2 {
        font-size: 16px;
    }
    
    .text p {
        font-size: 12px;
    }
}

@media only screen and (max-width:575.98px) {
    .home {
        padding: 5rem 1rem 0 1rem;
    }

    .first-block,
    .second-block,
    .third-block,
    .fourth-block,
    .sixth-block {
        padding: 5rem 1rem 0 1rem;
    }

    .fifth-block,
    .seventh-block {
        padding: 5rem 1rem;
    }

    .sixth-block {
        padding: 3rem 1rem;
    }

    .about-ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}