.main-header__btn {
    padding: 16px 40px;
    color: #fff;
}
.main-header__btn .cleenhearts-btn__text{margin-left: 0;}
.main-header__logo img{
    max-height: 120px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.main-slider-one__item{
    padding-top: 100px;
    padding-bottom: 100px;
}
.main-header__logo h4{font-size: 14px;}
.topbar-one{
    background: aliceblue;
}
.topbar-one__info__item{font-size: 14px;}
.topbar-one__inner{padding-top: 2px;padding-bottom: 2px;}
.linear_line1, .linear_line2, .linear_line3, .linear_line4, .linear_line5, .linear_line6 {
    height: 2px;
}

.linear_line1{
    background-color: #3ad69e
}
.linear_line2{
    background-color: #13a1e1
}
.linear_line3{
    background-color: #ff6269
}
.linear_line4{
    background-color: #4bc47d
}
.linear_line5{
    background-color: #f1c629
}
.linear_line6{
    
    background: #2db487;
}
.main-menu .main-menu__list > li{
    padding-top: 40px;
    padding-bottom: 40px;
}
.coustom-row {
    margin-left: -5px;
    margin-right: -5px;
}
.coustom-row .single-feature {
    padding-left: 5px;
    padding-right: 5px;
}
.single-feature-inner {
    padding: 70px 80px;
    text-align: center;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}
.single-feature-inner::before {
    background-color: #00baa3;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: skew(-10deg) translateX(-50%) translateY(-50%);
    z-index: -1;
}

.single-feature-inner h2 {
    font-size: 28px;
    line-height: 36px;
        margin-bottom: 0;
    color: #fff;
    font-weight: 700;
}
.feature-area .single-feature:nth-child(1) .single-feature-inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00baa3;
    z-index: -1;
}
.feature-area .single-feature:nth-child(2) .single-feature-inner::before {
    background-color: #efc94c;
}
.feature-area .single-feature:nth-child(2) .single-feature-inner h2 {
    margin-left: 35px;
    color: #d55342;
}
.feature-area .single-feature:nth-child(3) .single-feature-inner::before {
    background-color: #d55342;
}
.about-section {
    position: relative;
    padding: 110px 0px 70px;
    background-color: #eef7f8;
    margin-top: 20px;
}
.about-section .left-column {
    position: relative;
    margin-bottom: 50px;
}
.about-section .left-column .inner {
    position: relative;
}

.about-section .left-column .sec-title {
    margin-bottom: 40px;
}
.sec-title {
    position: relative;
    margin-bottom: 60px;
}
.sec-title .sub-title {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}
.sec-title .sub-title .icon {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/icon/tree.png) left center no-repeat;
    margin: 0 5px 0 0;
    vertical-align: bottom;
}
.sec-title h2 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1.2em;
    color: #2f3753;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.about-section .left-column .lower-box {
    position: relative;
    padding-left: 240px;
    min-height: 120px;
}
.about-section .left-column .lower-box .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    border-radius: 5px;
    overflow: hidden;
}
.about-section .left-column .lower-box .image img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 5px;
}
.about-section .left-column .lower-box .image a.lightbox-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgb(252 176 64 / 39%);
    color: #ffffff;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    z-index: 1;
}

.text {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    margin: 0 0;
}
.about-section .left-column .lower-box .text {
    position: relative;
    top: -3px;
    margin: 0px 0px 20px;
}
.default-link {
    position: relative;
    display: inline-block;
    line-height: 24px;
    letter-spacing: 0.03em;
    padding-bottom: 5px;
    color: #2f3753;
    font-weight: 600;
    text-transform: uppercase;
}
.default-link:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    border-bottom: 2px solid #dc4549;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.about-section .right-column {
    position: relative;
    margin-bottom: 50px;
}

.about-feature-box {
    position: relative;
}
.about-feature-box:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -50px 0px 0px -50px;
    width: 100px;
    height: 100px;
    background: rgba(0,0,0,0.10);
    border-radius: 50%;
    z-index: 1;
}

