@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&display=swap');

body {
    font-size: 16px !important;
    line-height: 1.7em;
    letter-spacing: 0.15px;
    color: #666666;
    font-size: 14px;
    font-family: 'Source Sans Pro', 'Open Sans', sans-serif;
}

/* Typography*/
h1,
h2,
h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6,
.h1,
.h2 {
    font-family: 'Source Sans Pro', serif;
    font-weight: 600;
}

h1,
h2,
.h1,
.h2 {
    font-weight: 800;
}

h2,
.h2 {
    font-size: 46px;
    line-height: 1.15em;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

a:hover{
    opacity: .5;
}

/* Section */
section {
    padding: 50px 0;
}

section.sm {
    padding: 30px 0;
}

section.xs {
    padding: 20px 0;
}

section.xxs {
    padding: 10px 0;
}

section.sm-top {
    padding-top: 30px !important;
}

section.sm-bottom {
    padding-bottom: 30px !important;
}

section.top-section {
    margin-top: 100px;
}

/* Button */
.btn {
    color: #fff;
    font-weight: 600;
    font-size: 16px !important;
    padding: 13px 30px !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid transparent;
    background-color: #679C4D;
    transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}
.btn.slim{
    padding: 13px 16px !important;
}
.btn.slim.btn-sm{
    padding: 13px!important;
}

.btn:hover {
    color: #fff;
    transition: 0.3s all ease;
    opacity: 1;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    box-shadow: 0 20px 40px rgba(103, 156, 77, .4);
    -moz-box-shadow: 0 20px 40px rgba(103, 156, 77, .4);
    -webkit-box-shadow: 0 20px 40px rgba(103, 156, 77, .4);
}

.btn.btn-outline {
    color: #679C4D;
    border-color: #679C4D;
    background-color: #fff;
}

.btn.btn-outline:hover {
    color: #fff;
    background-color: #679C4D;
    box-shadow: none !important;
}

.btn.btn-white {
    color: #679C4D;
    background-color: #fff;
}

.btn.btn-white:hover {
    background-color: #eee;
}
.btn-danger{
    background-color: #ef4b4b;
    color: #fff;
}
.btn-danger:hover{
    background-color: #e15249;
    border-color: #e15249;
    box-shadow: 0 20px 40px rgba(225,82,73, .4);
    -moz-box-shadow: 0 20px 40px rgba(225,82,73, .4);
    -webkit-box-shadow: 0 20px 40px rgba(225,82,73, .4);
}

.btn.btn-lg {
    padding: 20px 30px !important;
    font-size: 18px !important;
}

.btn.btn-md {
    padding: 11px 15px !important;
    font-size: 14px !important;
}

.btn.btn-sm {
    padding: 8px 15px !important;
    font-size: 14px !important;
}

.btn.btn-xs {
    padding: 6px 15px !important;
    font-size: 13px !important;
}

/* List */
.list.angle-double-right.single li {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.list.angle-double-right.single li:last-child,
.list.list-border li:last-child {
    border-bottom: none;
}

/* Social icons */
.styled-icons a {
    border-radius: 100%;
    opacity: .6;
    background-color: transparent;
    border: 1px solid #679C4D;
    color: #679C4D;
}

.styled-icons a:hover {
    background-color: #679C4D;
    color: #FFF;
    opacity: 1;
}

/* Overlay */
.layer-overlay.overlay-blue-9::before {
    background-color: rgba(103,156,77, 0.9);
}

/* Navbar */
.header-nav-wrapper {
    background-color: #FFF;
    box-shadow: 0 10px 50px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, .08);
}

.menuzord-brand {
    margin: 0;
    margin-top: 25px;
    font-size: 16px!important;
}
.menuzord-brand img {
    max-height: 30px;
}

.menuzord-menu li .indicator {
    margin-left: 12px;
    top: 1px;
    position: relative;
}

.menuzord-menu ul.dropdown {
    top: 72px;
    padding: 10px;
}

.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown {
    top: 60px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 30px 50px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, .08);
}

