/*=============================
Testimonials One Css
===============================*/
.testimonials-one {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
}

.testimonials-one .row {
    align-items: center;
}

.testimonials-one::before {
    position: absolute;
    top: 145px;
    left: 0;
    bottom: 145px;
    right: 0;
    background: var(--thm-gray-bg);
    content: "";
    z-index: -1;
}

.testimonials-one .shape1 {
    position: absolute;
    right: 0;
    bottom: 195px;
    z-index: -1;
}

.testimonials-one__form {
    position: relative;
    display: block;
    background-color: var(--thm-primary);
    padding: 80px 80px 90px;
    width: 635px;
    margin-right: 85px;
    margin-left: -292px;
    z-index: 2;
}

.testimonials-one__form-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.03;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.testimonials-one__form .title-box {
    position: relative;
    display: block;
    margin-bottom: 29px;
}

.testimonials-one__form .title-box h2 {
    color: #ffffff;
    font-size: 36px;
    line-height: 46px;
    font-weight: 400;
    text-transform: uppercase;
}

.testimonials-one__form form {
    position: relative;
}

.testimonials-one__form form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.testimonials-one__form form .form-group .icon-box {
    position: absolute;
    top: 25px;
    right: 30px;
    z-index: 1;
}

.testimonials-one__form form .form-group .icon-box span {
    position: relative;
    display: inline-block;
    color: rgba(var(--thm-white-rgb), 0.9);
    font-size: 15px;
    line-height: 15px;
}

.testimonials-one__form form .form-group input[type="text"],
.testimonials-one__form form .form-group input[type="email"],
.testimonials-one__form form .form-group input[type="tel"],
.testimonials-one__form form .form-group input[type="url"],
.testimonials-one__form form .form-group textarea,
.testimonials-one__form form .form-group select {
    position: relative;
    display: block;
    color: var(--thm-white);
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    text-transform: none;
    padding: 0px 30px 0px;
    width: 100%;
    height: 70px;
    background-color: rgba(var(--thm-white-rgb), 0.2);
    border: 1px solid rgba(var(--thm-white-rgb), 0.2);
    border-radius: 0px;
    outline: none;
    font-family: var(--thm-font);
}

.testimonials-one__form form .form-group textarea {
    height: 200px;
    resize: none;
    padding-top: 23px;
}

.testimonials-one__form form .form-group .select-box {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
}

.testimonials-one__form form .form-group .nice-select {
    position: relative;
    display: block;
    color: rgba(var(--thm-white-rgb), 0.9);
    font-size: 14px;
    line-height: 70px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0px 30px 0px;
    width: 100%;
    height: 70px;
    background-color: rgba(var(--thm-white-rgb), 0.2);
    border: 1px solid rgba(var(--thm-white-rgb), 0.2);
    border-radius: 0px;
    outline: none;
    font-family: var(--thm-font);
}

.testimonials-one__form form .form-group .nice-select:after {
    width: 10px;
    height: 10px;
    border-bottom: 2px solid rgba(var(--thm-white-rgb), 0.9);
    border-right: 2px solid rgba(var(--thm-white-rgb), 0.9);
    right: 32px;
    margin-top: 0px;
    top: 27px;
    z-index: 10;
}

.testimonials-one__form form .form-group .nice-select .list {
    background-color: var(--thm-black);
}

.testimonials-one__form form input[type="text"]::-webkit-input-placeholder {
    color: rgba(var(--thm-white-rgb), 0.9);
    font-size: 14px;
    font-weight: 500;
}

.testimonials-one__form form input[type="text"]:-moz-placeholder {
    color: rgba(var(--thm-white-rgb), 0.9);
    font-size: 14px;
    font-weight: 500;
}

.testimonials-one__form form input[type="text"]::-moz-placeholder {
    color: rgba(var(--thm-white-rgb), 0.9);
    font-size: 14px;
    font-weight: 500;
}

.testimonials-one__form form input[type="text"]:-ms-input-placeholder {
    color: rgba(var(--thm-white-rgb), 0.9);
    font-size: 14px;
    font-weight: 500;
}

.testimonials-one__form form input[type="email"]::-webkit-input-placeholder {
    color: rgba(var(--thm-white-rgb), 0.9);
    font-size: 14px;
    font-weight: 500;
}

.testimonials-one__form form input[type="email"]:-moz-placeholder {
    color: rgba(var(--thm-white-rgb), 0.9);
    font-size: 14px;
    font-weight: 500;
}

.testimonials-one__form form input[type="email"]::-moz-placeholder {
    color: rgba(var(--thm-white-rgb), 0.9);
    font-size: 14px;
    font-weight: 500;
}

