@import url('bootstrap.min.css');

@import url('animate.min.css');

@import url('owl.carousel.min.css');

@import url('owl.theme.default.min.css');

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

@import url('../fonts/inter-ui.css');

@import url('../fonts/maison-neue.css');



body *::-webkit-scrollbar {

    width: 15px;

    height: 16px;

    border-left: 1px solid rgba(220, 221, 227, 0.329);

}

body *::-webkit-scrollbar-thumb {

    height: 6px;

    border: 4px solid rgba(0, 0, 0, 0);

    background-clip: padding-box;

    -webkit-border-radius: 20px;

    background-color: rgba(127, 142, 164, .2);

}

body *::-webkit-scrollbar-thumb:hover {

    background-color: rgba(127, 142, 164, .4);

}

body *::-webkit-scrollbar-button {

    width: 0;

    height: 0;

    display: none;

}

body *::-webkit-scrollbar-corner {

    background-color: transparent;

}



html, body {

    height: 100%;

}



body {

    background: #F5F6FA;

    overflow-x: hidden;

}



body > section {

    padding: 10vh 0;

    min-height: 72%;

}



.alerts {

    position: fixed;

    top: 0;

    right: 0;

    left: 0;

    height: 0;

    z-index: 999;

    background: red;

}



.alerts .container {

    height: 0;

}



.alerts .alert:first-child {

    margin-top: 20px;

}



.alerts .alert {

    max-width: 500px;

    margin: auto;

    margin-bottom: 10px;

    text-align: left;

}



/* Tipografia */



html {

    font-size: 16px;

}



h1, h2, h3, h4, h5, h6 {

    font-family: "Maison Neue", sans-serif;

    font-weight: bold;

    color: #393C40;

}



h1 {

    font-size: 2.125rem;

}



h1.section-title {

    margin-bottom: 30px;

}



h2 {

    font-size: 1.5rem;

    font-weight: normal;

}



body, p, ul, ol {

    font-family: "Inter UI", sans-serif;

    color: #6C7185;

}



.dropdown-menu {

    border: none;

    box-shadow: 0px 5px 10px rgba(108, 113, 133, 0.3);

}



.btn {

    font-family: "Maison Neue", sans-serif;

    text-transform: uppercase;

    font-weight: bold;

    padding: 12px 30px;

}



/* Tipografia */





/* nav-bar */



.nav-bar {

    position: fixed;

    top: 0; left: 0; right: 0;

    z-index: 99;

    padding: 40px 0;

}

.nav-bar.scrolling {

    padding: 15px 0;

    background: #141414;

    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);

    /* transition: 300ms; */

}



.nav-bar {

    transition: 0ms;

}



.logo {
    margin-top: 6px;
    width: 200px;

    height: 80px;

    background: url(../img/logo-b.png) center center no-repeat;

    background-size: contain;

}

.indexPage .logo {
    margin-top: 6px;
    width: 200px;
    height: 80px;
    background: url(../img/logo-w.png) center center no-repeat;
    background-size: contain;
}

.nav-bar.scrolling .logo {

    width: 160px;

    height: 55px;

    background-size: contain;


    background: url(../img/logo-b.png) center center no-repeat;

    background-size: contain;
}



.main-navigation {

    list-style: none;

    padding: 0;

    margin: 0;

    margin-top: 15px;

}

.main-navigation > li, .main-navigation > li > a {

    vertical-align: middle;

    display: inline-block;

}



.main-navigation .servicos-header {

    display: flex;

    align-items: center;

    margin-bottom: 0;

}



.servicos-header img {

    width: 32px !important;

    max-width: 32px;

}



.dropdown-divider {

    border-top: 1px solid #F2F3F7;

    margin: 5px 10px;

}



.main-navigation .dropdown-menu {

    display: none;

    left: auto;

    right: 0;

}



.dropdown-lang {

    left: auto !important;

    right: 0 !important;

}



.services-dropdown {

    left: 0 !important;

    right: auto !important;

}



.services-dropdown a:active, .services-dropdown a:active * {

    color: #0066FF !important;

    background: transparent !important;

}



.dropdown-menu.show {

    display: block;

}



.nav-bar.scrolling .main-navigation {

    margin: 0;

}



