/*--------------------------------------------------------------
  # Banner One
  --------------------------------------------------------------*/
.banner-one {
    position: relative;
    display: block;
    padding: 240px 0 85px;
    z-index: 1;
}

.banner-one__shape-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .40;
    z-index: -1;
}

.banner-one__shape-bg-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .50;
    z-index: -1;
}

.banner-one__shape-bg-3 {
    position: absolute;
    top: 165px;
    left: 0;
    right: 0;
    bottom: 65px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    z-index: -1;
}

.banner-one__shape-1 {
    position: absolute;
    top: 175px;
    left: 60px;
    z-index: -1;
}

.banner-one__shape-1 img {
    width: auto;
}

.banner-one__shape-2 {
    position: absolute;
    bottom: -55px;
    left: -60px;
    z-index: -1;
}

.banner-one__shape-2 img {
    width: auto;
}

.banner-one__shape-3 {
    position: absolute;
    bottom: 210px;
    left: 850px;
    z-index: -1;
}

.banner-one__shape-3 img {
    width: auto;
}

.banner-one__shape-4 {
    position: absolute;
    bottom: 265px;
    right: 50px;
    opacity: .90;
    z-index: -1;
}

.banner-one__shape-4 img {
    width: auto;
}

.banner-one__title-box {
    position: relative;
    display: block;
}

.banner-one__sub-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    background-color: rgba(var(--finris-primary-rgb), .20);
    border-radius: 4px;
    padding: 8px 16px 5px;
}

.banner-one__title {
    font-size: 100px;
    color: #061C3D;
    line-height: 1.1em;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 19px;
}

.banner-one__title span {
    color: #FF3838;
}

.banner-one__left {
    position: relative;
    display: block;
    margin-top: 44px;
}

.banner-one__text-1 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px;
}

.banner-one__text-2 {
    font-size: 18px;
    line-height: 28px;
}

.banner-one__btn-and-satisfied-client-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 47px;
}

.banner-one__btn-box {
    position: relative;
    display: block;
}

.banner-one__satisfied-client-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.banner-one__satisfied-client-list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.banner-one__satisfied-client-list li+li {
    margin-left: -22px;
}

.banner-one__satisfied-client-img {
    position: relative;
    display: block;
    width: 44px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid var(--finris-black);
}

.banner-one__satisfied-client-img img {
    width: 100%;
    border-radius: 50%;
}

.banner-one__satisfied-client-content {
    position: relative;
    display: block;
    top: 6px;
}

.banner-one__satisfied-client-count {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.banner-one__satisfied-client-count h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    position: relative;
}

.banner-one__satisfied-client-count-plus {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--finris-black);
    position: relative;
    top: -2px;
}

.banner-one__satisfied-client-count-text {
    font-weight: 500;
    position: relative;
    top: -6px;
}

.banner-one__right {
    position: relative;
    display: block;
    margin-left: 30px;
}

.banner-one__img {
    position: relative;
    display: block;
}

.banner-one__img img {
    width: 100%;
}

/*--------------------------------------------------------------
  # Banner Two
  --------------------------------------------------------------*/
.banner-two {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 160px 0 40px;
    z-index: 1;
}

.banner-two__shape-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 48.9%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.06;
    z-index: -1;
}

.banner-two__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.banner-two__shape-1 img {
    width: auto;
}

.banner-two__inner {
    position: relative;
    display: block;
}

.banner-two__left {
    position: relative;
    display: block;
}

.banner-two__left-content {
    position: relative;
    display: block;
}

.banner-two__title {
    position: relative;
    display: block;
    font-size: 54.4px;
    color: var(--finris-black);
    font-weight: 700;
    line-height: 1.1em;
	margin-bottom: 20px;
}

.banner-two__title span {
    color: var(--finris-base);
}

.banner-two__satisfied-client-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 124px;
    margin-bottom: 67px;
}

.banner-two__satisfied-client-list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.banner-two__satisfied-client-list li+li {
    margin-left: -22px;
}

.banner-two__satisfied-client-img {
    position: relative;
    display: block;
    width: 44px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid rgba(var(--finris-white-rgb), .70);
}

.banner-two__satisfied-client-img img {
    width: 100%;
    border-radius: 50%;
}

.banner-two__satisfied-client-content {
    position: relative;
    display: block;
    top: 6px;
}

.banner-two__satisfied-client-count {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.banner-two__satisfied-client-count h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    position: relative;
    color: var(--finris-primary);
}

.banner-two__satisfied-client-count-plus {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--finris-primary);
    position: relative;
    top: -2px;
}

.banner-two__satisfied-client-count-text {
    font-weight: 500;
    position: relative;
    top: -6px;
    color: var(--finris-white);
}

.banner-two__img-box {
    position: relative;
    display: block;
    margin-left: 75px;
    margin-right: 0px;
    margin-top: -70px;
}
.banner-two__img {
    position: relative;
    display: block;
}

.banner-two__img img {
    width: 100%;
    border-radius: 100px 0 0 100px;
}

.banner-two__img-shape-box {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    width: 533px;
    height: 533px;
    background: rgba(217, 217, 217, 0.02);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
}

