/*=============================
	FAQ One
===============================*/
.faq-one {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	z-index: 1;
}

.faq-one__left {
	position: relative;
	display: block;
}

.faq-one__left .section-title-two {
	margin-bottom: 58px;
}

.faq-one__left .section-title-two__title {
	color: var(--thm-black);
}

.faq-one__left .faq-one-accrodion .accrodion {
	position: relative;
	display: block;
	border: 1px solid rgba(6, 7, 29, 0.20);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.faq-one__left .faq-one-accrodion .accrodion::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--thm-primary-2);
	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);
	z-index: -1;
}

.faq-one__left .faq-one-accrodion .accrodion.active::before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transform-origin: top center;
}

.faq-one__left .faq-one-accrodion .accrodion-title {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 29px 30px 29px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.faq-one__left .faq-one-accrodion .accrodion-title h4 {
	margin: 0;
	font-size: 32px;
	font-weight: 600;
	line-height: 42px;
	color: var(--thm-black);
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.faq-one__left .faq-one-accrodion .accrodion.active .accrodion-title h4 {
	color: var(--thm-black);
}

.faq-one__left .faq-one-accrodion .accrodion+.accrodion {
	margin-top: 20px;
}

.faq-one__left .faq-one-accrodion .accrodion-title h4::before {
	content: "\e920";
	font-family: 'icomoon' !important;
	font-weight: 700;
	font-size: 24px;
	color: var(--thm-black);
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.faq-one__left .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
	content: "\e923";
	color: var(--thm-black);
}

.faq-one__left .faq-one-accrodion .accrodion-content {
	position: relative;
	padding-bottom: 28px;
	padding-left: 30px;
	padding-right: 55px;
	margin-top: -8px;
}

.faq-one__left .faq-one-accrodion .accrodion-content p {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #1F2034;
}

.faq-one__right {
	position: relative;
	display: block;
	margin-left: 90px;
	margin-right: 130px;
	margin-top: 192px;
}

.faq-one__img-box {
	position: relative;
	display: block;
}

.faq-one__shape-1 {
	position: absolute;
	top: -76px;
	right: 103px;
	opacity: .20;
	z-index: 1;
}

.faq-one__shape-1 img {
	width: auto;
}

.faq-one__shape-2 {
	position: absolute;
	bottom: 47px;
	right: -215px;
	opacity: .20;
	z-index: 1;
}

.faq-one__shape-2 img {
	width: auto;
}

.faq-one__img {
	position: relative;
	display: block;
}

.faq-one__img img {
	width: 100%;
}

.faq-one__img-2 {
	position: absolute;
	right: -364px;
	top: -237px;
	z-index: 1;
}

.faq-one__img-2 img {
	width: auto;
}

.faq-one__img-3 {
	position: absolute;
	left: 53px;
	bottom: 0;
	z-index: -1;
}

.faq-one__img-3 img {
	width: auto;
}

/*=============================
	FAQ Two
===============================*/
.faq-two {
	position: relative;
	display: block;
	padding: 100px 0 100px;
	margin: 40px 40px 40px;
	z-index: 1;
}

.faq-two__shape-1 {
	position: absolute;
	right: 145px;
	bottom: 240px;
	opacity: .20;
}

.faq-two__shape-1 img {
	width: auto;
}

.faq-two .section-title-two {
	margin-bottom: 58px;
}

.faq-two .section-title-two__title {
	color: var(--thm-black);
}

.faq-two .faq-one__left .faq-one-accrodion .accrodion {
	border-radius: 10px;
}

.faq-two .faq-one__left .faq-one-accrodion .accrodion::before {
	border-radius: 10px;
}

.faq-two__right {
	position: relative;
	display: block;
	margin-left: 110px;
}

.faq-two__img {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 40px;
	z-index: 1;
}

.faq-two__img:after {
	position: absolute;
	top: 0;
	left: -100%;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	transform: skewX(-25deg);
	z-index: 1;
}

.faq-two__img:hover:after {
	-webkit-animation: shine 1.5s;
	animation: shine 1.5s;
}

.faq-two__img img {
	width: 100%;
	border-radius: 40px;
	transform: scale3d(1, 1, 1);
	transition: transform 1s ease-in-out;
}

.faq-two__img:hover:hover img {
	transform: scale(1.06) rotate(0deg);
}


.faq-three {
	background-color: #F6F8F5;
}

/*=============================
	FAQ Four
===============================*/
.faq-four {
	padding: 120px 0 120px;
	z-index: 1;
}

.faq-four .container {
	max-width: 1100px;
}

.faq-four .section-title-two__title {
	color: var(--thm-black);
}

.faq-four__inner {
	position: relative;
	display: block;
}

.faq-four__inner .faq-one-accrodion .accrodion {
	position: relative;
	display: block;
	border-radius: 5px;
	border: 1px solid rgba(6, 7, 29, 0.10);
	background-color: #F6F8F5;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.faq-four__inner .faq-one-accrodion .accrodion-title {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 14px 20px 16px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.faq-four__inner .faq-one-accrodion .accrodion-title h4 {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	color: var(--thm-black);
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.faq-four__inner .faq-one-accrodion .accrodion.active .accrodion-title h4 {
	color: var(--thm-black);
}

.faq-four__inner .faq-one-accrodion .accrodion+.accrodion {
	margin-top: 15px;
}

.faq-four__inner .faq-one-accrodion .accrodion-title h4::before {
	content: "\e920";
	font-family: 'icomoon' !important;
	font-weight: 900;
	font-size: 16px;
	color: var(--thm-black);
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border: 2px solid #152426;
	border-radius: 50%;
}

.faq-four__inner .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
	content: "\e923";
	color: var(--thm-black);
}

.faq-four__inner .faq-one-accrodion .accrodion-content {
	position: relative;
	padding-bottom: 14px;
	padding-left: 20px;
	padding-right: 55px;
	padding-top: 5px;
}

.faq-four__inner .faq-one-accrodion .accrodion-content p {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #1F2034;
}

/*=============================
	End
===============================*/