.main-navigation > li {

    

}

.main-navigation > li:last-child {

    margin-right: -10px;

}



.main-navigation > li > a {

    padding: 10px 10px;

    font-family: "Maison Neue", sans-serif;

    text-transform: uppercase;

    font-weight: 600;

    color: #fff;

    text-decoration: none !important

}

.main-navigation > li > a:hover {

    color: #E10713;

}



.tob-bar {

    background: #141414;

    color: #fff;

    font-size: 14px;

    padding: 5px 0;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 991;

}



.tob-bar img {

    margin-right: 5px;

}



.top-bar-flex {

    display: flex;

}



.horarios {

    flex-grow: 1;

}



@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);



.thin {

    font-family: 'Roboto Condensed', sans-serif;

    font-weight: 400;

    display: inline-block;

    margin-right: 5px;

}



.bold {

    font-family: 'Roboto Condensed', sans-serif;

    font-weight: 700;

    display: inline-block;

    margin-right: 10px;

}



.bold:last-child {

    margin-right: 0;

}



.header-paginas {

    background: #141414;

    height: 140px;

}



/* nav-bar */





.card {

    border: none;

    border-radius: 10px;

    text-decoration: none !important;

    transition: 300ms;

    box-shadow: 0px 1px 2px rgba(108, 113, 133, 0.08);

}

.card:hover {

    box-shadow: 0px 15px 30px rgba(108, 113, 133, 0.2);

    transform: translate3d(0,-3px,0);

}



.card:hover * {

    color: #0066FF;

}



.card-image {

    height:170px;

    background-size:cover !important;

    background-position: center center !important;

    margin: 10px;

    border-radius: 8px;

}



.card-title {

    padding: 20px;

    height: 88px;

    align-items: center;

    display: flex;

    margin: 0;

    color: #6C7185;

    overflow: hidden;

}



.card-ver-mais {

    height: 278px;

    line-height: 278px;

    text-align: center;

}



/* OWL */



.owl-theme .owl-nav.disabled+.owl-dots {

    margin-top: 40px;

}



.owl-dot span {

    background: #DCDDE3 !important;

}

.owl-dot:hover span {

    background: rgb(170, 171, 177) !important;

}

.owl-dot.active span {

    background: #E10713 !important;

}



.owl-nav {

    position: relative;

}



.owl-next {

    position: absolute;

    right: -25px;

    top: -170px;

    text-align: center;

    line-height: 25px;

    background: #fff;

    width: 50px;

    height: 50px;

    border-radius: 50px;

    box-shadow: 0px 7px 20px rgba(108, 113, 133, 0.2);

    transition: 150ms;

    visibility: visible;

    opacity: 1;

}

.owl-next:before {

    display: inline-block;

    font: normal normal normal 14px/1 FontAwesome;

    font-size: inherit;

    text-rendering: auto;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    content: "\f054";

    margin-top: 17px;

    margin-left: 2px;

}



.owl-prev {

    position: absolute;

    left: -25px;

    top: -170px;

    text-align: center;

    line-height: 25px;

    background: #fff;

    width: 50px;

    height: 50px;

    border-radius: 50px;

    box-shadow: 0px 7px 20px rgba(108, 113, 133, 0.2);

    transition: 150ms;

    visibility: visible;

    opacity: 1;

}

.owl-prev:before {

    display: inline-block;

    font: normal normal normal 14px/1 FontAwesome;

    font-size: inherit;

    text-rendering: auto;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    content: "\f053";

    margin-top: 17px;

    margin-right: 2px;

}



.owl-prev.disabled, .owl-next.disabled {

    visibility: hidden;

    opacity: 0;

}



.owl-next:hover, .owl-prev:hover {

    transform: scale(1.1) translate3d(0,0,0);

    box-shadow: 0px 7px 20px rgba(108, 113, 133, 0.3);

}



#produtos-home .owl-stage-outer {

    padding: 30px 15px;

    margin: -30px -15px;

    margin-top: -25px;

}



#produtos-home .owl-item {

    min-height: 278px;

}



.pagina-produtos .card {

    margin-bottom: 30px;

}



.produto-bg {

    background: url(../img/produto-bg.png) center top repeat-x;

    /* background-size: contain; */

}



