.section-title {
    text-align: center;
    margin: 0 0 40px;
}
.section-title h2 {
    margin: 0 0 10px;
}
.separator::after {
    background: #666;
    content: "";
    height: 5px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 30px;
}
.separator {
    background-color: #ccc;
    border: 1px solid #ccc;
    display: block;
    height: 5px;
    margin: 0 auto;
    position: relative;
    width: 60px;
}
.title-border-left::after {
    content: "";
    position: absolute;
    width: 50px;
    border: 1px solid #033d75;
}
.testimonials-wrapper .owl-dots {
    display: none;
}
.testimonials-wrapper {
    background-color: #ffffff;
    min-height:  100vh;
    padding: 10px 0px;
    position: relative;
}
.inner-page-wrapper.testimonials-wrapper {
    background: 0 0;
}
.inner-page-wrapper.testimonials-wrapper .owl-nav {
    position: absolute;
    right: 0;
    top: -30px;
    z-index: 99;
}
.inner-page-wrapper.testimonials-wrapper .owl-nav>div {
    border: 2px solid #333;
    color: #333;
}
.testimonials-wrapper .section-title h2 {
    margin: 0 0 10px;
    color: #fff;
}
.testimonials-wrapper .owl-nav {
    position: absolute;
    right: 0;
    top: -80px;
    z-index: 99;
}
.testimonials-wrapper .owl-next, .testimonials-wrapper .owl-prev {
    position: relative;
    height: 38px;
    width: 38px;
    line-height: 33px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    margin-left: 10px;
    display: inline-block;
    border: 2px solid #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.testimonials-wrapper.style-two .owl-next, .testimonials-wrapper.style-two .owl-prev {
    color: #444;
    border-color: #444;
}
.testimonials-wrapper .owl-carousel .owl-stage-outer {
    padding-top: 10px;
}
.testimonial-block {
    position: relative;
}
.testimonial-block .inner-box {
    position: relative;
    padding: 30px;
    max-width: 600px;
    margin: 10px;
    background: #f1f6ff;
    background: -webkit-linear-gradient(to left, #f1f6ff, #ced4e6);
    background: linear-gradient(to left, #f1f6ff, #ced4e6);
    box-shadow: 3px -3px 6px #eeeeee;
    border: none;
    border-radius: 18px;
}
.testimonial-block .inner-box .image {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 25px;
    display: inline-block;
    float: left;
    max-width: 84px !important;
    border-radius: 50%;
    border: 4px solid #45bff0a6;
    margin-right: 20px;
}
.testimonial-block .inner-box .content {
    position: relative;
}
.testimonial-block .inner-box .content i {
    position: absolute;
    right: 0;
    top: -35px;
    font-size: 30px;
    font-style: italic;
    color: #da5e00;
}
.testimonial-block .inner-box .content .author-info {
    position: relative;
	font-family: Montserrat;
    font-weight: bold;
    font-size: 24px;
    color: #2b6bb2;
    margin-top: 50px;
    padding-bottom: 30px;
}
.testimonial-block .inner-box .content span {
    position: relative;
    color: #747474;
    font-size: 14px;
}
.testimonial-block .inner-box .content .text {
    position: relative;
	font-family: Montserrat;
    margin: 30px;
    text-align: left;
    color: #222222;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
}
.testimonial-block .inner-box .content .text:after {
    content: "\201D";
    right: -25px;
    bottom: -75px;
    position: absolute;
    font-size: 80px;
    line-height: 1;
    color: #45bff0;
    font-style: normal;
}

.testimonial-block .inner-box .content .text:before {
    content: "\201C";
    position: absolute;
    font-size: 80px;
    line-height: 1;
    color: #45bff0;
    font-style: normal;
    top: -40px;
    left: -30px;
}

.testimonials-wrapper .owl-nav .owl-next {
    right: auto;
}
.testimonials-wrapper .owl-carousel .owl-item img {
    background: #333;
}
.testimonials-wrapper .owl-theme .owl-nav [class*=owl-] {
	border: 2px solid #007095;
    color: #007095;
    font-size: 25px;
    line-height: 5px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    border-color: #45bff0!important;
    color: #45bff0!important;
    background: 0 0;
}
.btn-1 {
    border: 2px solid #007095 !important;
	font-family: Montserrat !important;
    color: #007095 !important;
	margin-left:10px;
    font-size: 16px;
    line-height: 20px;
	font-weight: 600;
    background: #ffffff !important;
    padding: 10px 20px !important;
    border-radius: 3px !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	}
.btn-1:hover {
    border: 2px solid #45bff0 !important;
    color: #45bff0 !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.full-image {
    border-radius: 20px;
    border: 3px solid #45bff0;
}

@media only screen and (max-width:991px) {
    .testimonials-wrapper .owl-dots {
    display: block;
}
}