/*** 
=============================================
	Testimonial Style1 CSS
=============================================
***/
.testimonial-style1 {
    position: relative;
    display: block;
    background-color: #ffffff;
    z-index: 10;
}

.testimonial-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -1;
}

.testimonial-style1__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #08254f;
    opacity: 0.90;
}

.testimonial-style1__content {
    position: relative;
    display: block;
    padding: 120px 120px 118px;
    text-align: center;
}


.single-testimonial-item-style1 {
    position: relative;
    display: block;
}

.single-testimonial-item-style1 .img-box {
    position: relative;
    display: block;
    width: 95px;
    margin: 0 auto;
}

.single-testimonial-item-style1 .img-box .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50%;
}

.single-testimonial-item-style1 .img-box .inner img {
    width: 100%;
}

.single-testimonial-item-style1 .text-box {
    position: relative;
    display: block;
    padding-top: 31px;
}

.single-testimonial-item-style1 .text-box p {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.single-testimonial-item-style1 .text-box h3 {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    font-family: var(--thm-font);
    margin: 29px 0 0;
}

.single-testimonial-item-style1 .text-box h3 .border-box {
    position: relative;
    display: block;
    top: 2px;
    width: 10px;
    height: 2px;
    background-color: #ffffff;
    margin-right: 10px;
}


.testimonial-style1-carousel.owl-nav-style-one.owl-theme .owl-stage-outer {
    padding-bottom: 0px;
}

.testimonial-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: -130px;
    right: -130px;
    display: flex;
    justify-content: space-between;
    line-height: 0;
    height: 0;
    transform: translateY(-25px);
}

.testimonial-style1-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    border: 2px solid rgba(255, 255, 255, 0.70);
}




/*** 
=============================================
   Testimonial Style1 Area Css
=============================================
***/
.testimonials-style1-area {
    position: relative;
    display: block;
    background: #f2f2f6;
    padding: 120px 0px 120px;
    overflow: hidden;
    z-index: 10;
}

.testimonials-style1-area .map-layer {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: 0;
    opacity: 0.45;
    z-index: -1;
}

.testimonials-style1-area__img-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #091836;
    background-blend-mode: overlay;
    z-index: -1;
}

.testimonials-style1-area__img-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #091836;
    opacity: 0.90;
}




.testimonial-style1-title-box {
    position: relative;
    display: block;
}

.testimonial-style1-title-box .sec-title {
    padding-bottom: 0;
}



.single-testimonials-style1 {
    position: relative;
    display: block;
}

.single-testimonials-style1__inner {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 43px 40px 43px;
    border-radius: 8px;
    z-index: 1;
}

.single-testimonials-style1__inner:before {
    content: "";
    position: absolute;
    left: 62px;
    bottom: -10px;
    width: 45px;
    height: 10px;
    border-top: 10px solid #ffffff;
    border-left: 22.5px solid transparent;
    border-right: 22.5px solid transparent;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-testimonials-style1 .quote-box {
    position: relative;
    display: block;
    padding-bottom: 18px;
}

.single-testimonials-style1 .quote-box span {
    position: relative;
    display: block;
    line-height: 0;
}

.single-testimonials-style1 .quote-box span:before {
    position: relative;
    display: inline-block;
    transform: rotate(180deg);
    color: var(--thm-base);
    font-size: 60px;
    line-height: 60px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-testimonials-style1 .text-box {
    position: relative;
    display: block;
}

.single-testimonials-style1 .text-box p {
    color: #494949;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-testimonials-style1 .customer-info {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 30px;
    margin-left: 50px;
}

.single-testimonials-style1 .customer-info .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    width: 70px;
    border-radius: 50%;
    background-color: #646464;
}

.single-testimonials-style1 .customer-info .img-box:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    height: 100%;
    background-color: #000000;
    opacity: 0.7;
    border-radius: 0%;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: top center;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 3;
}

.single-testimonials-style1:hover .customer-info .img-box:before {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}


.single-testimonials-style1 .customer-info .img-box img {
    width: 100%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-testimonials-style1 .customer-info .title-box {
    position: relative;
    padding-left: 25px;
    flex: 1;
}

.single-testimonials-style1 .customer-info .title-box h3 {
    color: var(--thm-black);
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 0px;
}

.single-testimonials-style1 .customer-info .title-box span {
    position: relative;
    display: inline-block;
    color: var(--thm-gray);
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}


.testimonial-style2-carousel.owl-nav-style-one.owl-theme .owl-stage-outer {
    padding-bottom: 0px;
}

.testimonial-style2-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    left: -410px;
    bottom: 137px;
}




/*** 
=============================================
   Testimonial Style2 Area Css
=============================================
***/
.testimonials-style2-area {
    position: relative;
    display: block;
    background: #0d1330;
    padding: 120px 0px 120px;
    overflow: hidden;
    z-index: 10;
}

.testimonials-style2-area .map-layer {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: 0;
    opacity: 0.35;
    z-index: -1;
}

.testimonials-style2-area .sec-title h2 {
    color: #ffffff;
}

.testimonials-style2-area .single-testimonials-style1 .customer-info .title-box h3 {
    color: #ffffff;
}

.testimonials-style2-area .single-testimonials-style1 .customer-info .title-box span {
    color: var(--thm-base);
}



/*** 
=============================================
   Testimonial Style3 Area Css
=============================================
***/
.testimonials-style3-area {
    position: relative;
    display: block;
    background: #f4f5f9;
    padding: 120px 0px 120px;
    overflow: hidden;
    z-index: 10;
}



/*** 
=============================================
   Testimonial Style2 Area Css
=============================================
***/
.testimonials-page-one {
    position: relative;
    display: block;
    background: #f2f2f6;
    padding: 120px 0px 60px;
    overflow: hidden;
    z-index: 10;
}

.testimonials-page-one .map-layer {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: 0;
    opacity: 0.45;
    z-index: -1;
}

.testimonials-page-one .single-testimonials-style1 {
    margin-bottom: 60px;
}





/** End Css***/