.section-title__image-box {
	position: relative;
	display: flex;
	max-width: 100%;
    align-items: center;
    justify-content: center;
	overflow: hidden;
    margin: 0 auto 30px;
}

.section-title__image-box img {
	width: 50%;
	height: auto;
	display: block;
	border-radius: 12px;
}

@media (max-width: 767px) {
	.section-title__image-box img {
		width: 100%;
	}
}

.faq-four .lead {
	font-size: 15px;
	font-weight: 400;
}

/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}
.about-one__left {
    position: relative;
    display: block;
}
.about-one__left .section-title {
    margin-bottom: 21px;
}
.about-one__text-1 {
    margin-bottom: 40px;
}
.about-one__points {
    position: relative;
    display: block;
}
.about-one__points li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.about-one__points li + li {
    margin-top: 16px;
}
.about-one__points li .icon {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.about-one__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: var(--crank-base);
}
.about-one__points li .text {
    position: relative;
    display: block;
    flex: 1;
}
.about-one__points li .text p {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    font-family: var(--crank-font-two);
}
.about-one__right {
    position: relative;
    display: block;
}
.about-one__img-box {
    position: relative;
    display: block;
}
.about-one__img-shape-1 {
    position: absolute;
    top: -36px;
    left: 36%;
    width: 66px;
    height: 535px;
    background-color: var(--crank-base);
    transform: rotate(14.62deg);
    z-index: -1;
}
.about-one__img-shape-2 {
    position: absolute;
    top: -46px;
    left: 40%;
    width: 66px;
    height: 535px;
    border: 2px solid var(--crank-black);
    transform: rotate(14.62deg);
    z-index: -1;
}
.about-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.about-one__img img {
    width: 100%;
    border-radius: 20px;
}
.about-one__content-box {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-color: var(--crank-base);
    text-align: center;
    max-width: 200px;
    width: 100%;
    border-radius: 10px;
    padding: 15px 20px 26px;
    z-index: 2;
}
.about-one__content-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    background-color: rgba(var(--crank-white-rgb), 0.2);
    border-radius: 50%;
    font-size: 14px;
    color: var(--crank-white);
    margin: 0 auto 18px;
}
.about-one__content-title {
    font-size: 12px;
    color: var(--crank-white);
    font-weight: 600;
    line-height: 12px;
    margin-bottom: 16px;
}
.about-one__content-text {
    font-size: 8px;
    color: var(--crank-white);
    line-height: 12px;
}
/*--------------------------------------------------------------
  # About Two
  --------------------------------------------------------------*/
.about-two {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 1;
}
.about-two__top {
    position: relative;
    display: block;
    margin-bottom: 39px;
}
.about-two__top .section-title {
    margin-bottom: 0px;
}
.about-two__text {
    margin-left: 90px;
    margin-top: 80px;
}
.about-two__tab-box-inner {
    position: relative;
    display: block;
}
.about-two__tab-box {
    position: relative;
    display: block;
}
.about-two__tab-box .tab-buttons {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.about-two__tab-box .tab-buttons .tab-btn {
    position: relative;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    transition: all 500ms ease;
}
.about-two__tab-box .tab-buttons .tab-btn::after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    border-top: 22px solid var(--crank-base);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    transform: translateX(-50%);
    opacity: 0;
}
.about-two__tab-box .tab-buttons .tab-btn.active-btn::after {
    opacity: 1;
    transition-delay: 9ms;
}
.about-two__tab-btn-single {
    position: relative;
    display: block;
    background-color: var(--crank-white);
    border-radius: 20px;
    padding: 30px 30px 30px;
    overflow: hidden;
    z-index: 1;
}
.about-two__tab-box .tab-buttons .tab-btn .about-two__tab-btn-single:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--crank-base);
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: -1;
}
.about-two__tab-box .tab-buttons .tab-btn.active-btn .about-two__tab-btn-single:before {
    transform: scaleX(1) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}