.menuzord-menu ul.dropdown li,
.menuzord-menu ul.dropdown li ul.dropdown li {
    font-size: 14px !important;
}

.menuzord-menu ul.dropdown li a {
    padding: 10px 20px;
    color: #666;
    font-weight: 600;
}

.menuzord-menu>li {
    padding: 20px 0;
}

.menuzord-menu>li>a {
    color: #999;
    font-size: 15px;
    font-family: 'Source Sans Pro';
    letter-spacing: 0.02px;
}

.menuzord-menu>li.active>a {
    color: #4C5250 !important;
}

.menuzord-menu>li.filled {
    margin-left: 10px;
    background: rgba(103,156,77, .1);
    border-radius: 50px;
    margin-top: 14px;
    color: #679C4D;
    padding: 5px 25px !important;
}
.menuzord-menu>li.cta {
    padding: 5px 25px 4px !important;
}
.menuzord-menu>li.cta {
    background: rgba(103,156,77, 1);
    box-shadow: 0 3px 0 rgb(88, 133, 66);
}

.menuzord .menuzord-menu>li.active>a i,
.menuzord .menuzord-menu>li:hover>a i,
.menuzord .menuzord-menu ul.dropdown li:hover>a i {
    color: #4C5250 !important;
}

.menuzord-menu>li.filled a {
    color: #679C4D;
    padding: 8px 2px !important;
}



.menuzord .menuzord-menu>li.filled>a:hover,
.menuzord .menuzord-menu ul.dropdown li.filled>a:hover {
    color: rgba(103,156,77, .5) !important;
}

.menuzord .menuzord-menu>li>a:hover,
.menuzord .menuzord-menu ul.dropdown li>a:hover {
    color: #4C5250 !important;
}

.menuzord .menuzord-menu>li.active>a,
.menuzord .menuzord-menu>li:hover>a,
.menuzord .menuzord-menu ul.dropdown li:hover>a {
    background: transparent !important;
    color: #999;
}

.icon-box {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 15px 50px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, .05);
}

/* Header */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .04);
    -moz-box-shadow: 0 20px 50px rgba(0, 0, 0, .04);
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, .04);
}

/* Top Bar */
header .top-bar {
    background-color: #679C4D;
    padding: 10px 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
}

header .top-bar .social-icon {
    width: 30px;
    line-height: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-left: 5px;
    transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

header .top-bar .social-icon:hover {
    background-color: rgba(255, 255, 255, .6);
    transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

/* Slider */
#slider {
    margin-top: 150px;
}

/* Box */
#homepage-box {
    margin-top: -200px;
}

.funfact i {
    margin-bottom: 30px;
    display: inline-block;
    color: #00A9DE;
}

.softer {
    opacity: .4;
}

.soft {
    opacity: .6;
}

.soft--md {
    opacity: .8;
}

/* Text color */
.color--white {
    color: #FFF !important;
}

.color--white a {
    color: #FFF !important;
}

.color--blue {
    color: #00A9DE;
}

/* Background */
.bg-blue {
    color: #FFF !important;
    background-color: #679C4D;
}

.bg-blue-2 {
    background-color: #00A9DE;
}

.bg-white {
    background-color: #FFF;
}

.bg-soft {
    background-color: #FAFAFA;
}

.text-sm{
    font-size: 14px;
    line-height: 1.5em;
}
.text-xs{
    font-size: 11px;
}

/* Font weight */
.medium {
    font-weight: 500;
}

.semibold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.extrabold {
    font-weight: 800;
}

.black {
    font-weight: 900;
}

/* Divider */
.dvdr {
    height: 30px;
}

.dvdr--sm {
    height: 20px;
}

.dvdr--lg {
    height: 60px;
}

/* Icons */
.dripicons {
    position: relative;
    top: 2px;
}

/* Card */
.card {
    border-radius: 10px;
    border: 0;
    padding-bottom: 0;
    min-height: 0;
}

.shadowed {
    box-shadow: 0 25px 50px rgba(0, 0, 0, .08);
}

.shadowed-soft {
    box-shadow: 0 25px 50px rgba(0, 0, 0, .05);
}

