a, a:visited {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.nav {
    padding: 6px 0 0 0 !important;
}

#homeText a, a:hover {
    color: #03aa99;
}

section#homeText p {
    font-family: 'Lato', sans-serif !important;
    font-size: 20px;
    line-height: 28px;
    margin: 8px 0;
    text-align: justify;
}

section.slideHolder {
    position: relative;
}

section.slideHolder::before,
#testimonials::before,
.videoThumbHolder::before {
    display: block;
    position: absolute;
    top: 0;
    right:0;
    bottom: 0;
    left:0;
    content: "";
    background: rgba(18, 18, 18, 0.4);
    z-index: 1;
}

section.slideHolder img {
    display: block;
    width: 100%;
}


section.slideHolder .sldTextBox {
    display: block;
    position: absolute;
    width: 50%;
    text-align: center;
    top: 34%;
    left: 50%;
    transform:  translate(-50%, -34%);
    z-index: 3;
}

section.slideHolder .sldTextBox h1,
section.slideHolder .sldTextBox h2 {
    color: #ffffff !important;
}

section.slideHolder .sldTextBox h2 {
    margin: 18px;
    text-align: center;
}



#services {
    position: relative;
    margin: 0;
    background: transparent;
}

#services .container {
    position: relative;
    z-index: 3;
}

.thisH3Helper {
    text-align: center;
}

#homeText h3 {
    position: relative;
    top: -16px;
}

#homeText p {
    margin-bottom: 24px;
}

#services h3,
#testimonials h3 {
    position: relative;
    top: -24px;
    display: inline-block;
    max-width: 800px;
    margin: 0 auto 24px auto;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    border-bottom: 4px #03aa99 solid;
}

#services li .thisBoxHelper {
    display: block;
    width: 100%;
    font-weight: 400;
    text-align: center;
    font-size: 16pt;
    line-height: 28pt;
    text-decoration: none;
    color: #181818;
    transition: all 0.5s ease;
    border: 6px #ffffff solid;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 12px -2px #000000;
    box-sizing: border-box;
}

.imgholder {
    display:block;
    text-align: center;
    background: rgba(18, 18, 18, 0.7);

}

.imgholder img {
    display: block;
    width: 100%;
    opacity: 1;
    border: 0;
    transition: all 0.5s ease;
    vertical-align: unset !important;
}

.imgholder img:hover {
    opacity: 0.6;
}

.thisBoxHelper {
    position: relative;
    margin-bottom: 25px;
}

.thisBoxHelper a {
    text-decoration: none;
}

.textbox {
    display: block;
    padding: 8px 2px;
    text-align: center;
}

.textbox .text {
    display: inline-block;
    text-transform: uppercase;
    border-bottom:  4px #03aa99 solid;
    margin: 0 auto;
}

.boxSummary {
    display: block;
    padding: 12px 18px;
    font-weight: 400;
    text-align: justify;
    font-size: 20px;
    line-height: 26px;
    min-height: 220px;
}

.readMoreBtn {
    display: block;
    text-align: center;
    margin: 8px 18px 16px 18px;
    padding: 8px 12px 12px 12px;
    color: #ffffff;
    background: #073b6d;
    border-radius: 24px;
    transition: all 0.5s ease;
}

.readMoreBtn:hover {
    background: #03aa99;
}

#blog h3,
#videos h3 {
    position: relative;
    top: -28px;
    display: inline-block;
    margin-bottom: 44px;
    border-bottom: 4px #03aa99 solid;
}

#blog h4 {
    display: inline-block;
    padding-bottom: 4px;
}

#blog h5 {
    font-weight: bold;
    margin: 8px 0 8px 0;
}


.blogItemHolder {
    margin-bottom: 44px;
    border-bottom: 1px #cccccc solid;
}

.blogItemHolder::after {
    display: block;
    clear: both;
    content: "";
}

#testimonials {
    position: relative;
    margin: 0;
    background: url('../images/testimonialsBg.jpg') no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#testimonials .container {
    position: relative;
    z-index: 12;
}


#testimonials::before {
    background: rgba(18, 18, 18, 0.6);
}


#testimonials .singleItem {
    max-width: 800px;
    margin: 24px  auto;
}

#testimonials .singleItem p {
    font-size: 20px;
    color: #ffffff;
}

#videos p {
    margin-top: 12px;
    font-size: 22px;
}

.videoTitle {
    position: relative;
    font-size: 22px;
}

.videoThumbHolder {
    position: relative;
    margin: 24px 0;
}


.videoThumbHolder img, .videoThumbHolder a {
    display: block;
    width: 100%;
}


.videoThumbHolder .playButtonHolder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    z-index: 11;
}

.videoThumbHolder .youtubeHolder {
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.btnHolder {
    text-align: center;
}

.btnHolder .readMoreBtn {
    margin: 12px 0 !important;
}

/* Home Form */

.thisFormHolder {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 18px;
}

.thisFormHolder textarea {
    height: 100px;
    overflow: auto;
    resize: none;
}


.thisFormHolder input, .thisFormHolder textarea {
    margin-bottom: 24px;
    border: 1px #333333 solid;
}


.thisFormHolder input[type="submit"] {
    height: 66px;
    padding-bottom: 8px;
    color: #ffffff;
    background: #181818;
    border: 2px #181818 solid;
    transition: all 0.5s ease;
    box-shadow: 0 4px 12px -2px #000000;
}

.thisFormHolder input[type="submit"]:hover {
    background: #007bff;
}


/* Sections */

section h1, section h2, section h3, section h4 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold;
}


#homeText,
#blog,
#videos {
    background: #ffffff;
}

#homeText,
#services,
#blog,
#testimonials,
#videos {
    padding: 120px 24px;
}

#homeText h3,
#blog h3,
#videos h3,
#testimonials h3 {
    text-transform: uppercase;
}

.errorMess {
    display: block;
    padding: 6px;
    text-align: center;
    border: 2px #ff0000 solid;
    border-radius: 6px;
    transition: all 0.5s ease;
}

/* Responsive */

@media (min-width: 992px) {
    .slideHolder .sldTextBox h1 {
        font-size: 44px;
        line-height: 52px;
    }

    #homeText h3,
    #services h3,
    #blog h3,
    #videos h3,
    #testimonials h3 {
        margin-top: 8px;
        font-size: 44px;
    }


    #homeText h3::after {
        display: block;
        width: 40%;
        margin: 12px 0;
        content: "";
        border-bottom: 4px #03aa99 solid;
    }

    .g-recaptcha {
        transform:scale(0.90);
        transform-origin:0 0;
    }

}

@media (min-width: 768px) {
    .btnHolder {
        float: right;
        display: inline-block;
        width: 220px;
    }
}

@media (max-width: 991px) {
    #homeText {
        padding: 24px;
    }
    #homeText h3 {
        border-bottom: 4px #03aa99 solid;
    }

    #services {
        padding: 50px 24px;
    }

    #homeText h3,
    #blog h3,
    #videos h3,
    #testimonials h3 {
        text-align: center;
        font-size: 28px;
    }

    .thisFormHolder input[type="submit"] {
        margin-top: 24px;
    }

}