/*====================================================================== 
                        WHD Global Styles 
======================================================================*/
body {
    font-family: 'Biryani', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

@media(min-width:425px) {
    #logo {
        text-align: center;
        width: 400px;

    }
}

@media(max-width:424px) {
    #logo {
        text-align: center;
        width: 300px;

    }
}

#mvg {
    font-size: 80px;
    color: white;
}

#mvg>p {

    color: white;
}

h2#ab {
    color: #245993;

}

h2#ab {
    text-align: center;
    text-align-last: center;


}

#ab {
    text-align: justify;
    text-align-last: left;
    margin-left: 10px;
    margin-right: 10px;

}

.padding {
    text-align: center;
}

.service .card {
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    background-color: #245993 !important;
    color: white;
    height: 360px;


}

@media(max-width:320px) {
    .service .card {


        height: 400px;


    }
}


.service .card i {
    transition: all 0.5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.service .card h4,
.service .card i,
.service .card p {
    position: relative;
}

.service .card h4 {
    transition: color .5s ease;
    -moz-transition: color .5s ease;
    -webkit-transition: color .5s ease;
    -o-transition: color .5s ease;
}

.service .card p {
    color: white;
    transition: color .5s ease;
    -moz-transition: color .5s ease;
    -webkit-transition: color .5s ease;
    -o-transition: color .5s ease;
}

.service .card:hover h4 {
    color: #245993;
    transition: 1s ease;
}

.service .card:hover {

    transition: 2s ease;
}

.service .card:hover i:hover {
    color: white;
    background-color: whitesmoke;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.service .card:hover p {
    color: #245993;

}

.service .card:hover .fa::before {
    color: #245993;

}


.service .card:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -500px;
    width: 100%;
    height: 360px;
    background: whitesmoke;
    color: #245993;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;


}

.service .card:hover:before {
    bottom: 0px;
}

#obj,
#partners {
    text-align: center;
    color: #245993;
    margin-top: 10px;
    margin-bottom: 10px;
}

#obj>strong,
h3.sub-heading {
    color: #857a3a;
    margin-top: 10px;
    margin-bottom: 10px;
}






@media(max-width:768px) {
    #aftercollapse {
        display: none;
    }
}

@media(min-width:1025px) {
    #beforecollapse {
        display: none;
    }

}

/**************************** objectives and stratergies *****************************************/
.container1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.container1 .box1 {
    position: relative;
    width: 350px;
    padding: 40px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin: 20px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;

}

.container1 .box1:before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .2);
    z-index: 2;
    pointer-events: none;
}

.container1 .box1 .icon1 {
    position: relative;
    width: 145px;
    height: 145px;
    color: #fff;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 28px;
    font-weight: 700;
    transition: 2s;
}

.container1 .box1:nth-child(1) .icon1 {
    box-shadow: 0 0 0 0 #245993;
    background: #245993;
}

.container1 .box1:nth-child(1):hover .icon1 {
    box-shadow: 0 0 0 700px #245993;
}

.container1 .box1:nth-child(2) .icon1 {
    box-shadow: 0 0 0 0 #857a3a;
    background: #857a3a;
}

.container1 .box1:nth-child(2):hover .icon1 {
    box-shadow: 0 0 0 700px #857a3a;
}

.container1 .box1:nth-child(3) .icon1 {
    box-shadow: 0 0 0 0 #245993;
    background: #245993;
}

.container1 .box1:nth-child(3):hover .icon1 {
    box-shadow: 0 0 0 700px #245993;
}

.container1 .box1 .content1 {
    position: relative;
    z-index: 1;
    transition: 0.5s ease;
}

.container1 .box1:hover .content1 {
    color: #fff;
}

.container1 .box1:hover .content1 p {
    margin: 0;
    padding: 0;
}



/**************************** objectives and stratergies *****************************************/

/**********************************FACEBOOK FEED***********************************************/




/**********************************FACEBOOK FEED***********************************************/
/**************************** Our Initiatives*****************************************/


.tile {
    width: 50%;
    height: 50%;
    float: left;
    font-size: 30px;
}

#tl {
    background: #fff;
    color: #245993;
}

#tr {
    background: #245993;
    color: #fff;
}

#bl {
    background: #245993;
    color: #fff;
}

#br {
    background: #fff;
    color: #245993;
}

.tile p {
    margin-top: 150px;
    margin-bottom: 150px;
}


/**************************** Our Initiatives *****************************************/

/**************************** Our Focus *****************************************/

/**************************** Our Focus *****************************************/
#ourfocus {
    width: 120px;
}