/* HERO */



#hero {

    /* background: #141414 url(../img/hero-bg.jpg) center center no-repeat; */

    background: #141414;

    background-size: cover;

    padding-top: 25vh;

    position: relative;

    overflow: hidden;

    padding: 210px 0;
    padding-bottom: 160px;
    min-height: auto;

}



.text-hero > * {

    margin-bottom: 20px;

}



.text-hero p {

    margin-bottom: 40px;

}



#hero h5 {

    padding: 15px 20px;

    display: table;

    margin: auto;

    background: #E10713;

    color: #fff !important;

    font-weight: 500;

    font-size: 20px;

    border-radius: 10px;

}



#myVideo {

    position: absolute;

    right: 0;

    top: 0;

    min-width: 100%; 

    min-height: 100%;

    opacity: .2;

}



#hero *, footer * {

    color: #BFC5D4;

}



#hero h1, #hero h2, #hero h3, #hero h4, #hero h5, #hero h6,

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {

    color: #fff !important;

}



/* HERO */





/* Destaques */



#destaques {

    padding: 0;

    min-height: auto;

    position: relative;

    z-index: 2;

}

#destaques .destaques-box {
    background: #fbfbff;
    box-shadow: 0px 15px 30px rgb(108 113 133 / 20%);
    border-radius: 10px;
    margin-top: -9%;
    padding: 30px;
    min-height: 210px;
    border: 3px solid #006430;
}

#destaques .destaques-box .owl-dots {
    height: 0px;
    margin-top: -6px;
    margin-bottom: 6px;
}

.destaque-image {
    height: 150px;
    background: #ccc;
    border-radius: 6px;
    background-position: center center !important;
    background-size: cover !important;
}

#destaques .destaques-box a {
    text-decoration: none !important;
    color: inherit;
}

#destaques .destaques-box a:hover h2 {
    color: #E10713;
}

/* Destaques */



/* Clientes */

#clientes {
    background: #fff;
    background-size: contain;
    /* padding-bottom: 0; */
    min-height: auto;
    /* padding: 20vh 0; */
}

/* Clientes */



/* Serviços */



#servicos {

    /* background: #fff; */

    background: url(../img/clientes-bg.png) center top repeat-x;

    background-size: cover;

    min-height: auto;

}



.lista-servicos a {

    display: block;

    text-decoration: none !important;

    padding-right: 30px;

    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAVCAYAAAByrA+0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEWSURBVHgBlZNBbsIwEEXHLrDmCOxLq3gZtVLlkzScpOEkpAdpR0hBWQahsOcIWQOyGUcQxiSBMAtHtt7Ps8cyANVfuokwK76hR0kHSyEXYCDBbPvzMCD5zNj4UUi44T8tEiHguiUpYh2+zjsDz4QEn+CqyOkTsP1GX+H0lzPeEWB/0DSuL1NDjVjedM8zVBbMxzAaOtOkXrSg9Od03TRQaa1KkJVpx36LmBZBq6E2ZfkEzBCZqaQtK9kV0KHa0b3M2NLYDAZRtwHJMGIGa0t4ObYbWmE4amft2aUDdUk1u3SG0YfN7AI3Amc48OH3hCN1AFfbhQeDnd/CrsQVtpEHf7zF0FLVA+oLVwH/EPfhupAsy55v+gTHmYL1Y5uwzgAAAABJRU5ErkJggg==');

    background-position: right center !important;

    background-repeat: no-repeat !important;

    border-bottom: 1px solid rgba(108, 113, 133, 0.2);

    padding-top: 1rem;

}



.lista-servicos a:last-child {

    border: none;

}



.lista-servicos a:hover {

    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAVCAYAAAByrA+0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAElSURBVHgBjZNRboMwDEAdUyifCLS/fcAN6BF6ktGTrDvJ2Ek4Ar0B7da/qRV/Y52wlwzBkkJLLCHh8JwXrBhARuVG2dGNnsAmFHxYRqyeDy98nuMRnP+EhNjaFEHlRXlvsTVZFwk9OXhhCUKkfe4IyB6b0xsY/6AFXWgNzLs+bxnyo292T8D10SAIcIml/BQPGxGukp/P3cigIoG6JiFNwPvhGEhF5T6kk4bB5AcxMhaaSW7UrvBWQdLUexK40ZYCIMxmDI40QPy3wFwT0rRhEmZaK+u4S4Hs0pdTDjCoLrWyS/W4Sx28KAxYwKaHRwUdzKkBN6dcZxb9y7sXvbIOM78k32cDBh3WL17lhVu4FfoAzcJwPUDqGJfz3YLO4suZ9u1m+he5p5kMstkXpwAAAABJRU5ErkJggg==');

}



