/*@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Lato:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Gloria+Hallelujah:500,600,700');
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,500,600,700');

/* Common CSS */
:root {
    --primary-color: #2b774f;
    --secondary-color: #f7f7f7;
    --danger-color: #ba161d;
    --success-color: #2b774f;
    --warning-color: #d71920;
    --info-color: #2b774f;
    --light-color: #f7f7f7;
    --dark-color: #2b774f;
    --color-gray: #f1f1f1;
    --color-333: #333;
    --color-eee: #eee;
    --color-orange: #ff8d00;
    --color-light-green: #48b75b;
    --color-dark-gray: #c1bfbf;
}
h1, h2, h3 {
    font-weight: 400;
}
body {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    font-weight: 500;
}
body p {
    font-weight: 500;
}
a {
    color: var(--primary-color);
}
a:hover {
    color: var(--info-color);
    font-weight: 600;
}
a.green-title:hover {
    color: #fff;
    font-weight: 600;
}
.btn-danger {
    background-color: var(--danger-color);
}
.btn-orange {
    background-color: var(--color-orange);
}
.btn-green {
    background-color: var(--primary-color);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.btn-red {
    background-color: #d71820;
}
.btn:focus {
    box-shadow: none;
}
.fs-7 {
    font-size: 15px;
}
.fs-8 {
    font-size: 14px;
}
.fs-9 {
    font-size: 13px;
}
.fs-10 {
    font-size: 12px;
}
.fs-11 {
    font-size: 11px;
}
.fs-12 {
    font-size: 10px;
}
.navbar-green {
    background-color: var(--primary-color);
    padding: 0;
}
.navbar-light-green {
    background-color: var(--primary-color);
    padding: 0;
}
.background-cover {
    background-size: cover;
}
.navbar-green .navbar-nav .nav-link, .navbar-light-green .navbar-nav .nav-link {
    color: #fff;
    padding-left: 1em;
    padding-right: 1em;
    margin: 0.5rem auto;
    font-size: 0.9em;
}
.navbar-green .navbar-nav .nav-link.active, .navbar-light-green .navbar-nav .nav-link.active {
    background-color: var(--danger-color);
    border-radius: 50px;
}
.navbar-nav .nav-item:hover>.dropdown-menu {
    display: block;
}

.dropdown-menu {
    padding: 0;
}
.dropdown-menu-lg .dropdown-item {
    padding: 0.6rem 1.12rem;
    font-size: 14px;
    border-bottom: 1px solid #f7f7f7;
}
.dropdown-menu-lg li:last-child .dropdown-item {
    border-bottom: 0px;
}
.dropdown-menu[data-bs-popper] {
    margin-top: 0;
}
.fw-semibold {
    font-weight: 500;
}
.navbar-header {
    border-top: 4px solid var(--primary-color);
}
.navbar-header ul li .custom-link {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    line-height: 80px;
    height: 100%;
    display: inline-block;
    padding: 0 5px;
    font-size: 0.9em;
}
.navbar-header ul li .custom-link:hover {
    background-color: #eee;
}

.navbar-header ul li .navbar-header--submenu {
    position: absolute;
    background: #eee;
    width: 100%;
    left: 0;
    z-index: 999;
    display: none;
}

.navbar-header ul li:hover {
    background-color: #eee;
}

.navbar-header ul li:hover .navbar-header--submenu {
    display: block;
}

.navbar-header ul li .navbar-header--submenu div {
    margin: 15px 0;
}
.navbar-header ul li .navbar-header--submenu div a {
    color: #333;
    text-decoration: none;
    font-size: 0.9em;
    display: block;
    margin: 20px 0;
}
.navbar-header ul li .navbar-header--submenu div img {
    height: 200px;
    transition: all .2s ease-in-out;
}
.navbar-header ul li .navbar-header--submenu div img:hover {
    transform: scale(1.1);
}

.navbar-header ul li .navbar-header--submenu div a:hover,
.navbar-header ul li .navbar-header--submenu div a b {
    font-weight: 500;
    color: #000;
}

.navbar-mobile {
    background-color: #eee;
    padding: 0;
    font-weight: 600;
}
.navbar-mobile .navbar-nav .nav-link {
    color: #000;
    padding-left: 1em;
    padding-right: 1em;
    margin: 0.5rem auto;
}
.navbar-mobile .navbar-nav .nav-link.active {
    color: var(--danger-color);
}
footer {}
footer .footer-links a {
    display: block;
    text-decoration: none;
    color: #343434;
    font-size: 14px;
    margin: 10px 0;
}
footer .footer-links a:hover {
    text-decoration: underline;
}
footer .seals img {
    max-height: 50px;
}
footer .footer-green {
    background-color: var(--primary-color);
    color: #fff;
    padding: 20px 0;
}
footer .footer-green a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}
footer .footer-green .social svg {
    height: 34px;
    width: 34px;
    margin: 0 5px;
}

