
/* Varialbes */
:root {
	--font-default: 'Manrope', sans-serif;
	--font-heading: 'Manrope', sans-serif;
	--fontawesome: "Font Awesome 5 Pro";
	--black: #000000;
	--dark: #1d1d1d;
	--dark-secondary: #262525;
	--white: #ffffff;
	--color-primary: #2196f3;
	--color-secondary: #d1cb2b;
	--color-heading: #04000b;
	--color-paragraph: #666666;
	--box-shadow-primary: -1px 3px 10px 0 rgba(0, 0, 0, 0.6);
	--box-shadow-secondary: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
	--box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
	--bg-gray: #f1f3f5;
	--bg-gradient: linear-gradient(45deg, #d1cb2b 20%, #2196f3 50%);
}

/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
    position: relative;
    display: block;
    padding: 90px 0 180px;
    z-index: 1;
}

.about-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;
}

.about-one__star {
    position: absolute;
    top: 40px;
    right: 135px;
    z-index: -1;
}

.about-one__star img {
    width: auto;
}

.about-one__left {
    position: relative;
    display: block;
    margin-top: 15px;
    margin-right: 128px;
}

.about-one__img-box {
    position: relative;
    display: block;
    z-index: 1;
}

.about-one__shape-1 {
    position: absolute;
    top: -17px;
    left: -17px;
    height: 180px;
    width: 180px;
    background-color: rgba(var(--white-rgb), .20);
    border-radius: 50%;
    z-index: 3;
}

.about-one__shape-2 {
    position: absolute;
    top: -7px;
    left: -7px;
    height: 28px;
    width: 28px;
    background-color: rgba(var(--white-rgb), 1);
    border-radius: 50%;
    z-index: 3;
}

.about-one__img {
    position: relative;
    display: block;
    border: 1px dashed var(--white);
    padding: 20px;
    border-radius: 32px;
    overflow: hidden;
    z-index: 1;
}

.about-one__img::before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.about-one__img:hover::before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.about-one__img img {
    width: 100%;
    border-radius: 16px;
}

.about-one__img-two {
    position: absolute;
    bottom: -66px;
    right: -44px;
    border-radius: 50%;
    width: 295px;
    z-index: 2;
}

.about-one__img-two img {
    width: 100%;
    border-radius: 50%;
    border: 3px solid var(--white);
}

.about-one__img-two:before {
    content: "";
    position: absolute;
    top: 27px;
    right: 34px;
    height: 28px;
    width: 28px;
    background-color: rgba(var(--white-rgb), 1);
    border-radius: 50%;
    z-index: 2;
}

.about-one__img-two:after {
    content: "";
    position: absolute;
    bottom: 27px;
    left: 34px;
    height: 28px;
    width: 28px;
    background-color: rgba(var(--white-rgb), 1);
    border-radius: 50%;
    z-index: 2;
}

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

.about-one__right .section-title {
    margin-bottom: 14px;
}

.about-one__text {
    margin-bottom: 30px;
}

.about-one__right-content-box {
    position: relative;
    display: block;
    border: 1px solid var(--bg-gray);
    padding: 35px 30px 30px;
    border-radius: 16px;
}

.about-one__points-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 35px;
}

.about-one__points {
    position: relative;
    display: block;
}

.about-one__points li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.about-one__points li+li {
    margin-top: 14px;
}

.about-one__points li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 14px;
    width: 14px;
    background-color: var(--white);
    border-radius: 50%;
    font-size: 8px;
    color: var(--white);
}

.about-one__points li .text {
    position: relative;
    display: block;
}

.about-one__points li .text p {
    font-weight: 500;
    color: var(--dark-secondary);
}

.about-one__btn-and-call-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 80px;
    margin-top: 39px;
}

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

.about-one__call {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.about-one__call:before {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -40px;
    width: 1px;
    background-color: var(--bg-gray);
}

.about-one__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 48px;
    border: 2px solid var(--white);
    border-radius: 100px;
    font-size: 20px;
    color: var(--white);
}

