.contact-form-style-one {
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    padding: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.contact-form-style-one .heading {
    font-size: 26px;
}

.contact-form-style-one textarea {
    min-height: 90px;
}

.seo-heading::after {
    top: -220%;
}

/* .cta_bg {
    background-image: linear-gradient(
        to right bottom, #def3ee, #c8e2dc, #b2d2ca, #9dc1b8, #88b1a7);
    padding: 100px 0;
    background: #a0c4bc;
    background-size: cover;
    background-position: center top;
} */

.cta_bg {
    /* background-image: linear-gradient(to right bottom, #def3ee, #c8e2dc, #b2d2ca, #9dc1b8, #88b1a7); */
    padding: 100px 0;
    background: #f4f8fa;
    background-size: cover;
    background-position: center top;
    border-top: #e1e7ed solid 1px;
}

.cta_bg h4 {
    color: #000;
    font-size: 2rem;
    font-weight: 500;
}

.cta_bg .button {
    padding-top: 15px;
}

.recent-story {
    /* background-color:#f3e9c1;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}

.ngo_bg {
    background-image: url(../images/ngo_bg.jpg);
    background-repeat: repeat;
}

.feature-style-one .item {
    min-height: 415px;
}

span.icon img {
    width: 44px;
    height: 44px;
    margin-right: 20px;
}

.data-safety {
    text-align: center;
}

.data-safety h2 {
    margin: 0 0 15px;
    font-size: 2rem;
}

.data-safety p {
    font-size: 1.3rem;
    line-height: 1.5;
    margin: 25px;
}

.navbar .attr-right .attr-nav li a {
    font-size: 1.3rem;
}


.what-you-get-bg {
    background: #f9f9f9;
    position: relative;
}

.what-you-get-bg::after {
    content: '';
    position: absolute;
    top: 0;
    background-image: url(../images/our_services_background.webp);
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
    width: 100%;
    height: 100%;
}

.recent-story {
    background: #d7e4eb;
}

.portfolio-area .owl-dots {
    text-align: center;
    margin: 20px 0 0;
}

.portfolio-area .owl-dots button.owl-dot.active {
    background-color: #e1555a !important;
    border: 1px solid #e1555a !important;
}

.portfolio-area .owl-dots button.owl-dot:hover {
    background-color: #e1555a !important;
    border: 1px solid #e1555a !important;
}

.portfolio-area .owl-dots button.owl-dot {
    border: 1px solid gray;
    background: white;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    position: relative;
    margin: 0 3px;
}

.featured .owl-stage-outer .owl-item .item {
    border: #ddd solid 1px;
}

.rec_stories {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    min-height: 76vh;
    background-color: #e1555a;
    background-image: url(../images/pattern-recent_bg.png);
    background-position: center center;
    background-repeat: repeat;
    background-size: auto;
}

.rec_stories .rec_leftside,
.rec_stories .rec_rightside {
    width: 50%;
}

.rec_stories .rec_leftside .workshop_bg_img img {
    width: 100%;
    height: 100%;
}

.rec_stories .rec_rightside {
    display: flex;
    align-items: center;
}

.rec_stories .rec_rightside .workshop_content {
    width: 70%;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 70px;
}
.rec_stories .rec_rightside .workshop_content h2 {
    color: #fff;
    font-size: 4rem;
    position: relative;
    margin-bottom: 25px;
    padding: 0 0 10px;
}
.rec_stories .rec_rightside .workshop_content h2::after {
    content: '';
    background: #fff;
    height: 2px;    
    width: 5%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.rec_stories .rec_rightside .workshop_content ul li{
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 300;
}
.rec_stories .rec_rightside .workshop_content ul li::after {
    color: #fff;
    margin: 4px 0 0;
}




/* ============ Media Query ============ */

@media screen and (max-width:1024px) {

    .navbar-header {
        padding: 5px 0 25px 0;
    }

    .banner-style-six h2 strong {
        display: inline;
    }

    .banner-style-six h2 {
        font-size: 60px;
        margin-bottom: 0;
    }

    .contact-form-style-one input,
    .contact-form-style-one textarea {
        margin-bottom: 10px;
        padding: 14px 20px;
        font-size: 17px;
    }

    .contact-form-style-one button {
        padding: 12px 24px;
    }

    .btn-md {
        padding: 15px 35px;
        font-size: 1.2rem;
    }

    .rec_stories{
        display: block;
    }
    .rec_stories .rec_leftside, .rec_stories .rec_rightside {
        width: 100%;
    }

}

@media screen and (max-width:991px) {

    .navbar .attr-right {
        float: right;
        display: none;
    }

    .services-tab-navs .nav-tabs .nav-link::after {
        background: #e1555a;
    }
}
@media screen and (max-width:768px) {

.rec_stories .rec_rightside .workshop_content h2 {
    font-size: 3rem;    
    }
.rec_stories .rec_rightside .workshop_content {
    width: 90%;
    margin-top: 50px;
    margin-bottom: 50px;
    }    
}

@media screen and (max-width:767px) {

    .services-tab-navs .nav-tabs .nav-link {
        text-align: left;
    }

    span.icon img {
        margin-right: 5px;
    }

    .project-more-info .btn {
        float: none;
        margin-top: 0;
    }

    .testimonials-area h4.sub-heading {
        text-align: center;
    }

    .testimonials-area h2.heading {
        text-align: center;
        font-size: 28px;
    }
    .form-group {
        text-align: left;
    }
    .form-group .error{
        font-size:14px;
    }

}

@media screen and (max-width:575px) {

    .banner-style-six h2 {
        font-size: 26px;
        margin-bottom: 0;
    }

    .btn-md {
        padding: 12px 30px;
        font-size: 18px;
    }

    .contact-form-style-one {
        margin-top: 0;
    }

    .contact-form-style-one button {
        margin-top: 15px;
    }

    .banner-area.auto-height div {
        margin-bottom: 10px;
    }

    .mututal_bene h2 {
        text-align: center;
        font-size: 28px;
        font-weight: 500;
    }

    .services-tab-navs .nav-tabs .nav-link {
        text-align: left;
        display: flex;
    }

    span.icon img {
        margin-right: 15px;
    }

    .services-tab-navs .nav-tabs .nav-link {
        padding: 18px 0;
    }

    .contact-form-style-one {
        padding: 30px 15px;
    }

    .heading {
        font-size: 28px;
        margin: 0 0 10px;
        line-height: 1.2;
    }

    p {
        font-size: 18px;
    }

    .data-safety p {
        font-size: 18px;
    }

    .data-safety h2 {
        font-size: 28px;
    }

    span.icon img {
        max-width: 44px;
    }

    .services-style-one .info h2 {
        margin-bottom: 15px;
        font-size: 28px;
    }

    .cta_bg h4 {
        font-size: 22px;
    }

    .cta_bg {
        padding: 50px 0;
    }

    .service-six-heading .heading {
        font-size: 28px;
    }

    .rec_stories .rec_rightside .workshop_content h2 {
        font-size: 28px;
    }
    .rec_stories .rec_rightside .workshop_content ul li {        
        font-size: 22px;
        line-height: 1.5;        
    }
    .rec_stories .rec_rightside .workshop_content h2::after {        
        width: 15%;         
    }
}


/* Thank you css start */

.thanks_bg{    
    background-image: url(../images/banner2.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;    
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    text-align: center;
}

.thanks_bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: hsl(165.25deg 24.5% 48.82% / 86%);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.thank-you h2 {
    font-size: 56px;
    color: #000;
    margin: 0;
}
.thank-you p {
    font-size: 22px;
    color: #000;
    padding: 25px 0;
}
.back_to_home {
    margin-top: 25px
}
.back_to_home a {
    background: #e1555a;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    padding: 15px 24px;
    border-radius: 4px;
}

.app_icon{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(100px, auto);
    gap:20px
}
.app_title {
    margin-top: 50px;
    font-size: 23px;
    padding-bottom: 25px;
}

/* Thank you css end  */