.banner-two__img-shape-1 {
    position: relative;
    width: 433px;
    height: 433px;
    background: rgba(217, 217, 217, 0.02);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-two__img-shape-2 {
    position: relative;
    width: 333px;
    height: 333px;
    background: rgba(217, 217, 217, 0.02);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-two__right {
    position: relative;
    display: block;
}

.banner-two__text {
    color: rgba(var(--finris-white-rgb), .70);
}

.banner-two__active-customer-img-box {
    position: relative;
    display: block;
    max-width: 245px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    animation: topBottom 3s ease-in-out infinite;
}

.banner-two__active-customer-img-box img {
    width: 100%;
}

.banner-two__active-customer {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.banner-two__active-customer-count {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.banner-two__active-customer-count h4 {
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    position: relative;
    color: var(--finris-primary);
}

.banner-two__active-customer-count-plus {
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    position: relative;
    color: var(--finris-primary);
    font-family: var(--finris-font-two);
}

.banner-two__active-customer-text {
    color: var(--finris-white);
    font-size: 18px;
    line-height: 24px;
}




/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
    position: relative;
    display: block;
    overflow: hidden;
    background: linear-gradient(283.06deg, #040850 1.13%, #03063F 100%);
    z-index: 10;
}

.main-slider .item {
    position: relative;
    padding-top: 291px;
    padding-bottom: 150px;
    overflow: hidden;
    z-index: 10;
}

.main-slider__shape-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.main-slider__shape-bg-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .60;
    z-index: -1;
}

.main-slider__shape-bg-3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 170px;
    background-repeat: no-repeat;
    background-position: top center;
    opacity: .06;
    z-index: -1;
}

.main-slider__shape-1 {
    position: absolute;
    top: 355px;
    left: 100px;
    z-index: -1;
}

.main-slider__shape-1 img {
    width: auto;
}

.main-slider__shape-2 {
    position: absolute;
    bottom: -65px;
    left: -165px;
    z-index: -1;
}

.main-slider__shape-2 img {
    width: auto;
}

.main-slider__shape-3 {
    position: absolute;
    top: 255px;
    right: 845px;
    opacity: .90;
    z-index: -1;
}

.main-slider__shape-3 img {
    width: auto;
}

.main-slider__shape-4 {
    position: absolute;
    bottom: 180px;
    right: 125px;
    opacity: .60;
    z-index: -1;
}

.main-slider__shape-4 img {
    width: auto;
}

.main-slider__img-box {
    position: absolute;
    bottom: 0;
    right: 314px;
    opacity: 0;
    transform: translateX(300px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    z-index: 1;
}

.active .main-slider__img-box {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    -ms-transition-delay: 3000ms;
    -o-transition-delay: 3000ms;
    transition-delay: 3000ms;
}

.main-slider__img {
    position: relative;
    display: block;
}

.main-slider__img img {
    width: auto !important;
}

.main-slider__img-shape-box {
    position: absolute;
    top: 165px;
    left: 0;
    right: 0;
    width: 633px;
    height: 633px;
    background: rgba(217, 217, 217, 0.02);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-slider__img-shape-1 {
    position: relative;
    width: 533px;
    height: 533px;
    background: rgba(217, 217, 217, 0.02);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-slider__img-shape-2 {
    position: relative;
    width: 433px;
    height: 433px;
    background: rgba(217, 217, 217, 0.02);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-slider__content {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 10;
}

.main-slider__title-box {
    position: relative;
    display: inline-block;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
    transform: perspective(400px) rotateY(0deg) translateY(-120px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.active .main-slider__title-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.main-slider__title {
    position: relative;
    display: block;
    font-size: 90px;
    color: var(--finris-white);
    font-weight: 400;
    line-height: 1em;
    text-transform: uppercase;
}

.main-slider__title span {
    color: var(--finris-primary);
}

.main-slider__btn {
    position: absolute;
    bottom: 16px;
    right: 93px;
    z-index: 1;
}

.main-slider__btn a {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    border: 1px solid var(--finris-base);
    font-size: 26px;
    color: #E7E7E8;
    font-family: var(--finris-font-two);
    text-transform: uppercase;
    padding: 19px 25px 17px;
    border-radius: 32px;
    overflow: hidden;
    z-index: 1;
}

.main-slider__btn:before {
    content: "";
    position: absolute;
    top: 3px;
    right: 4px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: var(--finris-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-slider__btn:hover:before {
    background-color: var(--finris-base);
}

.main-slider__btn a:hover {
    color: var(--finris-white);
}

.main-slider__btn a::after {
    position: absolute;
    background-color: var(--finris-base);
    bottom: 0;
    right: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.main-slider__btn a:hover:after {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}




.main-slider__text {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: var(--finris-white);
    margin-top: 26px;
    margin-bottom: 69px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateX(-120px);
    -ms-transform: perspective(400px) rotateY(0deg) translateX(-120px);
    transform: perspective(400px) rotateY(0deg) translateX(-120px);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.active .main-slider__text {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
    transform: perspective(400px) rotateY(0deg) translateX(0px);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.main-slider__satisfied-client-and-rating-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 80px;
}

.main-slider__satisfied-client-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateX(-80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateX(-80px);
    transform: perspective(400px) rotateY(0deg) translateX(-80px);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.active .main-slider__satisfied-client-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
    transform: perspective(400px) rotateY(0deg) translateX(0px);
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
}

.main-slider__satisfied-client-list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-slider__satisfied-client-list li+li {
    margin-left: -22px;
}

.main-slider__satisfied-client-img {
    position: relative;
    display: block;
    width: 44px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid var(--finris-black);
}

.main-slider__satisfied-client-img img {
    width: 100%;
    border-radius: 50%;
}

.main-slider__satisfied-client-content {
    position: relative;
    display: block;
    top: 6px;
}

.main-slider__satisfied-client-count {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-slider__satisfied-client-count h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
    color: #E7E7E8;
}

.main-slider__satisfied-client-count-plus {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #E7E7E8;
    position: relative;
    top: -2px;
}

.main-slider__satisfied-client-count-text {
    color: #E7E7E8;
    font-weight: 500;
    position: relative;
    top: -3px;
}

.main-slider__rating-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateX(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateX(80px);
    transform: perspective(400px) rotateY(0deg) translateX(80px);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.main-slider__rating-box:before {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 7px;
    left: -30px;
    width: 1px;
    background-color: var(--finris-white);
}

.active .main-slider__rating-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
    transform: perspective(400px) rotateY(0deg) translateX(0px);
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    -ms-transition-delay: 2500ms;
    -o-transition-delay: 2500ms;
    transition-delay: 2500ms;
}

.main-slider__rating-count {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-slider__rating-count h3 {
    font-size: 36px;
    color: #E7E7E8;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
}

.main-slider__satisfied-client-count-letter {
    font-size: 36px;
    color: #E7E7E8;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
    position: relative;
    top: -2px;
}

.main-slider__rating-content {
    position: relative;
    display: block;
}

.main-slider__rating-content-sub-title {
    font-size: 14px;
    color: #E7E7E8;
    line-height: 14px;
    margin-bottom: 5px;
}

.main-slider__rating-content-logo {
    position: relative;
    display: block;
    width: 44px;
}

.main-slider__rating-content-logo img {
    width: auto;
}


.main-slider .owl-theme .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1320px;
    width: 100%;
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    padding: 0 15px;
    margin: 0 auto;
    height: 0;
    line-height: 0;
}

.main-slider .owl-theme .owl-dots .owl-dot+.owl-dot {
    margin-left: 10px;
}

.main-slider .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: rgba(var(--finris-white-rgb), .30);
    border: 2px solid transparent;
    margin: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-slider .owl-theme .owl-dots .owl-dot:hover span,
.main-slider .owl-theme .owl-dots .owl-dot.active span {
    background-color: rgba(var(--finris-white-rgb), 0);
    border: 2px solid var(--finris-white);
}



.main-slider .owl-theme .owl-nav {
    position: absolute;
    top: 53%;
    right: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    padding: 0px 80px;
    margin: 0 auto;
    height: 0;
    line-height: 0;
    transform: translateY(-50%);
}

.main-slider .owl-theme .owl-nav [class*=owl-] {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 60px;
    height: 60px;
    font-size: 20px !important;
    color: rgba(var(--finris-white-rgb), .30) !important;
    opacity: 1;
    margin: 0;
    padding: 18px 0 !important;
    text-align: center;
    transition: all 500ms ease;
    border-radius: 50%;
    background-color: transparent !important;
    border: 2px solid rgba(var(--finris-white-rgb), .30) !important;
}

.main-slider .owl-theme .owl-nav [class*=owl-]:hover {
    color: rgba(var(--finris-white-rgb), 1) !important;
    border: 2px solid rgba(var(--finris-white-rgb), 1) !important;
}

.main-slider .owl-theme .owl-nav [class*=owl-]+[class*=owl-] {
    margin-left: 0px;
}

.main-slider .owl-theme .owl-nav .owl-prev {
    transform: rotate(180deg);
}

/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two {
    position: relative;
    background-color: var(--finris-black);
    z-index: 10;
}

.main-slider-two .item {
    position: relative;
    padding-top: 337px;
    padding-bottom: 337px;
    background-color: var(--finris-black);
    z-index: 10;
}

.main-slider-two__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    overflow: hidden;
    transform: scale(1);
    transition: transform 10000ms ease, -webkit-transform 10000ms ease;
    overflow: hidden;
    z-index: -1;
}

.active .main-slider-two__bg {
    transform: scale(1.1);
}

.main-slider-two__overly {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.6;
    z-index: -1;
}

.main-slider-two__shape-1 {
    position: absolute;
    top: 0;
    right: 217px;
    border-top: 250px solid var(--finris-black);
    border-right: 215px solid transparent;
    border-left: 314px solid transparent;
    opacity: 0;
    transform: translateY(-200px);
    z-index: -1;
}

.active .main-slider-two__shape-1 {
    opacity: .50;
    transform: translateY(0px);
    transition: all 1000ms ease;
    transition-delay: 1600ms;
}

.main-slider-two__shape-2 {
    position: absolute;
    top: 0;
    right: -20px;
    border-top: 250px solid var(--finris-black);
    border-right: 195px solid transparent;
    border-left: 215px solid transparent;
    opacity: 0;
    transform: translateY(-200px);
    z-index: -1;
}

.active .main-slider-two__shape-2 {
    opacity: .50;
    transform: translateY(0px);
    transition: all 1000ms ease;
    transition-delay: 2000ms;
}

.main-slider-two__shape-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 415px solid var(--finris-black);
    border-right: 525px solid transparent;
    border-left: 725px solid transparent;
    opacity: 0;
    transform: translateY(400px);
    z-index: -1;
}

.active .main-slider-two__shape-3 {
    opacity: .30;
    transform: translateY(0px);
    transition: all 1000ms ease;
    transition-delay: 2400ms;
}

.main-slider-two__shape-4 {
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 415px solid var(--finris-black);
    border-right: 525px solid transparent;
    border-left: 725px solid transparent;
    opacity: 0;
    transform: translateY(400px);
    z-index: -1;
}

.active .main-slider-two__shape-4 {
    opacity: .30;
    transform: translateY(0px);
    transition: all 1000ms ease;
    transition-delay: 2800ms;
}

.main-slider-two__shape-5 {
    position: absolute;
    top: 0;
    left: -350px;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    opacity: 0;
    z-index: -1;
}

.active .main-slider-two__shape-5 {
    opacity: .30;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 1800ms;
    transition-delay: 3200ms;
}

.main-slider-two__shape-5 img {
    width: auto !important;
}

.main-slider-two__shape-6 {
    position: absolute;
    bottom: 0;
    right: -150px;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 0;
    z-index: -1;
}

.active .main-slider-two__shape-6 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 1800ms;
    transition-delay: 3600ms;
}

.main-slider-two__shape-6 img {
    width: auto !important;
}

.main-slider-two__name {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(var(--finris-white-rgb), .15);
    font-size: 400px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    left: 0;
    letter-spacing: 0.1em;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: scale(0.1) rotate(0deg);
}

.active .main-slider-two__name {
    visibility: visible;
    transform: scale(1) rotate(10deg);
    transition-delay: 100ms;
}

.main-slider-two__content {
    position: relative;
    display: block;
    z-index: 10;
}

.main-slider-two__sub-title-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateX(-200px);
}

.active .main-slider-two__sub-title-box {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 500ms;
}

.main-slider-two__sub-title {
    font-size: 24px;
    line-height: 24px;
    color: var(--finris-white);
    font-family: var(--finris-font-two);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 500;
}

.main-slider-two__sub-title-shape {
    position: relative;
    display: block;
    height: 1px;
    width: 40px;
    background-color: var(--finris-base);
}

.main-slider-two__title {
    position: relative;
    display: block;
    font-size: 120px;
    color: var(--finris-white);
    font-weight: 600;
    line-height: 120px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-top: 22px;
    margin-bottom: 29px;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateX(200px);
}

.active .main-slider-two__title {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 800ms;
}

.main-slider-two__btn-box {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform-origin: bottom;
    transition: transform 1200ms ease, opacity 1200ms ease;
}

.active .main-slider-two__btn-box {
    opacity: 1;
    visibility: visible;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 1200ms;
}

.main-slider-two .owl-theme .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1320px;
    width: 100%;
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
    padding: 0 15px;
    margin: 0 auto;
    height: 0;
    line-height: 0;
}

.main-slider-two .owl-theme .owl-dots .owl-dot+.owl-dot {
    margin-left: 10px;
}

.main-slider-two .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: rgba(var(--finris-white-rgb), .30);
    border: 2px solid transparent;
    margin: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-slider-two .owl-theme .owl-dots .owl-dot:hover span,
.main-slider-two .owl-theme .owl-dots .owl-dot.active span {
    background-color: rgba(var(--finris-white-rgb), 0);
    border: 2px solid var(--finris-white);
}

.main-slider-two .owl-theme .owl-nav {
    position: absolute;
    top: 45%;
    right: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    padding: 0px 80px;
    margin: 0 auto;
    height: 0;
    line-height: 0;
    transform: translateY(-50%);
}

.main-slider-two .owl-theme .owl-nav [class*=owl-] {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 60px;
    height: 60px;
    font-size: 20px !important;
    color: rgba(var(--finris-white-rgb), .30) !important;
    opacity: 1;
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
    border-radius: 50%;
    padding: 18px 0px !important;
    background-color: transparent !important;
    border: 2px solid rgba(var(--finris-white-rgb), .30) !important;
}

.main-slider-two .owl-theme .owl-nav [class*=owl-]:hover {
    color: rgba(var(--finris-white-rgb), 1) !important;
    border: 2px solid rgba(var(--finris-white-rgb), 1) !important;
}

.main-slider-two .owl-theme .owl-nav [class*=owl-]+[class*=owl-] {
    margin-left: 0px;
}

.main-slider-two .owl-theme .owl-nav .owl-prev {
    transform: rotate(180deg);
    margin-bottom: 10px;
}

.services-inner .banner-two{
padding: 160px 0 90px; }


.services-inner .banner-two__img img{ width:auto !important; }


.services-inner .banner-two__img {
    margin-top: 75px;
}




/*--------------------------------------------------------------
  # End
  --------------------------------------------------------------*/
  
  
  
  
  
/*==============================================
    Site Footer
===============================================*/
.site-footer {
    position: relative;
    display: block;
    background-color: #121A46;
    overflow: hidden;
    z-index: 2;
}

.site-footer__shape-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 48.9%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.06;
    z-index: -1;
}

.site-footer__big-text {
    font-weight: 400;
    font-size: 400px;
    line-height: 1em;
    background: linear-gradient(180deg, rgba(98, 50, 248, 0.05) 0%, rgba(98, 50, 248, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: var(--finris-font-two);
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: -1;
}

.site-footer__top {
    position: relative;
    display: block;
    z-index: 1;
}


.site-footer__main-content {
    position: relative;
    display: block;
    padding: 114px 0 112px;
}

.site-footer__main-content-inner {
    position: relative;
    display: block;
}

.footer-widget__about {
    position: relative;
    display: block;
    padding-top: 4px;
}

.footer-widget__about-logo {
    position: relative;
    display: inline-block;
}

.footer-widget__about-text {
    margin: 0;
    color: var(--finris-white);
    font-size: 18px;
    line-height: 27px;
    padding-top: 52px;
}

.footer-widget__quick-links {
    position: relative;
    display: block;
    margin-left: 110px;
}

.footer-widget__title {
    position: relative;
    display: block;
    font-size: 20px;
    color: var(--finris-white);
    text-transform: uppercase;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 46px;
}

.footer-widget__title:before {
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 2px;
    width: 40px;
    background-color: var(--finris-primary);
    border-radius: 2px;
    content: "";
}

.footer-widget__title:after {
    position: absolute;
    bottom: -10px;
    left: 38px;
    height: 6px;
    width: 6px;
    background-color: var(--finris-primary);
    border-radius: 100px;
    content: "";
}

.footer-widget__quick-links-list {
    position: relative;
    display: block;
}

.footer-widget__quick-links-list li+li {
    margin-top: 19px;
}

.footer-widget__quick-links-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--finris-white);
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__quick-links-list li a:hover {
    color: var(--finris-primary);
}

.footer-widget__quick-links-list li a:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--finris-primary);
    content: "";
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
}

.footer-widget__quick-links-list li a:hover:before {
    transform: scale(1, 1);
    transform-origin: right center;
}

.footer-widget__support {
    position: relative;
    display: block;
    margin-left: 55px;
}

.footer-widget__support-list {
    position: relative;
    display: block;
}

.footer-widget__support-list li+li {
    margin-top: 19px;
}

.footer-widget__support-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--finris-white);
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__support-list li a:hover {
    color: var(--finris-primary);
}

.footer-widget__support-list li a:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--finris-primary);
    content: "";
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
}

.footer-widget__support-list li a:hover:before {
    transform: scale(1, 1);
    transform-origin: right center;
}

.footer-widget__get-in-touch {
    position: relative;
    display: block;
    margin-left: 48px;
}

.footer-widget__get-in-touch-list {
    position: relative;
    display: block;
}

.footer-widget__get-in-touch-list li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-widget__get-in-touch-list li+li {
    margin-top: 18px;
}

.footer-widget__get-in-touch-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-widget__get-in-touch-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--finris-white);
}

