@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* :root {
    --thm-font: 'Inter', sans-serif;
    --thm-great-vibes-font: 'Great Vibes', cursive;
    --thm-pony-tale-font: 'Great Vibes', cursive;
    --thm-primary: #d53f34;
    --thm-primary-rgb: 213, 63, 52;
    --thm-color-2: #e5ac1b;
    --thm-color-2-rgb: 229, 172, 27;
    --thm-color-3: #34a3d5;
    --thm-color-3-rgb: 52, 163, 213;
    --thm-color-4: #46b3a8;
    --thm-color-4-rgb: 70, 179, 168;
    --thm-color-5: #922ecb;
    --thm-color-5-rgb: 150, 64, 205;
    --thm-gray: #555555;
    --thm-black: #222222;
    --thm-base: #ffffff;
    --thm-base-rgb: 255, 255, 255;
} */

ul {
    padding-inline-start: 0;
}

ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--thm-black);
    font-weight: 800;
    line-height: 1.25em;
    font-family: var(--thm-font);
    margin: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

.sec__title {
    position: relative;
    display: block;
    text-align: center;
    margin-top: -4px;
    padding-bottom: 56px;
}

.sec__title .main__title {
    font-family: var(--thm-font);
    font-size: 48px;
    font-weight: 800;
    line-height: 1.3em;
    text-transform: none;
}

.sec__title .sub__title {
    position: relative;
    display: block;
    margin-top: 30px;
    padding-bottom: 11px;
}

.sec__title .sub__title .inner {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.sec__title .sub__title .inner h3 {
    color: var(--thm-primary);
    font-size: 25px;
    line-height: 1.4em;
    font-weight: 400;
    font-family: 'Great Vibes', cursive;
}

.sec__title .sub__title .outer {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    text-align: center;
}

/*** 
=============================================
    News - Style
=============================================
***/

.fg-blog-style1__area .thm-shape1 {
    position: absolute;
    /* top: 120px; */
    right: 10%;
}


.fg-blog-style1__area .single_blog_style1 {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.single_blog_style1 .img-holder {
    position: relative;
    display: block;
}

.single_blog_style1 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    height: 210px;
    max-height: 210px;
}

.single_blog_style1 .img-holder img {
    width: 100%;
    height: auto;
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single_blog_style1 .img-holder .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
}

.single_blog_style1 .img-holder .inner::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0.10;
    background: #000;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}

.single_blog_style1 .img-holder .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: .9s;
    -webkit-transition: .9s;
    -moz-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s;
    transform: perspective(400px) scaleY(0);
    -webkit-transform: perspective(400px) scaleY(0);
    -moz-transform: perspective(400px) scaleY(0);
    -ms-transform: perspective(400px) scaleY(0);
    -o-transform: perspective(400px) scaleY(0);
}

.single_blog_style1:hover .img-holder .overlay-icon {
    transform: perspective(400px) scaleY(1.0);
    -webkit-transform: perspective(400px) scaleY(1.0);
    -moz-transform: perspective(400px) scaleY(1.0);
    -ms-transform: perspective(400px) scaleY(1.0);
    -o-transform: perspective(400px) scaleY(1.0);
}

.single_blog_style1 .img-holder .overlay-icon > i {
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
}


.fg-blog-style1__area .single_blog_style1 .img-holder .date-box {
    display: block;
    padding: 15px;
    width: 80px;
    height: 80px;
}

.single_blog_style1 .img-holder .date-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 175px;
    height: 45px;
    background: var(--thm-color-3);
    text-align: center;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.single_blog_style1 .img-holder .date-box h2.date {
    color: #ffffff;
    font-size: 36px;
    line-height: 30px;
    font-weight: 800;
    margin: 0 0 6px;
}
.single_blog_style1 .img-holder .date-box p.month {
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}