.lista-servicos a:hover h2 {

    color: #E10713;

}



.servicos-header {

    display: flex;

    align-items: center;

    margin-bottom: 20px;

}



.servicos-icon {

    width: 32px;

    margin-right: 20px;

}



.servicos-text {

    flex: 1;

}



.servicos-text * {

    margin: 0;

}



.servicos-list-wrapper {

    border: 1px solid #DCDDE3;

    background: #fefeff;

    border-radius: 10px;

    max-height: 250px;

    overflow-y: auto;

    padding: 10px 0;

}



.servicos-list-wrapper a {

    display: block;

    padding: 6px 15px;

    color: #6C7185;

    text-decoration: none !important

}

.servicos-list-wrapper a:hover {

    color: #0066FF;

    background: #F5F6FA;

}



.paginas-body {

    padding: 50px 0;

    min-height: 45vh;

}



.pagina-servicos .container {

}



.servicos-conteudo {

    background: #fff;

    padding: 50px 0;

    position: relative;

    width: 100%;

}

.servicos-conteudo:before {

    content: "";

    position: absolute;

    top: 0; bottom: 0; left: -9999px;

    width: 9999px;

    background: #fff;

    z-index: -1;

    pointer-events: none;

}

.servicos-conteudo:after {

    content: "";

    position: absolute;

    top: 0; bottom: 0; right: -40%;

    width: 40%;

    background: #fff;

    z-index: -1;

    pointer-events: none;

}



.servicos-list-page {

    background: #fff;

    box-shadow: 0px 15px 30px rgba(108, 113, 133, 0.2);

    border-radius: 10px;

    padding: 25px 0;

    margin: 50px 0;

}



.servicos-list-page .servicos-header {

    margin: 0 25px 15px 25px;

}



.servicos-list-page a .servicos-header:hover * {

    color: #0066FF;

}



.servicos-list-page a {

    display: block;

    padding: 2px 25px;

    margin: 10px 0;

    color: #6C7185;

    text-decoration: none !important

}

.servicos-list-page a:hover {

    color: #E10713;

}



.servicos-list-page a.active {

    border-left: 4px solid #E10713;

    color: #393C40;

    padding-left: 21px;

}



/* Serviços */





/* FOOTER */



footer {

    background: #141414;

    padding: 3vh 0;
    padding-top: 7vh;
}



.contact-icons {

    font-size: 20px;

    margin-right: 5px;

    padding: 5px;

}



.contact-icons:hover {

    color: #0066FF;

}



footer .footer-bot {

    margin-top: 6px;

}



/* FOOTER */



img {

    max-width: 100%;

    height: auto !important;

}



/* Media queries */



.menu-icon {

    font-size: 24px;

    padding: 9px;

    color: #066131;

}







@media (max-width: 575px) {



    html {

        font-size: 14px;

    }



    h1 {

        font-size: 2rem;

    }



    h1.section-title {

        margin-bottom: 30px;

    }



    h2 {

        font-size: 1.4rem;

        font-weight: normal;

    }



    .servicos-conteudo {

        background: #fff;

        margin-left: -15px;

        margin-right: -15px;

        padding: 50px 15px;

        position: relative;

    }

    .servicos-conteudo:before {

        display:none;

    }

    .servicos-conteudo:after {

        display:none;

    }



}



@media (max-width: 767px) {

    .servicos-conteudo {

        background: transparent;

        margin-left: -15px;

        margin-right: -15px;

        padding: 50px 15px;

        position: relative;

    }

    .servicos-conteudo:before {

        display:none;

    }

    .servicos-conteudo:after {

        display:none;

    }



    #hero {

        background: #141414 url(../img/hero-bg.jpg) center center no-repeat;

    }

}