.footer-widget__get-in-touch-list li .text {
    position: relative;
    display: block;
}

.footer-widget__get-in-touch-list li .text p {
    font-size: 16px;
    color: var(--finris-white);
}

.footer-widget__get-in-touch-list li .text p a {
    color: var(--finris-white);
}

.footer-widget__get-in-touch-list li .text p a:hover {
    color: var(--finris-primary);
}


.site-footer__newsletter {
    position: relative;
    display: block;
    padding-bottom: 65px;
}

.site-footer__newsletter-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: var(--finris-base);
    border-radius: 70px;
    padding: 30px 45px 30px;
    overflow: hidden;
    z-index: 1;
}

.site-footer__newsletter-left {
    position: relative;
    display: block;
    top: 3px;
}

.site-footer__newsletter-title-box {
    position: relative;
    display: block;
}

.site-footer__newsletter-title {
    font-size: 100px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: .8em;
    color: transparent;
    -webkit-text-stroke: 1px var(--finris-white);
}

.site-footer__newsletter-right {
    position: relative;
    display: block;
    max-width: 535px;
    width: 100%;
}

.site-footer__newsletter-content {
    position: relative;
    display: block;
}

.site-footer__newsletter-form {
    position: relative;
    display: block;
}

.site-footer__newsletter-input {
    position: relative;
    display: block;
}

.site-footer__newsletter-input input[type="text"] {
    font-size: 18px;
    color: var(--finris-white);
    font-weight: 500;
    height: 75px;
    width: 100%;
    background: transparent;
    border: 1px solid var(--finris-white);
    border-radius: 37px;
    outline: none;
    padding: 0 40px 0;
    padding-right: 172px;
}

.site-footer__newsletter-btn {
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 10px;
    border: none;
    background-color: var(--finris-white);
    font-size: 18px;
    color: var(--finris-base);
    font-weight: 500;
    padding: 14.5px 32px;
    border-radius: 37px;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    z-index: 1;
}

.site-footer__newsletter-btn:hover {
    color: var(--finris-white);
}


.site-footer__newsletter-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    background-color: var(--finris-black);
    opacity: 0;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.site-footer__newsletter-btn:hover::before {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}





.site-footer__newsletter-btn::after {
    position: absolute;
    background-color: var(--finris-black);
    bottom: 0;
    right: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.site-footer__newsletter-btn:hover:after {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}





.site-footer__bottom {
    position: relative;
    display: block;
    padding: 31.5px 0;
    border-top: 2px solid rgba(var(--finris-base-rgb), .06);
}

.site-footer__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-footer__copyright {
    position: relative;
    display: block;
    top: 3px;
}

.site-footer__copyright-text {
    font-size: 18px;
    color: var(--finris-white);
    font-weight: 400;
}

.site-footer__copyright-text a {
    color: var(--finris-primary);
}

.site-footer__copyright-text a:hover {
    color: var(--finris-white);
}

.site-footer__social-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.site-footer__social-title {
    font-size: 18px;
    font-weight: 400;
    color: var(--finris-white);
}

.site-footer__social {
    position: relative;
    display: flex;
    align-items: center;
}

.site-footer__social a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--finris-white);
    background-color: rgba(var(--finris-white-rgb), .10);
    border-radius: 5px;
    font-size: 16px;
    height: 35px;
    width: 35px;
    transform: rotate(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.site-footer__social a:hover {
    color: var(--finris-white);
}

.site-footer__social a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--finris-base);
    border-radius: 5px;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.site-footer__social a:hover:before {
    transform: scaleX(1.0);
}

.site-footer__social a+a {
    margin-left: 15px;
}

/*--------------------------------------------------------------
# Site Footer Two
--------------------------------------------------------------*/
.site-footer-two {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #D7E7FF;
    z-index: 1;
}

.site-footer-two__shape-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .20;
    z-index: -1;
}

.site-footer-two__shape-1 {
    position: absolute;
    bottom: -60px;
    left: -150px;
    width: 297px;
    height: 297px;
    background: rgba(103, 57, 248, 0.52);
    filter: blur(100px);
    border-radius: 50%;
}

.site-footer-two__shape-2 {
    position: absolute;
    top: 0px;
    right: -380px;
    width: 476px;
    height: 476px;
    background: rgba(0, 87, 252, 0.4);
    filter: blur(100px);
    border-radius: 50%;
}

.site-footer-two__top {
    position: relative;
    display: block;
}

.site-footer-two__main-content {
    position: relative;
    display: block;
    padding: 80px 0 80px;
}

.site-footer-two__main-content-inner {
    position: relative;
    display: block;
}

.site-footer-two__star {
    position: absolute;
    bottom: -35px;
    right: 95px;
    z-index: -1;
}

.site-footer-two__star img {
    width: auto;
}

