/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:    hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

@font-face {
      font-family: Futura Hv BT;
      src: url("/wp-content/fonts/futuhv.ttf");
      font-weight: 400;
}

@font-face {
      font-family: Futura Md BT;
      src: url("/wp-content/fonts/Futura-Md-BT-Font/FuturaMediumBT.ttf");
      font-weight: 400;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1366px;
    }
}

header#site-header {
    max-width: 100%;
    padding: 0px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 50px;
}

body.home header#site-header{
    margin-bottom: 100px;
}

header#site-header .row {
    align-items: center;
}

header#site-header nav#primary-menu {
    justify-content: end;
}

header#site-header nav#primary-menu ul.menu {
    display: flex;
    flex-wrap: wrap;
    gap: 56px;
}

header#site-header nav#primary-menu ul.menu li a{
    color: #040244;
    font-family: Futura Hv BT;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.site-header .site-branding{
    width: fit-content;
}

.nav-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
}

.site-navigation {
    display: none;
}

@media (max-width: 991px) {
    .nav-toggle {
        display: flex;
        width: fit-content;
        justify-content: flex-end;
        align-items: center;
        margin-left: auto;
    }
    
    .site-navigation.active {
        display: block;
    }

    nav#primary-menu {
        display: none;
        transition: .6s;
    }

    nav#primary-menu.active {
        display: block;
        position: absolute;
        background: #fff;
        width: 100%;
        left: 0;
        right: 0;
        z-index: 9;
        margin-top: 10px;
    }

    header#site-header nav#primary-menu ul.menu {
        gap: 10px;
        padding-bottom: 15px;
        padding-top: 10px;
    }

    header#site-header nav#primary-menu ul.menu li {
        width: 100%;
    }

    header#site-header nav#primary-menu ul.menu a {
        font-size: 16px !IMPORTANT;!I;!;
    }
}


footer#site-footer {
    max-width: 100%;
    width: 100%;
    background: #020E2C;
    padding: 22px 0;
}

footer#site-footer .newsletter div#signup-sidebar a {
    color: #FFF;
    font-family: Futura Hv BT;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px;
    text-transform: capitalize;
}

footer#site-footer .newsletter {
    border-bottom: 1px solid #ACA3A3;
}

footer#site-footer .row.menu .col-7, .col-5 {
    padding: 0px;
}

footer#site-footer .row.menu {
    padding-top: 22px;
    align-items: center;
}

footer#site-footer nav ul a {
    color: #FFF;
    font-family: Futura Hv BT;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-transform: capitalize;
}

footer#site-footer .row.menu .copyright-area p {
    margin-bottom: 0px;
    color: #FFF;
    font-family: Futura Hv BT;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px;
    text-transform: capitalize;
}

footer#site-footer .row.icon .icon-widget {
    display: flex;
    align-items: center;
    gap: 68px;
    padding-top: 40px;
    padding-bottom: 20px;
}

