@import url('./assets/css/style_font.css');
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px; /* adjust as needed */
}
:root {
  --font_black: gotham-black;
  --font_med: gotham-medium;
  --font_book: gotham-book;
  --font_bold: gotham-bold;
  --font_light: gotham-light;
}

 p{
            font-family: 'gotham-book';
                letter-spacing: -.8px;
                line-height: 30px;
    color: #27333f;
    opacity: .8;
        }
        
.modal-content{
    border-radius: 0px;
background: transparent;
outline: none;
border: none;
margin-top: 17%;
}

.submenu-full{
    height: 70px;
padding: 0px;
display: flex;
align-items: center;
}
.navbar-dark-scroll  .submenu-full{
    height: 50px;
padding: 0px;
}
.menu-large{
    height: 100%;
display: flex;
justify-content: center;
align-items: center;
}

.submenu-full .nav-link{
    font-family: 'gotham-medium';
font-size: 14px !important;
font-weight: normal;
color: black;
/* opacity: 0.8; */
display: inline-flex;
align-items: center;
}
   
.src-img {
position: absolute;
right: 15px;
bottom: 50px;
color: #fff;
padding-right: 0;
z-index: 2;
text-align: center;
}
.src-img small {
background: #76ba43;
border-radius: 10px;
padding: 3px 7px;

line-height: 1;
font: normal normal 12px / 12px var(--font_bold);
display: flex;
}
.inner-heading-title1 {
    font-size: 40px;
line-height: 50px;
font-family: 'gotham-bold';
font-weight: 400;
/* font: normal normal 50px / 65px var(--font_bold) !important; */
letter-spacing: -1.6px;
padding: 0px;
    color: #313638;
text-transform: capitalize;
opacity: 1;
    margin-bottom: 30px;
}

.manu-fac-right{
    float: left;
padding-right: 10%;
}

.manu-fac-left{
    float: left;
padding-left: 10%;
}

.manu-fac-right p {
font-size: 18px;
letter-spacing: -.8px;
line-height: 30px;
color: #27333f;
opacity: .8;
font-family: 'gotham-book';}

.manu-fac-left p {
font-size: 18px;
letter-spacing: -.8px;
line-height: 30px;
color: #27333f;
opacity: .8;
font-family: 'gotham-book';}
  
            /* Horizontal dropdown menu for desktop */
            @media (min-width: 992px) {
            .navbar-nav > .dropdown:hover > .dropdown-menu {
                flex-wrap: nowrap;
                display: flex !important;
                align-items: stretch;
                border-radius: 0 0 0.5rem 0.5rem;
                box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
                min-width: 100%;
                width: auto;
            }
            .dropdown-menu-horizontal > li {
                display: flex;
                align-items: flex-start;
                white-space: nowrap;
            }
            .dropdown-menu-horizontal .dropdown-item {
                width: 100%;
                text-align: left;
                font-size: 14px;
                opacity: 0.8;
                /* font-family: 'gotham-book'; */
                padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
            }
            }
            .d-submenu2{
            display: flex;
            flex-direction: column;
            list-style: none;
            padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
font-family: 'gotham-book';
font-size: 14px !important;

            }
            #productsOffering .title-top {
            
            font-size: 2rem;
              
            }
             .title-desc{
            
            font-family: 'gotham-book';
              
            }
            /* .shadow{
            position: relative;
            } */
            .kiwi-shadow {
position: absolute;
width: 225px;
height: 225px;
background-image: url(https://dg4e57nn4fnta.cloudfront.net/solarpv/kiwi-banner.jpg);
bottom: 26%;
background-repeat: no-repeat;
left: 7%;
right: 0;
box-shadow: none!important;
background-size: contain;
mix-blend-mode: multiply;
opacity: 1;
margin: auto;
}
#bannerpv .banner-title {
font-family: 'gotham-black';
font-size: 2.3em;
color: var(--secondaryColor);
text-align: left;
/*margin-top: 4%;*/
/*margin-bottom: 6%;*/
margin-top: 8%;
margin-bottom: 8%;
}

#eventsBlog .card, #eventsSection .card {
border-color: #eaeaea;
}
#eventsSection .card-title {
min-height: 50px;
}

.above-panel-logo{
    display: flex;
gap: 4%;
align-items: center;
margin-top: -45px;
    margin-left: 7%;
}

