.main{
    display: flex;
    flex-direction: column;
    min-height: 100vh;

}
body{
    font-weight: 500!important;
    font-family: 'Montserrat', sans-serif!important;
     /* font-family: 'Montserrat Alternates', sans-serif!important; */
    /* background-image: linear-gradient(180deg,rgba(243,247,244,.5),#f3f7f4); */
}
.banner-brand {
    background: url(../img/banner-bg.jpg);
    /* background-image: linear-gradient(180deg,rgba(243,247,244,.5),#f3f7f4); */
    /* background-image: linear-gradient(to top,rgb(244 244 244 / 24%),#d2a78429); */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
}
.fix {
    /* overflow: hidden; */
}

.donate-link > a {
    background-color: #0f2d4f;
    color: #fff;
    border: 1px solid #0f2d4f;
    border-radius: 6px;
    padding-left: 20px!important;
    padding-right: 20px !important;
    font-size:18px;
}
.donate-link > a:hover , .donate-link > a:focus{
    color: #fff;
 }

header{
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999999;
}

.banner-5 {
    padding-bottom: 65px;
    padding-top: 85px;
    position: relative;
    z-index: 99999;
}
.banner-5-content-shape-one {
    left: 200px;
    position: absolute;
    top: 470px;
}
.banner-5-title {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.02;
    margin-bottom: 20px;
}
.bg-theme-light{
    background-color:#f9fbf9;
}
.p-relative {
    position: relative;
}
.banner-5-thumb-shape-one {
    position: absolute;
    right: -227px;
    top: -140px;
    z-index: -1;
}
.banner-5-thumb-shape-one img {
    max-width: inherit;
}
.banner-5-thumb-shape-one {
    position: absolute;
    right: -227px;
    top: -190px;
    z-index: -1;
}
.banner-5-thumb>img {
    max-width: inherit;
}
.font-18{
    font-size:18px!important;
}
.font-20{
    font-size:20px!important;
}
.text-theme-dark{
    color: #0f2d4f!important;
}
.text-theme-two{
    color: #d2a784;
}
/* about us css start */
.about-area{
    padding-top:95px;
}
.navbar-brand > img{
    width:120px;
}
.text-justify{
    text-align: justify;
}
.about-5-section .title {
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 40px;
    margin-bottom: 12px;
}
.font-44{
    font-size:44px;
}
.about-5-thumb {
    z-index: 5;
}
.tpchoose-border-anim {
    animation: img-border 5s linear infinite alternate;
    border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    transition: all .3s ease-out 0s;
}
@keyframes img-border {
    0% {
        border-radius: 51% 49% 77% 23%/65% 50% 50% 35%
    }

    to {
        border-radius: 40% 80% 10% 60% / 20% 40% 60% 80%
    }
}

/* app-download css start */
.app-download{
    /* margin-top:50px; */
    padding: 60px 0px 50px;
    background-color: #fbf9f8a6;
    /* background-image: linear-gradient(359deg, #f1e5db, #fafafa36); */
    /* background-image: url(../img/app_bg.png); */
    background-repeat: no-repeat;
    position: relative;
}
.about-title {
    padding-bottom: 50px;
}
.app-download-icon{
    display: flex;
}
.app-download-icon > a {
    display: block;
    width: 150px;
}
.bg-theme-dark{
    background-color: #0f2d4f!important;
}
.border-theme-dark{
    border-color: #0f2d4f!important;
}
.app-download-icon > a:first-child {
    margin-right:10px;
}
.about-title > h2{
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 40px;
    margin-bottom: 12px;
}
.app_img_ad {
    position: absolute;
    bottom: -50px;
    left:300px;
}
.app-download-block{
    position: relative;
}
.font-15{
    font-size:15px;
}
.contact-area{
    padding-top:95px;
}
















/** responsive start **/

@media only screen and (min-width: 1400px) and (max-width: 1599px){
    .banner-5-thumb-shape-one {
    right: 13px;
}
.banner-5-thumb>img {
    margin-left: 35px;
    top: -157px;
    position: absolute;
 
}
}


@media only screen and (max-width: 1199px){
 


}

@media only screen and (max-width: 991px){

    .banner-5-title {
        font-family: 'Montserrat Alternates', sans-serif;
        font-size: 38px;
        font-weight: 700;
        letter-spacing: -.01em;
        line-height: 1.02;
        margin-bottom: 20px;
    }
    .app_img_ad {
        position: absolute;
        bottom: -48px;
        left: 33px;
    }

}



@media only screen and (max-width: 767px){
    .banner-5-title {
        font-size: 34px;
    }
    .banner-5 {
        padding-bottom: 40px;
        padding-top: 50px;

}
   .app_img_ad {
        position: inherit;
        bottom: inherit;
        left: inherit;
        margin: auto;
        display: block;
        text-align: center;
    }
    .graphTabs > .btn , .graphTabs > .btn{padding: 1px 6px;font-size: 10px;}
    .app-download {padding: 60px 0px 0px;}

}


@media only screen and (max-width: 575px){
    .navbar-brand > img {
        width: 160px;
    }

}