.about-two__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: -1;
}
.about-two__tab-box .tab-buttons .tab-btn.active-btn .about-two__shape-1 {
    opacity: 0.5;
    transform: scaleX(1) rotateX(0deg);
    transition: all 0.4s linear;
}
.about-two__tab-btn-top {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 21px;
}
.about-two__tab-btn-top .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    background-color: transparent;
    border-radius: 50%;
    transition: all 500ms ease;
}
.about-two__tab-box .tab-buttons .tab-btn.active-btn .about-two__tab-btn-top .icon {
    background-color: rgba(244, 244, 244, 0.1);
}
.about-two__tab-btn-top .icon span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: var(--crank-black);
    transition: all 500ms ease;
}
.about-two__tab-box .tab-buttons .tab-btn.active-btn .about-two__tab-btn-top .icon span {
    color: var(--crank-white);
}
.about-two__tab-btn-top h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
}
.about-two__tab-box .tab-buttons .tab-btn.active-btn .about-two__tab-btn-top h3 {
    color: var(--crank-white);
}
.about-two__tab-btn-text {
    transition: all 500ms ease;
}
.about-two__tab-box .tab-buttons .tab-btn.active-btn .about-two__tab-btn-text {
    color: var(--crank-white);
}
.about-two__tab-box .tabs-content {
    position: relative;
    display: block;
    margin-top: 30px;
}
.about-two__tab-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}
.about-two__tab-box .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.about-two__tab-box .tabs-content__inner {
    position: relative;
    display: block;
}
.about-two__tab-img {
    position: relative;
    display: block;
    margin-right: 30px;
}
.about-two__tab-img img {
    width: 100%;
    border-radius: 20px;
}
.about-two__tab-content {
    position: relative;
    display: block;
    margin-top: 58px;
}
.about-two__tab-content-title {
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
}
.about-two__tab-content-text {
    margin-top: 16px;
    margin-bottom: 32px;
}
.about-two__tab-content-points-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 85px;
}
.about-two__tab-content-points {
    position: relative;
    display: block;
}
.about-two__tab-content-points li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}
.about-two__tab-content-points li + li {
    margin-top: 20px;
}
.about-two__tab-content-points li .icon {
    position: relative;
    display: inline-block;
}
.about-two__tab-content-points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: var(--crank-base);
}
.about-two__tab-content-points li p {
    position: relative;
    display: block;
    flex: 1;
}
/*--------------------------------------------------------------
  # About Three
  --------------------------------------------------------------*/
.about-three {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}
.about-three__left {
    position: relative;
    display: block;
    margin-right: 110px;
}
.about-three__img {
    position: relative;
    display: block;
}
.about-three__img img {
    width: 100%;
}
.about-three__right {
    position: relative;
    display: block;
}
.about-three__right .section-title-two {
    margin-bottom: 31px;
}
.about-three__text {
    margin-bottom: 43px;
}
.about-three__btn-box {
    position: relative;
    display: block;
}
.about-three__counter {
    position: relative;
    display: block;
    margin-top: 57px;
}
.about-three__counter-list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-three__counter-list li {
    position: relative;
    display: block;
}
.about-three__counter-list li:before {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: -40px;
    width: 1px;
    background-color: var(--crank-bdr-color);
}
.about-three__counter-list li:first-child:before {
    display: none;
}
.about-three__counter-single {
    position: relative;
    display: block;
}
.about-three__counter-count-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.about-three__counter-count-box h3 {
    font-size: 72px;
    line-height: 84px !important;
    letter-spacing: -0.02em;
    font-family: var(--crank-font-two) !important;
    color: transparent;
    -webkit-text-stroke: 1px rgba(var(--crank-black-rgb), 0.3);
    font-weight: 600;
}
.about-three__counter-count-box > span {
    color: transparent;
    -webkit-text-stroke: 1px rgba(var(--crank-black-rgb), 0.3);
    font-size: 72px;
    line-height: 84px;
    letter-spacing: -0.02em;
    font-weight: 600;
    font-family: var(--crank-font-two);
    position: relative;
    display: block;
    top: -3px;
}
/*--------------------------------------------------------------
  # About Four
  --------------------------------------------------------------*/
.about-four {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 90px 0 120px;
    z-index: 1;
}
.about-four__left {
    position: relative;
    display: block;
    margin-right: 50px;
}
.about-four__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    z-index: 1;
}
.about-four__img img {
    width: 100%;
    border-radius: 20px;
}
.about-four__right {
    position: relative;
    display: block;
    z-index: 2;
}
.about-four__right .section-title-two {
    margin-bottom: 31px;
}
.about-four__text {
    margin-bottom: 43px;
}
.about-four__points-box {
    position: relative;
    display: block;
    background-color: var(--crank-white);
    padding: 40px 60px 39px;
    border-radius: 20px;
    margin-left: -330px;
}
.about-four__points {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-four__points li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}
.about-four__points-count {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 1px solid var(--crank-bdr-color);
    z-index: 1;
}
.about-four__points-count:before {
    position: relative;
    display: inline-block;
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;
    color: rgba(var(--crank-black-rgb), 0.2);
    counter-increment: count;
    content: "0" counter(count);
    font-family: var(--crank-font-two);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}