.banner-panel-text{
    position: absolute;
top: 29%;
left: 36%;
transform: translate(-4%, 7%) skew(-8deg, -2deg);
font-family: 'gotham-medium';
font-size: 16px;
text-align: center;
background: #73bf44;
line-height: 16px;
padding: 14px 18px 10px 24px;
color: #000;
/* border: 2px solid #000; */
border-radius: 6px;
outline: 2px solid transparent;
box-sizing: content-box;
opacity: 0.9;
/* clip-path: polygon(0% 0, 100% 0, 103% 100%, 0% 100%); */
height: 38px;
min-width: 77px;
} 

.leed-abs{
    position: absolute;
    bottom: -132px;
    left: -107px;
opacity: 0.9;
z-index: 3;
}

@media(max-width: 576px){
.kiwi-shadow {
width: 160px;
height: 160px;
bottom: 71%;
top: 25%;
left:0px;
}
section{
    padding: 20px;
}
.col-sm-7{
padding: 0px;
}
.inner-heading-title1 {
font-size: 40px;
line-height: 51px;
text-align: center;
margin-bottom: 40px;
margin-top: 25px;
}
.leed-abs {
position: absolute;
bottom: -111px;
left: 0px;
right: 0px;
opacity: 0.9;
z-index: 3;
width: 160px;
margin: auto;
}

.manu-fac-left {
    padding-left: 12px;
}
.manu-fac-right {
    padding-right: 12px;
}
.above-panel-logo {
display: flex;
gap: 4%;
margin-top: -8px;
margin-left: 0%;
margin-bottom: 0px;
justify-content: center;
}
#bannerpv .solar-panel {
    margin-top: 0%;
}
.banner-panel{
   margin-top: 20px; 
}

.above-panel-logo .panel-logo img{
    
}
.banner-panel-text {
position: absolute;
top: 23%;
left: 74%;
transform: translate(-4%, 7%) skew(-8deg, -2deg);
font-family: 'gotham-medium';
font-size: 14px;
text-align: center;
background: #73bf44;
line-height: 12px;
padding: 11px;
color: #000;
/* border: 2px solid #000; */
border-radius: 6px;
outline: 2px solid transparent;
box-sizing: content-box;
opacity: 0.9;
height: 24px;
min-width: auto;
}


#fortheworld .heading-title {
width: 100%;
position: absolute;
z-index: 9;
top: 0px;
bottom: 0px;
margin: auto;
height: 100%;
display: flex;
align-items: center;
font-size: 32px;
line-height: 34px;
backdrop-filter: brightness(0.5);
padding-left: 45px;
font-family: 'gotham-black';
}
section#fortheworld{
padding: 20px 0px;
}
}
.banner-panel{
    display: inline-block;
width: 100%;
margin-bottom: -7px;
z-index: 1;
position: relative;
}
 
.icon-call-mobile{text-align: center;padding: 5px;}


/* banner css */
 /* Desktop dropdown absolute */
@media (min-width: 992px) {
    .navbar-nav > .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
    text-align: left;
    min-height: 150px;
        padding: 30px 40px;
    }
    .navbar-dark-scroll{
    background-color: #fff !important;
    }
    .navbar-nav .dropdown-menu {
    display: none;
    left: 0;
    right: auto;
    top: 100%;
    z-index: 1050;
    min-width: 180px;
    border-radius: 0 0 0.5rem 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    }
}
.above-panel-logo img{
    width: 100px;
}

#fortheworld .heading-title {
    width: 100%;