section.home img.first_banner {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

section.home {
    position: relative;
}

section.home  .row {
    max-width: 1320px;
    width: 100%;
    margin: auto;
}

section.home .row .contentX {
    position: absolute;
    top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1320px;
    width: 100%;
}

section.home .contentHead h1 {
    color: #FFF;
    text-align: center;
    font-family: Futura Hv BT;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    margin-left: 20px;
}

section.about .about_content {
    background: #E0F0F9;
    padding: 40px 40px 70px 40px;
}

section.about .about_content .about_btn {
    margin-top: 100px;
}

section.about .about_content h2.about_heading {
    color: #020E2C;
    font-family: Futura Hv BT;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: 2.56px;
    text-transform: capitalize;
}

section.about .about_content p.about_content {
    color: #020E2C;
    font-family: Futura Hv BT;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: 1.2px;
    text-transform: capitalize;
}

section.about  .about_btn a.about_btn {
    padding: 20px 50px;
    background: #020E2C;
    color: #FFF;
    text-align: center;
    font-family: Futura Hv BT;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.68px;
    text-transform: uppercase;
    border: 1px solid #020E2C;
    outline: none;
    transition: .6s;
}

section.about {
    margin: 80px 0;
}

section.about .about_content p.about_text {
    color: #020E2C;
    font-family: Futura Hv BT;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: 1.2px;
    text-transform: capitalize;
}

section.organization {
    position: relative;
}

section.organization img.first_banner {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

section.organization .contentX {
    position: absolute;
    top: 50px;
    max-width: 1320px;
    width: 100%;
}

section.organization .contentX .contentHead {
    max-width: 100%;
    width: 100%;
    padding: 0px 90px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

section.organization .contentX .contentHead h1 {
    color: #FFF;
    font-family: Futura Hv BT;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: -2.56px;
    text-transform: capitalize;
}

section.organization .contentX .contentHead p {
    background: #fff;
    max-width: 100%;
    width: 100%;
    color: #020E2C;
    margin: auto;
    padding: 40px 100px;
    font-family: Futura Md BT;
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.02em;
    text-align: left;
}

section.objective .contentX .contentHead h1 {
    color: #FFF;
    font-family: Futura Hv BT;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: -2.56px;
    text-transform: capitalize;
}

section.objective .contentX .contentHead p {
    background: rgba(238, 236, 236, 0.8);
    max-width: 85%;
    width: 100%;
    color: #020E2C;
    margin: auto;
    padding: 32px 64px;
    font-family: Futura Md BT;
    font-size: 32px;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: -0.04em;
    text-align: left;
} 

section.objective {
    margin-bottom: 70px;
    margin-top: 30px;
    position: relative;
}

section.objective img.first_banner {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

section.objective .contentX {
    position: absolute;
    top: 50px;
    max-width: 1320px;
    width: 100%;
}

section.objective .contentX .contentHead {
    max-width: 100%;
    width: 100%;
    padding: 0 20px 20px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

section.explore {
    background: rgba(238, 236, 236, 1);
    margin: 80px 0;
}

section.explore .content {
    padding: 80px 40px;
}

section.explore .content .explore_head h2 {
    font-family: Futura Hv BT;
    font-size: 48px;
    font-weight: 400;
    line-height: 57.54px;
    letter-spacing: 0.23em;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 80px;
}

section.explore .content .explore_box .exploreOne .category-posts {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
}

section.explore .content .explore_box .exploreOne .category-posts .category-item {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 32%;
    width: 100%;
}

section.explore .category-item .category-in {
    background: rgba(2, 14, 44, 1);
    max-width: 400px;
    min-height: 250px;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}

section.explore .category-item .category-in h2 a {
    font-family: Futura Hv BT;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.78px;
    letter-spacing: 0.23em;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}

section.explore .category-item .category-in img {
    max-width: 100px;
    width: 100%;
    transition: .6s;
}

section.purpose .contentX {
    display: flex;
    align-items: flex-start;
}

section.purpose .contentX .first {
    max-width: 65%;
    width: 100%;
}

section.purpose .contentX .first .col-lg-8 {
    width: 100%;
    padding-right: 80px;
}

section.purpose .contentX .first 
 .post-thumbnail {
    max-width: 100%;
}

section.purpose .contentX .first .post-thumbnail img {
    width: 100%;
}

section.purpose .contentX .first h2 {
    margin: 40px 0;
}

section.purpose .contentX .first h2 a {
    font-family: Futura Md BT;
    font-size: 48px;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: -0.04em;
    text-align: left;
    color: rgba(4, 2, 68, 1);
    text-transform: uppercase;
}

section.purpose .contentX .first 
 .post-content p {
    font-family: Futura Bk BT;
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
    text-align: left;
    color: rgba(2, 14, 44, 1);
}

section.purpose .contentX .second {
    max-width: 35%;
    width: 100%;
    margin-top: 20px;
}

section.purpose .contentX .first h3 {
    font-family: Futura Md BT;
    font-size: 64px;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: -0.04em;
    text-align: left;
    margin-bottom: 60px;
    color: rgba(4, 2, 68, 1);
    text-transform: capitalize;
}

section.purpose .contentX .second .dynamic-post-section {
    width: 100%;
    margin-bottom: 60px;
}

section.purpose .contentX .second .col-lg-4.dynamic-post-section {
    width: 100%;
    margin-bottom: 60px;
    padding-left: 40px;
    position: relative;
}

section.purpose .contentX .second h2 a {
    font-family: Futura Md BT;
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: -0.04em;
    text-align: left;
    color: rgba(4, 2, 68, 1);
    text-transform: uppercase;
}

section.purpose .contentX .second h2 {
    margin-bottom: 60px;
}

section.purpose .contentX .second .post-content p {
    font-family: Futura Bk BT;
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
    text-align: left;
    color: rgba(2, 14, 44, 1);
}

section.purpose .contentX .second  .post-thumbnail {
    margin-bottom: 60px;
}

section.purpose .contentX .second .col-lg-4.dynamic-post-section:nth-child(1)::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    display: block;
    left: 0px;
    top: -50px;
    background:  rgba(4, 2, 68, 1);
}

section.purpose .contentX .second .col-lg-4.dynamic-post-section:nth-child(2)::before {
    content: "";
    width: 1px;
    height: 78%;
    position: absolute;
    display: block;
    left: 0px;
    top: 21%;
    bottom: 0px;
    background:  rgba(4, 2, 68, 1);
}

section.objective {
    position: relative;
    background: rgba(238, 236, 236, 1);
    padding-bottom: 80px;
}

.nav-toggle span.menu-icon i {
    color: rgba(2, 14, 44, 1);
}

header#site-header nav#primary-menu ul.menu li a::before {
    content: "";
    height: 2px;
    width: 0%;
    background: #040244;
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .6s;
    opacity: 0;
}

header#site-header nav#primary-menu ul.menu li a:hover::before {
    opacity: 1;
    width: 100%;
}

section.about .about_btn a.about_btn:hover {
    border: 1px solid #020E2c;
    background: none;
    color: #020E2C;
}

section.explore .category-item .category-in {
    transition: .6s;
}

section.explore .category-item .category-in:hover img {
    transform: scale(1.1);
}

footer#site-footer nav ul a{
    transition: .6s;
}

footer#site-footer nav ul a:hover{
    opacity: 0.6;
}

