/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    background: #fff;
    color: #666666;
    font-family: 'Roboto', sans-serif;
}

a {
    color: #18955f;
}

a:hover,
a:active,
a:focus {
    color: #2dca98;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Poppins", sans-serif; */
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}


/* Prelaoder */

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url("../img/preloader.svg") no-repeat center center;
}


/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

.back-to-top:focus {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    outline: none;
}

.back-to-top:hover {
    background: #18955f;
    color: #fff;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    padding: 30px 0;
    height: 92px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}

#header #logo {
    float: left;
}

#header #logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 6px 0;
    line-height: 1;
    /* font-family: "Poppins", sans-serif; */
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
}

#header #logo img {
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
    #header #logo h1 {
        font-size: 26px;
    }

    #header #logo img {
        max-height: 40px;
    }
}

#header.header-fixed {
    background: radial-gradient(circle, rgba(224, 239, 244, 1) 0%, rgba(207, 209, 234, 1) 99%) !important;
    padding: 20px 0;
    height: 60px;
    transition: all 0.5s;
}


#header.header-fixed .menu-items {
    margin-top: -25px;
}

/*--------------------------------------------------------------
# b2c-banner Section
--------------------------------------------------------------*/

#b2c-banner {
    width: 100%;
    height: 80vh;
    /* background: url(../img/b2c/banner.jpg) top center; */
    background-size: cover;
    position: relative;
    background-position: 100% 60%;
}

@media (min-width: 1024px) {
    #b2c-banner {
        background-attachment: fixed;
    }
}

#b2c-banner:before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#b2c-banner .b2c-banner-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

@media (min-width : 0px) and (max-width : 767px) and (orientation : portrait) {
    #b2c-banner {
        height: 100vh;
    }
}

@media (min-width : 0px) and (max-width : 767px) and (orientation : landscape) {
    #b2c-banner {
        height: 160vh;

    }

}

#b2c-banner h1 {
    /* margin: 10px 0 10px 0; */
    /* margin: 0px 0 10px 0; */
    /* font-size: 42px; */
    /* font-weight: 700; */
    line-height: 56px;
    text-transform: uppercase;
    color: #fff;
}


/*search box css start here*/

.search-sec {
    width: 100%;
}

.search-sec-bg {
    background: #1a46684a;
    padding: 15px 30px;
}

.search-slt {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(3rem + 2px) !important;
    border-radius: 0;
}

.search-input {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(3rem + 2px) !important;
    border-radius: 0;
    padding: 0 15px;
}

.wrn-btn {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    border-radius: 0;
    background-color: #18955f;
    border-color: #18955f;
}

@media (max-width: 768px) {
    #b2c-banner h1 {
        /* font-size: 28px; */
        line-height: 36px;
    }
}

#b2c-banner h2 {
    color: #eee;
    margin-bottom: 50px;
    font-size: 24px;
}

@media (max-width: 768px) {
    #b2c-banner h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

#b2c-banner .btn-get-started {
    /* font-family: "Poppins", sans-serif; */
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#b2c-banner .btn-get-started:hover {
    background: #18955f;
    border: 2px solid #18955f;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    /*left: 0;*/
    right: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu>li {
    float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 120px;
}


/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}


/* Nav Meu Container */

#nav-menu-container {
    float: right;
    margin: 0;
}

@media (max-width: 768px) {
    #nav-menu-container {
        display: none;
    }
}


/* Nav Meu Styling */

.nav-menu a {
    padding: 0 8px 10px 8px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    /* font-family: "Poppins", sans-serif; */
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    outline: none;
}

.nav-menu>li {
    margin-left: 10px;
}

.nav-menu>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #18955f;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover>a:before,
.nav-menu .menu-active>a:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.nav-menu ul {
    margin: 4px 0 0 0;
    border: 1px solid #e7e7e7;
}

.nav-menu ul li {
    background: #fff;
}

.nav-menu ul li:first-child {
    border-top: 0;
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}

.nav-menu ul li a:hover {
    background: #18955f;
    color: #fff;
}

.nav-menu ul ul {
    margin: 0;
}


/* Mobile Nav Toggle */

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #fff;
}

@media (max-width: 992px) {
    #mobile-nav-toggle {
        display: inline;
    }

    #header.header-fixed {
        height: 100px;
    }
}


/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(52, 59, 64, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #18955f;
}

#mobile-nav ul .menu-item-active {
    color: #18955f;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(52, 59, 64, 0.9);
    display: none;
}


/* Mobile Nav body classes */

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/


/* Sections Header
--------------------------------*/

.section-header .section-title {
    font-size: 26px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    /* font-weight: 700; */
    font-weight: 400;
    margin-bottom: 40px;
}

.section-header .section-description {
    text-align: center;
    padding-bottom: 40px;
    color: #999;
}


/* About Us Section
--------------------------------*/

#about {
    background: #fff;
    /* padding: 80px 0; */
    padding: 40px 0 30px 0;
}

#about .about-container .background {
    min-height: 300px;
    background: url(../img/about-img.jpg) center top no-repeat;
    margin-bottom: 10px;
}

#about .about-container .content {
    background: #eceaea;
}

#about .about-container .title {
    color: #333;
    font-weight: 700;
    font-size: 32px;
}

@media (max-width: 768px) {
    #about .about-container .title {
        padding-top: 15px;
    }
}

#about .about-container p {
    line-height: 26px;
}

#about .about-container p:last-child {
    margin-bottom: 0;
}

#about .about-container .icon-box {
    background: #fbfcfe;
    background-size: cover;
    padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
    float: left;
    background: #fff;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #18955f;
    margin-right: 10px;
}

#about .about-container .icon-box .icon svg {
    padding: 15px;
}

#about .about-container .icon-box .title {
    margin-left: 80px;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 18px;
    text-transform: uppercase;
}

#about .about-container .icon-box .title a {
    color: #111;
}

#about .about-container .icon-box .description {
    margin-left: 80px;
    line-height: 24px;
    font-size: 14px;
}