.footer-widget-two__about {
    position: relative;
    display: block;
    margin-top: 4px;
}

.footer-widget-two__about-logo {
    position: relative;
    display: block;
}

.footer-widget-two__get-in-touch-list {
    position: relative;
    display: block;
    margin-top: 42px;
    margin-bottom: 45px;
}

.footer-widget-two__get-in-touch-list li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-widget-two__get-in-touch-list li+li {
    margin-top: 20px;
}

.footer-widget-two__get-in-touch-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    border: 1px solid var(--finris-gray);
    border-radius: 50%;
    font-size: 13px;
    color: var(--finris-white);
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.footer-widget-two__get-in-touch-list li:hover .icon {
    border: 1px solid var(--finris-base);
}

.footer-widget-two__get-in-touch-list li .icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0%;
    content: "";
    background-color: var(--finris-base);
    border-radius: 50%;
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.footer-widget-two__get-in-touch-list li:hover .icon:before {
    height: 100%;
}

.footer-widget-two__get-in-touch-list li .text {
    position: relative;
    display: block;
}

.footer-widget-two__get-in-touch-list li .text p {
    font-size: 16px;
    color: var(--finris-black);
}

.footer-widget-two__get-in-touch-list li .text p a {
    color: var(--finris-black);
}

.footer-widget-two__get-in-touch-list li .text p a:hover {
    color: var(--finris-base);
}

.site-footer-two__social-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 25px 0 0 0;
}

.site-footer-two__social-title {
    font-size: 18px;
    font-weight: 400;
    color: var(--finris-white);
}

.site-footer-two__social {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}

.site-footer-two__social:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--finris-bdr-color);
    z-index: -1;
}

.site-footer-two__social a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--finris-white);
    background-color: #151B4E;
    border-radius: 50%;
    font-size: 12px;
    height: 30px;
    width: 30px;
    background: var(--finris-black);
    transform: rotate(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.site-footer-two__social a:hover {
    color: var(--finris-white);
    border: 1px solid var(--finris-base);
}

.site-footer-two__social a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--finris-base);
    border-radius: 50%;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.site-footer-two__social a:hover:before {
    transform: scaleX(1.0);
}

.site-footer-two__social a+a {
    margin-left: 15px;
}

.footer-widget-two__quick-links {
    position: relative;
    display: block;
    margin-left: 110px;
}

.footer-widget-two__title {
    position: relative;
    display: block;
    font-size: 20px;
    color: var(--finris-black);
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 25px;
}

.footer-widget-two__quick-links-list {
    position: relative;
    display: block;
}

.footer-widget-two__quick-links-list li+li {
    margin-top: 19px;
}

.footer-widget-two__quick-links-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--finris-black);
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget-two__quick-links-list li a:hover {
    color: var(--finris-primary);
}

.footer-widget-two__quick-links-list li a:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--finris-primary);
    content: "";
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
}

.footer-widget-two__quick-links-list li a:hover:before {
    transform: scale(1, 1);
    transform-origin: right center;
}

.footer-widget-two__support {
    position: relative;
    display: block;
}

.footer-widget-two__services {
    position: relative;
    display: block;
}

.site-footer-two__bottom {
    position: relative;
    display: block;
    padding: 31.5px 0;
    border-top: 1px solid #2F5183;
}

.site-footer-two__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.site-footer-two__copyright {
    position: relative;
    display: block;
    top: 3px;
}

.site-footer-two__copyright-text {
    font-size: 18px;
    color: var(--finris-white);
    font-weight: 400;
}

.site-footer-two__copyright-text a {
    color: var(--finris-primary);
}

.site-footer-two__copyright-text a:hover {
    color: var(--finris-white);
}

p.copy-right {
    margin: 100px 0 0 0;
    color: #000;
    font-weight: 500;
}



/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
    position: relative;
    display: block;
    background-color: #FFFDFC;
    border-top: 1px solid #ECD8E7;
    border-bottom: 1px dashed #ECD8E7;
    padding: 39px 0 39px;
    z-index: 1;
}

.brand-one.border-top-none {
    border-top: none;
}

.brand-one__left {
    position: relative;
    display: block;
}

.brand-one__text {
    font-size: 20px;
    color: var(--finris-black);
    font-weight: 500;
    line-height: 1.5em;
}

.brand-one__text span {
    color: var(--finris-base);
    font-weight: 700;
}

.brand-one__right {
    position: relative;
    display: block;
}

.brand-one__carousel {
    position: relative;
    display: block;
}

.brand-one__single {
    position: relative;
    display: block;
}

.brand-one__img {
    position: relative;
    display: block;
}

.brand-one__img img {
    width: auto !important;
    margin: 0 auto;
}



/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Process One
--------------------------------------------------------------*/
.process-one {
    position: relative;
    display: block;
    padding: 120px 0 95px;
    z-index: 1;
}

.process-one__top {
    position: relative;
    display: block;
    z-index: 1;
}

.process-one__top:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(98, 50, 248, 0.10) 0%, rgba(98, 50, 248, 0.00) 100%);
    width: calc((100% - -207px) / 2);
    z-index: -1;
}

.process-one__top-title-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 62px;
    padding: 65px 0 62px;
    padding-left: 50px;
    max-width: 745px;
    width: 100%;
    z-index: 1;
}

.process-one__top-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.process-one__top-icon img {
    width: auto;
}

.process-one__top-title-box .section-title {
    margin-bottom: 0;
}

.process-one__top-title-box .section-title__title {
    margin: 27px 0 0;
}

.process-one__star {
    position: absolute;
    top: 47px;
    right: -315px;
    z-index: -1;
}

.process-one__star img {
    width: auto;
}





.sliding-text-one {
    position: relative;
    display: block;
    margin-top: -3px;
    z-index: 1;
}

.sliding-text-one--bg1::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    bottom: 11px;
    right: 0;
    background-color: rgba(var(--finris-primary-rgb), .05);
    z-index: -1;
}


.sliding-text-one__wrap {
    position: relative;
    display: block;
}

.sliding-text-one__list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    width: fit-content;
}

.sliding-text-one__list li {
    osition: relative;
    display: block;
    float: left;
    margin-right: 35px;
}

.sliding-text-one__list li span {
    position: relative;
    display: block;
    width: 75px;
    height: 48px;
    border: 1px solid var(--finris-bdr-color);
    border-radius: 24px;
    top: 25px;
}

.sliding-text-one__title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 45px;
    color: transparent;
    -webkit-text-stroke: 1px var(--finris-bdr-color);
    font-size: 120px;
    line-height: 100px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-family: var(--finris-font-two);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sliding-text-one__list li .sliding-text-one__title:hover {
    color: transparent;
    -webkit-text-stroke: 1px transparent;
}

.sliding-text-one__title:before {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    color: var(--finris-base);
    white-space: nowrap;
    content: attr(data-hover);
    transition: all 0.5s cubic-bezier(0.17, 0.67, 0.32, 0.87);
}

.sliding-text-one__list li:hover .sliding-text-one__title:before {
    width: 100%;
    color: var(--finris-base);
}

.process-one__bottom {
    position: relative;
    display: block;
    counter-reset: count;
    z-index: 3;
}

.process-one__bottom ul li:nth-child(1) {
    margin-top: 155px;
}

.process-one__bottom ul li:nth-child(2) {
    margin-top: 90px;
}

.process-one__bottom ul li:nth-child(3) {
    margin-top: 35px;
}

.process-one__single {
    position: relative;
    display: block;
    margin-bottom: 24px;
}

.process-one__title-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.process-one__icon {
    position: relative;
    display: flex;
    align-items: center;
}

.process-one__icon img {
    width: auto;
    -webkit-transition: all 0.90s ease;
    -o-transition: all 0.90s ease;
    transition: all 0.90s ease;
}

.process-one__single:hover .process-one__icon img {
    transform: scale(1.02) translateX(2px);
}

.process-one__title {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
}

.process-one__text {
    margin-top: 16px;
    margin-bottom: 22px;
}

.process-one__count {
    position: relative;
    display: block;
}

.process-one__count:before {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 45px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px var(--finris-base);
    counter-increment: count;
    content: "0"counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.process-one__single:hover .process-one__count:before {
    color: var(--finris-base);
    -webkit-text-stroke: 1px var(--finris-base);
}

.process-one__arrow {
    position: absolute;
    bottom: 5px;
    left: 88px;
    animation: leftRight 4s ease-in-out infinite;
}

.process-one__arrow img {
    width: auto;
}

/*--------------------------------------------------------------
# Process Two
--------------------------------------------------------------*/
.process-two {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 118px 0 90px;
    z-index: 1;
}

.process-two__shape-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 106px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.04;
    z-index: -1;
}

.process-two__shape-3 {
    position: absolute;
    top: 325px;
    left: 0;
    z-index: -1;
}

.process-two__shape-3 img {
    width: auto;
}

.process-two__shape-4 {
    position: absolute;
    top: 30px;
    right: 15px;
    z-index: -1;
}

.process-two__shape-4 img {
    width: auto;
}

.process-two .section-title-two {
    margin-bottom: 77px;
}

.process-two__inner {
    position: relative;
    display: block;
}

.process-two__inner li:nth-child(1) {
    margin-top: 110px;
}

.process-two__inner li:nth-child(3) {
    margin-top: 110px;
}

.process-two__single {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    z-index: 1;
}