footer#site-footer .row.icon .icon-widget svg:hover {
    transform: scale(1.1);
}

footer#site-footer .row.icon .icon-widget {
    transition: .6s ease-in-out;
}

.signup-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.signup-modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

.close-modal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-modal:hover,
.close-modal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

footer#site-footer .row.icon .icon-widget svg {
    transition: .6s;
}

.mainContent .post-content h1 {
    text-transform: capitalize;
    margin-bottom: 40px;
    font-family: Futura Hv BT;
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0.04em;
    text-align: left;
    color: rgba(2, 14, 44, 1);
}

.mainContent .post-content 
 .featured-image {
    margin-bottom: 40px;
    max-width: 60%;
}

.mainContent .post-content .featured-image img {
    width: 100%;
}

.mainContent .post-content .post-text {
    margin-bottom: 40px;
}

.mainContent .post-content .post-text p {
    font-family: Futura Md BT;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.02em;
    text-align: left;
    color: rgba(2, 14, 44, 1);
}











/*////////////////////////media-query////////////////////////////*/


@media(min-width: 1200px) and (max-width:1400px){
    section.home .row .contentX{
        max-width: 1100px;
        width: 100%;
    }

    section.organization .contentX{
        max-width: 1140px;
        width: 100%;
    }

    section.objective .contentX{
        max-width: 1140px;
        width: 100%;
    }
}

@media(max-width: 1400px){
    section.home .contentHead h1{
        font-size: 54px;
    }

    section.about .about_content h2.about_heading{
        font-size: 54px;
    }

    section.organization .contentX .contentHead h1{
        font-size: 54px;
    }

    section.explore .content .explore_head h2{
        font-size: 54px;
    }

    section.purpose .contentX .first h3{
        font-size: 54px;
    }

    section.objective .contentX .contentHead h1{
        font-size: 54px;
    }

    .container{
        max-width: 100%;
        padding: 0px 30px;
    }
}

@media(max-width: 1200px){
    section.objective {
        height: 100%;
    }
}