/* Facts Section
--------------------------------*/

#facts {
    background: #f7f7f7;
    padding: 80px 0 60px 0;
}

#facts .counters span {
    font-size: 48px;
    display: block;
    color: #18955f;
}

#facts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    /* font-family: "Poppins", sans-serif; */
    font-size: 14px;
}


/* Services Section
--------------------------------*/

#services {
    background: #f7f7f7;
    background-size: cover;
    /* padding: 80px 0 60px 0; */
    padding: 40px 0 0px 0;
}

#services .box {
    padding: 50px 20px;
    margin-bottom: 50px;
    text-align: center;
    border: 1px solid #e6e6e6;
    height: 200px;
    position: relative;
    background: #fafafa;
}

#services .icon {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    /* border: 6px solid #fff; */
    border: 3px solid #18955f;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 72px;
    height: 72px;
    /* background: #18955f; */
}

#services .icon a {
    display: inline-block;
}

#services .icon img {
    width: 25px;
    color: #fff;
}

#services .icon i {
    color: #fff;
    font-size: 24px;
}

#services .box:hover .icon {
    background: #fff;
    border: 2px solid #18955f;
}

#services .box:hover .icon i {
    color: #18955f;
}

#services .box:hover .icon a {
    color: #18955f;
}

#services .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#services .title a {
    color: #111;
}

#services .description {
    font-size: 14px;
    line-height: 24px;
}

/* Service Rates
--------------------------------*/

#services_rates {
    background: #f7f7f7;
    background-size: cover;
    /* padding: 80px 0 60px 0; */
    padding: 40px 0 30px 0;
}

/* Call To Action Section
--------------------------------*/

#call-to-action {
    /* background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/call-to-action-bg.jpg) fixed center center;
    background-size: cover;
    padding: 80px 0; */

    background-color: #e0e3e773;
    padding: 50px 0;
}

#call-to-action .cta-title {
    font-weight: 600;
    font-size: 28px;
    margin-left: 0px;
    letter-spacing: 0.25px;
    color: #243C51;
}

#call-to-action .cta-text {
    font-size: 16px;
    line-height: 33px;
    margin-left: 0px;
    color: #515151;
}

@media (min-width: 769px) {
    #call-to-action .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

#call-to-action .cta-btn {
    /* font-family: "Poppins", sans-serif; */
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    background: #18955f;
    border: 2px solid #18955f;
    color: #fff;
}

#call-to-action .cta-btn:hover {
    background: #18955f;
    border: 2px solid #18955f;
}


/* Portfolio Section
--------------------------------*/

#portfolio {
    /* background: #f7f7f7; */
    /* padding: 80px 0; */
    padding: 40px 0 30px 0;
}

#portfolio #portfolio-wrapper {
    padding-right: 15px;
}

#portfolio #portfolio-flters {
    padding: 0;
    margin: 0 0 45px 0;
    list-style: none;
    text-align: center;
}

#portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 0 10px;
    display: inline-block;
    padding: 10px 22px;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    border-radius: 4px;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
    background: #18955f;
    color: #fff;
}

#portfolio .portfolio-item {
    position: relative;
    height: 250px;
    overflow: hidden !important;
    margin-bottom: 15px;
    transition: all 350ms ease;
    transform: scale(1);
}

#portfolio .portfolio-item a {
    display: block;
    /* margin-right: 15px; */
}

#portfolio .portfolio-item img {
    position: relative;
    top: 0;
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 110%;
    height: 200px;
}

#portfolio .portfolio-item .details {
    height: 50px;
    background: #18955f;
    position: absolute;
    width: 100%;
    height: 35px;
    bottom: 14px;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details h4 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 8px 0 0px 8px;
    margin: 0;
}

#portfolio .portfolio-item .details span {
    display: block;
    color: #fff;
    font-size: 13px;
    padding-left: 8px;
}

#portfolio .portfolio-item:hover .details {
    bottom: 0;
}

#portfolio .portfolio-item:hover img {
    top: 0px;
}


/* Team Section
--------------------------------*/

#team {
    background: #fff;
    padding: 80px 0 60px 0;
}

#team .member {
    text-align: center;
    margin-bottom: 20px;
}

#team .member .pic {
    margin-bottom: 15px;
    overflow: hidden;
    height: 260px;
}

#team .member .pic img {
    max-width: 100%;
}

#team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

#team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

#team .member .social {
    margin-top: 15px;
}

#team .member .social a {
    color: #b3b3b3;
}

#team .member .social a:hover {
    color: #18955f;
}

#team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}


/* Contact Section
--------------------------------*/

#contact {
    background: #f7f7f7;
    padding: 80px 0 30px 0;
}

#contact #google-map {
    height: 300px;
    margin-bottom: 20px;
}

#contact .info {
    color: #333333;
}

#contact .info i {
    font-size: 32px;
    color: #18955f;
    float: left;
}

#contact .info p {
    padding: 0 0 10px 50px;
    margin-bottom: 20px;
    line-height: 22px;
    font-size: 14px;
}

#contact .info .email p {
    padding-top: 5px;
}

#contact .social-links {
    padding-bottom: 20px;
}

#contact .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#contact .social-links a:hover {
    background: #18955f;
    color: #fff;
}

#contact .form #sendmessage {
    color: #18955f;
    border: 1px solid #18955f;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
    display: block;
}

#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#contact .form input,
#contact .form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

#contact .form button[type="submit"] {
    background: #18955f;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
    background: #51d8ad;
}


#contact .box {
    padding: 50px 20px;
    margin-bottom: 50px;
    text-align: center;
    border: 1px solid #e6e6e6;
    height: 150px;
    position: relative;
    background: #fafafa;
}

#contact .icon {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    /* border: 6px solid #fff; */
    border: 3px solid #18955f;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 72px;
    height: 72px;
}

#contact .icon a {
    display: inline-block;
}

#contact .icon svg {
    padding: 15px;
}

