/* 
===============================
testimonial one
================================= 
*/
.testimonial-one {
	position: relative;
	display: block;
	background-color: var(--thm-white);
	padding: 140px 0px 140px;
	z-index: 10;
}

.testimonial-one .sec-count-box__outer {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	z-index: 10;
}

.testimonial-one .sec-count-box {
	position: absolute;
	right: -150px;
	bottom: -140px;
	width: 150px;
	height: 305px;
	overflow: hidden;
	background-color: var(--thm-secondary);
	clip-path: polygon(0 0, 100% 21%, 100% 100%, 0% 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-one .sec-count-box h1 {
	position: relative;
	color: var(--thm-white);
	font-size: 216px;
	line-height: 180px;
	font-family: var(--thm-font-2);
	font-weight: 700;
	letter-spacing: 2.16px;
	top: 10px;
}

.testimonial-one .sec-title-one {
	padding-bottom: 55px;
}


.testimonial-one__box {
	position: relative;
	display: block;
	padding-left: 100px;
	padding-right: 100px;
}

.testimonial-one .swiper-container {
	padding-top: 50px;
}

.testimonial-one__inner {
	position: relative;
	display: block;
	padding-left: 315px;
}

.testimonial-one__inner-img {
	position: absolute;
	top: -49px;
	left: 0;
	width: 315px;
	display: flex;
	justify-content: center;
	z-index: 2;
}

.testimonial-one__shape1 {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.testimonial-one__inner-img::before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0;
	right: 0px;
	height: 285px;
	background-color: var(--thm-primary);
	border-radius: 40px 0px 0px 0px;
	z-index: -1;
}

.testimonial-one__inner-img img {
	width: auto;
}




.testimonial-one__inner-content {
	position: relative;
	display: block;
	border-radius: 0px 0px 40px 0px;
	padding: 60px 60px 62px;
	padding-right: 80px;
	z-index: 1;
}

.testimonial-one__inner-content:before {
	content: "";
	position: absolute;
	top: 0;
	left: -160px;
	bottom: 0;
	right: 0;
	background: #F8F8F8;
	z-index: -1;
}

.testimonial-one__quote-box {
	position: absolute;
	top: -30px;
	right: 4px;
}

.testimonial-one__quote-icon-1 {
	position: relative;
	display: block;
}

.testimonial-one__quote-icon-1 span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 70px;
	color: var(--thm-primary);
}

.testimonial-one__quote-icon-2 {
	position: absolute;
	top: 4px;
	right: -4px;
}

.testimonial-one__quote-icon-2 span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 70px;
	color: var(--thm-secondary);
}

.testimonial-one__inner-content .text {
	position: relative;
	display: block;
}

.testimonial-one__inner-content .text p {
	font-size: 24px;
	line-height: 36px;
	font-weight: 400;
}

.testimonial-one__inner-content .athor-box {
	position: relative;
	display: block;
	padding-top: 41px;
}

.testimonial-one__inner-content .athor-box h3 {
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
}

.testimonial-one__inner-content .athor-box span {
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}



/*== Swiper Scroll pagination progressbar Css ======*/
.scroll-pagination {
	position: relative;
	height: 6px;
	width: 300px;
	margin: 85px auto 0;
}

.scroll-pagination .swiper-pagination {
	position: absolute;
	top: 0;
	left: 0;
	background: #e3e3e3;
	height: 6px;
	width: 100%;
	border-radius: 3px;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.scroll-pagination .swiper-pagination-progressbar-fill {
	background: #ff9600 !important;
	border-radius: 10px;
	cursor: pointer;
}





.swiper-nav-style-one {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 60px;
}

.swiper-nav-style-one:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 120px;
	right: 150px;
	height: 1px;
	background-color: #c8c7cd;
}

.swiper-nav-style-one:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 120px;
	width: 25%;
	height: 2px;
	margin-top: -1px;
	background-color: var(--thm-primary);
}

.swiper-nav-style-one__left {
	position: relative;
	display: block;
}


