body{
    font-family: 'Roboto', sans-serif !important;
}
a{
    text-decoration: none !important;
    font-size: inherit !important;
    color: inherit !important;
}
img.logo_style{
    height: 50px !important;
    width:100% !important;
}
.nav-link,.dropdown-item{
    font-size: 14px !important;
    font-weight: bold !important;
    color: #134453 !important;
}
.nav-link:hover,.dropdown-item:hover{
    color: rgb(54 163 11) !important;
}
li.nav-item{
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.bg_color_1{
    background: #134453 !important;
}

.bg_color_2{
    background: rgb(240 86 98) !important;
}
.bg_color_3{
    background: #289F9E !important;
}

.color_white{
    color: white !important;
}
.color_1{
    color: #134453 !important;
}
.color_2{
    color: rgb(240 86 98) !important;
}


.font_b_feature_large{
    font-size: 32px !important;
    font-weight: bold !important;
}
.font_b_feature{
    font-size: 26px !important;
    font-weight: bold !important;
}
.font_b_feature_2{
    font-size: 24px !important;
    font-weight: bold !important;
}
.font_12{
    font-size: 12px !important;
    font-weight: 400 !important;
}
p.font_16{
    font-size: 16px !important;
    font-weight: 400 !important;
}
p.font_14,.font_14{
    font-size: 14px !important;
    font-weight: 400 !important;
}
.font_b_28{
    font-size: 28px !important;
    font-weight: bold !important;
}
.font_40{
    font-size: 40px !important;
    font-weight: bold !important;
}
.font_b_20{
    font-size: 20px !important;
    font-weight: bold !important;
}
.font_b_contact_large{
    font-size: 36px !important;
    font-weight: bold !important;
}
.font_b_50{
    font-size: 50px !important;
    font-weight: bold !important;
}
.feature_position{
    z-index: 99999 !important;
    margin-top: -100px !important;
}

.font_b_heading_large{
    font-size: 46px !important;
    font-weight: bold !important;
}


.position-bottom-10{
    bottom: 10.25rem !important;
}
.position-bottom-5{
    bottom: 9rem !important;
}

@media (max-width: 768px){
    .position-bottom-10{
        bottom: 60px !important;
    }
    .position-bottom-5{
        bottom: 30px !important;
    }
    .carousel-item .font_b_50{
        font-size: 25px !important;
    }
    .carousel-item .font_40{
        font-size: 15px !important;
    }

    .carousel-item .font_b_20{
        font-size: 12px !important;
    }


}

.btn-primary{
    /*padding: 10px 20px !important;*/
    border-radius: 25px !important;
    min-width: 150px;
    height: 50px;
    background: rgb(240 86 98) !important;
    border: none !important;
    line-height: 40px;
    color: white !important;
}
.btn-primary:hover{
    background: #134453 !important;
}


.btn-secondary{
    /*padding: 10px 20px !important;*/
    border-radius: 25px !important;
    min-width: 150px;
    height: 50px;
    background: #134453 !important;
    border: none !important;
}
.btn-secondary:hover{
    /*background: rgb(240 86 98) !important;*/
    /*border:  #134453 solid 1px !important;*/
    color: rgb(240 86 98) !important;
}

.donate_home_bg{
    background: url(../images/home01.jpg) rgba(17, 87, 64, 0.7);  
    background-size:cover;
    background-position:top;
    background-repeat:no-repeat;
    background-blend-mode: multiply;
    background-size: 100% auto;
    background-position: center center !important;
}

.donate-text-home{
    font-size: 28px !important;
    font-weight: bold !important;
}

@media (max-width: 768px){
    .donate-text-home{
        font-size: 12px !important;
        font-weight: bold !important;
    }

    .donate_home_bg{
        /*background: url(../images/0d3f47_ef49ed3f10c9467cbad138cb10dd81e0_mv2.webp) rgba(17, 87, 64, 0.7);  */
        background-size:  100%;
    }
}

h5.news-title-home{
    color: #115740 !important;
    font-size: 16px !important;
    text-align: center !important;
    font-weight: 600 !important;
    line-height: 25.2px !important;
    overflow-wrap: break-word !important;
    padding: 5px;
    margin-top: 10px;
    cursor: pointer;

}
.news-title-home:hover{
    color: #013741 !important;
}

.news-comment-count-home{
    font-size: 12px !important; 
}
.home-news .card-img-top {
    width: 100% !important;
    height: 15vw !important;
    object-fit: cover !important;
    border-radius: 0px !important;
    cursor: pointer;
}

@media(max-width:768px){
    .home-news .card-img-top {
        width: 100% !important;
        height: 50vw !important;
        object-fit: cover !important;
        border-radius: 0px !important;
        cursor: pointer;
    }
}
.card{
    border: none !important;
    border-radius: 0px !important;
}

.card-body{
    padding-bottom: 5px !important; 
}

.horizontal-seperator{
    height: 1px;
    background: #134453;
    opacity: .2;
}
.horizontal-seperator-white{
    height: 1px;
    background: #ffffff;
    opacity: .2;
}
.horizontal-seperator-thick-short{
    height: 6px;
    width: 20px;
    background: rgb(240 86 98) !important;
    /*opacity: .2;*/
}



.contct-home-bg{
    /*background: url(../images/contact-bg.webp) rgba(19, 68, 83, 0.4);  */
    background: url(../images/contact-bg1.jpg) rgb(61 68 69 / 90%);  
    background-size:cover;
    background-position:top;
    background-repeat:no-repeat;
    /*background-blend-mode: multiply;*/
    background-size: 100% auto;
    background-position: top center !important;
}

.contact-home-responsive{
    width: 50% !important;
}
@media (max-width: 768px){
    .contact-home-responsive{
        width: 100% !important;
    }
}



.blog-category-list li.nav-item .nav-link, .blog-category-list .dropdown-item{
    font-size: 15px !important;
    font-weight: 100 !important;
}


.news-section .card{
    background: #134453 !important;
    color: white !important;
}



.blog-icon{
    width: 32px;
}

.blog-icon-text{
    font-size: 11px !important;
}
.lite-blog-details .blog-icon-text{
    font-size: 14px !important;
}
.blog-archive-data-wraper{
    height: 120px;
    overflow: hidden !important;
}
.blog-archive-title{
    font-size: 25px !important;
    font-weight: bold;
    /*padding: 5px;*/
    margin-top: 10px;
    height: 60px;
    overflow: hidden !important;
    cursor: pointer;
}
.blog-archive-title:hover{
    color: #C7E9B0;
}

.blog-recent-title{
    font-size: 18px !important;
    font-weight: bold;
    /*padding: 5px;*/
    margin-top: 10px;
    height: 50px;
    overflow: hidden !important;
    cursor: pointer;
}
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1100px !important;
    }
}

