.img-wrapper {
    position: relative;
    width: 100%;
}

.img-overlay,
.section-title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.slider-title {
    font-size: 2.5rem;
}

.section-title {
    padding-bottom: 8.6rem;
    margin-bottom: 0.5rem;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.img-overlay:before,
.section-title:before {
    content: ' ';
    display: block;
    height: 33%;
}

.carousel-caption {
    top: 50;
}

.txt-shadow {
    color: white !important;
    text-shadow: 2px 2px 4px #000000;
}

@media (max-width: 700px) {
    .img-overlay {
        position: relative !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        text-align: center !important;
    }

    .img-overlay .txt-shadow {
        text-shadow: none;
    }

    body {
        padding-top: 5.5rem;
    }
}

@media (min-width: 701px) {
    body {
        padding-top: 7.43rem;
    }
}

.section-title {
    position: absolute;
    color: white;
    text-shadow: 2px 2px 4px #000000;
}

.technomall {
    width: 18.75rem;
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.shrink .technomall {
    width: 12rem;
}

@media (max-width: 600px) {
    body {
        padding-top: 5rem !important;
    }

    .section-title {
        font-size: 1.6rem;
    }

    h1 {
        font-size: 1.6rem;
    }

    .slider-title {
        font-size: 1.5rem;
    }

    .technomall {
        width: 12.5rem;
    }

}

@media (max-width: 380px) {
    .section-title {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        text-shadow: none;
        color: #444444 !important;
        padding-bottom: 0rem;
        margin-bottom: 0rem;
        font-size: 1.5rem;
    }

    .slider-title {
        font-size: 1.1rem;
    }

    .technomall {
        width: 10rem;
    }

    .display-4.section-title {
        position: absolute;
        color: white !important;
        text-shadow: 2px 2px 4px #000000;
    }

    h1 {
        font-size: 1.3rem;
    }

    p {
        font-size: 0.8rem;
    }
}

.btn-circle.btn-xl {
    background-color: blue;
    height: 5rem;
    width: 5rem !important;
    border-radius: 50%;
    font-size: 2.5rem;
    color: #444444 !important;
}

.carousel-item.active {
    border-bottom: 3px solid rgb(145, 41, 41);
}

@media (min-width: 992px) {
    .nav-item .active {
        border-bottom: 3px solid rgb(145, 41, 41);
    }
}

@media (max-width: 991px) {
    .nav-item .active {
        border-left: 2px solid rgb(145, 41, 41);
        padding-left: 20px;
    }
}