#contact .icon img {
    width: 25px;
    color: #fff;
}

#contact .icon i {
    color: #fff;
    font-size: 24px;
}

#contact .box:hover .icon {
    background: #fff;
    border: 2px solid #18955f;
}

#contact .box:hover .icon i {
    color: #18955f;
}

#contact .box:hover .icon a {
    color: #18955f;
}

#contact .title {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#contact .title a {
    color: #111;
}

#contact .description {
    font-size: 14px;
    line-height: 24px;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #18955f;
    padding: 15px 0px 5px 0px;
    color: #fff;
    font-size: 14px;
}

#footer .copyright {
    text-align: center;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #ccc;
}

.service-rates-header {
    background-color: #18955f;
    color: #fff;
}

.btn.btn-dark-gray {
    border-color: #18955f;
    color: #18955f;
    border-radius: 15px;
    background-color: #fff;
}

.btn.btn-dark-gray:hover,
.btn.btn-dark-gray:focus {
    background: transparent;
    color: #18955f;
}

.btn.btn-theme {
    background: #18955f;
    border-color: #18955f;
    color: #fff;
}

@media (max-width: 768px) {
    .btn.btn-theme {
        font-size: .875rem;
        line-height: 1.5;
        border-radius: .2rem;
        padding: .25rem .5rem;
    }

    .btn.btn-dark-gray {
        font-size: .875rem;
        line-height: 1.5;
        border-radius: .2rem;
        padding: .25rem .5rem;
    }
}


.btn.btn-theme:hover,
.btn.btn-theme:focus {
    background: transparent;
    color: #18955f;
}




/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    padding: 30px 0;
    height: 92px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}

#header #logo {
    float: left;
}

#header #logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 6px 0;
    line-height: 1;
    /* font-family: "Poppins", sans-serif; */
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
}

#header #logo img {
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
    #header #logo h1 {
        font-size: 26px;
    }

    #header #logo img {
        max-height: 40px;
    }
}



/*--------------------------------------------------------------
# Header Section
--------------------------------------------------------------*/

#header-section {
    height: 35vh;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 100% 34% !important;
    position: relative !important;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.8;
}

@media (min-width: 1024px) {
    #header-section {
        background-attachment: fixed;
    }
}


#header-section:before {
    content: "";
    background: radial-gradient(circle, rgba(224, 239, 244, 1) 0%, rgba(207, 209, 234, 1) 99%) !important;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#header-section .header-section-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

#header-section h1 {
    font-size: 42px;
    color: #18955f;
    margin: 10px 0 10px 0;
    font-size: 42px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
}

#header-section h2 {
    color: #eee;
    margin-bottom: 0px;
    font-size: 24px;
}

.content-detail-section {
    background: #fff;
    padding: 15px 0 15px 0;
}


@media only screen and (max-width: 600px) {
    #header-section {
        height: 30vh;
    }

    #header-section .header-section-container {
        top: 40%;
    }

    #header-section h1 {
        font-size: 35px;
    }

}

@media only screen and (min-width: 600px) {
    #header-section {
        height: 50vh;
    }

    #header-section .header-section-container {
        top: 40%;
    }

    #header-section h1 {
        font-size: 35px;
    }
}

@media only screen and (min-width: 768px) {
    #header-section {
        height: 35vh;
    }

    #header-section .header-section-container {
        top: 25%;
    }

    #header-section h1 {
        font-size: 35px;
    }
}



.category-wrapper ul>li {
    padding-left: 10px;
}

.category-list {
    list-style: none;
    padding-left: 0px;
}

.category-list .upper {
    position: relative;
    font-size: 14px;
    color: #212121;
    padding: 5px 15px;
}

.category-list .upper.collapsed {
    background: #18955f;
    color: #fff;
    padding: 5px 15px;
}

.category-list.upper.collapsed span.icon-right {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.category-list .upper span.icon-right {
    position: absolute;
    right: 10px;
    font-size: 0.8em;
    opacity: 0.7;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}

.category-list .lower {
    padding: 0;
    background: #f7f7f7;
    border: 1px solid #e6e5e5;
    color: #777979;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    -moz-transition: max-height 0.3s ease;
    -ms-transition: max-height 0.3s ease;
    -o-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
}

.category-list .lower ul li {
    padding: 0px 0px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
}

.category-list .lower ul li:hover {
    /*background: rgba(26, 188, 156, 0.3);*/
}

.category-list .lower ul li:nth-last-child(1) {
    padding-bottom: 5px;
}

.radio-container {
    display: block;
    position: relative;
    /* padding-left: 35px; */
    margin-bottom: 0px !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input~.checkmark {
    background-color: #18955f;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked~.checkmark {
    background-color: #706e6e;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked~.checkmark:after {
    display: block;
}

.wrn-btn:hover {
    background: #fff;
    color: #18955f;
    border: 2px solid #18955f;
}


.service-view-btn {
    background: #fff;
    border-color: #C9D6EA;
    color: #243c51 !important;
}

.service-view-btn.active {
    background: #18955f;
    border-color: #18955f;
    color: #fff !important;
}

.service-view-btn:hover,
.service-view-btn:focus {
    background: #18955f;
    border-color: #18955f;
    color: #fff !important;
}


/* bootstrap-select */

.bootstrap-select>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: transparent;
    border-color: transparent;
    padding: 0.75rem .75rem;
}

.bootstrap-select>.btn-light.dropdown-toggle:focus,
.btn-light.dropdown-toggle:active,
.btn-light.dropdown-toggle:hover {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.bootstrap-select .dropdown-menu li a {
    /* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; */
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    /* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; */
    color: #55595c;
}

.bootstrap-select .dropdown-item.active,
.dropdown-item:active {
    background-color: #18955f;
}

.bootstrap-select .form-control:focus {
    box-shadow: none;
}

.bootstrap-select .form-control {
    border: 1px solid #18955f;
}

.ui-widget.ui-widget-content {
    border: 0px;
    padding: 10px 15px;
    border-radius: 15px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #cccccc;
    background: #18955f;
    font-weight: normal;
    color: #fff;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 3px 3em 8px .4em;
    font-size: 14px;
}

.service-rates-single-line-text {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    resize: horizontal;

}


.img-square-wrapper img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    cursor: pointer;
}

.img-square-wrapper-1 img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    cursor: pointer;
}