.testimonials-one__form form input[type="email"]:-ms-input-placeholder {
    color: rgba(var(--thm-white-rgb), 0.9);
    font-size: 14px;
    font-weight: 500;
}

.testimonials-one__form form textarea::-webkit-input-placeholder {
    color: rgba(var(--thm-white-rgb), 0.9);
    font-size: 14px;
    font-weight: 500;
}

.testimonials-one__form form textarea:-moz-placeholder {
    color: rgba(var(--thm-white-rgb), 0.9);
    font-size: 14px;
    font-weight: 500;
}

.testimonials-one__form form textarea::-moz-placeholder {
    color: rgba(var(--thm-white-rgb), 0.9);
    font-size: 14px;
    font-weight: 500;
}

.testimonials-one__form form textarea:-ms-input-placeholder {
    color: rgba(var(--thm-white-rgb), 0.9);
    font-size: 14px;
    font-weight: 500;
}

.testimonials-one__form form .button-box {
    position: relative;
    display: block;
}

.testimonials-one__form form .button-box button {
    position: relative;
    z-index: 5;
}

.testimonials-one__form form .button-box button.thm-btn {
    position: relative;
    display: block;
    color: var(--thm-black);
    background-color: var(--thm-white);
    width: 100%;
    border-radius: 0;
    line-height: 70px;
    z-index: 5;
}

.testimonials-one__form form .button-box button.thm-btn:hover {
    color: var(--thm-white);
}

.testimonials-one__form form .button-box button.thm-btn .thm-btn__icon {
    color: var(--thm-black);
}

.testimonials-one__form form .button-box button.thm-btn:hover .thm-btn__icon {
    color: var(--thm-white);
}

.testimonials-one__content {
    position: relative;
    display: block;
}

.testimonials-one__single {
    position: relative;
    display: block;
    background: var(--thm-white);
    padding: 58px 60px 58px;
    z-index: 1;
}

.testimonials-one__single-inner {
    position: relative;
    display: block;
    padding-left: 95px;
}

.testimonials-one__single-inner .icon-box {
    position: absolute;
    top: 7px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    background: var(--thm-primary);
    border-radius: 50%;
}

.testimonials-one__single-inner .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 30px;
    line-height: 30px;
}

.testimonials-one__single-inner .content-box {
    position: relative;
    display: block;
}

.testimonials-one__single-inner .content-box .rating-box {
    position: relative;
    display: block;
    margin-bottom: 14px;
}

.testimonials-one__single-inner .content-box h2 {
    font-size: 27px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 29px;
}

.testimonials-one__single-inner .content-box .author-box {
    position: relative;
    display: block;
}

.testimonials-one__single-inner .content-box .author-box h3 {
    font-size: 22px;
    line-height: 32px;
    text-transform: capitalize;
}

.testimonials-one__single-inner .content-box .author-box p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
}


.testimonials-one__nav {
    position: absolute;
    right: 100px;
    bottom: 65px;
    display: flex;
    align-items: center;
    z-index: 100;
}

.testimonials-one__nav .swiper-button-next,
.testimonials-one__nav .swiper-button-prev {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: var(--thm-gray);
    background: transparent;
    border: 2px solid #D9D9D9;
    border-radius: 50%;
    margin: 0px 0px;
    text-align: center;
    transition: all 500ms ease;
    z-index: 100;
}

.testimonials-one__nav .swiper-button-next:hover,
.testimonials-one__nav .swiper-button-prev:hover {
    background-color: var(--thm-primary);
    border-color: var(--thm-primary);
    color: var(--thm-white);
}

.testimonials-one__nav .swiper-button-next.active {
    background-color: var(--thm-primary);
    border-color: var(--thm-primary);
    color: var(--thm-white);
}

.testimonials-one__nav .swiper-button-next::after,
.testimonials-one__nav .swiper-button-prev::after {
    display: none;
}

.testimonials-one__nav .swiper-button-prev {
    transform: rotate(0deg);
    margin-right: -15px;
}

.testimonials-one__nav .swiper-button-next i,
.testimonials-one__nav .swiper-button-prev i {
    position: relative;
    display: inline-block;
    font-weight: 500;
}

.testimonials-one__nav .swiper-button-prev i {
    position: relative;
}

/*=============================
Testimonials Two Css
===============================*/
.testimonials-two {
    position: relative;
    display: block;
    background: var(--thm-white);
    padding: 120px 0px 113px;
    z-index: 1;
}

.testimonials-two .shape1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: -1;
}

.testimonials-two__inner {
    position: relative;
    display: block;
}

#testimonials-two__thumb {
    position: relative;
    width: 460px;
    padding-bottom: 120px;
}