@media(min-width: 992px) and (max-width: 1399px){
    .container{
        max-width: 100%;
        padding: 0px 30px;
    }

    section.home .row .contentX{
        max-width: 95%;
        width: 100%;
    }

    section.organization .contentXP{
        max-width: 95%;
        width: 100%;
    }

    section.objective .contentX{
        max-width: 95%;
        width: 100%;
    }

    section.organization .contentX{
        max-width: 95%;
        width: 100%;
    }

    section.organization img.first_banner {
        width: 100%;
        object-fit: cover;
        object-position: center;
        min-height: 800px;
    }

    section.organization .contentX .contentHead p {
        padding: 40px;
    }

    section.home .contentHead h1 {
        font-size: 40px;
        margin-left: 0px;
    }

    section.objective img.first_banner {
        width: 100%;
        object-fit: cover;
        object-position: center;
        height: 658px;
    }

    section.purpose .contentX .second h2 a {
        font-size: 30px !IMPORTANT;!I;!;
    }

    section.purpose .contentX .first h2 a {
        font-size: 36px;
    }

    section.purpose .contentX .first .post-content p {
        font-size: 32px;
        line-height: 40px;
    }

    section.purpose .contentX .second .post-content p {
        font-size: 20px;
        line-height: 30px;
    }

    section.explore .content .explore_head h2 {
        font-size: 40px;
    }

    section.organization .contentX .contentHead h1 {
        font-size: 40px;
    }

    footer#site-footer nav ul a {
        font-size: 22px;
    }

    footer#site-footer .row.menu .copyright-area p {
        font-size: 16px;
    }

    footer#site-footer .row.icon .icon-widget {
        gap: 30px;
    }

    footer#site-footer .row.icon .icon-widget svg {
        max-width: 34px;
    }

    section.organization .contentX .contentHead {
        gap: 22px;
    }

    section.about .about_content h2.about_heading{
        font-size: 40px;
    }

    section.about .about_content p.about_text{
        font-size: 24px;
    }
}

@media(min-width: 992px) and (max-width: 1080px){
    header#site-header nav#primary-menu ul.menu a {
        font-size: 18px;
    }

    header#site-header nav#primary-menu ul.menu {
        display: flex;
        flex-wrap: wrap;
        gap: 34px;
    }

    section.purpose .contentX .second h2 a {
        font-size: 28px ! IMPORTANT;
    }

    section.purpose .contentX .first h2 a {
        font-size: 30px;
    }
}