.img-zoom-out img {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.img-zoom-out:hover img {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9)
}

@media (min-width: 1024px) {
    .card-horizontal {
        display: flex;
        flex: 1 1 auto;
    }

    .list-action-row {
        position: relative;
        bottom: 0;
    }

    .img-square-wrapper img {
        width: 300px;
        height: 200px;
        -o-object-fit: contain;
    }
}

.services-title {
    font-size: 20px;
    color: #111;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 5px;
}

.service_price_blog {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.service_price_text {
    font-weight: 400;
    line-height: 1em;
    margin-top: 4px;
    font-size: 12px;
    color: #6d787d;
}

.service_price_heading {
    font-size: 16px;
    color: #6d787d;
    margin-right: 8px;
}

.service_price {
    font-size: 16px;
    color: #18955f;
    margin-right: 8px;
}

.read_more_content {
    color: #18955f;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

.text-small {
    font-size: 12px;
    line-height: 20px;
}

.product_content {
    height: 65px;
    overflow: hidden;
    line-height: initial;
    -webkit-column-width: 200vw;
    -moz-column-width: 200vw;
    column-width: 200vw;
}

.product_content p {
    margin: 0 0 5px 0;
}

.card-box-shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.overlay .mask {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.view .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
}

.waves-effect {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.rgba-white-slight,
.rgba-white-slight:after {
    background-color: rgba(255, 255, 255, 0.1);
}

.overlay .mask {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.overlay .mask:hover {
    opacity: 1
}

.zoom img,
.zoom video {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.zoom:hover img,
.zoom:hover video {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.cta-100 {
    margin-top: 100px;
    padding-left: 8%;
    padding-top: 7%;
}

.col-md-4 {
    padding-bottom: 20px;
}

.white {
    color: #fff !important;
}

.mt {
    float: left;
    margin-top: -20px;
    padding-top: 20px;
}

.bg-blue-ui {
    background-color: #708198 !important;
}

figure img {
    width: 300px;
}

#blogCarousel {
    padding-bottom: 100px;
}

.blog .carousel-indicators {
    left: 0;
    top: -50px;
    height: 50%;
}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #708198;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
    background: #0fc9af;
}

.item-carousel-blog-block {
    outline: medium none;
    padding: 15px;
}

.item-box-blog {
    border: 1px solid #dadada;
    z-index: 4;
    padding: 20px;
    margin-right: 1px;
}

.item-box-blog-image {
    position: relative;
}

.item-box-blog-image figure img {
    width: 100%;
    height: 120px;
}

.item-box-blog-date {
    position: absolute;
    z-index: 5;
    padding: 4px 20px;
    top: -20px;
    right: 8px;
    background-color: #41cb52;
}

.item-box-blog-date span {
    color: #fff;
    display: block;
    text-align: center;
    line-height: 1.2;
}

.item-box-blog-date span.mon {
    font-size: 18px;
}

.item-box-blog-date span.day {
    font-size: 16px;
}

.item-box-blog-heading a {
    text-decoration: none;
    font-size: 15px;
    color: #111;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.mt-10 {
    float: left;
    margin-top: -10px;
    padding-top: 10px;
}

.btn.bg-blue-ui.white.read {
    cursor: pointer;
    padding: 4px 20px;
    float: left;
    margin-top: 10px;
}

.btn.bg-blue-ui.white.read:hover {
    box-shadow: 0px 5px 15px inset #4d5f77;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #18955f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.custom-card-header {
    background-color: rgb(45, 201, 151);
    border-bottom: 1px solid rgb(45, 201, 151);
    color: #fff;
}

.testimonial-card .card-up {
    height: 100px;
    overflow: hidden;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.aqua-gradient {
    background: linear-gradient(40deg, #708198, #2a41e8) !important;
}

.testimonial-card .avatar {
    width: 130px;
    margin-top: -65px;
    overflow: hidden;
    border: 5px solid #fff;
    border-radius: 50%;
}

.testimonial-card .avatar img {
    width: 100%;
    height: 70px;
    background: #fff;
    object-fit: scale-down;
}

.rounded-circle {
    border-radius: 50% !important;
}

.supplier-blog>.slick-next {
    right: 12px;
    top: 34%;
}

.supplier-blog>.slick-prev {
    left: 12px;
    z-index: 9999;
    top: 34%;
}

.card-notify-badge {
    position: absolute;
    /* left: -10px;
top: -20px; */
    background: #708198;
    text-align: center;
    /* border-radius: 30px 30px 30px 30px; */
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
}

.category-list img {
    width: 20px;
    height: 20px;
    margin-top: -5px;
    margin-right: 5px;
}

.category-list .lower ul {
    padding-left: 15px;
    list-style-type: none;
}


.category-list .lower span {
    font-size: 13px;
}

.product_content p {
    /* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; */
}

.mproduct_content {
    height: 60px;
    overflow: hidden;
}

.page-item.active .page-link {
    background-color: #18955f;
    border-color: #18955f;
}

.page-link {
    color: #232323;
}

.page-link:hover {
    color: #18955f;
}

/* header section css */
.header-location .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    /* font-family: "Poppins", sans-serif; */
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    color: #243C51;

}

.header-location .bootstrap-select>.btn-light.dropdown-toggle {
    padding: 0rem;
    margin-top: -5px;
}

.header-location .dropdown-toggle::after {
    color: #243C51;
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    margin-top: -15px;
    border: 0px;

}

.header-location .bootstrap-select.fit-width .dropdown-toggle .filter-option {
    padding-right: 25px;
    padding-left: 5px;
    margin-top: 10px;
}

.header-location .bootstrap-select .bs-searchbox {
    padding: 8px 7px;
}

.header-location .bootstrap-select .bs-searchbox input {
    padding: 4px;
}

.header-location .btn-light:not(:disabled):not(.disabled).active,
.header-location .btn-light:not(:disabled):not(.disabled):active,
.show>.header-location .btn-light.dropdown-toggle {
    background-color: transparent !important;
    border: none;
}

.header-location .btn-light:not(:disabled):not(.disabled).active:focus,
.header-location .btn-light:not(:disabled):not(.disabled):active:focus,
.show>.header-location .btn-light.dropdown-toggle:focus {
    box-shadow: none;
}

.header-location .bootstrap-select .dropdown-toggle:focus,
.header-location .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    /* outline: 5px auto -webkit-focus-ring-color!important;
outline-offset: -2px; */
}

.header-mobile-location .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    color: #ffffff;
}

.header-mobile-location .bootstrap-select>.btn-light.dropdown-toggle {
    padding: 0rem;
    margin-top: -5px;
}

.header-mobile-location .dropdown-toggle::after {
    color: #fff;
    content: "\f107";
    position: absolute;
    right: 25px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    margin-top: -10px;
    border: 0px;

}

.header-mobile-location .bootstrap-select.fit-width .dropdown-toggle .filter-option {
    padding-right: 25px;
    padding-left: 5px;
}

.header-mobile-location .bootstrap-select .bs-searchbox {
    padding: 8px 7px;
}

.header-mobile-location .bootstrap-select .bs-searchbox input {
    padding: 4px;
}

.header-mobile-location .btn-light:not(:disabled):not(.disabled).active,
.header-mobile-location .btn-light:not(:disabled):not(.disabled):active,
.show>.header-mobile-location .btn-light.dropdown-toggle {
    background-color: transparent !important;
    border: none;
}

.header-mobile-location .btn-light:not(:disabled):not(.disabled).active:focus,
.header-mobile-location .btn-light:not(:disabled):not(.disabled):active:focus,
.show>.header-mobile-location .btn-light.dropdown-toggle:focus {
    box-shadow: none;
}

.header-mobile-location .bootstrap-select .dropdown-toggle:focus,
.header-mobile-location .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    /* outline: 5px auto -webkit-focus-ring-color!important;
outline-offset: -2px; */
}

.location-marker {
    color: #fff;
    font-size: 12px;

}

.search-container {
    display: none;
}

.header-location {
    display: none;
}

.search_box {
    /* padding: 5px 10px; */
    /* margin-top: 8px; */
    height: 35px;
    font-size: 17px;
    border: none;
    color: #55595c;
    background-color: #fff;
    /* border-radius: 30px; */
    /* border-top-left-radius: 20px;
  border-bottom-left-radius: 20px; */
    text-indent: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;

}

.search-container button {
    float: right;
    color: #fff;
    padding: 5px 10px;
    margin-right: 16px;
    background: #18955f;
    font-size: 17px;
    border: none;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    transition: 0.5s;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;

}

.search-container button:hover {
    background: #ccc;
}


@media screen and (max-width: 1000px) {
    .search-container {
        float: none;
        display: none;
    }

    .search_box,
    .search-container button {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 14px;

    }

    .search_box {
        border: 1px solid #ccc;
    }
}

.ui-front {
    z-index: 1000;
}

#mobile-nav-toggle {
    top: 35px;
}

.logo-margin {
    margin-top: -10px;
}

@media (max-width: 992px) {

    .logo-margin {
        margin-top: 35px;
    }

    #list_view_trigger {
        display: none;
    }

    #grid_view_trigger {
        display: none;
    }
}