@media (max-width: 991px) {



    .tob-bar {

        display: none;

    }



    .mobile-navigation {

        position: fixed;

    }

    .header-paginas {

        background: transparent;

        height: 60px;

    }



    .menu-mobile {

        position: fixed;

        top: 85px; right: -100%;  bottom: 0;

        width: 100%;

        border-top: 1px solid #0e0e0e;

        background: #ffffff;

        transition: 300ms;

    }



    .menu-mobile.open {

        right: 0;

    }

    

    .menu-mobile > ul > li {

        display: block;

        text-align: center;

    }

    

    .menu-mobile .dropdown-menu {

        left: 15px !important;

        right: 30px !important;

    }

    

    .menu-mobile > ul > li > a {

        display: block;

        font-size: 16px;

        padding: 15px 0;

    }

}





table {

    border: 1px solid #e9ecef;

    width: 100% !important;

    max-width: 100%;

    margin-bottom: 1rem;

    background-color: transparent;

    border-collapse: collapse;

}



table thead th {

    vertical-align: middle;

    border-bottom: 2px solid #e9ecef;

}



table th,

table td {

    border: 1px solid #e9ecef;

    padding: .75rem;

    vertical-align: middle;

}



img {

    max-width: 100%;

}



.btn-primary {

    color: #fff;

    background-color: #E10713;

    border-color: #E10713;

}



.btn-primary {

    color: #fff;

    background-color: #E10713;

    border-color: #E10713;

}



.btn-primary:hover {

    color: #fff;

    background-color: #b30710;

    border-color: #b30710;

}



.btn-primary.focus, .btn-primary:focus {

    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);

}



.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle {

    color: #fff;

    background-color: #b30710;

    border-color: #b30710;

    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);

}

a {

    color: #E10713;

    text-decoration: none;

    background-color: transparent;

    -webkit-text-decoration-skip: objects;

}


#hero h5{
    background: #076d38;
}
#destaques .destaques-box a:hover h2 {
    color: #076d38;
}
.lista-servicos a:hover h2 {
    color: #076d38;
}
.owl-dot.active span {
    background: #076d38!important;
}
.main-navigation>li>a:hover {
    color: #076d38;
}
footer {
    background: #018c32;
}
a {
    color: #076d38;
}
.pagina-produtos.paginas-body thead{
    /* border-bottom: 2px solid #276c0347!important; */
}
.pagina-produtos.paginas-body thead th{
    color: #076d38;
}
.servicos-list-page a:hover {
    color: #076d38;
}
.servicos-conteudo h1{
    color: #076d38;
}
.servicos-list-page a.active {
    border-left: 4px solid #076d38;

}
.servicos-text h2{
    color: #076d38;
}
.btn-primary {
    color: #fff;
    background-color: #076d38;
    border-color: #076d38;
}
.btn-primary:hover {
    color: #fff;
    background-color: #076d38;
    border-color: #076d38;
}
.btn-primary:not([disabled]):not(.disabled):active{
    color: #fff;
    background-color: #076d38;
    border-color: #076d38;
    box-shadow: 0 0 0 0.2rem rgb(68 187 53 / 50%);
}
.pagina-produtos h1{
    color: #076d38;
}
.table-row {
    background: #30912417;
    padding-top: 20px;
    padding-bottom: 20px;
}
.table-data thead tr {
    border: 1px solid red!important;
}
table.table.table-data tbody tr {
    border: 1px solid red!important;
}
.servicos-conteudo{
    padding-top: 10px;
}
.header-paginas {
    background: #fff176;
}
.main-navigation>li>a{
    color: #076d38;
}
.nav-bar {
    /* box-shadow: 1px 2px 6px #dbdbdb; */
    padding-bottom: 0px;
}
.nav-bar.scrolling {
/*    padding: 20px 0;*/
    background: #fff176;
    box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
}
.tob-bar {
    background: #00a139;
    color: #fff;

}
.main-navigation>li>a {
    color: #424242;
}
.indexPage .main-navigation>li>a {
    color: #fff;
}
.scrolling .main-navigation>li>a {
    color: #005c2c;
}
.scrolling .main-navigation>li>a:hover {
    color: #fbbf15;
}
footer * {
    color: #ffffff;
}
.clock-icon {
    display: inline-block;
    font-size: 18px;
    color: #fbbf15;
    margin-right: 6px;
}
.clock-icon i {
    position: relative;
    top: 1px;
}
.servicos-list-page a{
    position: relative;
}
.servicos-list-page a:hover{
    color: #076d38;
}
.servicos-list-page a:hover::before{
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    background: #fbbf15;
    left: 0px;
}
.servicos-list-page a.active:hover::before{

    display: none;
}
.servicos-list-page a:hover {
    color: #076d38;
    left: 10px;
    transition: 3s;
    transition-delay: .2s;
    transition-timing-function: ease-in-out;
}
.lista-servicos a{
    position: relative;
}
/* .lista-servicos a::after{
    font-family: "Font Awesome 6 free";
    position: absolute;
    right: 0px;
    font-weight: 400; 
    content: "\f105";
    
   
} */