.about-one__call-content {
    position: relative;
    display: block;
}

.about-one__call-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.about-one__call-title a {
    color: var(--dark-secondary);
}

.about-one__call-title a:hover {
    color: var(--white);
}

.about-one__call-sub-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}

/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
.about-two {
    position: relative;
    display: block;
    padding: 118px 0 120px;
    z-index: 1;
}

.about-two__shape-box {
    position: absolute;
    top: -585px;
    right: -350px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: -1;
}

.about-two__shape-1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1396px;
    height: 1396px;
    background: rgba(241, 150, 4, 0.01);
    border-radius: 50%;
}

.about-two__shape-2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1160px;
    height: 1160px;
    background: rgba(241, 150, 4, 0.01);
    border-radius: 50%;
}

.about-two__shape-3 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 903px;
    height: 903px;
    background: rgba(241, 150, 4, 0.01);
    border-radius: 50%;
}

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

.about-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: 85px;
    z-index: 1;
}

.about-two__img::before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.about-two__img:hover::before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.about-two__img img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}

.about-two__img:hover img {
    transform: scale(1);
}

.about-two__right {
    position: relative;
    display: block;
    margin-top: 36px;
    margin-right: 80px;
}

.about-two__points-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 95px;
}

.about-two__points {
    position: relative;
    display: block;
}

.about-two__points li {
    position: relative;
    display: flex;
    gap: 20px;
}

.about-two__points li+li {
    margin-top: 40px;
}

.about-two__points li .icon {
    position: relative;
    display: block;
    top: 7px;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.about-two__points li:hover .icon {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}

.about-two__points li .icon img {
    width: auto;
}

.about-two__points li .content {
    position: relative;
    display: block;
}

.about-two__points li .content h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.about-two__bottom {
    position: relative;
    display: block;
}

.about-two__btn-and-call-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 60px;
    margin-top: 47px;
    border: 1px dashed var(--bg-gray);
    padding: 19px 19px 19px;
    border-radius: 48px;
    max-width: 460px;
    width: 100%;
}

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

.about-two__call {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    flex: 1;
}

.about-two__call:before {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -30px;
    width: 1px;
    background-color: var(--bg-gray);
}

.about-two__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 48px;
    background-color: var(--dark-secondary);
    border-radius: 100px;
    font-size: 20px;
    color: var(--white);
}

.about-two__call-content {
    position: relative;
    display: block;
}

.about-two__call-number {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    margin-top: 6px;
}

.about-two__call-number a {
    color: var(--dark-secondary);
}

.about-two__call-number a:hover {
    color: var(--white);
}

.about-two__call-sub-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-transform: capitalize;
}

/*--------------------------------------------------------------
# About Three
--------------------------------------------------------------*/
.about-three {
    position: relative;
    display: block;
    padding-top: 100px;
    padding-bottom: 100px;
    z-index: 1;
}

.about-three__left {
    position: relative;
    display: block;
    margin-right: 295px;
}

.about-three__img-box {
    position: relative;
    display: block;
}

.about-three__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 40px;
    z-index: 1;
}

.about-three__img::before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.about-three__img:hover:before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.about-three__img img {
    width: 100%;
    border-radius: 40px;
}

.about-three__img-2 {
    position: absolute;
    bottom: -66px;
    right: -163px;
    border-radius: 40px;
}

.about-three__img-2 img {
    border-radius: 40px;
    border: 10px solid var(--white);
}

.about-three__experience-box {
    position: absolute;
    left: 47px;
    bottom: -58px;
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: var(--color-primary);
    border-radius: 50px;
    padding: 20px 40px 20px;
    z-index: 2;
}

.about-three__count {
    position: relative;
    display: block;
}

.about-three__count h3 {
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
    color: var(--white);
    margin: 0px;
}

.about-three__count-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    color: var(--white) !important;
    margin: 0px;
}

