/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

figure {
    margin: 0;
}

a,
button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "PT Serif", serif;
    font-size: 14px;
    font-weight: normal;
    color: #505050;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.container {
    max-width: 1440px;
}

.slick-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.slick-slider.slick-initialized {
    visibility: visible;
    opacity: 1;
}

/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background: transparent;
    padding: 40px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

header.nav-new {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px 0;
    background: #505050;
    z-index: 99;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

@-webkit-keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}

.navbar-brand img {
    max-width: 100%;
    height: 100px;
}

header.nav-new .navbar-brand img {
    height: 80px;
}

.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.nav-row {
    display: flex;
    align-items: center;
    width: 100%;
}

.navbar-light .navbar-nav {
    margin: 0 auto 0 20px;
}

.navbar-light .navbar-nav li {
    margin-right: 60px;
}

.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}

.navbar-light .navbar-nav .nav-link {
    padding: 10px 0px;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    position: relative;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.navbar-light .navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 0;
    height: 2px;
    background: #99b4af;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.navbar-light .navbar-nav .nav-link:hover::before,
.navbar-light .navbar-nav .nav-link.active::before {
    width: 100%;
    left: 0;
    right: auto;
}

.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: #99b4af;
}

.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
    color: #99b4af;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #99b4af;
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 10;
    opacity: 0;
    visibility: visible;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

body.show-sidebar .menu-overlay {
    left: 0;
    opacity: 0.5;
    visibility: visible;
}

body.show-sidebar {
    overflow: hidden;
}

/* **** End Header **** */


/* **** toggler **** */
.navbar-light .navbar-toggler {
    background-color: transparent;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: none;
    padding: 0;
}

.navbar-light .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.navbar-light .navbar-toggler .navbar-toggler-icon {
    background-image: unset;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 22px;
    height: 16px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #fff;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 22px;
    position: absolute;
    height: 2px;
    background-color: #fff;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 7px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(7px) rotate(-45deg);
    -webkit-transform: translateY(7px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

/* **** End toggler **** */

/* **** Banner **** */
.banner-wrp {
    position: relative;
    width: 100%;
    padding: 0 0 220px;
}

.banner-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    width: 100%;
}

.banner-inner h1 {
    font-size: 70px;
    color: #fdfdfd;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
}

.banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-shap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 1;
    top: auto;
    bottom: 100px;
}

.banner-shap img {
    max-width: 180px;
}

/* **** End Banner **** */

/* **** Our Mission **** */
.mission-wrp {
    position: relative;
    width: 100%;
    padding: 0 0 120px;
}

.mission-top {
    text-align: center;
    padding: 0 0 220px;
}

.comman-title h2,
.comman-title h1 {
    font-size: 75px;
    line-height: 1;
    margin: 0 0 30px;
    color: #505050;
}

.comman-title p {
    font-size: 24px;
    line-height: 1.3;
    color: #505050;
    margin: 0;
}

.mission-top .comman-title p {
    font-style: italic;
    font-weight: bold;
}

.why-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-img {
    padding-right: 50px;
}

.why-data {
    padding-left: 50px;
}

.why-data .comman-title h2 {
    margin: 0 0 40px;
}

.why-data .comman-title p {
    margin: 0 0 50px;
}

.btn-main {
    font-size: 20px;
    line-height: 1;
    color: #505050;
    background: #f7d5cd;
    border-radius: 100%;
    padding: 20px 80px;
    display: table;
    position: relative;
}

.btn-main:hover {
    background: #505050;
    color: #f7d5cd;
}

/* **** End Our Mission **** */

/* **** Join Us **** */
.join-wrp {
    position: relative;
    width: 100%;
    padding: 100px 0;
    background: #ccc9c3;
}

.join-wrp .row .col-lg-4:nth-child(2) .join-box {
    margin: 0 auto;
}

.join-wrp .row .col-lg-4:nth-child(3) .join-box {
    margin: 0 0 0 auto;
}

.join-box {
    text-align: center;
    max-width: 85%;
}

