.row.equal-height-flex {
    display: flex;
    flex-wrap: wrap; /* Allows columns to wrap to the next line on smaller screens */
}

.row.equal-height-flex > [class*='col-'] {
    display: flex; /* Make the column itself a flex container */
    flex-direction: column; /* Stack content vertically within the column */
}

.section-activity-areas .heading-title hr {
    margin-bottom: 10px;
    margin-left: 24%;
    margin-right: 24%;
}

.section-activity-areas .heading-title h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 9px;
    color: rgba(51, 51, 51, 1);
}

.section-activity-areas .heading-title p {
    text-align: center;
    padding: 0 20%;
}

.panel-activity-area {
    border: 1px solid #B2D5BF;
    border-radius: 9px !important;
    padding: 20px 20px 25px 20px;
    margin: 15px 0 15px 0;
    background: rgba(0, 114, 42, 0.02);
    background-image: url('../images/backgrounds/bg-activity-area.png');
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-position: bottom;
}

.panel-activity-area .activity-icon {
    border-radius: 50%;
    background: rgba(216, 245, 229, 1);
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 25px;
    text-align: center;
}

.panel-activity-area .activity-text {
    margin-top: 40px;
}

.panel-activity-area .activity-text a {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: rgba(0, 114, 42, 1);
}

.panel-activity-area .activity-text p {
    padding: 0;
    margin: 9px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.footer-sprite {
    display: flex;
}

.footer-sprite i {
    margin-top: 6px;
}

.footer-sprite-text {
    margin-left: 6px;
}

.footer-sprite-text h6 {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: rgba(255, 255, 255, 0.51) !important;
    margin-bottom: 3px !important;
}

.footer-sprite-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.88);
}

#footer .copyright {
    border-top: 1px solid #7D7D7D;
    padding: 30px 0 30px 0;
    font-size: 14px;
}

#footer h4 {
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #FFFFFF !important;
    margin-bottom: 30px;
}

.centerBlock {
    background-image: url("../images/backgrounds/center-block-bg.webp");
    background-repeat: no-repeat no-repeat;
    background-position: top center;
}


/*.newsStyleItems_1 .owl-carousel .owl-wrapper {*/
/*    display: flex !important;*/
/*}*/
/*.newsStyleItems_1 .owl-carousel .owl-item {*/
/*    display:flex !important;*/
/*    height: auto !important;*/
/*}*/


/*.newsStyleItems_1 .owl-controls {*/
/*    margin-top: 20px;*/
/*}*/

/*.newsStyleItems_1 .owl-buttons div {*/
/*    background-color: #00722A14 !important;*/
/*}*/


.newsStyleItems_1  {
    /*height: auto !important;*/
    border-radius: 9px;
    background-color: #FFFFFF;
    border: 1px solid #101B592E;
    /*display: table-cell !important;*/
}

.newsStyleItems_1 .newsDate {
    padding: 15px 20px 0px 20px !important;
    margin: 0px !important;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #00722A;
}

.newsStyleItems_1 h4 {
    padding: 15px 20px 0 20px !important;
    margin: 0px !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #082F16;
}

.newsStyleItems_1 .newsShortText {
    padding: 15px 20px 20px 20px !important;
    margin: 0px !important;
    font-weight: 400;
    font-size: 14px;
    color: #6B826D;
}

.newsStyleItems_1 .newsMore {
    padding: 0px 20px 0px 20px !important;
    font-weight: 700;
    font-size: 14px;
    color: #00722A;
}
.newsStyleItems_1 .news-readmore {
    /*border:1px solid red;*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*padding-bottom:21px;*/
}

.newsStyleItems_1 .img-responsive {
    border-radius: 9px 9px 0 0;
    -webkit-mask-image: url(../images/news-mask.png);
    mask-image: url(../images/news-mask.png);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    mask-position: center ;
}
.newsStyleItems_1 .news-item-img {
    /*border:1px solid red;*/
}







.eventsSection {
    background-color: #F6F6F6;
}

.eventsSection .heading-title h2 {
    background: none;
}

