/*
Theme Name:         Softwaredesign Base Theme
Theme URI:          https://git.softwaredesign.ie/wordpress/base-template
Description:        Wordpress Base Template Theme for SoftwareDesign
Version:            1.0.2
Author:             SoftwareDesign
Author URI:         https://softwaredesign.ie/
License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/
.component-one .carousel {
    z-index: 3;
}
.component-one .carousel .item > .container,
.component-one .carousel .item > .container > .row {
    height: 100%;
}
.component-one .carousel .bg-image{
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: left center;
}
.component-one .carousel .bg-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
}
.component-one .carousel .hero-holder h3 {
    color: #fff;
    padding: 0;
    text-align: left;
}
@media (max-width: 480px) {
    .component-one {
        padding: 0;
    }
    .component-one .hero-holder .btn {
        margin-bottom: 20px;
    }
    .component-one .carouselHome {
        position: relative;
    }
}
.component-two .lg-title {
    margin-bottom: 40px;
    text-align: center;
}
.page-id-3832 .component-three .component-3-right .right-section .text-area {
    position: relative;
    top: 0;
    transform: none;
    padding: 0;
    width: 100%;
    left: 0;
}
.page-id-3832 .component-three .component-3-right .right-section .text-area p {
    margin-top: 30px;
}
.page-id-3832 .component-three ul li::before {
    content: " ";
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    background-color: #B62C48;
    left: 0;
    top: 3px;
}
.page-id-3832 .component-nine.color-3 {
    background-color: #B62C48;

}
.page-id-3832 .component-nine {
    padding: 100px 0;
}
.page-id-3832 .component-three .text-area a {
    background-color: #B62C48;
}
.page-id-3832 .component-three .component-3-right.invert .right-section {
    padding: 0 0 40px 0;
}
.range-error {
    width: 100%;
    text-align: left;
    font-weight: 400;
    margin: 0 0 9px;
    font-size: .75rem;
    color: #B62C48;
    display: none;
}
.range-error.show {
    display: block;

}
.range input + .range-error {
    margin-top: -20px;
}