.swiper-dot-style1 {
	position: relative;
	display: inline-flex;
	line-height: 0;
}

.swiper-dot-style1 .swiper-pagination-bullet {
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0px 10px;
	background: #c8c7cd;
	border-radius: 50%;
	opacity: 1;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.swiper-dot-style1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--thm-primary);
	opacity: 1.0;
}

.swiper-dot-style1 .swiper-pagination-bullet::before {
	position: absolute;
	top: -7px;
	left: -7px;
	bottom: -7px;
	right: -7px;
	border: 2px solid var(--thm-primary);
	border-radius: 50%;
	transform: scale(0);
	transition: all 200ms linear;
	transition-delay: 0.1s;
	content: "";
}

.swiper-dot-style1 .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.swiper-dot-style1 .swiper-pagination-bullet:hover {
	transform: scale(1.0);
}




.swiper-nav-style-one__nav {
	position: relative;
	display: flex;
}

.swiper-button-prev1,
.swiper-button-next1 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border: 1px solid #c8c7cd;
	border-radius: 50%;
	color: var(--thm-primary);
	font-size: 18px;
	margin: 0px 0px;
	text-align: center;
	transition: all 500ms ease;
	z-index: 100;
}

.swiper-button-prev1:hover,
.swiper-button-next1:hover {
	color: #ffffff;
	border-color: var(--thm-primary);
	background-color: var(--thm-primary);
}

.swiper-button-next1 {
	margin-left: 10px;
}

.testimonial-one .swiper-button-prev1 {
	transform: rotate(180deg);
}

/*=============================
	Testimonial Two
===============================*/
.testimonial-two {
	position: relative;
	display: block;
	background-color: var(--thm-black-bg3);
	padding: 120px 0 120px;
	overflow: hidden;
	z-index: 1;
}

.testimonial-two__bottom {
	position: relative;
	display: block;
}

.testimonial-two__bottom .swiper-container {
	margin-right: -315px;
}

.testimonial-two__single {
	position: relative;
	display: flex;
	border: 2px solid var(--thm-primary-2);
	background: linear-gradient(145deg, #1E353D 0.65%, #16252E 98.41%);
	padding: 68px 38px 38px;
}

.testimonial-two__quote-icon {
	position: absolute;
	left: 78px;
	bottom: 57px;
}

.testimonial-two__quote-icon img {
	width: auto;
}

.testimonial-two__client-img {
	position: relative;
	display: block;
	max-width: 140px;
	width: 100%;
}

.testimonial-two__client-img img {
	width: 100%;
	border-radius: 50%;
}

.testimonial-two__content {
	position: relative;
	display: block;
	margin-left: 30px;
}

.testimonial-two__text {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: var(--thm-white);
}

.testimonial-two__client-info {
	position: relative;
	display: block;
	margin-top: 30px;
}

.testimonial-two__client-info>h4 {
	color: var(--thm-white);
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
}

.testimonial-two__client-info>p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: var(--thm-white);
	margin-top: 10px;
}

.testimonial-two__bottom .swiper-nav-style-one {
	max-width: 1290px;
	width: 100%;
}

.testimonial-two__bottom .swiper-dot-style1 .swiper-pagination-bullet {
	background: #D9D9D9;
}

.testimonial-two__bottom .swiper-dot-style1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #F4C45E;
}

.testimonial-two__bottom .swiper-dot-style1 .swiper-pagination-bullet::before {
	border: 2px solid #F4C45E;
}

.testimonial-two__bottom .swiper-nav-style-one:before {
	background-color: rgba(var(--thm-white-rgb), .10);
}

.testimonial-two__bottom .swiper-nav-style-one:after {
	background-color: #F4C45E;
}

.testimonial-two__bottom .swiper-button-prev1,
.testimonial-two__bottom .swiper-button-next1 {
	border: 1px solid rgba(var(--thm-white-rgb), .10);
	color: var(--thm-white);
}

.testimonial-two__bottom .swiper-button-prev1 {
	transform: rotate(170deg);
}

