/*!
Theme Name: Yeasfi
Theme URI: https://github.com/frahim
Author: Md Yeasir Arafat
Author URI: https://github.com/frahim
Description: Description
Version: 1.0.0
Tested up to: 6.2
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-yeasfi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.


*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
*/
body{
    font-family: "DM Sans", sans-serif;
}

header {
    padding: 15px 0;
    position: relative;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    z-index: 9;
    box-shadow: 0px 2px 36px 0px rgba(94, 94, 94, 0.08);
}
.scorll-up {
    top: -80px;
}
header.scorll-down {
    background:transparent;
}
.notice-bar {
    background: var(--dark-dark_1, #002552);
    color: #FFF;
    padding: 10px;
    position: relative;
    font-family: "Roboto Flex", sans-serif;
}
.noticetext {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
}
span.xit {
    position: absolute;
    right: 20px;
    top: 6px;
}

/* Header Menu */
.container-header {
    width: 100%;
    max-width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-around;
}
ul#menu-main-menu {
    list-style: none;
    gap: 60px;
    margin: 0;
    width: 86%;
    justify-content: center;
}
ul#menu-main-menu > li >a {
    color: var(--dark-dark_1, #002552);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.current_page_item a, ul#menu-main-menu > li >a:hover{
    color:#4494FF !important;
}
.current_page_item a span:after{
    content: "";
    border: 1px solid #4494FF;
    width: 26px;
    display: block;
}
.h-80vh{
    height: 80vh;
}
.p-100{
    padding-top: 100px;
    padding-bottom: 100px
}
.bannertext{
    color: var(--dark-dark_1, #002552);
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 16px;
}
.inner_bannertext{
    color: var(--dark-dark_1, #1C1E2B);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px; /* 120.833% */
}
.inner_banner-content{
    color: var(--dark-dark_2, #555764);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}
.banner-content{
    color: var(--dark-dark_2, #4B5768);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}
a.bannerBtn {
    display: flex;
    padding: 16px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    border-radius: 4px;
    background: #4196FF;
    color: var(--primary-white, #FFF);
    font-family: "Roboto Flex", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    max-width: 210px;
    margin-top: 45px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.banner-content ul {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}
.banner-content ul li:before{
    content: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.8121 3.71094H16.4468C16.2554 3.71094 16.0738 3.79883 15.9566 3.94922L7.90388 14.1504L4.04255 9.25781C3.98414 9.18365 3.90969 9.12368 3.82478 9.08241C3.73987 9.04114 3.64672 9.01965 3.55232 9.01953H2.18708C2.05622 9.01953 1.98396 9.16992 2.06404 9.27148L7.41365 16.0488C7.66365 16.3652 8.14411 16.3652 8.39607 16.0488L17.9351 3.96094C18.0152 3.86133 17.9429 3.71094 17.8121 3.71094Z" fill="%234196FF"/></svg>');
    margin-right: 10px;
}
.comonbtn{
    display: flex;
    padding: 11px 30px;
    text-decoration: none;
    border-radius: 4px;
    background: #4196FF;
    color: var(--primary-white, #FFF);
    font-family: "Roboto Flex", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
a.bannerBtn:hover, .comonbtn:hover {
    background: var(--dark-dark_1, #002552);
    color: #fff;
}

.hilighter-wrappepr {
    display: flex;
    justify-content: space-between;
    border-radius: 16px;
    background: var(--white, #FFF);
    box-shadow: 0px 2px 36px 0px rgba(0, 0, 0, 0.06);
    padding: 45px 90px !important;
    margin-top: -80px;
}
.col-item h4 {
    color: var(--dark-dark_1, #002552);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}

.col-item  p{
    color: var(--dark-dark_3, #5D6878);
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
}
div#border4 {
    display: none;
}

.section-padding-140 {
    padding: 100px 0;
}

h2.section-heading{
    color: var(--dark-dark_1, #002552);
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.2%; /* 63.936px */
    width: 80%;
    margin: auto;
}
.bold{
    font-weight: 700;
    line-height: 133.2%;
}

ul.logo_loop {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 60px 0;
    padding: 0;
}
li.single_item {
    flex: 1 0 20%;
    margin-bottom: 30px;

}
li.single_item img{
    border-radius: 20px 0px 20px 20px;
    background: #FFF;
    box-shadow: 0px 15px 60px 0px rgba(0, 0, 50, 0.10);
}


.fund-wrappepr{
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 60px 0;
    gap:30px
}
.hht_wrappepr{
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
    margin: 60px 0;
    gap:30px
}

.fo_titlesec {
    color: var(--dark-dark_1, #002552);
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 58px; /* 120.833% */
}
.fo_col-item {
    flex: 1 0 18%;
    color: var(--dark-dark_3, #5D6878);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.657px;
    padding:15px;
    border-radius: 32px 0px;
    background-color:#FFF;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 50, 0.10);
    position: relative;
    overflow: hidden;
}
.fo_col-item:hover{
    color: var(--primary-main, #4196FF);
}
.fo_col-item:after {
    content: "";
    background-image: url(./img/Capa1.png);
    width:100%;
    height: 60px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 1px;
    background-position: bottom right;
    opacity: 0.3;
}
.fo_col-item img {
    margin: 20px 0;
    max-height: 40px;
}
.fo_col-item h4 {
    color: var(--dark-dark_2, #4B5768);
    text-align: center;
    font-family: "Roboto Flex";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
    min-height: 30px;
}
.fo_col-item p{
    color: var(--dark-dark_3, #5D6878);
    text-align: center;
    margin-bottom: 38px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.657px; /* 172.857% */
    font-family: "Inter", sans-serif;
}

.fo_col-item a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.fo_col-item a svg{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.fo_col-item:hover h4{
    color: #4196FF;
}
.fo_col-item:hover  svg path{
    fill: #4196FF;
}
span.iconwrp {
    text-align: right;
    display: block;
}

/* Footer */
footer.site-footer{
    background: linear-gradient(98deg, #002552 6.35%, #232B65 48.34%, #002552 81.25%);
    padding: 60px 0 0;
}
.footer-section {
    background-image:url(img/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;

}
.footer-logo {
    margin-bottom: 30px;
}
.contentarea{
    color: #ECEEF1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
    padding-right: 60px;
}
.footer-social-media {
    display: flex;
    gap: 22px;
}
nav.footer-widget-menu ul a:hover {
    color: #4196ff;
}
h5.footer-widget-heading {
    color: var(--primary-main, #4196FF);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 30px;
}

nav.footer-widget-menu ul {
    padding: 0;
    list-style: none;
}
nav.footer-widget-menu ul a {
    text-decoration: none;
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
    color: var(--primary-white, #FFF);
    font-family: "Roboto Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
}
.border-botm {
    border-bottom: 1px solid #ffffff3b;
    padding-top: 40px;
}
.footer-copyright.text-center {
    color: var(--dark-dark_5, #B7BCC3);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 30px 0;
}

a.sm-single-icon:hover svg rect {
    fill: #000;
}
a.sm-single-icon:hover svg path {
    fill:#0a58ca;
}

img.memberlogo {
    margin-bottom: 20px;
}

.burcumb ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}

.burcumb ul li, .burcumb ul li a{
    color: var(--dark-dark_2, #4B5768);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-decoration: none;
}

.content-area{
    padding: 100px 0;
}

p {
    color: var(--dark-dark_3, #5D6878);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 40px;
    font-family: "DM Sans", sans-serif;
}
.titleborder{
    border-bottom: 1px solid #E5E8ED;
    padding-bottom: 10px;
    color: var(--dark-dark_1, #002552);
    font-weight: 500;
    line-height: 32px; /* 177.778% */
}

.cta_titlesec h2{
    color: var(--dark-dark_1, #002552);
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 58px; /* 120.833% */
}
a.btn_cta {
    border-radius: 4px;
    background: #4196FF;
    color: var(--primary-white, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 16px 40px;
    margin: 20px auto;
    max-width: 185px;
    width: 100%;
    display: block;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
a.btn_cta:hover{
    background: #002552;
}

.imgwidgate{
    color: var(--dark-dark_1, #002552);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 24px;
}
.imgwidgate_content{
    color: var(--dark-dark_3, #5D6878);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
}
.p-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.nor-banner-content{
    color: var(--dark-dark_3, #5D6878);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 177.778% */
    margin-bottom: 30px;
}


.fh_custome_content h3{
    color: var(--Dark-Dark-01, #001B44);
    font-family: "Roboto Flex";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px; /* 140% */
}
.fh_custome_content h4{
    color: var(--dark-dark_1, #002552);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 131.25% */
}
.fh_custome_content p{
    color: var(--dark-dark_3, #5D6878);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
    margin-bottom: 10px;
}

.fh_custome_content hr{
    opacity: 1;
}

p.green{
    color: var(--status-success, #37AC50);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 160% */
}

@media (max-width:768px){
    .custome-space{
        height: 30px;
    }
}

.greenul {
    list-style-image: url('./img/tick.svg');
}

.greenul li{
    color: var(--dark-dark_3, #5D6878);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 10px
}

.service-box {
    padding: 40px;
    border-radius: 30.738px 0px 30.738px 30.738px;
    border: 1px solid #EFEFEF;
    background: var(--primary-white, #FFF);
    box-shadow: 0px 38.423px 76.846px 0px rgba(0, 50, 126, 0.07);
}

.service-box.with-bg {
    padding: 27px;
}

.service-box h5{
    margin-bottom: 12px;
}

.service-box.with-bg h5{
    font-size: 17px;
    line-height: 24.3px;
}
.service-box.with-bg p{
    font-size: 12px;
    line-height: 18px;
}
.p-x-60{
    padding: 0 40px;
}

.custom-list{
    padding-left: 1rem;
}

.custom-list li{
    margin-bottom: 12px;
    color: #5D6878;
}

.text-left, .text-left h4,.text-left p{
    text-align: left !important;
}
.hht_titlesec{
    color: var(--dark-dark_1, #002552);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 131.25% */
}
.hht_item{
    padding: 25px !important;
    flex:1 0 19% !important;
    max-width:309px;
}
.hht_item h4{
    font-size: 17px!important;
}
.hht_item p{
    font-size: 11px!important;
    line-height: 17.153px;
}

/* timeline*/

.timeline{
    position:relative;
    box-sizing:border-box;
}
.timeline:before{
    content: '';
    position: absolute;
    left: 50%;
    width: 20px;
    height: 100%;
    background: #002552;
    border-radius: 10px;
}
.timeline ul{
    padding:0;
    margin:0;
}
.timeline ul > li{
    list-style:none;
    position:relative;
    width:50%;
    box-sizing:border-box;

}
.timeline ul> li:first-child{
    margin-top:110px !important;
}
.timeline ul> li:nth-child(odd){
    float: left;
    text-align: left;
    clear: both;
    display: flex;
    justify-content: start;
    margin-top: 50px;
    border-top: 20px solid #4196ff;
}
.timeline ul> li:nth-child(even){
    float:right;
    text-align:left;
    clear:both;
    display: flex;
    justify-content: end;
    margin-top:-120px;
    border-top: 20px solid #4196ff;
}
.content{
    padding:40px;
    border-radius: 0px 0px 30.738px 30.738px;
    border: 1px solid #EFEFEF;
    background: var(--primary-white, #FFF);
    box-shadow: 0px 38.423px 76.846px 0px rgba(0, 50, 126, 0.07);
    max-width: 430px;
}
.timeline ul> li:nth-child(odd):before
{
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    top: -32px;
    right: -29px;
    background: #f8f9fa;
    border-radius: 50%;
    box-shadow: 0 0 0 7px #4196FF;
}
.timeline ul> li:nth-child(even):before
{
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    top: -32px;
    left: -12px;
    background: #f8f9fa;
    border-radius: 50%;
    box-shadow: 0 0 0 7px #4196FF;
}
.timeline ul > li h3{
    color: var(--dark-dark_1, #002552);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 141.667% */
}
.timeline ul > li p{
    margin:10px 0 0;
    padding:0;
}

.timeline ul> li:nth-child(odd) .time
{
    position:absolute;
    top:12px;
    right:-165px;
    margin:0;
    padding:8px 16px;
    background:rgba(233,33,99,1);
    color:#fff;
    border-radius:18px;
    box-shadow:0 0 0 3px rgba(233,33,99,0.3);
}
.timeline ul> li:nth-child(even) .time
{
    position:absolute;
    top:12px;
    left:-165px;
    margin:0;
    padding:8px 16px;
    background:rgba(233,33,99,1);
    color:#fff;
    border-radius:18px;
    box-shadow:0 0 0 3px rgba(233,33,99,0.3);
}
@media(max-width:1000px)
{
    .timeline{
        width:100%;
    }
}
@media(max-width:767px){
    .timeline{
        width:100%;
        padding-bottom:0;
    }
    h1{
        font-size:40px;
        text-align:center;
    }
    .timeline:before{
        left:20px;
        height:100%;
    }
    .timeline ul> li:nth-child(odd),
    .timeline ul> li:nth-child(even)
    {
        width:100%;
        text-align:left;
        padding-left:50px;
        padding-bottom:50px;
    }
    .timeline ul> li:nth-child(odd):before,
    .timeline ul> li:nth-child(even):before
    {
        top: -34px;
        left: -1px;
    }
    .timeline ul> li:nth-child(odd) .time,
    .timeline ul> li:nth-child(even) .time{
        top:-30px;
        left:50px;
        right:inherit;
    }
    .timeline ul> li:nth-child(even){
        margin-top: 72px;
    }
    img.offimg {
        position: absolute;
        top: -119px !important;
    }
}

img.offimg {
    position: absolute;
    top: -135px;
}

.content div{
    color: var(--dark-dark_3, #5D6878);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.content .dot {
    content: "";
    position: relative;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--dark-dark_3, #5D6878);
    display: inline-block;
    padding: 2px;
}

.titlesec h2 {
    color: var(--dark-dark_1, #002552);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 24px;
}
.titlesec p{
    color: var(--dark-dark_3, #5D6878);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
}
.titlesec h4{
    color: var(--primary-main, #4196FF);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
    margin-bottom: 24px;
}
.bui{
    color: var(--primary-main, #4196FF);

    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
}
.bluebox{
    border-radius: 12px;
    border: 1px solid #EFEFEF;
    background: #F5FAFF;
    box-shadow: 0px 27.462px 36px 0px rgba(0, 50, 126, 0.04);
    max-width: 309px;
}
.bluebox h5{
    color: var(--primary-main, #4196FF);
    font-size: 17.153px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.3px; /* 141.667% */
}
.bluebox p{
    color: var(--dark-dark_3, #5D6878);
    font-size: 11.436px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px; /* 150% */
}

.jscenter .wp-block-columns {
    justify-content: center;
}
.tabiliam img{
    width: 100%;
}
.bottom-banner-img img {
    width: 100%;
}
@media (max-width:480px){
    .fo_col-item,  .hht_item{
        flex:1 0 100% !important
    }
    li.single_item{
        flex: 1 0 48%;
    }
    ul.logo_loop {
        gap:10px;
    }
    .bannertext, .fo_titlesec {    
    font-size: 30px;   
    line-height: 43px;
    margin-bottom: 49px;
}

}
@media (max-width:768px){
   .imagewidgate img{margin: 30px 0;}
   .footer-social-media{margin-bottom: 30px;}
   .imagewidgate{padding: 30px 0;}
   .form_colam{flex-wrap: wrap;}
   .blc-item > div { gap: 5px;}
}

@media (min-width:481px) and (max-width:1024px){
    .fo_col-item,  .hht_item{
        flex:1 0 50% !important
    }
     li.single_item{
        flex: 1 0 48%;
    }
     ul.logo_loop {
        gap:10px;
        justify-content: center;
    }
}
img{max-width: 100%}