.about-three__video-link {
    position: absolute;
    top: 108px;
    right: -120px;
}

.about-three__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: var(--white);
    background-color: rgba(255, 56, 56, .60);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1;
}
.about-three__video-icon .fa-play{
    color: #fff;
    font-size: 30px;
    margin-top: 25px;
    margin-left: 5px;
}

.about-three__video-icon:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background-color: rgba(255, 56, 56, .60);
    border-radius: 50%;
    z-index: -1;
}

.about-three__video-icon:after {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background-color: rgba(255, 56, 56, .60);
    border-radius: 50%;
    z-index: -1;
}

.about-three__video-link .ripple,
.about-three__video-icon .ripple:before,
.about-three__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(255, 56, 56, .60);
    -o-box-shadow: 0 0 0 0 rgba(255, 56, 56, .60);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 56, 56, .60);
    box-shadow: 0 0 0 0 rgba(255, 56, 56, .60);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.about-three__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.about-three__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.about-three__shape-1 {
    position: absolute;
    top: 0px;
    left: 30px;
    width: 750px;
    height: 750px;
    border: 1px dashed var(--white);
    border-radius: 50%;
    z-index: -1;
}

.about-three__shape-2 {
    position: absolute;
    top: 83px;
    right: -183px;
    width: 298px;
    height: 298px;
    background: #FDDAEB;
    filter: blur(100px);
    border-radius: 50%;
    z-index: -1;

}

.about-three__shape-3 {
    position: absolute;
    width: 432px;
    height: 432px;
    bottom: -130px;
    left: 10px;
    background: rgb(0 129 255 / 7%);
    border-radius: 50%;
    z-index: -1;
}

.about-three__shape-4 {
    position: absolute;
    width: 364px;
    height: 364px;
    left: 45px;
    bottom: -97px;
    background: #0086ff1a;
    border-radius: 50%;
    z-index: -1;
}

.about-three__shape-5 {
    position: absolute;
    right: 138px;
    bottom: -110px;
}

.about-three__shape-5 img {
    width: auto;
}

.about-three__right {
    position: relative;
    display: block;
}

.about-three__right .section-title-two {
    margin-bottom: 19px;
}

.about-three__client-and-text-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 55px;
    margin-top: 28px;
}

.about-three__client-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 210px;
    width: 100%;
}

.about-three__client-img {
    position: relative;
    display: block;
    max-width: 60px;
    width: 100%;
}

.about-three__client-img img {
    width: 100%;
    border: 1px solid var(--color-paragraph);
    border-radius: 50%;
}

.about-three__client-content {
    position: relative;
    display: block;
}

.about-three__client-content h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    font-family: var(--finris-font);
}

.about-three__client-text {
    color: var(--white);
}

.about-three__points-list {
    position: relative;
    display: block;
    margin-top: 44px;
}

.about-three__points-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.about-three__points-list li+li {
    margin-top: 23px;
}

.about-three__points-list li .icon {
    position: relative;
    display: inline-block;
}

.about-three__points-list li .icon img {
    width: auto;
    -webkit-transition: all 0.90s ease;
    -o-transition: all 0.90s ease;
    transition: all 0.90s ease;
}

.about-three__points-list li:hover .icon img {
    transform: scale(.9) translateX(2px);
}

.about-three__points-list li .content {
    position: relative;
    display: block;
}

.about-three__points-list li .content h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 3px;
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.why-choose-one {
    position: relative;
    display: block;
    padding: 80px 0 120px;
    z-index: 1;
}

.why-choose-one.pdt120 {
    padding-top: 120px;
}

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

.why-choose-one__left {
    position: relative;
    display: block;
    margin-right: 100px;
}

.why-choose-one__left .section-title {
    margin-bottom: 20px;
}

.why-choose-one__text {
    margin-bottom: 27px;
}

.why-choose-one__list {
    position: relative;
    display: block;
}

.why-choose-one__list li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.why-choose-one__list li+li {
    margin-top: 40px;
}