@media(max-width: 991px){
    section.organization .contentX .contentHead p {
        padding: 30px;
        font-family: Futura Md BT;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0.02em;
        text-align: left;
    }

    section.about .about_content h2.about_heading {
        font-family: Futura Hv BT;
        font-size: 36.24px;
        font-weight: 400;
        line-height: 39.63px;
        letter-spacing: 0.04em;
        text-align: left;
    }

    section.about .about_content p.about_text {
        font-family: Futura MdCn BT;
        font-size: 16.99px;
        font-weight: 400;
        line-height: 39.63px;
        letter-spacing: 0.04em;
        text-align: left;
    }

    section.home .contentHead h1.animate-text {
        font-family: Futura Hv BT;
        font-size: 40.73px;
        font-weight: 400;
        line-height: 44.55px;
        text-align: left;
    }

    section.organization .contentX .contentHead h1.animate-text {
        font-family: Futura Md BT;
        font-size: 36.26px;
        font-weight: 400;
        line-height: 39.66px;
        letter-spacing: -0.04em;
        text-align: left;
    }

    section.organization .contentX .contentHead {
        gap: 0px;
        padding: 0px 40px;
    }

    section.organization .contentX .contentHead p {
        padding: 25px 40px;
        font-family: Futura Md BT;
        font-size: 12.47px;
        font-weight: 400;
        line-height: 22.66px;
        letter-spacing: 0.02em;
        text-align: left;
        max-width: 100%;
        margin-left: 0px;
    }

    section.explore .content .explore_head h2 {
        font-family: Futura Hv BT;
        font-size: 31.94px;
        font-weight: 400;
        line-height: 38.29px;
        letter-spacing: 0.23em;
        text-align: center;
    }

    section.explore .category-item .category-in {
        background: rgba(2, 14, 44, 1);
        max-width: 266px;
        min-height: 200px;
        padding: 10px;
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }

    section.home .row .contentX{
        max-width: 92%;
    }

    section.organization .contentX {
        position: absolute;
        top: 50px;
        max-width: 95%;
        width: 100%;
    }

    section.objective .contentX {
        position: absolute;
        top: 50px;
        max-width: 95%;
        width: 100%;
    }

    section.objective .contentX .contentHead p {
        background: #fff;
        max-width: 95%;
        width: 100%;
        color: #020E2C;
        margin: auto;
        padding: 32px 64px;
        font-family: Futura Md BT;
        font-size: 18.57px;
        font-weight: 400;
        line-height: 40.61px;
        letter-spacing: -0.04em;
        text-align: left;
        margin-left: 0px;
    }

    section.about .about_btn a.about_btn{
        font-size: 14px;
    }

    section.organization img.first_banner {
        width: 100%;
        object-fit: cover;
        object-position: center;
        height: 500px;
    }

    button#nav-toggle:hover {
        background: none;
    }

    section.home .contentHead h1.animate-text {
        font-size: 30.73px;
    }

    section.home .row .contentX .logoHead img.second_logo {
        max-width: 80px;
    }

    section.explore .content .explore_box .exploreOne .category-posts .category-item {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 40%;
        width: 100%;
    }

    section.home .row .contentX .logoHead img.second_logo {
        max-width: 80px;
    }

    section.purpose .contentX .first h3 {
        font-family: Futura Md BT;
        font-size: 34.25px;
        font-weight: 400;
        line-height: 37.46px;
        letter-spacing: -0.04em;
        text-align: left;
    }

    section.purpose .contentX .first h2 a {
        font-family: Futura Md BT;
        font-size: 24px;
        font-weight: 400;
        line-height: 29.43px;
        letter-spacing: -0.04em;
        text-align: left;
    }

    section.purpose .contentX .first .post-content p {
        font-family: Futura Bk BT;
        font-size: 21.4px;
        font-weight: 400;
        line-height: 32.11px;
        text-align: left;
        color: rgba(2, 14, 44, 1);
    }

    section.purpose .contentX .second h2 a {
        font-family: Futura Md BT;
        font-size: 20.4px;
        font-weight: 400;
        line-height: 24.08px;
        letter-spacing: -0.04em;
        text-align: left;
    }

    section.purpose .contentX .second .post-content p {
        font-family: Futura Bk BT;
        font-size: 16.05px;
        font-weight: 400;
        line-height: 24.08px;
        text-align: left;
    }

    section.objective img.first_banner {
        min-height: 450px;
    }

    section.objective .contentX .contentHead {
        gap: 20px;
    }

    footer#site-footer nav ul a {
        font-size: 16px;
        padding: 4px 8px;
    }

    footer#site-footer .row.menu .copyright-area p {
        font-size: 14px;
        line-height: 30px;
    }

    footer#site-footer .row.menu .col-7 {
        max-width: 50%;
        width: 100%;
    }

    footer#site-footer .row.menu .col-5 {
        max-width: 45%;
        width: 100%;
    }

    footer#site-footer .row.icon .icon-widget svg {
        max-width: 32px;
        width: 100%;
    }

    header#site-header{
        margin-bottom: 70px;
    }

    .site-header .site-branding img.custom-logo {
        max-width: 100px;
        width: 100%;
    }
}

