.uk-section-default {
    background: rgba(255, 255, 255, 0) !important ;
}

.green-txt {
    color: #7bc043;
}

.uk-background-norepeat.uk-background-cover.uk-section.uk-section-large , .uk-background-norepeat.uk-background-cover.uk-section.uk-section-xlarge {
    border-bottom: 10px solid #7ac043;
}


/** NAVBAR **/

.uk-navbar-nav>li.uk-active>a {
    font-weight: bold;
}

.phone-header a {
    font-size: 24px;
}

.phone-header img {
    padding-bottom: 8px;
}

.phone-header a:hover {
    text-decoration: none;
}

.phone-header:hover {
    margin-right: 10px;
    transition: 0.2s;
}

.phone-header {
    transition: 0.2s;
}

.uk-offcanvas-bar .uk-nav-default li a , .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
    color: #000000;
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 19px;
    padding-bottom: 15px;
}

.uk-offcanvas-bar .uk-nav-default>li.uk-active>a , .uk-offcanvas-bar .uk-nav-default .uk-nav-sub li.uk-active>a {
    color: #000000;
    font-weight: 600;
}


/** HOMEPAGE **/

.home-banner-text {
    background: rgba(255, 255, 255, 0.8784313725490196);
    text-align: center;
    padding: 10px 0px;
    max-width: 980px;
    margin: auto;
}

.home-banner-text h1 {
    font-size: 58px;
    color: #000000;
}

.home-banner-text p {
    font-size: 22px;
    font-weight: 400;
    color: #2b2b2b;
}

.home-banner-text .uk-first-column {
    padding-left: 0px !important;
}

.tm-page {
    border-width: 0px;
}

.h-grid h3.el-title {
    font-size: 18px;
    font-weight: 400;
    color: #505050;
    text-align: center;
}

.h-grid .el-item.uk-card {
    box-shadow: 0 0 10px #00000085;
}

.h-grid .el-item.uk-card:hover {
    box-shadow: 0 0 20px #00000096;
}

.home-intro-text .uk-container p {
    max-width: 880px;
}


.home-intro-text::before {
    content: url("../../../images/banners/bg-logo.png");
    right: -70px;
    position: absolute;
    margin-top: -170px;
    z-index: -1;

}

.home-title {
    margin-top: -20px;
    margin-bottom: 50px;
    max-width: 330px;
    margin-left: 20px;
}


/** FOOTER **/

.btm-form .uk-container {
    max-width: 820px;
    margin: auto;
    text-align: center;
}

.btm-form h4 {
    font-size: 50px;
    margin-bottom: -20px;
    color: #ffffff;
}

.btm-form p {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 30px;

}

.btm-form .formContainer .uk-grid+.uk-grid {
    margin-top: 10px !important;
}

.uk-input, .uk-textarea {
    background: #ffffff;
}

.uk-input::placeholder, .uk-textarea::placeholder {
    color: #525252;
    font-size: 17.5px;
}

.uk-logo {
    padding: 8px;
}

.process-img {
    max-width: 362px;
    margin-left: 60px;
    margin-top: -40px !important;
}


/** RESPONSIVE DESIGN **/

/* Smartphones */
@media (max-width: 480px) { 

    .home-intro-text p {
        font-size: 19px;
        font-style: italic;
        line-height: 28px;
    }

    .home-banner-text h1 {
        font-size: 35px;
    }

    .home-banner-text p {
        font-size: 20px;
    }

    .h-grid.uk-grid {
        margin-top: 100px;
    }

    .home-intro-text::before {
        display: none;
    }

    .btm-form .formContainer .uk-grid+.uk-grid {
        margin-top: 0px !important;
    }

    .uk-logo {
        max-width: 200px;
    }

    .home-title {
        margin-left: 0px;
    }

    .process-img {
        margin-left: 0px;
    }

}
/* Smartphones to Tablets */
@media (min-width: 481px) and (max-width: 767px) { 

    .home-intro-text p {
        font-size: 23px;
        font-style: italic;
        line-height: 36px;
    }

    .process-img {
        margin-left: 0px;
    }

    .btm-form h4 {
        font-size: 37px;
    }

    .btm-form p {
        font-size: 19px;
    }

    .home-banner-text h1 {
        font-size: 37px;
    }

    .home-banner-text p {
        font-size: 22px;
    }

    .h-grid.uk-grid {
        margin-top: 100px;
    }

    .home-intro-text::before {
        right: -480px;

    }

    .btm-form .formContainer .uk-grid+.uk-grid {
        margin-top: 0px !important;
    }

    .uk-logo {
        max-width: 200px;
    }


}
/* Tablets */
@media (min-width: 768px) and (max-width: 959px) { 

    .home-intro-text p {
        font-size: 23px;
        font-style: italic;
        line-height: 36px;
    }

    .h-grid.uk-grid {
        margin-top: 100px;
    }

    .btm-form .formContainer .uk-grid+.uk-grid {
        margin-top: 0px !important;
    }

    .uk-logo {
        width: 200px;
    }


}
/* Desktop */
@media (min-width: 960px) and (max-width: 1199px) { 

    .h-grid {
        margin-top: 330px !important;
    }

    .home-banner-text {
        margin-top: 120px;
    }
        
    .home-intro-text p {
        font-size: 31px;
        font-style: italic;
        line-height: 43px;
    }

}
/* Large Display */
@media (min-width: 1200px) { 

    .h-grid {
        margin-top: 330px !important;
    }
    
    .home-banner-text {
        margin-top: 120px;
    }

    .home-intro-text p {
        font-size: 31px;
        font-style: italic;
        line-height: 43px;
    }


}