/**************************** NEWS FEEDS*****************************************/
/*description*/
@media (max-width: 600px) {

    .ribbon:before {
        width: 0.469em;
        height: 3.0em;
        padding: 0 0 0.438em;
        top: 0;
        left: -0.469em;
        background: inherit;
        border-radius: 0.313em 0 0 0.313em;
    }

    #wa {
        height: 10.5%;
    }


}

@media (max-width: 600px) {
    .ribbon {
        line-height: 1.143em;
        padding: 0.5em;
    }

    #wa {
        height: 10.5%;
    }



}

.ribbon {
    position: relative;
    padding: 0 0.5em;
    font-size: 2.000em;
    margin: 0 0 0 -0.625em;
    line-height: 1.875em;
    color: white;
    border-radius: 0 0.156em 0.156em 0;
    background: #245993;
    box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.5);
}

@media(min-width:600px) {
    .ribbon:before {
        width: 0.469em;
        height: 2.250em;
        padding: 0 0 0.438em;
        top: 0;
        left: -0.469em;
        background: #245993;
        border-radius: 0.313em 0 0 0.313em;
    }
}

.ribbon:before,
.ribbon:after {
    position: absolute;
    content: '';
    display: block;
}

h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.ribbon:after {
    width: 0.313em;
    height: 0.350em;
    background: rgba(0, 0, 0, 0.35);
    bottom: -0.313em;
    left: -0.313em;
    border-radius: 0.313em 0 0 0.313em;
    box-shadow: inset -1px 2px 2px rgba(0, 0, 0, 0.3);
}

.content {
    background: white;
    width: 90%;
    min-height: 3.750em;
    margin: 2em auto;
    padding: 1.250em;
    border-radius: 0.313em;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
    line-height: 1.5em;
    color: #775f5f;
}

.ribbon:before {
    width: 0.469em;
    height: 2.250em;
    padding: 0 0 0.438em;
    top: 0;
    left: -0.469em;
    background: #245993;
    border-radius: 0.313em 0 0 0.313em;
}

@media(max-width:425px) {
    #ribbonsizefb {
        font-size: 1.729em;
    }


}

@media(max-width:375px) {
    #ribbonsizefb {
        font-size: 1.429em;
    }

    #ribbonsize {
        font-size: 1.429em;
    }

}

@media(max-width:320px) {
    #ribbonsizefb {
        font-size: 1.329em;
    }

    #ribbonsize {
        font-size: 1.350em;
    }

}

/*description*/
/**************************** NEWS FEEDS *****************************************/
/*******************************about social media *****************************************************/



a.btn-social,
.btn-social {
    border-radius: 50%;
    color: #ffffff !important;
    display: inline-block;
    height: 54px;
    line-height: 54px;
    margin: 8px 4px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 15px;
    transition: background-color .3s;

    width: 54px;
}

.btn-social .fa,
.btn-social i {
    backface-visibility: hidden;

    transform: scale(1);
    transition: all .25s;

}

.btn-social:hover,
.btn-social:focus {
    color: #fff;
    outline: none;
    text-decoration: none;
}

.btn-social:hover .fa,
.btn-social:focus .fa,
.btn-social:hover i,
.btn-social:focus i {

    transform: scale(1.3);

}

.btn-social.btn-xs {
    font-size: 9px;
    height: 24px;
    line-height: 13px;
    margin: 6px 2px;
    width: 24px;
}

.btn-social.btn-sm {
    font-size: 13px;
    height: 36px;
    line-height: 18px;
    margin: 6px 2px;
    width: 36px;
}

.btn-social.btn-lg {
    font-size: 22px;
    height: 72px;
    line-height: 40px;
    margin: 10px 6px;
    width: 72px;
}


.btn-dropbox {
    background-color: #245993;
}

.btn-dropbox:hover {
    background-color: #857a3a;
}

.btn-facebook {
    background-color: #245993;
}

.btn-facebook:hover,
#aboutfb.fa-facebook:hover {
    background-color: #857a3a;
}

.btn-instagram {
    background-color: #245993;
}

.btn-instagram:hover,
#aboutinsta.fa-instagram:hover {
    background-color: #857a3a;
}


.btn-linkedin {
    background-color: #245993;
}

.btn-linkedin:hover,
#aboutlinkedin.fa-linkedin:hover {
    background-color: #857a3a;
}

.btn-twitter {
    background-color: #245993;
}

.btn-twitter:hover,
#abouttwitter.fa-twitter:hover {
    background-color: #857a3a;
}

.btn-utubeplay {
    background-color: #245993;
}