@media(max-width: 768px){
    section.explore .content .explore_box .exploreOne .category-posts .category-item {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 42%;
        width: 100%;
    }

    section.about .about_content h2.about_heading {
        font-family: Futura Hv BT;
        font-size: 18.64px;
        font-weight: 400;
        line-height: 20.38px;
        letter-spacing: 0.04em;
        text-align: left;
    }

    section.about .about_content p.about_text {
        font-family: Futura MdCn BT;
        font-size: 14px;
        font-weight: 400;
        line-height: 20.38px;
        letter-spacing: 0.04em;
        text-align: left;
    }

    section.home .contentHead h1.animate-text {
        font-family: Futura Hv BT;
        font-size: 21.03px;
        font-weight: 400;
        line-height: 23px;
        text-align: center;
    }

    section.home .row .contentX .logoHead img.second_logo {
        max-width: 80px;
        width: 100%;
    }

    section.home .row .contentX {
        max-width: 90%;
    }

    section.organization .contentX .contentHead h1.animate-text {
        font-family: Futura Md BT;
        font-size: 30px;
        font-weight: 400;
        line-height: 20.4px;
        letter-spacing: -0.04em;
        text-align: left;
    }

    section.organization .contentX .contentHead p {
        font-family: Futura Md BT;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0.02em;
        text-align: left;
    }

    section.explore .content .explore_head  h2 {
        font-family: Futura Hv BT;
        font-size: 16.51px;
        font-weight: 400;
        line-height: 19.79px;
        letter-spacing: 0.23em;
        text-align: center;
        margin-bottom: 34px;
    }

    section.purpose .contentX .first h3 {
        font-family: Futura Md BT;
        font-size: 31.1px;
        font-weight: 400;
        line-height: 34.02px;
        letter-spacing: -0.04em;
        text-align: left;
        margin-bottom: 30px;
    }

    section.purpose .contentX .first h2 a {
        font-family: Futura Md BT;
        font-size: 20px;
        font-weight: 400;
        line-height: 26.73px;
        letter-spacing: -0.04em;
        text-align: left;
    }

    section.purpose .contentX .first .post-content p {
        font-family: Futura Bk BT;
        font-size: 19.44px;
        font-weight: 400;
        line-height: 29.16px;
        text-align: left;
    }

    section.purpose .contentX .first .col-lg-8 {
        padding-right: 0px;
    }

    section.purpose .contentX .first {
        max-width: 100%;
    }

    section.purpose .contentX .second {
        max-width: 100%;
    }

    section.purpose .contentX {
        flex-direction: column;
    }

    section.purpose .contentX .second .col-lg-4.dynamic-post-section {
        padding-left: 0px;
    }

    section.purpose .contentX .second .col-lg-4.dynamic-post-section:nth-child(1)::before {
        display: none;
    }

    section.purpose .contentX .second .col-lg-4.dynamic-post-section:nth-child(2)::before {
        display: none;
    }

    section.purpose .contentX .second h2 a {
        font-family: Futura Md BT;
        font-size: 19.26px;
        font-weight: 400;
        line-height: 21.67px;
        letter-spacing: -0.04em;
        text-align: left;
    }

    section.purpose .contentX .second .post-content p {
        font-family: Futura Bk BT;
        font-size: 19.38px;
        font-weight: 400;
        line-height: 29.08px;
        text-align: left;
    }

    section.purpose .contentX .second .post-thumbnail img {
        width: 100%;
    }

    section.objective img.first_banner {
        max-width: 100%;
    }

    section.objective .contentX .contentHead h1 {
        font-family: Futura Md BT;
        font-size: 20px;
        font-weight: 400;
        line-height: 19.53px;
        letter-spacing: -0.04em;
        text-align: left;
    }

    section.objective .contentX .contentHead p {
        font-family: Futura Md BT;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.04em;
        text-align: left;
    }

    footer#site-footer .row.icon .icon-widget {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 15px;
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .container {
        max-width: 100%;
        padding: 0px 15px;
    }

    section.objective img.first_banner {
        max-width: 100%;
        height: 400px;
    }

    section.explore .content {
        padding: 40px 0;
    }

    footer#site-footer .row.menu {
        flex-direction: column;
    }

    footer#site-footer .row.menu .col-7 {
        max-width: 100%;
        width: 100%;
    }

    footer#site-footer .row.menu .col-7 ul#menu-footer-menu li {
        width: 100%;
    }

    footer#site-footer .row.menu .col-7 ul#menu-footer-menu li a {
        font-size: 18px;
    }

    footer#site-footer .row.menu .col-5 {
        max-width: 100%;
        width: 100%;
    }

    footer#site-footer .row.menu .col-5 p {
        padding-left: 15px;
        font-size: 18px;
        padding-top: 10px;
    }

    footer#site-footer .row.icon .icon-widget {
        padding-top: 10px;
    }

    section.objective .contentX .contentHead h1{
        font-size: 24px;
    }

    header#site-header{
        margin-bottom: 70px;
    }

    section.about {
        margin: 50px 0;
    }

    section.explore {
        background: rgba(238, 236, 236, 1);
        margin: 50px 0;
    }

    section.objective {
        padding-bottom: 50px;
    }

    section.objective{
        margin-bottom: 50px;
    }

    section.purpose .contentX .second .post-thumbnail {
        margin-bottom: 50px;
    }

    section.purpose .contentX .second h2 {
        margin-bottom: 50px;
    }

    section.purpose .contentX .second h2 a {
        font-family: Futura Md BT;
        font-size: 20px;
        font-weight: 500;
        line-height: 21.67px;
        letter-spacing: -0.04em;
        text-align: left;
    }
}