.process-two__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 121px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.process-two__shape-2 {
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    height: 121px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.process-two__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    background-color: var(--finris-white);
    border: 1px dashed var(--finris-base);
    border-radius: 50%;
    margin: 0 auto 0;
    overflow: hidden;
    z-index: 1;
}

.process-two__icon:before {
    content: "";
    position: absolute;
    bottom: -45px;
    right: -34px;
    height: 80px;
    width: 80px;
    background-color: rgba(var(--finris-base-rgb), .20);
    border-radius: 50%;
    z-index: -1;
}

.process-two__icon img {
    width: auto;
    -webkit-transition: all 0.90s ease;
    -o-transition: all 0.90s ease;
    transition: all 0.90s ease;
}

.process-two__single:hover .process-two__icon img {
    transform: scale(.9) translateX(2px);
}

.process-two__title {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    text-transform: uppercase;
    margin-top: 13px;
    margin-bottom: 14px;
}


/*--------------------------------------------------------------
# Process Three
--------------------------------------------------------------*/
.process-three {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 0 0 90px;
    z-index: 1;
}

.process-three__single {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 22px;
}

.process-three__icon-box {
    position: relative;
    display: block;
    height: 100px;
    width: 100px;
    margin: 0 auto 0;
}

.process-three__count {
    position: absolute;
    top: -15px;
    left: -15px;
    height: 35px;
    width: 35px;
    border-radius: 0%;
    z-index: 2;
}

.process-three__count:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: var(--finris-white);
    background-color: var(--finris-base);
    border-radius: 0%;
    counter-increment: count;
    content: "0"counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.process-three__single:hover .process-three__count:before {
    color: var(--finris-base);
    background-color: var(--finris-white);
    box-shadow: 0px 0px 5px 1px #F7F7F7;
}

.process-three__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    margin: 0 auto 0;
    border-radius: 0%;
    background-color: var(--finris-white);
    box-shadow: 0px 0px 9px 8px #F7F7F7;
    z-index: 1;
}

.process-three__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 0%;
    background-color: var(--finris-base);
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.process-three__single:hover .process-three__icon:before {
    transform: scaleX(1);
}

.process-three__icon span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: var(--finris-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.process-three__single:hover .process-three__icon span {
    color: var(--finris-white);
    transform: scale(1.2);
}

.process-three__content {
    position: relative;
    display: block;
    margin-top: 32px;
}

.process-three__title {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.process-three__single--two .process-three__content {
    margin-top: 0;
    margin-bottom: 32px;
}



/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Process One
--------------------------------------------------------------*/
.portfolio-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.portfolio-one__shape-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.portfolio-one__shape-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(6, 28, 61, .85);
}

.portfolio-one__shape-bg-two {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .06;
    z-index: -1;
}

.portfolio-one .section-title__tagline-icon-2 {
    border: 1px solid var(--finris-white);
}

.portfolio-one .section-title__tagline {
    color: var(--finris-white);
}

.portfolio-one .section-title__title {
    color: var(--finris-white);
}

.portfolio-one__single {
    position: relative;
    display: block;
}

.portfolio-one__img-box {
    position: relative;
    display: block;
}

.portfolio-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.portfolio-one__img img {
    width: 100%;
    transform: scale(1.0);
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
}

.portfolio-one__single:hover .portfolio-one__img img {
    transform: scale(1.10) rotate(0deg);
}

.portfolio-one__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 95px 30px 0;
    background-color: rgba(6, 28, 61, .85);
    opacity: 0;
    transform: translateY(50px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: 2;
}

.portfolio-one__single:hover .portfolio-one__content {
    opacity: 1;
    transform: translateY(0px);
}

.portfolio-one__title {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 64px;
}

.portfolio-one__title:before {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 0;
    right: 200px;
    height: 1px;
    border-bottom: 1px solid rgba(var(--finris-white-rgb), .50);
}

.portfolio-one__title a {
    color: var(--finris-white);
}

.portfolio-one__title a:hover {
    color: var(--finris-primary);
}

.portfolio-one__text {
    color: var(--finris-white);
    margin-bottom: 32px;
}

.portfolio-one__btn-box {
    position: relative;
    display: block;
}

.portfolio-one__carousel .owl-nav {
    position: absolute;
    bottom: -109px;
    right: 315px;
    margin: 0 !important;
}

.portfolio-one__carousel.owl-theme .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: var(--finris-white);
    background-color: transparent;
    border: 1px solid var(--finris-white);
    font-size: 25px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-one__carousel.owl-theme .owl-nav .owl-prev {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: var(--finris-white);
    background-color: transparent;
    border: 1px solid var(--finris-white);
    font-size: 25px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-one__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.portfolio-one__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
}

.portfolio-one__carousel.owl-theme .owl-nav .owl-next span,
.portfolio-one__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio-one__carousel.owl-theme .owl-nav .owl-next:hover,
.portfolio-one__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--finris-white);
    color: var(--finris-base);
}

.portfolio-one__bottom {
    position: relative;
    display: block;
    margin-top: 45px;
}

.portfolio-one__btn-box-two {
    position: relative;
    display: block;
}

.portfolio-one__btn-box-two a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    color: var(--finris-white);
    font-weight: 700;
    padding: 18px 30px 18px;
    border: 1px dashed var(--finris-white);
    border-radius: 50%;
}

.portfolio-one__btn-box-two a:hover {
    background-color: var(--finris-white);
    color: var(--finris-base);
}




/*--------------------------------------------------------------
    Portfolio Two
--------------------------------------------------------------*/
.portfolio-two {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 4px;
    z-index: 1;
}

.portfolio-two__wrap {
    position: relative;
    display: block;
    max-width: 1800px;
    margin: 0 auto;
}

.portfolio-two__wrap .swiper-container {
    position: relative;
}

.portfolio-two__wrap .swiper {
    position: relative;
    display: block;
}

.portfolio-two__wrap .swiper-slide {
    position: relative;
    display: block;
}

.portfolio-two__wrap .swiper-slide-active .portfolio-two__content {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 500ms;
}

.portfolio-two__wrap .swiper-slide-active .portfolio-two__single .portfolio-two__img:before {
    opacity: 0.90;
}





.portfolio-two__wrap .swiper-button-prev {
    background: white;
    border-radius: 50%;
    top: 47%;
    left: 30px;
    width: 50px;
    height: 50px;
    box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.17);
}

.portfolio-two__wrap .swiper-button-prev::after {
    font-size: 20px;
    content: "";
}

.portfolio-two__wrap .swiper-button-prev svg {
    width: 25px;
    color: #6232F8;
}

.portfolio-two__wrap .swiper-button-next {
    background: white;
    border-radius: 50%;
    top: 47%;
    right: 30px;
    width: 50px;
    height: 50px;
    box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.17);
}

.portfolio-two__wrap .swiper-button-next::after {
    font-size: 20px;
    content: "";
}

.portfolio-two__wrap .swiper-button-next svg {
    width: 25px;
    color: #6232F8;
}

.portfolio-two__wrap .swiper-button-prev,
.portfolio-two__wrap .swiper-button-next {
    display: none;
}

@media (min-width: 760px) {

    .portfolio-two__wrap .swiper-button-prev,
    .portfolio-two__wrap .swiper-button-next {
        display: flex;
    }
}








.portfolio-two__single {
    position: relative;
    display: block;
}

.portfolio-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    z-index: 1;
}

.portfolio-two__img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--finris-black);
    opacity: 0;
    z-index: 1;
    transition: opacity 0.5s ease;
    transition: all 0.5s ease;
}

.portfolio-two__img img {
    border-radius: 20px;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.portfolio-two__single:hover .portfolio-two__img img {
    transform: scale(1.05) rotate(0deg);
}

.portfolio-two__content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    background-color: var(--finris-white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 22px 15px 22px;
    border-radius: 16px;
    opacity: 0;
    transform: translateY(50px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: 2;
}



.portfolio-two__title-box {
    position: relative;
    display: block;
}

.portfolio-two__meta {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.portfolio-two__meta li {
    position: relative;
    display: block;
}

.portfolio-two__meta li a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--finris-gray);
    font-weight: 500;
}

.portfolio-two__title {
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 5px;
}

.portfolio-two__title a {
    color: var(--finris-black);
}

.portfolio-two__title a:hover {
    color: var(--finris-base);
}

.portfolio-two__btn-box {
    position: relative;
    display: block;
}

.portfolio-two__carousel.owl-carousel .owl-dots {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px !important;
}

.portfolio-two__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--finris-black);
    margin: 0px;
    padding: 0px;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.portfolio-two__carousel.owl-carousel .owl-dots .owl-dot+.owl-dot {
    margin-left: 10px;
}

.portfolio-two__carousel.owl-carousel .owl-dot.active {
    background-color: var(--finris-black);
}

.portfolio-two__carousel.owl-carousel .owl-dots .owl-dot:before {
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    content: "";
    border: 1px solid var(--finris-black);
    border-radius: 50%;
    transform: scale(0);
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.portfolio-two__carousel.owl-carousel .owl-dot.active:before {
    transform: scale(1);
}

.portfolio-two__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.portfolio-two__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    position: relative;
    display: block;
    padding: 120px 0 60px;
    z-index: 1;
}

.portfolio-details__left {
    position: relative;
    display: block;
}

.portfolio-details__summary {
    position: relative;
    display: block;
    border: 1px solid var(--finris-bdr-color);
    border-radius: 12px;
    padding: 27px 25px 30px;
    overflow: hidden;
    z-index: 1;
}