.why-choose-one__list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.why-choose-one__list li:hover .icon {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}

.why-choose-one__list li .icon img {
    width: auto;
}

.why-choose-one__list li .content {
    position: relative;
    display: block;
}

.why-choose-one__list li .content p {
    font-size: 20px;
    color: var(--dark-secondary);
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 3px;
}

.why-choose-one__list li .content p a {
    color: var(--dark-secondary);
}

.why-choose-one__list li:hover .content p a {
    color: var(--color-primary);
}

.why-choose-one__right {
    position: relative;
    display: block;
    z-index: 1;
}

.why-choose-one__circle {
    position: absolute;
    top: 48px;
    right: 100px;
    height: 448px;
    width: 448px;
    border-radius: 50%;
    border: 2px dashed var(--color-primary);
    transform: rotate(0deg);
    z-index: -1;
}

.why-choose-one__content-one {
    position: relative;
    display: block;
}

.why-choose-one__img-one {
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    z-index: 1;
}

.why-choose-one__img-one::before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.why-choose-one__img-one:hover:before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.why-choose-one__img-one img {
    width: 100%;
    border-radius: 16px;
    transition: .5s ease;
    transform: scale(1.05);
}

.why-choose-one__img-one:hover img {
    transform: scale(1);
}

.why-choose-one__content-two {
    position: relative;
    display: block;
    margin-top: 27px;
}

.why-choose-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 68px;
    width: 68px;
    border: 2px solid rgba(var(--color-primary-rgb), .15);
    background-color: var(--white);
    border-radius: 50%;
    margin-left: 38px;
    margin-bottom: 38px;
    animation: topBottom 3s ease-in-out infinite;
}

.why-choose-one__icon img {
    width: auto;
}

.why-choose-one__img-two {
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    z-index: 1;
}

.why-choose-one__img-two::before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.why-choose-one__img-two:hover:before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.why-choose-one__img-two img {
    width: 100%;
    border-radius: 16px;
    transition: .5s ease;
    transform: scale(1.05);
}

.why-choose-one__img-two:hover img {
    transform: scale(1);
}

.why-choose-one__round-text-box {
    position: relative;
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: var(--color-primary);
    margin-top: 20px;
    margin-left: 105px;
    z-index: 5;
}

.why-choose-one__round-text-box-inner {
    position: relative;
    display: block;
    width: 180px;
    height: 180px;
}

.why-choose-one__curved-circle {
    position: absolute;
    top: 4px;
    left: 0px;
    bottom: 0;
    right: 0;
    color: var(--white);
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0px;
    word-spacing: -1px;
    transform: rotate(0deg);
    height: 170px !important;
    font-family: var(--finris-font-two);
}

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

.why-choose-two__shape-bg {
    position: absolute;
    top: 116px;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .10;
    z-index: -1;
}

.why-choose-two__star {
    position: absolute;
    top: 150px;
    right: 83px;
    z-index: -1;
}

.why-choose-two__star img {
    width: auto;
}

.why-choose-two__left {
    position: relative;
    display: block;
    margin-top: 57px;
}

.why-choose-two__review {
    position: relative;
    display: block;
    margin-bottom: 28px;
    margin-left: 15px;
    z-index: 1;
}

.why-choose-two__review:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -15px;
    height: 70px;
    width: 70px;
    background-color: #FFFBF2;
    border-radius: 50%;
    z-index: -1;
}

.why-choose-two__review-shape {
    position: relative;
    display: block;
}

.why-choose-two__review-shape img {
    width: auto;
}

.why-choose-two__review-count-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
}

.why-choose-two__review-count {
    position: relative;
    display: flex;
    align-items: center;
}

.why-choose-two__review-count p {
    font-weight: 500;
}

.why-choose-two__count-letter {
    font-weight: 500;
}

.why-choose-two__review-count-text {
    font-weight: 500;
}

