/* Theme Name: MK Foundaion 
    Author: MK
    Author URL: mk.com 
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
html, body {
    margin: 0;
    -webkit-overflow-scrolling: touch;
  }
img{
    max-width: 100%;
}
input:focus, textarea:focus{
    outline: none;
}
a{
    text-decoration: none;
}
.wrapper{
    max-width: 1278px;
    margin: 0 auto;
    padding: 0 15px;
}
/** Header **/
.header_main{
    width: 100%;
    background: #333031;
}
.header_iner{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}
.mob_menu{
    display: none;
}
.header_right{
    display: flex;
    align-items: center;
}
.header_right ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
}
.header_right ul li{
    margin-right: 60px;
}
.header_right ul a{
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;    
}
.header_cta{
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;    
    width: 114px;
    height: 37px;
    background: #FFFFFF;
    border-radius: 59px;
    margin-left: 50px;
    border: 1px solid #fff;
}
.header_cta:hover{
    color: #fff;
    background: #333031;
}
/*** header ***/
/*** Home ***/
.hero_section{
    width: 100%;
    background: url(assets/images/hero-banner.jpg) no-repeat center;
    background-size: cover;
    padding: 200px 0;
}
.hero_section h1{
    font-weight: 700;
    font-size: 55px;
    line-height: 71px;
    color: #FFFFFF;   
    margin-bottom: 10px; 
}
.hero_section p{
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;    
}
.home_hero_cta{
    display: flex;
    align-items: center;
}
.home_hero_cta a, .home_hero_cta a:last-child:hover{
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #333031; 
    padding: 12px 30px;   
    background: #FFFFFF;
    border-radius: 53px;
    border: 1px solid #fff;
    margin-top: 20px;
}
.home_hero_cta a:last-child, .home_hero_cta a:hover{
    color: #FFFFFF;
    background: transparent;
    border-color: #fff;
}
.home_hero_cta a:last-child{
    margin-left: 30px;
}
.home_facts_section{
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home_facts_iner{
    width: 100%;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 54px rgba(31, 29, 30, 0.15);
    border-radius: 15px;
    padding: 20px;
}
.home_facts_main{
    width: 25%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.home_facts_main:not(:last-child){
    border-right: 1px solid #A7A7A7;
}
.home_facts_icon{
    width: 100%;
}
.home_facts_main h3{
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    color: #141414;  
    width: 100%;  
}
.home_facts_main p{
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    color: #7F7F7E;    
}
.home_about_section{
    width: 100%;
    padding: 160px 0;
}
.home_about_iner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.home_about_img{
    width: calc(50% - 80px);
    position: relative;
    margin-left: 80px;
}
.home_about_img img{
    border-radius: 15px;
}
.home_about_img img:last-child{
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 32px;
    left: 0;
}
.home_about_right{
    width: 50%;
    padding-left: 80px;
}
.home_about_right span{
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.525em;
    color: #333031;    
    display: block;
    margin-bottom: 10px;
}
.home_about_right h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: #000000;    
    margin-bottom: 10px;
}
.home_about_right h3{
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #000000;    
    margin-bottom: 10px;
}
.home_about_right p{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #7E7E7E;    
    margin-bottom: 20px;
}
.home_about_right a{
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 191px;
    height: 56px;
    background: #333031;
    border-radius: 53px;
    border: 1px solid #333031;
}
.home_about_right a:hover{
    color: #333031;
    background: #fff;
}
.home_causes_section{
    width: 100%;
}
.home_causes_top {
    width: 100%;
}
.home_causes_top span{
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.525em;
    color: #333031;  
    display: block;  
    margin-bottom: 10px;
}
.home_causes_top h3{
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: #000000;
    margin-bottom: 20px;    
}
.home_causes_carousel{
    width: 100%;
}
.home_causes_main{
    width: 400px;
    margin: 0 10px;
}
.home_causes_img{
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    display: block;
}
.home_causes_img span{
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #FFFFFF;  
    background: #333031;
    border-radius: 0px 20px 20px 0px;
    padding: 5px 12px;  
    position: absolute;
    left: 0;
    top: 20px;
}
.home_causes_main h4{
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #000000;    
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.home_causes_main p{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #7E7E7E;    
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
}
.cause_details{
    width: 100%;
}
.cause_details> span{
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-bottom: 8px;
    border-radius: 7px;
    padding: 11px 8px;
    background: #54A2E1;
    max-width: 50px;
}
.cause_details_progress{
    width: 100%;
    height: 8px;
    background: #DFDFDF;
    border-radius: 4px;
    position: relative;
    margin-bottom: 8px;
}
.cause_details_progress>div{
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
    background: #54A2E1;
}
.cause_details_btm{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home_causes_carousel .slick-arrow{
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: calc(100% + 20px);
    right: 0;
    background: url(assets/images/icons/arrow-right.svg) no-repeat center;
    border: none;
    overflow: hidden;
    text-indent: -99999px;
    cursor: pointer;
}
.home_causes_carousel .slick-arrow.slick-prev{
    background: url(assets/images/icons/arrow-left.svg) no-repeat center;
    right: 60px;
}
.home_clients_section{
    width: 100%;
    padding: 100px 0 80px;
}
.home_clients_iner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.home_clients_iner a{
    margin: 0 10px;
    margin-bottom: 20px;
}
.home_testi_section{
    width: 100%;
}
.home_testi_iner{
    width: 100%;
    padding: 180px 0 130px;
    position: relative;
    z-index: 1;
}
.home_testi_iner>span{
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    display: block;
    width: 100%;
    letter-spacing: 0.525em;
    text-transform: uppercase;
    color: #FFE600;    
    text-align: center;
    margin-bottom: 3px;
}
.home_testi_iner>h3{
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 35px;
    text-align: center;
}
.home_testi_iner:before{
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
    top: 0;
    z-index: -1;
    content: '';
    background: url(assets/images/test-bg.png) no-repeat center;
}
.home_testi_carousel_outer{
    width: 100%;
    display: flex;
    justify-content: center;
}
.home_testi_carousel{
    width: 100%;
    max-width: 825px;
}
.home_testi_main{
    background: #FFFFFF;
    box-shadow: 10px 5px 15px rgba(23, 26, 37, 0.15);
    border-radius: 15px;
    width: 250px;    
    padding: 24px 20px;
    text-align: center;
    margin: 0 12px 20px;
}
.home_testi_main p{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #7E7E7E;   
    margin-bottom: 30px; 
}
.home_testi_img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 14px;
    overflow: hidden;
    display: inline-block;
}
.home_testi_main h4{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #000000;    
}
.home_blog_section{
    width: 100%;
    padding: 0 0 60px;
}
.home_blog_top{
    width: 100%;
    text-align: center;
}
.home_blog_top span{
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.525em;
    color: #333031;
    display: block;
    margin-bottom: 10px;    
}
.home_blog_top h3{
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: #000000;  
    margin-bottom: 10px;  
}
.home_blog_iner{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home_blog_main{
    width: 400px;
    max-width: calc(33% - 15px);
}
.home_blog_img{
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.home_blog_img img{
    height: 400px;
    width: auto;
    margin-left: 50%;
    -webkit-transform:scale(1) translateX(-50%);
    -moz-transform:scale(1) translateX(-50%);
    transform:scale(1) translateX(-50%);
    max-width: unset;
    transition: all ease-in-out .5s;
}
.home_blog_main:hover .home_blog_img img{
    -webkit-transform:scale(1.01) translateX(-50%);
    -moz-transform:scale(1.01) translateX(-50%);
    transform:scale(1.01) translateX(-50%);
}
.home_blog_meta{
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #A0A3AD;
    padding: 0px 0 15px;
}
.home_blog_meta p{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.home_blog_meta p:not(:last-child){
    padding-right: 20px;
    border-right:1px solid #A7A7A7;
    margin-right: 20px;
}
.home_blog_meta p img{
    margin-right: 10px;
}
.home_blog_main h4{
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #000000;  
    margin-bottom: 10px;  
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.home_blog_main > a{
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    color: #333031;
    display: inline-flex;
    align-items: center;
}
.home_blog_main > a img{
    margin-left: 10px;
}
.home_contact_section{
    width: 100%;
    padding: 60px 0 150px;
}
.home_contact_top{
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.home_contact_top h3{
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: #000000;    
}
.home_contact_top span{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #A0A3AD;    
    display: block;
}
.home_contact_iner{
    width: 100%;
    display: flex;
    padding: 10px 12px;
    background: #FFFFFF;
    box-shadow: 0px 0px 62px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.home_contact_left{
    width: 490px;
    background: url(assets/images/contact-left-bg.png) no-repeat right bottom #333031;
    border-radius: 10px;
    padding: 40px 40px 55px;
}
.home_contact_left h3{
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: #FFFFFF;  
    margin-bottom: 8px;  
}
.home_contact_left p{
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #C9C9C9;    
}
.home_contact_info{
    list-style: none;
}
.home_contact_info li{
    width: 100%;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding-left: 50px;
}
.home_contact_info li{
    margin-top: 50px;
}
.home_contact_info li img{
    position: absolute;
    left: 0;
    top: 0;
}
.home_contact_social{
    width: 100%;
    list-style: none;
    display: flex;
    align-items: center;
    margin-top: 60px;
}
.home_contact_social li:not(:last-child){
    margin-right: 20px;
}
.home_contact_social a{
    background: #1E1D1D;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home_contact_social a:hover{
    background: #fff;
}
.home_contact_social a img{
    filter: brightness(0) invert(1);
}
.home_contact_social a:hover img{
    filter: brightness(0%);
}
.home_contact_right{
    width: calc(100% - 490px);
    padding: 50px 60px 50px 70px;
    background: url(assets/images/contact-bg.png) no-repeat 170px bottom;
}
.home_contact_divide{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.home_contact_divide > div{
    max-width: 46%;
}
.form_field{
    width: 100%;
    margin-bottom: 40px;
}
.form_field label{
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #8D8D8D;    
}
.form_field input{
    border: none;
    border-bottom: 1px solid #8D8D8D;  
    width: 100%;
    background: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    height: 45px;
}
.form_field input:focus{
    border-color: #000;
}
.home_contact_right input[type=submit]{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;  
    background: #333031;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.12);
    border-radius: 55px;
    width: 198px;
    height: 54px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-top: 30px;  
    border: 1px solid #333031;
}
.home_contact_right input[type=submit]:hover{
    color: #333031;
    background: #fff;
}
.footer_main{
    width: 100%;
    background: #333031;
    padding: 150px 0 140px;
}
.footer_iner{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.footer_info p{
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: #FFFFFF;
    margin-bottom: 15px; 
}
.footer_info a{
    background: #FFFFFF;
    border-radius: 51px;
    width: 133px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    color: #333031;
    border: 1px solid #FFFFFF;
}
.footer_info a:hover{
    background: #333031;
    color: #fff;
}
.footer_info_list{
    width: calc(100% - 400px);
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.footer_info_list h4{
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;   
    margin-bottom: 5px; 
}
.footer_info_list a{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;  
    margin-top: 20px;  
    display: block;
    clear: both;
    position: relative;
}
.footer_info_list li:last-child a{
    padding-left: 50px;
}
.footer_info_list li:last-child a img{
    position: absolute;
    left: 0;
    top: 0;
}
/*** Home ***/
.home_blog_cont{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #7E7E7E;
    margin-bottom: 20px;
    padding-top: 30px;
}
.single .home_blog_top{
    padding-top: 40px;
}
.home_causes_img img{
    height: 400px;
    width: auto;
}
@media only screen and (max-width: 1200px){
    .home_about_right h2{
        font-size: 35px;
        line-height: 50px;
    }
    .home_about_section{
        padding: 120px 0;
    }
}
@media only screen and (max-width: 991px){
    .home_about_right h2{
        font-size: 30px;
        line-height: 45px;
    }
    .home_about_right{
        padding-left: 40px;
    }
    .home_contact_left, .home_contact_right{
        width: 100%;
    }
    .footer_iner, .home_contact_iner, .home_blog_meta{
        flex-wrap: wrap;
    }
    .footer_info_list{
        width: 100%;
        margin-top: 50px;
    }
    .home_blog_img img{
        height: 300px;
    }
    .header_main{
        position: relative;
    }
    .mob_menu{
        width: 25px;
        height: 20px;
        position: relative;
        display: block;
        cursor: pointer;
    }
    .mob_menu:after, .mob_menu:before, .mob_menu span{
        width: 100%;
        height: 2px;
        border-radius: 5px;
        background: #fff;
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        transition: all ease-in-out .5s;
    }
    .mob_menu span{
        top: 50%;
        margin-top: -1px;
    }
    .mob_menu:after{
        top: inherit;
        bottom: 0;
    }
    .mob_menu.toggle span{
        opacity: 0;
    }
    .mob_menu.toggle:before{
        top: 45%;
        transform: rotate(45deg);
    }
    .mob_menu.toggle:after{
        bottom: 45%;
        transform: rotate(-45deg);
    }
    .header_right ul{
        width: 100%;
        flex-wrap: wrap;
    }
    .header_right ul li{
        width: 100%;
        margin: 0;
    }
    .header_right ul li a{
        display: block;
        padding: 12px 0;
        text-align: center;
    }
    .header_right ul li:not(:last-child) a{
        border-bottom: 1px solid #fff;
    }
    .header_right{
        position: absolute;
        top: 100%;
        left: 0%;
        flex-wrap: wrap;
        background: #333031;
        width: 100%;
        border-top: 5px solid #fff;
        display: none;
    }
    .header_cta{
        margin: 15px auto;
    }
}
@media only screen and (max-width: 767px){
    .hero_section h1{
        font-size: 30px;
        line-height: 42px;
    }
    .hero_section{
        padding: 100px 0 150px;
    }
    .home_facts_main h3{
        font-size: 20px;
    }
    .home_about_img{
        width: 100%;
        order: 1;
    }
    .home_about_right{
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
    .home_about_right a{
        margin: 0 auto 30px;
    }
    .home_about_section{
        padding: 50px 0;
    }
    .home_causes_top h3, .home_contact_top h3, .home_blog_top h3, .home_testi_iner>h3{
        font-size: 30px;
        line-height: 45px;
    }
    .home_blog_main{
        width: 100%;
        max-width: 100%;
        margin-top: 35px;
    }
    .home_blog_img img{
        width: 100%;
        height: auto;
    }
    .home_contact_right{
        padding: 30px 15px;
    }
    .footer_main{
        padding: 70px 0;
    }
    .footer_info_list{
        flex-wrap: wrap;
        margin-top: 0px;
    }
    .footer_info_list li{
        width: 100%;
        margin-top: 40px;
    }
    .home_contact_left{
        padding: 30px 15px;
    }
    .home_contact_left p{
        font-size: 16px;
        line-height: 25px;
    }
    .home_testi_iner{
        padding: 100px 0 70px;
    }
    .home_causes_top{
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 576px){
    .home_contact_divide{
        flex-wrap: wrap;
    }
    .home_contact_divide > div{
        max-width: unset;
    }
    .footer_info p{
        font-size: 20px;
        line-height: 30px;
    }
    .home_about_img img:last-child{
        max-width: 50%;
    }
    .home_causes_main{
        max-width: calc(100vw - 50px);
    }
}