body {
    background-color: #f2f2f2;
}


#page-footer hr {
    border-color: #fff;
}
#page-footer .btn-subscribe {
    border-radius: 0;
    border: 2px solid #fff;
    color: #fff;
}
#page-footer .btn-subscribe:hover {
    color: rgba(142,187,17,1.0);
    background: #fff;
}
.nav-footer {
    border-top: 1px solid #fff;
}
.nav-footer.no-border-top {
    border-top: none;
}
.nav-footer .nav-link {
    color: #fff;
}
.nav-footer .nav-link.nav-link-green {
    color: #8ebb11;
}
.nav-footer .nav-link:hover {
    text-decoration: underline;
}
.section-title {
    font-size: 22px;
    color: rgb(85, 85, 85);
  font-weight: 600;
    line-height: 1.2;
    margin-bottom: 25px;
}

.page-content h3{font-size: 22px;
    color: rgb(85, 85, 85);
  font-weight: 600;
    line-height: 1.2;
    margin-bottom: 25px;}


.img-grid-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
.img-grid-item>span {
    width: 100%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transition: -webkit-transform 0.8s ease;
    transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease;
        -webkit-transform-origin: center;
                transform-origin: center;
    -webkit-transform: translateZ(0);
}
.img-grid-item:hover>span {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}
.img-grid-item .btn {
    z-index: 10;
}
.img-grid-item>div.bg-green, .img-grid-item .card-body {
    position: relative;
    z-index: 10;
}
.img-grid-item .card-body {
    color: #fff;
}
.img-grid-title {
     position: absolute;
    bottom: 0;
    left: 0;
}
.img-grid-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(142,187,17,0.7);
}
.grid-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
}
.grid-item>span {
    width: 100%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transition: -webkit-transform 0.8s ease;
    transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease;
        -webkit-transform-origin: center;
                transform-origin: center;
    -webkit-transform: translateZ(0);
}
.grid-item:hover>span {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}
.grid-item-title {
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.list-square-green {
    list-style: none;
}
.list-square-green > li {
    position: relative;
}
.list-square-green>li:before {
    position: absolute;
    font-family: "Font Awesome 5 Pro"; 
    font-weight: 900;
    content: "\f45c";
    color:  rgba(142,187,17,1.0);
    left: -15px;
    top: 7px;
    font-size: 6px;
}

.page-content .text-container a:not(.btn){
    text-decoration: none;
    color:  rgba(142,187,17,1.0);
}
.page-content .text-container a:hover:not(.btn), .page-content .text-container a:focus:not(.btn){
    text-decoration: none;
    color:  rgba(142,187,17,1.0);
}

.page-content .text-container ul{
    list-style: none;}
.page-content .text-container li {
    position: relative;
}
.page-content .text-container li:before {
    position: absolute;
    font-family: "Font Awesome 5 Pro"; 
    font-weight: 900;
    content: "\f45c";
    color:  rgba(142,187,17,1.0);
    left: -15px;
    top: 7px;
    font-size: 6px;
}


.swiper-slide {position:relative;}
.swiper-slide .thumb-overlay {	position: absolute; z-index: 2;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: rgba(100, 100, 100); /* Fallback */
	background-color: rgba(100, 100, 100, 0.2);		overflow: hidden;	opacity: 0;
	-webkit-transition: all 200ms cubic-bezier(0.000, 0.000, 0.6, 1.000);
	transition: all 200ms cubic-bezier(0.000, 0.000, 0.6, 1.000);}
.swiper-slide .thumb-overlay .fa {color:#fff;	position: absolute;	top: 50%;	left: 50%;	margin-left: -42px;	margin-top: -42px;	font-size: 32px; padding: 20px;}
.swiper-slide .thumb-overlay .fa:hover {color:#000;	position: absolute;	top: 50%;	left: 50%;	margin-left: -42px;	margin-top: -42px;	font-size: 32px; padding: 20px;}

.swiper-slide:hover .thumb-overlay {	opacity: 1; }

.swiper-slide  .thumb-overlay .fa:hover[data-animation=tada] {
-webkit-animation: tada ease-in-out 1 normal 500ms;
        animation: tada ease-in-out 1 normal 500ms; }
.swiper-slide  .thumb-overlay .fa:hover[data-animation=pulse] {
-webkit-animation: pulse ease-in-out 1 normal 500ms;
        animation: pulse ease-in-out 1 normal 500ms; }
.swiper-slide  .thumb-overlay .fa:hover[data-animation=fadeOutRightBig] {
-webkit-animation: fadeOutRightBig ease-out 1 normal 1s;
        animation: fadeOutRightBig ease-out 1 normal 1s;}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: rgba(142,187,17,1.0) !important;
} 
#mdNotification .modal-content{
    border-radius: 0;
}
#mdNotification .modal-footer {
    border-radius: 0;
    background: rgba(142,187,17,1.0);
}
#mdNotification .btn-default {
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 0;
    color: rgba(142,187,17,1.0);
    background: rgba(255, 255, 0, 1);
    font-weight: 500;
}
#mdNotification .btn-default:hover, #mdNotification .btn-default:focus {
    color: rgba(255, 255, 0, 1);
    background: rgba(123,161,15,1.0);