.bannerbg{
    display: block;
    width: 100%;
    margin:0 0;
    padding:200px 0 200px;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: url(../images/testimonial.webp) no-repeat center center;
    background-size: cover;
}
.bannerbg::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}
.bannerbg .container{
    position: relative;
    z-index: 1;
}
.bannerbg p{
    display: block;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #E20935;
    margin-bottom: .5rem;
    font-weight: 700;
    font-family: "Gothic A1", sans-serif;
}
.bannerbg h1{
    display: block;
    font-size: 2.2rem;
    line-height: 1.2;
    color: #fff;
    font-weight: 900;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.testimonialbg{
    display: block;
    width: 100%;
    position: relative;
    padding: 80px 0;
    margin:0;
    background: #fff url(../images/pattern-6.html) no-repeat center center;
}
.testimonialbg::after{
    content: '';
    display: block;
    clear: both;
}
.testimonialbg .innercolumn{
    display: block;
    position: relative;
    width: 100%;
    padding-top: 22px;
}
.testimonialbg .innercolumn::after{
    content: '';
    display: block;
    clear: both;
}
.testimonialbg .inner-box{
    position: relative;
    padding: 0 32px;
    margin-top: 50px;
    background: #faf8f7 url(../images/pattern-5.png) no-repeat;
    background-position: center bottom;
    border-radius: 5px;;
    position: relative;
    height: 100%;
}
.testimonialbg .inner-box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 100px;
    height: 143px;
    opacity: 0;
    border-radius: 100px;
    background-color: #e20935;
    transition: all 300ms ease;
}
.author-box {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
    padding-left: 127px;
}
.author-box .image-box {
    position: absolute;
    top: -50px;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px 10px 38px;
    overflow: hidden;
    border-radius: 100px;
    background-color: #e20935;
}
.author-box .image-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    border-radius: 100px;
    background-color: #E20935;
    transition: all 300ms ease;
}
.author-box .image-box .author-image {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.author-box .image-box .icon-quote-2 {
    position: relative;
    z-index: 3;
    width: 53px;
    height: 41px;
    background-image: url(../images/icon-quote-2.png);
}
.author-box .author-info{}
.author-box .author-info .name {
    position: relative;
    color: #16171a;
    font-weight: 700;
    letter-spacing: -.36px;
    margin-bottom: 0;
    transition: all 300ms ease;
}
 .author-box .author-info .designation {
    position: relative;
    color: #727272;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    transition: all 300ms ease;
}
.author-box .author-info .rating {
    position: relative;
    display: flex;
    align-items: center;
    transition: all 300ms ease;
}
.author-box .author-info .rating li {
    position: relative;
    font-size: 14px;
    margin-right: 10px;
    color: #e20935;
    transition: all 300ms ease;
}
.inner-box .content {
    position: relative;
    padding: 70px 0 40px 10px;
}
.inner-box .text {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 35px;
    transition: all 300ms ease;
}
.inner-box .text::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -16px;
    width: 16px;
    height: 12px;
    background-image: url(../images/pattern-5.png);
    transition: all 300ms ease;
}
.inner-box .text::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -8px;
    width: 16px;
    height: 12px;
    background-image: url(../images/pattern-5.png);
    transition: all 300ms ease;
}
.carousel-outer {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}
.carousel-outer .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -44px;
    transform: translate(-50%,0);
    display: inline-flex;
    width: auto;
}
.carousel-outer .owl-dots:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -16px;
    left: -8px;
    padding: 18px 65px;
    border-radius: 100px;
    border: 2px dashed #e20935;
}
/*--*/
.videotestimonialbg{
    display: block;
    width: 100%;
    position: relative;
    padding: 80px 0;
    margin:0;
    background: #fff;
}
.videotestimonialbg::after{
    content: '';
    display: block;
    clear: both;
}
.videotestimonialbg .innercolumn{
    display: block;
    position: relative;
    width: 100%;
    padding-top: 22px;
}
.videotestimonialbg .innercolumn::after{
    content: '';
    display: block;
    clear: both;
}
.videotestimonialbg .inner-box{
    position: relative;
    display: block;
    width: 100%;
    margin: 1rem 0;
}
.videotestimonialbg .inner-box iframe{
    display: block;
    width: 100%;
    height: 300px;
    border:0;
}
.videocarousel-outer {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}
.videocarousel-outer .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -44px;
    transform: translate(-50%,0);
    display: inline-flex;
    width: auto;
}
.videocarousel-outer .owl-dots:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -16px;
    left: -8px;
    padding: 18px 65px;
    border-radius: 100px;
    border: 2px dashed #e20935;
}
/*--*/
.owl-dots .owl-dot {
    position: relative;
    height: 10px;
    width: 10px;
    margin: 0 7px;
    border-radius: 50%;
    border: 2px solid #e20935;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.owl-dots .owl-dot.active {
    border-radius: 50%;
    border-color: #e20935;
    background-color: #e20935;
}

.calltoenquiry{
    display: block;
    width: 100%;
    background: #191358 url(../images/bgbottom8.webp) no-repeat center center;
    padding: 80px 0;
    position: relative;
    background-size: cover;
    margin-bottom: 80px;
}
.calltoenquiry::after{
    content: '';
    display: block;
    clear: both;
}

.calltoenquiry .title{
    display: block;
    font-size: 3rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #191358;
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-family: "Roboto Condensed",  Arial, Helvetica, sans-serif;
}
.calltoenquiry  p{
    display: block;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 0rem;
    color: #191358;
    position: relative;
    z-index: 1;
}
.calltoenquiry .title span{
    color: #E20935;
}
.calltoenquiry .enquirey{
    display: inline-block;
    position: relative;
    z-index: 1;
}
.calltoenquiry .enquirey a{
    display: inline-block;
    font-size: 1.2rem;
    line-height: 52px;
    background: #E20935;
    color: #fff;
    padding: 0 35px;
    border-radius: 52px;
}
.uprcase{
    text-transform: uppercase;
}
.maintitle span{
    color: #E20935;
}