.card-body {
    padding: 40px;
}
.card-body.md{
    padding: 30px;
}
.card-body.sm{
    padding: 20px;
}

/* Mission */
#mission {
    color: #fff;
    position: relative;
    width: 100%;
    height: 100%;
    /*background: url('../images/mission.jpg') center center no-repeat;
    background-size: cover;*/
}

#mission:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #00A9DE, #679C4D);
    opacity: .9;
}

.mission {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    color: rgba(76, 82, 80, .7);
    line-height: 1.5em;
    margin-bottom: 30px;
}

.mission-icon {
    display: inline-block;
    height: 40px;
    margin-bottom: 20px;
}

/* Volunteer */
#volunteer {
    background-color: #fafafa;
}

.team-thumb {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 5px solid #fff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .05);
}

.team-thumb img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.team-member .team-thumb .overlay {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: rgba(34, 161, 242, .8);
    color: #fff;
}

.team-member .team-info {
    bottom: 5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #FFF !important;
    color: #00A9DE !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .03);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .03);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .03);
}

/* Gallery */
#gallery {
    background-color: #fff;
}

.gallery-isotope.gutter-small .gallery-item {
    padding-right: 10px;
    padding-bottom: 10px;
}

.gallery-isotope .gallery-item .thumb {
    border-radius: 5px;
}

.gallery-isotope .gallery-item:hover .icons-holder {
    top: 50%;
}

.gallery-isotope .gallery-item .icons-holder {
    top: -50px;
    left: 50%;
    height: 50px;
}

.gallery-isotope .gallery-item .icons-holder .icons-holder-inner a {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 100%;
    background-color: #679C4D;
    line-height: 54px;
    text-align: center;
    color: #FFF;
    opacity: .5 !important;
}

.gallery-isotope .gallery-item .icons-holder .icons-holder-inner a:hover {
    opacity: 1 !important;
}

/* Grant */
#grant {
    position: relative;
    width: 100%;
    height: 100%;
    /*background: url('../images/volunteer.jpg') center center no-repeat;
    background-size: cover;*/
}

#grant:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, rgba(34, 161, 242, .8), #679C4D);
}

.grant-list {
    margin-top: 20px;
}

.grant-list a:last-child .grant {
    border-bottom: none;
}

.grant-list a .grant-title {
    transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

.grant-list a:hover .grant-title {
    color: #679C4D;
    transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

.grant-list a:hover .grant-icon {
    opacity: 1;
}

.grant {
    padding: 10px 0;
    border-bottom: 1px dashed #dfdfdf;
}

.grant-icon {
    opacity: .5;
    transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    height: 30px;
}

.grant-title {
    margin-bottom: -5px;
    font-weight: 600;
}

.grant-date {
    font-size: 13px;
    opacity: .6;
    font-weight: 600;
    transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

/* Loan */
#loan {
    position: relative;
    width: 100%;
    height: 100%;
    background: url('../images/volunteer.jpg') center center no-repeat;
    background-size: cover;
}

#loan:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top right, rgba(255, 255, 255, .9), #FFF);
}

/* Blog */
#blog {
    background-color: #FAFAFA;
}

.post .entry-content {
    background: #fff;
    padding: 20px;
    font-size: 14px;
    line-height: 1.5em;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .04);
    -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, .04);
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, .04);
}

.post .entry-content .post-date {
    color: #679C4D;
    font-size: 13px;
    font-weight: 600;
}

.post .entry-content .entry-title {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.post .entry-content p {
    margin: 10px 0 15px;
}

.post .post-thumb img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* Testimonial */
.testimonial.style1 .comment {
    background-color: #679C4D;
    padding: 30px;
    border-radius: 10px;
    text-align: left
}

.testimonial.style1 .comment::after {
    opacity: .1;
    font-size: 70px;
    left: 25px;
    position: absolute;
    top: 10px;
}

.testimonial.style1 .comment p {
    margin-bottom: 20px;
}

.testimonial.style1 .quote,
.testimonial.style1 .thumb {
    margin-bottom: 0px;
}

.testimonial.style1 .owl-item img {
    width: 43px;
}

/* About Page */
#about-funfact .funfact i {
    color: #FFF;
}