header.header-fixed .header_search {
    display: block;
}

@media (min-width: 1200px) {

    .header-location {
        /* display: block; */
    }

    header.header-fixed .search-container {
        display: block;
    }

    header.header-fixed .header-location {
        display: block;
    }

}


.mobile-top-navigation {
    background-color: #2a41e8 !important;
}

.mobile-top-navigation button {
    color: #2a41e8 !important;
    cursor: pointer;
}

.mobile-top-navigation .dropdown,
.dropup {
    position: fixed;
}

.mobile-top-navigation .bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0;
    width: 150px;
}

.header-mobile-location .rounded {
    border-radius: 2.25rem !important;
}

/* Service detail page */
#product-carousel .list-inline {
    white-space: nowrap;
    overflow-x: auto;
}

#product-carousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#product-carousel .carousel-indicators>li {
    width: initial;
    height: initial;
    text-indent: initial;
}

#product-carousel .carousel-indicators>li.active img {
    opacity: 0.7;
}

.list-inline-item {
    position: relative;
    font-size: 13px;
}

.list-inline-dotted .list-inline-item:not(:last-child):after {
    content: '•';
    font-family: icomoon;
    font-size: 0.95rem;
    width: 0.4rem;
    text-align: center;
    display: inline-block;
    margin-left: .825rem;
    color: #fff;
}

input::-webkit-input-placeholder {
    font-size: 14px;
}

.carousel-thumbnail {
    height: 50px;
    cursor: pointer;
}

#product-carousel .carousel-indicators li::after {
    bottom: 0px;
}

.product-details-card-title {
    font-size: 20px;
    /* color: #111; */
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 5px;
}

.bg-theme {
    background-color: #5d61601f !important;
}

.font-size-14 {
    font-size: 14px;
}


/* Style the buttons inside the tab */
.tab button {
    -webkit-line-clamp: 2;
    color: #212121;
    font-size: 14px;
    font-weight: 600;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-flex;
    background-color: #ffffff;
    padding: 10px 15px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 12px;
    border-bottom: 1px solid rgb(227, 227, 227);
}

.tab button svg{
    width: 25px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    color: #18955f;
}

/* Create an active/current "tab button" class */
.tab button.active {
    color: #18955f;
}

.pro-body {
    padding: 0px;
}

.pro-pan {
    border-radius: 0px;
    border: none;
    box-shadow: 0px 0px 2px;
}