.why-choose-two__rating {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    border: 1px solid var(--bg-gray);
    border-radius: 8px;
    max-width: 185px;
    width: 100%;
    padding: 6px 15px 8px;
    background-color: var(--white);
    margin-left: 15px;
    z-index: 2;
}

.why-choose-two__rating-count {
    position: relative;
    display: flex;
    align-items: center;
    top: 3px;
}

.why-choose-two__rating-count p {
    font-size: 30px;
    font-weight: 400;
    color: var(--dark-secondary);
    line-height: 30px;
    font-family: var(--finris-font-two);
    text-transform: uppercase;
}

.why-choose-two__rating-count-letter {
    font-size: 30px;
    font-weight: 400;
    color: var(--dark-secondary);
    line-height: 30px;
    font-family: var(--finris-font-two);
    text-transform: uppercase;
}

.why-choose-two__rating-content {
    position: relative;
    display: block;
}

.why-choose-two__star-rating {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    direction: rtl;
}

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

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

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

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

.why-choose-two__rating-text {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    position: relative;
    display: block;
    margin-top: -5px;
}

.why-choose-two__img-box {
    position: relative;
    display: block;
    margin-top: -125px;
}

.why-choose-two__img {
    position: relative;
    display: block;
}

.why-choose-two__img img {
    width: 100%;
    animation: leftRight 4s ease-in-out infinite;
}

.why-choose-two__shape-box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 520px;
    height: 520px;
    background: rgba(122, 86, 250, 0.04);
    border-radius: 50%;
    top: 70px;
    left: 0;
}

.why-choose-two__shape-1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 438px;
    height: 438px;
    background: rgba(122, 86, 250, 0.04);
    border-radius: 50%;
}

.why-choose-two__shape-2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 355px;
    height: 355px;
    background: rgba(122, 86, 250, 0.04);
    border-radius: 50%;
}

.why-choose-two__right {
    position: relative;
    display: block;
    margin-right: 100px;
}

.why-choose-two__right .section-title-two {
    margin-bottom: 23px;
}

.why-choose-two__points {
    position: relative;
    display: block;
    margin-top: 38px;
    margin-left: 110px;
}

.why-choose-two__points li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.why-choose-two__points li+li {
    margin-top: 34px;
}

.why-choose-two__points li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 64px;
    border: 1px solid var(--bg-gray);
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.why-choose-two__points li .icon:before {
    content: "";
    position: absolute;
    bottom: -14px;
    right: -14px;
    height: 48px;
    width: 48px;
    background-color: rgba(var(--color-primary-rgb), .20);
    border-radius: 50%;
    z-index: -1;
}

.why-choose-two__points li .icon img {
    width: auto;
    -webkit-transition: all 0.90s ease;
    -o-transition: all 0.90s ease;
    transition: all 0.90s ease;
}

.why-choose-two__points li:hover .icon img {
    transform: scale(.9) translateX(2px);
}

.why-choose-two__points li .content {
    position: relative;
    display: block;
    max-width: 342px;
    width: 100%;
}

.why-choose-two__points li .content h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    font-family: var(--finris-font);
    margin-bottom: 2px;
}

.why-choose-two__points li .content h4 a {
    color: var(--dark-secondary);
}

.why-choose-two__points li .content h4 a:hover {
    color: var(--color-primary);
}

/*--------------------------------------------------------------
# Why Choose Three
--------------------------------------------------------------*/
.why-choose-three {
    position: relative;
    display: block;
    padding: 90px 0 180px;
    z-index: 1;
}

.why-choose-three__left {
    position: relative;
    display: block;
    margin-left: 48px;
    margin-right: 69px;
    margin-top: 35px;
}

.why-choose-three__img-box {
    position: relative;
    display: block;
}

