body {
    overflow-x: hidden;
}

.cards-wrapper {
    display: flex;
    justify-content: center;
}

/*.card img {
    max-width: 100%;
    max-height: 100%;
}*/
.card-img-top{
    height: 24px !important;
}

.card-para{
    padding: 30px;
}

.card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    border-radius: 0;
}

.carousel-inner {
    padding: 1em;
    margin-top: 52px;

}
.card-text{
    color: #000;
font-family: 'Poppins';
font-size: 14px;
}
.carousel-control-prev,
.carousel-control-next {
    background-color: #e1e1e1;
    width: 5vh !important;
    height: 5vh;
    border-radius: 50%;
    top: 50% !important;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .card img {
        height: 11em;
    }
    .card-para{
        padding: 10px;
    }
    .card-text {
        font-size: 10px;
    }
    .go-sm{
        margin-top: 25px !important;
    }
    footer p {
        padding: 0px;
    }
}

.contact {
    background-image: (180deg, rgba(215, 126, 0, 0.6) 0%, rgba(153, 2, 0, 0.65) 100%);
}

img {
    width: 100%;
}


.go-sm{
    color: #FFF;
font-family: Playfair Display;
font-size: 16px;
background: #990200;
border-radius: 0px;
}

.go-sm :hover{
    background-color: #D77E00 !important;
    color: #FFF !important;
    text-decoration: none;
}
/* testimonial silder */
h3{
    margin: 0;
}
a:hover, a:focus{
    text-decoration: none;
}
.testimonial{
    /* background: #4D241C ; */
    background: #8D0A08;
    padding: 30px 32px 30px 90px;
    margin: 50px 20px 50px 120px;
    border-radius: 0 100px 100px 0;
    color: #fff;
    position: relative;
    border: 5px solid #D77E00;
}
.testimonial .pic{
    width: 210px;
    height: 210px;
    line-height: 200px;
    border-radius: 50%;
    border: 5px solid #D77E00;
    position: absolute;
    top: -15px;
    left: -120px;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: 100%;
}
.testimonial .testimonial-info{
    display: inline-block;
    width: 35%;
    float: left;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 28px 25px;
    margin: 0;
    border-right: 1px solid #D77E00;
}
.testimonial .testimonial-info small{
    display: block;
    font-size: 12px;
    /* color: #fff; */
    margin-top: 5px;
    color: #fff;
}
.testimonial .description{
    display: inline-block;
    width: 65%;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    padding: 28px 0 28px 28px;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: fontawesome;
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 20px;
    /* color: #D0AB6D; */
}
.testimonial .description:after{
    content: "\f10e";
    font-family: fontawesome;
    font-size: 20px;
    /* color: #D0AB6D; */
    position: absolute;
    bottom: 5px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page span{
    width: 25px !important;
    height: 7px !important;
    background: #8D0A08 !important;
    box-sizing: content-box;
}
.owl-theme .owl-controls .owl-page span{
    border: 4px solid transparent;
    background: #D0AB6D !important;
}
@media only screen and (max-width: 767px){
    .testimonial{
        border-radius: 40px;
        margin: 90px 15px 0;
        padding: 100px 40px 30px 40px;
    }
    .testimonial .pic{
        position: absolute;
        top: -85px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .testimonial .testimonial-info{
        width: 100%;
        float: none;
        border-right: none;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .testimonial .description{
        width: 100%;
    }
   
}
@media only screen and (max-width: 600px){
    .testimonial{ padding: 100px 30px 30px; }
    .testimonial .description {
        font-size: 9px;
    }
    .testimonial .testimonial-info {
        font-size: 11px;
        margin-top: 5px;
    }
}