.profile-card {
    padding: 10px 15px;
    border-radius: 15px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.profile-card>img {
    vertical-align: middle;
    width: 50px;
    height: 50px;
}

.profile-div {
    padding: 5px 0 0 16px;
    width: calc(100% - 50px);
}

.profile-div .profile-title {
    font-size: 12px;
}

.profile-div .profile-name {
    padding-top: 3px;
    font-size: 16px;
    font-weight:600;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.display-block {
    display: block !important;
}

.text-medium-gray {
    color: #939393;
}

.no-padding {
    padding: 0 !important;
}

.ui-widget-header {
    background: #fff;
}

.ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid transparent;
    background: #243c51;
    color: #fff;
    border-radius: 15px;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #fff;
}

.ui-widget-header {
    border: none;
    padding-bottom: 15px !important;
    border-bottom: 1px solid rgb(227, 227, 227);
}



.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #18955f;
    border-radius: 15px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    color: #fff;
}


.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: inherit;
}

.ui-tabs label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .3px;
    margin-bottom: 10px;
}

.hide-password {
    display: none
}

.order-details {
    width: 100%;
    font-size: 14px;
}

.order-details .order-number {
    background: #18955f;
    color: #fff;
    box-shadow: none;
    border: 1px solid #18955f;
    padding: 8px 12px;
    border-radius: 2px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    width: 196px;
}

.details-body {
    padding: 10px 15px 0;
    width: 100%;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
}

.order-details img {
    position: relative;
    margin: 0 auto;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    opacity: 1;
    max-width: 100%;
    max-height: 100%;
}

.enquiry-details {
    width: 100%;
    font-size: 14px;
}

.enquiry-details .enquiry-number {
    background: #18955f;
    color: #fff;
    box-shadow: none;
    border: 1px solid #18955f;
    padding: 8px 12px;
    border-radius: 2px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    width: 196px;
}

.enquiry-details img {
    position: relative;
    margin: 0 auto;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    opacity: 1;
    max-width: 100%;
    max-height: 100%;
}

.details-body-header .product-details {
    color: #878787;
    margin-bottom: 5px;
}

.details-body-header .product-title {
    font-size: 16px;
}


.details-body .description {
    color: #212121;
}

.details-body .description-text {
    margin-top: 10px;
    font-size: 12px;
    color: #878787;
}

.ui-widget {
    font-family: inherit;
    font-size: inherit;
}

.text-muted {
    color: #888 !important;
}

.bootstrap-select .dropdown-menu {
    margin: 0.85rem 0 0 !important;
}


.blog-carousel {
    /* width: calc(100% + 30px);
  left: -15px; */
}

.blog-carousel .blog-compact-item-container {
    margin: 15px;
    display: inline-block;
    width: 100%;
}

.blog-compact-item-container {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    background: 0 0;
    transform: translate3d(0, 0, 0);
    transition: transform .4s;
    margin-bottom: 30px;
}

.blog-compact-item-container:hover {
    transform: translateY(-10px);
}

.blog-compact-item {
    background: #ccc;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    border-radius: 4px;
    height: 100%;
    display: block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 460px;
    z-index: 100;
    cursor: pointer;
    transition: .4s;
}

@media(max-width:1366px) {
    .blog-compact-item {
        height: 241px;
    }
}

.blog-compact-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 4px;
}

.blog-compact-item:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    border-radius: 4px;
    background: linear-gradient(to top, rgba(51, 51, 51, 0.8) 0%, rgba(51, 51, 51, 0.7) 35%, rgba(51, 51, 51, 0.3) 60%, rgba(51, 51, 51, 0.3) 100%);
    transition: .4s;
}

.blog-compact-item-content {
    position: absolute;
    bottom: 32px;
    left: 0;
    padding: 0 34px;
    width: 100%;
    z-index: 50;
    box-sizing: border-box;
}

.blog-compact-item-content h3 {
    color: #fff;
    font-size: 20px;
    padding: 5px 0;
    font-weight: 500;
    margin: 2px 0 0;
    line-height: 30px;
}

.blog-compact-item-content span {
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    color: rgba(255, 255, 255, .7);
}

.blog-compact-item-content p {
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    color: rgba(255, 255, 255, .8);
    margin: 7px 0 0;
}

span.blog-item-tag {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    background-color: #fff;
    border-radius: 4px;
    padding: 5px 12px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 9px;
    position: absolute;
    top: 30px;
    left: 32px;
    z-index: 110;
    transition: .4s;
}


button.button.green,
input[type=button].green,
input[type=submit].green,
a.button.green {
    background-color: #ff684a;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

button.button.dark,
input[type=button].dark,
input[type=submit].dark,
a.button.dark {
    background-color: #333;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

.btn-enquiry {
    background: #18955f;
    border-color: #18955f;
    color: #fff;
}

.btn-enquiry:hover {
    background: #dfdbdb;
    border-color: #dfdbdb;
    color: #888888;
}


.service-pic-icon img {
    width: 72px !important;
}

.task-listing-description {
    flex: 1;
    align-items: center;
    justify-content: center;
}

h3.task-listing-title a,
h3.task-listing-title {
    font-size: 18px;
    color: #333;
    line-height: 28px;
    cursor: pointer;
    font-weight: 600;
    padding-top: 2px;
    transition: .3s;
}

.task-listing-bid {
    flex: 0 0 240px;
    background-color: #dfdbdb;
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-card-header {
    background: #18955f;
    color: #fff;
    padding: 10px 12px 12px 12px !important;
}

input.with-border,
input[type=text].with-border,
input[type=password].with-border,
input[type=email].with-border,
input[type=number].with-border,
textarea.with-border,
select.with-border {
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .05);
}

.input-group-append-text {
    color: #a0a0a0;
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    display: block;
    border-radius: 0px 4px 4px 0px;
}

#category_details_blog p {
    margin: 0px !important;
}

.custom-checkbox {
    min-height: 1rem;
    padding-left: 0;
    margin-right: 0;
    cursor: pointer;
}

.custom-checkbox .custom-control-indicator {
    content: "";
    display: inline-block;
    position: relative;
    width: 30px;
    height: 10px;
    background-color: #818181;
    border-radius: 15px;
    margin-right: 10px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    vertical-align: middle;
    margin: 0 16px;
    box-shadow: none;
}

.custom-checkbox .custom-control-indicator:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #f1f1f1;
    border-radius: 21px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    left: -2px;
    top: -4px;
    -webkit-transition: left .3s ease, background .3s ease, box-shadow .1s ease;
    transition: left .3s ease, background .3s ease, box-shadow .1s ease;
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    background-color: #84c7c1;
    background-image: none;
    box-shadow: none !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator:after {
    background-color: #84c7c1;
    left: 15px;
}

.custom-checkbox .custom-control-input:focus~.custom-control-indicator {
    box-shadow: none !important;
}

.bg-theme-color {
    background-color: #18955f !important;
}

.dashboard-box {
    display: block;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    border: 1px solid #dedbdb;
    margin-top: 30px;
    position: relative;
}

.dashboard-box .headline {
    display: block;
    padding: 8px 14px;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
}

.dashboard-box .headline h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 26px;
}