.why-choose-three__review-box {
    position: absolute;
    top: -45px;
    left: -48px;
    height: 195px;
    width: 195px;
    background-color: var(--color-secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}

.why-choose-three__review-count {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 7px;
}

.why-choose-three__review-count h4 {
    font-size: 40px;
    font-weight: 700;
    color: var(--white);
    line-height: 40px;
    font-family: var(--finris-font);
}

.why-choose-three__review-count-plus {
    font-size: 40px;
    font-weight: 700;
    color: var(--white);
    line-height: 40px;
}

.why-choose-three__review-count-text {
    font-size: 14px;
    line-height: 14px;
    color: var(--white);
}

.why-choose-three__complete-project-box {
    position: absolute;
    bottom: -60px;
    right: 0px;
    height: 245px;
    width: 245px;
    background-color: rgba(var(--color-primary-rgb), .80);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}

.why-choose-three__complete-project-count {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 7px;
}

.why-choose-three__complete-project-count h4 {
    font-size: 48px;
    font-weight: 700;
    color: var(--white);
    line-height: 48px;
    font-family: var(--finris-font);
}

.why-choose-three__complete-project-count-plus {
    font-size: 48px;
    font-weight: 700;
    color: var(--white);
    line-height: 48px;
}

.why-choose-three__complete-project-count-text {
    font-size: 16px;
    line-height: 16px;
    color: var(--white);
}

.why-choose-three__shape-2 {
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 1;
}

.why-choose-three__shape-2 img {
    width: auto;
}

.why-choose-three__shape-3 {
    position: absolute;
    top: 15px;
    right: -8px;
    z-index: 1;
}

.why-choose-three__shape-3 img {
    width: auto;
}

.why-choose-three__img {
    position: relative;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.why-choose-three__img::before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
    border-radius: 50%;
}

.why-choose-three__img:hover::before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.why-choose-three__img img {
    width: 100%;
    border-radius: 50%;
    transition: .5s ease;
    transform: scale(1.05);
}

.why-choose-three__img:hover img {
    transform: scale(1);
}

.why-choose-three__shape-1 {
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 1;
}

.why-choose-three__shape-1 img {
    width: auto;
}

.why-choose-three__right {
    position: relative;
    display: block;
}

.why-choose-three__right .section-title-two {
    margin-bottom: 21px;
}

.why-choose-three__points-box {
    position: relative;
    display: block;
    margin-top: 33px;
}

.why-choose-three__single {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 48px;
}

.why-choose-three__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: rgba(5, 163, 221, .10);
}

.why-choose-three__icon img {
    width: auto;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.why-choose-three__single:hover .why-choose-three__icon img {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}

.why-choose-three__content {
    position: relative;
    display: block;
    width: 220px;
}

.why-choose-three__content-title {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 24px;
}

/*--------------------------------------------------------------
# Why Choose Four
--------------------------------------------------------------*/
.why-choose-four {
    position: relative;
    display: block;
    padding: 152px 0 164px;
    z-index: 1;
}

.why-choose-four__left {
    position: relative;
    display: block;
}

.why-choose-four__left .section-title-two {
    margin-bottom: 23px;
}

.why-choose-four__img-box {
    position: relative;
    display: block;
    margin-top: 47px;
    margin-right: 272px;
}

.why-choose-four__img {
    position: relative;
    display: block;
    padding: 2px;
}

.why-choose-four__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--white);
    border-radius: 16px;
    clip-path: polygon(0 0, 75% 0%, 100% 25%, 100% 100%, 0 100%, 0% 50%);
}

.why-choose-four__img img {
    width: 100%;
    border-radius: 16px;
    clip-path: polygon(0 0, 75% 0%, 100% 25%, 100% 100%, 0 100%, 0% 50%);
}

.why-choose-four__img-2 {
    position: absolute;
    bottom: -132px;
    right: -218px;
    z-index: -1;
}

.why-choose-four__img-2 img {
    width: auto;
    border-radius: 16px;
}

.why-choose-four__img-shape-1 {
    position: absolute;
    bottom: -90px;
    left: 97px;
    z-index: -1;
}

.why-choose-four__img-shape-1 img {
    width: auto;
}