.about-feature-box .outer {
    margin: 0px 0px;
}
.about-feature-box .about-feature {
    position: relative;
    margin-bottom: 30px;
}
.about-feature-box .about-feature {
    float: left;
    padding: 0 0;
    margin: 0 0 0px;
    width: 50%;
}
.about-feature-box .about-feature .inner-box {
    position: relative;
    display: block;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.20);
    -ms-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.20);
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.about-feature-box .about-feature:nth-child(1) .inner-box {
    background: #f5a93f;
}
.about-feature-box .about-feature .content-box {
    position: relative;
    display: table;
    width: 100%;
    height: 200px;
    vertical-align: middle;
    padding: 20px 20px;
    text-align: center;
    border-radius: 0px;
    overflow: hidden;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.about-feature-box .about-feature .inner-box .inner {
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.about-feature-box .about-feature h3 {
    position: relative;
    display: inline-block;
    max-width: 140px;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.3em;
}
.about-feature-box .about-feature h3 a {
    color: #ffffff;
}
.about-feature-box .about-feature:nth-child(2) .inner-box {
    background: #4cc7d6;
}
.about-feature-box .about-feature:nth-child(3) .inner-box {
    background: #3e688f;
}
.about-feature-box .about-feature:nth-child(4) .inner-box {
    background: #dc4549;
}
.about-feature-box .about-feature:nth-child(3) .inner-box:hover {
    -webkit-transform: translate(-10px,10px);
    -ms-transform: translate(-10px,10px);
    transform: translate(-10px,10px);
}
.about-feature-box .about-feature:nth-child(4) .inner-box:hover {
    -webkit-transform: translate(10px,10px);
    -ms-transform: translate(10px,10px);
    transform: translate(10px,10px);
}
.about-feature-box .about-feature:nth-child(1) .inner-box:hover {
    -webkit-transform: translate(-10px,-10px);
    -ms-transform: translate(-10px,-10px);
    transform: translate(-10px,-10px);
}
.about-feature-box .about-feature:nth-child(2) .inner-box:hover {
    -webkit-transform: translate(10px,-10px);
    -ms-transform: translate(10px,-10px);
    transform: translate(10px,-10px);
}

.help-donate-one{padding: 90px 0 380px;}
.help-donate-one__text--one{
    color: #fcb040;
}
.help-donate-one__text--two, .help-donate-one .sec-title__tagline{color:initial;}
.help-donate-one .sec-title__tagline::before, .help-donate-one .sec-title__tagline::after{background-color: initial;}

.help-donate-one{background-color:transparent; }
.about-section{padding: 70px 0px 20px;}
.help-donate-one .sec-title__tagline::before{background-color: currentColor;}
.help-donate-one .sec-title__tagline::after{border-color: currentColor;}
.donation-information__bg, .gift-card__bg{min-height: 250px;}
.donation-information__text, .gift-card__text{font-size: 24px;}
.donation-information__bg::after, .gift-card__bg::after
{background: linear-gradient(108deg, #00000024 0.75%, rgba(53, 28, 66, 0.08) 97.97%);}

.donation-card{
    padding: 8px;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
}
.donation-card__image img{min-height: 270px;}
.donation-card__content{padding-top: 0;text-align: center;}
.donation-card__title{margin-bottom: 10px;padding-top: 10px;}
.donation-card__image::after, .donation-card__image::before{
    background-color: rgb(252 176 64 / 39%);
}
.donation-card{min-height: 350px;}
.donations-one__carousel .owl-nav .owl-prev span, 
.donations-one__carousel .owl-nav .owl-next span{
    color: initial;
}
.bg-img1 {
    background: url(../images/background-2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
}
.bg-img1 h2 {
    color: #fff;
    font-size: 4rem;
    padding: 140px 0;
    margin: 0;
    line-height: 80px;
}
.bg-img1 h2 span {
    color: #f96703;
}
.donars-one__country img{
    max-height: 70px;
}
.donars-one__country{
    justify-content: center;
}
.donars-one--home::after{
    display: none;
}
.donars-one--home{
    background: #124888;
}
.donars-one{padding-top: 40px;padding-bottom: 60px;}
.inspiring-one{
        background: aliceblue;
}
.inspiring-one__inner__title{
    font-size: 18px;
    padding-top: 10px;padding-bottom: 10px;
    text-align: center;
}

.cleenhearts-btn__text{margin-left: 0;}
.contact-information__btn{padding-left: 44px;padding-right: 44px;}
.donation-information__title{color: #fff;}
.main-footer__bottom{padding-top: 10px;padding-bottom: 10px;}
.footer-widget.footer-widget--about.f-logo img{max-height: 60px;}


.top-social li a {
    font-size: 16px;
    margin-left: 8px;
    margin-right: 4px;
    color: #fff !important;
    display: inline-block;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    transition: all ease .5s;
}
.top-social li:nth-child(1) a {
  background-color: #4267B2;
  margin-left: 0;
}
.top-social li:nth-child(2) a {
  background-color: #000;
}
.top-social li:nth-child(3) a {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  /*-webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;*/
}
.top-social li:nth-child(4) a {
    background-color: #0e76a8;
}
.top-social li:nth-child(5) a {
  background-color: #FF0000
}
.top-social li a:hover{
    transition: all ease .4s;
}

.mobile-nav__content .main-menu__list li a button.expanded{display: none;}
.mobile-nav__content{background-color: #124888;}
.mobile-nav__overlay{background-color: #124888;}
.mobile-nav__content .main-menu__list li:nth-child(1) button{display: none;}

@media (max-width: 1199px){
    .main-header__inner {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
.main-header .container-fluid{
    padding-left: 15px;
    padding-right: 15px;
}
.about_page, .about_page01{
    padding-top: 40px;
    padding-bottom: 40px;
}
.about_page01{
    background-color: #e2f1ff;
}

.sec-title__title{font-size: 46px;}
.about-one .sec-title {
    margin-bottom: 15px;
}
.about-one__donate img{max-height: 90px;}
.section-space {
    padding-top: 80px;
    padding-bottom: 80px;
}
.donars-one__country{
    min-height: 95px;
}
.social___links h3{
    font-size: 34px;
}
.footer-widget.footer-widget--about.f-logo img {
    max-height: 130px;
}
.footer-widget.footer-widget--about.f-logo h4{font-size: 14px;}
.about-one__bg{
    height: calc(100% - 0px);   
}
.logo__span img{max-height: 80px;}


/* profile card css */

.profile-card{
    margin-bottom:10px;
    box-shadow: 1px 1px 16px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 16px -6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 16px -6px rgba(0, 0, 0, 0.5);
}
.profile-card .profile-img{
    position: relative;
    overflow: hidden;
}
.profile-card .profile-img::after{
    content:"";
    border: 1px solid #fff;
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    opacity:0;
    transform: scale(1,1);
    transition: all 0.50s linear 0s;
}
.profile-card:hover .profile-img:after{
    transform:scale(0.9,0.9);
    opacity:1;
}
.profile-card .profile-img img{
    width:100%;
    height:auto;
    transform:scale(1,1);
    transition: all 0.50s linear 0s;
}
.profile-card:hover img{
    transform:scale(1.2,1.2);
}
.profile-card .profile-img .over-layer{
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    opacity:0;
    padding:5px 10px;
    text-align:left;
    background: rgb(0 0 0 / 40%);
    transform: scale(0,0);
    transition: all 0.50s ease 0.5s;
}
.profile-card:hover .over-layer{
    opacity:1;
    transform: scale(0.9,0.9);
}
.profile-card .profile-img .over-layer p{
    font-size:14px;
    color:#fff;
    /* text-transform:capitalize; */
}
.profile-card .profile-img .over-layer-one .title > span{
    display: block;
    margin:5px 0;
}
.profile-card .profile-content{
    background:#fff;
    text-align:center;
    padding:15px;
}
.profile-card .profile-content .title{
    font-size:16px;
    color:#000;
    margin:0 0 10px;
    text-transform: uppercase;
}
.profile-content p{margin-bottom: 0;}
.profile-card .profile-content .title > span{
    font-size:16px;
    color:#FFFFff;
    margin:0 7px;
    text-transform: capitalize;
}
.profile-card .profile-content .social-link{
    margin:0;
    padding:0;
}
.profile-card .profile-content .social-link li{
    display:inline-block;
    list-style:none;
    margin:0 5px;
}
.profile-card .profile-content .social-link li a{
    display:inline-block;
    width:30px;
    height:30px;
    color:#FF3E78;
    line-height:30px;
    text-align: center;
    background: rgba(255,255,255,0.5);
}
.profile-card .profile-content .social-link li a:hover{
    text-decoration:none;
}


.Gallery_img{
    margin-top: 15px;
    border-radius: 4px;
    overflow: hidden;
}
.effect-image-1 {
    position: relative;
    display: block;
}
.overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(247 163 65 / 67%);
    opacity: 0;
    visibility: hidden;
        transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}
.simple-overlay-3 {
    height: 0px;
    right: 0;
    left: initial;
    width: 0px;
}

.effect-image-1:hover .simple-overlay-3 {
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
}

.instagram-media{
    height: 500px;
    overflow: hidden;
}
.top-social.center__icons li a{
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}






