.lista-servicos a:hover {
    border-left: 8px solid #076d38;
    padding-left: 8px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAVCAYAAAByrA+0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAFHGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIzLTAxLTA5VDE4OjU1OjMwKzA2OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMy0wMS0wOVQxODo1NjoxNCswNjowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMy0wMS0wOVQxODo1NjoxNCswNjowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpiZGE2ZTY2OC01NjU3LWQyNDAtYjhiMS1kYWY4MmUyYTY3YjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6YmRhNmU2NjgtNTY1Ny1kMjQwLWI4YjEtZGFmODJlMmE2N2I1IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6YmRhNmU2NjgtNTY1Ny1kMjQwLWI4YjEtZGFmODJlMmE2N2I1Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpiZGE2ZTY2OC01NjU3LWQyNDAtYjhiMS1kYWY4MmUyYTY3YjUiIHN0RXZ0OndoZW49IjIwMjMtMDEtMDlUMTg6NTU6MzArMDY6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7mQwa0AAABRElEQVQ4jY2R0W7aQBREz9xdbCA4KGrTr+0XVy2CEDAG25MHmyhKMOm+7eqcvaO5Kn4D0AswBN+cAPowkpGg/x8BAAFhFKb7TggLw5BJJsK0dyeM2X2dlHpSMpe7kToNkgxC5E45mWZSAOiCy1UKQ9GqSD31pACUbeKsMR7AvNU8mdcpAcO8ya4Z6kbA8qxlMrubwig9fJTCaNWoSubf5GZ7sTplHzVUTRgVrcpJIczu4aKlxlgyPmfXeQLers5aRU+EBdi7uTedeP4iCDZVoypMyELAbu5NF/wEyJ/gv1WjKvWKMQaHwtt2hL8Ijyetc698zf1aeFvP/PSReReqRsdZp6zxfsref4bfhfVJx7LV4vpYz7zfl368VUheXLRZXAZYwKHwy770+hYMEAKP2+Qw8+7lDgyQjzP/kPnD8PuvezDAG+fnlb1ngTUwAAAAAElFTkSuQmCC');
}

.services-col-section-column {
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 10px;
    padding: 20px 10px;
    min-height: 233px;
    max-height: 233px;
    overflow: hidden;
    /* border: 1px solid #036233; */
    border-bottom: 5px solid #076d38;
    transition: transform .5s;
    margin-bottom: 30px;
    background: #ffffffa8;
}
a.services-col-section-column-link {
    text-decoration: none;
    text-align: center;
}
.services-col-section-column-icon i {
    display: inline-block;
    border-radius: 50%;
    background: #088946;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: 34px;
    color: #fff;
}
.services-col-section-column-title h3 {
    font-size: 1.2rem;
    padding-top: 10px;
    padding-bottom: 0px;
}

.services-col-section-column-content p {
    font-size: .9rem;
    margin-bottom: 0px;
}
.services-col-section-column:hover {
    background: #fbbf15;
    border-bottom: 5px solid #72b352;
    transform: scale(1.05);
    cursor: pointer; 
}
.services-col-section-column:hover .services-col-section-column-icon i{
    background: #fff;
    color:#3b8715;
}
.services-col-section-column:hover .services-col-section-column-content p{
    color:#fff;
}
.services-col-section-column:hover .services-col-section-column-title h3{
    /* color: #3b8715; */
}