.portfolio-details__summary-shape-1 {
    position: absolute;
    width: 540px;
    height: 515px;
    bottom: -380px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(132, 167, 255, 0.04);
    border-radius: 50%;
    z-index: -1;
}

.portfolio-details__summary-shape-2 {
    position: absolute;
    width: 432px;
    height: 412px;
    bottom: -330px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(132, 167, 255, 0.04);
    border-radius: 50%;
    z-index: -1;
}

.portfolio-details__summary-shape-3 {
    position: absolute;
    width: 308px;
    height: 294px;
    bottom: -265px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(132, 167, 255, 0.04);
    border-radius: 50%;
    z-index: -1;
}

.portfolio-details__summary-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}

.portfolio-details__summary-text {
    font-size: 18px;
    line-height: 28px;
    margin-top: 6px;
    margin-bottom: 27px;
}

.portfolio-details__summary-list {
    position: relative;
    display: block;
    padding-left: 30px;
}

.portfolio-details__summary-list::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 5px;
    bottom: 10px;
    width: 2px;
    background-color: var(--finris-bdr-color);
}

.portfolio-details__summary-list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 60px;
}

.portfolio-details__summary-list li::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    width: 12px;
    height: 12px;
    background-color: var(--finris-white);
    border: 1px solid var(--finris-bdr-color);
    border-radius: 50%;
    transform: translateY(-50%);
}

.portfolio-details__summary-list li+li {
    margin-top: 22px;
}

.portfolio-details__summary-list li p {
    font-weight: 500;
    color: var(--finris-black);
}

.portfolio-details__summary-list li p a {
    color: var(--finris-black);
}

.portfolio-details__summary-list li p a:hover {
    color: var(--finris-base);
}

.portfolio-details__summary-list li span {
    position: relative;
    display: block;
    max-width: 80px;
    width: 100%;
}

.portfolio-details__right {
    position: relative;
    display: block;
}

.portfolio-details__img {
    position: relative;
    display: block;
}

.portfolio-details__img img {
    width: 100%;
    border-radius: 16px;
}

.portfolio-details__content {
    position: relative;
    display: block;
    margin-top: 32px;
}

.portfolio-details__title-1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
}

.portfolio-details__text-1 {
    margin-top: 17px;
    margin-bottom: 27px;
}

.portfolio-details__title-2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 62px;
    margin-bottom: 19px;
}

.portfolio-details__img-box {
    position: relative;
    display: block;
    margin-top: 55px;
}

.portfolio-details__img-box-img {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.portfolio-details__img-box-img img {
    width: 100%;
    border-radius: 16px;
}

.portfolio-details__img-box-img-2 {
    position: relative;
    display: block;
    margin-top: -33px;
}

.portfolio-details__img-box-img-2 img {
    width: 100%;
    border-radius: 16px;
}

.portfolio-details__title-3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 32px;
    margin-bottom: 19px;
}

.portfolio-details__list-and-img {
    position: relative;
    display: block;
    margin-top: 45px;
}

.portfolio-details__list {
    position: relative;
    display: block;
}

.portfolio-details__list li+li {
    margin-top: 24px;
}

.portfolio-details__list li {
    position: relative;
    display: block;
    padding-left: 20px;
    border-left: 3px solid var(--finris-base);
}

.portfolio-details__list li p {
    color: var(--finris-black);
}

.portfolio-details__list li p span {
    font-weight: 700;
}

.portfolio-details__img-box-2 {
    position: relative;
    display: block;
    margin-left: 58px;
}

.portfolio-details__img-box-two-img {
    position: relative;
    display: block;
    margin-bottom: 16px;
}

.portfolio-details__img-box-two-img img {
    width: 100%;
    border-radius: 16px;
}

.portfolio-details__title-4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
}

.portfolio-details__text-5 {
    margin-bottom: 18px;
    margin-top: 19px;
}

.portfolio-details__points-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 140px;
}

.portfolio-details__points-list {
    position: relative;
    display: block;
}

.portfolio-details__points-list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 17px;
}

.portfolio-details__points-list li+li {
    margin-top: 10px;
}

.portfolio-details__points-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    border: 2px solid var(--finris-base);
}

.portfolio-details__points-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 8px;
    color: var(--finris-base);
}

.portfolio-details__points-list li p {
    color: var(--finris-black);
}

.portfolio-details__title-5 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 58px;
    margin-bottom: 20px;
}

.portfolio-details__prev-and-next {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--finris-bdr-color);
    border-radius: 16px;
    padding: 21px 21px 21px;
    margin-top: 48px;
}

.portfolio-details__prev {
    position: relative;
    display: block;
}

.portfolio-details__prev a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 400;
    font-family: var(--finris-font-two);
    color: var(--finris-black);
}

.portfolio-details__prev a:hover {
    color: var(--finris-base);
}

.portfolio-details__prev a span {
    font-size: 16px;
}

.portfolio-details__next {
    position: relative;
    display: block;
}

.portfolio-details__next a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 400;
    font-family: var(--finris-font-two);
    color: var(--finris-black);
}

.portfolio-details__next a:hover {
    color: var(--finris-base);
}

.portfolio-details__next a span {
    font-size: 16px;
}

/*--------------------------------------------------------------
# Portfolio Page
--------------------------------------------------------------*/
.portfolio-page {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 120px 0 1px;
    z-index: 1;
}

.portfolio-page .section-title {
    margin-bottom: 79px;
}

.portfolio-page ul li:nth-child(2) .portfolio-page__single {
    margin-right: 0;
    margin-left: 220px;
}

.portfolio-page ul li:nth-child(4) .portfolio-page__single {
    margin-right: 0;
    margin-left: 220px;
}

.portfolio-page ul li:nth-child(6) .portfolio-page__single {
    margin-right: 0;
    margin-left: 220px;
}

.portfolio-page__single {
    position: relative;
    display: block;
    margin-left: 110px;
    margin-right: 110px;
    margin-bottom: 119px;
}

.portfolio-page__single-inner {
    position: relative;
    display: block;
}

.portfolio-page__case-box {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 25px;
    border: 1px solid var(--finris-bdr-color);
    padding: 10px 25px 10px;
    border-radius: 24px;
    overflow: hidden;
    top: 314px;
    left: -194px;
    transform: rotate(-90deg);
}

.portfolio-page__case-box:before {
    content: "";
    position: absolute;
    top: -6px;
    left: -37px;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    background-color: rgba(var(--finris-base-rgb), .26);
}

.portfolio-page__case-text {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--finris-black);
    gap: 5px;
}

.portfolio-page__case-count {
    position: relative;
    display: block;
}

.portfolio-page__case-count:before {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: var(--finris-black);
    counter-increment: count;
    content: "0"counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.portfolio-page__case-border {
    position: relative;
    display: block;
    width: 140px;
    height: 1px;
    background: rgb(6, 28, 61);
    background: linear-gradient(90deg, rgba(6, 28, 61, 0.7595413165266106) 0%, rgba(6, 28, 61, 0) 100%);
}

.portfolio-page__case-border:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: var(--finris-black);
}

.portfolio-page__content {
    position: relative;
    display: block;
}

.portfolio-page__sub-title {
    font-weight: 500;
    color: var(--finris-base);
    margin-bottom: 6px;
}

.portfolio-page__title {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 31px;
}

.portfolio-page__title a {
    color: var(--finris-black);
}

.portfolio-page__title a:hover {
    color: var(--finris-base);
}

.portfolio-page__img {
    position: relative;
    display: block;
    margin-top: 16px;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 16px;
    z-index: 1;
}

.portfolio-page__img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(6, 28, 61, .85);
    opacity: 0;
    transform: translateY(50px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: 1;
}

.portfolio-page__single:hover .portfolio-page__img:before {
    opacity: 1;
    transform: translateY(0px);
}

.portfolio-page__img img {
    width: 100%;
    transform: scale(1.0);
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
}

.portfolio-page__single:hover .portfolio-page__img img {
    transform: scale(1.10) rotate(0deg);
}

.portfolio-page__btn-box {
    position: relative;
    display: block;
}



/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
    position: relative;
    display: block;
    padding: 120px 0 220px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F1ECFE 48.5%, #FFFFFF 100%);
    z-index: 1;
}

.testimonial-one__shape-1 {
    position: absolute;
    top: 145px;
    right: 0;
    z-index: -1;
}

.testimonial-one__shape-1 img {
    width: auto;
}

.testimonial-one__star {
    position: absolute;
    top: 304px;
    left: 44px;
    z-index: -1;
}

.testimonial-one__star img {
    width: auto;
}

.testimonial-one__single {
    position: relative;
    display: block;
}

