﻿.card {
    margin: 0 auto;
    border: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

    .card .carousel-item {
        min-height: 150px;
    }

    .card .carousel-caption {
        padding: 0;
        right: 15px;
        left: 15px;
        top: 15px;
        color: #3d3d3d;
        /*border: 1px solid #ccc;*/
        min-height: 150px;
        padding: 15px;
        transition: 0.3s ease-out;
        border-radius: 4px;
    }

        .card .carousel-caption .col-sm-3 {
            display: flex;
            align-items: center;
        }

        .card .carousel-caption .col-sm-9 {
            text-align: left;
        }

    .card .carousel-control-prev1, .card .carousel-control-next1 {
        padding-top: 15px;
        color: #3d3d3d !important;
        opacity: 1 !important;
    }

.carousel-control-prev1-icon, .carousel-control-next1-icon {
    background-image: none;
    /*color: #fff;*/
    color: #00FF00;
    /*font-size: 14px;*/
    font-size: 1.2em;
    padding:5px;
    /*background-color: #cd3a54;*/
    background-color: #030200;
    height: 32px;
    line-height: 32px;
    width: 32px;
}

    .carousel-control-prev1-icon:hover, .carousel-control-next1-icon:hover {
        opacity: 0.85;
    }

.carousel-control-prev1 {
    left: 40%;
    top: 110%;
}

.carousel-control-next1 {
    right: 40%;
    top: 110%;
}

.midline {
    /*width: 60px;
    border-top: 1px solid #d43025;*/
    width: 100px;
    border-top: 2px solid #d43025;
}

.carousel-caption h2 {
    font-size: 14px;
}

    .carousel-caption h2 span {
        color: #cd3a54;
    }

@media (min-width: 320px) and (max-width: 575px) {
    .carousel-caption {
        position: relative;
    }

    .card .carousel-caption {
        left: 0;
        top: 0;
        margin-bottom: 15px;
    }

        .card .carousel-caption img {
            margin: 0 auto;
        }

    .carousel-control-prev1 {
        left: 35%;
        top: 105%;
    }

    .carousel-control-next1 {
        right: 35%;
        top: 105%;
    }

    .card .carousel-caption h3 {
        margin-top: 0;
        font-size: 16px;
        font-weight: 700;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .carousel-caption {
        position: relative;
    }

    .card .carousel-caption {
        left: 0;
        top: 0;
        margin-bottom: 15px;
    }

        .card .carousel-caption img {
            margin: 0 auto;
        }

        .card .carousel-caption h3, .card .carousel-caption small {
            text-align: center;
        }

    .carousel-control-prev1 {
        left: 35%;
        top: 105%;
    }

    .carousel-control-next1 {
        right: 35%;
        top: 105%;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .card .carousel-caption h3 {
        margin-top: 0;
        font-size: 16px;
        font-weight: 700;
    }
}

.p-testimonials {
    font-size: 17px;
    line-height: 24px;
    /* color: var(--text-color); */
    color: black;
    opacity: 0.8;
    margin-bottom: 20px;
    font-family: Tahoma;
    font-weight: 500;
}

.p-testimonials-client {
    font-size: 18px;
    line-height: 24px;
    /* color: var(--text-color); */
    color: var(--opposite-color);
    opacity: 0.8;
    margin-bottom: 20px;
    font-family: Tahoma
}

.fa-navicons {
    width: 25px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