#about-project {
    background-color: #fafafa;
}

#about-project .project-thumb {
    margin-bottom: 20px;
}

#about-project .project-thumb img {
    border-radius: 10px;
}

#about-volunteer .volunteer-photo {
    position: relative
}

#about-volunteer .volunteer-photo .overlayed {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(34, 161, 242, .8);
    border-radius: 100%;
    width: 100%;
    height: 100%;
    color: #FFF;
    line-height: 115px;
    text-align: center;
    font-weight: bold;
    transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

#about-volunteer .volunteer-photo .overlayed:hover {
    background-color: rgba(34, 161, 242, .6);
    transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

#about-volunteer .volunteer-photo img {
    border-radius: 100%;
}

/* Volunteer Page */
#volunteer-team .team {
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 30px 50px rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, .07);
    transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

#volunteer-team .team:hover {
    cursor: pointer;
    box-shadow: 0 30px 50px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 30px 50px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, .2);
    transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

#volunteer-team .team .team-info {
    font-size: 13px;
    opacity: .6;
}

#volunteer-team .team p {
    line-height: 1.6em;
}

#volunteer-team .team .thumb {
    position: relative;
}

#volunteer-team .team .thumb:after {
    content: '';
    position: absolute;
    width: 80%;
    height: 5px;
    bottom: -2px;
    left: 50%;
    margin-left: -40%;
    background-color: #679C4D;
    border-radius: 5px;
}

#volunteer-team .team .thumb img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


/* Volunteer Detail Page */
#volunteer-detail .thumb img {
    border-radius: 10px;
    box-shadow: 0 3 35px 60px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 35px 60px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 35px 60px rgba(0, 0, 0, .15);
}

/* Footer */
footer,
footer a {
    color: #999 !important;
}

footer .post-thumb img {
    border-radius: 3px !important;
    width: 90%;
}

footer hr {
    border-color: rgba(255, 255, 255, .1);
    border-width: 2px;
}

/* Sidebar */
.sidebar .widget {
    background-color: #FFF;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, .04);
    -moz-box-shadow: 0 30px 50px rgba(0, 0, 0, .04);
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, .04);
}

/* Grants */
#grants .grant {
    padding-bottom: 0;
    border-bottom: 0
}

#grants .grant p {
    font-size: 14px;
    line-height: 1.5em;
}

#grants .grant-target {
    margin-top: 15px;
    font-size: 13px;
}

#grants .grant .thumb {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 250px;
}

#grants .grant .thumb img {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

/* Progress Bar */
.progress {
    margin: 20px 0;
    border-bottom: none !important;
    border-radius: 10px !important;
}

.progress-item .progress-bar {
    border-radius: 10px !important;
}

.causes .progress-item .progress-bar .percent {
    background-color: #22a1f2 !important;
    border: none;
    color: #FFF;
    border-radius: 5px;
    font-size: 11px;
    padding: 9px 7px;
    font-weight: 600;
    top: -6px;
}


/* Nice Select */
.nice-select {
    height: 55px !important;
    line-height: auto!important;
}
.nice-select.med {
    height: 47px!important;
    line-height: auto!important;
}

/* Modal */
.modal-backdrop {
    opacity: .7;
}
.modal-body{
    padding: 40px;
}

.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.fade-scale.in {
    opacity: 1;
    transform: scale(1);
}

/* Blog */
#blog-post .blog-thumb{
    border-radius: 10px;
    height: 270px;
    object-fit: cover;
    object-position: center
}

