/* ===== 1. Google Fonts Import  ====*/
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');*/

.feature-colmun .single-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #f8f8f8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.feature-colmun .img-box {
    width: 100%;
}

.feature-colmun .img-box img {
    width: 100%;
    height: auto;
    display: block;
}

.feature-colmun .single-content {
    flex-grow: 1;
    padding: 20px;
    position: relative;
}

.feature-colmun .icon-box {
    position: absolute;
    top: -30px;
    left: 20px;
    width: 60px;
    height: 60px;
    background-color: #18ba60;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-colmun .icon-box i {
    color: #fff;
    font-size: 24px;
}

.feature-colmun h4 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}

.feature-colmun .text {
    display: flex;
    flex-wrap: wrap;
}

.feature-colmun .text > p {
    width: 100%;
    margin-bottom: 15px;
}

.feature-colmun .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
}

.feature-colmun ul {
    list-style-type: none;
    padding-left: 0;
}

.feature-colmun ul li {
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .feature-colmun .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

a#scrollUp {
    background: #60ac40 none repeat scroll 0 0;
    border: 2px solid #60ac40;
    border-radius: 50%;
    bottom: 80px;
    color: #fff;
    height: 40px;
    line-height: 57px;
    position: absolute;
    right: 50px;
    text-align: center;
    width: 40px;
    font-size: 40px;
    font-weight: bolder;
}

li.menu-boton-contacto
{
    padding-top:0;
    padding-bottom:0;
}

li.menu-boton-contacto a
{
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
#header.menu-shrink .nav > li > a.btn
{
    color: white;
}
#header.menu-shrink .nav > li > a.btn:hover
{
    color: #60ac41;
}
#header.menu-shrink .nav > li > a.btn:focus
{
    color: #60ac41;
    background: transparent;
}

.client_slide_area .owl-nav .owl-prev {
    left: -100px;
}
.client_slide_area .owl-nav .owl-next{
    right: -100px;
}

.client_slide_area .owl-nav .owl-next, .client_slide_area .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    opacity: 1;
    font-size: 5rem;
    transition: all 0.4s ease-in-out;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