.about-four__points-content {
    position: relative;
    display: block;
    flex: 1;
}
.about-four__points-content h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 21px;
}
.about-four__points-content h4 a {
    color: var(--crank-black);
}
.about-four__points-content h4 a:hover {
    color: var(--crank-base);
}
/*--------------------------------------------------------------
  # About Five
  --------------------------------------------------------------*/
.about-five {
    position: relative;
    display: block;
    padding: 69px 0 181px;
    z-index: 1;
}
.about-value-card {
    position: relative;
    overflow: hidden;
}
.about-value-card__header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
}
.about-value-card__heading h4 {
    margin-top: 4px;
}
.about-value-card__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: rgba(var(--crank-base-rgb), 0.1);
    transition: background-color 0.3s ease;
}
.about-value-card:hover .about-value-card__icon {
    background-color: var(--crank-base);
}
.about-value-card__icon span {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: var(--crank-base);
    transition: color 0.3s ease;
}
.about-value-card:hover .about-value-card__icon span {
    color: var(--crank-white);
}
.about-five__left {
    position: relative;
    display: block;
    margin: 55px 0 30px;
}
.about-five__left .section-title {
    margin-top: 0;
    margin-bottom: 18px;
}
.about-five__text-1 {
    margin-bottom: 40px;
}
.about-five__points {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.about-five__points li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 14px;
    border-radius: 12px;
    background-color: rgba(var(--crank-black-rgb), 0.03);
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.about-five__points li:hover {
    background-color: rgba(var(--crank-base-rgb), 0.08);
    transform: translateX(4px);
}
.about-five__points li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(var(--crank-base-rgb), 0.12);
    transition: background-color 0.3s ease;
}
.about-five__points li:hover .icon {
    background-color: var(--crank-base);
}
.about-five__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: var(--crank-base);
    transition: color 0.3s ease;
}
.about-five__points li:hover .icon span {
    color: var(--crank-white);
}
.about-five__points li .text {
    position: relative;
    display: block;
    flex: 1;
}
.about-five__points li .text p {
    font-size: 14.5px;
    font-weight: 500;
    line-height: 1.55;
    color: var(--crank-black);
    font-family: var(--crank-font);
}
.about-five__right {
    position: relative;
    display: block;
    margin-left: 119px;
}
.about-five__img-box {
    position: relative;
    display: block;
}
.about-five__img {
    position: relative;
    display: block;
}
.about-five__img img {
    width: 100%;
    border-radius: 20px;
}
.about-five__shope-box {
    position: absolute;
    left: -90px;
    bottom: -103px;
    max-width: 385px;
    width: 100%;
    border-radius: 20px;
    background-color: var(--crank-black);
    text-align: center;
    padding: 30px 30px 50px;
    overflow: hidden;
    z-index: 1;
}
.about-five__shope-box-bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.about-five__shope-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    background-color: rgba(var(--crank-white-rgb), 0.2);
    border-radius: 50%;
    margin: 0 auto;
    transition: all 500ms ease;
}
.about-five__shope-box:hover .about-five__shope-icon {
    background-color: rgba(var(--crank-white-rgb), 1);
}
.about-five__shope-icon span {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: var(--crank-white);
    transition: all 500ms ease;
}
.about-five__shope-box:hover .about-five__shope-icon span {
    color: var(--crank-base);
}
.about-five__shope-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: var(--crank-white);
    margin-top: 34px;
    margin-bottom: 18px;
}
.about-five__shope-text {
    color: var(--crank-white);
}
/*--------------------------------------------------------------
  # Awards Page
  --------------------------------------------------------------*/
.awards-page__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
}

.awards-page__item {
	flex: 0 1 300px;
	max-width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
	.awards-page__grid {
		justify-content: center;
	}
}
/*--------------------------------------------------------------
  # End
  --------------------------------------------------------------*/