.testimonial-one__client-info {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.testimonial-one__client-img-box {
    position: relative;
    display: flex;
    width: 160px;
    height: 160px;
    border: 1px solid var(--finris-bdr-color);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.testimonial-one__client-img {
    position: relative;
    display: block;
    width: 140px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.testimonial-one__client-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-color: var(--finris-black);
    transition: opacity 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.testimonial-one__single:hover .testimonial-one__client-img::before {
    opacity: 0.6;
}

.testimonial-one__client-img img {
    width: 100%;
    border-radius: 50%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.testimonial-one__single:hover .testimonial-one__client-img img {
    transform: scale(1.05) rotate(0deg);
}

.testimonial-one__quote {
    position: absolute;
    bottom: 8px;
    left: 0;
    height: 40px;
    width: 40px;
    background-color: var(--finris-base);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: var(--finris-white);
    z-index: 2;
}

.testimonial-one__client-content {
    position: relative;
    display: block;
    padding-left: 12px;
}

.testimonial-one__client-content:before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 8px;
    left: 0;
    width: 2px;
    background-color: var(--finris-base);
}

.testimonial-one__client-name {
    font-size: 18px;
    color: var(--finris-black);
    font-weight: 700;
    line-height: 18px;
}

.testimonial-one__client-name a {
    color: var(--finris-black);
}

.testimonial-one__client-name a:hover {
    color: var(--finris-base);
}

.testimonial-one__client-sub-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    margin-top: 2px;
}

.testimonial-one__text {
    font-size: 18px;
    margin-top: 23px;
    margin-bottom: 12px;
}

.testimonial-one__rating {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.testimonial-one__rating input[type="radio"] {
    display: none;
}

.testimonial-one__rating label {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 22px;
    color: var(--finris-primary);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.testimonial-one__rating input[type="radio"]:checked~label {
    color: var(--finris-base);
}

.testimonial-one__rating label:hover,
.testimonial-one__rating label:hover~label {
    color: var(--finris-base);
}

.testimonial-one__carousel .owl-nav {
    position: absolute;
    bottom: -99px;
    right: 0;
    margin: 0 !important;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: var(--finris-black);
    background-color: transparent;
    border: 1px solid var(--finris-black);
    font-size: 25px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: var(--finris-black);
    background-color: transparent;
    border: 1px solid var(--finris-black);
    font-size: 25px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--finris-black);
    color: var(--finris-white);
}

.testimonial-one__carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: -70px;
    left: 0px;
    right: 0;
    text-align: center;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 0;
    height: 0;
}

.testimonial-one__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--finris-black);
    margin: 0px;
    padding: 0px;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.testimonial-one__carousel.owl-carousel .owl-dots .owl-dot+.owl-dot {
    margin-left: 10px;
}

.testimonial-one__carousel.owl-carousel .owl-dot.active {
    background-color: var(--finris-black);
}

.testimonial-one__carousel.owl-carousel .owl-dots .owl-dot:before {
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    content: "";
    border: 1px solid var(--finris-black);
    border-radius: 50%;
    transform: scale(0);
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.testimonial-one__carousel.owl-carousel .owl-dot.active:before {
    transform: scale(1);
}

.testimonial-one__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.testimonial-one__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}


/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 120px 0 120px;
    z-index: 1;
}

.testimonial-two__shape-bg-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.testimonial-two__shape-bg-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .60;
    z-index: -1;
}

.testimonial-two__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.testimonial-two__shape-1 img {
    width: 290px;
}

.testimonial-two__shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.testimonial-two__shape-2 img {
    width: auto;
}

.testimonial-two__quote {
    position: absolute;
    bottom: 55px;
    left: 79px;
    z-index: -1;
}

.testimonial-two__quote span {
    position: relative;
    display: inline-block;
    font-size: 195px;
    line-height: 195px;
    color: transparent;
    -webkit-text-stroke: 4px var(--finris-base);
    opacity: .24;
}

.testimonial-two .section-title-two {
    margin-bottom: 73px;
}

.testimonial-two__carousel {
    position: relative;
    display: block;
    padding-left: 167px;
}

.testimonial-two__single {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 70px;
}

.testimonial-two__img-box {
    position: relative;
    display: block;
}

.testimonial-two__img-box:before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 118px;
    width: 36px;
    background-color: var(--finris-base);
    border-radius: 100px;
    transform: rotate(45deg);
}

.testimonial-two__img-box:after {
    content: "";
    position: absolute;
    top: 36px;
    right: 150px;
    width: 36px;
    height: 395px;
    background-color: var(--finris-base);
    border-radius: 100px;
    transform: rotate(45deg);
}

.testimonial-two__img {
    position: relative;
    display: block;
    width: 320px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.testimonial-two__img:before {
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--finris-primary);
    border-radius: 50%;
    z-index: -1;
}

.testimonial-two__img img {
    border-radius: 50%;
}

.testimonial-two__content {
    position: relative;
    display: block;
    max-width: 485px;
    width: 100%;
}

.testimonial-two__client-info {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-two__client-name {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    text-transform: uppercase;
}

.testimonial-two__client-name a {
    color: var(--finris-black);
}

.testimonial-two__client-name a:hover {
    color: var(--finris-base);
}

.testimonial-two__client-title {
    position: relative;
    display: block;
    margin-left: 20px;
}

.testimonial-two__text {
    font-size: 24px;
    line-height: 34px;
    margin-top: 17px;
    margin-bottom: 16px;
}

.testimonial-two__star-rating {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

.testimonial-two__star-rating input[type="radio"] {
    display: none;
}

.testimonial-two__star-rating label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: var(--finris-base);
    font-size: 24px;
    padding: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.testimonial-two__star-rating label.stroke-clr {
    color: transparent;
    -webkit-text-stroke: 1px var(--finris-base);
}

.testimonial-two__star-rating input[type="radio"]:checked~label {
    color: var(--finris-primary);
}

.testimonial-two__star-rating label:hover,
.testimonial-two__star-rating label:hover~label {
    color: var(--finris-primary);
}

.testimonial-two__star-rating label.stroke-clr:hover,
.testimonial-two__star-rating label.stroke-clr:hover~label {
    color: var(--finris-base);
    -webkit-text-stroke: 1px var(--finris-base);
}

.testimonial-two__carousel .owl-nav {
    position: absolute;
    top: -110px;
    right: 0;
    margin: 0 !important;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: var(--finris-black);
    background-color: transparent;
    border: 1px solid var(--finris-black);
    font-size: 25px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: var(--finris-black);
    background-color: transparent;
    border: 1px solid var(--finris-black);
    font-size: 25px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--finris-black);
    color: var(--finris-white);
}

/*--------------------------------------------------------------
# Testimonials Page
--------------------------------------------------------------*/
.testimonials-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.testimonials-page .testimonial-one__single {
    margin-bottom: 24px;
}


/*--------------------------------------------------------------
# Blog Carousel Page
--------------------------------------------------------------*/
.testimonial-carousel-page {
    position: relative;
    display: block;
    padding: 120px 0 170px;
}






/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/






/*--------------------------------------------------------------
# Newsletter One
--------------------------------------------------------------*/
.newsletter-one {
    position: relative;
    display: block;
    padding: 0 0 120px;
    z-index: 1;
}

.newsletter-one__inner {
    position: relative;
    display: block;
    text-align: center;
    background-color: var(--finris-base);
    padding: 79px 0 65px;
    border-radius: 40px;
    overflow: hidden;
    z-index: 1;
}

.newsletter-one__img-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    border-radius: 50%;
    border-bottom-left-radius: 0;
}

.newsletter-one__img-1 img {
    width: auto;
}

.newsletter-one__img-2 {
    position: absolute;
    bottom: 0;
    right: 0px;
}

.newsletter-one__img-2 img {
    width: auto;
}

.newsletter-one__title {
    font-size: 60px;
    color: var(--finris-white);
    font-weight: 400;
    line-height: 1em;
    text-transform: uppercase;
}

.newsletter-one__text {
    font-size: 18px;
    font-weight: 500;
    color: var(--finris-white);
    line-height: 28px;
    margin-top: 18px;
    margin-bottom: 52px;
}

.newsletter-one__form {
    position: relative;
    display: block;
    max-width: 500px;
    width: 100%;
    margin: 0 auto 0;
}

.newsletter-one__input {
    position: relative;
    display: block;
}

.newsletter-one__input input[type="text"] {
    font-size: 18px;
    color: var(--finris-white);
    font-weight: 500;
    height: 75px;
    width: 100%;
    background: transparent;
    border: 1px solid var(--finris-white);
    border-radius: 37px;
    outline: none;
    padding: 0 40px 0;
    padding-right: 172px;
}



.newsletter-one__btn {
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 10px;
    border: none;
    font-size: 18px;
    color: var(--finris-base);
    background-color: var(--finris-white);
    font-weight: 500;
    padding: 14.5px 32px;
    border-radius: 37px;
    transition: 0.5s ease-in-out;
    overflow: hidden;
    z-index: 1;
}