.dashboard-box .headline h3 i {
    color: #66676b;
    font-size: 21px;
    line-height: 0;
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.dashboard-box .headline h3 i.icon-material-outline-gavel {
    font-size: 20px;
}

.dashboard-box .headline h3 i.icon-material-outline-supervisor-account {
    font-size: 24px;
    top: 3px;
}

.dashboard-box .headline h3 i.icon-feather-folder-plus {
    font-size: 20px;
    top: 2px;
    margin-right: 5px;
}

.button.big i.icon-feather-plus {
    font-size: 20px;
    top: 2px;
    margin-left: -4px;
    margin-right: 5px;
}

.dashboard-box .content.with-padding {
    padding: 14px;
}

.dashboard-box .chart {
    padding: 30px 20px 17px 18px;
}

.dashboard-box .headline .sort-by {
    float: none;
    display: inline-block;
    position: absolute;
    top: calc(50% + 3px);
    transform: translateY(-50%);
    right: 30px;
    z-index: 100;
    height: 33px;
}

.dashboard-box .headline .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-weight: 500;
    color: #666;
}


/* 26-07-2023 */

#header #logo img {
    box-shadow: none;
    border-radius: 15%;
    height: 150px !important;
    margin-top: -3rem;
}

#b2c-banner:before {
    background: rgb(224, 239, 244) !important;
    background: radial-gradient(circle, rgba(224, 239, 244, 1) 0%, rgba(207, 209, 234, 1) 99%) !important;
}

.nav-menu a {
    color: #243c51;
    font-weight: 600;
    font-size: 14px;
}

#b2c-banner h1 {
    color: #18955f;
}

.wrn-btn {
    background-color: #18955f;
    border-color: #18955f;
}



.wrn-btn:hover {
    background-color: #18955f !important;
    border-color: #18955f !important;
    color: #fff;
}


button.button.green,
input[type=button].green,
input[type=submit].green,
a.button.green {
    background-color: #18955f;
    border-radius: 15px;
}

button.button.dark,
input[type=button].dark,
input[type=submit].dark,
a.button.dark {
    background-color: #243c51;
    border-radius: 15px;
}

.mobile-top-navigation {
    background-color: #18955f !important;
}

.mobile-top-navigation button {
    color: #18955f !important;
    cursor: pointer;
}

.services-need-pic {
    width: 100%;
    height: 120px !important;
    padding: 8px 15px !important;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 0.4rem;
    text-align: center;
}

.services-images {
    padding: 2px;
    height: 100px !important;
    object-fit: contain;
    width: 60%;
    max-width: 60%;
}

.hover-scale img {
    transition: all .35s ease-in-out;
}

.services-text {
    color: #243C51;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 600;

}

.btn-enquiry {
    background: #18955f;
    border-color: #18945e;
    color: #fff;
    border-radius: 15px;
    margin-top: 10px;
}


.heading-top {
    font-weight: 800;
    font-size: 36px;
    line-height: 56px;
    text-align: center;
    text-transform: capitalize;
    color: #064789;
}

.gray {
    background-color: #fbfcfe !important;
}

.sub-title {
    font-weight: 600;
    font-size: 28px;
    margin-left: 0px;
    text-align: center;
    letter-spacing: 0.25px;
    color: #243C51;
}

p {
    font-size: 16px;
    line-height: 33px;
    align-items: center;
    margin-left: 0px;
    color: #515151;
}

.new-card-layout {
    border: 1px solid #A7B1B9;
    border-radius: 20px;
}

.list-section-heading {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .3px;
    display: inline-block;
    padding: 10px 10px;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #A7B1B9;
}


.list-section-sub-heading {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #212121;
    padding: 10px 10px;
}

.shadow-bg {
    background-color: #f7f9fb;
    box-shadow: 4px 4px 10px #7e7c7a32;
}


.searchFilter {
    position: absolute;
    background: #fff;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    border-radius: 100px;
    bottom: 20px;
    width: 100%;
    padding: 4px 10px 2px 0px;

}

.searchFilter input {
    padding: 0.475rem 0.1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
}


.searchFilter input:focus {
    outline: none !important;
}

.searchFilter input:focus-visible {
    outline: none !important;
}


.search_filter {
    cursor: pointer;
}


.filterSearchIcon {
    background-color: #18955F;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


#display_product_blog {
    border: 1px solid rgb(237, 237, 237);
}

.scrollable-div {
    height: 100%;
    overflow: auto;
}

.affix {
    position: fixed;
    min-height: 400px;
}

.affix.filters {
    width: 23%;

}
.affix.filters .card{
 
padding: 10px 15px;
border-radius: 15px;

}

.affix.cart {
    width: 23%;
    padding: 10px 15px;
    border-radius: 15px;
}