.join-box figure {
    width: 140px;
    height: 140px;
    margin: 0 auto 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.join-box figure img {
    width: 100%;
}

.join-box:hover figure {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
}

.join-box .comman-title h2 {
    color: #fff;
}

/* **** End Join Us **** */

/* **** Featured Updates **** */
.featured-wrp {
    position: relative;
    width: 100%;
    padding: 120px 0;
}

.featured-wrp .comman-title {
    text-align: center;
}

.featured-wrp .comman-title h2 {
    margin: 0 0 70px;
}

.featured-box {
    position: relative;
    padding: 60px 40px;
    background: #fbded7;
    border: 5px solid #fff;
    height: 100%;
    text-align: center;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.featured-box h2 {
    font-size: 21px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.featured-box p {
    font-size: 21px;
    line-height: 1.2;
    margin: 0;
}

.featured-slider .slick-list,
.featured-slider .slick-track {
    display: flex;
}

.featured-slider .slick-current.slick-active.slick-center {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    z-index: 1;
}

.featured-slider .slick-list {
    padding: 15px 0 !important;
}

.featured-slider .slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.featured-slider .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.featured-slider .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    width: 15px;
    height: 15px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.featured-slider .slick-dots li button:hover,
.featured-slider .slick-dots li button:focus {
    outline: none;
}

.featured-slider .slick-dots li button:hover:before,
.featured-slider .slick-dots li button:focus:before {
    background-color: #505050;
}

.featured-slider .slick-dots li button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    text-align: center;
    color: #505050;
    border: 3px solid #505050;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    opacity: 1;
}

.featured-slider .slick-dots li.slick-active button:before {
    color: #505050;
    width: 15px;
    background-color: #505050;
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
}

/* **** End Featured Updates **** */

/* **** Footer **** */
footer {
    position: relative;
    width: 100%;
}

.footer-inner {
    padding: 50px 0;
    background: #99b4af;
}

.footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-menu li {
    margin: 0 0 30px;
}

.footer-menu li:last-child {
    margin: 0;
}

.footer-menu li a {
    font-size: 24px;
    line-height: 1.1;
    color: #505050;
}

.footer-menu li a:hover {
    color: #fff;
}

.social-media {
    display: flex;
    align-items: center;
}

.social-media li {
    margin-left: 40px;
}

.social-media li a {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    border: 1px solid #505050;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    position: relative;
    font-size: 22px;
    color: #99b4af;
}

.social-media li a:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.social-media li a span {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #505050;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media li a::after,
.social-media li a::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 5px;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: #505050;
}

.social-media li a::before {
    right: 1px;
    left: auto;
}

.copyright {
    position: relative;
    width: 100%;
    padding: 20px;
    background: #cdbaa8;
}

.copyright ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright ul li {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 1;
    margin: 0 5px;
}

.copyright ul li a {
    margin: 0 0 0 5px;
}

.copyright ul li a img {
    height: 40px;
}

/* **** End Footer **** */

/* **** Back To Top **** */
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.back-to-top.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top::after {
    content: '\f062';
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #000;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.back-to-top:hover::after {
    opacity: 0.4;
}

.back-to-top svg path {
    fill: none;
}

.back-to-top svg.progress-circle path {
    stroke: rgba(0, 0, 0, 0.4);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

/* **** End Back To Top **** */

/* **** Education Page **** */
.education-wrp {
    position: relative;
    width: 100%;
}

.education-top .comman-title {
    text-align: center;
    margin: 0 0 60px;
}

.education-img {
    border-left: 15px solid #d4e3d4;
    border-right: 15px solid #d4e3d4;
    margin: 0 0 80px;
}

.education-img img {
    width: 100%;
}

.education-list {
    position: relative;
}

.education-row {
    position: relative;
    width: 100%;
    height: 65vh;
    z-index: 1;
}

.education-row .container,
.education-row .row {
    height: 100%;
}

.education-row::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}

.education-row:nth-child(even)::before {
    left: auto;
    right: 0;
}

.education-row1::before {
    background: #aec3bf;
}

.education-row2::before {
    background: #ccc9c3;
}

.education-row3::before {
    background: #f6ccc5;
}

.education-row4::before {
    background: #d6c8ba;
}

.education-row5::before {
    background: #cde1cd;
}

.education-row .comman-title h2 {
    color: #fff;
    margin: 0;
}

.education-row:nth-child(even) .comman-title {
    padding-left: 50px;
}

.education-data {
    padding-left: 40px;
}

.education-row:nth-child(even) .education-data {
    padding-right: 40px;
    padding-left: 0;
}

.education-data p,
.education-data ul li,
.support-content p,
.support-content ul li {
    font-size: 22px;
    line-height: 1.5;
    color: #505050;
    margin: 0 0 30px;
}

.education-data p strong,
.support-content p strong,
.support-data .comman-title p strong,
.support-data p strong {
    font-weight: bold;
}

.education-data p:last-child,
.support-content p {
    margin: 0;
}

.education-data ul li,
.support-content ul li {
    margin: 0;
    padding-left: 10px;
    position: relative;
}

.education-data ul li::before,
.support-content ul li::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 6px;
    height: 1.5px;
    background: #505050;
}

.support-wrp {
    position: relative;
    width: 100%;
    padding: 100px 0 60px;
}

.support-wrp .comman-title {
    margin: 0 0 60px;
}

.support-wrp .comman-title h2 {
    text-align: center;
}

.support-img {
    max-width: 62%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.support-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.support-data {
    position: relative;
    width: 100%;
    background: #fbded7;
    border-left: 15px solid #d4e3d4;
    border-right: 15px solid #d4e3d4;
    padding: 110px 40px 40px;
    margin-top: -60px;
}

.support-data .comman-title,
.support-content {
    margin: 0 0 40px;
}

/* **** End Education Page **** */

/* **** Who We Are Page **** */
.who-banner h1 {
    text-align: center;
}

.story-wrp {
    position: relative;
    width: 100%;
    padding: 0 0 120px;
}

.story-row .comman-title {
    margin: 0 0 40px;
}

.story-data p,
.team-data p {
    font-size: 22px;
    line-height: 1.5;
    color: #505050;
    margin: 0 0 30px;
}

.story-data p:last-child {
    margin: 0;
}

.story-data {
    padding-right: 60px;
}

.story-row .col-lg-6:nth-child(even) .story-data {
    padding-left: 60px;
    padding-right: 0;
}

.who-pg {
    background: #afc4c0;
}

.who-pg .join-box {
    max-width: 60%;
    margin: 0 auto;
}

.team-wrp {
    position: relative;
    width: 100%;
    padding: 100px 0 70px;
}

.team-wrp .comman-title {
    text-align: center;
    margin: 0 0 100px;
}

.team-img {
    padding-right: 50px;
}

.team-row:nth-child(even) .team-img {
    padding-right: 0;
    padding-left: 50px;
}

.team-img img {
    width: 100%;
}

.team-data {
    padding-left: 50px;
}

.team-row:nth-child(even) .team-data {
    padding-left: 0;
    padding-right: 50px;
}

.team-data h2 {
    font-size: 35px;
    line-height: 1.2;
    margin: 0 0 40px;
}

.team-data h2 span {
    text-transform: uppercase;
    font-size: 25px;
}

.team-row {
    margin: 0 0 120px;
}

.team-row:last-child {
    margin: 0;
}

.advocacy-wrp {
    position: relative;
    width: 100%;
    padding: 80px 0;
    background: #e8e7e4;
}

.advocacy-img img {
    width: 100%;
}

/* **** End Who We Are Page **** */

/* **** Programs and Initiatives Page **** */
.programs-wrp {
    position: relative;
    width: 100%;
}

.programs-wrp .comman-title {
    text-align: center;
    margin: 0 0 50px;
}

.programs-row {
    position: relative;
    width: 100%;
    padding: 100px 0;
    background: #d3e6d2;
}

.programs-img img {
    width: 100%;
}

.programs-data {
    padding-left: 80px;
}

.programs-row:nth-child(even) .programs-data {
    padding-left: 0;
    padding-right: 80px;
}

.programs-data h2 {
    font-size: 35px;
    line-height: 1.2;
    margin: 0 0 40px;
}

.programs-data h3 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
    color: #505050;
    margin: 0 0 30px;
}

.programs-data p {
    font-size: 20px;
    line-height: 1.5;
    color: #505050;
    margin: 0 0 30px;
}

.programs-data p:last-of-type {
    margin: 0;
}

.bg-gray {
    background: #edece9;
}

.bg-red {
    background: #edc4bd;
}

/* **** End Programs and Initiatives Page **** */

/* **** Contact Page **** */
.contact-banner {
    padding: 0;
}

.contact-wrp {
    position: relative;
    width: 100%;
    top: -180px;
    padding: 0 0 120px;
}

.contact-inner {
    position: relative;
    background: #cdbaa8;
    border-left: 15px solid #d4e3d4;
    border-right: 15px solid #d4e3d4;
    padding: 100px 80px 120px;
}

.contact-left .comman-title h1 {
    color: #fff;
    margin: 0 0 80px;
}

.contact-left .comman-title p {
    margin: 0 0 70px;
}

.contact-left .comman-title p a {
    color: #505050;
    display: table;
}

.contact-left .comman-title p a:hover {
    color: #fff;
}

.contact-left .social-media li {
    margin-left: 0;
    margin-right: 40px;
}

.contact-left .social-media li a {
    color: #cdbaa8;
}

.contact-form .form-group {
    margin: 0 0 30px;
}

.contact-form .form-group label {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 5px;
}

.contact-form .form-group .form-control {
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
    padding: 10px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border: 0;
}

.contact-form .btn-main {
    border: 0;
    box-shadow: none;
    outline: none;
    display: table;
    margin: 35px auto 0;
}

.contact-shap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: -10px;
}

.contact-shap a {
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%) rotateY(0deg);
    -webkit-transform: translateX(-50%) rotateY(0deg);
    filter: brightness(1);
    -webkit-filter: brightness(1);
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.contact-shap a:hover {
    transform: translateX(-50%) rotateY(180deg);
    -webkit-transform: translateX(-50%) rotateY(180deg);
    filter: brightness(0);
    -webkit-filter: brightness(0);
}

.contact-shap a img {
    width: 80px;
}

.contact-shap .shap {
    max-width: 180px;
}

.contact-shap .shap img {
    width: 100%;
}

/* **** End Contact Page **** */