.card-img-top-news-category{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 0px !important;
    cursor: pointer;
}
.wrapper-news-category{
    height: 350px;
}
.news-category-section .card{
    /*background: #134453 !important;*/
    /*color: white !important;*/
    border: #d3d9dc solid 1px !important;
}

.card-body-news-category{
    height: 271px;
    overflow: hidden;
}
.lite-border{
    border: #d3d9dc solid 1px !important;
}

.lite-line-height-28{
    line-height: 28px !important;
}
.lite-line-height-30{
    line-height: 30px !important;
}
.lite-line-height-32{
    line-height: 32px !important;
}

.lite-line-height-36{
    line-height: 36px !important;
}

.lite-line-height-50{
    line-height: 50px !important;
}

.lite-letter-spacing{
    letter-spacing: 6px !important;
}

.lite-blog-content p{
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.lite-blog-content img{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.lite-blog-share-wraper i{
    margin: 10px;
    cursor: pointer;
}

.lite-blog-details-padding{
    padding: 4rem 5rem !important;
}

@media (max-width: 768px){
    .lite-blog-details-padding{
        padding: 1rem 1rem !important;
    }
}






.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}



/* .dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    } */

.drop-btn {
    font-size: 14px !important;
    font-weight: bold;
    color: #134453 !important;
}
.drop-btn:hover {
    color: #115740 !important;
}

.dropdown-container {
    position: relative;
    display: inline-block;
    padding: 20px 30px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99999999 !important;
    top: 55px;
    /*padding-top: 30px;*/
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;

    font-size: 14px !important;
    font-weight: bold;
    color: #134453 !important;
}

.dropdown-content a:hover {
    color: rgb(54 163 11) !important;
}

.dropdown-container:hover .dropdown-content {display: block;}
.nav-arrow-icon {
    font-size: 14px;
}







/* whower.html */
.about-title {
    font-size: 46px; line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-family: montserrat, sans-serif;
}
.aboutus {
    color: #134453;
}
.aboutContent {
    background-color: rgb(40, 159, 158);
    height: 100%;
    width: 100%;
    text-align: left;
}
.aboutBtn {
    padding: 10px 30px !important;
    border-radius: 25px !important;
    min-width: 150px;
    height: 50px;
    color: #fff;
    background-color: #134453;
    border: none !important;
    font-family: montserrat, sans-serif;
    font-weight: 600;
    font-size: 14px;
}
.aboutBtn:hover {
    background-color: #215866;
}

.aboutBody {
    width: 490px;
    text-align: left;
    margin: auto;
    /* padding: 25px 25px; */
    padding-top: 51px;
    padding-bottom: 51px;
}
.imgmap {
    width: auto !important;
    height: 100% !important;
    object-fit: cover;
}
.about-body {
    margin-top: 25px;
}
.about-data {
    margin-bottom: 20px !important;
    font-size: 14px;
    font-family: montserrat, sans-serif;
    color: #fff;
}
@media (max-width: 768px) {
    .about-container {
        display: flex;
        flex-direction: column;
    }
    .aboutBody {
        width: 100%;
        padding: 0px 15px;
        padding-top: 51px;
        padding-bottom: 51px;
    }
}
.footer {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 0px;
    font-size: 12px;
}


/* services.html */
.footer {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 0px;
    font-size: 12px;
}
.service-title {
    font-size: 46px; line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-family: montserrat, sans-serif;
    padding: 40px 0px;
}
.left-section {
    font-size: 27px;
    width: 30% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
}
.right-section {
    font-size: 15px;
    line-height: 1.5em;
    width: 70% !important;
    text-align: left;
}
.service-data {
    width: 640px;
    margin: auto;
    padding: 50px 0px;
    color: #fff;
}

@media (max-width: 768px) {
    .service-data {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .left-section {
        width: 100% !important;
    }
    .right-section {
        width: 100% !important;
    }
    .service-container {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}

/* partners.html */



.partners-img {
    background-image: url('images/partners.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.left-part {
    width: 50%;
    background-color: rgba(27, 108, 38, 0.40);
}
.right-part {
    width: 50%;
    padding: 65px 0px;
    background-color: rgba(27, 108, 38, 0.79);
}
.partners-content {
    width: 360px;
    margin: auto;
    color: #fff;
    padding-bottom: 30px;
}
.partners-content h1 {
    font-size: 45px;
    font-weight: bold;
    padding-bottom: 40px;
    letter-spacing: 0.15em;
    padding-top: 20px;
}


@media (max-width: 768px) { 
    .left-part {
        width: 0% !important;
    }
    .right-part {
        width: 100% !important;
    }

}


.partner-container-box {
    background: rgb(44 95 17);
}
.containz {
    width: 80%;
    margin: auto;
}
.left-border {
    border-left: 2px solid rgba(255, 255, 255,0.6);
    padding: 0px 35px;
}

.p-data {
    /*font-family: montserrat,sans-serif;*/
    font-size: 14px;
    line-height: 25px;
}
.p-head {
    /*font-family: montserrat,sans-serif;*/
    font-size: 35px;
    font-weight: bold !important;
    text-align: left !important;
    padding-bottom: 1rem;
}






/*.partners-img {
    background-image: url('images/partners.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.left-part {
    width: 50%;
    background-color: rgba(27, 108, 38, 0.37) !important;
}
.right-part {
    width: 50%;
    padding: 65px 0px;
    background-color: rgba(27, 108, 38, 0.79) !important;
}
.partners-content {
    width: 360px;
    margin: auto;
    color: #fff;
    padding-bottom: 30px;
}
.partners-content h1 {
    font-size: 45px;
    font-weight: bold;
    padding-bottom: 40px;
    letter-spacing: 0.15em;
    padding-top: 20px;
}

.partner-data {
    display: flex;
    justify-content: center;
    position: relative;
}
.partner-data .p-data {
    padding: 0px 40px ;
    color: #fff !important;
    font-size: 14px !important;
}

.partner-container {
    width: 60%;
    margin: auto;
    text-align: left;
}
.partner-container h1 {
    font-size: 35px;
}

.partner-container h1{
    padding-left: 40px;
    color: #fff;
    font-weight: bold;
}
.colorUnderlay0 {
    position: absolute;
    height: 100px;
    width: 0.1px;
    background-color: #fff;
    left: 150px;
    top: 6px;
}

.partner-box {
    padding-top: 100px;
    background: rgb(40, 159, 158);
}
.pc-class {
    padding-bottom: 100px;
}





@media (max-width: 768px) { 
    .left-part {
        width: 0% !important;
    }
    .right-part {
        width: 100% !important;
    }
    .partner-container h1 {
        padding-left: 0px;
    }
    .partner-data {
        flex-direction: column;
    }
    .colorUnderlay0 {
        display: none;
    }
    .partner-data .p-data {
        padding: 12px 0px;
    }

    .partner-container {
        width: 90%;
    }
}*/


/* projects.html */


.project-btn,a.project-btn{
    background-color: #134453;
    padding: 8px 20px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
    border: none;
    position: absolute;
    bottom: 0;
    left: 85px;
    bottom: 25px;
}
.card {
    font-family: montserrat, sans-serif;
}
.project-btn:hover {
    background-color: rgba(40, 159, 158, 0.77);
}
.project-card {
    border-radius: 0px !important;
    width: 20rem !important;
    height: 100% !important;
    position: relative;
}
.project-card-body {
    position: relative;
}
.top-title {
    position: absolute;
    width: 200px;
    height: 32px;
    background-color: #fff;
    top: -32px;
    left: 0px;
    display: flex;
    padding-left: 14px;
    color: #577083;
}
.card-title {
    font-weight: bold !important;
}
.project-card-subtitle {
    font-size: 14px;
    display: flex;
    margin-top: -12px;
    margin-bottom: 10px;
}
.project-card-text {
    font-family: montserrat, sans-serif;
    color: rgb(87, 112, 131) !important;
    margin-bottom: 70px;
}

.project-title {
    font-size: 46px; line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-family: montserrat, sans-serif;
    padding: 40px 0px;
    color: #fff;
    z-index: 999999;
}



.project-container {
    position: relative;

    background: url('images/project-background.webp');
}
.project-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(240, 86, 98, 0.84) !important;
}


/* .project-container-box {
    display: flex;
    width: 70%;
    margin: auto;
    margin-bottom: 20px;
    flex-wrap: wrap;

}
.project-container-box > div {
    width: 33%;
    margin-bottom: 25px;
} */

.project-container-box{
    width: 70%;
    margin: auto;
    margin-bottom: 20px;
}
.project-img {
    border: none !important;
    border-radius: 0px !important;
}

@media (max-width: 1447px) { 
    .project-container-box{
        width: 100%;
        margin: auto;
    }
}

@media (max-width: 991px) { 
    .project-card {
        width: 100% !important;
    }
}

/* ahirani.html */
.first-box {
    width: 50%;
}
.second-box {
    width: 50%;
    height: 100%;
}
.lang-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: left;
    background-color: #c2cfd1;
}
.lang-data {
    width: 360px;
    padding-left: 85px;
    text-align: left;
}
.lang-data h1 {
    font-size: 70px;
    font-weight: bold;
    color: #fff;
}

.lang-data p {
    /*color: rgb(71, 71, 71);*/
    font-family: montserrat,sans-serif;
    font-size: 16px;
    line-height: 1.8em;
    text-align: left;
}
.lang-btn {
    background-color: #F05662;
    padding: 10px 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: none;
}
.lang-btn:hover {
    background-color: rgba(240,86,98,0.76);
}





.language-content {
    width: 360px;
    margin: auto;
    color: #fff;
    padding-bottom: 30px;
}
.language-content h1 {
    font-size: 45px;
    font-weight: bold;
    padding-bottom: 40px;
    letter-spacing: 0.15em;
    padding-top: 20px;
}

.language-data {
    display: flex;
    justify-content: center;
    position: relative;
}
.language-data .lg-data {
    padding: 0px 40px;
    color: #fff;
    font-size: 14px;
}

.language-container {
    width: 60%;
    margin: auto;
    text-align: left;
}
.language-container h1 {
    font-size: 35px;
}

.language-container h1{
    padding-left: 40px;
    color: #fff;
    font-weight: bold;
}
.colorUnderlay {
    position: absolute;
    height: 156px;
    width: 0.1px;
    background-color: #fff;
    left: 126px;
    top: 15px;
}

.language-box {
    padding-top: 100px;
    background: #134453 !important;
}

/* .lc-class {
    padding-bottom: 100px;
} */


.lang-support-btn {
    width: 60%;
    background-color: #F05662;
    height: 45px;
    border: none;
    margin-bottom: 10px;
    color: #fff;
}
.lang-support-btn:hover {
    background-color: rgba(240,86,98,0.76);
}

@media (max-width: 768px) { 
    .first-box {
        width: 100%;
    }
    .second-box {
        width: 100%;
    }
    .lang-data {
        width: 100%;
        padding-left: 25px;
        padding-bottom: 20px;
    }
    .lang-data h1 {
        font-size: 44px;
    }
    .lang-container {
        flex-direction: column;
    }
    .lang-img {
        width: 100%;
    }

    .language-container h1 {
        padding-left: 0px;
    }
    .language-data {
        flex-direction: column;
    }
    .colorUnderlay {
        display: none;
    }
    .language-data .lg-data {
        padding: 12px 0px;
    }

    .language-container {
        width: 90%;
    }
}


.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: transparent !important;
}












.btn-support {
    background-color: #134453 !important;
}
.support-form {
    padding: 40px 70px;
    width: 50%;
    margin: auto;
    background: #fff;

}
.support-title {
    font-size: 45px;
    font-weight: bold;
    padding-bottom: 40px;
    letter-spacing: 0.15em;
    padding-top: 20px;
}
.support-data {
    width: 48%;
    margin: auto;
}
.support-data p{
    color: white !important;
}
.support-data-padding{
    padding: 10%;
}
.support-container {
    background-image: url('../images/support.webp');
    background-color: rgba(240, 86, 98, 0.9);
    background-size:cover;
    background-position:top;
    background-repeat:no-repeat;
    background-blend-mode: lighten !important;
    background-size: 100% auto;
    background-position: center center !important;
}

.wpforms-submit {
	border-radius: 25px !important;
    min-width: 135px;
    height: 38px;
    background: rgb(240 86 98) !important;
    border: none !important;
	color: #ffffff !important;
	padding: 6px 25px;
	height: 48px !important;
}

.wpforms-submit:hover {
	background: #134453 !important;
}






.contct-home-bg{
    /*background: url(images/contact-bg.webp) rgba(19, 68, 83, 0.8);*/  
    background-size:cover;
    background-position:top;
    background-repeat:no-repeat;
    background-blend-mode: soft-light;
    background-size: 100% auto; 
    background-size: cover !important;
    background-position: top center !important;
}
.contact-title {
    font-size: 36px;
    font-weight: bold;
}

.contact-bottom-border {
    border-bottom: 5px solid;
    border-color: rgb(255 255 255) !important;
    width: 8%;
    margin: auto;
}
.contact-icon-container {
    font-size: 13px;
}
.contact-icon {
    font-size: 16px;
}

.contact-section-container {
    background: url(images/contact.webp) rgba(255, 255, 255, 0.94);  
    background-size:cover;
    background-position:top;
    background-repeat:no-repeat;
    background-blend-mode: soft-light;
    background-size: cover;
    background-position: center center !important;
}

.contact-box-data-container {
    width: 55%;
    margin: auto;
}
.contact-card-title {
    color: #3b9425;
    font-size: 22px;
    font-weight: 400;
}
.contact-card-symbol > .fa-quote-right {
    font-size: 30px;
    color: #F27979;
}
.contact-content-data p{
    color: white !important;
}
/*@media (min-width: 768px) {
    .contact-form {

    }
}*/


/* Cooment style*/
/*=====================================
 Comment Template CSS
========================================*/

.comments-area {
    margin-top: 40px;
}

.comments-area h2.comments-title {
    font-size: 25px;
    margin-bottom: 20px;
}

.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment-meta {
    margin-bottom: 20px;
}

.comment-meta a {
    color: #333;
}

.comment-meta img {}

.comment-author.vcard {
    position: relative;
    padding-left: 50px;
}

.comment-author.vcard img {
    position: absolute;
    left: 0;
    top: 5px;
}

.comment-metadata {
    margin-left: 50px;
}

.comments-area table {
    border-left: 1px solid #dddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.comments-area table td,
.comments-area table th {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
}

.comments-area th {
    background: #278cc1;
    color: #fff;
}

.comments-area dd {
    margin-bottom: 15px;
}

.comments-area .comments-content ul,
.comments-area .comments-content ol {
    padding-left: 15px;
}

.comments-area .comment-content ul,
.comments-area .comment-content ol {
    padding-left: 15px;
}

.comment-reply-link {
    background: #1e71f9;
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    border-radius: 5px;
}

.comment-list li.comment {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.comment-metadata {
    font-size: 80%;
}

.comment-reply-link {
    margin-top: 10px;
}

.comment-list li ol.children {
    padding-left: 50px;
    margin: 0;
    list-style: none;
    margin-top: 25px;
}

.comment-list li ol.children ol.children {
    padding-left: 20px;
}

.comment-list li.comment:last-child {
    border-bottom: 0px solid;
    padding-bottom: 0;
    margin-bottom: 0;
}

.comment-respond {
    margin-top: 50px;
}

.comment-notes {
    font-size: 90%;
    margin-bottom: 40px;
}

.comment-form label {
    display: block;
    margin-bottom: 10px;
}

.comment-form input,
.comment-form textarea {
    width: 100%;
    margin-bottom: 20px;
}

.comment-form input[type=submit] {
    width: auto;
}

.comment-reply-link, .submit {
	border-radius: 25px !important;
    min-width: 100px;
    height: 38px;
    background: rgb(6 101 29) !important;
    border: none !important;
	color: #ffffff !important;
	padding: 6px 25px;
}
.submit {
	min-width: 180px;
	height: 50px;
}

.comment-reply-link:hover, .submit:hover {
	background: #134453 !important;
}
.comment-meta.commentmetadata {
	padding-left: 50px;
}
.comment-reply-link {
	margin-top: 0px !important;
	margin-bottom: 10px;
}

.comment-form-author {
	width: 48% !important;
	float: left !important;
	margin-bottom: 0px !important;
}
.comment-form-author, .comment-form-comment {
	margin-bottom: 0px !important;
}
.comment-form-email {
	width: 48% !important;
	float: right !important;
}
#wp-comment-cookies-consent {
	width: 2%;
	float: left;
	margin-top: 5px;
}
.comment-form-cookies-consent > label {
	padding-left: 25px;
}



.share-social-dot{
    cursor: pointer;
}




 @media (max-width: 500px){
                .feature_position {
                    margin-top: 0px !important;
                }
            }

                .carousel-caption {
                    right: 20%;
                }
                .text-animation1 {
                    position: relative;
                    animation-name: example;
                    animation-duration: 4s;
                    /* animation-iteration-count: infinite; */
                }
                @keyframes example {
                    0%   {left:200px; top:0px;}
                    100%  {left:0px; top:0px;}
                }

                .text-animation2 {
                    position: relative;
                    animation-name: example1;
                    animation-duration: 4s;
                }
                @keyframes example1 {
                    0%   {left:-200px; top:0px;}
                    100%  {left:0px; top:0px;}
                }

                .text-animation3 {
                    position: relative;
                    animation-name: example;
                    animation-duration: 4s;
                    /* animation-iteration-count: infinite; */
                }
                @keyframes example3 {
                    0%   {left:200px; top:0px;}
                    100%  {left:0px; top:0px;}
                }

                .text-animation4 {
                    position: relative;
                    animation-name: example4;
                    animation-duration: 1s;
                }
                @keyframes example4 {
                    0%   {left:-200px; top:0px;}
                    100%  {left:0px; top:0px;}
                }

                .text-animation5 {
                    position: relative;
                    animation-name: example5;
                    animation-duration: 3s;
                    /* animation-delay: 3s; */
                }
                @keyframes example5 {
                    0%   {left:-200px; top:0px;}
                    100%  {left:0px; top:0px;}
                }


/* Blockquotes  */

blockquote {
font-size: 20px;
/* margin: 0.25em 0; */
padding: 5px 30px;
line-height: 1.45;
position: relative;
border-left:2px solid #000000;
font-weight:500;
}
 
blockquote cite {
color: #efefef;
font-size: 14px;
display: block;
margin-top: 5px;
}
 
blockquote cite:before {
content: "\2014 \2009";
}

.news-content {
	font-size: 14px;
}
.blog-title-padding {
	padding: 0px 10px;
}

/* Support */
.support-inner-container {
	width: 80% !important;
    margin: auto  !important;
}

.support-inner-container .wpforms-container-full .wpforms-field-large, .support-inner-container .wpforms-container-full .wpforms-field-medium {
	background: #f1f1f1 !important;
	border: none !important;
}
.support-inner-container .wpforms-container-full .wpforms-field-large:hover, .support-inner-container .wpforms-container-full .wpforms-field-medium:hover {
	background: #6fd8ac !important;
}

.support-inner-container .wpforms-container-full select.wpforms-field-large option, .support-inner-container .wpforms-container-full select.wpforms-field-large option:hover {
	background: #ffffff !important;
}

.support-inner-container .wpforms-container-full .wpforms-field-large:focus, .support-inner-container .wpforms-container-full .wpforms-field-medium:focus  {
	background: #ffe371 !important;
}

.support-inner-container .wpforms-container-full .wpforms-field-radio input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -4px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.support-inner-container .wpforms-container-full .wpforms-field-radio input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -4px;
    left: -1px;
    position: relative;
    background-color: black;
    content: '';
    display: inline-block;
    visibility: visible;
/*     border: 2px solid white; */
	border: 4px solid #fddfc2;
}


.support-inner-container .wpforms-container-full .wpforms-field-checkbox input[type='checkbox']:after {
    width: 15px;
    height: 15px;
    top: -3px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.support-inner-container .wpforms-container-full .wpforms-field-checkbox input[type='checkbox']:checked:after {
	width: 17px;
    height: 17px;
    top: -4px;
    left: -1px;
    position: relative;
    content: "\2713";
    display: inline-block;
    visibility: visible;
    font-size: 12px;
    padding-left: 2px;
    font-weight: bold;
	background: #fddfc2;
}
.support-data-title {
	font-size: 30px;
    text-align: center;
    font-weight: 700;
	display: flex;
	justify-content: center;
}
.support-data-padding {
	padding-top: 35px;
}

/* index */
/* .news-comment-container {
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #134453;
	opacity: 0.1;
} */

.home-news-title {
	height: 100%;
}

.news-title-head {
	height: 70px;
	overflow: hidden;
}




.support-container {
    background-image: none !important;
    background-color: rgba(240, 86, 98, 0.9);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-blend-mode: lighten !important;
    background-size: 100% auto;
    background-position: center center !important;
}
.aboutContent {
    background-color: rgb(17, 87, 64);
}
.aboutBtn {
    background-color: #888888;
}
.aboutBtn:hover {
    background-color: #787878;
}
.imgmap {
    filter: opacity(0.5) drop-shadow(0 0 0 rgb(17, 87, 64));
}
.aboutus {
    color: #999999;
}
.bg_color_2 {
    background-color: rgb(17, 87, 64) !important;
}
.bg_color_1 {
    background-color: #013741 !important;
}
.wpforms-submit {
    background-color: #888888 !important;
}
.wpforms-submit:hover {
    background-color: #787878 !important;
    color: #ffffff !important;
}
.support-container {
    background-color: rgba(17, 87, 64, 0.9) !important;
}
.news-section .card {
    background-color: rgb(17, 87, 64) !important;
}
.project-container:before {
    background-color: rgb(17, 87, 64) !important;
}

.back-shadow {
     /*filter: opacity(0.4) drop-shadow(0 0 0 black) !important;*/
     filter: brightness(0.7) !important;
}
.color_2 {
    color: #ffffff !important;
}
.horizontal-seperator-thick-short {
    background-color: #ffffff !important;
}
.color_dgreen {
    color: #134453 !important;
}
.btn-primary {
    background-color: #888888 !important;
}
.btn-primary:hover {
    background-color: #787878 !important;
}
.blog-recent-title {
    line-height: 25px !important;
}


@media (max-width: 400px) {
    img.logo_style {
        height: 40px !important;
    }
    .carousel-item .font_b_50 {
        font-size: 16px !important;
    }
    .position-bottom-5 {
        bottom: -35px !important;
    }
    .sm-padding {
        display: flex;
        justify-content: center;
    }
}


/* Button Styling */
.button-42 {
  background-color: initial;
  background-image: linear-gradient(-180deg, #849D4B, #326214);
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Inter,-apple-system,system-ui,Roboto,"Helvetica Neue",Arial,sans-serif;
  height: 40px;
  line-height: 40px;
  outline: 0;
  overflow: hidden;
  padding: 0 15px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  max-width: 120px;
  z-index: 9;
  border: 0;
  transition: box-shadow .2s;
}

.button-42:hover {
  box-shadow: rgba(46, 139, 9, 0.5) 0 3px 8px;
}

.cst-btn{
  display: flex;
  justify-content: center;
  align-items: center;
}


.project-img{
   max-height: 185px !important;
  }