:root {
    --first-font: 'Gotham';
    --yellow: #fdc114;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-BookItalic.woff2') format('woff2'),
        url('../fonts/Gotham-BookItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-MediumItalic.woff2') format('woff2'),
        url('../fonts/Gotham-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-BoldItalic.woff2') format('woff2'),
        url('../fonts/Gotham-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-BookItalic.woff2') format('woff2'),
        url('../fonts/Gotham-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-LightItalic.woff2') format('woff2'),
        url('../fonts/Gotham-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.woff2') format('woff2'),
        url('../fonts/Gotham-Black.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

*,
:after,
:before {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    text-decoration: inherit;
    vertical-align: inherit;
}

html {
    overflow-x: hidden;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
em,
strong,
button,
blockquote,
small,
strike,
sub,
sup,
tt,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--black);
    font-family: var(--first-font);
    font-size: 14px;
    line-height: 1.2;
    background-color: #ffff;
    overflow-x: hidden;
}

svg,
img {
    max-width: 100%;
    display: block;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
select,
textarea {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    outline: none;
}

a {
    color: var(--navy);
}

a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

:-moz-ui-invalid {
    box-shadow: none;
}

svg:not(:root) {
    overflow: hidden;
}

::selection {
    background: #ffd557;
    color: var(--l-green);
}

::-moz-selection {
    background: var(--l-green);
    color: var(--white);
}

html {
    -webkit-text-size-adjust: 100%;
    outline: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1280px;
    padding: 0 20px;
    margin: auto;
}
.one-side-container{
    margin-left: calc((100% - 1280px)/2) ;
    padding-left: 20px;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block;
    outline: none
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
.header-wrapper > a img{
    height: 70px;
}
.right-menu ul {
    display: flex;
    gap: 20px;
    align-items: center;
}
.right-menu ul li{
    position: relative;
}
.right-menu ul li > ul{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    top: calc(100%);
    background: #56c4c3;
    z-index: 1;
    padding: 14px;
    white-space: nowrap;
    border-radius: 8px;
    transform: translateY(40px);
    opacity: 0;
    visibility: hidden;
    transition: ease 0.25s;
}  
.right-menu ul li:hover > ul{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.right-menu ul li > ul a{
    color: #fff;
} 
.right-menu ul li > ul a.active{
    color: var(--yellow);
}
.right-menu ul li:hover > ul li a{
    color: #fff;
}
.right-menu ul li:hover > ul li a:hover{
    color: var(--yellow);
}
.right-menu ul li a {
    color: #647071;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
}
.right-menu ul li a.active{
color: #56c4c3;
}
.right-menu ul li:hover a {
    color: var(--yellow);
}

.second-section {
    padding: 18px 0;
    background-color: var(--yellow);
    width: 100%;
    display: block;
}

.second-section .item {
    margin: 0 20px;
}
.second-section .item img{
    height: 20px;
}

.third-section {
    background-color: #fdc114;
    padding: 80px 0;
}

.third-section h1 {
    font-family: 'Rouge Script', cursive;
    font-size: 41px;
    color: #1f1d1e;
    text-align: center;
}
.third-section h1 span{
    text-decoration: underline;
}
.third-section p {
    font-size: 23px;
    line-height: 36px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 50px;
    text-align: center;

}

.fourth-section {
    padding: 70px 0;
}

.arrow-title {
    font-size: 22px;
    color: #8a9899;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
}

.arrow-title::before {
    content: "";
    width: 68px;
    height: 3px;
    background: var(--yellow);
}

.fourth-section .arrow-title {
    margin-bottom: 16px;
}

.fourth-section h2 {
    font-size: 31px;
    color: #1f1d1e;
    font-weight: bold;
    max-width: 518px;
    margin-bottom: 48px;
}

.counter-wrapper {
    display: flex;
    gap: 60px;
}

.counter-wrapper .item {
    max-width: 225px;
}

.counter-wrapper .item h4 {
    font-size: 28px;
    color: #59cdc8;
    font-weight: bold;
}

.counter-wrapper .item p {
    font-size: 16px;
    line-height: 20px;
    color: #43454b;
    margin-top: 8px;
}

.map-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-bottom: 70px;
}

.map-image {
    max-width: 48%;
}

.map-content {
    max-width: 48%;
}

.map-content .arrow-title {
    margin-bottom: 16px;
}

.map-content h3 {
    font-size: 31px;
    color: #1f1d1e;
    font-weight: bold;
    margin-bottom: 50px;
}

.map-content ul {
    display: flex;
    flex-direction: column;
}

.map-content ul li {
    font-size: 19px;
    line-height: 34px;
    color: #8a9899;
    font-weight: bold;
}

.six-section {
    padding: 66px 0;
    background-color: #fdc114;
}

.founder-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.founder-img {
    max-width: 210px;
    width: 100%;
}

.founder-wrapper .founder-content {
    width: 50%;
}

.founder-wrapper h3 {
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 40px;
}

.founder-name {
    font-size: 22px;
    line-height: 29px;
    color: #1f1d1e;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    display: inline-block;
}

.founder-sub-name {
    font-size: 18px;
    line-height: 30px;
    color: #1f1d1e;
    margin-top: 14px;
}

.seven-section {
    padding: 66px 0;
}

.seven-section h2 {
    font-size: 35px;
    color: #1f1d1e;
    font-weight: bold;
    max-width: 880px;
    margin-top: 20px;
}

.seven-section .company-imges {
    margin-top: 30px;
}

.eight-section h2 {
    font-size: 35px;
    color: #1f1d1e;
    font-weight: bold;
    max-width: 880px;
    margin-top: 20px;

}

.eight-section .more {
    font-size: 12px;
    color: #8a9899;
    font-weight: bold;
    margin-top: 24px;
    display: inline-block;
}

.activity-img {
    padding-top: 50%;
    position: relative;
    width: 100%;
}

.activity-slider {
    margin: 40px 0;
}

.activity-slider .item {
    margin: 0 20px;
}

.activity-slider .item {
    transform: scale(0.8);
}

.activity-slider .item.slick-active {
    transform: scale(1);
    transition:all 1s;
}

.activity-title {
    font-size: 18px;
    line-height: 27px;
    color: #2c2e35;
    font-weight: bold;

    text-align: center;
    text-transform: uppercase;
    width: 90%;
    margin: auto;
    margin-top: 20px;
}

.activity-img img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: grayscale(1);
}
.activity-img img:hover{
    filter: grayscale(0);
    transition:all 0.3s;
}
.activity-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 55px;
    width: 25px;
    background: transparent;
    font-size: 0;
    border: 0;
    z-index: 1;
}

.activity-slider .slick-arrow.slick-prev {
    left: 16%;
    background-image: url(../images/prev-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.activity-slider .slick-arrow.slick-next {
    right: 16%;
    background-image: url(../images/next-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.nine-section {
    padding: 40px 0;
    background-color: #fdc114;
}

.award-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.award-img {
    max-width: 350px;
    width: 100%;
}

.award-img img {
    width: 100%;
}

.award-content {
    width: 70%;
    margin-left: auto;
}

.award-content .title {
    font-size: 14px;
    line-height: 24px;
    color: #2c2e35;
    font-weight: bold;
}

.award-content h4 {
    font-size: 24px;
    line-height: 31px;
    color: #1f1d1e;
    font-weight: bold;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #fff;
    display: inline-block;
}

.award-content p {
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    font-weight: 400;
    margin-top: 20px;
}

.section-title h2 {
    font-size: 35px;
    color: #1f1d1e;
    font-weight: bold;
    max-width: 880px;
    margin-top: 20px;
}

.section-title p {
    font-size: 16px;
    line-height: 24px;
    color: #889897;
    margin-top: 8px;
    text-align: justify;
}

.ten-section {
    padding: 60px 0;
}

.stories-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.strories-card {
    width: 16%;
}

.strories-card .stories-img {
    position: relative;
    padding-top: 100%;
}

.strories-card .stories-img img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.story-content {
    margin-top: 10px;
}

.story-content .title {
    font-size: 14px;
    line-height: 16px;
    color: #889897;
    font-weight: bold;
}

.story-content a {
    font-size: 12px;
    line-height: 16px;
    color: #889897;
    display: inline-block;
    margin-top: 0;
}

.story-content a:hover {
    color: var(--yellow);
}

.stories-wrapper {
    margin-top: 30px;
}

.supporter-section {
    padding: 60px 0;
}

.logo-slider {
    margin: 30px 0;
}

.logo-slider .item {
    margin: 0 20px;
}

.logo-slider .item img {
    height: 120px;
}

footer {
    background-color: #2B2B2B;
    padding-top: 48px;
    padding-bottom: 25px;
}

.footer-wrapper {
    display: flex;
}

.footer-wrapper .item {
    width: 25%;
}

.footer-wrapper .item .title {
    font-size: 18px;
    color: #fdc114;
    font-weight: bold;
    margin-bottom: 18px;
}

.footer-wrapper .item:nth-child(2) a {
    margin: 14px 0;
    opacity: 0.902;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    display: inline-block;
}

.footer-wrapper .item p {
    opacity: 0.902;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}

.footer-wrapper .item ul li a {
    opacity: 0.902;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    display: inline-block;
    margin: 4px 0;
}

.footer-wrapper .item ul li a:hover {
    color: var(--yellow);
}

.signup-section {
    padding: 40px 0;
    background-color: #56c4c3;
}

.signup-wrapper {
    display: flex;
    align-items: center;
}

.signup-title {
    flex: 1;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    font-weight: bold;
    padding-right: 30px;
}

.signup-email {
    flex: 1;
    position: relative;
}

.signup-email button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    height: 40px;
    width: 40px;
    text-align: center;
}

.signup-email button svg {
    margin: auto;
}

.signup-email input {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    padding: 16px 0;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}

.signup-email input::placeholder {
    color: #000;
}

.hop-section {
    padding: 40px 0;
    background-color: #56c4c3;
}

.hop-section .section-title {
    padding-bottom: 20px;
    position: relative;
}

.hop-section .section-title::before {
    content: "";
    width: 300px;
    height: 2px;
    background: var(--yellow);
    position: absolute;
    left: 0;
    bottom: 0;
}

.hop-section .section-title h5 {
    font-size: 24px;
    line-height: 25px;
    color: #ffffff;
    font-weight: bold;
}

.hop-section .section-title p {
    font-size: 12px;
    line-height: 25px;
    color: #ffffff;
}

.team-up-section {
    margin-top: 30px;
    width: 100%;
}

.team-up-section h6 {
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
}

.team-up-section ul {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: center;
}

.team-up-section li.icon-wrap {
    min-width: 100px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

.team-up-section li.icon-wrap p {
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    width: 72px;
}

.team-up-section li.icon img {
    width: 32px;
    height: auto;
}

.team-up-section li {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
}

.hero-wrapper .section-title {
    max-width: 506px;
}

.hero-wrapper .section-title p strong {
    color: #889897;
}

.hero-wrapper .hero-img {
    width: 100%;
    margin-top: -10%;
    position: relative;
    z-index: -1;
}

.hero-wrapper {
    padding-top: 70px;
}

.hero-wrapper .section-title h2 {
    font-size: 28px;
}

.hero-slider .slick-dots {
    position: absolute;
    right: 20px;
    top: 30%;
    transform: translateY(-50%);
}

.hero-slider .slick-dots button {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 6px;
    background-color: #b9bbbd;
    font-size: 0;
    padding: 0;
}

.hero-slider .slick-dots .slick-active button {
    background-color: #6d6e70;
}

.hero-slider:not(.slick-initialized),
.activity-slider:not(.slick-initialized),
.logo-slider:not(.slick-initialized),
.auto-slider:not(.slick-initialized) {
    display: none;
}

.toggle-menu-btn {
    display: none;
}

.menu-header {
    display: none;
}
.blog-content
{
padding-top: 40px;
width: 85%;
}
.blog-content h1{
    font-size: 46px;
line-height: 57px;
color: #58cdc8;
font-weight: bold;
margin-top: 40px;
margin-bottom: 60px;

}
.blog-content p{
    font-size: 19px;
line-height: 32px;
color: #8a9899;
}
.blog-content .arrow-title
{
    font-size: 23px;
}
.blog-main-img
{
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 10px;
}
.blog-img-title
{
    border-top: 2px solid var(--yellow);
    font-size: 12px;
    line-height: 32px;
    color: #8a9899;
}
.blog-main-img img
{
    width: 100%;
    left: 0;
    height: 100%;
    object-fit: cover;
}
.blog-img-item
{
    margin-top: 30px;
}
.list-of-title
{
    font-size: 19px;
    line-height: 32px;
    color: #58cdc8;
    font-weight: bold;
    margin-top: 40px;
}
.blog-content h4{
    font-size: 24px;
    line-height: 40px;
    color: #43454b;
    font-weight: bold;

}
.blog-content h4 b{
    color:  var(--yellow);
    font-size: 26px;
}
.blog-content ul
{
    margin-top: 40px;
}
.blog-content ul li{
    font-size: 18px;
    line-height: 32px;
    color: #8a9899;
    margin-bottom: 20px;
}
.blog-content ul li strong{
   font-weight: bold;
}
.blog-sliders{
    max-width: 800px;
    margin: 50px 0;
}
.blog-sliders .blog-slider-items
{
    margin: 0 10px;
    padding-top: 285px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.blog-sliders .blog-slider-items img{
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.blog-sliders img{
    width: 100%;
}
.blog-sliders .slick-list
{
margin: 0 -10px;
}
.blog-sliders .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 55px;
    width: 25px;
    background: transparent;
    font-size: 0;
    border: 0;
}

.blog-sliders .slick-arrow.slick-prev {
    left: 16%;
    background-image: url(../images/prev-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}
.blog-sliders .slick-arrow.slick-next {
    right: -50px;
    background-image: url(../images/next-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.bottom-content p{
    margin-bottom: 20px;
}
.bottom-content p .highlights{
    color: #58cdc8;
    font-weight: 500;
}
.take-note{
    padding: 32px;
    border-left: 2px solid var(--yellow);
    font-size: 21px;
line-height: 38px;
color: #58cdc8;
font-weight: bold;
margin: 40px 0;
}
.blog-nav
{
    display: flex;
    justify-content: space-between;
}
.blog-nav a
{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 19px;
line-height: 30px;
color: #707176;
font-weight: bold;
}
.blog-nav a:hover{
    color: var(--yellow);
}
.blog-nav
{
    margin-bottom: 60px;
}
.main-blogs-sub-content{
    max-width: 500px;
    width: 50%;
}
.main-blogs-sub-content h2{
    font-size: 34px;
line-height: 52px;
color: #58cdc8;
font-weight: bold;
}
.main-blogs-sub-content p{
    font-size: 18px;
    line-height: 32px;
    color: #8a9899;
}
.main-blogs-sub-content p a{
    font-weight: 500;
    color: #1f1d1e;
}
.main-blog-wrapper{
    display: flex;
    align-items: flex-end;
    gap: 20px;
}
.main-blog-wrapper .main-blog-img{
    height: 400px;
    flex: 1;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
}
.main-blog-wrapper .main-blog-img img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.main-blogs-wrapper h1
{
    font-size: 45px;
    color: #1f1d1e;
    font-weight: bold;
    margin-bottom: 30px
}
.main-blogs-wrapper > p
{
    font-size: 19px;
    line-height: 32px;
    color: #8a9899;
    max-width: 600px;
    margin-bottom: 40px;
}
.main-blogs-wrapper .title
{
    font-size: 21px;
    line-height: 49px;
    color: #707176;
    font-weight: bold;
    margin-bottom: 20px;
}
.main-blogs-wrapper
{
    padding: 40px 0;
}
.most-recent-blogs-wrapper
{
    padding: 60px 0;
}
.most-recent-blogs-wrapper .heading-title
{
    font-size: 21px;
    line-height: 49px;
    color: #707176;
    font-weight: bold;
    margin-bottom: 20px;
}
.most-recent-blogs-grid
{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.blog-card
{
    width: 26%;
}
.blog-card-img{
    position: relative;
    padding-top: 120%;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 20px;
}
.blog-card-img img{
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.blog-card .title{
    font-size: 18px;
    line-height: 24px;
    color: #58cdc8;
    font-weight: bold;
    position: relative;
}
.blog-card i{
    font-size: 14px;
line-height: 20px;
color: #43454b;
font-weight: bold;
font-style: italic;
margin-top: 20px;
display: inline-block;
}
.blog-card .title::before{
    content: "";
    height: 2px;
    width: 100px;
    background: var(--yellow);
    position: absolute;
    bottom: -10px;
}

.ytchannel{
    width:80%;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 120px;
}

.media-first-wrapper
{
    display: flex;
    align-items: flex-end;
    margin: 80px 0;
}
.media-first-left
{
    width: 60%;
}
.media-first-left .arrow-title
{
    font-size: 18px;
}
.media-first-left  p{
   
    font-size: 18px;
line-height:32px;
width: 90%;
}
.media-first-left  p.half{
    width: 80%;
}
.media-section{
    margin: 60px 0;
}
.media-section .section-title
{
    margin-bottom: 40px;
}
.award-slider .item{
    width: 17vw;
    margin: 0 2vw;
    height: 250px;
    cursor: zoom-in;
}
.award-slider .item 
{
    position: relative;
}
.award-slider .item img{
    width: 100%;
    height: calc(100% - 50px);
    object-fit: contain;
}
.contect-section{
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}
.contect-section .section-title{
    margin-bottom: 40px;
}
.contect-grid{
    display: flex;
    gap: 100px;
}
.contect-title{
    font-size: 18px;
line-height: 32px;
color: #43454b;
font-weight: bold;
}
.contect-grid-address p{
    font-size: 16px;
line-height: 24px;
color: #9b9c9f;
font-weight: bold;
margin-top: 10px;
}
.contect-grid-address a
{
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
line-height: 20px;
color: #43454b;
font-weight: 500;
font-family: "Gotham";
}
.contect-form-grid
{
    max-width: 650px;
    width: 100%;
}
.form-group
{
    width: 100%;
    margin-bottom: 20px;
}
.form-group input
{
    width: 100%;
    border: 0;
    border-bottom: 1px solid #403f40;
    font-size: 14px;
    line-height: 15px;
    color: #9b9c9f;
    font-family: 'Gotham';
    font-weight: 400;
    padding: 10px 0;
}
.form-group input:focus{
    border-bottom: 1px solid var(--yellow);
}
.form-group textarea
{
    width: 100%;
    border: 0;
    border-bottom: 1px solid #403f40;
    font-size: 14px;
    line-height: 15px;
    color: #9b9c9f;
    font-weight: 500;
    padding: 10px 0;
    resize: none;
    font-family: 'Gotham';
    font-weight: 400;
}
.form-group textarea:focus
{
    border-bottom: 1px solid var(--yellow);
}
.submit-btn{
    font-size: 14px;
line-height: 15px;
color: #43454b;
font-weight: bold;
display: flex;
align-items: center;
gap: 8px;
background: transparent;
border: 0;
}
.contect-form-grid form
{
    margin-top: 40px;
}
.form-group-grid{
    display: flex;
    gap: 40px;
}
.contect-grid-address ul
{
    display: flex;
    gap: 10px;
}
.contect-more-link{
    width: 100%;
    display: flex;

}
.contect-more-link > div{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contect-more-link > div a{
    font-size: 14px;
line-height: 20px;
color: #9b9c9f;
font-weight: 500;
display: inline-block;
margin-top: 10px;
}
.contect-more-link > div img{
    height: 40px;
    width: auto;
    margin-bottom: 14px;
}
.contect-more-link > div h6{
    font-size: 16px;
line-height: 32px;
color: #43454b;
font-weight: bold;
border-bottom: 1px solid var(--yellow);
display: inline-block;
}
.contect-grid-bottom
{
    align-items: flex-end;
    margin-top: 40px;
}
.why-us-first-section{
    position: relative;
    padding: 80px 0;
}
.why-us-first-section .nine-iframe
{
    margin: 40px 0;
}
.why-us-first-section p{
    width: 60%;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.whyus-second-section{
    background-color: #54c3c3;
    padding: 60px 0;
    font-size: 22px;
line-height: 36px;
color: #ffffff;
font-weight: bold;
font-family: "Gotham";
text-align: center;
}
.impact-section{
    padding: 40px 0;
}
.impact-section .impact-title
{
    font-size: 22px;
    line-height: 48px;
    color: #58cdc8;
    font-weight: bold;
    margin-bottom: 30px;
}
.impact-hero-img
{
    max-width: 800px;
    width: 100%;
    margin-bottom: 30px;
    margin: auto;
}
.impact-hero-img img{
    width: 100%;
}
.impact-grid
{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.impact-grid::before{
    content: "";
    top: 50%;
    transform: translateY(-50%);
    height: 70%;
    width: 1px;
    background: var(--yellow);
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}
.impact-grid::after{
    content: "";
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 70%;
    background: var(--yellow);
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}
.impact-grid .item{
    width: 50%;
    padding: 50px;
}
.impact-grid .item .i-title
{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.impact-grid .item .i-title img{
    height: 80px ;
    width: auto;
}
.impact-grid .item .i-title h6{
    font-size: 21px;
color: #58cdc8;
font-weight: bold;
}
.impact-grid .item p{
    font-size: 16px;
line-height: 20px;
color: #8a9899;
margin-bottom: 16px;
}
.our-team-section{
    padding: 40px 0 ;
    background: var(--yellow);
}
.team-title{
    position: relative;
    padding-bottom: 20px;
}
.team-wrapper
{
    margin: 40px 0;
}
.team-wrapper-title
{
    font-size: 26px;
    line-height: 34px;
    color: #2c2e35;
    font-weight: bold;
    margin-bottom: 30px;
}
.team-title::before{
    content: "";
    width: 50%;
    height: 2px;
    position: absolute;
    bottom: 0;
    background: #fff;
    left: 0;
    max-width: 500px;
}
.team-title .title{
    font-size: 24px;
    line-height: 49px;
    color: #2c2e35;
    font-weight: bold;
    font-style: italic;
    font-family: "Gotham";
}
.team-title h2{
    font-size: 39px;
    line-height: 49px;
    color: #2c2e35;
    font-weight: bold;
}
.team-grid
{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 955px;
}
.team-grid .team-item
{
    width: 30.33%;
}
.team-grid .team-item img{
    height: 280px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.team-grid .team-item .team-name
{
    font-size: 18px;
    line-height: 24px;
    color: #2c2e35;
    font-weight: bold;
    margin-top: 10px;
}
.team-grid .team-item p{
    font-size: 15px;
line-height: 22px;
color: #ffffff;
font-weight: 500;
}
.team-grid .team-item a{
    font-size: 12px;
line-height: 28px;
color: #2c2e35;
font-weight: bold;
display: inline-block;
border-bottom: 1px solid #fff;
margin-top: 4px;
}
.program-first-section
{
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.programs-links
{
    max-width: 800px;
    width: 100%;
}
.programs-links ul{
    display: flex;
    gap: 10px;
}
.programs-links ul li{
    align-items: center;
    flex: 1;
    display: flex;
    text-align: center;
    margin: 30px 0;
}
.programs-links ul li a{
    width: 100%;
    font-size: 15px;
    color: #c4c5c7;
    font-weight: 300;
padding: 10px;
border-bottom: 1px solid #bbbdbf;
}
.programs-links ul li a.active{
    border-bottom: 1px solid var(--yellow);
    font-size: 15px;
color: #1f1d1e;
font-weight: bold;
}
.program-section-two{
    padding: 40px 0;
    background: var(--yellow);
}
.program-two-wrapper
{
    display: flex;
    gap: 30px;
}
.program-two-left
{
    flex: 1;
}
.program-two-left h2
{
    font-size: 26px;
    line-height: 25px;
    color: #2c2e35;
    font-weight: bold;
    font-family: "Gotham";
    padding-bottom: 6px;
    position: relative;
    margin-bottom: 30px;
}
.program-two-left h2::before
{
    content: "";
    height: 1px;
    width: 80%;
    max-width: 500px;
    position: absolute;
    left: 0;
    bottom: -10px;
    background: #fff;
   
}
.title-paragraph{
    font-size: 16px;
line-height: 30px;
color: #2c2e35;
font-weight: 500;
}
.program-two-left p
{font-size: 18px;
    line-height: 32px;
    color: #000000;
    font-weight: 400;

}
.program-two-left .item{
margin-bottom: 40px;
}
.program-two-left .item h3{
    font-size: 18px;
line-height: 22px;
color: #2c2e35;
font-weight: bold;
margin: 20px 0;
}
.program-impact-wrapper{
    display: flex;
    gap: 30px;
    max-width: 1000px;
}
.program-impact-wrapper .item{
    flex: 1;
}
.program-impact-wrapper .item img{
    height: 60px;
    width: auto;
}
.program-impact-wrapper .item p{
    font-size: 14px;
line-height: 18px;
color: #2c2e35;
font-weight: 400;
}
.impact-title
{font-size: 16px;
    line-height: 25px;
    color: #2c2e35;
    font-weight: bold;
    margin: 30px 0;

}
.program-impact-wrapper .item .count-item
{
    font-size: 21px;
    color: #ffffff;
    font-weight: bold;
    margin: 8px 0;
}
.program-video-section{
    margin: 40px 0;
}
.p-video-section{
    background-color: #929496;
    position: relative;
    padding-top: 55%;
}
.p-video-section iframe
{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.p-video-section a path{
    fill: #231f20;
}
.p-video-section a
{
    
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;width: 80px;
}
.en-section{
    padding: 40px 0;
}
.en-section .en-section-title
{
    font-size: 24px;
line-height: 49px;
color: #2c2e35;
font-weight: bold;
margin-bottom: 30px;
}
.en-section-grid{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.en-section-grid .item{
    width: 48%;
    margin-bottom: 30px;
}

.en-section-grid .item .en-item-title{
    font-size: 19px;
line-height: 40px;
color: #595b61;
font-weight: bold;
font-family: "Gotham";
text-transform: capitalize;
}
.en-section-grid .item p{
    font-size: 19px;
    line-height: 30px;
    color: #595b61;
    font-weight: 400;
    font-family: "Gotham";
}
.gallery-slider{
    max-width: 800px;
}
.gallery-slider .item{
    margin-right: 20px;
    position: relative;
}
.gallery-slider .item img{
    left: 0;
    top: 0;
    height:300px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    overflow: hidden

}
.gallery-slider .item p{
    font-size: 16px;
    line-height: 31px;
    color: #8a9899;
    font-weight: 400;
    margin-top: 10px;
}
.gallery-section{
    padding: 80px 0;
}
.gallery-slider .slick-arrow.slick-next {
    right: -50px;
    background-image: url(../images/next-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.gallery-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 55px;
    width: 25px;
    background: transparent;
    font-size: 0;
    border: 0;
}
.see-all-link
{
    font-size: 19px;
line-height: 30px;
color: #43454b;
font-weight: bold;
position: relative;
margin-top: 40px;
display: inline-block;
}
.see-all-link::before
{
    content: "";
    min-width: 250px;
    width: 100%;
    height: 2px;
    background: var(--yellow);
    position: absolute;
    left: 0;
    bottom: -5px;
}
.program-points
{
    margin-top: 40px;
}
.program-points ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.program-points ul li{
    font-size: 18px;
line-height: 24px;
color: #b7c1c2;
font-weight: bold;
flex: 1;
padding-bottom: 4px;
cursor: pointer;
}
.program-points ul li.active{
    border-bottom: 2px solid var(--yellow);
    color: #1f1d1e;
}
.story-video-section{
    padding: 80px 0;
    background-color: #56c4c3;
}
.story-title
{
    display: inline-block;
    border-bottom: 2px solid var(--yellow);
    padding-bottom: 0;
}
.story-title h2{
    font-size: 34px;
    line-height: 40px;
    color: #ffffff;
    font-weight: bold;
}
.story-title p{
    font-size: 18px;
line-height: 49px;
color: #ffffff;
}
.story-video-grid{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
    margin: 40px 0;
}
.story-content p
{
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
}
.story-content-section{
    padding: 80px 0;
}
.story-content-section p{
    font-size: 24px;
line-height: 38px;
color: #595b61;
font-weight: 500;
text-align: center;
}
.content-devider{
    position: relative;
    margin-top: 30px;
}
.content-devider::before
{
    content: "";
    height: 2px;
    width: 300px;
    background: var(--yellow);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.story-youtube iframe,
.story-youtube video{
    width: 100%;
}
.story-youtube
{
    flex: 0 0 50%;
    width: 50%;
}
.story-video-section .impact-title
{
    color: #ffff;
}
.story-video-section .program-impact-wrapper .item .count-item
{
    color: var(--yellow);
}
.gallery-title{
    font-size: 20px;
    line-height: 40px;
    color: #2c2e35;
    font-weight: bold;
    margin-bottom: 30px;
}
.h-logo
{
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 300px;
}
.tabs_container .tab_content{
    display: none;
  }
  
  .tabs_container .tab_content.active{
    display: block;
  }
  .program-two-right 
  {
    width: 35%;
    height: auto;
    object-fit: cover;
    position: relative;
  }
  .program-two-right img
  {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .modal {
    position: fixed;
    z-index: 10;
    background-color: rgba(117,117,117, .75);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
  }
  
  .modal.open {
    display: block;
  }
  
  .modal-content {
    width: 100%;
    background: #fff;
    margin: auto;
    max-width: 600px;
    width: 94%;
    position: relative;
    font-size: 12px;
    line-height: 17px;
    padding: 15px;
    margin-top: 40px;
    max-height: 80vh;
    overflow: auto;
    border-radius: 10px;
  }
  
  .modal-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid black;
    padding-bottom: 10px;
  }
  .modal-header button {
    cursor: pointer;
    background: transparent;
    border: 0;
  }
  .modal-header h2{
    font-size: 26px;
    line-height: 34px;
    color: #2c2e35;
    font-weight: bold;
  }
  .modal-body h4{
    font-size: 18px;
    line-height: 24px;
    color: #2c2e35;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .modal-body ul {
    list-style: disc;
    margin-left: 20px;
  }
  .modal-body ul li{
    font-size: 14px;
    line-height: 24px;
    color: #8a9899;
    margin-bottom: 10px;
  }
  .modal-body
  {
    padding: 20px 0;
  }
  .modal-body p {
    font-size: 14px;
    line-height: 24px;
    color: #8a9899;
    margin-bottom: 16px;
}
#scrolltotop {
    width: 30px;
    height: auto;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    display: none;
  }
  .animate-on-scroll {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s, transform 0.5s;
  }
  .animate-on-scroll.show {
    opacity: 1;
    transform: translateY(0);
  }
  header{
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    background: #fff;
  }
  .wrapper
  {
    padding-top: 130px;
  }
  .contect-grid-address {
    max-width: 250px;
    width: 100%;
}
.hero-wrapper .container {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}
.hero-wrapper .hero-img {
    z-index: -1;
    height: 58vw;
    object-fit: cover;
    object-position: top;
    margin-left: auto;
    margin-top: -4vw;
}
.nine-iframe 
{
    position: relative;
    padding-top: 56%;
    margin-top:50px;
    margin-bottom:70px;

}
.nine-iframe iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.award-slider .item p{
    position: absolute;
    bottom: 0;
    width: 90%;
    left: 0;
    text-align: center;
    font-weight: 400;
}

/* Layout: */

.col-main {
    flex: 1;  
    text-align: left;
    color: #fdc114;
   
  }  
  
  .col-complementary {
    /* flex: 1; */
    text-align: right;
    color: #fdc114;
  
    }
  
  /* Responsive: */ 
  
  @media only screen and (min-width: 767px) {
    .layout {
      display: flex;
     
    }
  }
  
  /* etc */
  
  /* body {
    margin: 1.5em;
  } */
  
  .container-endfooter {
    /* margin-right: auto;
    margin-left: auto; */

    
  }
  
  .col {
    /* padding: 1em; */
    padding: 20px 75px 20px 75px;
    background: #202020;
  }rgb(20, 20, 20)
  
  
  

/*responsive start here*/
@media only screen and (max-width: 1270px) {
    .one-side-container
    {
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px) {

    .col-main {
        flex: 1;  
        text-align: center;
        padding: 0px;
        padding: 15px 0 10px 0;
      } 
      .col-complementary {
        flex: 1;
        text-align:center;
        padding: 0 0 15px 0;
      }

    .form-group-grid
    {
        flex-direction: column;
        gap: 0;
    }
    
    .hero-wrapper .container
    {
        position: relative;
        padding: 60px 20px;
       
    }
    .award-content p {
        font-size: 16px;
        line-height: 24px;
    }
    .gallery-slider .item
    {
        padding-top: 170px;
        border-radius: 6px;
    }
    .wrapper
  {
    padding-top: 82px;
  }
    .header-wrapper > a img {
        height: 50px;
    }
   
    .arrow-title
    {
        font-size: 16px;
    }
    .h-logo {
        position: absolute;
        right: -30px;
        bottom: -30px;
        width: 150px;
    }
    .story-content-section p {
        font-size: 16px;
        line-height: 26px;
    }
    .story-content-section
    {
        padding: 40px 0;
    }
    .story-title h2
    {
        font-size: 26px;
        line-height: 32px;
    }
    .story-content p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .story-title p {
        font-size: 14px;
        line-height: 34px;
    }
    .story-video-section
    {
        padding: 40px 0;
    }
    .story-youtube
    {
        width: 100%;
    }
    .story-video-grid
    {
        flex-direction: column;
        margin: 0;
        margin-top: 30px;
    }
    .p-video-section
    {
        padding-top: 70%;
    }
    .see-all-link::before
    {
        min-width: 194px;
    }
    .see-all-link
    {
        font-size: 15px;
        margin-top: 30px;
    }
    .gallery-section
    {
        padding: 30px 0;
    }
    .en-section-grid .item p {
        font-size: 16px;
        line-height: 24px;
    }
    .en-section-grid .item
    {
        width: 100%;
        margin-bottom: 20px;
    }
    .en-section
    {
        padding: 0;
    }
    .en-section .en-section-title {
        font-size: 18px;
        line-height: 34px;
    }
    .program-impact-wrapper
    {
        flex-wrap: wrap;
        gap: 4%;
    }
    .program-impact-wrapper .item
    {
        width: 50%;
    flex: 0 0 46%;
    }
    .title-paragraph
    {
        font-size: 14px;
        line-height: 25px;

    }
    .program-two-left h2 {
        font-size: 20px;
        line-height: 20px;
    }
    .program-two-right
    {
        display: none;   
    }
    .program-first-section
    {
        padding: 40px 0;
    }
    .program-points ul
    {
        gap: 6px;
    }
    .program-points
    {
        margin-top: 20px;
    }
    .program-points ul li
    {
        font-size: 14px;
    }
    .right-menu ul li > ul
    {
        position: relative;
        transform: translateY(0);
        display: none;
    }
    .right-menu ul li:hover > ul
    {
        position: relative;
        transform: translateY(0);
        display: flex;
    }

    .team-grid .team-item img
    {
        height: 200px;
    }
    .why-us-first-section
    {
        padding: 40px 0;
    }
    .whyus-second-section {
        padding: 40px 0;
        font-size: 18px;
        line-height: 28px;
    }
    .impact-section .impact-title {
        font-size: 18px;
        line-height: 26px;
    }
    .impact-grid .item .i-title h6
    {
        font-size: 18px;
    }
    .impact-grid .item .i-title img
    {
        height: 40px;
    }
    .impact-grid::before,
    .impact-grid::after
    {
        display: none;
    }
    .impact-grid .item
    {
        width: 100%;
        padding: 10px 0;
    }
    .why-us-first-section p
    {
        width: 100%;
    }
    .contect-section
    {
        padding: 40px 0;
    }
    .contect-more-link
    {
        flex-wrap: wrap;
        gap: 10px;
    }
   
    .contect-grid
    {
        flex-direction: column-reverse;
        gap: 40px;
        align-items: flex-start
    }
    .media-first-left .arrow-title {
        font-size: 16px;
    }
    .media-first-left p.half{
        width: 100%;
    }
    .media-first-left p {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
    }
    .award-slider .item {
        width: 30vw;
        margin: 0 2vw;
    }
    
    .one-side-container
    {
        margin-left: 0;
    }
    .media-first-wrapper
    {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .media-first-right
    {
        width: 100%;
    }
    .media-first-right img
    {
        width: 100%;
    }
    .media-first-left
    {
        width: 100%;
        margin-bottom: 30px;
    }
    .media-first-wrapper
    {
        flex-direction: column;
    }
    .main-blog-wrapper .main-blog-img
    {
        width: 100%;
        display: block;
        flex: inherit;
    }
    .main-blogs-sub-content h2 {
        font-size: 28px;
        line-height: 40px;
    }
    .main-blogs-sub-content p {
        font-size: 16px;
        line-height: 24px;
        color: #8a9899;
    }
    .main-blogs-wrapper h1 {
        font-size: 38px;
        margin-bottom: 20px;
    }
    .main-blogs-wrapper > p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .most-recent-blogs-wrapper
    {
        padding: 40px 0;
    }
    .most-recent-blogs-grid
    {
        gap: 20px;
    }
    .blog-card .title
    {
        font-size: 14px;
        line-height: 18px;
    }
    .blog-card
    {
        width: calc(50% - 20px);
    }
    .main-blog-wrapper
    {
        flex-direction: column;
    }
    .main-blogs-sub-content
    {
        width: 100%;
        max-width: 100%;
    }
    
    .blog-nav
{
    margin-bottom: 40px;
}
    .take-note {
        padding: 20px;
        border-left: 2px solid var(--yellow);
        font-size: 18px;
        line-height: 26px;
        margin: 20px 0;
    }
    .blog-nav a {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 14px;
        line-height: 20px;
        color: #707176;
        font-weight: bold;
    }
    .blog-content .arrow-title
    {
        font-size: 16px;
    }
    .blog-content h1 {
        font-size: 36px;
        line-height: 40px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .blog-sliders
    {
        margin: 30px 0;
    }
    .blog-content p {
        font-size: 16px;
        line-height: 24px;
        color: #8a9899;
    }
    .blog-content h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .blog-content
    {
        width: 100%;
    }
    .third-section {
        padding: 40px 0;
    }

    .third-section p {
        font-size: 18px;
        line-height: 26px;
        margin-top: 20px;
    }

    .third-section h1 {
        font-size: 30px;
    }

    .hero-wrapper {
        padding-top: 20px;
        display: flex;
        flex-direction: column-reverse;
    }

    .hero-wrapper .section-title h2,
    .fourth-section h2,
    .eight-section h2,
    .section-title h2 {
        font-size: 24px;
        margin-top: 10px;
    }

    .fourth-section h2 {
        margin-bottom: 30px;
    }

    .counter-wrapper {
        flex-wrap: wrap;
        gap: 20px;
    }

    .menu-header {
        display: block;
        margin-bottom: 20px;
    }

    .toggle-menu-btn {
        display: block;
    }

    .map-wrapper {
        flex-direction: column-reverse;
        padding-bottom: 40px;
    }

    .map-content {
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px;
    }
    .map-image
    {
        max-width: 100%;
    }
    .map-content h3
    {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .map-content ul li
    {
        font-size: 16px;
        line-height: 20px;
    }
    .founder-wrapper
    {
        flex-direction: column;
        gap: 20px;
    }
    .founder-wrapper .founder-content
    {
        width: 100%;
    }
    .founder-wrapper h3
    {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .founder-name
    {
        font-size: 18px;
    }
    .founder-sub-name
    {
        font-size: 16px;
        line-height: 20px;
    }
    .six-section
    {
        padding: 40px 0;
    }
    .seven-section h2
    {
        font-size: 26px;
    }
    
    .right-menu nav {
        position: fixed;
        width: 300px;
        top: 0;
        height: 100%;
        background: #fff;
        z-index: 1;
        right: -300px;
        padding: 20px;
        transition: ease 0.25s;
    }


    .menu-overlay {
        position: fixed;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: #000;
        opacity: 0.6;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        transition: ease 0.25s;
    }

    .right-menu.open .menu-overlay {
        opacity: 0.6;
        visibility: visible;
    }

    .right-menu ul {
        flex-direction: column;
        align-items: flex-start;
    }

    .right-menu.open nav {
        right: 0;
    }
    .activity-slider .item
    {
        margin: 0;
    }
    .activity-slider {
        margin: 35px 20px;
    }
    .activity-title {
        font-size: 16px;
        line-height: 22px;
    }
    .award-wrapper
    {
        flex-direction: column;
        align-items: flex-start;
    }
    .award-img
    {
        max-width: 100px;
    }
    .award-content
    {
        width: 100%;
    }
    .ten-section
    {
        padding: 40px 0;
    }
    .strories-card
    {
        width: 33.33%;
    }
    .supporter-section {
        padding: 30px 0;
    }
    .logo-slider .item img
    {
        height: 80px;
    }
    .team-up-section
    {
        width: 100%;
    }
    .team-up-section li
    {
        display: none;
    }
    .team-up-section li.icon-wrap {
        display: block;
        width: 44%;
        gap: 0;
    }
    .team-up-section li.icon-wrap p {
       
        width: 100%;
        margin-top: 16px;
    }
    .signup-email
    {
        width: 100%;
    }
    
    .signup-wrapper
    {
        flex-direction: column;
    }
    .footer-wrapper
    {
        flex-wrap: wrap;
    }
    .footer-wrapper .item:first-child
    {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-wrapper .item
    {
        margin-top: 20px;
        width: 50%;
    }
    footer {
        background-color: #2B2B2B;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .header-wrapper
    {
        padding: 16px 0;
    }
    .team-title h2
    {
        font-size: 28px;
        line-height: 34px;
    }
    .team-title .title
    {
        font-size: 18px;
    }
    .team-grid .team-item p {
        font-size: 14px;
        line-height: 16px;
        margin: 8px 0;
    }
    .team-grid .team-item .team-name {
        font-size: 16px;
        line-height: 20px;
    }
    .team-wrapper {
        margin: 30px 0;
    }
    .team-wrapper-title {
        font-size: 20px;
        line-height: 22px;
        color: #2c2e35;
        font-weight: bold;
        margin-bottom: 18px;
    }
}
@media only screen and (max-width: 450px) {
    
    .contect-more-link
    {
        flex-direction: column;
    }
    .contect-more-link > div
    {
        width: 100%;
    }
    .team-grid .team-item
    {
        width: calc(50% - 20px);
    }
    .team-grid
    {
        gap: 20px;
    }
}
@media only screen and (max-width: 767px){

    .themotionstory{
       float: centre;
        font-size: 15px;
        color: #000000;
        text-align: right;
        /* padding-top:25px;
        padding-right:100px; */
        
    }
    .copyright{
        
        font-size: 15px;
        color: #000000;
        text-align: center;
        padding-top:25px;
        padding-bottom: 25px;
        padding-left: 50px;
    }







}