.newsStyleItems_2 {
    border-radius: 9px;
    background-color: #FFFFFF;
    border: 1px solid #101B592E
}

.newsStyleItems_2 .img-responsive {
    border-radius: 9px 9px 0 0;
    border-bottom: 5px solid #00722A;
}

.newsStyleItems_2 .item-thumbnail {
    position: relative;
    /*border: 1px solid red;*/
}

.newsStyleItems_2 .item-thumbnail .img-responsive {
    /*border: 1px solid yellow;*/
}

.newsStyleItems_2 .date-label {
    float: left;
    position: absolute !important;
    left: 15px;
    top: 15px;
    z-index: 1000;
    /*background-color: #92AD40;*/
    padding: 5px;
    color: #FFFFFF;
    font-weight: bold;
}

.newsStyleItems_2 .date-label .label {
    display:block;
    border-radius:0px !important;
    padding:10px;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    text-align: center;

    /*   min-width: 50px;
    text-align: center;
    font-size: 13px;
    margin-bottom: 3px;
    display: inline-block;*/
}
.newsStyleItems_2 .date-label .label.label-month {
    background: #00722A;
    color: #FFFFFF;
}
.newsStyleItems_2 .date-label .label.label-day {
    background: #FFFFFF;
    color: #00722A;
}
.newsStyleItems_2 h4{
    font-weight: 700;
    font-size: 24px;
    color: #011B0A;
    margin:15px;
}
.newsStyleItems_2 .detailsLink{
    font-weight: 700;
    font-size: 16px;
    color: #00722A;
    margin-left:15px;
}
.newsStyleItems_2 .detailsLink:after{
    content:"→";
    margin-left:9px;
    color: #00722A;
}
.newsStyleItems_2 .bottom-border{
    /*background-color: #FF0000;*/
    height:10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background:url('../images/backgrounds/event-bg.webp') transparent no-repeat center bottom ;
}






.breadcrumb-header {
    padding: 15px 15px;
    margin-bottom: 15px;
    list-style: none;
}

.breadcrumb-header > li {
    display: inline-block;
    font-size:14px;
}
.breadcrumb-header > li a {
    color: #CBCBCB;
}
.breadcrumb-header>li+li:before {
    content: "›";
    padding: 0 9px;
    color: #CBCBCB;
}
.breadcrumb-header .active {
    color: #020202;
    font-weight:700;
}





.page-header-nav{
    margin-bottom:30px;
}
.page-header-nav>li>a{
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: rgba(74, 84, 77, 0.59);
    padding:10px 24px !important;
}
.page-header-nav>li.active>a{
    color: #025C23 !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-decoration: underline;
    background-color: transparent !important;
}



.page-header-parallax{
    padding:40px 0 !important;
}
.page-header-parallax h3{
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 3px;
    color: #025C23;
    margin-bottom:0px !important;
}
.page-header-parallax h3:before{
    content: "˗̶";
    padding: 0 9px;
}
.page-header-parallax h1{
    font-weight: 600 !important;
    font-size: 40px !important;
    color: #011B0A !important;
}


.content-filters{
    margin:30px 0;
}


.nav-submenu li {
    margin-left:12px;
    margin-right:12px;
}
.nav-submenu li.active>a,
.nav-submenu li.active>a:hover{
    border-bottom-color: #025C23 !important;
    color: #025C23 !important;
}
.nav-submenu li>a{
    padding-left:15px;
    padding-right:15px;
    font-weight:400;
    color: rgba(74, 84, 77, 0.59);
}
.nav-submenu li>a:hover{
    color: #025C23 !important;
}


.page-content-container{

}
.page-content-container h3{
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #025C23;
}
.page-content-container h4{
    font-weight: 700;
    font-size: 18px;
    color: #011B0A;
}

.banner-style1{
    background: #F6F9F7;
    padding:30px 10px;
}
.banner-style1 .counterBlock{
    margin:0px;
}
.banner-style1 .counterBlock span{
    display:inline !important;
    font-size:50px !important;
    font-weight:700;
    color: #011B0A !important;
}
.banner-style1 .counterBlock span:last-child{
    color: #025C23 !important;
}
.banner-style1 h5{
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}