.testimonials-two__thumb-single {
    position: relative;
    display: block;
}

.testimonials-two__thumb-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
}

.testimonials-two__thumb-img::before {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    width: 2px;
    height: 60px;
    background: var(--thm-primary);
    content: "";
    margin: 0 auto;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.testimonials-two__thumb-single:hover .testimonials-two__thumb-img::before,
.testimonials-two .swiper-slide-active .testimonials-two__thumb-img::before {
    transform: scale(1, 1);
    transform-origin: center top;
}

.testimonials-two__thumb-img .round-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border: 2px solid #D9D9D9;
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.testimonials-two__thumb-single:hover .testimonials-two__thumb-img .round-box,
.testimonials-two .swiper-slide-active .testimonials-two__thumb-img .round-box {
    border-color: var(--thm-primary);
}

.testimonials-two__thumb-img .round-box::before {
    position: absolute;
    top: 50%;
    right: -3px;
    width: 5px;
    height: 25px;
    background: var(--thm-white);
    transform: translateY(-50%);
    content: "";
}

.testimonials-two__thumb-img .inner {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonials-two__thumb-img .inner img {
    width: 100%;
}

.testimonials-two__content {
    position: relative;
    display: block;
}

.testimonials-two__single {
    position: relative;
    display: block;
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
}

.testimonials-two__single .text-box {
    position: relative;
    display: block;
}

.testimonials-two__single .text-box h2 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 400;
    text-transform: uppercase;
}

.testimonials-two__single .client-info {
    position: relative;
    display: block;
    margin-top: 41px;
}

.testimonials-two__single .client-info .rating-box {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.testimonials-two__single .client-info h3 {
    font-size: 27px;
    line-height: 36px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.testimonials-two__single .client-info p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
}


.testimonials-two__nav {
    position: absolute;
    top: 30%;
    left: 0px;
    right: 0px;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    line-height: 0;
    height: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transform: translateY(-50%);
    z-index: 999;
}

.testimonials-two__nav .swiper-button-next,
.testimonials-two__nav .swiper-button-prev {
    position: relative;
    display: block;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background: transparent;
    border: 2px solid #D9D9D9;
    border-radius: 50%;
    color: var(--thm-gray);
    font-size: 9px;
    line-height: 50px;
    font-weight: 400;
    text-align: center;
    opacity: 1;
    margin: 0;
    transition: all 500ms ease;
    z-index: 100;
}

.testimonials-two__nav .swiper-button-next:hover,
.testimonials-two__nav .swiper-button-prev:hover {
    color: var(--thm-white);
    background: var(--thm-primary);
    border-color: var(--thm-primary);
}

.testimonials-two__nav .swiper-button-next::after,
.testimonials-two__nav .swiper-button-prev::after {
    display: none;
}

/*=============================
Testimonials Three Css
===============================*/
.testimonials-two.style3 {
    position: relative;
    display: block;
    background: var(--thm-black-bg);
}

.testimonials-two.style3 .shape1 {
    opacity: 0.03;
}

.testimonials-two.style3 .sec-title .sub-title .text p {
    color: #B3B7BB;
}

.testimonials-two.style3 .sec-title h2 {
    color: var(--thm-white);
}

.testimonials-two.style3 .testimonials-two__thumb-img .round-box {
    border: 2px solid rgba(217, 217, 217, 0.5);
}

.testimonials-two.style3 .testimonials-two__thumb-img .round-box::before {
    background: var(--thm-black-bg);
}

.testimonials-two.style3 .testimonials-two__thumb-single:hover .testimonials-two__thumb-img .round-box,
.testimonials-two.style3 .swiper-slide-active .testimonials-two__thumb-img .round-box {
    border-color: var(--thm-primary);
}

.testimonials-two.style3 .testimonials-two__single .text-box h2 {
    color: #B3B7BB;
}

.testimonials-two.style3 .testimonials-two__single .client-info h3 {
    color: var(--thm-white);
}

.testimonials-two.style3 .testimonials-two__single .client-info p {
    color: #B3B7BB;
}

.testimonials-two.style3 .testimonials-two__nav .swiper-button-next,
.testimonials-two.style3 .testimonials-two__nav .swiper-button-prev {
    border: 2px solid rgba(var(--thm-white-rgb), 0.2);
    color: rgba(var(--thm-white-rgb), 0.2);
}

.testimonials-two.style3 .testimonials-two__nav .swiper-button-next:hover,
.testimonials-two.style3 .testimonials-two__nav .swiper-button-prev:hover {
    color: var(--thm-white);
    background: var(--thm-primary);
    border-color: var(--thm-primary);
}