@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    position: relative;
    top: 0;
    left: 0;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1rem;
    line-height: 1.625rem;
    margin: 0;
    color: #212422;
    background: #F1F1F1;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    max-width: 1365px;
    padding-left: 35px;
    padding-right: 35px;
    margin: 0 auto;
}

h1 {
    font-size: 2.125rem;
    line-height: 2.625rem;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    margin: 0 0 30px;
}

h2 {
    font-size: 2.125rem;
    line-height: 2.625rem;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    margin: 0 0 30px;
}

h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
}

.fs-18 {
    font-size: 18px;
    font-weight: bold;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.text-center {
    text-align: center;
}

.hero-ribbon {
    color: white;
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
    background: #9A3324;
}

.hero-logo {
    padding: 20px 0;
}

.hero-banner img {
    width: 100%;
}

.csi-parttwo {
    display: flex;
    margin: 0 -25px;
}

.csi-parttwo-img,
.csi-parttwo-text {
    padding: 0 25px;
}

.csi-parttwo-text h3 {
    margin: 20px 0 60px;
}

.csi-parttwo-img {
    flex: 1 0 33.333%;
}

.csi-gallery {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
}

.gallery-img {
    flex: 0 1 20%;
    overflow: hidden;
}

.gallery-img img {
    padding: 5px 10px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: none;
}

.modal-content img {
    display: block;
    margin: 0 auto;
}

.close {
    position: absolute;
    top: 50px;
    right: 35px;
    cursor: pointer;
    color: #ffffffcc;
    max-width: 30px;
}

#mm-prev,
#mm-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: .75;
    cursor: pointer;
    max-width: 40px;
}

#mm-prev {
    left: 5%;
}

#mm-next {
    right: 5%;
}

.footer .main-btn,
.main-btn {
    background: rgb(116 170 78 / 40%);
    color: white;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 10px 80px;
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
}

.main-btn:hover {
    background: rgb(116 170 78 / 100%);
}

.former-issues {
    background: #212422;
}

.c-green {
    color: #9DC85D;
}

.slick-slide {
    margin: 0 25px;
}

.slick-list {
    margin: 0 -25px;
}

.former-issues h3 {
    margin: 60px 0 30px;
    color: white;
}

.issues-slider {
    margin: 0 -25px;
}

.issues-list {
    display: flex;
    margin: -10px;
}

.issue-box {
    flex: 0 1 33.333%;
    margin: 10px;
    background: #9A3324;
}

.issue-text {
    text-align: left;
    color: white;
    padding: 50px;
}

.fs-60 {
    font-size: 3.75rem;
    line-height: 3rem;
}

.footer {
    background: #212422;
    color: white;
}

.footer-list {
    display: flex;
    margin: -10px;
}

.footer-box {
    flex: 1 0 33.333%;
    margin: 10px;
}

.footer-text {
    text-align: left;
    color: white;
    font-size: 1rem;
    line-height: 2rem;
}
.footer-text p{
    margin: 0.5rem;
}
.footer-logo {
    max-width: 300px;
    padding-bottom: 30px;
}

.footer a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 0.5rem 0;
}

.footer a.sub-link {
    padding: 0 0 8px 20px;
}

.footer .main-btn {
    margin-top: 30px;
}

.copyright {
    margin: 0;
    padding: 1rem 0;
}

.d-mob {
    display: none;
}

.d-desk {
    display: block;
}

.slick-slide img {
    margin: 0 auto;
}

.slick-prev,
.slick-next {
    max-width: 20px;
    padding: 10px;
    position: absolute;
    bottom: -40px;
    transform: translateX(-50%);
}

.slick-prev {
    left: calc(50% - 20px);
}

.slick-next {
    left: calc(50% + 20px);
}

.contact-form.container {
    padding-bottom: 0;
}

#scrollToTop {
    display: none;
    position: fixed;
    background: #212422 url('../images/img0925/Ecomo_Impex-Redesign_0525_Icons_arrow-top-02.png') no-repeat center;
    right: 20px;
    bottom: 20px;
    width: 30px;
    height: 30px;
    z-index: 100;
    border-radius: 50%;
    background-size: 60%;
}

.mm0825-tabs {
    display: flex;
    margin: 0 -10px;
}

.mm0825-tab {
    padding: 10px 60px; 
    background-color: #dcdcdc;
    margin: 0px 10px;
    font-size: 1rem;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 20px;
}

.mm0825-tab.mm0825-active {
    color: white;
    background-color: #9DC85D; 
}

.mm0825-tab.mm0825-ftactive {
    opacity: .5;
    pointer-events: none;
    cursor: inherit;
}

.mm0825-tab-content {
    padding-top: 30px;
}

.mm0825-tab-pane {
    display: none;
}

.mm0825-tab-pane.mm0825-active {
    display: block;
}

@media (max-width: 1023.98px) {

    .issues-list,
    .footer-list {
        flex-wrap: wrap;
        margin: 0;
    }

    .issue-box,
    .footer-box {
        flex: 1 0 100%;
        margin: 15px 0;
    }

    .issue-text {
        padding: 30px;
    }

    .fs-60 {
        font-size: 3.125rem;
        line-height: 3rem;
    }
}

@media (max-width: 991.98px) {
    .csi-parttwo {
        flex-wrap: wrap;
        margin: 0;
    }

    .csi-parttwo-img,
    .csi-parttwo-text {
        margin: 5px 0;
        padding: 0;
    }
}

@media (max-width: 599.98px) {
    .hero-ribbon span {
        display: block;
    }

    .hero-logo img {
        margin: 0 auto;
    }

    .d-mob {
        display: block;
    }

    .d-desk {
        display: none;
    }

    .gallery-img {
        flex: 0 1 33%;
    }
    .mm0825-tab{
        padding: 10px;
        flex:1 0 auto;
        text-align: center;
    }
    .footer .main-btn, .main-btn{
        padding: 10px 50px;
    }
}