.enquiry-card .cart {
    width: 100%;
    padding: 10px 15px;
    border-radius: 15px;
}

.cart-items .product-title{
    color: rgb(15, 15, 15);
    font-size: 14px;
    -webkit-line-clamp: 2;
    line-height: 20px;
    margin-bottom: 12px;
}


.cart-items .remove-icon{
    color: red;
}

.cart-enquiry-btn{
    background-color: #18955F;
    color: #fff !important;
    border-radius: 15px;
}

.affix.fixed {
    margin-top: -25vh;
    transition: all 0.3s;
}
.empty-cart {
    text-align: center;
}

.empty-cart svg {
    width: 80px;
    height: 80px;
}


.new-list-card {
    padding: 15px;
    ;
}


.new-list-card .category-title {
    color: rgb(15, 15, 15);
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 16px;
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-list-card .product-title {
    -webkit-line-clamp: 2;
    color: #212121;
    font-size: 16px;
    font-weight: 600;
    border: 0px solid black;
    box-sizing: border-box;
    display: inline;
    margin: 0px;
    padding: 0px;
    overflow-wrap: break-word;
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.new-list-card .starts-at {
    -webkit-line-clamp: 2;
    color: #243c51;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    margin-bottom: 14px;
}

.new-list-card  p {
    font-size: 12px;
    color: rgb(84, 84, 84);
    line-height: 16px;
}



.new-list-card  span {
    font-size: 12px;
    color: rgb(84, 84, 84);
    line-height: 16px;
}

.new-list-card  li {
    font-size: 12px;
    color: rgb(84, 84, 84);
    line-height: 16px;
}



.new-list-card .services-need-pic {
    height: 134px !important;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 0.4rem;
    text-align: center;
    padding: 6px 5px !important;
}

.new-list-card .services-images {
    height: 120px !important;
    object-fit: contain;
    width: 100%;
    max-width: 100%;
    padding: 0px !important;
}

.new-list-card  .add-enquiry-btn {
    margin-top: -50px;
    border-color: rgb(24 149 95);
    font-weight: 600;
    line-height: 20px;
    border-radius: 15px;
    width: 100px;
    background: #fff;
}

.new-list-card  .add-enquiry-btn span {
    font-weight: 600;
    font-size: 16px;
    color: rgb(24 149 95);
}

.new-list-card  .add-enquiry-btn svg {
    width: 25px;
    height: 20px;
    padding-top: 5px;
}

.card-separator {
    align-self: center;
    background-color: rgb(227, 227, 227);
    height: 1px;
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    align-items: stretch;
    border: 0px solid black;
    box-sizing: border-box;
    display: flex;
    flex-basis: auto;
    flex-direction: column;
    flex-shrink: 0;
    margin: 0px;
    min-height: 0px;
    min-width: 0px;
    padding: 0px;
    position: relative;
    z-index: 0;
}

.separator {
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    align-items: stretch;
    border: 0px solid black;
    box-sizing: border-box;
    display: flex;
    flex-basis: auto;
    flex-direction: column;
    flex-shrink: 0;
    margin: 0px;
    min-height: 0px;
    min-width: 0px;
    padding: 0px;
    position: relative;
    z-index: 0;
    height: 1px;
    background-size: 5px 1px;
    background-position: center top;
    background-repeat: repeat-x;
    margin-bottom: 14px;
    background-image: linear-gradient(to right, rgb(227, 227, 227) 40%, rgba(255, 255, 255, 0) 0%);
}

.new-list-card.grid-view  {
    height: 380px;
    margin-bottom: 15px;
}

.grid-view  figure {
    height: 150px;
}

.grid-view  img {
    height: 150px;
    object-fit: cover;
    border:2px solid #fff;
    background: url(img/tiger.png) no-repeat;
    box-shadow: 10px 10px 5px #ccc;
    -moz-box-shadow: 10px 10px 5px #ccc;
    -webkit-box-shadow: 10px 10px 5px #ccc;
    -khtml-box-shadow: 10px 10px 5px #ccc;
}

.modal-title {
    font-weight: 800;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    text-transform: capitalize;
    color: #064789;
}

.btn-close {
    width: 40px;
    margin-top: 10px;
    border: 0px;
    background-color: #ffffff;
}

.btn-close:focus {
    border: 0px;
    background-color: #ffffff;
}

#card_product_details th{
    color: #243c51;
}

.cart-section .cart-title {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .3px;
    display: inline-block;
    padding: 10px 10px;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #A7B1B9;
}

.custom-btn-login {
    border-color: rgb(24 149 95);
    font-weight: 600;
    line-height: 20px;
    border-radius: 15px;
    width: 100px;
    background: #fff;
    color: #18955F;
}

.btn-danger {
    background-color:  #ec453d;
    border-color:  #ec453d;
}

.btn-success {
    background-color:  #18955F;
    border-color: #18955F;
}

.enquiry-card {
    padding: 10px 15px;
    border-radius: 15px;
}
.enquiry-card li{
color: rgb(15, 15, 15);
    font-size: 14px;
    -webkit-line-clamp: 2;
    line-height: 25px;
    margin-bottom: 0px;
    margin-left: -22px;
}

.enquiry-card .main-title{ 
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .3px;
    display: inline-block;
    padding: 10px 10px;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #A7B1B9;
}


.enquiry-card label{ 
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .3px;
    margin-bottom: 10px;
}

.form-control {
    font-size: 14px !important;
}

.border-radius-15 {
    border-radius: 15px;
}

@media (max-width: 768px) {
    #header #logo img {
        max-height: 100px;
    }

    #mobile-nav-toggle {
        top: 56px;
    }

    #mobile-nav-toggle i {
        color: #243c51;
    }

    #b2c-banner h1 {
        font-size: 28px !important;
        /* margin-top: -16rem; */
    }

    #b2c-banner {
        height: 65vh;
    }

    .heading-top {
        font-size: 24px;
    }

}