.comment-photo{
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center;
}
.leave-comment{
    border-top: 1px solid #eee;
    background-color: #fff;
    padding: 40px;
    margin-top: 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.leave-comment textarea{
    min-height: 150px;
    border-radius: 5px;
    margin-top: 10px;
}

.donation-date{
    margin-top: -5px;
}
.donation-msg{
    font-size: 14px;
    line-height: 1.4em;
}
.donation-feedbacks{
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.thread-arrow{
    width: 25px;
    opacity: .2;
    transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}
.thread-arrow.top{
    transform: rotate(180deg);
}
.thread-arrow:hover{
    opacity: 1;
    cursor: pointer;
    transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

@media (max-width: 992px){
    .container {
        max-width: 95%;
    }
    section {
        padding: 30px 0;
    }
}
@media (max-width: 900px){
    .menuzord-responsive .menuzord-brand {
        margin-left: 0;
    }
    .menuzord-responsive .showhide {
        margin-top: 0px;
    }
    .menuzord-brand {
        margin-top: 12px!important;
    }
    .menuzord-menu>li {
        padding: 0 !important;
    }
    .menuzord-menu>li.filled {
        margin-bottom: 25px;
    }
    .menuzord-menu>li.filled a {
        display: inline!important;
    }
}
@media (max-width: 768px){
    .voted{
        font-size: 16px!important;
    }
}
@media (max-width: 575px){
    .vote{
        position: absolute;
        top: -10px;
        right: -40px;
        background-color: #FFF;
        padding: 10px 15px;
        z-index: 100;
        border-radius: 3px;
        box-shadow: 0 15px 20px rgba(0, 0, 0, .08);
    }
    .grant-icon{
        height: auto;
        max-height: 30px;
    }
}

.bg-theme-colored, .bg-theme-colored-transparent {
    background-color: #679C4D!important;
}
.bg-theme-colored-transparent {
    background-color: rgba(103,156,77,.8)!important;
}
.iconbox-theme-colored .icon, .text-theme-colored{
    color: #679C4D!important;
}
.icon-box.icon-rounded-bordered i, .widget .line-bottom:after, .widget .line-bottom:after, .pager.theme-colored a {
    border: 1px solid #679C4D;
}
.layer-overlay.overlay-blue-9::before {
    background: rgba(103, 156, 77, .9);
}

.pagination>li>a,
.pagination>li>span {
  border: 0;
  margin-left: 3px;
  padding: 15px 20px;
  width: auto;
  height: auto;
  border-radius: 5px;
  color: #679C4D;
  font-weight: 600;
}
.color-green{
    color: #679C4D
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #679C4D;
    border-color: #679C4D;
}
.pagination>li.active>a {
  background: #679C4D;
  color: #fff;
}
.icon-theme-colored.icon-dark a {
    background-color: #679C4D;
    color: #fff;
}
.preloader-dot-loading .cssload-loading i {
    background: #679C4D!important;
}
.radio label{
    font-weight: 500;
    display: inline;
}
.radio .form-group{
    margin-bottom: 10px;
}
.radio input[type='checkbox']{
    margin-right: 5px;
}

.media-body{
    position: relative;
}
.media-body .comment-action{
    position: absolute;
    right: 20px;
    top: 0;
}
.comment-action i{
    cursor: pointer;
    font-size: 14px;
    opacity: .3;
}
.comment-action i:hover{
    opacity: 1;
}

.category-list li.active{
    font-weight: 700;
}
.category-list li.active a{
    color: #679C4D!important;
}

.latest-posts .post-thumb{
    width: 80px!important;
    height: 60px!important;
    object-fit: cover;
    object-position: center;
}

.required-field{
    color: #ff0000;
}
.project-thumb{
    margin-bottom: 15px;
    border-radius: 10px;
    display: block;
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.progress-tooltip{
    position: relative;
}
.progress-tooltip .percent{
    position: relative;
    top: -30px!important;
    border-radius: 3px!important;
    padding: 3px 5px!important;
    font-weight: bold;
}
.progress-tooltip .percent:after{
    content: '';
    position: absolute;
    bottom: -5px;
    left: -4px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #00A9DE;
}
.progress-tooltip .percent:last-child:after{
    display: none;
}

.nav-tabs .nav-link{
    font-size: 16px;
    padding: 20px 30px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-weight: 700;
}
.socials.sticky{
    left: 0px;
    position: sticky!important;
    position: -webkit-sticky!important;
    top: 140px;
    margin-left: 0;
    margin-top: 0;
}
.socials img{
    height: 40px;
    display: block;
    margin-bottom: 10px;
    transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}
.socials img:hover{
    opacity: .6;
    transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}
ul.list{
    margin-left: 25px;
}
ul.list li:before{
    position: absolute;
    left: -25px;
}
.sticky-sidebar{
    position: sticky;
    position: -webkit-sticky;
    top: 130px;
}

.btn-share{
    text-align: left;
}
.btn-share .share-icon{
    height: 20px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.btn-share.share-fb{
    background-color: #3B5998!important;
}
.btn-share.share-fb:hover{
    background-color: #2D4984!important;
    box-shadow: none!important;
}
.btn-share.share-tw{
    background-color: #55ACEE!important;
}
.btn-share.share-tw:hover{
    background-color: #439EE2!important;
    box-shadow: none!important;
}
.btn-theme-colored:hover, .btn-theme-colored:focus {
    color: #fff;
    background-color: #57863f!important;
    border-color: #57863f!important;
}

.bg-medwhite{
    background-color: #eee!important;
}

.gallery-img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.small-text{
    float: right;
    font-size: 80%;
}

.menuzord-menu>li.cta a{
    color: #FFF!important;
}
.menuzord-menu>li.cta .indicator{
    display: none;
}
.menuzord-menu>li.cta .dropdown{
    padding: 20px 30px;
    top: 60px;
}
.menuzord-menu>li.cta .dropdown a{
    color: #999!important;
    font-size: 12px;
    padding: 0 10px;
    border-bottom: 1px solid #eee;
}
.menuzord-menu>li.cta .dropdown li:last-child a{
    border-bottom: none;
}
.menuzord .menuzord-menu>li.cta>a:hover, .menuzord .menuzord-menu ul.dropdown li.cta>a:hover {
    color: #FFF!important;
}
.menuzord-menu>li.cta .dropdown .dropdown-child{
    padding: 10px 20px;
    top: 0;
}
.menuzord-menu ul.dropdown-child {
    min-width: 120px!important;
}

.modal .option{
    text-align: center;
    border: 2px solid #eee;
    padding: 30px 0;
    border-radius: 10px;
    transition: 0.3s all ease;
}
.modal .option:hover{
    border: 2px solid #aaa;
    background: #EEE;
    transition: 0.3s all ease;
    cursor: pointer;
}
.modal .option img{
    height: 90px;
    margin-bottom: 10px;
}

.static-slider{
    padding-bottom: 90px;
    margin-top: -80px;
}
@media (max-width: 575px){
    .static-slider{
        margin-bottom: 50px;
        margin-top: -100px;
    }
}
.cta-dekstop{
    display: block;
}
.cta-mobile{
    display: none!important;
}
@media (max-width: 900px){
    .menuzord-menu>li.filled {
        margin-bottom: 0px;
        margin-left: 0;
        margin-top: 5px;
    }
    .menuzord-menu>li.cta {
        margin-bottom: 20px;
    }
    .menuzord-responsive .menuzord-menu > li > a {
        border-bottom: none;
    }
    .modal .option img{
        height: 50px;
    }
    .menuzord-menu{
        max-height: 500px!important;
        padding-bottom: 10px;
    }
    .cta-mobile{
        display: block!important;
    }
    .cta-dekstop{
        display: none!important;
    }
}
.btn-nav:hover{
    background: rgb(86, 132, 63);
    box-shadow: none!important;
}
.nav-dropdown-content{
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 600;
    background: rgb(240, 240, 240);
    margin-bottom: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.nav-dropdown-item{
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    cursor: pointer;
}
.nav-dropdown-item.last{
    border-bottom: none;
}
.nav-dropdown-content-child{
    padding: 5px;
    background: rgba(0,0,0,.05);
}
.pointer{
    cursor: pointer;
}


.new-custom-select{
    display: block;
    width: 100%;
    height: calc(2.75rem + 2px);
    padding: 0.625rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #8898aa;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cad1d7;
    border-radius: 0.375rem;
    box-shadow: none;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);

}