.single_blog_style1 .text-holder {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 50px 40px 38px;
    box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
    border: 1px solid transparent;
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single_blog_style1 .text-holder .blog-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.single_blog_style1 .text-holder .text {
    position: relative;
    display: block;
    padding-top: 14px;
    padding-bottom: 32px;
}

.single_blog_style1 .text-holder .text p {
    font-family: var(--thm-font);
    color: var(--thm-gray);
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.single_blog_style1 .text-holder .meta-info {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 1px solid #e3e9f4;
    padding-top: 23px;
}

.single_blog_style1 .text-holder .meta-info li {
    position: relative;
    display: block;
    color: #222222;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}


.single_blog_style1 .text-holder .meta-info li i {
    position: relative;
    display: inline-block;
    padding-right: 5px;
    color: var(--thm-primary);
}

.single_blog_style1 .text-holder .meta-info li a {
    color: #222222;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    text-transform: capitalize;
}

.single_blog_style1 .text-holder .meta-info li a:hover {
    color: var(--thm-primary);
}

.single_blog_style1:hover .img-holder img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    -moz-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    -ms-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    -o-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.single_blog_style1:hover .img-holder .inner::before {
    opacity: .65;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.single_blog_style1:hover .img-holder .inner:after {
    opacity: 0.35;
    transform: scaleY(1.0);
}

.slick-prev::before,
.slick-next::before {
    color: #6c6c6c;
    font-size: 40px;
}

.fg__news__slide .slick-prev {
    left: -50px;
}
.fg__news__slide .slick-next {
    right: -30px;
}


/*** 
=============================================
    Our Team - Style
=============================================
***/

section.fg-our-team__area {
    padding-bottom: 60px;
}

.fg__ourteam__slide {
    position: relative;
    display: block;
}

.fg__ourteam__slide .row {
    align-items: center;
    margin: 0;
}

.fg__ourteam__slide .left__box, .fg__ourteam__slide .right__box {
    margin-bottom: 40px;
}

.fg__ourteam__slide .img-holder {
    position: relative;
    display: block;
}

.fg__ourteam__slide .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.fg__ourteam__slide .img-holder .inner::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}

.fg__ourteam__slide .img-holder .inner img {
    width: 100%;
    height: auto;
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.fg__ourteam__slide .text-holder {
    position: relative;
    padding: 40px 0 45px;
    box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    text-align: center;
    z-index: 1;
}

.fg__ourteam__slide .text-holder::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    opacity: 0;
    background-color: #2f3a51;
    transition-delay: .05s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1
}

.fg__ourteam__slide .text-holder h4.author {
    font-family: var(--thm-font);
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 5px;
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition-delay: 0.1s;
}

.fg__ourteam__slide .text-holder p.position {
    font-family: var(--thm-font);
    color: var(--thm-black);
    margin: 0;
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition-delay: 0.1s;
}

.fg__ourteam__slide .text-holder .social-icon {
    position: relative;
    display: block;
    /* overflow: hidden; */
    margin-top: 32px;
}

.fg__ourteam__slide .text-holder .social-icon li {
    position: relative;
    display: inline-block;
    margin-right: 1px;
}
.fg__ourteam__slide .text-holder .social-icon li a {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #eef1f7;
    color: var(--thm-black);
    text-align: center;
    line-height: 35px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition-delay: 0.1s;
}

.fg__ourteam__slide .text-holder .social-icon li a:hover {
    background-color: var(--thm-primary);
    color: #ffffff;
}

.fg__ourteam__slide:hover .img-holder .inner::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.fg__ourteam__slide:hover .img-holder .inner img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.fg__ourteam__slide:hover .text-holder::after {
    opacity: 1;
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
    -moz-transform: scaleY(1.0);
    -ms-transform: scaleY(1.0);
    -o-transform: scaleY(1.0);
}

.fg__ourteam__slide:hover h4.author,
.fg__ourteam__slide:hover p.position {
    color: #ffffff;
}

.fg__ourteam__slide .right__box .descript p {
    margin: 0;
    color: #6c6c6c;
    font-family: var(--thm-font);
    font-size: 1rem;
    line-height: 1.8em;
    text-align: justify;
}

.fg__ourteam__wrapper .slick-prev, 
.fg__ourteam__wrapper .slick-next {
    top: 40%;
}

.fg__ourteam__wrapper .slick-prev {
    left: -50px;
}
.fg__ourteam__wrapper .slick-next {
    right: -30px;
}


/*** 
=============================================
    Volunteers - Style
=============================================
***/

.fg__volunteers__items {
    margin-bottom: 80px;
}

.fg__volunteers__items .fg__volunteers__box {
    position: relative;
    display: block;
    margin-bottom: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 20px;
}

.fg__volunteers__box .img-holder {
    position: relative;
    display: block;
}

.fg__volunteers__box .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50%;
}

.fg__volunteers__box .img-holder .inner img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.fg__volunteers__box .img-holder .overlay-box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background: #000000;
    border-radius: 50%;
    opacity: .80;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}

.fg__volunteers__box .img-holder .overlay-box .social-links {
    position: relative;
    display: block;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}

.fg__volunteers__box .img-holder .overlay-box .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 4px;
}

