.grid-inner p {
    font-size: 20px;
    font-weight: 700;
}

.custom-btn {
    /* width: 130px;
    height: 40px; */
    color: #fff !important;
    border-radius: 5px;
    padding: 10px 25px;
    font-weight: 500;
    /* background: transparent; */
    background: #59c378;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    /* box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1); */
    outline: none;
}


/* 15 */

.btn-15 {
    background: #59C378;
    border: none;
    z-index: 1;
}

.btn-15:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #50b16d;
    border-radius: 5px;
    /* box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1); */
    transition: all 0.3s ease;
}

.btn-15:hover {
    color: #fff;
}

.btn-15:hover:after {
    left: 0;
    width: 100%;
}

.btn-15:active {
    top: 2px;
}


/* gradient text */

.gradient-text {
    text-shadow: none !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
}

.gradient-bangladesh {
    background-image: -webkit-linear-gradient(90deg, #006a4e 0, #f42a41 40%, #006a4e 100%) !important;
    background-image: linear-gradient(90deg, #006a4e 0, #f42a41 40%, #006a4e 100%) !important;
}


/* style for navbar */

.wpo-header-style-2 .wpo-site-header #navbar>ul>li>a {
    color: #202020;
}

@media (max-width: 991px) {
    .wpo-header-style-2 .wpo-site-header #navbar>ul>li>a {
        color: #fff;
    }
}

@media (max-width: 991px) {
    .mobile_ckeditor_content {
        margin-right: 35px;
        margin-left: 35px;
    }
}

@media (max-width: 767px) {
    .mobile_ckeditor_content {
        margin-right: 15px;
        margin-left: 15px;
    }
}

.sticky-on {
    background-color: #fff !important;
}


/* end : style for navbar */


/* style for work page contact messasge */

.wpo-site-footer .upper-contact-area .contact-grids h2,
.wpo-site-footer-s2 .upper-contact-area .contact-grids .work-page-contact h2 {
    font-size: 28px;
    line-height: 50px;
}


/* end : style for work page contact messasge */

@media (min-width: 992px) {
    .wpo-blog-single-section .more-posts {
        margin-bottom: 200px;
    }
}

@media (min-width: 992px) {
    .section-margin-noor-blog-list-page {
        margin-bottom: 200px;
    }
}