.why-choose-four__right {
    position: relative;
    display: block;
    margin-top: 52px;
}

.why-choose-four__right-title {
    font-size: 80px;
    font-weight: 400;
    line-height: 80px;
    color: transparent !important;
    -webkit-text-stroke: 2px #489dec6b;
    margin-bottom: 102px;
}

.why-choose-four__single {
    position: relative;
    display: block;
    margin-bottom: 28px;
}

.why-choose-four__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    z-index: 1;
}

.why-choose-four__icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid var(--bg-gray);
    border-radius: 16px;
    transform: rotate(-45deg);
    filter: drop-shadow(1px 1px 8px rgba(187, 187, 187, 0.77));
    z-index: -1;
}

.why-choose-four__icon img {
    width: auto;
    -webkit-transition: all 0.90s ease;
    -o-transition: all 0.90s ease;
    transition: all 0.90s ease;
}

.why-choose-four__single:hover .why-choose-four__icon img {
    transform: scale(.9) translateX(2px);
}

.why-choose-four__single h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 33px;
    margin-bottom: 9px;
}



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


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

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

.awards-one__left .section-title-two {
    margin-bottom: 57px;
}

.awards-one__img-box {
    position: relative;
    display: block;
    margin-right: 216px;
}

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

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

.awards-one__img-2 {
    position: absolute;
    right: -136px;
    bottom: -43px;
    border: 4px solid var(--white);
    border-radius: 16px;
    overflow: hidden;
}

.awards-one__img-2 img {
    width: auto;
    border-radius: 16px;
}

.awards-one__experience-box {
    position: absolute;
    bottom: 24px;
    left: 25px;
    z-index: 2;
}

.awards-one__count {
    position: relative;
    display: flex;
    align-items: center;
}

.awards-one__count h3 {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    font-family: var(--finris-font);
    color: var(--white);
}

.awards-one__count span {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    font-family: var(--finris-font);
    color: var(--white);
}

.awards-one__count-text {
    font-size: 20px;
    font-weight: 500;
    color: var(--white);
    margin-top: 2px;
}

.awards-one__shape-1 {
    position: absolute;
    bottom: -100px;
    left: -34px;
    width: 279px;
    height: 279px;
    background-color: rgba(10, 87, 239, 0.69);
    border-radius: 50%;
}

.awards-one__shape-2 {
    position: absolute;
    bottom: -80px;
    left: -15px;
    width: 236px;
    height: 236px;
    background-color: rgba(10, 87, 239, 0.69);
    border-radius: 50%;
}

.awards-one__right {
    position: relative;
    display: block;
    margin-top: 200px;
}

.awards-one__awards-list {
    position: relative;
    display: block;
}

.awards-one__awards-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 29px;
    bottom: 0;
    width: 1px;
    background-color: var(--bg-gray);
}

.awards-one__awards-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.awards-one__awards-list li+li {
    margin-top: 38px;
}

.awards-one__awards-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 60px;
    width: 100%;
    height: 60px;
    background-color: var(--color-primary);
    border-radius: 50%;
}

.awards-one__awards-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: var(--white);
}

.awards-one__awards-list li .content {
    position: relative;
    display: block;
}

.awards-one__awards-list li .content h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}

.awards-one__awards-list li .content p {
    margin-top: 10px;
    margin-bottom: 11px;
}

.awards-one__tag-and-date {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.awards-one__tag {
    position: relative;
    display: block;
}

.awards-one__tag>p {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #FEB72B;
    font-size: 14px;
    font-weight: 500;
    color: var(--dark-secondary);
    padding: 2px 12px 2px;
    border-radius: 15px;
}

.awards-one__tag>p>span {
    font-size: 16px;
}

.awards-one__date {
    position: relative;
    display: block;
}

.awards-one__date>p {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
    color: var(--bg-gray);
    padding: 1px 11px 1px;
    border-radius: 15px;
    border: 1px solid var(--bg-gray);
}


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