input[name="company_name"] {
    visibility: hidden;
}

 

/* Common CSS */
.line-green {
    border-top: 1px solid var(--primary-color);
}
.bg-green {
    background-color: var(--primary-color);
}
.bg-lightgreen {
    background-color: #379d67;
}
.bg-gray {
    background-color: #eaeaea;
}
.side-by-side--form {
    padding: 100px 0;
}
.side-by-side--left {
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}
.side-by-side--left img {
    height: 100%;
    width: auto;
}
@media (max-width: 992px) {
    .side-by-side--left img {
        height: auto;
        width: 100%;
        max-height: 350px;
        object-fit: cover;
    }
}
.side-by-side--right {
    border-radius: 0 20px 20px 0;
}
@media (max-width: 992px) {
    .side-by-side--left {
        border-radius: 20px 20px 0 0;
    }
    .side-by-side--right {
        border-radius: 0 0 20px 20px;
    }
}
section.hero {
    background-color: #3ead72;
    color: #fff;
    display: flex;
    flex-direction: row;
}
section.hero .hero-content {
    margin: auto;
    padding-left: clamp(1em, 10vw, 200px);
    padding-right: 5em;
    padding-top: 5em;
    padding-bottom: 5em;
    width: 100%;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.hero .legend {
    background-color: var(--primary-color);
    width: fit-content;
    display: inline-block;
    padding: 10px 26px;
    border-radius: 12px;
    margin-bottom: 10px;
}
section.hero p {
    margin: 10px 0;
}
section.hero .hero-image img {
    object-fit: cover;
    height: 100%;
    object-position: left;
}
@media (max-width: 920px) {
    section.hero {
        flex-direction: column;
    }
    section.hero .hero-content {
        padding-right: clamp(1em, 10vw, 5em);
    }
    section.hero .hero-image img {
        float: right;
        height: 470px;
    }
}
.compare-table {
    border-collapse: collapse;
    width: 100%;
}
.compare-table tr td {
    padding: 20px;
}
.compare-table tr td:first-child {
    text-align: right;
}
.compare-table tr td {
    text-align: center;
    vertical-align: middle;
}
.compare-table tr td .fa-check {
    height: 24px;
    color: var(--primary-color);
}
.compare-table tr td .fa-xmark {
    height: 24px;
    color: var(--danger-color);
}
.compare-table tr:nth-child(odd) td:nth-child(odd) {
    background: #f5f5f5;
    color: #000000;
    border: 0;
    font-weight: normal;
}
.compare-table tr:nth-child(odd) td:nth-child(even) {
    background: #f1f1f1;
    color: #000000;
    border: 0;
    font-weight: normal;
}
.compare-table tr:nth-child(even) td:nth-child(odd) {
    background: #dde1e4;
    color: #000000;
    border: 0;
    font-weight: normal;
}
.compare-table tr:nth-child(even) td:nth-child(even) {
    background: #e5e9ec;
    color: #000000;
    border: 0;
    font-weight: normal;
}

.comparison-chart td {
    background-color: #efefef;
}
.comparison-chart {
    border-spacing: 5px;
    border-collapse: inherit;
    font-size: 17px;
}
.comparison-chart td {
    padding: 8px 10px;
    vertical-align: middle;
}
.comparison-chart a:hover {
    font-weight: inherit;
}

.ls-banner {
    max-height: 680px;
    overflow: hidden;
}
.home-cards .card-body {
    min-height: 160px;
}
.h-customers-rewiew .rating {
    font-size: 68px;
    font-weight: bold;
}

.rev-more-btn {
    color: rgba(8, 121, 69, 1);
    box-shadow: inset 0px 0px 0px 6px rgba(8, 121, 69, 1);
    font-size: 17px;
    padding: 13px 0;
    display: block;
    width: 60%;
    margin: auto;
    text-decoration: none;
    font-weight: 600;
    border: none;
}
.rev-more-btn:hover {
    color: rgba(255, 255, 255, 1);
    box-shadow: inset 0px 0px 0px 40px rgba(8, 121, 69, 1);
}
.h-customers-rewiew .rev-card {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.23);
}
.h-customers-rewiew .rev-card .rev-card-photo>img {
    border-radius: 50%;
    width: 100%;
}
.h-recent-articles .rec-article:hover {
    background-color: #fff;
}
.h-recent-articles .card {
    background-color: transparent;
}
.h-recent-articles .rec-article a {
    display: block;
    max-height: 200px;
    overflow: hidden;
}
.h-video iframe {
    width: 100%;
    margin: 0 auto;
    right: 0;
}
#breadcrumbs {
    font-size: 14px;
}
#breadcrumbs-container {
    padding: 20px 0 20px 20px;
}
#breadcrumbs-container a {
    color: var(--color-333);
    text-decoration: none;
}
#breadcrumbs-container a:hover {
    text-decoration: underline;
}
.primary-links a {
    color: var(--primary-color);
    display: block;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    padding: 6px 0;
}
.card-group.slick p.card-text {
    font-size: 16px;
}
.card-group.slick .card {
    background-color: var(--primary-color);
    color: #fff;
    margin: 0 16px;
}
.slick-prev:before, .slick-next:before {
    color: var(--primary-color);
}
.card-group.slick .card-body {
    height: auto;
}
.gradient {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.page-about-us .lid-inline i {
    font-weight: 200;
    display: block;
}

.page-about-us .lid-inline span {
    padding-top: 10px;
    display: block;
    font-weight: 600;
}
.page-about-us .lid-inline img {
    width: 100%;
}
.page-about-us .lid-inline {
    width: 200px;
    margin: 10px 10px;
    display: block;
    text-decoration: none;
}
.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    background-color: #ccdad1;
    color: var(--primary-color);
    font-weight: 600;
}
.page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: #2b774f;
}
.page-link {
    color: var(--primary-color);
}
.clayer_hidden {
    display: none;
}
.rev-read-more, .rev-read-less {
    color: var(--primary-color);
    cursor: pointer;
}
.ws-green {
    color: var(--primary-color);
}
.hidden-block>div {
    display: none;
}
.iframeWrapper, .iframeWrapper-s {
    position: relative;
    padding-bottom: 54%;
    padding-top: 25px;
    height: 0;
}
.iframeWrapper iframe, .iframeWrapper-s iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.customer-care-videos .vid-caption {
    margin-top: 10px;
}
.customer-care-videos>div {
    margin-bottom: 50px;
}
.pr-img-container img {
    max-width: 100%;
    max-height: 344px;
}
.pr-ban {
    background-image: url(/images/pr-banner1a.jpg);
    min-height: 320px;
    background-position: top center;
}
/******* MAPPING ********/
.mapping {
    position: relative;
    margin: 20px auto 40px;
    width: 100%;
    max-width: 1000px;
}
.mapping.s {
    width: 100%;
}
.mapping ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.mapping li {
    position: absolute;
    list-style: none;
    top: 950px;
    left: 422px;
    text-align: center;
}
.mapping li i {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    background: #087945;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    box-sizing: border-box;
    color: #fff;
}
.mapping span {
    display: block;
}
.mapping span b {
    display: block;
    margin-bottom: 4px;
}
.mapping li i+span {
    display: none;
    position: absolute;
    bottom: 60px;
    right: 0;
    left: -60px;
    margin: auto;
    background: #087945;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    width: 160px;
    box-sizing: border-box;
}
.mapping li i+span::after {
    position: absolute;
    z-index: 12;
    bottom: -20px;
    width: 0;
    height: 0;
    content: "";
    border-top: 20px solid #087945;
    border-right: 20px solid transparent !important;
    border-left: 20px solid transparent !important;
    left: 50%;
    transform: translateX(-50%);
}