position: absolute;
z-index: 9;
top: 0px;
bottom: 0px;
margin: auto;
height: 100%;
display: flex;
align-items: center;
font-size: 45px;
line-height: 54px;
backdrop-filter: brightness(0.5);
padding-left: 45px;
font-family: 'gotham-black';
}
.jp-plant{
    position: relative;
    max-height: 500px;
    object-fit: cover;
    width: 100%;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
from {
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotating {
from {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.rotating {
-webkit-animation: rotating 20s linear infinite;
-moz-animation: rotating 20s linear infinite;
-ms-animation: rotating 20s linear infinite;
-o-animation: rotating 20s linear infinite;
animation: rotating 20s linear infinite;
}


/* for image for tabs */
.tab-names {
    display: flex;
justify-content: space-between;
padding: 12px 9px;
    font-size: 24px;
color: #000;
    flex-direction: column;
/* border: none;
outline: none; */
}
.tab-names h3{
display: flex;
justify-content: space-between;
padding: 9px;
align-items: center;
margin-bottom: 0px;
}
.btn_green_border{
width: fit-content;
height: 45px;
border: 2px solid #73bf44;
border-radius: 28px;
display: flex;
justify-content: center;
align-items: center;
font-family: 'gotham-medium';
font-size: 14px;
letter-spacing: 0;
color: #73bf44;
text-transform: uppercase;
padding: 0 25px;
opacity: 1;
/* border: none; */
cursor: pointer;
font-style: normal;
}
#productsOffering .nav-tabs .nav-link.active {
color: var(--bs-nav-tabs-link-active-bg);
background-color: var(--primaryColor);
}

#productsOffering .nav-tabs .nav-link:hover {
color: var(--bs-nav-tabs-link-active-bg);
background-color: var(--primaryColor);
}
.btn {
    
}
/* banner css ends */

/* blog card css */
        .event-card {
        transition: transform 0.2s, box-shadow 0.2s;
        border-radius: 1rem;
        overflow: hidden;
        background: #fff;
        }
        .event-card:hover {
        transform: translateY(-6px) scale(1.02);
        box-shadow: 0 8px 32px rgba(0,0,0,0.12);
        }
        .event-img-wrapper {
        overflow: hidden;
        max-height: 220px;
        background: #f6f6f6;
        }
        .event-card img {
        object-fit: cover;
        width: 100%;
        height: 220px;
        transition: transform 0.3s;
        }
        .event-card:hover img {
        transform: scale(1.05);
        }
        .event-card .card-title {
        font-size: 1.1rem;
        letter-spacing: 0.01em;
        min-height: 105px;                }
        .event-card .card-text {
        color: #444;
        font-size: 1rem;
        margin-bottom: 0.5rem;
            font-family: 'gotham-book';
        }
        .event-card .btn{
        border: 1px solid var(--primaryColor);
        color: var(--primaryColor);
        font-family: 'gotham-book';
        font-size: 14px;
        }
        .event-card .btn:hover{
        border: 1px solid var(--primaryColor);
        color: #fff;
        background: var(--primaryColor);
        font-family: 'gotham-book';
        font-size: 14px;
        }
        @media (max-width: 767px) {
        .event-img-wrapper, .event-card img {
            height: 160px;
        }
        }
/* blog card css ends*/

/* download css start */
.downloads-section .card {
    border-radius: 0.75rem;
    border: 1px solid #e5e5e5;
    transition: box-shadow 0.2s;
    background: #fff;
}
.downloads-section .card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}
.downloads-section .card-body {
    font-size: 1rem;
    font-family: 'gotham-book', Arial, sans-serif;
}
.downloads-section .btn-outline-secondary {
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}
@media (max-width: 767px) {
    .downloads-section .card-body {
    font-size: 0.95rem;
    padding: 1rem 0.75rem;
    }
    .downloads-section .btn {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    }
}
/* download css ends */
/* footer css starts */


        .pv-footer-accordion .accordion-button {
        background: transparent;
        color: #fff;
        font-weight: bold;
        font-size: 1rem;
        box-shadow: none;
        }
        .pv-footer-accordion .accordion-button:not(.collapsed) {
        color: #fff;
        background: transparent;
        }
        .pv-footer-accordion .accordion-item {
        background: transparent;
        border: none;
        }
        .pv-footer-accordion .accordion-body {
        background: transparent;
        padding-left: 0.5rem;
        }
        .pv-footer-accordion .dropdown-item {
            color: #fff;
            padding-left: 0;
            background: transparent;
            font-size: 14px;
        }
        .pv-footer-accordion .dropdown-item:hover {
        color: #73bf44;
        background: transparent;
        }
        .pv-footer-accordion .accordion-button::after{
        color: #fff;
        filter: invert(1);
        }
        /* footer css ends */
      /* footer css starts */
      
       
.pv-footer {
    background: #f8f9fa;
    color: #222;
    font-family: 'gotham-book', Arial, sans-serif;
    font-size: 1rem;
    border-top: 1px solid #e5e5e5;
}
.pv-footer a {
    color: #007bff;
    transition: color 0.2s;
}
.pv-footer a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.pv-footer h6 {
    font-size: 1.08rem;
    color: #222;
    margin-bottom: 1rem;
}
.pv-footer ul li {
    margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
    .pv-footer .container {
    padding-left: 1rem;
    padding-right: 1rem;
    }
    .pv-footer .row > div {
    margin-bottom: 2rem;
    }
}
.scroll-to-top {
    position: fixed;
     bottom: 12px;
    right: 12px;
}
/* footer css ends */
/* sticky-call */
   
   
    /* .sticky-call-btn .call-text {
    display: inline-block;
    }
    @media (max-width: 767px) {
    .sticky-call-btn {
        padding: 0.7rem 0.9rem;
        font-size: 1.15rem;
        border-radius: 50%;
        width: 54px;
        height: 54px;
        justify-content: center;
    }
    .sticky-call-btn .call-text {
        display: none;
    }
    .sticky-call-btn .icon-call-desktop {
        display: none;
    }
    .sticky-call-btn .icon-call-mobile {
        display: inline-block;
    }
    }
    .shake-icon {
        animation: shake 0.5s infinite;
    }
    @keyframes shake {
        0% { transform: rotate(0deg);}
        20% { transform: rotate(-10deg);}
        40% { transform: rotate(10deg);}
        60% { transform: rotate(-10deg);}
        80% { transform: rotate(10deg);}
        100% { transform: rotate(0deg);}
    } */

/* sticky-call ends */
.sticky-call-btn {
        position: fixed;
        bottom: 60px;
        right: 2px;
        z-index: 1050;
        background: #00b050;
        color: #fff;
        border-radius: 50%;
        box-shadow: 0 4px 16px rgba(0,0,0,0.18);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 56px;
        height: 56px;
        transition: width 0.3s cubic-bezier(.4,0,.2,1), border-radius 0.3s, background 0.3s;
        overflow: hidden;
        text-decoration: none;
        font-size: 1.1rem;
        cursor: pointer;
        gap: 0.5rem;
    }
    .sticky-call-btn .call-text {
        opacity: 0;
        max-width: 0;
        margin-left: 0;
        white-space: nowrap;
        transition: opacity 0.25s, max-width 0.3s, margin-left 0.3s;
        font-weight: 500;
        font-size: 1rem;
    }
    .sticky-call-btn .icon-call-mobile {
        display: none;
    }
    .sticky-call-btn:hover,
    .sticky-call-btn:focus {
        width: 240px;
        border-radius: 32px;
        background: #009e44;
    }
    .sticky-call-btn:hover .call-text,
    .sticky-call-btn:focus .call-text {
        opacity: 1;
        max-width: 200px;
        margin-left: -9px;
    }
    .sticky-call-btn .shake-icon {
        animation: shake 1.2s infinite;
    }
    @keyframes shake {
        /* 0% { transform: translateX(0);}
        10% { transform: translateX(-2px);}
        20% { transform: translateX(2px);}
        30% { transform: translateX(-2px);}
        40% { transform: translateX(2px);}
        50% { transform: translateX(-2px);}
        60% { transform: translateX(2px);}
        70% { transform: translateX(-2px);}
        80% { transform: translateX(2px);}
        90% { transform: translateX(-2px);}
        100% { transform: translateX(0);} */
         0% { transform: rotate(0deg);}
        20% { transform: rotate(-10deg);}
        40% { transform: rotate(10deg);}
        60% { transform: rotate(-10deg);}
        80% { transform: rotate(10deg);}
        100% { transform: rotate(0deg);}
    }
    @media (max-width: 767px) {
        .sticky-call-btn {
            bottom: 16px;
            right: 16px;
            width: 48px;
            height: 48px;
            font-size: 1rem;
        }
        .sticky-call-btn .icon-call-mobile {
            display: inline-block;
        }
        .sticky-call-btn span:not(.icon-call-mobile):not(.call-text) {
            display: none;
        }
        .sticky-call-btn:hover,
        .sticky-call-btn:focus {
            width: 180px;
        }
    }
    /* sticky-call */


    /* distributor page */
    .clients-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    list-style: none;
    padding: 0;
    }
    .clients-list li {
    background: #e0f2f1;
    padding: 0.7em 1.3em;
    border-radius: 20px;
    font-weight: 600;
    color: #00695c;
    box-shadow: 0 1px 4px rgba(0,150,136,0.07);
    }
    .hero-graphic {
    width: 100%;
    max-width: 340px;
    float: right;
    margin-left: 32px;
    margin-bottom: 16px;
    }
    .facility-graphics {
    display: flex;
    gap: 32px;
    margin: 24px 0 16px 0;
    flex-wrap: wrap;
    }
    .facility-card {
    flex: 1 1 180px;
    background: linear-gradient(120deg, #b2dfdb 0%, #e0f2f1 100%);
    border-radius: 12px;
    padding: 18px 16px;
    box-shadow: 0 2px 8px rgba(0,150,136,0.06);
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 180px;
    }
    .facility-card svg {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    }
    .facility-card span {
    font-weight: 600;
    color: #00695c;
    }
    .icon-row {
    display: flex;
    gap: 32px;
    margin: 24px 0 16px 0;
    flex-wrap: wrap;
    }
    .icon-feature {
    flex: 1 1 220px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-width: 220px;
    }
    .icon-feature svg {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    }
    .icon-feature span {
    font-weight: 500;
    color: #222;
    }
    .badge {
    display: inline-block;
    background: #ffd600;
    color: #222;
    font-weight: 600;
    border-radius: 8px;
    padding: 2px 10px;
    font-size: 0.95em;
    margin-left: 8px;
    }
    @media (max-width: 900px) {
    .container { padding: 20px 4vw; }
    .hero-graphic { float: none; display: block; margin: 0 auto 24px auto; }
    .facility-graphics, .icon-row { flex-direction: column; gap: 18px; }
    }
    @media (max-width: 600px) {
    .container { padding: 10px 2vw; }
    h1 { font-size: 1.7em; }
    h2 { font-size: 1.1em; }
    }
    .cutt-edlist{
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'gotham-book';
    }
    .cutt-edlist li{
    margin-bottom: 12px;
    }

#scopeofwork p {
       font-family: 'gotham-book';
}


