/*
Theme Name: Esaf Custom Theme
Theme URI: https://esaf.com   
Author: Sambhava kumar
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwenty
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.governing-sticky {
    padding-top: 72px !important;
}

.right-blog-content {
    padding-bottom: 24px;
}

.right-blog-content p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0px;
    color: #1d2130;

}

.right-blog-content h1 {
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #1d2130;
    font-weight: 700;
    /* padding-top: 56px; */
    padding-bottom: 8px;
}

.blog-list-owl .owl-dots {
    display: block !important;
    text-align: center;
    margin-top: -20px;
}

.blog-list-owl .owl-dot span {
    width: 10px;
    height: 10px;
    background: #ccc;
    display: inline-block;
    border-radius: 50%;
    margin: 5px;
}

.blog-list-owl .owl-dot.active span {
    background: #0073aa;
}



.red-rectangle {
    width: 100%;
    height: 100%;
    background-color: #C8070A;
    position: absolute;
    z-index: 20;
    left: -69px;
    clip-path: polygon(0% 0, 6% 0, 31% 100%, 25% 102%);
    overflow: visible;
    /* rotate: -1deg; */
}


.white-rectangle {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 20;
    left: -50px;
    clip-path: polygon(0% 0, 6% 0, 31% 100%, 25% 102%);
    overflow: visible;
    /* rotate: -1deg; */
}

.hero-shape-flex {
    position: relative;
}

.hero-image {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
}

.bg-white {
    background-color: #FAF8EE;
}

.manage-default-margin {
    margin-bottom: 0px !important;
}

.pr-16 {
    padding-right: 16px;
}

/* .card-block-wrapper.show {
    display: block;
}

.card-block-wrapper {
    display: none;
} */


/* .projects-card-wrapper .project-card {
    display: none;
}

.projects-card-wrapper .project-card:nth-child(-n+2) {
    display: block;
} */
.blog-ref {
    font-size: 24px !important;
    line-height: 150%;
    letter-spacing: 0px;
    font-weight: 700 !important;
    list-style: 120% !important;
    font-family: "Noto Serif", serif;
    padding-bottom: 24px;
}

.support-flex {
    display: flex;
    gap: 40px;
}

.support-text {
    align-content: center;
    width: 500px;
    padding-right: 42px;
}

.support-hero {
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}

.support-red-rectangle {
    width: 100%;
    height: 100%;
    background-color: #C8070A;
    position: absolute;
    z-index: 20;
    left: 40px;
    clip-path: polygon(94% 0, 99% 0, 74% 100%, 68% 102%);
    overflow: visible;
}

.shape-image-wrapper {
    position: relative;
}

.Catalysing-block {
    display: block !important;
}

.catalysing-hero-heading p {
    margin-bottom: 0px;
}

.catalysing-details p {
    font-size: 20px !important;
}

.submit-msg .alert-success {
    background-color: #fff !important;
    text-align: right;
    border-radius: none !important;
    border: 0px !important;
}

.upload-box .upload-content img {
    max-width: 40px;
    max-height: 40px;
}

.submit-msg {
    text-align: right;
    margin-top: 16px;
    color: green;
}


.award-card {
    display: none;
}

.award-card.show-card {
    display: flex;
    /* IMPORTANT: because your layout uses flex */
}

.manage-img .manage_height {
    height: 484px !important;
}

/* .sub-menu {
display:none;
}

.dropdown:hover .dropdown-menu{
display:block;
} */

#Esaf_nav_content li {
    position: relative;
    font-family: "nunito sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    line-height: 160%;
    letter-spacing: 0px;
    color: #0D3274;
}

#Esaf_nav_content .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 300px;
    padding: 10px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    border-bottom: 4px solid #0073aa;
}

#Esaf_nav_content li:hover .sub-menu {
    display: block;
}

#Esaf_nav_content .sub-menu li {
    list-style: none;
}

#Esaf_nav_content .sub-menu li a {
    display: block;
    padding: 8px 20px;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    font-family: "nunito sans", sans-serif;
    line-height: 160%;
    letter-spacing: 0px;
    text-decoration: none !important;

}

#Esaf_nav_content .sub-menu li a:hover {
    background: #f5f5f5;
}

#Esaf_nav_content .menu-item-has-children>a::after {
    content: " ▼";
    font-size: 12px;
    margin-left: 5px;
}

#Esaf_nav_content li a {
    text-decoration: none;
    color: #0D3274;
}