.mapping li.c1 i {
    background: #6b984b;
}
.mapping li.c1 i+span {
    background: #6b984b;
}
.mapping li.c1 i+span::after {
    border-top: 20px solid #6b984b;
}

.mapping li.c2 i {
    background: #8bd8d0;
}
.mapping li.c2 i+span {
    background: #8bd8d0;
}
.mapping li.c2 i+span::after {
    border-top: 20px solid #8bd8d0;
}

.mapping li.c3 i {
    background: #c147f2;
}
.mapping li.c3 i+span {
    background: #c147f2;
}
.mapping li.c3 i+span::after {
    border-top: 20px solid #c147f2;
}

.mapping li.c4 i {
    background: #484bf0;
}
.mapping li.c4 i+span {
    background: #484bf0;
}
.mapping li.c4 i+span::after {
    border-top: 20px solid #484bf0;
}

.mapping li.c5 i {
    background: #d73f8b;
}
.mapping li.c5 i+span {
    background: #d73f8b;
}
.mapping li.c5 i+span::after {
    border-top: 20px solid #d73f8b;
}

.mapping li.c6 i {
    background: #e2aa40;
}
.mapping li.c6 i+span {
    background: #e2aa40;
}
.mapping li.c6 i+span::after {
    border-top: 20px solid #e2aa40;
}

