h1,h2,h3,h4,h5,h6,p,span,b,div{
	font-family: "Poppins";
    color: #4b4f50;
}
.logo{
	width: 170px;
}
.nav-link{
	color: #000 !important;
}
.boxshadow{
	box-shadow: 0px 0px 13px -4px rgba(0,0,0,0.4) !important;
}
.navbar-brand{
    position: absolute;
    top: 0;
    background: #fff;
    box-shadow: 0px 3px 18px -7px rgba(0,0,0,0.4);
	border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
a.nav-link {
    padding: 25px 20px;
    margin-right: 30px;
}
.socialicon{
	float: right;
    padding: 0;
    list-style-type: none;
    display: flex;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}
.socialicon li a{
	color: #2eac48;
}
.socialicon li{
	padding: 0px 10px;
    background: #fff;
    margin: 0px 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 14px;
}
.herobox {
    width: 100%;
    object-fit: cover;
    background: linear-gradient(#97f5ae, #d8ecdd);
}
.herobox .rightarea {
	padding: 40px;
}
.herobox .leftarea {
	padding: 40px;
}
.herobox .rightarea img{
	width: 100%;
	border-radius: 30px;
	height: 550px;
	object-fit: cover;
}
span.badge {
    background: #2eac48;
    font-size: 18px;
    margin-bottom: 15px;
}
.btn-success {
    background: #2dac47;
    border-color: #2dac47;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    padding: 12px 30px;
}
.btn-success-alt{
    border-color: #2dac47;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    padding: 12px 30px;
    border-width: 2px;
    color: #2dac47 !important;
}
.heading{
	font-size: 45px;
	font-weight: 700;
	color: #4b4f50;
}
.twelve{
	position: relative;
    margin-bottom: 30px;
    z-index: 9;
}
.twelve h3 {
    white-space: nowrap;
    padding-bottom: 13px;
    position: relative;
    text-align: left;
    display: inline-block;
    color: #4b4f50;
    font-weight: 800;
    text-transform: none;
    letter-spacing: normal;
    font-size: 35px;
}
.twelve h3:before {
    background-color: #2dac47;
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    margin-bottom: 5px;
}
.twelve h3:after {
    background-color: #2dac47;
    content: '';
    display: block;
  position:absolute; right:0; bottom:0;
    height: 3px;
    width: 75px;
    margin-bottom: 0.25em;
}
.sectionrow h3{
    font-weight: 200;
    font-size: 28px;
}
.sectionrow img{
    border-radius: 30px;
    height: 530px;
    object-fit: cover;
}
.eventsrow .imagearea{
    position: relative;
}
.eventsrow .imagearea img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.4);
    height: 515px;
    object-fit: cover;
}
.eventsrow .contentarea {
    padding: 5px 5px;
}
.eventsrow .contentarea b {
    font-size: 18px;
    margin-top: 8px;
    display: block;
    color: #4b4f50;
}
.eventsrow .contentarea p {
    font-size: 13px;
    margin-bottom: 5px;
}
.blogsrow .imagearea{
    position: relative;
}
.blogsrow .imagearea img {
    width: 100%;
    /*border-radius: 20px;
    box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.4);*/
}
.blogsrow .contentarea {
    padding: 25px 20px 15px 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(0deg, #2dac47, #2dac4794, transparent);
}
.blogsrow .contentarea b {
    font-size: 20px;
    margin-top: 8px;
    display: block;
    color: #ffffff;
    line-height: 25px;
}
.blogsrow .contentarea p {
    font-size: 13px;
    margin-bottom: 5px;
}
.mt-10{
    margin-top: 100px;
}
span.datearea {
    font-size: 12px;
    background: #4b4f50;
    color: #fff;
    padding: 6px 18px;
    float: right;
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-radius: 40px;
}
.btnsmall {
    font-size: 12px;
    padding: 10px 21px;
    float: left;
}
.eventbox{
    position: relative;
    transition: all 0.7s ease;
    cursor: pointer;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}
.eventslider .eventbox{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0px;
}
.blogbox{
    position: relative;
    transition: all 0.7s ease;
    cursor: pointer;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.4);
    padding: 0;
    margin-bottom: 30px;
}
.blogbox .imagearea img{
    transition: all 0.5s ease;
    height: 500px;
    object-fit: cover;
}
.blogbox:hover .imagearea img{
    transition: all 0.5s ease;
    transform: scale(1.04);
}
.blogsrow .contentarea span {
    color: #fff;
    font-size: 15px;
    margin-top: 6px !important;
    display: inline-block;
}