/* about page */
.top-breadcrumbs{
    padding: 80px 30px;
}
.top-breadcrumbs h1{
    /*font-size: 45px;*/
    /*margin-bottom: 20px !important;*/
        font: normal normal 70px / 69px 'gotham-black';
    letter-spacing: -1.2px;
    padding: 40px 0;
}

.top-breadcrumbs h2 {
    /*font-size: 20px;*/
    /*font-family: 'gotham-book';*/
        font: normal normal normal 25px / 40px var(--font_book);
    letter-spacing: -1.92px;
    max-width: 70%;
        opacity: .7;
        margin: auto;
}

     .distributor-hero-bg {
                background: url('./about-page.webp') center center/cover no-repeat;
                min-height: 520px;
                /* border-radius: 1rem; */
                margin-left: 0;
                margin-right: 0;
                display: flex;
                align-items: center;
            }
            
            @media (max-width: 991px) {
                .distributor-hero-bg {
                    min-height: 220px;
                    border-radius: 1rem;
                }
            }
            .distributor-hero-content {
                background: rgb(255 255 255 / 80%);
    border-radius: 1rem;
    padding: 2.5rem 2rem;
    max-width: 700px;
    backdrop-filter: blur(0);
    margin-left: 6%;
            }
            .about-hero-bg{
                background: url('./about-page.webp') center center/cover no-repeat;
            }
            @media (max-width: 991px) {
                .distributor-hero-content {
                    /* border-radius: 1rem; */
                    padding: 1.5rem 1rem;
                    max-width: 100%;
                }
            }