.testimonial-two__bottom .swiper-button-prev1:hover,
.testimonial-two__bottom .swiper-button-next1:hover {
	color: var(--thm-black);
	border-color: var(--thm-primary-2);
	background-color: var(--thm-primary-2);
}

/*=============================
	Testimonial Three
===============================*/
.testimonial-three {
	position: relative;
	display: block;
	padding: 120px 0 100px;
	margin: 0 40px 0;
	z-index: 1;
}

.testimonial-three__shape-1 {
	position: absolute;
	right: 145px;
	bottom: 210px;
	opacity: .20;
}

.testimonial-three__shape-1 img {
	width: auto;
}

.testimonial-three .section-title-two {
	margin-bottom: 58px;
}

.testimonial-three .section-title-two__title {
	color: var(--thm-black);
}

.testimonial-three__bottom {
	position: relative;
	display: block;
	margin-left: 167px;
}

.testimonial-three__single {
	position: relative;
	display: flex;
	align-items: center;
	padding-right: 115px;
}

.testimonial-three__quote-icon {
	position: absolute;
	right: 0;
	top: 7px;
}

.testimonial-three__quote-icon img {
	width: auto;
}

.testimonial-three__img-box {
	position: relative;
	display: block;
	max-width: 328px;
	width: 100%;
}

.testimonial-three__img {
	position: relative;
	display: block;
	z-index: 1;
}

.testimonial-three__img img {
	width: 100%;
}

.testimonial-three__img-2 {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: -1;
}

.testimonial-three__img-2 img {
	width: auto !important;
	max-width: none;
}

.testimonial-three__content {
	position: relative;
	display: block;
	margin-left: 42px;
	top: 28px;
}

.testimonial-three__text {
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	color: var(--thm-black);
}

.testimonial-three__client-info {
	position: relative;
	display: block;
	margin-top: 50px;
}

.testimonial-three__client-name {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
}

.testimonial-three__sub-title {
	color: #1F2034;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin-top: 5px;
}

.testimonial-three__bottom .swiper-nav-style-one {
	margin-top: 46px;
}

.testimonial-three__bottom .swiper-dot-style1 .swiper-pagination-bullet {
	background: #D9D9D9;
}

.testimonial-three__bottom .swiper-dot-style1 .swiper-pagination-bullet::before {
	border: 2px solid #F4C45E;
}

.testimonial-three__bottom .swiper-dot-style1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #F4C45E;
	opacity: 1;
}

.testimonial-three__bottom .swiper-nav-style-one:before {
	background: rgba(0, 0, 0, 0.10);
}

.testimonial-three__bottom .swiper-nav-style-one:after {
	background-color: #F4C45E;
}

.testimonial-three__bottom .swiper-button-prev1,
.testimonial-three__bottom .swiper-button-next1 {
	border: 1px solid rgba(6, 7, 29, 0.20);
	color: var(--thm-black);
}

.testimonial-three__bottom .swiper-button-prev1 {
	transform: rotate(-180deg);
}

.testimonial-three__bottom .swiper-button-prev1:hover,
.testimonial-three__bottom .swiper-button-next1:hover {
	color: var(--thm-black);
	border-color: var(--thm-primary-2);
	background-color: var(--thm-primary-2);
}

/*=============================
	Testimonial Four
===============================*/
.testimonial-four {
	position: relative;
	display: block;
	background-color: var(--thm-black-bg3);
	padding: 120px 0 120px;
	z-index: 1;
}

.testimonial-four .section-title-two {
	margin-bottom: 0;
}

.testimonial-four__bottom {
	position: relative;
	display: block;
	margin-right: -246px;
}

.testimonial-four__bottom .swiper-container {
	padding-top: 98px;
}

.testimonial-four__single {
	position: relative;
	display: flex;
	align-items: center;
}