.blogsrow .contentarea span:last-child {
    float: right;
}
.innerheading h4{
    text-align:center;font-weight: 800;font-size: 28px;padding: 15px 10px;margin-bottom: 25px;border-radius: 40px;
}
.contactboxes{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.socialiconarea{
    list-style-type: none;padding-left: 0;display: flex;margin-top: 10px;
}
.contactboxes .fa-3x{
    color: #2dac47;
}
.socialiconarea a.facebook{ background-color: #1877f2;color:#fff }
.socialiconarea a.instagram{ background-color: #ff3073;color:#fff }
.socialiconarea a.linkedin{ background-color: #0077b4;color:#fff }
.socialiconarea a.twitter{ background-color: #1da1f2;color:#fff }
.socialiconarea a{
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    text-decoration: none;
    margin-right: 8px;
}
.contactboxes b{
    font-size: 20px;
    margin: 5px 0px;
}
.contactrow{
    display: flex;
    flex-wrap: wrap;
}
.floating-label {
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}

.floating-label input, .floating-label textarea  {
    padding-left: 2rem;
    border: 1px solid #c4c4c5;
    border-radius: 8px;
}

.floating-label.textarea label {
    top: 14% !important;
}
.floating-label label {
    position: absolute;
    top: 50%;
    left: 2rem;
    transform: translateY(-50%);
    background: white;
    padding: 0 5px;
    color: #434343;
    transition: 0.3s ease all;
    pointer-events: none;
}

.floating-label input:focus + label,
.floating-label input:not(:placeholder-shown) + label , .floating-label textarea:focus + label,
.floating-label textarea:not(:placeholder-shown) + label {
    top: 0 !important;
    left: 1rem;
    font-size: 0.75rem;
}

.floating-label .fa.fa-comment {
    top: 14% !important;
}
.floating-label .fa {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #6c757d;
}
.cusheading{
    position: relative;
    text-align: center;
    margin-bottom: 35px;
    font-weight: 200;
    display: inline-block;
}
.cusheading::before{
    content: '';
    position: absolute;
    bottom: -4px;
    height: 2px;
    width: 100px;
    background: #2dac47;
    left: 0;
}
footer{
    background: #0c2402;
    padding: 40px 10px;
    padding-bottom: 10px;
    float: left;
    width: 100%;
    margin-top: 100px;
}
footer span, footer p, footer h2{
    color:#fff;
}
footer h2 {
    font-size: 50px;
    font-weight: 700;
}
input#newsletter_email::placeholder {
    color: #9e9e9e !important;
}
input#newsletter_email {
    font-size: 20px;
    padding: 10px 20px;
    background: transparent;
    border-radius: 26px;
    height: 59px;
    color: #fff;
    border: 2px solid #fff;
    margin-bottom: 15px;
    margin-top: 15px;
}
.listitemcol b{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}
.listitemcol a{
    font-weight: 300;
    display: block;
    color: #fff;
    text-decoration: none;
    margin-bottom: 8px;
}
.herosection{
    display: flex;
    align-items: center;
    justify-content: center;
}
.leftarea h1{
    font-size: 55px;font-weight: 800;color: #4b4f50;margin-bottom:15px
}
.headcontainer{
    height:80px;
}
.workinghourheader{
    margin: 0;padding: 10px 10px;float: left;color: #fff;
}
.sectionrow{
    display: flex;align-items: center;
}
.pdleft{
    padding-left: 50px;
}
.footerinside{
    display: flex;align-items: center;justify-content: space-between;
}
.footercopyright{
    margin-top: 0px;
    text-align: center;
    width: 100%;
    float: left;
}
.navbar-nav{
    float: right;
}
.hero-volunteer:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ffffffbf;
    top: 0;
    z-index: 2;
}
.navbar-dark .navbar-brand{
    z-index: 9;
}
.hero-volunteer{
    background-image: url(../images/volunteers.jpg);
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 000px -411px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
}
.posabs{
    position: relative;
    z-index: 999;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .herosection{
        display: block !important;
        padding-top: 80px;
        padding-bottom: 20px;
    }
    span.badge{
        font-size: 16px !important;
    }
    .leftarea h1{
        font-size: 30px !important;
    }
    .btn-success{
        padding: 9px 23px !important;
        font-size: 16px !important;
    }
    .btn-success-alt{
        padding: 9px 23px !important;
        font-size: 16px !important;
    }
    .herobox .leftarea{
        padding: 10px !important;
    }
    .rightarea{
        padding: 10px !important;
    }
    .herobox .rightarea img{
        height: 300px !important;
    }
    .logo{
        width: 150px !important;
    }
    .headcontainer{
        height: 60px !important;
    }
    .workinghourheader{
        display: none !important;
    }
    .sectionrow{
        display: block !important;
    }
    .pdleft{
        padding: 0 !important;
        padding-top: 30px !important;
    }
    .sectionrow img{
        height: 400px !important;
    }
    .blogbox .imagearea img {
        height: 400px !important;
    }
    .blogsrow .col-md-4 {
        margin-bottom: 20px !important;
    }
    .contactformbox {
        padding: 0px 15px;
    }
    .footerinside{
        display: block;
    }
    .listitemcol {
        margin-top: 25px;
    }
    .navbar-nav{
        width: 45% !important;
        background: #fff !important;
    }
    .navbar-collapse{
        z-index: 99 !important;
    }
    .navbar-nav .nav-link{
        padding-left: 27px !important;
        padding-top: 2px !important;
    }
}
@media (min-width: 1400px) {
    .container{
        max-width: 1420px !important;
    }
}
.mgbtm{
    margin-top: 15px;
}
.mgbtm li{
    margin-bottom: 10px;
}
.insideservice b{
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}
.insideservice p{
    font-size: 20px;
}
.insideservice i{
    color: #2dac47;
}
.reviewinside b{
    font-size: 20px;
    display: block;
    margin-top: 30px;
}
.reviewinside p{
    font-size: 18px;
    line-height: 30px;
}
.reviewinside{
    position: relative;
    padding: 30px 50px;
    float: left;
    position: relative;
    width: 100%;
    background: #f3f3f3;
    margin-bottom: 20px;
}
.insideservice{
    position: relative;
    text-align: center;
    background: #f0f0f0;
    padding: 40px 30px;
    margin-top: 25px;
}
.admin-bar-fix {
    background: #1d2327;
    color: #c3c4c7;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10001;
    font-size: 13px;
    height: 48px;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 0 rgba(255,255,255,.1);
}
.admin-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.admin-logo {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    margin-right: 20px;
}
.admin-logo i {
    color: #2dac47;
    margin-right: 8px;
}
.admin-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.admin-menu li {
    margin: 0;
    padding: 0;
}
.admin-menu li a {
    color: #c3c4c7;
    text-decoration: none;
    padding: 0 15px;
    height: 48px;
    display: flex;
    align-items: center;
    transition: all .2s;
    font-weight: 500;
}
.admin-menu li a:hover, .admin-menu .dropdown:hover > a {
    background: #2c3338;
    color: #72aee6;
}
.admin-menu li a i {
    margin-right: 6px;
    font-size: 14px;
}
.admin-auth {
    display: flex;
    align-items: center;
    color: #c3c4c7;
}
.admin-auth span {
    margin-right: 15px;
    color: #c3c4c7;
}
.btn-logout {
    background: #d63638;
    color: #fff !important;
    padding: 4px 12px !important;
    border-radius: 4px;
    height: auto !important;
    font-size: 12px;
    font-weight: 600;
}
.btn-logout:hover {
    background: #b32d2e !important;
}

/* Modals & Pencil adjustment */
.modal-header {
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}
.modal-title {
    font-weight: 700;
    color: #1d2327;
}
.edit-pencil-btn, .delete-pencil-btn {
    position: absolute;
    z-index: 999999 !important;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    border: 2px solid #fff;
    text-decoration: none !important;
    transition: all 0.3s;
}

.edit-pencil-btn {
    top: 15px;
    right: 15px !important;
    background: #2dac47 !important;
    color: #fff !important;
}

.delete-pencil-btn {
    top: 15px;
    right: 60px !important; 
    background: #d63638 !important;
    color: #fff !important;
}

.edit-pencil-btn:hover {
    background: #2dac47 !important;
    color: #fff !important;
    transform: scale(1.1);
}

.delete-pencil-btn:hover {
    background: #d63638 !important;
    color: #fff !important;
    transform: scale(1.1);
}

.edit-pencil-btn i, .delete-pencil-btn i {
    color: #fff !important;
    font-size: 18px;
}

/* Aggressive overrides for Service and Portfolio pages */
.insideservice .edit-pencil-btn i, 
.insideservice .delete-pencil-btn i,
.reviewinside .edit-pencil-btn i, 
.reviewinside .delete-pencil-btn i {
    color: #fff !important;
}

.delete-pencil-btn:hover i {
    color: #007bff !important;
}

.edit-pencil-btn:hover i {
    color: #fff !important;
}

/* Page spacing for fixed bar */
body.admin-logged-in {
    padding-top: 48px !important;
}

@media (max-width: 991px) {
    .admin-menu li a span.caret { display: none; }
    .admin-menu li a { padding: 0 8px; font-size: 11px; }
    .admin-logo { display: none; }
}
.centerpost{
    width: 65%;
    margin:auto;
    margin-top: 20px;
}