﻿/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
    padding-top: 2rem;
    padding-bottom: 3rem;
    /*background-color: #fafafa;*/
}

.body-container {
    margin: 6rem 0 0 0;
}





.home-contact-number {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

    .home-contact-number li {
        padding-top: 0.6rem;
        font-size: 1.25rem;
        color: #ffd800;
        font-weight: bold;
        float: left;
    }
.mobile-number-home {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    margin: -3.5rem 0 2rem 0;
}
.mobile-number {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    margin: 0 0 1.2rem 0;
}

.jumbotron {
    padding: 1rem 2rem;
}

#map {
    width: 100%;
    height: 400px;
    margin-top: 40px;
    margin-bottom: 40px;
}

h2.testimonial-header {
    font-weight:400;
    font-size:50px;
    text-align: center;
    position: relative;
    margin: 0 0 0.75rem;
}

    h2.testimonial-header::after {
        content: "";
        width: 100px;
        position: absolute;
        margin: 0 auto;
        height: 3px;
        background: #ffdc12;
        left: 0;
        right: 0;
        bottom: -10px;
    }

.testimonial {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

    .carousel .testimonial .img-box img {
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 50%;
    }

.carousel .testimonial-item {
    height: auto !important;
    min-height: 25rem !important;
    padding: 2rem 3rem 1rem 3rem !important;
    vertical-align: middle !important;
    background-color: #fff !important;

    color: #999;
    font-size: 14px;
    text-align: center;
}
.carousel .testimonialText {
    padding: 30px 0 10px;
}
.carousel .overview {
    text-align: center;
    padding-bottom: 2px;
}

    .carousel .overview b {
        color: #333;
        font-size: 15px;
        text-transform: uppercase;
        display: block;
        padding-bottom: 2px;
    }

    .carousel .star-rating
    {
        margin-top:-1rem;
    }

.carousel .star-rating i {
    font-size: 18px;
    color: #ffdc12;
    margin-bottom:1rem;
}

.carousel .testimonial-indicators {
    bottom: 0px;
    margin-top:2rem!important;
}

.testimonial-indicators li, .testimonial-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%;
}

.testimonial-indicators li {
    background: #e2e2e2;
    border-color: transparent;
}

    .testimonial-indicators li.active {
        border: none;
        background: #888;
    }


.testimonial-control {
    vertical-align: middle;
    top: 13rem !important;
    bottom:auto !important;
    position:absolute !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #999;
    text-shadow: none;
}

    .testimonial-control i {
        font-size: 20px;
        
    }

    .testimonial-control.left {
        
    }

    .testimonial-control.right i {
        
    }

.text-secondary {
    font-weight: 400 !important;
}
.table-light{
    background-color:rgba(226, 226, 226, 0.45) !important;
}




.stylish-color-dark {
    background-color: #3e4551 !important;
}

.loading-container {
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    min-height: 100%;
    width: 100%;
    z-index: 9999999;
    background-color: #000000;
    opacity: 0.7;
}

.loading-image {
}