.mapping li.c7 i {
    background: #f1d895;
}
.mapping li.c7 i+span {
    background: #f1d895;
}
.mapping li.c7 i+span::after {
    border-top: 20px solid #f1d895;
}

.mapping li.c8 i {
    background: #da71d6;
}
.mapping li.c8 i+span {
    background: #da71d6;
}
.mapping li.c8 i+span::after {
    border-top: 20px solid #da71d6;
}
.mapping li.c1 {
    top: 43%;
}
/**/
.s-preview-images>div>div {
    background-color: var(--color-eee);
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.s-preview-images>div>div:hover {
    background-color: #fff;
    transition: all 0.4s ease-in-out;
}

.technologies-tab img,
.reviews-tab img {
    max-height: 180px;
    max-width: 100%;
    width: auto;
}
.light-green {
    color: #a3cdb4;
}
.ws-green {
    color: var(--primary-color);
}
#main-img img {
    max-height: 500px;
    max-width: 100%;
}
@media (max-width: 420px) {
    .mapping li.c1 {
        top: 30%;
    }
}
.mapping li.c2 {
    top: 52%;
}
@media (max-width: 420px) {
    .mapping li.c2 {
        top: 35%;
    }
}
.mapping li.c3 {
    top: 68%;
}
@media (max-width: 420px) {
    .mapping li.c3 {
        top: 49%;
    }
}
.mapping li.c4 {
    top: 36%;
}
@media (max-width: 420px) {
    .mapping li.c4 {
        top: 24%;
    }
}
.mapping li.c5 {
    top: 37%;
}
@media (max-width: 420px) {
    .mapping li.c5 {
        top: 24%;
    }
}
.mapping li.c6 {
    top: 64%;
}
@media (max-width: 420px) {
    .mapping li.c6 {
        top: 45%;
    }
}
.mapping li.c7 {
    top: 66%;
}
@media (max-width: 420px) {
    .mapping li.c7 {
        top: 45%;
    }
}
.mapping li.c8 {
    top: 70%;
}
@media (max-width: 420px) {
    .mapping li.c8 {
        top: 48%;
    }
}
/*Tabs*/
#myTabContent {
    background-color: var(--color-eee);
}
#myTab .nav-item button {
    color: #000;
    width: 100%;
}
#myTab .nav-item button.active {
    color: var(--primary-color);
    font-weight: 600;
    border-bottom: 3px solid var(--primary-color);
}
#myTab .nav-item {
    background-color: var(--color-eee);
    width: 100%;
    margin-right: 3px;
}
#myTab {
    border-bottom: 1px solid var(--primary-color);
}
/*End Tabs*/
.leadership-container h2 {
    font-size: 24px;
    padding: 20px 0;
    margin: 0;
}
.leadership-container {
    background-color: #eaeaea;
}
.lid-top {
    background-image: url(/images/lig-bg.jpg);
    background-repeat: repeat-x;
}
#quote-container .quotes-up img,
#quote-container .quotes-down img {
    width: 20px;
    height: fit-content;
    position: relative;
}
#quote-container .quotes-up img {
    top: -10px;
}
#quote-container .quotes-down img {
    bottom: -10px;
}
.form-control:focus {
    border-color: #000;
    box-shadow: none;

}
.greenbar {
    border-left: 8px solid var(--info-color);
    font-style: italic;
    color: var(--info-color);
    padding-left: 14px;
    font-size: 18px;
}
.greenborder {
    border: 1px solid #4b8f56;
}
/*file box*/
.file-box .file-row img.ext {
    margin-right: 0px;
    height: 56px;
}
.file-box {
    border-top: 40px solid #2b774f;
    background: #eee;
    position: relative;
    padding: 20px;
}
.file-box .file-in .file-head a {
    margin: 0 auto;
    border-radius: 0px;
    border: 3px solid #2b774f;
    font-size: 17px;
    font-weight: 400;
    color: #2b774f;
}
.file-box .file-in .file-head a:hover {
    transform: none;
    background: #fff;
    color: #2b774f;
}
.file-box .file-in .file-head {
    padding: 30px;
    margin-bottom: 10px;
    border: 0px solid #fff;
    background-color: #fff;
}
.file-box .file-row span {
    font-size: 14px;
    font-weight: 400;
}
.file-box .file-in {
    position: relative;
    margin-top: -40px;
    width: 100%;
}
.file-box .file-in .file-head a {
    display: block;
    border-radius: 3px;
    border: 3px solid #007336;
    background: #fff;
    text-align: center;
    padding: 15px 0px;
    box-sizing: border-box;
    width: 100%;
    font-size: 19px;
    color: #007336;
    line-height: normal;
    text-decoration: none;
}
.form-gray .form-control{
    background-color: #eaeaea;
}
.form-gray .form-control:focus {
    border: none;
    box-shadow: inset 0 -4px 0 #007336;
}
@media (min-width: 576px) {
    .card-group.slick .card-body {
        height: 460px;
    }
}
@media (min-width: 768px) {
    .navbar-header {
        border-top: 0px;
    }
    .card-group.slick .card-body {
        height: 330px;
    }

    #myTab .nav-item {
        width: auto;
    }
    #myTab .nav-item button {
        width: auto;
    }

}
@media (min-width: 992px) {
    .card-group.slick .card-body {
        height: 380px;
    }
    .pr-ban {
        min-height: 640px;
    }
}
@media (min-width: 1200px) {
    .card-group.slick .card-body {
        height: 300px;
    }
}

@media (max-width: 880px) {
    .ws-banner {
        min-height: 380px !important;
        background-attachment: inherit !important;
    }
    .mapping i.fa-tint {
        font-size: 11px;
        line-height: 22px;
    }
    .mapping li i {
        width: 20px;
        height: 20px;
        padding: 0;
    }
}