.page-content-container .file-style1 .panel{
    margin:0px !important;
}
.page-content-container .file-style1 .panel h6{
    margin:0px !important;

}
.page-content-container .file-style1 h6 {
    font-weight: 700;
    font-size: 14px;
    color: #222222;
}
.page-content-container .file-style1 p {
    margin:0px !important;
    color: #025C23 !important;
    font-weight: 500;
    font-size: 14px;
}
.page-content-container .file-style1 p a{
    color: #025C23 !important;
}
.page-content-container .file-style1 i {
    font-size: 24px;
    color: #025C23 !important;
}


.page-content-container .file-style2 i {
    font-size: 24px;
    margin-bottom:0;
    color: #025C23 !important;
}
.page-content-container .file-style2 h6 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom:10px;
}
.page-content-container .file-style2 .subtitle {
    font-weight: 400;
    font-size: 14px;
}
.page-content-container .file-style2 p{
    margin-bottom:0px !important;
}



.page-content-container .banner-style2 .box-icon{
    text-align:center;
    border:1px solid #879A8E;
    border-radius:7px;
    background:rgba(111, 170, 133, .05);
    padding:15px;
    color: #8ab933 !important;
}
.page-content-container .banner-style2 .box-icon .box-icon-title{
    border-radius:9px;
    margin:6px auto 21px auto;
    width:51px;
    height:51px;
    line-height: 45px;
    border:1px solid #879A8E;
    background-color: #FFFFFF;
}
.page-content-container .banner-style2 .box-icon h2{
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    margin:0px;
}
.page-content-container .banner-style2 .box-icon p{
    font-weight: 400;
    font-size: 12px;
    color: #4A544D;
    margin:3px 0px 15px 0px;
}

.page-content-container .banner-style3 .thumbnail img{
    /*clip-path: circle();*/
    border-radius:50%;
    padding:30px;
}

.page-content-container .banner-style4 .caption a{
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    margin:0px;
    line-height: 18px;
    color: #121212;

}


.page-content-container .banner-style5 .caption h4{
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    margin:0px !important;
    line-height: 18px;
    color: #121212;

}


