@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Great Vibes';
    src: url('../fonts/GreatVibes-Regular.eot');
    src: url('../fonts/GreatVibes-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GreatVibes-Regular.woff') format('woff'),
        url('../fonts/GreatVibes-Regular.ttf') format('truetype'),
        url('../fonts/GreatVibes-Regular.svg#GreatVibes-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    color: #656565;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

p:last-of-type {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1 {
    font-size: 65px;
    line-height: 90px;
    font-family: 'Poppins';
    font-weight: bold;
}

h2,
.h2 {
    font-size: 50px;
    line-height: 60px;
    font-family: 'Poppins';
    font-weight: bold;
    color: #222222;
    text-transform: uppercase;
}

p {
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    color: #656565;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: flex-end;
}

.flex-column {
    flex-direction: column;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.flex-wrap {
    flex-wrap: wrap;
}

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

.justify-content-between {
    justify-content: space-between;
}

.main-container {
    max-width: 1350px;
    margin: 0 auto;
    width: 100%;
}

/* Header Css */

.header-section {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.top-header-section {
    background: #fff;
    padding: 12px 25px;
    width: 100%;
}

.header-social-icon ul li a {
    width: 26px;
    height: 26px;
    display: flex;
    background: #6A847A;
    border-radius: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.header-social-icon ul {
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 12px;
}

.header-contact-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 45px;
}

.header-contact-info ul li {
    font-size: 13px;
    line-height: 19px;
    color: #464646;
    font-family: 'Poppins';
    font-weight: normal;
    display: flex;
    letter-spacing: 0.5px;
    position: relative;
    padding: 0px;
    align-items: center;
    gap: 10px;
}

.header-contact-info ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-contact-info ul .icons {
    width: 26px;
    height: 26px;
    display: flex;
    background: #6A847A;
    border-radius: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.header-contact-info ul li a {
    color: #464646;
    text-decoration: none;
}


.logo-header-section {
    background: rgba(135, 67, 46, .95);
    padding: 0px;
}

.logo-header-section .logo-div {
    width: 83px;
}

.logo-header-section .menu-colm {
    width: calc(100% - 83px);
    padding: 0 0 0 20px;
}

.logo-header-section .header-menu-div ul li {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    display: inline-flex;
    position: relative;
}

.logo-header-section .header-menu-div ul li a {
    color: #fff;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0px;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    display: inline-flex;
    height: 100%;
    align-items: center;
}

.logo-header-section .logo-div img {
    vertical-align: top;
}

.logo-header-section .header-menu-div ul li a.active,
.logo-header-section .header-menu-div ul li a:hover {
    color: #D49C8A;
    border-color: #D49C8A;
}

.logo-header-section .header-menu-div ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    height: 87px;
}

.logo-header-section .header-menu-div ul li a.right_btns {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 17px 30px;
    display: inline-block;
    border-radius: 30px;
    border: 0;
    height: 55px;
    margin-top: 16px;
}

.logo-header-section .header-menu-div ul li a.right_btns::after {
    background-image: url("../images/menu-icon.webp");
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -1px 0 0 12px;
    width: 12px;
    height: 12px;
}

.logo-header-section .header-menu-div ul li a.right_btns:hover,
.banner-description .banner-button a:hover {
    background-color: #6A847A;
    color: #fff;
}


.logo-header-section .header-menu-div ul li ul.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 280px;
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
    display: none;
    transition: 0.5s;
    z-index: 1000;
}

.logo-header-section .header-menu-div ul li ul.dropdown-menu>li {
    display: block;
}

.logo-header-section .header-menu-div ul li ul.dropdown-menu>li>a {
    display: block;
    color: #000;
    padding: 6px 12px;
}

.logo-header-section .header-menu-div ul li:hover ul.dropdown-menu {
    display: block;
    height: auto;
    top: 87px;
    transition: 0.5s;
}


/* submenu-css */
.logo-header-section .header-menu-div ul li ul.dropdown-menu>li.dropdown-submenu {
    position: relative;
}

.logo-header-section .header-menu-div ul li ul.dropdown-menu>li.dropdown-submenu::after {
    content: '';
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #81432f;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.logo-header-section .header-menu-div ul li ul.dropdown-menu>li.dropdown-submenu .dropdown-menu {
    position: absolute;
    left: 280px;
    top: 0px;
    display: none;
    z-index: 1000;
}

.logo-header-section .header-menu-div ul li ul.dropdown-menu>li.dropdown-submenu:hover ul.dropdown-menu {
    display: block;
}

/* end-submenu */

/* Banner Section Css */

.banner-section {
    padding: 449px 25px 196px;
    background-image: url("../images/self-studio-banner.webp");
    background-position: center;
    background-size: cover;
    position: relative;
}

.banner-section::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    opacity: 0.5;
}

.banner-section .banner-description {
    position: relative;
    z-index: 1;
    max-width: 890px;
}

.banner-description .banner-sub-heading {
    padding: 0 0 0 42px;
    position: relative;
    color: #fff;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    text-transform: uppercase;
    margin: 0 0 18px;
}

.banner-description h1 {
    color: #fff;
    margin: 0 0 17px;
}

.banner-description p {
    color: #fff;
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    margin: 0 0 30px;
}

.banner-description .banner-sub-heading::before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 35px;
    height: 1px;
    background: #fff;
    content: "";
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.banner-description .banner-button a {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 17px 29px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    position: relative;
}

.banner-description .banner-button a::after {
    background-image: url("../images/banner-arrow-right.webp");
    content: "";
    display: inline-block;
    margin: 0 0 0 15px;
    width: 16px;
    height: 12px;
    opacity: 0.3;
}

.yellow-text {
    color: #FFC107;
}


.videobox {
    padding: 100px 25px;
}

/* Our Beginning Css */

.our-beginning-section {
    padding: 100px 25px;
    background-image: url("../images/about-bg.webp");
    background-position: center bottom;
    background-size: cover;
}

.colm-6 {
    width: 50%;
}

.colm-12 {
    width: 100%;
}

.our-beginning-section .beginning-content-div {
    padding: 0 0 0 30px;
    max-width: 658px;
    margin: 0 0 0 auto;
}

.sub-title-div {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    letter-spacing: 2px;
    color: #87432E;
    margin: 0 0 11px;
    text-transform: uppercase;
}

.our-beginning-section h2 {
    margin: 0 0 12px;
}

.our-beginning-section .beginning-content-div p {
    margin: 0 0 34px;
}

.our-beginning-section .learn-btns a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    border: 2px solid #E0A800;
    background-color: #FFC107;
    color: #87432E;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: bold;
}

.our-beginning-section .learn-btns a::after {
    content: "";
    background-image: url("../images/red-arrow-icon.webp");
    display: inline-block;
    margin: 0 0 0 12px;
    width: 15px;
    height: 12px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.our-beginning-section .learn-btns a:hover {
    background-color: #87432E;
    border-color: #87432E;
    color: #fff;
}

.our-beginning-section .learn-btns a:hover::after {
    filter: brightness(0) invert(1);
}

/* Blog Section Css */

.hm-blog-section {
    padding: 0 25px 100px;
}

.hm-blog-section .blog-top-row {
    padding: 0 0 35px;
}

.blog-top-row .view-all-btns {
    text-align: right;
    padding: 0 0 0 30px;
}

.view-all-btns a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    border: 2px solid #556A60;
    background-color: #6A847A;
    color: #FFF;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: bold;
}

.view-all-btns a::after {
    content: "";
    background-image: url("../images/banner-arrow-right.webp");
    display: inline-block;
    margin: 0 0 0 12px;
    width: 16px;
    height: 12px;
    opacity: 0.3;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.latest-post-items {
    padding: 0 20px 0 0;
}

.latest-post-items .blog-items {
    max-width: 650px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 25px 0px #0000001C;
}

.latest-post-items .blog-featured-image img {
    vertical-align: top;
    border-radius: 10px 10px 0 0;
}

.latest-post-items .blog-info {
    padding: 25px 25px 20px;
}

.latest-post-items .post-title {
    font-family: 'Poppins';
    font-size: 21px;
    font-weight: 600;
    line-height: 31.5px;
    text-align: left;
    margin: 0 0 10px;
}

.latest-post-items .post-title a {
    color: #000;
    text-decoration: none;
}

.latest-post-items .post-excerpt {
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    color: #656565;
    margin: 0 0 27px;
}

.read-more-btn a {
    color: #6A847A;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.read-more-btn a::after {
    content: "";
    width: 31px;
    height: 31px;
    background-color: #6A847A;
    display: inline-block;
    vertical-align: middle;
    border-radius: 30px;
    margin: 0 0 0 15px;
    background-image: url("../images/blog-icon.webp");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.read-more-btn a:hover {
    color: #20312A;
}

.read-more-btn a:hover::after {
    background-color: #20312A;
}

.three-blogs-items {
    padding: 0 0 0 20px;
}

.three-blogs-items .blogs-listing {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.three-blogs-items .blog-items-content {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0px 0px 25px 0px #0000001C;
    border-radius: 10px;
    padding: 12px;
}

.three-blogs-items .blog-featured-image {
    width: 14.2%;
}

.three-blogs-items .blog-info {
    width: 85.8%;
    padding: 0 0 0 12px;
}

.three-blogs-items .post-title {
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 500;
    line-height: 25.5px;
    margin: 0 0 8px;
}

.three-blogs-items .post-title a {
    color: #000;
    text-decoration: none;
}

.three-blogs-items .post-excerpt {
    font-size: 15px;
    line-height: 25px;
    color: #656565;
    margin: 0 0 16px;
}

.three-blogs-items .read-more-btn a::after {
    width: 28px;
    height: 28px;
    margin: 0 0 0 10px;
}

.three-blogs-items .blog-featured-image img {
    vertical-align: top;
    border-radius: 10px;
}

.three-blogs-items .blog-info .post-excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.latest-post-items .post-excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}



/* Event Section Css */

.upcoming-events-section {
    background: #20312A;
    padding: 50px 25px;
}

.upcoming-events-section .events-title-block .sub-title-div {
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

.upcoming-events-section .events-listing-row {
    gap: 23px;
}

.upcoming-events-section .events-title-block h2 {
    text-align: center;
    color: #fff;
}

.upcoming-events-section .events-title-block {
    padding: 0 0 54px;
}

.events-listing-row .events-items {
    background-color: rgba(255, 255, 255, .1);
    border-radius: 10px;
    padding: 14px 20px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
}

.events-items .event-date-block {
    width: 100%;
    background-color: #6A847A;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 6px 0 0;
    justify-content: center;
}

.events-items .event-date-colm {
    width: 130px;
}

.events-items .event-date-block .event-month {
    display: block;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
}

.events-items .event-date-block .event-date {
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 1px;
    color: #fff;
}

.events-items .event-info-boxs {
    width: calc(100% - 130px);
    padding: 0 0 0 27px;
}

.events-items .event-title {
    font-family: 'Poppins';
    font-size: 23px;
    font-weight: 500;
    line-height: 34.5px;
    color: #fff;
    margin: 0 0 6px;
}

.events-items p {
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 12px;
}

.register-btn a {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    letter-spacing: 1px;
    text-align: left;
    color: #6A847A;
    text-decoration: none;
    text-transform: uppercase;
}

.register-btn a::after {
    content: "";
    background-image: url("../images/register-btn-icon.webp");
    display: inline-block;
    margin: 0 0 0 10px;
    width: 14px;
    height: 11px;
}

.register-btn {
    line-height: 1;
}


/* Project Section Css */

.featured-projects-section {
    padding: 40px 20px;
    background-image: url("../images/project-back-bg.webp");
    background-position: center bottom;
    background-size: cover;
}

.project-top-row .view-all-btns {
    text-align: right;
}

.featured-projects-section .project-top-row {
    padding: 0 0 35px;
}

.featured-projects-section .project-content-row {
    margin-left: -15px;
    margin-right: -15px;
}

.colm-4 {
    width: 33.333%;
    padding: 0 15px;
}

.project-items {
    background: #F2F4F4;
    border-radius: 10px;
}

.project-items .project-featured-image {
    position: relative;
}

.project-items .project-featured-image img {
    vertical-align: top;
    border-radius: 10px 10px 0 0;
}

.project-category {
    position: absolute;
    top: 25px;
    right: 25px;
}

.project-category {
    position: absolute;
    top: 25px;
    right: 25px;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    color: #FFF;
    background-color: #A74122;
    padding: 10px 17px;
    border-radius: 30px;
    display: inline-block;
}

.project-items .project-info-boxs {
    padding: 29px 25px 36px;
}

.project-items .project-info-boxs h3 {
    font-family: 'Poppins';
    font-size: 21px;
    font-weight: 600;
    line-height: 31.5px;
    color: #000;
    margin: 0 0 8px;
}

.project-items .project-info-boxs p {
    margin: 0 0 12px;
}

.project-items .project-btns {
    line-height: 1;
}

.project-items .project-btns a {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    color: #6A847A;
}

.project-items .project-btns a::after {
    content: "";
    width: 31px;
    height: 31px;
    background-color: #6A847A;
    display: inline-block;
    vertical-align: middle;
    border-radius: 30px;
    margin: 0 0 0 14px;
    background-image: url("../images/blog-icon.webp");
    background-position: center;
    background-repeat: no-repeat;
}

.project-items .project-info-boxs p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.project-content-row .colm-6 {
    padding: 0 15px;
}

.project-items .project-featured-image img {
    width: 100%;
}



/* Footer Css Add Here */

.footer-section {
    background-color: #f2f2f2;
    padding: 90px 25px;
}

.footer-top-section {
    gap: 30px;
}

.footer-top-section .icon-box-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-top-section .icon-box-wrapper .icon-box-icon {
    border: 2px dashed #905442;
    width: 70px;
    height: 70px;
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
}

.footer-top-section .icon-box-wrapper .icon-box-icon img {
    vertical-align: middle;
}

.footer-top-section .icon-box-content .icon-box-title {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    text-align: left;
    color: #444;
    margin: 0 0 3px;
}

.footer-top-section .icon-box-content p {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-align: left;
    color: #444;
}

.footer-top-section .icon-box-content p a {
    color: #444;
    text-decoration: none;
}

.footer-top-section .phone-info-boxs {
    min-width: 360px;
}



.footer-logo-section {
    border-top: 1px solid #DFDFDF;
    margin: 65px 0 0;
    padding: 60px 0 0;
}

.footer-social-icon ul {
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 12px;
    justify-content: flex-end;
}

.footer-social-icon ul li a {
    width: 56px;
    height: 56px;
    display: flex;
    background: #87432E;
    border-radius: 50px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.footer-copyright-text p {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #999466;
}

.footer-logo-div img {
    vertical-align: top;
}

.footer-logo-div {
    margin: 0 0 18px;
}

.footer-left-colm {
    width: 60%;
    padding: 0 30px 0 0;
}

.footer-logo-section .footer-social-icon {
    width: 40%;
}

.footer-copyright-text {
    width: 100%;
}



/* About Us Page Css */

.inner-banner-section {
    padding: 336px 25px 184px;
    background-image: url("../images/inner-banner-back.webp");
    background-position: center;
    background-size: cover;
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.inner-banner-section::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    opacity: 0.5;
}

.inner-banner-section .full-colm {
    position: relative;
    z-index: 1;
}

.inner-banner-section .banner-description {
    max-width: 817px;
}

.inner-banner-section .banner-description h1 {
    margin: 0;
}


.inner-banner-section.videobg {
    background-image: url("../images/videobg.jpg");
    background-position: top center;
    background-size: cover;
}

.inner-banner-section.calendarbg {
    background-image: url("../images/bgevent.png");
    background-position: top center;
    background-size: cover;
}

.inner-banner-section.awardbg {
    background-image: url("../images/book-award.jpg");
    background-position: top center;
    background-size: cover;
}

.inner-banner-section.intiatebg {
    background-image: url("../images/initiative.png");
    background-position: top center;
    background-size: cover;
}

.inner-banner-section.newsebg {
    background-image: url("../images/newbg.png");
    background-position: top center;
    background-size: cover;
}

/* videos-page-css */
.teambox {
    position: relative;
    height: 100%;
}

.overlayteam {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
}

a.playbtn {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    border: none;
    background: #d51c00;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

a.playbtn>i {
    color: rgba(255, 255, 255);
}

.teambox .profilesteam>img {
    height: 100%;
    object-fit: cover;
}

.teambox .profilesteam {
    height: 100%;
}

.main-videos-section {
    padding: 40px 20px;
}

/* videos-page-css-end */


/* Our Mission Css */

.our-mission-section {
    padding: 100px 25px;
    background-image: url("../images/project-back-bg.webp");
    background-position: center 24px;
    background-size: cover;
}

.colm-5 {
    width: 44%;
}

.colm-7 {
    width: 56%;
}

.mission-image-div {
    padding: 0 0 0 36px;
    max-width: 734px;
    margin: 0 0 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.mission-image-div .mission-left-image {
    display: flex;
    flex-wrap: wrap;
    width: 62.18%;
}

.mission-image-div .mission-right-image {
    display: flex;
    flex-wrap: wrap;
    width: 37.82%;
    padding: 0 0 0 14px;
}

.mission-image-div img {
    object-fit: cover;
    border-radius: 10px;
    vertical-align: top;
}

.our-mission-content p {
    margin: 0 0 10px;
}

.our-mission-content p:last-child {
    margin: 0px;
}

.our-mission-content h2 {
    margin: 0 0 4px;
}

/* History Legacy Css */

.history-legacy-section {
    background-color: #6A847A;
    padding: 50px 25px;
}

.history-legacy-padd {
    padding-left: 28px;
}

.history-legacy-section .history-legacy-title-block {
    width: 100%;
    padding: 0 0 15px;
}


.history-legacy-title-block .sub-title-div {
    color: rgba(255, 255, 255, 0.5);
}

.history-legacy-title-block h2 {
    color: #fff;
}

.history-legacy-image {
    width: 100%;
    padding: 0 0 40px;
}

.history-legacy-image img {
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px #436055;
    vertical-align: top;
}

.legacy-left-colm {
    width: 50%;
    padding: 0 20px 0 0;
}

.legacy-right-colm {
    width: 50%;
    padding: 0 0 0 20px;
}

.history-legacy-section p {
    color: #fff;
}

.legacy-right-colm .max-content-div {
    max-width: 626px;
    margin: 0 0 0 auto;
}


/* Goal Impact Css */

.goal-impact-section {
    padding: 100px 25px 50px;
}

.goal-impact-section .gaol-content-block {
    width: 58%;
    padding: 0 0 0 40px;
}

.goal-impact-section .gaol-title-block {
    width: 42%;
}

.goal-impact-boxs-sec .goal-impact-rows {
    margin-left: -15px;
    margin-right: -15px;
}

.goal-impact-items {
    background-color: rgba(106, 132, 122, 0.1);
    border-radius: 10px;
    width: 100%;
    padding: 20px;
}

.goal-impact-items .goal-icon-boxs {
    width: 100%;
    margin: 0 0 12px;
}

.goal-impact-items .goal-icon-boxs .icon-div {
    width: 100px;
    height: 100px;
    background: #6A847A;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px;
}

.goal-impact-items .goal-impact-info-boxs h3 {
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 1px;
    text-align: left;
    color: #222;
    text-transform: uppercase;
    margin: 0 0 3px;
}

.goal-impact-items .goal-impact-info-boxs p {
    font-size: 15px;
    line-height: 29px;
}

.goal-impact-title {
    padding: 0 0 37px;
}

.goal-impact-items .goal-icon-boxs .icon-div img {
    width: 60px;
    height: 60px;
}


/* Criteria Section Css */
.criteria-section {
    padding: 0 25px 100px;
}

.criteria-title-block {
    padding: 0 0 20px;
}

.criteria-listing-content {
    padding: 30px;
    background-color: rgba(135, 67, 46, 0.07);
    border-radius: 10px;
}

.criteria-title-block h3 {
    font-family: Poppins;
    font-size: 33px;
    font-weight: 700;
    line-height: 43px;
    text-align: left;
    color: #222;
    text-transform: uppercase
}

.criteria-listing-row {
    margin-left: -15px;
    margin-right: -15px;
}

.listing-content-div ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.listing-content-div ul li {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #656565;
    position: relative;
    padding: 0 0 0 34px;
}

.listing-content-div ul li::before {
    position: absolute;
    left: 0;
    top: 2px;
    width: 26px;
    height: 26px;
    content: "";
    background-color: #87432E;
    border-radius: 30px;
    background-image: url("../images/blog-icon.webp");
    background-position: center;
    background-repeat: no-repeat;
}

.listing-content-div {
    max-width: 100%;
}

.listing-content-div.center-content {
    margin: 0 auto;
}

.listing-content-div.right-content {
    margin: 0 0 0 auto;
}


/* Impact Community Section Css */

.impact-community-section {
    padding: 0 25px 130px;
}

.impact-community-title-block {
    padding: 0 0 40px;
}

.impact-community-title-block h3 {
    font-family: Poppins;
    font-size: 33px;
    font-weight: 700;
    line-height: 43px;
    text-align: left;
    color: #222;
    text-transform: uppercase;
}

.impact-community-row {
    margin-left: -10px;
    margin-right: -10px;
}

.community-items .community-image {
    position: relative;
    padding: 36px 0 16px;
}

.colm-3 {
    width: 25%;
    padding: 0 10px;
}

.community-items .community-featured-image img {
    vertical-align: top;
    border-radius: 10px;
}

.community-items .community-date-boxs {
    position: absolute;
    left: 13px;
    top: 0;
    background-color: #6A847A;
    border-radius: 10px;
    width: 90px;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.community-items .year-text {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
}

.community-items .community-year {
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    color: #fff;
}

.community-items .Community-info-boxs p {
    font-size: 15px;
    line-height: 29px;
}

.community-content-boxs {
    padding: 0 0 83px;
}

.two-buttons-div {
    gap: 24px;
}

.donate-btns a {
    display: inline-block;
    border: 2px solid #E0A800;
    background: #FFC107;
    color: #87432E;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}

.donate-btns a::after {
    content: "";
    background-image: url("../images/red-arrow-icon.webp");
    display: inline-block;
    margin: 0 0 0 12px;
    width: 15px;
    height: 12px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.learn-btns a {
    display: inline-block;
    border: 2px solid #556A60;
    background: #6A847A;
    color: #fff;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}

.learn-btns a::after {
    content: "";
    background-image: url("../images/banner-arrow-right.webp");
    display: inline-block;
    margin: 0 0 0 12px;
    width: 16px;
    height: 12px;
    opacity: 0.3;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.donate-btns a:hover {
    background: #87432E;
    color: #fff;
    border-color: #87432E;
}

.donate-btns a:hover::after,
.learn-btns a:hover::after {
    filter: brightness(0) invert(1);
    opacity: 1;
}

.learn-btns a:hover,
.view-all-btns a:hover {
    background: #20312A;
    border-color: #20312A;
}


/* Initiatives Page Css */

.initiatives-content-section {
    padding: 100px 25px;
    background-image: url("../images/project-back-bg.webp");
    background-position: center 24px;
    background-size: cover;
}

.initiatives-image-div img {
    border-radius: 10px;
}

.initiatives-image-div {
    padding: 0 40px 0 0;
}

.initiatives-content h2 {
    margin: 0 0 3px;
}

.initiatives-content p {
    margin: 0 0 20px;
}

.initiatives-content h3 {
    font-family: 'Poppins';
    font-size: 25px;
    font-weight: 600;
    line-height: 37.5px;
    text-align: left;
    color: #222;
    margin: 0 0 13px;
}

.initiatives-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.initiatives-content ul li {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #656565;
    position: relative;
    padding: 0 0 0 28px;
}

.initiatives-content ul li::before {
    background-image: url("../images/red-arrow-icon.webp");
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 15px;
    height: 12px;
}

/* .initiatives-image-div img {height: 360px;object-fit: cover;} */
.initiatives-content-section .initiatives-row {
    align-items: center;
}

.award-content-row .award-row-inner {
    align-items: center;
}

.teams-image-div img {
    width: 100%;
}

.our-team-section .our-team-title-block.pt-top-row {
    padding-top: 50px;
}


/* Initiatives Award Section Css */

.award-section {
    padding: 50px 25px 50px;
}

.award-section .award-title-block {
    width: 100%;
    padding: 0 0 35px;
}

.award-left-colm {
    width: 26.4%;
}

.award-image-div img {
    vertical-align: top;
    border-radius: 10px;
}

.award-right-colm {
    width: 73.6%;
    padding: 0 0 0 42px;
}

.award-content-items h3 {
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #222;
    text-transform: uppercase;
    margin: 0 0 9px;
}

.award-content-items .author-name {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #87432E;
    margin: 0px 0 5px;
}

.award-content-items .author-name .divider-line {
    color: #656565;
}

.award-content-items p {
    margin: 0 0 20px;
}

.award-content-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.award-content-info .award-info-boxs {
    background-color: #F2F2F2;
    border-radius: 10px;
    padding: 19px 20px;
}

.award-content-info .award-info-boxs p {
    margin: 0;
}

.award-content-info .award-info-boxs h4 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #87432E;
    margin: 0 0 5px;
}

.awards-buttons {
    padding: 26px 0 0;
}

.awards-content-section .award-content-row {
    border-bottom: 1px solid #D9D9D9;
    padding: 0 0 90px;
    margin: 0 0 90px;
}

.awards-content-section .award-content-row:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}



/* Team Page Css */

.leadership-content-section {
    padding: 100px 25px;
}

.leadership-image-colm {
    width: 44.54%;
}

.leadership-content-colm {
    width: 55.46%;
    padding: 0 0 0 40px;
}

.leadership-content-section .leadership-content {
    max-width: 680px;
    margin: 0 0 0 auto;
}

.leadership-image img {
    vertical-align: top;
    border-radius: 10px;
}

.sign-div {
    font-family: 'Great Vibes';
    font-size: 70px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 3px;
    text-align: left;
    color: #222;
    margin: 50px 0 0;
}

.leadership-content h2 {
    margin: 0 0 6px;
}

.leadership-content p {
    margin: 0 0 12px;
}



/* Our Team Section Css */

.our-team-section {
    padding: 30px 25px 100px;
}

.team-left-colm {
    width: 44.54%;
}

.team-right-colm {
    width: 55.46%;
    padding: 0 0 0 40px;
}

.our-team-title-block {
    width: 100%;
    padding: 0 0 55px;
}

.our-team-title-block .team-max-content {
    max-width: 680px;
    margin: 0 0 0 auto;
}


.our-teams-boxs .teams-rows {
    margin-left: -10px;
    margin-right: -10px;
    row-gap: 40px;
}

.team-items .team-image-boxs {
    position: relative;
    overflow: hidden;
}

.team-items .teams-image-div img {
    border-radius: 30px;
    vertical-align: top;
}

.team-items:hover .team-social-icon {
    bottom: 16px;
}

.team-items .team-social-icon {
    width: calc(100% - 32px);
    margin: 0 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.team-items .team-social-icon ul li a {
    display: block;
}

.team-items .team-social-icon ul li img {
    vertical-align: middle;
}

.team-items .team-social-icon ul {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    line-height: 1;
    gap: 10px;
    padding: 15px;
}

.team-items .team-info-boxs h3 {
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #87432E;
    margin: 0 0 5px;
}

.team-items .team-info-boxs .job-title {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    letter-spacing: 1px;
    color: #87432E;
    text-transform: uppercase;
}

.team-items .team-info-boxs {
    padding: 18px 0 0;
}

.team-bottom-btns {
    padding: 70px 0 0;
}

.team-items .team-info-boxs .job-experience,
.team-items .team-info-boxs .job-content {
    padding-top: 10px;
}

/* .team-items .team-social-icon ul .job-experience {line-height: 30px;}
.team-items .team-social-icon {bottom: -100%;} */


/* Initiative Landing Page Css */

.initiative-books-section {
    padding: 100px 25px 80px;
}

.init-books-image-colm {
    width: 29.6%;
}

.init-books-content-colm {
    width: 70.4%;
    padding: 0 0 0 40px;
}

.initiative-books-section .init-books-content {
    max-width: 882px;
    margin: 0 0 0 auto;
}

.books-image img {
    vertical-align: top;
    border-radius: 10px;
}

.init-books-content-colm h2 {
    margin: 0 0 3px;
}

.init-books-content-colm p {
    margin: 0 0 12px;
}


/* Initiative Goal Section Css */

.initiative-goals-section {
    padding: 0 25px 70px;
}

.init-goals-row {
    margin-left: -10px;
    margin-right: -10px;
}

.init-goals-row .colm-6 {
    padding: 0 10px;
}

.initiative-goals-section .init-goals-conten {
    padding: 33px 20px 22px;
    background-color: rgba(106, 135, 122, 0.1);
    border-radius: 10px;
}

.initiative-goals-section h3 {
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: #222;
    margin: 0 0 15px;
}

.initiative-goals-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.initiative-goals-section ul li {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #656565;
    list-style: none;
    position: relative;
    padding: 0 0 0 26px;
}

.initiative-goals-section ul li::before {
    background-image: url("../images/red-arrow-icon.webp");
    content: "";
    width: 15px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 6px;
}

.initiative-goals-section .init-Significance-conten {
    padding: 33px 20px 22px;
    background-color: rgba(135, 67, 46, 0.1);
    border-radius: 10px;
}


/* Initiative About Section Css */
.initiative-about-section {
    padding: 0 25px 80px;
}

.init-about-title {
    padding: 0 0 40px;
}

.init-about-boxs .init-about-rows {
    row-gap: 30px;
    padding: 0 0 60px;
}

.init-about-boxs .init-about-info {
    width: 100%;
    padding: 22px 23px 26px;
    background-color: #F2F2F2;
    border-radius: 10px;
}

.init-about-boxs .init-about-info h3 {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #87432E;
    margin: 0 0 16px;
}

.init-about-boxs .init-about-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.init-about-boxs .init-about-info ul li {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #656565;
    list-style: none;
    position: relative;
    padding: 0 0 0 28px;
}

.init-about-boxs .init-about-info ul li::before {
    background-image: url("../images/red-arrow-icon.webp");
    content: "";
    width: 15px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 6px;
}

.init-info-rows {
    margin-left: -15px;
    margin-right: -15px;
}

.init-books-content-colm p:last-child {
    margin: 0;
}


/*Blogs Css*/
.blog-column-row {
    row-gap: 30px;
}

.main-blogs-section .blog-column-row .latest-post-items {
    padding: 0;
}

.main-blogs-section {
    padding: 100px 20px;
}

/* end-blog */


/* partner-logo */
.partner-logo-section {
    padding: 40px 20px;
}

.logo-partner {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    gap: 30px;
}

.logo-partner>.logo-item {
    flex: 1;
    background: #fff;
    padding: 15px;
    box-shadow: 0px 20px 24px rgba(0, 0, 0, 0.1);
    text-align: center;

    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.logo-partner>.logo-item img {
    margin: 0px;
}

/* partner-logo-end */


/* bottom-page */
section.bottom-section {
    background: #f2f2f2;
    border-top: #ccc solid thin;
    padding-top: 10px;
    text-align: center;
}

/* end-bottom-page */

.interview-section {
    background-color: #fff;
    padding: 50px 25px;
}

.interview_video {
    padding: 30% 0px;
    position: relative;
}


.quotebg {
    padding: 14px;
    background: #6b847a;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}

.award-image-div {
    float: left;
    padding-right: 30px;
}

.area-bottom-title {
    margin-bottom: 20px;
}

.area-content-section .area-content-row {
    border-bottom: 1px solid #D9D9D9;
    padding: 0 0 40px;
    margin: 0 0 40px;
    clear: left;
}

.area-content-items {
    display: flex;
    flex-direction: row;
    display: -webkit-flex;
    -webkit-flex-direction: row;
}

.area-content-items>.area-image-div {
    flex: 0 0 13%;
    margin-right: 10px;
}

.footer-links {
    margin: 0px;
    padding: 0px;
}

.footer-links ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 40px;
    text-align: center;
}

.footer-links ul li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: inline-block;
}

.footer-links ul li a {
    margin: 0px;
    padding: 4px 20px;
    list-style-type: none;
    display: inline-block;
    text-decoration: none;
    color: #000;
    background: #e7e7e7;
}

/* Responsive Css */
@media (min-width:992px) and (max-width:1399px) {
    .logo-header-section .header-menu-div ul li a {
        font-size: 12px;
    }

    .colm-6 {
        width: 100%;
    }
}

@media(max-width:1399px) {


    .main-container {
        max-width: 1200px;
    }

    /* Home Page Css */


    .banner-section {
        padding: 350px 25px 160px;
    }

    .three-blogs-items .post-excerpt {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 10px;
    }

    .three-blogs-items .post-title {
        margin: 0 0 5px;
    }

    .latest-post-items .post-excerpt {
        font-size: 15px;
        line-height: 24px;
        margin: 0 0 15px;
    }

    .footer-top-section .icon-box-content p {
        font-size: 16px;
        line-height: 25px;
    }

}

@media(max-width:1199px) {

    .main-container {
        max-width: 970px;
    }



    h2,
    .h2 {
        font-size: 40px;
        line-height: 50px;
    }

    h1 {
        font-size: 55px;
        line-height: 80px;
    }

    .banner-section {
        padding: 300px 25px 100px;
    }

    .footer-top-section .icon-box-wrapper .icon-box-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }

    .footer-top-section .icon-box-wrapper .icon-box-icon img {
        max-width: 20px;
    }


    /* About Page Css */

    .inner-banner-section {
        padding: 300px 25px 130px;
        display: block;
        min-height: inherit;
    }

    .inner-banner-section .banner-description {
        max-width: 700px;
    }

    .goal-impact-items .goal-impact-info-boxs h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .criteria-title-block h3,
    .impact-community-title-block h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .listing-content-div ul li {
        line-height: 24px;
        font-size: 15px;
    }

    .listing-content-div.right-content,
    .listing-content-div.center-content {
        margin: 0;
        max-width: 100%;
    }

    /* Team Page Css */
    .sign-div {
        font-size: 50px;
        line-height: 1;
        margin: 30px 0 0;
    }

}


@media(min-width:992px) {

    .menu-toogle {
        display: none;
    }

}



@media(max-width:991px) {


    /* Header Css */
    h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .top-header-section {
        display: none;
    }

    .menu-toogle {
        width: 40px;
        height: 28px;
        position: relative;
        background: transparent;
        border: 0;
        padding: 0;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

    .menu-toogle .icon-bar {
        width: 40px;
        height: 4px;
        background: #fff;
        border-radius: 30px;
        position: relative;
        display: inline-block;
    }

    .menu-toogle .icon-bar::before {
        position: absolute;
        left: 0;
        right: 0;
        width: 40px;
        height: 4px;
        top: -12px;
        content: "";
        background: #fff;
        border-radius: 30px;
    }

    .menu-toogle .icon-bar::after {
        position: absolute;
        left: 0;
        right: 0;
        width: 40px;
        height: 4px;
        bottom: -12px;
        content: "";
        background: #fff;
        border-radius: 30px;
    }

    .menu-toogle.active .icon-bar::after {
        -webkit-transform: translateY(-13px) translateX(0rem) rotate(45deg);
        -ms-transform: translateY(-13px) translateX(0rem) rotate(45deg);
        transform: translateY(-13px) translateX(0rem) rotate(45deg);
    }

    .menu-toogle.active .icon-bar::before {
        -webkit-transform: translateY(11px) rotate(-45deg);
        -ms-transform: translateY(11px) rotate(-45deg);
        transform: translateY(11px) rotate(-45deg);
    }

    .menu-toogle.active .icon-bar {
        background: transparent;
    }

    .header-section .menu-colm {
        display: none;
    }

    /* .header-section { position: relative;}   */

    .logo-header-section .menu-colm {
        position: absolute;
        left: 0;
        right: 0;
        top: 117px;
        width: 100%;
        padding: 0;
        background: #6a847a;
    }

    .logo-header-section .header-menu-div ul {
        gap: 0;
        flex-wrap: wrap;
        height: auto;
    }

    .logo-header-section .header-menu-div ul li {
        display: block;
        width: 100%;
        padding: 15px 25px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

    .logo-header-section .header-menu-div ul li a.right_btns {
        padding: 13px 30px;
    }

    .logo-header-section .header-menu-div ul li a {
        border: 0 !important;
    }


    .banner-section {
        padding: 250px 25px 80px;
    }

    .main-container {
        max-width: 720px;
    }

    h2,
    .h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .colm-4 {
        padding: 0 10px;
    }

    .featured-projects-section .project-content-row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .project-items .project-info-boxs {
        padding: 20px 15px 25px;
    }

    .project-items .project-info-boxs h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .project-items .project-info-boxs p {
        font-size: 14px;
        line-height: 24px;
    }

    .project-items .project-btns a {
        font-size: 14px;
    }

    .project-items .project-btns a::after {
        width: 28px;
        height: 28px;
    }

    .hm-blog-section .colm-6,
    .our-beginning-section .colm-6 {
        width: 100%;
    }

    .our-beginning-section .beginning-content-div {
        max-width: 100%;
        margin: 0;
        padding: 30px 0 0;
    }

    .our-beginning-section {
        padding: 60px 25px 80px;
    }

    .three-blogs-items {
        padding: 0px;
    }

    .latest-post-items {
        padding: 0 0 30px;
    }

    .latest-post-items .blog-items {
        max-width: 100%;
    }

    .latest-post-items .blog-featured-image img {
        width: 100%;
    }

    .hm-blog-section {
        padding: 0 25px 60px;
    }

    .upcoming-events-section {
        padding: 50px 25px;
    }

    .featured-projects-section {
        padding: 60px 25px;
    }





    /* Footer Css */

    .footer-section {
        padding: 50px 25px;
    }

    .footer-top-section .phone-info-boxs {
        min-width: 150px;
    }

    .footer-top-section .icon-box-content p {
        font-size: 15px;
        line-height: 22px;
    }

    .footer-logo-section {
        margin: 40px 0 0;
        padding: 40px 0 0;
    }

    .footer-top-section .icon-box-wrapper {
        display: block;
    }

    .footer-social-icon ul li a {
        width: 50px;
        height: 50px;
    }

    .footer-top-section .icon-box-wrapper .icon-box-icon {
        margin: 0 0 15px;
    }




    /* About Page Css */
    .inner-banner-section {
        padding: 250px 25px 80px;
    }

    .our-mission-content h2 {
        margin: 0 0 15px;
    }

    .our-mission-section {
        padding: 60px 20px 80px;
    }

    .colm-5 {
        width: 100%;
    }

    .our-mission-content {
        padding: 0 0 40px;
    }

    .colm-7 {
        width: 100%;
    }

    .mission-image-div {
        padding: 0;
        max-width: 698px;
        margin: 0;
    }

    .history-legacy-section {
        padding: 60px 25px;
    }

    .legacy-left-colm {
        width: 100%;
        padding: 0 0 15px;
    }

    .legacy-right-colm {
        width: 100%;
        padding: 0;
    }

    .history-legacy-section .history-legacy-title-block {
        padding: 0 0 30px;
    }

    .legacy-right-colm .max-content-div {
        max-width: 100%;
        margin: 0;
    }

    .goal-impact-section {
        padding: 60px 25px;
    }

    .goal-impact-section .gaol-title-block {
        width: 100%;
        padding: 0 0 15px;
    }

    .goal-impact-section .gaol-content-block {
        width: 100%;
        padding: 0;
    }

    .goal-impact-boxs-sec .goal-impact-rows {
        margin-left: -10px;
        margin-right: -10px;
    }

    .criteria-title-block h3,
    .impact-community-title-block h3 {
        font-size: 26px;
        line-height: 34px;
    }

    .colm-3 {
        width: 50%;
    }

    .community-items .community-featured-image img {
        width: 100%;
    }

    .impact-community-row {
        row-gap: 40px;
    }

    .community-content-boxs {
        padding: 0 0 50px;
    }

    .impact-community-section {
        padding: 0 25px 60px;
    }

    .criteria-listing-row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .criteria-listing-content {
        padding: 30px 20px;
    }


    /* Initiative Page Css */

    .initiatives-content-section {
        padding: 60px 25px 80px;
    }

    .initiatives-image-div {
        padding: 0 0 35px;
    }

    .awards-content-section .award-content-row {
        padding: 0 0 50px;
        margin: 0 0 50px;
    }

    .award-right-colm {
        padding: 0 0 0 30px;
    }

    .award-content-items h3 {
        font-size: 26px;
        line-height: 32px;
    }

    .award-section {
        padding: 0 25px 60px;
    }

    /* Team Page Css */
    .leadership-image-colm {
        width: 100%;
        padding: 0 0 35px;
    }

    .leadership-content-colm {
        width: 100%;
        padding: 0;
    }

    .leadership-content-section .leadership-content,
    .our-team-title-block .team-max-content {
        max-width: 100%;
        margin: 0;
    }

    .leadership-content-section {
        padding: 60px 25px 40px;
    }

    .our-teams-boxs .teams-rows .colm-3 {
        width: 33.3333%;
    }

    .team-left-colm {
        width: 100%;
        padding: 0 0 15px;
    }

    .team-right-colm {
        width: 100%;
        padding: 0;
    }

    .team-bottom-btns {
        padding: 50px 0 0;
    }

    .team-items .team-info-boxs h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .team-items .team-info-boxs .job-title {
        font-size: 14px;
        line-height: 20px;
    }

    .our-team-title-block {
        padding: 0 0 40px;
    }

    .our-team-section {
        padding: 20px 25px 60px;
    }


    /* Initiative Landing Page Css */
    .init-books-image-colm {
        width: 100%;
        padding: 0 0 35px;
    }

    .initiative-about-section .colm-6 {
        width: 100%;
    }

    .init-books-content-colm {
        width: 100%;
        padding: 0;
    }

    .init-about-title-block {
        padding: 0 0 10px;
    }

    .initiative-books-section {
        padding: 60px 25px;
    }

    .initiative-goals-section h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .initiative-goals-section {
        padding: 0 25px 60px;
    }

    .initiative-about-section {
        padding: 0 25px 60px;
    }

    .init-about-boxs .init-about-rows {
        padding: 0 0 40px;
    }

    .init-books-content-colm h2 {
        margin: 0 0 10px;
    }

    .init-info-rows .colm-4 {
        width: 50%;
    }

    .init-info-rows .colm-4:last-child {
        width: 100%;
    }

    .init-info-rows {
        row-gap: 30px;
    }

}

@media(min-width:768px) and (max-width:991px) {


    .logo-partner {
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 15px;
    }

    .logo-partner>.logo-item {
        flex: 0 0 30.5%;
    }

    .colm-6 {
        width: 100%;
    }
}


@media(min-width:768px) {

    .hide-on-desktop {
        display: none;
    }
}



@media(max-width:767px) {

    .footer-links ul li {
        display: block;
        margin-bottom: 5px;
    }

    .footer-links ul li a {
        display: block;
    }

    .logo-header-section {
        padding: 15px;
    }

    h1 {
        font-size: 36px;
        line-height: 44px;
    }

    .banner-description p {
        font-size: 18px;
        line-height: 28px;
    }

    .banner-section::before {
        opacity: 0.65;
    }

    .banner-section {
        padding: 200px 25px 60px;
    }

    .hide-on-mobile {
        display: none;
    }

    .events-items .event-info-boxs {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .events-items .event-date-colm {
        width: 100%;
        padding: 0 0 20px;
    }

    .upcoming-events-section .events-title-block {
        padding: 0 0 35px;
    }

    .events-listing-row .events-items {
        padding: 30px 25px;
    }

    .events-items .event-date-block {
        max-width: 130px;
        min-height: 130px;
        margin: 0 auto;
    }

    .events-items .event-date-block .event-date {
        font-size: 24px;
        line-height: 36px;
    }

    .events-items .event-date-block .event-month {
        font-size: 14px;
    }

    .colm-6 {
        width: 100%;
    }

    h2,
    .h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .featured-projects-section .main-container {
        max-width: 430px;
    }

    .project-items .project-info-boxs {
        padding: 20px 20px 25px;
    }

    .featured-projects-section .project-content-row {
        row-gap: 30px;
    }

    .colm-4 {
        width: 100%;
    }

    p {
        font-size: 14px;
        line-height: 24px;
    }

    .three-blogs-items .blog-featured-image {
        width: 100%;
        margin: 0 0 15px;
    }

    .mobile-btns {
        text-align: center;
        margin: 35px 0 0;
    }

    .three-blogs-items .blog-info {
        width: 100%;
        padding: 25px 25px 20px;
    }

    .three-blogs-items .blog-items-content {
        padding: 0;
    }

    .three-blogs-items .blog-featured-image {
        margin: 0;
    }

    .three-blogs-items .blog-featured-image img {
        border-radius: 10px 10px 0 0;
        width: 100%;
    }

    .latest-post-items .post-title,
    .three-blogs-items .post-title,
    .three-blogs-items .post-title {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 10px;
    }

    .latest-post-items .post-excerpt,
    .three-blogs-items .post-excerpt {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 15px;
    }

    .read-more-btn a::after {
        width: 28px;
        height: 28px;
        margin: 0 0 0 10px;
    }

    /* Footer Css */
    .footer-top-section {
        flex-direction: column;
    }

    .footer-top-section .icon-box-wrapper {
        display: flex;
        min-width: inherit;
    }

    .footer-top-section .icon-box-wrapper .icon-box-icon {
        margin: 0;
    }

    .footer-top-section .icon-box-wrapper .icon-box-icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }

    .footer-top-section .icon-box-content p {
        font-size: 16px;
        line-height: 24px;
        word-wrap: anywhere;
    }

    .footer-left-colm {
        width: 96px;
        padding: 0;
    }

    .footer-logo-section .footer-social-icon {
        width: calc(100% - 96px);
        padding: 0 0 0 20px;
    }

    .footer-social-icon ul li a {
        width: 45px;
        height: 45px;
    }

    .footer-social-icon ul li img {
        max-width: 22px;
    }

    .logo-partner {
        flex-direction: column;
        row-gap: 15px;
    }


    .logo-partner>.logo-item {
        border: #efefef solid thin;
    }

    .logo-partner>.logo-item img {
        margin: 0px;
        max-width: 140px;
    }

    .history-legacy-padd {
        padding-left: 0px;
    }

    /* .footer-left-colm { width: 100%; text-align: center; padding: 0 0 20px;}
.footer-logo-section .footer-social-icon { width: 100%; padding: 0 0 30px;}	
.footer-social-icon ul { justify-content: center;}	
.footer-copyright-text p { text-align: center;} */


    /* About Page Css */
    .inner-banner-section {
        padding: 200px 25px 80px;
    }

    .goal-impact-boxs-sec .goal-impact-rows {
        row-gap: 30px;
    }

    .goal-impact-items .goal-impact-info-boxs p {
        font-size: 14px;
        line-height: 24px;
    }

    .listing-content-div ul li {
        line-height: 24px;
        font-size: 14px;
    }

    .listing-content-div ul {
        gap: 20px;
    }

    .listing-content-div.center-content {
        margin: 20px 0;
    }

    .listing-content-div ul li::before {
        width: 24px;
        height: 24px;
    }

    .criteria-title-block h3,
    .impact-community-title-block h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .two-buttons-div {
        gap: 12px;
    }

    .donate-btns a,
    .learn-btns a {
        font-size: 14px;
        line-height: 22px;
        padding: 10px 16px;
    }

    .learn-btns a::after,
    .donate-btns a::after {
        margin: 0 0 -1px 10px;
    }

    .colm-3 {
        width: 100%;
    }


    /* Initiative Page Css */
    .initiatives-content-section {
        padding: 60px 25px 60px;
    }

    .award-left-colm {
        width: 100%;
    }

    .award-right-colm {
        width: 100%;
        padding: 40px 0 0;
    }

    .award-content-items h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .initiatives-content ul li {
        font-size: 14px;
        line-height: 24px;
    }

    .initiatives-content ul li::before {
        top: 6px;
    }

    .initiatives-content h3 {
        font-size: 22px;
        line-height: 30px;
    }

    /* Team Page Css */
    .our-teams-boxs .teams-rows .colm-3 {
        width: 50%;
    }

    .team-items .teams-image-div img {
        width: 100%;
        border-radius: 20px;
    }

    .team-items .team-info-boxs h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .team-items .team-info-boxs .job-title {
        font-size: 13px;
        line-height: 18px;
    }

    .team-items .team-social-icon {
        width: calc(100% - 20px);
        margin: 0 10px;
    }

    .team-items .team-social-icon ul {
        padding: 10px;
    }


    /* Initiative Landing Page Css */
    .init-about-boxs .init-about-info ul li,
    .initiative-goals-section ul li {
        font-size: 14px;
        line-height: 24px;
    }

    .init-goals-row {
        row-gap: 40px;
    }

    .init-about-boxs .init-about-info h3 {
        margin: 0 0 10px;
    }

    .init-info-rows {
        gap: 14px;
    }

    .init-info-rows .colm-4 {
        width: 100%;
    }


}


@media(max-width:389px) {

    .two-buttons-div {
        justify-content: center;
    }

    /* .our-teams-boxs .teams-rows .colm-3 { width: 50%;} */
    .team-items .team-info-boxs h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .team-items .team-info-boxs .job-title {
        font-size: 14px;
        line-height: 20px;
    }

    .team-items .team-social-icon {
        width: calc(100% - 30px);
        margin: 0 15px;
    }

    .team-items .team-social-icon ul {
        padding: 15px;
    }

    .our-teams-boxs .teams-rows .colm-3 {
        width: 100%;
    }

}