.testimonial-four__single::before {
	content: "";
	position: absolute;
	top: -40px;
	bottom: -40px;
	left: 145px;
	right: 0;
	border-radius: 10px;
	border: 2px solid var(--thm-primary-2);
	background: linear-gradient(145deg, #1E353D 0.65%, #16252E 98.41%);
}

.testimonial-four__img-box {
	position: relative;
	display: block;
}

.testimonial-four__img {
	position: relative;
	display: block;
	border-radius: 10px;
}

.testimonial-four__img img {
	width: auto;
	border-radius: 10px;
	max-width: none;
}

.testimonial-four__content {
	position: relative;
	display: block;
	margin-left: 40px;
	margin-right: 40px;
}

.testimonial-four__quote-icon {
	position: relative;
	display: inline-block;
}

.testimonial-four__quote-icon img {
	width: auto;
}

.testimonial-four__text {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: var(--thm-white);
	margin-top: 28px;
	margin-bottom: 30px;
}

.testimonial-four__client-info {
	position: relative;
	display: block;
}

.testimonial-four__client-name {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	color: var(--thm-white);
}

.testimonial-four__sub-title {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: var(--thm-white);
	margin-top: 5px;
}

.testimonial-four__bottom .swiper-nav-style-one {
	margin-top: 83px;
}

.testimonial-four__bottom .swiper-nav-style-one:before {
	background: rgba(255, 255, 255, 0.10);
	max-width: 1174px;
	width: 100%;
}

.testimonial-four__bottom .swiper-nav-style-one:after {
	background-color: #F4C45E;
}

.testimonial-four__bottom .swiper-dot-style1 .swiper-pagination-bullet {
	background: #D9D9D9;
}

.testimonial-four__bottom .swiper-dot-style1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #F4C45E;
}

.testimonial-four__bottom .swiper-dot-style1 .swiper-pagination-bullet::before {
	border: 2px solid #F4C45E;
}

.testimonial-four__bottom .swiper-nav-style-one__nav {
	position: absolute;
	top: -46px;
	right: 246px;
}

.testimonial-four__bottom .swiper-button-prev1 {
	transform: rotate(-180deg);
}

.testimonial-four__bottom .swiper-button-prev1,
.testimonial-four__bottom .swiper-button-next1 {
	border: 1px solid rgba(var(--thm-white-rgb), .20);
	color: var(--thm-white);
}

.testimonial-four__bottom .swiper-button-prev1:hover,
.testimonial-four__bottom .swiper-button-next1:hover {
	color: var(--thm-black);
	border-color: var(--thm-primary-2);
	background-color: var(--thm-primary-2);
}


/*=============================
	Testimonial Five
===============================*/
.testimonial-five {
	position: relative;
	display: block;
}

.testimonial-five__inner {
	position: relative;
	display: block;
	padding: 140px 0 140px;
	padding-left: 130px;
	z-index: 1;
}

.testimonial-five__inner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--thm-black-bg4);
	clip-path: polygon(9% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 10%);
	z-index: -1;
}

.testimonial-five__inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 99%;
	right: -1000000px;
	bottom: 0;
	background-color: var(--thm-black-bg4);
	z-index: -1;
}

.testimonial-five .sec-title-three {
	margin-left: 97px;
	padding-bottom: 100px;
}

.testimonial-five .container {
	max-width: 1560px;
}

.testimonial-five__bottom {
	position: relative;
	display: block;
	margin-right: -195px;
}

.testimonial-five__single {
	position: relative;
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: linear-gradient(145deg, #1E353D 0.65%, #16252E 98.41%);
	padding: 58px 39px 45px;
	clip-path: polygon(0 0, 91% 0, 100% 11%, 100% 100%, 0 100%, 0% 50%);
}

.testimonial-five__single::before {
	content: "";
	position: absolute;
	top: 26px;
	right: -32px;
	width: 100px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.10);
	transform: rotate(36deg);
}

.testimonial-five__quote-icon {
	position: relative;
	display: block;
}

.testimonial-five__quote-icon img {
	width: auto;
	max-width: none;
}