.newsletter-one__btn:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    background-color: var(--finris-black);
    opacity: 0;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.newsletter-one__btn:hover::before {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.newsletter-one__btn:hover {
    color: var(--finris-white);
}

.newsletter-one__btn::after {
    position: absolute;
    background-color: var(--finris-black);
    bottom: 0;
    right: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.newsletter-one__btn:hover:after {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}



/*--------------------------------------------------------------
# Newsletter Two
--------------------------------------------------------------*/
.newsletter-two {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #F5F9FF;
    padding: 60px 0 70px;
    z-index: 1;
}
.newsletter-two__big-text {
    line-height: .8em;
    background: #F5F9FF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: var(--finris-font-two);
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: -1;
}

.newsletter-two__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newsletter-two__left {
    position: relative;
    display: block;
}

.newsletter-two__title {
    font-size: 60px;
    line-height: 1em;
    font-weight: 400;
    color: var(--finris-base);
    margin-bottom: 18px;
}

.newsletter-two__text {
    font-size: 24px;
    color: var(--finris-black);
    line-height: 38px;
}

.newsletter-two__right {
    position: relative;
    display: block;
    max-width: 670px;
    width: 100%;
}

.newsletter-two__form {
    position: relative;
    display: block;
}

.newsletter-two__input {
    position: relative;
    display: block;
}

.newsletter-two__input input[type="text"] {
    font-size: 18px;
    color: var(--finris-white);
    font-weight: 500;
    height: 80px;
    width: 100%;
    background: transparent;
    border: 1px solid var(--finris-white);
    border-radius: 40px;
    outline: none;
    padding: 0 40px 0;
    padding-right: 172px;
}

.newsletter-two__btn {
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 10px;
    border: none;
    background-color: var(--finris-white);
    font-size: 18px;
    color: var(--finris-base);
    font-weight: 500;
    padding: 14.5px 32px;
    border-radius: 37px;
    transition: 0.5s ease-in-out;
    overflow: hidden;
    z-index: 1;
}

.newsletter-two__btn:hover {
    color: var(--finris-white);
}

.newsletter-two__btn::after {
    position: absolute;
    background-color: var(--finris-black);
    bottom: 0;
    right: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.newsletter-two__btn:hover:after {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.newsletter-two__btn:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    background-color: var(--finris-black);
    opacity: 0;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.newsletter-two__btn:hover::before {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}










/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/





/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
.cta-one {
    position: relative;
    display: block;
    padding: 195px 0 0;
    z-index: 1;
}

.cta-one__inner {
    position: relative;
    display: block;
    z-index: 1;
}

.cta-one__img {
    position: absolute;
    bottom: 0;
    right: 70px;
    animation: leftRight 4s ease-in-out infinite;
    z-index: 2;
}

.cta-one__img img {
    width: auto;
}

.cta-one__inner-content {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 100px;
    background: linear-gradient(90deg, #003496 0%, #0057FC 100%);
    border-radius: 20px;
    overflow: hidden;
    padding: 57px 65px 55px;
    z-index: 1;
}

.cta-one__shape-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.cta-one__title {
    font-size: 40px;
    color: var(--finris-white);
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.3em;
}

.cta-one__btn {
    position: relative;
    display: block;
}

.cta-one__btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--finris-white);
    font-size: 16px;
    font-weight: 500;
    border: 2px solid var(--finris-white);
    padding: 20px 40px 20px;
    border-radius: 35px;
    overflow: hidden;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.cta-one__btn a:hover {
    color: var(--finris-black);
    border-color: transparent;
}

.cta-one__btn a::after {
    position: absolute;
    background-color: var(--finris-white);
    bottom: 0;
    right: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.cta-one__btn a:hover:after {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}


.cta-one__btn a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    background-color: var(--finris-white);
    opacity: 0;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.cta-one__btn a:hover::before {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# CTA Two
--------------------------------------------------------------*/
.cta-two {
    padding: 175px 0 120px;
}

/*--------------------------------------------------------------
# CTA Three
--------------------------------------------------------------*/
.cta-three {
    position: relative;
    display: block;
    background-color: #EEFFFC;
    padding: 100px 0 100px;
    z-index: 1;
}

.cta-three__left {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-right: -25px;
}

.cta-three__left-content {
    position: relative;
    display: block;
    padding: 45px 40px 55px;
    border-radius: 16px;
    z-index: 1;
}

.cta-three__left-content:before {
    content: "";
    position: absolute;
    top: 45px;
    bottom: 45px;
    right: 0;
    width: 80px;
    border: 1px dashed var(--finris-white);
    border-right: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.cta-three__left-content-shape-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 16px;
    z-index: -1;
}

.cta-three__title-box {
    position: relative;
    display: block;
    margin-bottom: 19px;
}

.cta-three__title-tagline-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 26px;
}

.cta-three__title-tagline-icon-box {
    position: relative;
    display: flex;
    align-items: center;
}

.cta-three__title-tagline-icon-1 {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid var(--finris-gray);
    border-radius: 50%;
    z-index: 1;
}

.cta-three__title-tagline-icon-2 {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    background-color: var(--finris-primary);
    border-radius: 50%;
    margin-left: -9px;
    z-index: 1;
}

.cta-three__title-tagline {
    font-size: 20px;
    font-weight: 500;
    color: var(--finris-white);
    line-height: 20px;
}

.cta-three__title {
    font-size: 40px;
    color: var(--finris-white);
    text-transform: uppercase;
    line-height: 1.2em;
    font-weight: 400;
}

.cta-three__text {
    color: var(--finris-white);
}

.cta-three__user {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.cta-three__user-img {
    position: relative;
    display: block;
    width: 60px;
    border-radius: 50%;
}

.cta-three__user-img img {
    width: 100%;
    border-radius: 50%;
}

.cta-three__user-content {
    position: relative;
    display: block;
}

.cta-three__user-name {
    font-size: 20px;
    font-weight: 500;
    color: var(--finris-primary);
    line-height: 25px;
}

.cta-three__user-sub-title {
    font-size: 14px;
    color: var(--finris-white);
    line-height: 14px;
}

.cta-three__right {
    position: relative;
    display: block;
    margin-left: 55px;
    margin-right: 170px;
}

.cta-three__form {
    position: relative;
    display: block;
}

.cta-three__form .row {
    --bs-gutter-x: 20px;
}

.cta-three__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.cta-three__input-box input[type="text"],
.cta-three__input-box input[type="email"] {
    height: 52px;
    width: 100%;
    background-color: var(--finris-white);
    border: 1px solid var(--finris-bdr-color);
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--finris-gray);
    display: block;
    border-radius: 12px;
}

.cta-three__input-box textarea {
    font-size: 16px;
    color: var(--finris-gray);
    height: 160px;
    width: 100%;
    background-color: var(--finris-white);
    border: 1px solid var(--finris-bdr-color);
    padding: 15px 20px 30px;
    border-radius: 20px;
    outline: none;
    font-weight: 400;
    position: relative;
    display: block;
}

.cta-three__input-box.text-message-box {
    height: 160px;
}

.cta-three__btn-box {
    position: relative;
    display: block;
    margin-top: 29px;
}

/*--------------------------------------------------------------
# CTA Four
--------------------------------------------------------------*/
.cta-four {
    margin-bottom: 120px;
}












/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Welcome One
--------------------------------------------------------------*/
.welcome-one {
    position: relative;
    display: block;
    padding: 120px 0px 90px;
    z-index: 1;
	background:var(--finris-white);
}

.welcome-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.welcome-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}

.welcome-one__img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--finris-black);
    opacity: 0;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.welcome-one__single:hover .welcome-one__img::before {
    opacity: .50;
}

.welcome-one__img img {
    width: 100%;
    border-radius: 10px;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}

.welcome-one__single:hover .welcome-one__img img {
    transform: scale(1.05) rotate(0deg);
}

.welcome-one__content {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    background-color: var(--finris-white);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    padding: 20px 20px 20px;
    border-radius: 10px;
    margin-left: 18px;
    margin-right: 18px;
    margin-top: -40px;
    z-index: 2;
}

.welcome-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: var(--finris-base);
    border-radius: 5px;
    z-index: 1;
}

.welcome-one__icon::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: var(--finris-black);
    border-radius: 5px;
    opacity: 0;
    transform: perspective(400px) scaleX(0);
    transform-origin: center;
    transition: all 500ms ease;
}

.welcome-one__single:hover .welcome-one__icon::before {
    opacity: 1;
    transform: perspective(400px) scaleX(1.0);
    transition-delay: 200ms;
}

.welcome-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 25px;
    color: var(--finris-white);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.welcome-one__single:hover .welcome-one__icon span {
    color: var(--finris-white);
    transform: scale(.9);
}

.welcome-one__title {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 34px;
}

.welcome-one__title a {
    color: var(--finris-black);
}

.welcome-one__title a:hover {
    color: var(--finris-base);
}




/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Faq One
--------------------------------------------------------------*/
.faq-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    overflow: hidden;
    z-index: 1;
}

.faq-one__shape-bg {
    position: absolute;
    top: 60px;
    bottom: 64px;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .04;
    z-index: -1;
}

.faq-one__left {
    position: relative;
    display: block;
    margin-right: 150px;
}

.faq-one__left .section-title-two {
    margin-bottom: 22px;
}

.faq-one__text {
    margin-bottom: 32px;
}

.faq-one__btn-box {
    position: relative;
    display: block;
}

.faq-one__right {
    position: relative;
    display: block;
    margin-right: 155px;
}

.faq-one__right .faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    background-color: var(--finris-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
	border-radius: .75rem;
}

.faq-one__right .faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 19px 30px 16px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    padding-right: 25px;
}

.faq-one__right .faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: var(--finris-black)#111111;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one__right .faq-one-accrodion .accrodion+.accrodion {
    margin-top: 20px;
}

.faq-one__right .faq-one-accrodion .accrodion-title h4::before {
    content: "\e925";
    font-family: 'icomoon' !important;
    font-weight: 700;
    font-size: 13px;
    color: var(--finris-base);
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 13px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
	display:none;
}

.faq-one__right .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\e942";
}

.faq-one__right .faq-one-accrodion .accrodion-content {
    position: relative;
    padding-bottom: 32px;
    padding-left: 30px;
    padding-right: 50px;
    margin-top: -6px;
}

.faq-one__right .faq-one-accrodion .accrodion-content p {
    margin: 0;
}

/*--------------------------------------------------------------
# Faq Page
--------------------------------------------------------------*/
.faq-page {
    position: relative;
    display: block;
    padding: 80px 0 100px;
}

.faq-page .faq-one__right {
    margin-right: 0;
    margin-bottom: 20px;
}





/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/