/* ===== sub drop down css start===== */
/* .sub-dropdown > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #555;
}

.sub-dropdown:hover > ul {
    display: block;
} */


/* ==== sub drop down end==== */

.main-header__logo {
    background-color: #ffffff !important;
    /* width: 15%; */
    width: 230px;
}

.main-header__logo img {
    width: 100%;
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.main-header__logo {
    padding: 0 20px 0 !important;
}

.main-menu__search-cart-btn {
    padding: 10px 0 10px;
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
    bottom: -20px;
}

.site-footer__bottom {
    padding: 10px 0;
}

.main-menu .main-menu__list>li:hover>ul {
    top: 43px;
}


/* =========== */


.sub-dropdown:hover .sub-menu {
    display: block;
}

.main-menu__main-menu-box {
    padding: 20px 0;
}

section.categories-one {
    padding-top: 100px;
}

.portfolio-page {
    padding: 112px 0 150px !important;
}

.footer-widget__logo img {
    width: 50%;
}


/* ===== contact page css start===== */

.contact-page__content {
    padding-right: 20px;
}

.contact-page .section-title {
    margin-bottom: 30px !important;
}

.google-map {
    margin-left: 30px;
}

section.contact-details {
    padding-bottom: 120px;
}

/* ====== contact page css end====== */



/* ====== about us page css start==== */

section.about-two {
    padding: 80px 0;
}

section.cta-one {
    padding-bottom: 150px;
}

.cta-one__title {
    margin-top: 10px;
}

/* ===== about us page css end=== */


/* === gallery css start==== */

.team-two2 {
    padding-bottom: 150px;
}

/* === gallery css end==== */


/* ==== certificate css start==== */

.certificate_page {
    padding: 80px 0 150px;
}

.certificate_page .img-wrapper {
    position: relative;
    margin-top: 15px;
    box-shadow: 5px 5px 5px #ddd;
}

.certificate_page .img-wrapper img {
    width: 100%;
}

.certificate_page .img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.certificate_page .img-overlay i {
    color: #fff;
    /* font-size: 3em; */
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}

#nextButton {
    color: #fff;
    /* font-size: 2em; */
    transition: opacity 0.8s;
}

#nextButton:hover {
    opacity: 0.7;
}

/* @media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
} */

#prevButton {
    color: #fff;
    /* font-size: 2em; */
    transition: opacity 0.8s;
}

#prevButton:hover {
    opacity: 0.7;
}

/* @media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
} */

#exitButton {
    color: #fff;
    /* font-size: 2em; */
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

#exitButton:hover {
    opacity: 0.7;
}

/* @media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
} */

@media (max-width: 820px) {
    .certificate_page {
        padding: 50px 0 100px;
    }
}

@media (max-width: 584px) {
    .certificate_page {
        padding: 40px 0 80px;
    }
}

/* ==== certificate css end==== */
.fruits-header-banner .page-header-bg {
    background-position: top !important;
}


/* === tab css start==== */

.nav-tabs .nav-link,
.nav-tabs {
    border: none !important;
}


/* ===== tab css end==== */

/* === product detail slider css start==== */

.card-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

img {
    width: 100%;
    display: block;
}

.img-display {
    overflow: hidden;
    border: 1px solid #d5d0d0;
}

.img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}

.img-showcase img {
    min-width: 100%;

}

.img-select {
    display: flex;
}

.img-item {
    margin: 0.3rem;
    border: 1px solid #d5d0d0;
}

.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
    margin-right: 0;
}

.img-item:hover {
    opacity: 0.8;
}



@media screen and (min-width: 992px) {
    .card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }

    .card-wrapper {
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-imgs {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .product-content {
        padding-top: 0;
    }
}

/* ===== product detail slider end======= */




/* ==== product detail page css start==== */
.gallery-one {

    padding: 0px 0 150px !important;
}

.nav-tabs .nav-link.active h3 {
    color: #000 !important;
}

.nav-tabs .nav-link h3 {
    color: #0000006b;
}

/* ==== product detail page css end==== */


/* === catalogue page css start==== */

.download__page .box:hover .icon {
    opacity: 1
}

.download__page .box .icon li a,
.download__page .box:hover .box-content {
    color: #e57817;
    background: #fff
}

.download__page .box .box-content:hover {
    color: #fff;
    background: #e57817;
}

.download__page .box {
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: .5s
}

.download__page .box:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.download__page .box:before {
    content: "";
    background-image: linear-gradient(to right, rgb(43 41 41), #000);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
    transition: .5s
}

.download__page .box:hover:before {
    bottom: 0
}

.download__page .box img {
    width: 100%;
    background-size: cover;
    /*height: 500px;*/
    transition: .5s
}

.download__page .box:hover img {
    opacity: .3
}

.download__page .box .box-content {
    color: #fff;
    background-color: #e57817;
    width: 100%;
    padding: 13px 20px 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: .5s
}

.download__page .box .title {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    color: #fff;
}

.download__page .box .post {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: lowercase
}

.download__page .box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: .3s
}

.download__page .box .icon li {
    margin: 0 3px;
    display: inline-block
}

.download__page .box .icon li a {
    font-size: 18px;
    line-height: 35px;
    height: 35px;
    width: 35px;
    display: block;
    transition: .5s
}

.download__page .box .icon li a:hover {
    color: #fff;
    background: #e57817;
    border-radius: 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

@media only screen and (max-width: 990px) {
    .download__page .box {
        margin: 0 0 30px
    }
}

.download__page,
.plastic-waste,
.clock-sec,
.gift-sec {
    padding: 80px 0 120px;
}

@media (max-width: 820px) {

    .download__page,
    .plastic-waste,
    .clock-sec,
    .gift-sec {
        padding: 50px 0 100px;
    }

    .download__page2 {
        padding-bottom: 100px !important;
    }
}

@media (max-width: 584px) {

    .download__page,
    .plastic-waste,
    .clock-sec,
    .gift-sec {
        padding: 50px 0 80px;
    }

    .download__page2 {
        padding-bottom: 80px !important;
    }
}

.download__page,
.clock-sec {
    padding-bottom: 0px !important;
}

.download__page2,
.clock-sec2 {
    padding-top: 20px !important;
    padding-bottom: 120px !important;
}

.download__page .section-title,
.plastic-waste .section-title {
    margin-bottom: 30px;
}


.tile-header-banner .page-header-bg {
    background-position: bottom;
}

/* ==== catalogue page css end==== */
.img-of-plastic {
    margin: 50px 0;
}

.clock-sec .product__all-price {
    font-weight: 500 !important;
    line-height: 25px;
    font-size: 16px !important;
    padding-top: 5px;
}

.gift-sec .product__all-img {
    height: 300px;
}