section.vision-mission-section {
    padding: 0;
    border: 0;
}
.vision-mission-section {
    border-bottom: 50px solid #00a165;
    border-top: 50px solid #00a165;
    background: #00a165;
}

.vision-mission-section.vision-mission-75 .our-vision2 {
    height: 75vh;
}

.vision-mission-section .our-vision {
    background-size: cover;
    position: relative;
}
.our-vision2 {
    padding: 7% 15%;
    background: linear-gradient(180deg, rgb(0 0 0 / 9%), rgb(0 0 0 / 86%)) top center / cover no-repeat, url(https://dg4e57nn4fnta.cloudfront.net/solarpv/prod-line.jpg) top center / cover no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
@media only screen and (min-width: 991px) and (max-width: 1365px){
.our-vision {
    padding: 7% 10%;
}
/* .our-vision {
    padding: 7% 15%;
    background: linear-gradient(180deg, rgb(0 0 0 / 9%), rgb(0 0 0 / 86%)) top center / cover no-repeat, url(https://dg4e57nn4fnta.cloudfront.net/renew-assets/resources/images/who-we-are/mission/vision-bg.png) top center / cover no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: end;
} */
}

.vision-mission-section .our-mission {
    position: relative;
    background-color: var(--podcast-bg);
    padding: 0 13% 25px;
    height: auto;
}

@media only screen and (min-width: 991px) and (max-width: 1365px){
.our-mission {
    height: 70vh;
}
}
.our-mission {
    position: relative;
    background-color: var(--podcast-bg);
    padding: 150px 13% 145px;
    height: 100vh;
}

.our-mission:before {
    content: '';
    position: absolute;
    width: 395px;
    height: 395px;
    top: 10%;
    right: -10%;
    z-index: 0;
    background-image: url(https://www.renew.com/resources/images/who-we-are/mission/mission-before-img.svg);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: right;
}

.watch-text {
    position: absolute;
    bottom: 17px;
    left: 20px;
    color: #fff;
    display: flex;
}

.about-pant{
    max-height: 360px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
}
.facility-graphics{
    color: #73bf44;
}

.facility-graphics .facility-icn{
    max-height: 100px;
    margin-bottom: 10px;
    /* width: 65px;
    text-align: center; */
}
.facility-graphics   p{
        font-family: 'gotham-medium';
    font-size: 18px;
}

.filter-green{
    filter: brightness(0) saturate(100%) invert(51%) sepia(25%) saturate(801%) hue-rotate(58deg) brightness(95%) contrast(90%);

}

.icon-center-tt{
        margin-left: 10px;
}

#fortheworld .man-align-center .col-sm-12{
        max-height: 560px;
    overflow: hidden;
}

    .press-strip {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.05);
      overflow: hidden;
      transition: all 0.3s ease;
    }
    .press-strip:hover {
      transform: scale(1.01);
      box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    }
    .press-img{
      /*width: 220px;*/
      /*height: 100%;*/
      object-fit: cover;
      /*border-right: 1px solid #dee2e6;*/
      border-radius: 10px;
    }
    .tag {
      font-size: 0.75rem;
      background-color: #e9ecef;
      border-radius: 0.25rem;
      padding: 0.25rem 0.5rem;
      margin-right: 0.25rem;
    }
    .press-date {
      font-size: 0.85rem;
      color: #6c757d;
          height: 100%;
    display: flex;
    flex-direction: column;
    }
    .press-date  .press-day{
            font-family: 'gotham_bold';
    font-size: 50px;   
        line-height: 55px;
    }
    .press-yy{
        font-size: 18px;
        line-height: 20px;
    }
    .press-header{
                color: #6c757d;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0px;
    }
    .press-btn{
            margin-top: 18px;
        background: #73bf44;
    color: #fff;
    border: 1px solid #73bf44;
    }
    .press-content{
        
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;


    }
    
    
     .blog-strip {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.05);
      overflow: hidden;
      transition: all 0.3s ease;
    }
    .blog-strip:hover {
      transform: scale(1.01);
      box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    }
    .blog-img{
      /*width: 220px;*/
      /*height: 100%;*/
          max-height: 280px;
    object-fit: cover;
    border-radius: 10px;
    height: 100%;
      object-fit: cover;
      /*border-right: 1px solid #dee2e6;*/
    }
    .tag {
      font-size: 0.75rem;
      background-color: #e9ecef;
      border-radius: 0.25rem;
      padding: 0.25rem 0.5rem;
      margin-right: 0.25rem;
    }
    .blog-date {
      font-size: 0.85rem;
      color: #6c757d;
          height: 100%;
    display: flex;
    flex-direction: column;
    }
    .blog-date  .blog-day{
            font-family: 'gotham_bold';
    font-size: 50px;   
        line-height: 55px;
    }
    .blog-yy{
        font-size: 18px;
        line-height: 20px;
    }
    .blog-header{
                color: #6c757d;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0px;
    }
    .blog-btn{
            margin-top: 18px;
        background: #73bf44;
    color: #fff;
    border: 1px solid #73bf44;
    }
    .blog-content{
        
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;


    }
        
        .nav-link[aria-expanded="true"] .fa-chevron-down { transform: rotate(180deg); transition: transform .2s; }
.nav-link .fa-chevron-down { transition: transform .2s; }

.marquee {
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    height: auto;
    background: #73bf44;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0px;
    z-index: 999;
        left: 0px;
    color: #fff;
    padding: 4px;
    font-family: 'gotham-medium';
    font-size: 18px;
}
.marquee .text {
    display: inline-block;
    padding: 2px;
    text-indent: 0;
    /* animation: marquee 20s linear infinite; */
    /* font-weight: 500; */
    /* font-size: normal normal normal 16px / 20px var(--font_book); */
    font: normal normal 16px / 25px var(--font_book);
    letter-spacing: -0.04;
    /* text-transform: uppercase; */
    color: #fff;
}