@media(max-width: 570px){
    section.about .about_content h2.about_heading{
        font-size: 16px;
    }

    header#site-header{
        margin-bottom: 52px;
    }

    footer#site-footer .row.menu .col-7 {
        max-width: 100%;
        width: 100%;
    }

    footer#site-footer .row.menu .col-5 {
        max-width: 100%;
        width: 100%;
    }

    footer#site-footer .row.icon .icon-widget {
        padding-top: 20px;
        padding-left: 15px;
    }

    footer#site-footer .row.menu .copyright-area p {
        font-size: 16px;
        line-height: 22px;
        padding-left: 0px;
        padding-top: 20px;
    }

    footer#site-footer .newsletter div#signup-sidebar a {
        color: #FFF;
        font-family: Futura Hv BT;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 60px;
        text-transform: capitalize;
    }

    footer#site-footer .row.icon div#icon-widget-area {
        padding: 0px;
    }

    .site-navigation ul.menu {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 20px;
    }

    footer#site-footer nav ul a {
        padding-left: 0px;
        font-size: 16px;
        line-height: 30px;
    }

    footer#site-footer .newsletter .col-12 {
        padding: 0px;
    }

    footer#site-footer .row.icon div#icon-widget-area svg {
        max-width: 30px;
    }

    section.objective img.first_banner {
        max-width: 100%;
        height: 425px;
    }

    section.objective .contentX .contentHead {
        max-width: 90%;
        width: 100%;
        padding: 0 20px 20px;
        margin: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    section.objective .contentX .contentHead p {
        padding: 20px;
        max-width: 100%;
    }

    section.objective .contentX {
        position: absolute;
        top: 50px;
        max-width: 100%;
        width: 100%;
        left: 0;
    }

    section.explore .content .explore_box .exploreOne .category-posts .category-item {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        width: 100%;
    }

    section.organization .contentX {
        position: absolute;
        top: 50px;
        max-width: 100%;
        width: 100%;
        left: 0;
    }

    section.organization img.first_banner {
        width: 100%;
        object-fit: cover;
        object-position: center;
        height: 100vh;
    }

    section.home .row .contentX {
        max-width: 90%;
    }

    footer#site-footer .newsletter {
        padding-left: 15px;
    }

    footer#site-footer .row.menu {
        flex-direction: column;
        padding-left: 15px;
    }

    section.about .about_content {
        background: #E0F0F9;
        padding: 25px 25px 40px;
    }

    section.organization .contentX .contentHead h1.animate-text{
        margin-bottom: 30px;
    }

    section.home .contentHead h1.animate-text {
        font-family: Futura Hv BT;
        font-size: 16px;
        font-weight: 400;
        line-height: 23px;
        text-align: center;
        margin-left: 0px;
    }

    section.home .row .contentX{
        top: 10px;
    }

    section.organization .contentX .contentHead {
        gap: 0px;
        padding: 0px 30px;
    }

    section.organization .contentX .contentHead p {
        padding: 20px;
    }
}

@media(min-width: 420px) and (max-width: 569px){
    section.organization img.first_banner {
        width: 100%;
        object-fit: cover;
        object-position: center;
        height: 570px;
    }
}

@media(max-width: 419px){
    section.organization img.first_banner {
        height: 720px;
    }
}