.btn-utubeplay:hover,
#aboututube.fa-youtube-play:hover {
    background-color: #857a3a;
}

#aboutfb.fa-facebook,
#abouttwitter.fa-twitter,
#aboutlinkedin.fa-linkedin,
#aboutinsta.fa-instagram,
#aboututube.fa-youtube-play {

    color: white;
    border: none;
    font-size: 20px;
    margin-top: 10px;

}

/* alert */
.signup-modal {
    width: 100vw;
}

.signup-modal .modal-header {
    display: flex;
    justify-content: flex-end;
    margin: 0px;
    padding: 0px;
    overflow: visible;
}

.signup-modal .modal-dialog {
    pointer-events: all;
}

.signup-modal .container1 {
    /* width: 500px; */
    height: 350px;
    background: rgb(250, 249, 249);
    margin: 20px auto;
    border-radius: 4px;
    text-align: center;
    position: relative;
    /* -moz-box-shadow: 0px 0px 28px rgba(0, 0, 0, .3);
      -webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, .3);
      box-shadow: 0px 0px 28px rgba(0, 0, 0, .3);*/
    overflow: hidden;
}


.signup-modal .one,
.signup-modal .two {
    display: block;
    height: 500px;
    width: 500px;
    margin: 0px auto;
    position: absolute;
    -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.signup-modal .one {
    top: 0;
    background: #fff;
    box-shadow: none;
}

.signup-modal .two {
    top: 700px;
    background: #857a3a;
}

.signup-modal .two h3 {
    color: #fff;
    padding-top: 50%;
}

.signup-modal .container1 .logo {
    width: 200px;
    ;
    height: auto;
    display: block;
    margin: 0px auto;
}

.signup-modal .one .heading {
    color: #5c8092;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 900;
    margin-top: 15px;
}

.signup-modal .container1 p {
    font-size: 12px;
    color: #b7b7b7;
    font-weight: lighter;
    text-transform: capitalize;
}

.signup-modal input[type='text'] {
    width: 85%;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: -80px;
    border: none;
    border-bottom: 3px solid #857a3a;
    overflow: auto;
    position: relative;
}




.signup-modal input[type='text']:active:focus,
.signup-modal input[type='text']:focus,
.signup-modal input[type='text']:hover {
    outline: none;
    font-size: 18px;
}



.signup-modal input[type='text']:focus::-webkit-input-placeholder,
.signup-modal input[type='text']:active:focus::-webkit-input-placeholder {
    font-size: 8px;
    display: block;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.signup-modal ::-webkit-placeholder {
    font-size: 14px;
    color: #b7b7b7;
    text-transform: capitalize;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.signup-modal ::placeholder {
    font-size: 14px;
    color: #b7b7b7;
    text-transform: capitalize;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.signup-modal .one .btn {
    width: 85%;
    background: #857a3a;
    padding: 10px;
    margin-top: 15px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
}

.signup-modal .one .btn:active:focus,
.signup-modal .one .btn:focus,
.signup-modal .one .btn:hover {
    outline: none;
}

.signup-modal .one .btn:hover {
    cursor: pointer;
}

.signup-modal .close {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
}

.signup-modal .close:before {
    content: "";
    position: absolute;
    top: -340px;
    right: 50px;
    display: block;
    width: 22px;
    height: 3px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.signup-modal .close:after {
    content: "";
    position: absolute;
    top: -340px;
    right: 50px;
    display: block;
    width: 22px;
    height: 3px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.signup-modal .btn-close {
    border: none;
    background: transparent;
    outline: none;
}

.signup-modal .modal-content {
    -moz-box-shadow: 0px 0px 28px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0px 0px 28px rgb(0 0 0 / 30%);
    box-shadow: 0px 0px 28px rgb(0 0 0 / 30%);
    background: white;
    border-radius: 4px;

}

#note {
    width: auto;
    height: auto;
}

@media (max-width: 991.98px) {
    .signup-modal {
        width: 100vw;
    }
}



/*====================================================================== 
                        Header & Footer Styles 
======================================================================*/
body {
    font-family: 'Raleway', sans-serif;
}

p {
    font-family: 'Raleway', sans-serif;
}

* {
    font-family: 'Raleway', sans-serif;
}


@media only screen and (max-width: 600px) {
    #main_navbar {
        text-align: center;
    }
}


.fa-facebook,
.fa-twitter,
.fa-linkedin,
.fa-youtube-play,
.fa-instagram,
.fa-phone,
.fa-envelope {
    padding: 3px;
    font-size: 20px;
    width: 28px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    border: 2px solid #245993;
}

.fa:hover {
    background-color: #245993;
    color: white;
}


.fa-facebook,
.fa-twitter,
.fa-linkedin,
.fa-youtube-play,
.fa-instagram,
.fa-phone,
.fa-envelope {
    font-size: 15px;
    color: #245993;
}


.top-bar {
    background: gainsboro;
    color: black;

}

.logo-img {

    margin: 0;
    padding: 0;
    width: 48px;

}

.title {
    color: white;
    font-weight: 700;
}


@media (max-width: 320px) {
    .title {
        font-size: small;
        margin-right: 20px;

    }

    .logo-img {

        margin: 0;
        padding: 0;
        width: 45px;

    }
}

@media (min-width: 375px) {

    .title {
        font-size: medium;
        margin-right: 25px;

    }
}

@media (min-width: 425px) {

    .title {
        font-size: larger;
        margin-right: 30px;
    }

}

@media (min-width: 576px) {

    .title {
        font-size: larger;
    }
}


@media (min-width: 768px) {

    .title {
        font-size: x-large;
    }
}


@media (min-width: 992px) {

    .title {
        font-size: large;
    }
}

@media (min-width: 1024px) {

    .title {
        font-size: large;
    }
}

.dropdown-menu {
    margin-top: 0;
}

.dropdown-menu .dropdown-toggle::after {
    vertical-align: middle;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}

.dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0%;
    margin: 0 20px;
    border-width: 0;

}

.dropdown-content,
.dropdown-menu {

    border-top: 4px solid #857a3a;
    background: white;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

}

.dropdown-menu .dropdown .dropdown-menu.left {
    right: 100%;
    left: auto;
}

.dropdown-menu>li a:hover,
.dropdown-menu>li.show {
    background: #857a3a;
    color: white;
}

.dropdown-menu>li.show>a {
    color: white;
}

@media (min-width: 768px) {
    .dropdown-menu .dropdown .dropdown-menu {
        margin: 0;
        border-width: 1px;
    }
}

a#navbarDropdown.nav-link h5 {
    font-size: larger;
    font-weight: 600;
    margin-left: 27px;
    color: white;

}

a#dropdown05.nav-link h5 {
    font-size: large;
    font-weight: 600;
    margin-left: 23px;
    color: white;

}


img.logo-img {
    color: white;
}


a,
a:link {

    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    background: transparent;
}

#foot {
    background-color: gainsboro;
    color: #245993;
}