.testimonial-five__text {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: var(--thm-white);
	margin-top: 33px;
	margin-bottom: 40px;
}

.testimonial-five__client-info-box {
	position: relative;
	display: flex;
	align-items: center;
}

.testimonial-five__img {
	position: relative;
	display: block;
}

.testimonial-five__img img {
	width: auto;
	border-radius: 50%;
}

.testimonial-five__client-info {
	position: relative;
	display: block;
	margin-left: 20px;
}

.testimonial-five__client-name {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	color: var(--thm-white);
}

.testimonial-five__sub-title {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: rgba(var(--thm-white-rgb), .6);
	margin-top: 5px;
}

.testimonial-five__bottom .swiper-nav-style-one__nav {
	position: absolute;
	top: -168px;
	right: 195px;
}

.testimonial-five__bottom .swiper-button-prev1,
.testimonial-five__bottom .swiper-button-next1 {
	border: 1px solid rgba(var(--thm-white-rgb), .20);
	color: var(--thm-white);
}

.testimonial-five__bottom .swiper-button-prev1 {
	transform: rotate(-180deg);
}

.testimonial-five__bottom .swiper-button-prev1:hover,
.testimonial-five__bottom .swiper-button-next1:hover {
	color: var(--thm-black);
	border-color: var(--thm-primary-2);
	background-color: var(--thm-primary-2);
}

.testimonial-five__bottom .swiper-nav-style-one:before {
	background-color: rgba(var(--thm-white-rgb), .10);
	max-width: 1284px;
	width: 100%;
}

.testimonial-five__bottom .swiper-nav-style-one:after {
	background-color: #F4C45E;
}

.testimonial-five__bottom .swiper-dot-style1 .swiper-pagination-bullet {
	background: #D9D9D9;
}

.testimonial-five__bottom .swiper-dot-style1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #F4C45E;
}

.testimonial-five__bottom .swiper-dot-style1 .swiper-pagination-bullet::before {
	border: 2px solid #F4C45E;
}

/*=============================
	Testimonial Six
===============================*/
.testimonial-six {
	background-color: var(--thm-black-bg3);
	padding: 0px 0px 100px;
	z-index: 1;
}

.testimonial-six__inner {
	position: relative;
	display: block;
	padding: 170px 0px 190px;
	background-color: #fcfbff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.testimonial-six__top-bg-left {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.testimonial-six__top-bg-right {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.testimonial-six__bottom-bg1 {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	max-width: 1320px;
	width: 100%;
	z-index: 2;
}

.testimonial-six .testimonial-one__inner-img::before {
	background-color: #f4c45e;
}

.testimonial-six .testimonial-one__quote-icon-1 span {
	color: #f3c266;
}

.testimonial-six .testimonial-one__quote-icon-2 span {
	color: var(--thm-primary-2);
}

.testimonial-six .swiper-dot-style1 .swiper-pagination-bullet::before {
	border: 2px solid var(--thm-secondary);
}

.testimonial-six .swiper-dot-style1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--thm-secondary);
}

.testimonial-six .swiper-nav-style-one:after {
	background-color: var(--thm-secondary);
}

.testimonial-six .swiper-button-prev1,
.testimonial-six .swiper-button-next1 {
	border: 1px solid rgba(var(--thm-black-rgb), .20);
	color: var(--thm-black);
}

.testimonial-six .swiper-button-prev1:hover,
.testimonial-six .swiper-button-next1:hover {
	color: var(--thm-black);
	border-color: var(--thm-primary-2);
	background-color: var(--thm-primary-2);
}

/*=============================
	Testimonial Seven
===============================*/
.testimonial-seven {
	background-color: #F8F8F8;
	padding: 0 0 0;
}

.testimonial-seven .testimonial-six__inner {
	padding: 130px 0px 130px;
	background-color: #F8F8F8;
}

.testimonial-seven .section-title-two__title {
	color: var(--thm-black);
}

.testimonial-seven .testimonial-one__inner-content:before {
	background: var(--thm-white);
}

/*=============================
	End
===============================*/