.page-content-container .accordion-style1 .toggle{
    margin:0;
}
.page-content-container .accordion-style1 .accordion-item label{
    background: rgba(251, 251, 254, 1);
    padding:32px;
    color: rgba(1, 27, 10, 1);
    font-weight: 600;
    font-size:18px;
    border: 1px solid rgba(75, 108, 87, 0.1);
    border-left: 7px solid rgba(75, 108, 87, 0.1);
    border-top-left-radius: 4px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 4px;
    margin:0;
}
.page-content-container .accordion-style1 .accordion-item label i{

    font-size:18px;
    background:rgba(75, 108, 87, 0.1);
    border-radius:6px;
    padding:15px;
    line-height: 18px;
    margin-right:12px;
}
.page-content-container .accordion-style1 .accordion-item .toggle-content{
    border-top-left-radius: 4px !important;
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
    border-bottom-left-radius: 4px !important;
    border-left: 7px solid rgba(2, 92, 35, 1) !important;
    padding: 32px !important;
    background: linear-gradient(259.52deg, #FFFFFF -37.44%, #EAF7F0 60.89%) !important;
    color:#025C23 !important;
}



.page-content-container .accordion-style2 .accordion-item{
    background: #F6F9F7;
    border-left: 2px solid #879A8E;
    padding:32px;
    color:#687384;
    border-radius: 4px;
    margin:0 0 15px 0;
}
.page-content-container .accordion-style2 .accordion-item h5{
    margin:0 0 12px 0;
    color: #011B0A;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    vertical-align: middle;
}
.page-content-container .accordion-style2 .accordion-item .content p{
    margin:0;
}
.page-content-container .accordion-style2 .accordion-item .content ul{
    margin:0;
}






.page-content-container .html-style2 .chief-photo{
    border:0 !important;
    padding:0 !important;
}


.page-content-container .link-style1 p,
.page-content-container .link-style2 p{
    margin-bottom:10px !important;
}
.page-content-container .link-style1 p a,
.page-content-container .link-style2 p a{
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 25%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #338AF3 !important;
}
.page-content-container .link-style1 p a:hover{
    color:#000000 !important;
}
.page-content-container .link-style2 p a{
    color:#000000 !important;
}
.page-content-container .link-style2 p a:hover{
    color: #338AF3 !important;
}






.gallery-style1{

}
.gallery-style1 .col-lg-3{
    padding:0px 3px;
}
.gallery-style1 .img-hover .item-thumbnail{
    /*height:200px;*/
    margin-top:0px;
}
.gallery-style1 .img-hover p{
    margin-top:0px;
    height: 72px;
    background-color:#000000;
    padding:12px;
}
.gallery-style1 .img-hover p a{
    font-family: Roboto;
    font-weight: 600;
    font-size: 16px;
    color:#ffffff;
}


.blog-section figure{
    /*border:1px solid red;*/

}
/*.blog-section figure img:after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 300px;*/
/*    height: 300px;*/
/*    background-image: linear-gradient(180deg, transparent 0 30%, #000000 70% 100%);*/
/*}*/
.blog-section figure img{
    border-radius:10px;
    background-color: #000000;

}

/*.blog-section figure .img-overlay {*/
/*    !*background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url('your-image.jpg');*!*/
/*    !*background-size: cover; !* Adjust as needed *!*!*/
/*    !*background-position: center; !* Adjust as needed *!*!*/
/*    !*border: 1px solid red;*!*/
/*    !*position:absolute;*!*/
/*    !*top:0;*!*/
/*    !*left:0;*!*/
/*    !*width: 100%;*!*/
/*    !*!*height: 100%;*!*!*/
/*}*/



.triangle-overlay-clippath {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(256, 256, 256, 1);
    bottom: 0;
    left: 0;
    clip-path: polygon(0% 101%,0% 80%, 50% 100%, 100% 80%, 100% 101%);
}
@media screen and (max-width: 960px) {
    .triangle-overlay-clippath {
        position: absolute;
        z-index: 999;
        width: 100%;
        height: 100%;
        background-color: rgba(256, 256, 256, 1);
        bottom: 0;
        left: 0;
        clip-path: polygon(0% 101%,0% 90%, 50% 100%, 100% 90%, 100% 101%);
    }
}


.top-links li{
    margin-left:0px !important;
    border:0px !important;
}
.top-links li a i{
    margin:0px !important;
}
.border-white{
    border:1px solid #F2F2F4 !important;
}
.top-links>li .dropdown-menu{
    margin-left:15px !important;
}

#topNav .fancy-form{
    border:1px solid #F2F2F4;
    margin:10px 0 0 0;
}
#topNav .fancy-form i{
    /*margin-top:-10px;*/
    line-height: 12px;
    color:#F2F2F4;
}
#topNav .fancy-form input[type="text"] {
    background-color: transparent;
    border: none;
    color: #F2F2F4;
}
#topNav .fancy-form input[type="text"]::placeholder {
    color: #F2F2F4;
}



.useful-link-item{
    height: 200px;
}
.useful-link-item .link-img{
    display:inline-block;
    float:left;
}
.useful-link-item h2{
    display:inline-block;
    margin-left:12px;
    font-weight: 600;
    font-size: 21px;
    line-height: 24px;
}
.useful-link-item a{
    padding:30px 21px;
    display: block;
    height:100%;
}
.useful-link-item a:hover{
    /*background: #F4F4F4;*/
    background-color: #eeeeee;
}
.useful-link-item a:hover i{
    color:#414141;
}
.useful-link-item span.bottom-line{
    position: absolute;
    bottom: 21px;
    display: block;
}
.useful-link-item i{
    position: absolute;
    bottom: 21px;
    right:21px;
    color:#f2f2f4;
    display: block;
}