.f-img {
    width: 250px;
}

.s-foot {
    background-color: #245993;
    color: white;
}

.teal {
    width: 60px;
}

hr {
    color: black;
}

.dark-grey-text {
    color: #245993;
}

#main_navbar {
    background-color: #245993;
    text-align: center;

}

.btn {
    background-color: #857a3a;
    color: white;
}

.btn:hover {
    border-color: #857a3a;
    background-color: white;
    color: #857a3a;
}

.navbar-toggler {
    background-color: white;
}


@media(max-width:425px) {
    #topbar span {
        display: none;
    }

}


.ic>.fa-facebook,
.ic>.fa-twitter,
.ic>.fa-linkedin,
.ic>.fa-youtube-play,
.ic>.fa-instagram,
.ic>.fa-phone,
.ic>.fa-envelope {
    padding: 3px;
    font-size: 20px;
    width: 28px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    border: 2px solid white;
}

.ic>.fa:hover {
    background-color: whitesmoke;
    color: #245993;
}


.ic>.fa-facebook,
.ic>.fa-twitter,
.ic>.fa-linkedin,
.ic>.fa-youtube-play,
.ic>.fa-instagram,
.ic>.fa-phone,
.ic>.fa-envelope {
    font-size: 15px;
    color: white;
}

#index-donate-nav {
    font-weight: 600;
    margin-left: 20px;
    margin-top: 8px;
}

#donate-nav {
    font-weight: 600;
    margin-left: 20px;
    margin-top: -6px;
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .2rem !important;
        padding-left: .5rem;
    }
}




/*====================================================================== 
                        Testimonials Styles 
======================================================================*/
/* Not used for now, copy later when needed from index_testimony.css */








/*====================================================================== 
                        WHD-MENA Custom Styles 
======================================================================*/
.cover-img {
    height: 85vh;
    max-height: 700px;
    width: 100%;
    /* height: auto; */
    object-fit: cover;
    object-position: center;
}

/* WHD-MENA hero tagline */
.mena-hero {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    color: #245993;
    border-bottom: 3px solid #857a3a;
}

.mena-hero-title {
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    font-weight: 700;
    color: #245993;
    margin-bottom: 1rem;
}

