﻿/*carousel*/
.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 19px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}

section.testimonials {
    background: #f5f6f6;
    margin-top: -25px;
}

.testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #03A4DC;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}

.testimonials .item {
    margin-bottom: 40px;
    opacity: .5;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    margin: 0 auto 17px;
}

.testimonials.owl-carousel .owl-dots .owl-dot.active span,
.testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #03A4DC;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

.testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #03A4DC;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

/*carousel - cms styling*/
.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 19px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}

#tdcg-carousel .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190E7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}

#tdcg-carousel .item {
    margin-bottom: 40px;
    opacity: .5;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#tdcg-carousel .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    margin: 0 auto 17px;
}

#tdcg-carousel.owl-carousel .owl-dots .owl-dot.active span,
#tdcg-carousel.owl-carousel .owl-dots .owl-dot:hover span {
    background: #03A4DC;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#tdcg-carousel.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#tdcg-carousel.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#tdcg-carousel.owl-carousel .owl-dots .owl-dot span {
    background: #03A4DC;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}