.fg__volunteers__box .img-holder .overlay-box .social-links li a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #222222;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    background: #ffffff;
    transition: all 500ms ease;
}

.fg__volunteers__box .img-holder .overlay-box .social-links li a:hover {
    background: var(--thm-color-2);
}

.fg__volunteers__box .img-holder .shape {
    position: absolute;
    left: 0;
    bottom: -30px;
    right: 0;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
}

.fg__volunteers__box .img-holder .shape img {
    height: auto;
}

.fg__volunteers__box .text-holder {
    text-align: center;
    position: relative;
    display: block;
    margin-top: 0px;
}

.fg__volunteers__box .text-holder h3.author {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
}
.fg__volunteers__box .text-holder p.position {
    font-family: var(--thm-font);
    color: #555555;
    font-weight: 400;
    margin: 0;
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition-delay: 0.1s;
}

.fg__volunteers__box .text-holder p.descript {
    font-family: var(--thm-font);
    color: #555555;
    text-align: justify;
}

.fg__volunteers__box:hover .img-holder .inner img {
    transform: scale(1.1) rotate(2deg);
    -webkit-transform: scale(1.1) rotate(2deg);
    -moz-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    -o-transform: scale(1.1) rotate(2deg);
}

.fg__volunteers__box:hover .img-holder .overlay-box {
    opacity: 0.8;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}
.fg__volunteers__box:hover .img-holder .overlay-box .social-links {
    opacity: 1.0;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.fg__volunteers__content {
    padding: 0 70px;
}

.fg__volunteers__content .slick-prev {
    left: 20px;
}

.fg__volunteers__content .slick-next {
    right: 30px;
}

.fg__volunteers__items {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 64px;
}

.fg-volunteer__area .slick-dots {
    left: 0;
}

/*** 
=============================================
    Custom Slider - Style
=============================================
***/

.slick-prev, .slick-next {
    z-index: 9;
}

/*** 
=============================================
    Responsive Slider Features - Style
=============================================
***/
@media only screen and (max-width: 1920px) {}
@media only screen and (max-width: 1660px) {}
@media only screen and (max-width: 1440px) {


    /** VOLUNTEERS - 1440 */
    .fg__volunteers__items .fg__volunteers__box {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media only screen and (max-width: 1366px) {}
@media only screen and (max-width: 1280px) {

    /** VOLUNTEERS - 1440 */
    .fg__volunteers__items {
        grid-template-columns: repeat(2, 1fr);
    }

    .fg__volunteers__items .fg__volunteers__box {
        grid-template-columns: repeat(2, 1fr);
    }    
}

@media only screen and (max-width: 1024px) {
    /** NEWS - 1024 */
    .fg__news__slide .slick-prev {
        left: -30px;
    }
    .fg__news__slide .slick-next {
        right: -10px;
    }
    
    
    /** OUR TEAM - 1024 */
    .fg__ourteam__slide .right__box .descript p {
        font-size: 0.8rem;
    }

    /** VOLUNTEERS - 1024 */
}
@media only screen and (max-width: 992px) {
    /** NEWS - 992 */
    .fg__news__slide .slick-prev {
        left: -10px;
    }
    .fg__news__slide .slick-next {
        right: 10px;
    }

    /** OUR TEAM - 992 */
    .fg__ourteam__slide .right__box .descript p {
        font-size: 1rem;
    }
    section.fg-our-team__area {
        padding: 40px 0;
    }

    /** VOLUNTEERS - 992 */
    .fg__volunteers__items {
        grid-template-columns: repeat(2, 1fr);
    }

    .fg__volunteers__items .fg__volunteers__box {
        grid-template-columns: repeat(1, 1fr);
    }
    
}
@media only screen and (max-width: 768px) {}
@media only screen and (max-width: 767px) {
    /** NEWS - mobile */

    /** OUR TEAM - mobile */

    .fg__ourteam__slide .right__box .descript p {
        font-size: 0.8rem;
    }
    section.fg-our-team__area {
        padding: 20px 0;
    }

    /** VOLUNTEERS - mobile */
    .fg__volunteers__items {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .fg__volunteers__items .fg__volunteers__box {
        grid-template-columns: repeat(1, 1fr);
    }
}