.mena-hero-title a {
    color: #245993;
    transition: color 0.3s ease;
}

.mena-hero-title a:hover {
    color: #857a3a;
}

.mena-hero-lead,
.mena-hero-text {
    font-size: 1.1rem;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    color: #333;
    line-height: 1.6;
}

.mena-hero-close {
    font-size: 1.15rem;
    font-weight: 600;
    color: #245993;
    margin-top: 1rem;
    margin-bottom: 0;
}

/* WHD-MENA sections */
.mena-section {
    background: #fff;
}

.mena-section.bg-gray,
.bg-gray {
    background: #f1f3f5;
}

.mena-section-title {
    text-align: center;
    color: #245993;
    /* font-weight: 600; */
    margin-bottom: 1.5rem;
    font-size: 2rem;
}

.mena-section-title span {
    color: #857a3a;
    font-weight: 700;
}

.mena-section-lead {
    font-size: 1.05rem;
    line-height: 1.65;
    color: #444;
}

/* Secretary General block (under About us) */
.mena-secretary-general {
    background: #f8f9fa;
    border-top: 1px solid #e0e0e0;
}

/* Latest briefs (bottom, before UPDATES) */
.mena-latest-briefs {
    clear: both;
    border-top: 1px solid #e0e0e0;
    padding-top: 50px;
}

.mena-latest-briefs .mena-hero-title {
    font-size: clamp(1.25rem, 3vw, 1.75rem);
}

#latest-briefs .blog-item {
    margin-bottom: 100px;
}

.mena-president-img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border: 4px solid #245993;
}

.mena-brief-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #245993;
    margin-bottom: 0.5rem;
}

.mena-brief-role {
    font-size: 1rem;
    color: #555;
    margin-bottom: 0.25rem;
}

.mena-brief-bio {
    font-size: 1rem;
    color: #333;
    margin-top: 0.75rem;
    font-style: italic;
}

/* Advocacy & Analysis */
.mena-advocacy .mena-section-lead,
.mena-analysis .mena-section-lead {
    margin-bottom: 0;
}

.mena-advocacy .btn-outline-primary,
.mena-analysis .btn-outline-primary {
    border-color: #245993;
    color: #245993;
}

.mena-advocacy .btn-outline-primary:hover,
.mena-analysis .btn-outline-primary:hover {
    background-color: #245993;
    color: #fff;
    border-color: #245993;
}

@media (max-width: 768px) {
    .mena-president-img {
        width: 180px;
        height: 180px;
    }
}

#our-mission {
    padding-top: 50px;
}

#about-us {
    padding-bottom: 30px;
}

#about-us>.row {
    align-items: center;
}

@media (min-width: 768px) {
    .navbar-nav {
        align-items: center;
    }

    #index-donate-nav {
        margin-top: 0;
    }

    .navbar-brand {
        padding-top: 15px;
    }
}

@media (min-width: 1024px) {
    .navbar-expand-xl .navbar-nav .nav-link {

        margin-right: 43px;
        /*53px*/
        margin-top: 6px;

    }
}

.blog-item {
    text-align: start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.blog-item p {
    text-indent: 1.5em;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    text-align: justify;
}

.mena-read-more-link {
    text-indent: 0;
}

.brief-subtitle {
    font-weight: bold;
}
.whd-section {
    padding: 50px 0;
}
.brief-thumbnail {
    max-height: 280px; 
    object-fit: cover;
    width: auto;
}

.single-post .brief-thumbnail {
    max-height: 600px;
}

.single-post .mena-hero-title {
    margin-bottom: 50px;
    margin-top: 0;
}

.blog-item .blog-content p,
.blog-item .blog-content h2,
.blog-item .blog-content h3,
.blog-item .blog-content h4,
.blog-item .blog-content h5 {
    text-indent: 1.5em;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    text-align: justify;

    font-size: 1.1rem;
    color: #333;
    line-height: 1.6;
}

.blog-item .blog-content h2,
.blog-item .blog-content h3,
.blog-item .blog-content h4,
.blog-item .blog-content h5 {
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 30px;
    margin-bottom: 15px;
}

.blog-item .blog-content h2 {
    font-size: 1.5rem;
}

.blog-item .blog-content p b,
.blog-item .blog-content p strong {
    font-weight: 600;
    color: #245993;
}
.navbar-logo {
    width:48px;
    margin-top:-14px;
    filter: brightness(0) invert(1);
}
.single-post .blog-content {
    margin-top: 50px;
}

body:not(.home) .cover-img {
    max-height: 400px;
}