/* hero */
.hero {
    display: flex;
    margin-top: 51px;
}
.map{
    margin-bottom: 90px;
    margin-top:120px;
}
.right-hero {
    width: 45%;
}

.right-hero > h1 {
    font-weight: 300;
    font-size: 24px;
    line-height: 37px;
    text-align: right;
    margin-top: 0;
    width: auto;
}

.right-hero > div {
    line-height: 63px;
    margin-top: 16px;
}

.right-hero > div > p:nth-child(1) {
    font-style: normal;
    font-weight: 400;
    font-size: 47px;
    text-align: right;
}

.right-hero > div > p:nth-child(2) {
    font-style: normal;
    font-weight: 900;
    font-size: 47px;
    text-align: right;
}

.right-hero > div > p > span {
    color: #0f3fff;
}

.right-hero > p {
    width: 566px;
    margin-top: 16px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
}

.right-hero > .hero-btns {
    margin-top: 50px;
}

.right-hero > .hero-btns a:nth-child(2) {
    margin-right: 16px;
}

.left-hero {
    width: 55%;
}

.left-hero img {
    width: auto;
    height: 430px;
}

/* services */
.services {
    margin-top: 72px;
    padding-top: 32px;
}
.services h2 {
    text-align: center;
    margin-left: 18px;
}
.services h2 span {
    color: #3e65ff;
}
.services .services-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.services .services-header > span {
    font-size: 20px;
    color: #656565;
}
.services .services-body > p {
    text-align: center;
    margin-top: 12px;
    font-weight: 700;
}
.services .services-body > .services-body-row {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.services .services-body > .services-body-row > div {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 20px;
    margin-right: 24px;
    width: 303px;
    height: 303px;
    padding: 0 24px;
    padding-bottom: 0;
    margin-top: 30px;
    position: relative;
    transition: all ease 0.3s;
    cursor: pointer;
}

.services .services-body > .services-body-row > div:first-child {
    margin-right: 0;
}

.services .services-body > .services-body-row > div > img {
    width: 125px;
    height: 72px;
    margin-top: 32px;
}

.services .services-body > .services-body-row > div > h3 {
    font-weight: 800;
    font-size: 20px;
    margin-top: 18px;
}

.services .services-body > .services-body-row > div > p {
    font-weight: 400;
    font-size: 14px;
    margin-top: 8px;
    line-height: 180%;
    text-align: right;
}

.services .services-body > .services-body-row > div > span {
    position: absolute;
    width: 53px;
    height: 53px;
    left: 24px;
    top: 28px;
    background: #ffffff;
    /* Neutral/Neutral-1 */

    border: 1px solid #dddddd;
    border-radius: 20px;
    opacity: 1;
    transform: translateY(30%);
    transition: transform 0.5s, opacity 0.5s;
}
.services .services-body > .services-body-row > div:hover > span {
    position: absolute;
    width: 53px;
    height: 53px;
    left: 24px;
    top: 28px;
    background: radial-gradient(
            210.56% 198.03% at -8.19% -65.79%,
            #5282fd 0%,
            #0034b8 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    box-shadow: 0px 37px 50px rgba(0, 51, 255, 0.18);
    border-radius: 20px;
    opacity: 1;
    transform: translateY(30%);
    transition: transform 0.5s, opacity 0.5s;
}
.services
.services-body
> .services-body-row
> div:hover
> span
> a
> img:nth-child(1) {
    display: block;
}
.services
.services-body
> .services-body-row
> div:hover
> span
> a
> img:nth-child(2) {
    display: none;
}

.services .services-body > .services-body-row > div > span:hover {
    box-shadow: none;
    transition: all ease 0.3s;
}

.services .services-body > .services-body-row > div > span > a > img {
    margin: 14px 14px;
}

.services .services-body > .services-body-row > div:hover {
    outline: 3px solid #0c34d3;
    transition: all ease 0.3s;
    cursor: pointer;
}

.services .services-body > .services-body-row > div:hover > span {
    display: block;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s;
}
.services
.services-body
> .services-body-row
> div
> span
> a
> img:nth-child(1) {
    display: none;
}



/* features */
.features {
    background: #f4f4f4;
    height: 544px;
    margin-top: 130px;
}

.features > .features-body {
    display: flex;
    flex-direction: row;
    position: relative;
    height: 554px;
}

.features > .features-body > .features-body-left {
    width: 560px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.features > .features-body > .features-body-left > ul {
    display: flex;
    margin-top: 46px;
    justify-content: space-between;
}

.features > .features-body > .features-body-left > div.hero-btns {
    margin-top: 52px;
}

.features
> .features-body
> .features-body-left
> div.hero-btns
> .btn-secmondery {
    background: #e3e3e3;
    margin-right: 19px;
}

.features > .features-body > .features-body-left > ul > li:nth-child(odd) {
    width: 250px;
}

.features > .features-body > .features-body-left > ul > li:nth-child(even) {
    width: 250px;
}

.features > .features-body > .features-body-left > ul > li > h3 {
    font-weight: 700;
    font-size: 24px;
}

.features > .features-body > .features-body-left > ul > li > span {
    font-weight: 600;
    font-size: 16px;
    margin-top: 12px;
    display: block;
}
.features > .features-body > .features-body-right {
    width: 42%;
}
.features > .features-body > .features-body-right > img {
    position: absolute;
    width: auto;
    height: 631.33px;
    display: block;
    filter: drop-shadow(0px 32.1349px 43.4256px rgba(0, 0, 0, 0.07));
}

.features > .features-body > .features-body-right > img:nth-child(2) {
    display: none;
}

.features > .features-body > .features-body-right > img:nth-child(2) {
    display: none;
}

.animate__delay-10s {
    --animate-delay: 0.5s;
}
.animate__delay-20s {
    --animate-delay: 0.7s;
}
.animate__delay-30s {
    --animate-delay: 1s;
}

.animate__delay-10s {
    --animate-delay: 100ms;
    --animate-duration: 800ms;
}
.animate__delay-20s {
    --animate-delay: 100ms;
    --animate-duration: 1100ms;
}
.animate__delay-30s {
    --animate-delay: 100ms;
    --animate-duration: 1300ms;
}
.animate__delay-40s {
    --animate-delay: 100ms;
    --animate-duration: 1600ms;
}

/* process */
.process {
    margin-top: 130px;
}

.process h2 {
    text-align: center;
    margin-left: 18px;
}

.process h2 span {
    color: #3e65ff;
}

.process > .process-header {
    display: flex;
    justify-content: start;
    align-items: center;
}

.process > .process-header > span {
    font-size: 20px;
    color: #656565;
}

.process > .process-body > p {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
}

.process > .process-body > .process-body-content {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}

.process > .process-body > .process-body-content > .process-body-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 260px;
}

.process
> .process-body
> .process-body-content
> .process-body-right
> .tab-item {
    width: 260px;
    height: 52.83px;
    font-weight: 700;
    font-size: 18px;
    margin-top: 8px;
    color: black !important;
    cursor: pointer;
    transition: box-shadow ease 0.3s;
}

.process
> .process-body
> .process-body-content
> .process-body-right
> .active {
    width: 260px;
    height: 52.83px;
    font-weight: 700;
    font-size: 18px;
    background: radial-gradient(
            210.56% 198.03% at -8.19% -65.79%,
            #5282fd 0%,
            #0034b8 100%
    );
    box-shadow: 0px 37px 50px rgba(0, 51, 255, 0.18);
    border-radius: 20px;
    margin-top: 8px;
    color: white !important;
}

.process
> .process-body
> .process-body-content
> .process-body-right
> .tab-item:nth-child(1) {
    margin-top: 0;
}

.process
> .process-body
> .process-body-content
> .process-body-right
> .active
> span {
    color: rgba(255, 255, 255, 0.4) !important;
}

.process
> .process-body
> .process-body-content
> .process-body-right
> .tab-item
> span {
    color: rgba(0, 0, 0, 0.4);
    font-weight: 700;
    font-size: 32px;
    margin-left: 10px;
    vertical-align: sub;
    margin-right: 30px;
    line-height: 50px;
}

.process > .process-body > .process-body-content > .process-body-left {
    display: flex;
    justify-content: space-between;
    width: 984px;
}
.process
> .process-body
> .process-body-content
> .process-body-left
> .tab-content {
    background: #f5f5f5;
    display: flex;
    text-align: right;
    border-radius: 20px;

    color: black;
    cursor: pointer;
    transition: box-shadow ease 0.3s;
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}

.process
> .process-body
> .process-body-content
> .process-body-right
> .active:hover {
    box-shadow: none;
    transition: box-shadow ease 0.3s;
}

.process
> .process-body
> .process-body-content
> .process-body-left
> .tab-content {
    display: none;
}

.process
> .process-body
> .process-body-content
> .process-body-left
> .tab-content
> div {
    display: flex;
}

.process
> .process-body
> .process-body-content
> .process-body-left
> .tab-content
> div:nth-child(1) {
    position: absolute;
    top: 10px;
}

.process
> .process-body
> .process-body-content
> .process-body-left
> .tab-content
> div
> img {
    width: auto;
    height: 330px;
}

.process
> .process-body
> .process-body-content
> .process-body-left
> .tab-content:nth-child(2)
> div
> img {
    width: 180.56px;
    height: 258.93px;
    margin-right: 49px;
    margin-top: 29px;
}

.process
> .process-body
> .process-body-content
> .process-body-left
> .tab-content:nth-child(3)
> div
> img {
    margin-top: 0;
    margin-bottom: 20px;
}

.process
> .process-body
> .process-body-content
> .process-body-left
> .tab-content:nth-child(3)
> div {
    top: 0;
}

.process
> .process-body
> .process-body-content
> .process-body-left
> .tab-content:nth-child(4)
> div {
    top: 0;
}

.process
> .process-body
> .process-body-content
> .process-body-left
> .tab-content:nth-child(5)
> div {
    top: 0;
}

.process
> .process-body
> .process-body-content
> .process-body-left
> .tab-content:nth-child(6)
> div {
    top: 0;
}

.process
> .process-body
> .process-body-content
> .process-body-left
> .tab-content:nth-child(5)
> div
> img {
    margin-top: 0;
}

.process
> .process-body
> .process-body-content
> .process-body-left
> .tab-content
> div:nth-child(2) {
    display: flex;
    flex-direction: column;
}

.process
> .process-body
> .process-body-content
> .process-body-left
> .tab-content
> div:nth-child(2)
> p {
    position: absolute;
    right: 33%;
    width: 63%;
    text-align: justify;
    top: 38px;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
}

.process
> .process-body
> .process-body-content
> .process-body-left
> .tab-content
> div:nth-child(2)
> a {
    position: absolute;
    right: 33%;
    top: 212px;
}


/* team */
.team {
    margin-top: 130px;
}

.team-footer {
    display: flex;
    justify-content: space-between;
    width: 28%;
    margin: 0 auto;
    margin-top: 24px;
    position: relative;
    bottom: 0px;
}

.team-footer > .btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-footer > .btn-primary > svg {
    margin-right: 6px;
}

.team h2 {
    text-align: center;
    margin-left: 18px;
}
.team h2 span {
    color: #3e65ff;
}
.team > .team-header {
    display: flex;
    justify-content: center;
    align-items: center;
}
.team > .team-header > span {
    font-size: 20px;
    color: #656565;
}
.team .team-body {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    flex-direction: column;
}
.team .team-body > p {
    text-align: center;
    margin-top: 12px;
    font-weight: 700;
    width: 500px;
    line-height: 27px;
    margin: 0 auto;
    margin-bottom: 32px;
}

.team > .team-body > .team-slides {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.team > .team-body > .team-slides > li {
    margin-left: 17px;
    display: flex;
    justify-content: center;
    width: 199px;
    height: 446px;
    border-radius: 40px;
    transition: all ease 0.3s;
    cursor: pointer;
}

/*.team > .team-body > .team-slides > li:hover {*/
/*    outline: 6px solid #0f3fff;*/
/*    box-shadow: 0px 76px 75px -35px rgba(0, 7, 33, 0.24);*/
/*    border-radius: 40px;*/
/*}*/

.team > .team-body > .team-slides > li:nth-child(1):hover {
    /*background: linear-gradient(*/
    /*        179.66deg,*/
    /*        rgba(0, 0, 0, 0) 0.27%,*/
    /*        #000000 67.32%*/
    /*),*/
    /*url("../img/index/team/team1.webp");*/
    /*background-size: 100% 100%;*/
}
.team > .team-body > .team-slides > li:nth-child(2):hover {
    /*background: linear-gradient(*/
    /*        179.66deg,*/
    /*        rgba(0, 0, 0, 0) 0.27%,*/
    /*        #000000 67.32%*/
    /*),*/
    /*url("../img/index/team/team2.webp");*/
    /*background-repeat: no-repeat;*/
    /*!*background-size: 100% 100%;*!*/
}

.team > .team-body > .team-slides > li:nth-child(3):hover {
    /*background: linear-gradient(*/
    /*        179.66deg,*/
    /*        rgba(0, 0, 0, 0) 0.27%,*/
    /*        #000000 67.32%*/
    /*),*/
    /*url("../img/index/team/team3.webp");*/
    /*background-size: 100% 100%;*/
}

.team > .team-body > .team-slides > li:nth-child(4):hover {
    /*background: linear-gradient(*/
    /*        179.66deg,*/
    /*        rgba(0, 0, 0, 0) 0.27%,*/
    /*        #000000 67.32%*/
    /*),*/
    /*url("../img/index/team/team4.webp");*/
    /*background-size: 100% 100%;*/
}

.team > .team-body > .team-slides > li:nth-child(5):hover {
    /*background: linear-gradient(*/
    /*        179.66deg,*/
    /*        rgba(0, 0, 0, 0) 0.27%,*/
    /*        #000000 67.32%*/
    /*),*/
    /*url("../img/index/team/team5.webp");*/
    /*background-size: 100% 100%;*/
}

.team > .team-body > .team-slides > li:nth-child(6):hover {
    /*background: linear-gradient(*/
    /*        179.66deg,*/
    /*        rgba(0, 0, 0, 0) 0.27%,*/
    /*        #000000 67.32%*/
    /*),*/
    /*url("../img/index/team/team6.webp");*/
    /*background-size: 100% 100%;*/
}

.team > .team-body > .team-slides > li:nth-child(7):hover {
    /*background: linear-gradient(*/
    /*        179.66deg,*/
    /*        rgba(0, 0, 0, 0) 0.27%,*/
    /*        #000000 67.32%*/
    /*),*/
    /*url("../img/index/team/team7.webp");*/
    /*background-size: 100% 100%;*/
}

.team > .team-body > .team-slides > li:hover > a {
    opacity: 1;
    transform: translateY(0);
    transition: all ease 0.3s;
}
.team > .team-body > .team-slides > li:hover > span:nth-child(2) {
    /*margin-bottom: 20px;*/
    transition: all ease 0.3s;
}

.team > .team-body > .team-slides > li:nth-child(1) {
    background: url("../img/index/team/team1.webp");
    background-repeat: no-repeat;
    /*background-size: 100% 100%;*/
    display: flex;
    justify-content: end;
    align-items: center;
    color: white;
    text-align: center;
    flex-direction: column;
    margin-bottom: 20px;
    transition: all ease 0.3s;
}

.team > .team-body > .team-slides > li:nth-child(2) {
    background: url("../img/index/team/team2.webp");
    background-repeat: no-repeat;
    /*background-size: 100% 100%;*/
    display: flex;
    justify-content: end;
    align-items: center;
    color: white;
    text-align: center;
    flex-direction: column;
    margin-bottom: 20px;
    transition: all ease 0.3s;
}

.team > .team-body > .team-slides > li:nth-child(3) {
    background: url("../img/index/team/team3.webp");
    background-repeat: no-repeat;
    /*background-size: 100% 100%;*/
    display: flex;
    justify-content: end;
    align-items: center;
    color: white;
    text-align: center;
    flex-direction: column;
    margin-bottom: 20px;
    transition: all ease 0.3s;
}

.team > .team-body > .team-slides > li:nth-child(4) {
    background: url("../img/index/team/team4.webp");
    background-repeat: no-repeat;
    /*background-size: 100% 100%;*/
    display: flex;
    justify-content: end;
    align-items: center;
    color: white;
    text-align: center;
    flex-direction: column;
    margin-bottom: 20px;
    transition: all ease 0.3s;
}

.team > .team-body > .team-slides > li:nth-child(5) {
    background: url("../img/index/team/team5.webp");
    background-repeat: no-repeat;
    /*background-size: 100% 100%;*/
    display: flex;
    justify-content: end;
    align-items: center;
    color: white;
    text-align: center;
    flex-direction: column;
    margin-bottom: 20px;
    transition: all ease 0.3s;
}

.team > .team-body > .team-slides > li:nth-child(6) {
    background: url("../img/index/team/team6.webp");
    background-repeat: no-repeat;
    /*background-size: 100% 100%;*/
    display: flex;
    justify-content: end;
    align-items: center;
    color: white;
    text-align: center;
    flex-direction: column;
    margin-bottom: 20px;
    transition: all ease 0.3s;
    margin-left: 0 !important;
}

.team > .team-body > .team-slides > li:nth-child(7) {
    background: url("../img/index/team/team7.webp");
    background-repeat: no-repeat;
    /*background-size: 100% 100%;*/
    display: flex;
    justify-content: end;
    align-items: center;
    color: white;
    text-align: center;
    flex-direction: column;
    margin-bottom: 20px;
    transition: all ease 0.3s;
}

.team > .team-body > .team-slides > li:nth-child(8) {
    background: url("../img/index/team/team8.webp");
    background-repeat: no-repeat;
    /*background-size: 100% 100%;*/
    display: flex;
    justify-content: end;
    align-items: center;
    color: white;
    text-align: center;
    flex-direction: column;
    margin-bottom: 20px;
    transition: all ease 0.3s;
}

.team > .team-body > .team-slides > li:nth-child(9) {
    background: url("../img/index/team/team9.webp");
    background-repeat: no-repeat;
    /*background-size: 100% 100%;*/
    display: flex;
    justify-content: end;
    align-items: center;
    color: white;
    text-align: center;
    flex-direction: column;
    margin-bottom: 20px;
    transition: all ease 0.3s;
}



.team > .team-body > .team-slides > li > span:nth-child(1) {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.54);
    margin-bottom: 5px;
    transition: all ease 0.3s;
}

.team > .team-body > .team-slides > li > span:nth-child(2) {
    font-weight: 800;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: -20px;
    transition: all ease 0.3s;
}

.team > .team-body > .team-slides > li > a {
    font-weight: 800;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 115px;
    width: 53px;
    height: 53px;
    padding: 0;
    background: linear-gradient(159.78deg, #3e65ff 13.46%, #061d7b 102.72%);
    box-shadow: 0px 38px 38px rgba(109, 138, 255, 0.32);
    border-radius: 20px;
    opacity: 0;
    transform: translateY(30%);
    transition: transform 0.5s, opacity 0.5s;
}

.team > .team-body > .team-slides > li > a > img {
    width: 19px;
    height: 19px;
    margin-top: 15px;
}

.team-slides-mobile {
    display: none;
}
/* partners */
.partners {
    margin-top: 130px;
}
.partners h2 {
    text-align: center;
    margin-left: 18px;
}
.partners h2 span {
    color: #3e65ff;
}
.partners > .partners-header {
    display: flex;
    justify-content: center;
    align-items: center;
}
.partners > .partners-header > span {
    font-size: 20px;
    color: #656565;
}
.partners .partners-body {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    flex-direction: column;
}
.partners .partners-body > p {
    text-align: center;
    margin-top: 12px;
    font-weight: 700;
    width: 700px;
    line-height: 27px;
    margin: 0 auto;
    margin-bottom: 32px;
}
.partners > .partners-body > .swiper-partners {
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 117px;
}
.partners > .partners-body > .swiper-partners > .swiper-button-next {
    border: 1px solid #dddddd;
    border-radius: 117px;
    width: 64px;
    height: 64px;
    font-size: 33px;
    margin-bottom: 0px;
    bottom: 0px;
    font-size: 14px;
    text-align: center;
    margin-left: 2px;
    color: #595959;
    margin-top: -33px;
    position: absolute;
    background: white;
    z-index: 9;
}
.partners > .partners-body > .swiper-partners > .swiper-button-prev {
    border: 1px solid #dddddd;
    border-radius: 117px;
    width: 64px;
    height: 64px;
    font-size: 33px;
    margin-bottom: 0px;
    bottom: 0px;
    font-size: 14px;
    text-align: center;
    margin-left: 2px;
    color: #595959;
    margin-top: -33px;
    position: absolute;
    background: white;
    z-index: 9;
}

.partners > .partners-body > .swiper-partners > .swiper-button-prev:hover {
    background: radial-gradient(
            210.56% 198.03% at -8.19% -65.79%,
            #5282fd 0%,
            #0034b8 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    box-shadow: 0px 37px 50px rgba(0, 51, 255, 0.18);
    border-radius: 50px;
    color: white;
    transition: all ease 0.3s;
}

.partners > .partners-body > .swiper-partners > .swiper-button-next:hover {
    background: radial-gradient(
            210.56% 198.03% at -8.19% -65.79%,
            #5282fd 0%,
            #0034b8 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    box-shadow: 0px 37px 50px rgba(0, 51, 255, 0.18);
    border-radius: 50px;
    color: white;
    transition: all ease 0.3s;
}

.partners .swiper-rtl .swiper-button-next:after {
    font-size: 23px;
    margin-right: 6px;
}
.partners .swiper-rtl .swiper-button-prev:after {
    font-size: 23px;
    margin-left: 6px;
}
.partners .partners-body-mobile {
    display: none;
}

.partners
> .partners-body
> .swiper-partners
> .swiper-wrapper
> .swiper-slide {
    width: 100px;
    height: auto;
    padding: 9px 0;
    display: flex;
    justify-content: center;
}
.partners
> .partners-body
> .swiper-partners
> .swiper-wrapper
> .swiper-slide
> img {
    width: auto;
    height: 50px;
    padding: 8px;
}
.partners
> .partners-body
> .swiper-partners
> .swiper-wrapper
> .swiper-slide:nth-child(3)
> img {
    width: 200px;
    height: 50px;
    padding: 8px;
}
.testimonials {
    margin-top: 180px;
}

@media only screen and (max-width: 1200px) {
    .container {
        width: 96%;
    }

    /* hero */
    .hero {
        display: flex;
        margin-top: 51px;
    }

    .right-hero {
        width: 45%;
    }

    .right-hero > h1 {
        font-weight: 300;
        font-size: 24px;
        line-height: 37px;
        text-align: right;
        margin-top: 0;
    }

    .right-hero > div {
        line-height: 63px;
        margin-top: 16px;
    }

    .right-hero > div > p:nth-child(1) {
        font-style: normal;
        font-weight: 400;
        font-size: 36px;
        text-align: right;
    }

    .right-hero > div > p:nth-child(2) {
        font-style: normal;
        font-weight: 900;
        font-size: 36px;
        text-align: right;
    }

    .right-hero > div > p > span {
        color: #0f3fff;
    }

    .right-hero > p {
        width: 98%;
        margin-top: 16px;
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
        text-align: justify;
    }

    .right-hero > .hero-btns {
        margin-top: 27px;
    }

    .right-hero > .hero-btns a:nth-child(2) {
        margin-right: 16px;
    }

    .left-hero {
        width: 55%;
    }

    .left-hero img {
        width: auto;
        height: 352px;
        margin-top: 24px;
    }

    /* services */
    .services {
        margin-top: 72px;
        padding-top: 32px;
    }
    .services h2 {
        text-align: center;
        margin-left: 18px;
    }
    .services h2 span {
        color: #3e65ff;
    }
    .services .services-header {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .services .services-header > span {
        font-size: 20px;
        color: #656565;
    }
    .services .services-body > p {
        text-align: center;
        margin-top: 12px;
        font-weight: 700;
    }
    .services .services-body > .services-body-row {
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .services .services-body > .services-body-row > div {
        background: #ffffff;
        border: 1px solid #eaeaea;
        border-radius: 20px;
        margin-right: 10px;
        width: 303px;
        height: 303px;
        padding: 0 14px;
        padding-bottom: 0;
        margin-top: 30px;
        position: relative;
        transition: all ease 0.3s;
        cursor: pointer;
        padding-bottom: 20px;
    }

    .services .services-body > .services-body-row > div:first-child {
        margin-right: 0;
    }

    .services .services-body > .services-body-row > div > img {
        width: 100px;
        height: 63px;
        margin-top: 18px;
    }

    .services .services-body > .services-body-row > div > h3 {
        font-weight: 800 !important;
        font-size: 17px !important;
        margin-top: 18px !important;
    }

    .services .services-body > .services-body-row > div > p {
        font-weight: 500;
        font-size: 13px;
        margin-top: 8px;
        line-height: 180%;
        text-align: right;
    }

    .services .services-body > .services-body-row > div > span {
        position: absolute;
        width: 53px;
        height: 53px;
        left: 24px;
        top: 8px;
        background: #ffffff;
        border: 1px solid #dddddd;
        border-radius: 20px;
        opacity: 1;
        transform: translateY(30%);
        transition: transform 0.5s, opacity 0.5s;
    }
    .services .services-body > .services-body-row > div:hover > span {
        position: absolute;
        width: 53px;
        height: 53px;
        left: 24px;
        top: 28px;
        background: radial-gradient(
                210.56% 198.03% at -8.19% -65.79%,
                #5282fd 0%,
                #0034b8 100%
        )
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
        box-shadow: 0px 37px 50px rgba(0, 51, 255, 0.18);
        border-radius: 20px;
        opacity: 1;
        transform: translateY(30%);
        transition: transform 0.5s, opacity 0.5s;
    }
    .services
    .services-body
    > .services-body-row
    > div:hover
    > span
    > a
    > img:nth-child(1) {
        display: block;
    }
    .services
    .services-body
    > .services-body-row
    > div:hover
    > span
    > a
    > img:nth-child(2) {
        display: none;
    }

    .services .services-body > .services-body-row > div > span:hover {
        box-shadow: none;
        transition: all ease 0.3s;
    }


    .services .services-body > .services-body-row > div > span > a > img {
        margin: 10px;
        width: 20px;
        height: 20px;
    }

    .services .services-body > .services-body-row > div:hover {
        outline: 3px solid #0c34d3;
        transition: all ease 0.3s;
        cursor: pointer;
    }

    .services .services-body > .services-body-row > div:hover > span {
        display: block;
        opacity: 1;
        transform: translateY(0);
        transition: all 0.3s;
    }
    .services
    .services-body
    > .services-body-row
    > div
    > span
    > a
    > img:nth-child(1) {
        display: none;
        border-radius: 13px;
    }

    /* resume */
    .resume {
        margin-top: 106px;
    }
    .resume h2 {
        text-align: center;
        margin-left: 18px;
    }
    .resume h2 span {
        color: #3e65ff;
    }
    .resume > .resume-header {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 24px;
    }
    .resume > .resume-header > span {
        font-size: 20px;
        color: #656565;
    }
    .resume .resume-body > p {
        text-align: center;
        margin-top: 12px;
        font-weight: 700;
    }

    .resume > .resume-body > .resume-body-row {
        display: flex;
        position: relative;
        margin-top: 32px !important;
    }

    .resume > .resume-body > .resume-body-row > div:nth-child(even) {
        margin-right: 24px;
        position: relative;
    }

    .resume > .resume-body > .resume-body-row > div > span {
        font-weight: 700;
        font-size: 18px;
        color: #8b8b8b;
        margin-top: 16px;
        display: inline-block;
    }

    .resume > .resume-body > .resume-body-row > div > h3 {
        font-style: normal;
        font-weight: 900;
        font-size: 32px;
        color: #000000;
        margin-top: 7px;
    }

    .resume > .resume-body > .resume-body-row > div > a {
        margin-top: 22px;
        font-size: 16px;
    }

    .resume
    > .resume-body
    > .resume-body-row
    > div
    > .resume-body-row-picture
    > img {
        width: 100%;
        height: auto;
        border-radius: 21px;
    }

    .resume
    > .resume-body
    > .resume-body-row
    > div
    > .resume-body-row-picture
    > ul {
        display: flex;
        justify-content: start;
        position: absolute;
        width: 93%;
        height: 41px;
        top: 193px;
        right: 16px;
        background: white;
        box-shadow: 0px 18px 55px rgba(0, 0, 0, 0.15);
        border-radius: 16px;
        align-items: center;
    }

    .resume
    > .resume-body
    > .resume-body-row
    > div
    > .resume-body-row-picture
    > ul
    > li {
        font-weight: 700;
        font-size: 16px;
        margin-right: 20px;
    }
    .resume
    > .resume-body
    > .resume-body-row
    > div
    > .resume-body-row-picture
    > ul
    > li
    > span {
        color: #9f9f9f;
    }

    .resume > .resume-body > .resume-body-tag > ul {
        display: flex;
        justify-content: center;
        margin-top: 24px;
    }

    .resume > .resume-body > .resume-body-tag > ul > li {
        font-weight: 700;
        font-size: 16px;
        width: auto;
        height: 34px;
        line-height: 32px;
        background: #f3f3f3;
        border-radius: 20px;
        text-align: center;
        padding: 8px 24px;
        margin-right: 16px;
        cursor: pointer;
        transition: all ease 0.3s;
    }

    .resume > .resume-body > .resume-body-tag > ul > li.active {
        background: radial-gradient(
                210.56% 198.03% at -8.19% -65.79%,
                #5282fd 0%,
                #0034b8 100%
        );
        box-shadow: 0px 16px 50px rgba(0, 51, 255, 0.18);
        border-radius: 20px;
        color: white;
    }

    .resume > .resume-body > .resume-body-tag > ul > li.active:hover {
        box-shadow: none;
        transition: all ease 0.3s;
    }

    .resume > .resume-body > .resume-body-tag > ul > li > span {
        color: #9f9f9f;
    }

    /* features */
    .features {
        background: #f4f4f4;
        height: 544px;
        margin-top: 120px;
    }

    .features > .features-body {
        display: flex;
        flex-direction: row;
        position: relative;
        height: 554px;
    }

    .features > .features-body > .features-body-left {
        width: 44%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
    }

    .features > .features-body > .features-body-left > ul {
        display: flex;
        margin-top: 46px;
        justify-content: space-between;
    }

    .features > .features-body > .features-body-left > div.hero-btns {
        margin-top: 52px;
    }

    .features
    > .features-body
    > .features-body-left
    > div.hero-btns
    > .btn-secondery {
        background: #e3e3e3;
        margin-right: 19px;
    }

    .features > .features-body > .features-body-left > ul > li:nth-child(odd) {
        width: 250px;
    }

    .features > .features-body > .features-body-left > ul > li:nth-child(even) {
        width: 250px;
    }

    .features > .features-body > .features-body-left > ul > li > h3 {
        font-weight: 700;
        font-size: 24px;
    }

    .features > .features-body > .features-body-left > ul > li > span {
        font-weight: 600;
        font-size: 16px;
        margin-top: 12px;
        display: block;
    }
    .features > .features-body > .features-body-right {
        width: 42%;
    }
    .features > .features-body > .features-body-right > img {
        position: relative;
        width: auto;
        height: 631.33px;
        display: block;
        left: 39px;
        filter: drop-shadow(0px 32.1349px 43.4256px rgba(0, 0, 0, 0.07));
    }

    .features > .features-body > .features-body-right > img:nth-child(2) {
        display: none;
    }

    .features > .features-body > .features-body-right > img:nth-child(2) {
        display: none;
    }

    .animate__delay-10s {
        --animate-delay: 0.5s;
    }
    .animate__delay-20s {
        --animate-delay: 0.7s;
    }
    .animate__delay-30s {
        --animate-delay: 1s;
    }

    .animate__delay-10s {
        --animate-delay: 100ms;
        --animate-duration: 800ms;
    }
    .animate__delay-20s {
        --animate-delay: 100ms;
        --animate-duration: 1100ms;
    }
    .animate__delay-30s {
        --animate-delay: 100ms;
        --animate-duration: 1300ms;
    }
    .animate__delay-40s {
        --animate-delay: 100ms;
        --animate-duration: 1600ms;
    }

    /* process */
    .process {
        margin-top: 130px;
    }

    .process h2 {
        text-align: center;
        margin-left: 18px;
    }

    .process h2 span {
        color: #3e65ff;
    }

    .process > .process-header {
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .process > .process-header > span {
        font-size: 20px;
        color: #656565;
    }

    .process > .process-body > p {
        margin-top: 12px;
        font-size: 16px;
        font-weight: 600;
    }

    .process > .process-body > .process-body-content {
        display: flex;
        justify-content: space-between;
        margin-top: 32px;
    }

    .process > .process-body > .process-body-content > .process-body-right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 260px;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-right
    > .tab-item {
        width: 260px;
        height: 52.83px;
        font-weight: 700;
        font-size: 18px;
        margin-top: 8px;
        color: black !important;
        cursor: pointer;
        transition: box-shadow ease 0.3s;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-right
    > .active {
        width: 260px;
        height: 52.83px;
        font-weight: 700;
        font-size: 18px;
        background: radial-gradient(
                210.56% 198.03% at -8.19% -65.79%,
                #5282fd 0%,
                #0034b8 100%
        );
        box-shadow: 0px 37px 50px rgba(0, 51, 255, 0.18);
        border-radius: 20px;
        margin-top: 8px;
        color: white !important;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-right
    > .tab-item:nth-child(1) {
        margin-top: 0;

    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-right
    > .active
    > span {
        color: rgba(255, 255, 255, 0.4) !important;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-right
    > .tab-item
    > span {
        color: rgba(0, 0, 0, 0.4);
        font-weight: 700;
        font-size: 32px;
        margin-left: 10px;
        vertical-align: sub;
        margin-right: 30px;
        line-height: 50px;
    }

    .process > .process-body > .process-body-content > .process-body-left {
        display: flex;
        justify-content: space-between;
        width: 984px;
    }
    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content {
        background: #f5f5f5;
        display: flex;
        text-align: right;
        border-radius: 20px;

        color: black;
        cursor: pointer;
        transition: box-shadow ease 0.3s;
        display: flex;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-right
    > .active:hover {
        box-shadow: none;
        transition: box-shadow ease 0.3s;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content {
        display: none;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content
    > div {
        display: flex;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content
    > div:nth-child(1) {
        position: absolute;
        top: 10px;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content
    > div
    > img {
        width: auto;
        height: 249px;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(2)
    > div
    > img {
        width: 19%;
        height: auto;

        margin-right: 49px;
        margin-top: 29px;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(3)
    > div
    > img {
        margin-top: 0;
        margin-bottom: 20px;
        height: 249px;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(3)
    > div {
        top: 0;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(4)
    > div {
        top: 0;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(5)
    > div {
        top: 0;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(6)
    > div {
        top: 0;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(5)
    > div
    > img {
        margin-top: 0;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content
    > div:nth-child(2) {
        display: flex;
        flex-direction: column;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content
    > div:nth-child(2)
    > p {
        position: absolute;
        right: 33%;
        width: 63%;
        text-align: justify;
        top: 38px;
        font-weight: 400;
        font-size: 18px;
        line-height: 180%;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content
    > div:nth-child(2)
    > a {
        position: absolute;
        right: 33%;
        top: 212px;
    }


    /* team */
    .team {
        margin-top: 130px;
    }

    .team-footer {
        display: flex;
        justify-content: space-between;
        width: 37%;
        margin: 0 auto;
        margin-top: 24px;
        position: relative;
        bottom: 0px;
    }

    .team-footer > .btn-primary {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .team-footer > .btn-primary > svg {
        margin-right: 6px;
    }

    .team h2 {
        text-align: center;
        margin-left: 18px;
    }
    .team h2 span {
        color: #3e65ff;
    }
    .team > .team-header {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .team > .team-header > span {
        font-size: 20px;
        color: #656565;
    }
    .team .team-body {
        display: flex;
        justify-content: center;
        margin-top: 12px;
        flex-direction: column;
    }
    .team .team-body > p {
        text-align: center;
        margin-top: 12px;
        font-weight: 700;
        width: 500px;
        line-height: 27px;
        margin: 0 auto;
        margin-bottom: 32px;
    }

    .team > .team-body > .team-slides {
        display: flex;
        width: 100%;
        justify-self: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .team > .team-body > .team-slides > li {
        margin-left: 18px;
        display: flex;
        justify-self: center;
        width: 166.86px;
        height: 408px;
        border-radius: 40px;
        transition: all ease 0.3s;
        cursor: pointer;
    }

    .team > .team-body > .team-slides > li:hover {
        /*outline: 6px solid #0f3fff;*/
        /*box-shadow: 0px 76px 75px -35px rgba(0, 7, 33, 0.24);*/
        /*border-radius: 40px;*/
    }

    .team > .team-body > .team-slides > li:nth-child(1):hover {
        /*background: linear-gradient(*/
        /*        179.66deg,*/
        /*        rgba(0, 0, 0, 0) 0.27%,*/
        /*        #000000 67.32%*/
        /*),*/
        /*url("../img/index/team/team1.webp");*/
        /*background-size: 100% 100%;*/
    }
    .team > .team-body > .team-slides > li:nth-child(2):hover {
        /*background: linear-gradient(*/
        /*        179.66deg,*/
        /*        rgba(0, 0, 0, 0) 0.27%,*/
        /*        #000000 67.32%*/
        /*),*/
        /*url("../img/index/team/team2.webp");*/
        /*background-size: 100% 100%;*/
    }

    .team > .team-body > .team-slides > li:nth-child(3):hover {
        /*background: linear-gradient(*/
        /*        179.66deg,*/
        /*        rgba(0, 0, 0, 0) 0.27%,*/
        /*        #000000 67.32%*/
        /*),*/
        /*url("../img/index/team/team3.webp");*/
        /*background-size: 100% 100%;*/
    }

    .team > .team-body > .team-slides > li:nth-child(4):hover {
        /*background: linear-gradient(*/
        /*        179.66deg,*/
        /*        rgba(0, 0, 0, 0) 0.27%,*/
        /*        #000000 67.32%*/
        /*),*/
        /*url("../img/index/team/team4.webp");*/
        /*background-size: 100% 100%;*/
    }

    .team > .team-body > .team-slides > li:nth-child(5):hover {
        /*background: linear-gradient(*/
        /*        179.66deg,*/
        /*        rgba(0, 0, 0, 0) 0.27%,*/
        /*        #000000 67.32%*/
        /*),*/
        /*url("../img/index/team/team5.webp");*/
        /*background-size: 100% 100%;*/
    }

    .team > .team-body > .team-slides > li:nth-child(6):hover {
        /*background: linear-gradient(*/
        /*        179.66deg,*/
        /*        rgba(0, 0, 0, 0) 0.27%,*/
        /*        #000000 67.32%*/
        /*),*/
        /*url("../img/index/team/team6.webp");*/
        /*background-size: 100% 100%;*/
    }

    .team > .team-body > .team-slides > li:nth-child(7):hover {
        /*background: linear-gradient(*/
        /*        179.66deg,*/
        /*        rgba(0, 0, 0, 0) 0.27%,*/
        /*        #000000 67.32%*/
        /*),*/
        /*url("../img/index/team/team7.webp");*/
        /*background-size: 100% 100%;*/
    }

    .team > .team-body > .team-slides > li:hover > a {
        opacity: 1;
        transform: translateY(0);
        transition: all ease 0.3s;
    }
    .team > .team-body > .team-slides > li:hover > span:nth-child(2) {
        /*margin-bottom: 20px;*/
        transition: all ease 0.3s;
    }

    .team > .team-body > .team-slides > li:nth-child(1) {
        background: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0) 32.6%,
                #000000 91.74%
        ),
        url("../img/index/team/team1.webp");
        background-size: 100% 100%;
        display: flex;
        justify-content: end;
        align-items: center;
        color: white;
        text-align: center;
        flex-direction: column;
        margin-bottom: 20px;
        transition: all ease 0.3s;
    }

    .team > .team-body > .team-slides > li:nth-child(2) {
        background: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0) 32.6%,
                #000000 91.74%
        ),
        url("../img/index/team/team2.webp");
        background-size: 100% 100%;
        display: flex;
        justify-content: end;
        align-items: center;
        color: white;
        text-align: center;
        flex-direction: column;
        margin-bottom: 20px;
        transition: all ease 0.3s;
    }

    .team > .team-body > .team-slides > li:nth-child(3) {
        background: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0) 32.6%,
                #000000 91.74%
        ),
        url("../img/index/team/team3.webp");
        background-size: 100% 100%;
        display: flex;
        justify-content: end;
        align-items: center;
        color: white;
        text-align: center;
        flex-direction: column;
        margin-bottom: 20px;
        transition: all ease 0.3s;
    }

    .team > .team-body > .team-slides > li:nth-child(4) {
        background: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0) 32.6%,
                #000000 91.74%
        ),
        url("../img/index/team/team4.webp");
        background-size: 100% 100%;
        display: flex;
        justify-content: end;
        align-items: center;
        color: white;
        text-align: center;
        flex-direction: column;
        margin-bottom: 20px;
        transition: all ease 0.3s;
    }

    .team > .team-body > .team-slides > li:nth-child(5) {
        background: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0) 32.6%,
                #000000 91.74%
        ),
        url("../img/index/team/team5.webp");
        background-size: 100% 100%;
        display: flex;
        justify-content: end;
        align-items: center;
        color: white;
        text-align: center;
        flex-direction: column;
        margin-bottom: 20px;
        transition: all ease 0.3s;
    }

    .team > .team-body > .team-slides > li:nth-child(6) {
        background: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0) 32.6%,
                #000000 91.74%
        ),
        url("../img/index/team/team6.webp");
        background-size: 100% 100%;
        display: flex;
        justify-content: end;
        align-items: center;
        color: white;
        text-align: center;
        flex-direction: column;
        margin-bottom: 20px;
        transition: all ease 0.3s;
    }

    .team > .team-body > .team-slides > li:nth-child(7) {
        background: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0) 32.6%,
                #000000 91.74%
        ),
        url("../img/index/team/team7.webp");
        background-size: 100% 100%;
        display: flex;
        justify-content: end;
        align-items: center;
        color: white;
        text-align: center;
        flex-direction: column;
        margin-bottom: 20px;
        transition: all ease 0.3s;
        margin-left: 0;
    }

    .team > .team-body > .team-slides > li > span:nth-child(1) {
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        color: rgba(255, 255, 255, 0.54);
        margin-bottom: 5px;
        transition: all ease 0.3s;
    }

    .team > .team-body > .team-slides > li > span:nth-child(2) {
        font-weight: 800;
        font-size: 18px;
        color: #ffffff;
        margin-bottom: -20px;
        transition: all ease 0.3s;
    }

    .team > .team-body > .team-slides > li > a {
        font-weight: 800;
        font-size: 18px;
        color: #ffffff;
        margin-bottom: 22px;
        width: 53px;
        height: 53px;
        padding: 0;
        background: linear-gradient(159.78deg, #3e65ff 13.46%, #061d7b 102.72%);
        box-shadow: 0px 38px 38px rgba(109, 138, 255, 0.32);
        border-radius: 20px;
        opacity: 0;
        transform: translateY(30%);
        transition: transform 0.5s, opacity 0.5s;
    }

    .team > .team-body > .team-slides > li > a > img {
        width: 19px;
        height: 19px;
        margin-top: 15px;
    }

    .team-slides-mobile {
        display: none;
    }
    /* partners */
    .partners {
        margin-top: 64px;
    }
    .partners h2 {
        text-align: center;
        margin-left: 18px;
    }
    .partners h2 span {
        color: #3e65ff;
    }
    .partners > .partners-header {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .partners > .partners-header > span {
        font-size: 20px;
        color: #656565;
    }
    .partners .partners-body {
        display: flex;
        justify-content: center;
        margin-top: 12px;
        flex-direction: column;
    }
    .partners .partners-body > p {
        text-align: center;
        margin-top: 12px;
        font-weight: 700;
        width: 700px;
        line-height: 27px;
        margin: 0 auto;
        margin-bottom: 32px;
    }
    .partners > .partners-body > .swiper-partners {
        width: 100%;
        border: 1px solid #dddddd;
        border-radius: 117px;
    }
    .partners > .partners-body > .swiper-partners > .swiper-button-next {
        border: 1px solid #dddddd;
        border-radius: 117px;
        width: 64px;
        height: 64px;
        font-size: 33px;
        margin-bottom: 0px;
        bottom: 0px;
        font-size: 14px;
        text-align: center;
        margin-left: 2px;
        color: #595959;
        margin-top: -33px;
        position: absolute;
        background: white;
        z-index: 9;
    }
    .partners > .partners-body > .swiper-partners > .swiper-button-prev {
        border: 1px solid #dddddd;
        border-radius: 117px;
        width: 64px;
        height: 64px;
        font-size: 33px;
        margin-bottom: 0px;
        bottom: 0px;
        font-size: 14px;
        text-align: center;
        margin-left: 2px;
        color: #595959;
        margin-top: -33px;
        position: absolute;
        background: white;
        z-index: 9;
    }

    .partners > .partners-body > .swiper-partners > .swiper-button-prev:hover {
        background: radial-gradient(
                210.56% 198.03% at -8.19% -65.79%,
                #5282fd 0%,
                #0034b8 100%
        )
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
        box-shadow: 0px 37px 50px rgba(0, 51, 255, 0.18);
        border-radius: 50px;
        color: white;
        transition: all ease 0.3s;
    }

    .partners > .partners-body > .swiper-partners > .swiper-button-next:hover {
        background: radial-gradient(
                210.56% 198.03% at -8.19% -65.79%,
                #5282fd 0%,
                #0034b8 100%
        )
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
        box-shadow: 0px 37px 50px rgba(0, 51, 255, 0.18);
        border-radius: 50px;
        color: white;
        transition: all ease 0.3s;
    }

    .partners .swiper-rtl .swiper-button-next:after {
        font-size: 23px;
        margin-right: 6px;
    }
    .partners .swiper-rtl .swiper-button-prev:after {
        font-size: 23px;
        margin-left: 6px;
    }
    .partners .partners-body-mobile {
        display: none;
    }

    .partners
    > .partners-body
    > .swiper-partners
    > .swiper-wrapper
    > .swiper-slide {
        width: 100px;
        height: auto;
        padding: 9px 0;
        display: flex;
        justify-content: center;
    }
    .partners
    > .partners-body
    > .swiper-partners
    > .swiper-wrapper
    > .swiper-slide
    > img {
        width: 65px;
        height: 50px;
        padding: 8px;
    }
    .partners
    > .partners-body
    > .swiper-partners
    > .swiper-wrapper
    > .swiper-slide:nth-child(3)
    > img {
        width: 200px;
        height: 50px;
        padding: 8px;
    }
}

@media only screen and (max-width: 1024px) {
    .container {
        width: 96%;
    }

    /* hero */
    .hero {
        display: flex;
        margin-top: 51px;
    }

    .right-hero {
        width: 45%;
    }

    .right-hero > h1 {
        font-weight: 300;
        font-size: 24px;
        line-height: 37px;
        text-align: right;
        margin-top: 0;
    }

    .right-hero > div {
        line-height: 63px;
        margin-top: 16px;
    }

    .right-hero > div > p:nth-child(1) {
        font-style: normal;
        font-weight: 400;
        font-size: 36px;
        text-align: right;
    }

    .right-hero > div > p:nth-child(2) {
        font-style: normal;
        font-weight: 900;
        font-size: 36px;
        text-align: right;
    }

    .right-hero > div > p > span {
        color: #0f3fff;
    }

    .right-hero > p {
        width: 98%;
        margin-top: 16px;
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
        text-align: justify;
    }

    .right-hero > .hero-btns {
        margin-top: 27px;
    }

    .right-hero > .hero-btns a:nth-child(2) {
        margin-right: 16px;
    }

    .left-hero {
        width: 55%;
    }

    .left-hero img {
        width: auto;
        height: 352px;
        margin-top: 24px;
    }

    /* services */
    .services {
        margin-top: 72px;
        padding-top: 32px;
    }
    .services h2 {
        text-align: center;
        margin-left: 18px;
    }
    .services h2 span {
        color: #3e65ff;
    }
    .services .services-header {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .services .services-header > span {
        font-size: 20px;
        color: #656565;
    }
    .services .services-body > p {
        text-align: center;
        margin-top: 12px;
        font-weight: 700;
    }
    .services .services-body > .services-body-row {
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .services .services-body > .services-body-row > div {
        background: #ffffff;
        border: 1px solid #eaeaea;
        border-radius: 20px;
        margin-right: 10px;
        width: 303px;
        height: 303px;
        padding: 0 14px;
        padding-bottom: 0;
        margin-top: 30px;
        position: relative;
        transition: all ease 0.3s;
        cursor: pointer;
        padding-bottom: 20px;
    }

    .services .services-body > .services-body-row > div:first-child {
        margin-right: 0;
    }

    .services .services-body > .services-body-row > div > img {
        width: 100px;
        height: 63px;
        margin-top: 18px;
    }

    .services .services-body > .services-body-row > div > h3 {
        font-weight: 800;
        font-size: 17px;
        margin-top: 18px;
    }

    .services .services-body > .services-body-row > div > p {
        font-weight: 500;
        font-size: 13px;
        margin-top: 8px;
        line-height: 180%;
        text-align: right;
    }

    .services .services-body > .services-body-row > div > span {
        position: absolute;
        width: 53px;
        height: 53px;
        left: 24px;
        top: 8px;
        background: #ffffff;
        border: 1px solid #dddddd;
        border-radius: 20px;
        opacity: 1;
        transform: translateY(30%);
        transition: transform 0.5s, opacity 0.5s;
    }
    .services .services-body > .services-body-row > div:hover > span {
        position: absolute;
        width: 40px;
        height: 40px;
        left: 24px;
        top: 28px;
        background: radial-gradient(
                210.56% 198.03% at -8.19% -65.79%,
                #5282fd 0%,
                #0034b8 100%
        )
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
        box-shadow: 0px 37px 50px rgba(0, 51, 255, 0.18);
        border-radius: 20px;
        opacity: 1;
        transform: translateY(30%);
        transition: transform 0.5s, opacity 0.5s;
    }
    .services
    .services-body
    > .services-body-row
    > div:hover
    > span
    > a
    > img:nth-child(1) {
        display: block;
        border-radius: 13px;
    }
    .services
    .services-body
    > .services-body-row
    > div:hover
    > span
    > a
    > img:nth-child(2) {
        display: none;
        border-radius: 13px;
    }

    .services .services-body > .services-body-row > div > span:hover {
        box-shadow: none;
        transition: all ease 0.3s;
    }

    .services .services-body > .services-body-row > div > span > a > img {
        margin: 14px 14px;
    }

    .services .services-body > .services-body-row > div:hover {
        outline: 3px solid #0c34d3;
        transition: all ease 0.3s;
        cursor: pointer;
    }

    .services .services-body > .services-body-row > div:hover > span {
        display: block;
        opacity: 1;
        transform: translateY(0);
        transition: all 0.3s;
    }
    .services
    .services-body
    > .services-body-row
    > div
    > span
    > a
    > img:nth-child(1) {
        display: none;
    }

    /* resume */
    .resume {
        margin-top: 106px;
    }
    .resume h2 {
        text-align: center;
        margin-left: 18px;
    }
    .resume h2 span {
        color: #3e65ff;
    }
    .resume > .resume-header {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 24px;
    }
    .resume > .resume-header > span {
        font-size: 20px;
        color: #656565;
    }
    .resume .resume-body > p {
        text-align: center;
        margin-top: 12px;
        font-weight: 700;
    }

    .resume > .resume-body > .resume-body-row {
        display: flex;
        position: relative;
        margin-top: 32px !important;
    }

    .resume > .resume-body > .resume-body-row > div:nth-child(even) {
        margin-right: 24px;
        position: relative;
    }

    .resume > .resume-body > .resume-body-row > div > span {
        font-weight: 700;
        font-size: 18px;
        color: #8b8b8b;
        margin-top: 16px;
        display: inline-block;
    }

    .resume > .resume-body > .resume-body-row > div > h3 {
        font-style: normal;
        font-weight: 900;
        font-size: 16px !important;
        color: #000000;
        margin-top: 7px;
    }

    .resume > .resume-body > .resume-body-row > div > a {
        margin-top: 22px;
        font-size: 16px;
    }

    .resume
    > .resume-body
    > .resume-body-row
    > div
    > .resume-body-row-picture
    > img {
        width: 100%;
        height: auto;
        border-radius: 21px;
    }

    .resume
    > .resume-body
    > .resume-body-row
    > div
    > .resume-body-row-picture
    > ul {
        display: flex;
        justify-content: start;
        position: absolute;
        width: 93%;
        height: 41px;
        top: 193px;
        right: 16px;
        background: white;
        box-shadow: 0px 18px 55px rgba(0, 0, 0, 0.15);
        border-radius: 16px;
        align-items: center;
    }

    .resume
    > .resume-body
    > .resume-body-row
    > div
    > .resume-body-row-picture
    > ul
    > li {
        font-weight: 700;
        font-size: 16px;
        margin-right: 20px;
    }
    .resume
    > .resume-body
    > .resume-body-row
    > div
    > .resume-body-row-picture
    > ul
    > li
    > span {
        color: #9f9f9f;
    }

    .resume > .resume-body > .resume-body-tag > ul {
        display: flex;
        justify-content: center;
        margin-top: 24px;
    }

    .resume > .resume-body > .resume-body-tag > ul > li {
        font-weight: 700;
        font-size: 16px;
        width: auto;
        height: 34px;
        line-height: 32px;
        background: #f3f3f3;
        border-radius: 20px;
        text-align: center;
        padding: 8px 24px;
        margin-right: 16px;
        cursor: pointer;
        transition: all ease 0.3s;
    }

    .resume > .resume-body > .resume-body-tag > ul > li.active {
        background: radial-gradient(
                210.56% 198.03% at -8.19% -65.79%,
                #5282fd 0%,
                #0034b8 100%
        );
        box-shadow: 0px 16px 50px rgba(0, 51, 255, 0.18);
        border-radius: 20px;
        color: white;
    }

    .resume > .resume-body > .resume-body-tag > ul > li.active:hover {
        box-shadow: none;
        transition: all ease 0.3s;
    }

    .resume > .resume-body > .resume-body-tag > ul > li > span {
        color: #9f9f9f;
    }

    /* features */
    .features {
        background: #f4f4f4;
        height: 544px;
        margin-top: 130px;
    }

    .features > .features-body {
        display: flex;
        flex-direction: row;
        position: relative;
        height: 554px;
    }

    .features > .features-body > .features-body-left {
        width: 44%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
    }

    .features > .features-body > .features-body-left > ul {
        display: flex;
        margin-top: 46px;
        justify-content: space-between;
    }

    .features > .features-body > .features-body-left > div.hero-btns {
        margin-top: 52px;
    }

    .features
    > .features-body
    > .features-body-left
    > div.hero-btns
    > .btn-secondery {
        background: #e3e3e3;
        margin-right: 19px;
    }

    .features > .features-body > .features-body-left > ul > li:nth-child(odd) {
        width: 250px;
    }

    .features > .features-body > .features-body-left > ul > li:nth-child(even) {
        width: 250px;
    }

    .features > .features-body > .features-body-left > ul > li > h3 {
        font-weight: 700;
        font-size: 24px;
    }

    .features > .features-body > .features-body-left > ul > li > span {
        font-weight: 600;
        font-size: 16px;
        margin-top: 12px;
        display: block;
    }
    .features > .features-body > .features-body-right {
        width: 42%;
    }
    .features > .features-body > .features-body-right > img {
        position: relative;
        width: auto;
        height: 631.33px;
        display: block;
        left: 39px;
        filter: drop-shadow(0px 32.1349px 43.4256px rgba(0, 0, 0, 0.07));
    }

    .features > .features-body > .features-body-right > img:nth-child(2) {
        display: none;
    }

    .features > .features-body > .features-body-right > img:nth-child(2) {
        display: none;
    }

    .animate__delay-10s {
        --animate-delay: 0.5s;
    }
    .animate__delay-20s {
        --animate-delay: 0.7s;
    }
    .animate__delay-30s {
        --animate-delay: 1s;
    }

    .animate__delay-10s {
        --animate-delay: 100ms;
        --animate-duration: 800ms;
    }
    .animate__delay-20s {
        --animate-delay: 100ms;
        --animate-duration: 1100ms;
    }
    .animate__delay-30s {
        --animate-delay: 100ms;
        --animate-duration: 1300ms;
    }
    .animate__delay-40s {
        --animate-delay: 100ms;
        --animate-duration: 1600ms;
    }

    /* process */
    .process {
        margin-top: 130px;
    }

    .process h2 {
        text-align: center;
        margin-left: 18px;
    }

    .process h2 span {
        color: #3e65ff;
    }

    .process > .process-header {
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .process > .process-header > span {
        font-size: 20px;
        color: #656565;
    }

    .process > .process-body > p {
        margin-top: 12px;
        font-size: 16px;
        font-weight: 600;
    }

    .process > .process-body > .process-body-content {
        display: flex;
        justify-content: space-between;
        margin-top: 32px;
    }

    .process > .process-body > .process-body-content > .process-body-right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 260px;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-right
    > .tab-item {
        width: 260px;
        height: 52.83px;
        font-weight: 700;
        font-size: 18px;
        margin-top: 8px;
        color: black !important;
        cursor: pointer;
        transition: box-shadow ease 0.3s;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-right
    > .active {
        width: 260px;
        height: 52.83px;
        font-weight: 700;
        font-size: 18px;
        background: radial-gradient(
                210.56% 198.03% at -8.19% -65.79%,
                #5282fd 0%,
                #0034b8 100%
        );
        box-shadow: 0px 37px 50px rgba(0, 51, 255, 0.18);
        border-radius: 20px;
        margin-top: 8px;
        color: white !important;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-right
    > .tab-item:nth-child(1) {
        margin-top: 0;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-right
    > .active
    > span {
        color: rgba(255, 255, 255, 0.4) !important;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-right
    > .tab-item
    > span {
        color: rgba(0, 0, 0, 0.4);
        font-weight: 700;
        font-size: 32px;
        margin-left: 10px;
        vertical-align: sub;
        margin-right: 30px;
        line-height: 50px;
    }

    .process > .process-body > .process-body-content > .process-body-left {
        display: flex;
        justify-content: space-between;
        width: 984px;
    }
    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content {
        background: #f5f5f5;
        display: flex;
        text-align: right;
        border-radius: 20px;

        color: black;
        cursor: pointer;
        transition: box-shadow ease 0.3s;
        display: flex;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-right
    > .active:hover {
        box-shadow: none;
        transition: box-shadow ease 0.3s;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content {
        display: none;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content
    > div {
        display: flex;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content
    > div:nth-child(1) {
        position: absolute;
        top: 10px;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content
    > div
    > img {
        width: auto;
        height: 249px;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(2)
    > div
    > img {
        width: 19%;
        height: auto;

        margin-right: 49px;
        margin-top: 29px;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(3)
    > div
    > img {
        margin-top: 0;
        margin-bottom: 20px;
        height: 249px;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(3)
    > div {
        top: 0;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(4)
    > div {
        top: 0;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(5)
    > div {
        top: 0;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(6)
    > div {
        top: 0;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(5)
    > div
    > img {
        margin-top: 0;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content
    > div:nth-child(2) {
        display: flex;
        flex-direction: column;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content
    > div:nth-child(2)
    > p {
        position: absolute;
        right: 33%;
        width: 63%;
        text-align: justify;
        top: 38px;
        font-weight: 400;
        font-size: 18px;
        line-height: 180%;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content
    > div:nth-child(2)
    > a {
        position: absolute;
        right: 33%;
        top: 212px;
    }


    /* team */
    /* team */
    .team {
        margin-top: 130px;
    }

    .team-footer {
        display: flex;
        justify-content: space-between;
        width: 37%;
        margin: 0 auto;
        margin-top: 24px;
        position: relative;
        bottom: 0px;
    }

    .team-footer > .btn-primary {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .team-footer > .btn-primary > svg {
        margin-right: 6px;
    }

    .team h2 {
        text-align: center;
        margin-left: 18px;
    }
    .team h2 span {
        color: #3e65ff;
    }
    .team > .team-header {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .team > .team-header > span {
        font-size: 20px;
        color: #656565;
    }
    .team .team-body {
        display: flex;
        justify-content: center;
        margin-top: 12px;
        flex-direction: column;
    }
    .team .team-body > p {
        text-align: center;
        margin-top: 12px;
        font-weight: 700;
        width: 500px;
        line-height: 27px;
        margin: 0 auto;
        margin-bottom: 32px;
    }

    .team > .team-body > .team-slides {
        display: flex;
        width: 100%;
        justify-self: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .team > .team-body > .team-slides > li {
        margin-left: 18px;
        display: flex;
        justify-self: center;
        width: 166.86px;
        height: 370px;
        border-radius: 0px;
        transition: all ease 0.3s;
        cursor: pointer;
    }

    .team > .team-body > .team-slides > li:hover {
        /*outline: 6px solid #0f3fff;*/
        /*box-shadow: 0px 76px 75px -35px rgba(0, 7, 33, 0.24);*/
        /*border-radius: 40px;*/
    }

    .team > .team-body > .team-slides > li:nth-child(1):hover {
        /*background: linear-gradient(*/
        /*        179.66deg,*/
        /*        rgba(0, 0, 0, 0) 0.27%,*/
        /*        #000000 67.32%*/
        /*),*/
        /*url("../img/index/team/team1.webp");*/
        /*background-size: 100% 100%;*/
    }
    .team > .team-body > .team-slides > li:nth-child(2):hover {
        /*background: linear-gradient(*/
        /*        179.66deg,*/
        /*        rgba(0, 0, 0, 0) 0.27%,*/
        /*        #000000 67.32%*/
        /*),*/
        /*url("../img/index/team/team2.webp");*/
        /*background-size: 100% 100%;*/
    }

    .team > .team-body > .team-slides > li:nth-child(3):hover {
        /*background: linear-gradient(*/
        /*        179.66deg,*/
        /*        rgba(0, 0, 0, 0) 0.27%,*/
        /*        #000000 67.32%*/
        /*),*/
        /*url("../img/index/team/team3.webp");*/
        /*background-size: 100% 100%;*/
    }

    .team > .team-body > .team-slides > li:nth-child(4):hover {
        /*background: linear-gradient(*/
        /*        179.66deg,*/
        /*        rgba(0, 0, 0, 0) 0.27%,*/
        /*        #000000 67.32%*/
        /*),*/
        /*url("../img/index/team/team4.webp");*/
        /*background-size: 100% 100%;*/
    }

    .team > .team-body > .team-slides > li:nth-child(5):hover {
        /*background: linear-gradient(*/
        /*        179.66deg,*/
        /*        rgba(0, 0, 0, 0) 0.27%,*/
        /*        #000000 67.32%*/
        /*),*/
        /*url("../img/index/team/team5.webp");*/
        /*background-size: 100% 100%;*/
    }

    .team > .team-body > .team-slides > li:nth-child(6):hover {
        /*background: linear-gradient(*/
        /*        179.66deg,*/
        /*        rgba(0, 0, 0, 0) 0.27%,*/
        /*        #000000 67.32%*/
        /*),*/
        /*url("../img/index/team/team6.webp");*/
        /*background-size: 100% 100%;*/
    }

    .team > .team-body > .team-slides > li:nth-child(7):hover {
        /*background: linear-gradient(*/
        /*        179.66deg,*/
        /*        rgba(0, 0, 0, 0) 0.27%,*/
        /*        #000000 67.32%*/
        /*),*/
        /*url("../img/index/team/team7.webp");*/
        /*background-size: 100% 100%;*/
    }

    .team > .team-body > .team-slides > li:hover > a {
        opacity: 1;
        transform: translateY(0);
        transition: all ease 0.3s;
    }
    .team > .team-body > .team-slides > li:hover > span:nth-child(2) {
        /*margin-bottom: 20px;*/
        transition: all ease 0.3s;
    }

    .team > .team-body > .team-slides > li:nth-child(1) {
        background: url("../img/index/team/team1.webp");
        background-repeat: no-repeat;
        background-size: 100%;
        display: flex;
        justify-content: end;
        align-items: center;
        color: white;
        text-align: center;
        flex-direction: column;
        /*margin-bottom: 90px;*/
        transition: all ease 0.3s;
    }

    .team > .team-body > .team-slides > li:nth-child(2) {
        background: url("../img/index/team/team2.webp");
        background-repeat: no-repeat;
        background-size: 100%;
        display: flex;
        justify-content: end;
        align-items: center;
        color: white;
        text-align: center;
        flex-direction: column;
        /*margin-bottom: 20px;*/
        transition: all ease 0.3s;
        margin-left: 0px;

    }

    .team > .team-body > .team-slides > li:nth-child(3) {
        background: url("../img/index/team/team3.webp");
        background-repeat: no-repeat;
        background-size: 100%;
        display: flex;
        justify-content: end;
        align-items: center;
        color: white;
        text-align: center;
        flex-direction: column;
        /*margin-bottom: 20px;*/
        transition: all ease 0.3s;
    }

    .team > .team-body > .team-slides > li:nth-child(4) {
        background: url("../img/index/team/team4.webp");
        background-repeat: no-repeat;
        background-size: 100%;
        display: flex;
        justify-content: end;
        align-items: center;
        color: white;
        text-align: center;
        flex-direction: column;
        /*margin-bottom: 20px;*/
        transition: all ease 0.3s;
        margin-left: 0px;
    }

    .team > .team-body > .team-slides > li:nth-child(5) {
        background: url("../img/index/team/team5.webp");
        background-size: 100% ;
        background-repeat: no-repeat;
        display: flex;
        justify-content: end;
        align-items: center;
        color: white;
        text-align: center;
        flex-direction: column;
        /*margin-bottom: 20px;*/
        transition: all ease 0.3s;
    }

    .team > .team-body > .team-slides > li:nth-child(6) {
        background: url("../img/index/team/team6.webp");
        background-repeat: no-repeat;
        background-size: 100%;
        display: flex;
        justify-content: end;
        align-items: center;
        color: white;
        text-align: center;
        flex-direction: column;
        margin-bottom: 20px;
        transition: all ease 0.3s;
        margin-left: 0px;

    }

    .team > .team-body > .team-slides > li:nth-child(7) {
        background: url("../img/index/team/team7.webp");
        background-size: 100%;
        background-repeat: no-repeat;
        display: flex;
        justify-content: end;
        align-items: center;
        color: white;
        text-align: center;
        flex-direction: column;
        margin-bottom: 20px;
        transition: all ease 0.3s;
        margin-left: 18px;
    }

    .team > .team-body > .team-slides > li:nth-child(8) {
        background: url("../img/index/team/team8.webp");
        background-size: 100%;
        background-repeat: no-repeat;
        display: flex;
        justify-content: end;
        align-items: center;
        color: white;
        text-align: center;
        flex-direction: column;
        margin-bottom: 20px;
        transition: all ease 0.3s;
        margin-left: 0;

    }

    .team > .team-body > .team-slides > li:nth-child(9) {
        background: url("../img/index/team/team9.webp");
        background-size: 100%;
        background-repeat: no-repeat;
        display: flex;
        justify-content: end;
        align-items: center;
        color: white;
        text-align: center;
        flex-direction: column;
        margin-bottom: 20px;
        transition: all ease 0.3s;
        margin-left: 0;
    }


    .team > .team-body > .team-slides > li > span:nth-child(1) {
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        color: rgba(255, 255, 255, 0.54);
        margin-bottom: 5px;
        transition: all ease 0.3s;
        top: 135px !important;
    }

    .team > .team-body > .team-slides > li > span:nth-child(2) {
        font-weight: 800;
        font-size: 18px;
        color: #ffffff;
        margin-bottom: -20px;
        transition: all ease 0.3s;
        top: 125px !important;
    }
    .team > .team-body > .team-slides > li > span:nth-child(3) {
        top: 145px !important;
    }

    .team > .team-body > .team-slides > li > a {
        font-weight: 800;
        font-size: 18px;
        color: #ffffff;
        margin-bottom: 90px;
        width: 53px;
        height: 53px;
        padding: 0;
        background: linear-gradient(159.78deg, #3e65ff 13.46%, #061d7b 102.72%);
        box-shadow: 0px 38px 38px rgba(109, 138, 255, 0.32);
        border-radius: 20px;
        opacity: 0;
        transform: translateY(30%);
        transition: transform 0.5s, opacity 0.5s;
    }

    .team > .team-body > .team-slides > li > a > img {
        width: 19px;
        height: 19px;
        margin-top: 15px;
    }

    .team-slides-mobile {
        display: none;
    }


    /* partners */
    .partners {
        margin-top: 130px;
    }
    .partners h2 {
        text-align: center;
        margin-left: 18px;
    }
    .partners h2 span {
        color: #3e65ff;
    }
    .partners > .partners-header {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .partners > .partners-header > span {
        font-size: 20px;
        color: #656565;
    }
    .partners .partners-body {
        display: flex;
        justify-content: center;
        margin-top: 12px;
        flex-direction: column;
    }
    .partners .partners-body > p {
        text-align: center;
        margin-top: 12px;
        font-weight: 700;
        width: 700px;
        line-height: 27px;
        margin: 0 auto;
        margin-bottom: 32px;
    }
    .partners > .partners-body > .swiper-partners {
        width: 100%;
        border: 1px solid #dddddd;
        border-radius: 117px;
    }
    .partners > .partners-body > .swiper-partners > .swiper-button-next {
        border: 1px solid #dddddd;
        border-radius: 117px;
        width: 64px;
        height: 64px;
        font-size: 33px;
        margin-bottom: 0px;
        bottom: 0px;
        font-size: 14px;
        text-align: center;
        margin-left: 2px;
        color: #595959;
        margin-top: -33px;
        position: absolute;
        background: white;
        z-index: 9;
    }
    .partners > .partners-body > .swiper-partners > .swiper-button-prev {
        border: 1px solid #dddddd;
        border-radius: 117px;
        width: 64px;
        height: 64px;
        font-size: 33px;
        margin-bottom: 0px;
        bottom: 0px;
        font-size: 14px;
        text-align: center;
        margin-left: 2px;
        color: #595959;
        margin-top: -33px;
        position: absolute;
        background: white;
        z-index: 9;
    }

    .partners > .partners-body > .swiper-partners > .swiper-button-prev:hover {
        background: radial-gradient(
                210.56% 198.03% at -8.19% -65.79%,
                #5282fd 0%,
                #0034b8 100%
        )
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
        box-shadow: 0px 37px 50px rgba(0, 51, 255, 0.18);
        border-radius: 50px;
        color: white;
        transition: all ease 0.3s;
    }

    .partners > .partners-body > .swiper-partners > .swiper-button-next:hover {
        background: radial-gradient(
                210.56% 198.03% at -8.19% -65.79%,
                #5282fd 0%,
                #0034b8 100%
        )
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
        box-shadow: 0px 37px 50px rgba(0, 51, 255, 0.18);
        border-radius: 50px;
        color: white;
        transition: all ease 0.3s;
    }

    .partners .swiper-rtl .swiper-button-next:after {
        font-size: 23px;
        margin-right: 6px;
    }
    .partners .swiper-rtl .swiper-button-prev:after {
        font-size: 23px;
        margin-left: 6px;
    }
    .partners .partners-body-mobile {
        display: none;
    }

    .partners
    > .partners-body
    > .swiper-partners
    > .swiper-wrapper
    > .swiper-slide {
        width: 100px;
        height: auto;
        padding: 9px 0;
        display: flex;
        justify-content: center;
    }
    .partners
    > .partners-body
    > .swiper-partners
    > .swiper-wrapper
    > .swiper-slide
    > img {
        width: 65px;
        height: 50px;
        padding: 8px;
    }
    .partners
    > .partners-body
    > .swiper-partners
    > .swiper-wrapper
    > .swiper-slide:nth-child(3)
    > img {
        width: 200px;
        height: 50px;
        padding: 8px;
    }
}

@media only screen and (max-width: 992px) {
    .container {
        display: inline-block;
        width: 96%;
        margin: 0 auto;
    }

    /* hero */
    .hero {
        display: flex;
        flex-direction: column-reverse;
        padding: 0;
        padding: 0;
        margin: 0;
        width: 100%;
        margin-top: 87px;
    }
    .hero > .left-hero {
        width: 100%;
        display: inline-block;
        height: auto;
    }
    .hero > .left-hero > img {
        width: 100%;
        height: auto;
    }
    .hero > .right-hero {
        margin-top: 16px;
        padding: 0 24px;
        width: 94%;
    }
    .hero > .right-hero h1 {
        font-weight: 300;
        font-size: 14px;
        width: 100%;
    }
    .hero > .right-hero > div {
        margin-top: 10px;
        line-height: 28px;
    }
    .hero > .right-hero > .hero-btns {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 21px;
    }
    .hero > .right-hero > .hero-btns .btn-secondery {
        margin-left: 0 !important;
        width: 45% !important;
        margin-top: 0 !important;
    }
    .hero > .right-hero > .hero-btns .btn-primary {
        margin-left: 0;
        width: 45% !important;
        margin-top: 0 !important;
    }

    .hero > .right-hero > div > p:nth-child(1) {
        margin-top: 10px;
        font-weight: 400;
        font-size: 25px;
    }

    .hero > .right-hero > div > p:nth-child(2) {
        margin-top: 10px !important;
        font-weight: 900 !important;
        font-size: 20px !important;
    }
    .hero > .right-hero > div > p:nth-child(2) > span {
        color: #0f3fff;
    }

    .hero > .right-hero > p {
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        text-align: justify;
        margin-top: 16px;
        width: 100%;
    }

    .hero > .right-hero > .hero-btns > .btn-primary {
        margin-top: 20px !important;
        width: 100%;
        height: 57px;
        font-weight: 700;
        font-size: 14px;
        line-height: 57px;
        position: relative;
        z-index: 9;
    }

    .hero > .right-hero > .hero-btns > .btn-secondery {
        margin-top: 14px !important;
        width: 100%;
        height: 60px;
        font-weight: 700;
        font-size: 18px;
        line-height: 56px;
        margin-right: 0;
    }

    /* services */
    .services {
        margin-top: 130px;
        width: 100%;
        margin-top: 56px;
    }
    .services h2 {
        text-align: center;
        margin-left: 0;
    }
    .services h2 span {
        color: #3e65ff;
    }
    .services .services-header {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }
    .services .services-header > span {
        font-size: 14px;
        text-align: center;
        display: block;
        color: #656565;
        margin-bottom: 8px;
    }
    .services .services-body > p {
        text-align: center;
        margin-top: 12px;
        font-weight: 700;
        line-height: 25px;
        font-size: 16px;
        padding: 0 24px;
    }
    .services .services-body > .services-body-row {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 94%;
        margin: 0 auto;
    }
    .services .services-body > .services-body-row > div {
        background: #ffffff;
        border: 1px solid #eaeaea;
        border-radius: 20px;
        width: 40%;
        height: 267px;
        padding-bottom: 0;
        margin-top: 30px;
        position: relative;
        transition: all ease-in-out 0.3s;
        /* padding: 0 24px; */
        padding: 24px;
        margin-right: 0;
    }

    .services .services-body > .services-body-row > div:first-child {
        margin-right: 0;
    }

    .services .services-body > .services-body-row > div > img {
        width: 125px;
        height: 72px;
        margin-top: 16px;
    }
    .services .services-body > .services-body-row > div > h3 {
        font-weight: 800;
        font-size: 16px;
        margin-top: 18px;
    }
    .services .services-body > .services-body-row > div > p {
        font-weight: 500;
        font-size: 13px;
        margin-top: 8px;
        line-height: 180%;
        text-align: justify;
    }
    .services .services-body > .services-body-row > div > span {
        position: absolute;
        width: 53px;
        height: 53px;
        left: 24px;
        top: 28px;
        background: linear-gradient(159.78deg, #3e65ff 13.46%, #061d7b 102.72%);
        border-radius: 20px;
        opacity: 0;
        transform: translateY(30%);
        transition: transform 0.5s, opacity 0.5s;
    }
    .services
    .services-body
    > .services-body-row
    > div:hover
    > span
    > a
    > img:nth-child(2) {
        display: none;
    }
    .services .services-body > .services-body-row > div > span > a > img {
        margin: 14px 14px;
    }

    .services .services-body > .services-body-row > div:hover {
        border: 3px solid #0c34d3;
        transition: all ease-in-out 0.3s;
    }

    .services .services-body > .services-body-row > div:hover > span {
        display: block;
        opacity: 1;
        transform: translateY(0);
        transition: all 0.3s;
    }

    /* resume */
    .resume {
        margin-top: 32px !important;
        width: 100%;
    }
    .resume .testimonials-footer{
        margin-top: 12px !important;

    }
    .testimonials{
        margin-top: 24px !important;

    }
    .resume h2 {
        text-align: center;
    }

    .resume h2 span {
        color: #3e65ff;
    }

    .resume > .resume-header {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        padding-top: 0;
    }

    .resume > .resume-header > span {
        font-size: 14px;
        color: #656565;
        margin-bottom: 10px;
    }

    .resume .resume-body > p {
        text-align: center;
        margin-top: 8px;
        font-weight: 700;
    }

    .resume > .resume-body > .resume-body-row {
        display: flex;
        flex-direction: column;
        padding: 0 24px;
        flex-direction: revert;
        align-items: baseline;
        justify-content: space-between;
        margin-top: 0 !important;
    }

    .resume > .resume-body > .resume-body-row > div {
        margin-top: 37px;
        position: relative;
        width: 47%;
    }


    .resume > .resume-body > .resume-body-row > div > span {
        font-weight: 700;
        font-size: 14px !important;
        color: #8b8b8b;
        margin-top: 16px;
        display: inline-block;
    }

    .resume > .resume-body > .resume-body-row > div > h3 {
        font-style: normal;
        font-weight: 900;
        font-size: 24px;
        color: #000000;
        margin-top: 14px;
    }

    .resume > .resume-body > .resume-body-row > div > a {
        margin-left: 0;
        margin-right: 0;
        height: 57px;
        line-height: 57px;
        margin-bottom: 0;
    }

    .resume
    > .resume-body
    > .resume-body-row
    > div
    > .resume-body-row-picture
    > img {
        width: 100%;
        height: 180px;
    }

    .resume
    > .resume-body
    > .resume-body-row
    > div
    > .resume-body-row-picture
    > ul {
        display: flex;
        justify-content: space-around;
        position: absolute;
        width: 88%;
        height: 35px;
        top: 136px !important;
        right: 21px;
        background: white;
        box-shadow: 0px 18px 55px rgba(0, 0, 0, 0.15);
        border-radius: 14px;
        align-items: center;
    }
    .resume > .resume-body > .resume-body-row > div:nth-child(even) {
        margin-right: 0;
        position: relative;
    }
    .resume
    > .resume-body
    > .resume-body-row
    > div
    > .resume-body-row-picture
    > ul
    > li {
        font-weight: 700;
        font-size: 12px;
        margin-right: 0;
    }

    .resume
    > .resume-body
    > .resume-body-row
    > div
    > .resume-body-row-picture
    > ul
    > li
    > span {
        color: #9f9f9f;
    }

    .resume > .resume-body > .resume-body-tag > ul {
        display: none;
        justify-content: center;
        margin-top: 24px;
    }

    .resume > .resume-body > .resume-body-tag > ul > li {
        font-weight: 700;
        font-size: 16px;
        width: auto;
        height: 34px;
        line-height: 32px;
        background: #f3f3f3;
        border-radius: 20px;
        text-align: center;
        padding: 8px 24px;
        margin-right: 16px;
        cursor: pointer;
        transition: all ease 0.3s;
    }

    .resume > .resume-body > .resume-body-tag > ul > li.active {
        background: radial-gradient(
                210.56% 198.03% at -8.19% -65.79%,
                #5282fd 0%,
                #0034b8 100%
        );
        box-shadow: 0px 16px 50px rgba(0, 51, 255, 0.18);
        border-radius: 31px;
        color: white;
    }

    .resume > .resume-body > .resume-body-tag > ul > li.active:hover {
        box-shadow: none;
        transition: all ease 0.3s;
    }

    .resume > .resume-body > .resume-body-tag > ul > li > span {
        color: #9f9f9f;
    }

    /* features */
    .features {
        background: #f4f4f4;
        height: 996px !important;
        margin-top: 120px;
    }

    .features > .features-body {
        display: flex;
        flex-direction: row;
        position: relative;
        width: 100%;
        height: 554px;
        display: inline-block;
        flex-direction: column;
    }

    .features > .features-body > .features-body-left {
        width: 100%;
        position: absolute;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 452px !important;
        margin-top: 72px;
        justify-content: center;
        align-items: center;
    }

    .features > .features-body > .features-body-left > h2 {
        font-size: 24px;
        width: 88%;
        text-align: center;
        margin: 0 auto;
        line-height: 37px;
    }

    .features > .features-body > .features-body-left > ul {
        display: flex;
        margin-top: 36px;
        justify-content: space-around;
        margin-right: 0;
        margin-left: 0;
        width: 88%;
    }

    .features > .features-body > .features-body-left > div.hero-btns {
        margin-top: 52px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        width: 94%;
    }

    .features
    > .features-body
    > .features-body-left
    > div.hero-btns
    > .btn-primary {
        height: 57px !important;
        width: 89% !important;
        line-height: 57px;
        z-index: 999 !important;
    }

    .features
    > .features-body
    > .features-body-left
    > div.hero-btns
    > .btn-secondery {
        background: #e3e3e3;
        margin-right: 19px;
        height: 60px;
        margin-top: 12px !important;
        height: 60px !important;
        width: 89% !important;
        line-height: 56px !important;
    }

    .features > .features-body > .features-body-left > ul > li:nth-child(odd) {
        width: 300px;
    }

    .features > .features-body > .features-body-left > ul > li:nth-child(even) {
        width: 300px;
    }

    .features > .features-body > .features-body-left h3 {
        font-weight: 700 !important;
        font-size: 18px !important;
        text-align: center;
    }

    .features > .features-body > .features-body-left > ul > li > span {
        font-weight: 600;
        font-size: 14px;
        display: block;
        text-align: center;
        line-height: 19px !important;
        margin-top: 6px;
    }

    .features > .features-body > .features-body-right > img:nth-child(1) {
        display: none;
    }
    .features > .features-body > .features-body-right > img:nth-child(2) {
        position: absolute;
        width: 63%;
        height: auto;
        right: 0;
        top: -47px;
        margin: 0 auto;
        display: block;
        margin: 0 auto;
    }

    /* process */
    .process {
        margin-top: 72px;
        width: 100%;
    }

    .process h2 {
        text-align: center;
        margin-left: 0;
    }

    .process h2 span {
        color: #3e65ff;
    }

    .process > .process-header {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }

    .process > .process-header > span {
        font-size: 14px;
        color: #656565;
        margin-bottom: 10px;
    }

    .process > .process-body > p {
        text-align: center;
        margin-top: 12px;
        font-weight: 600;
        line-height: 27px;
        padding: 0 24px;
        width: 88%;
    }

    .process > .process-body > .process-body-content {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin-top: 32px;
    }

    .process > .process-body > .process-body-content > .process-body-right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 89%;
        margin: 0 auto;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-right
    > .tab-item {
        width: 100%;
        margin: 0 auto;
        height: 52.83px;
        font-weight: 700;
        font-size: 18px;
        margin-top: 8px;
        color: black !important;
        cursor: pointer;
        transition: box-shadow ease 0.3s;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-right
    > .active {
        width: 100%;
        margin: 0 auto;
        height: 52.83px;
        font-weight: 700;
        font-size: 18px;
        background: radial-gradient(
                210.56% 198.03% at -8.19% -65.79%,
                #5282fd 0%,
                #0034b8 100%
        );
        box-shadow: 0px 37px 50px rgba(0, 51, 255, 0.18);
        border-radius: 20px;
        margin-top: 8px;
        color: white !important;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-right
    > .tab-item:nth-child(1) {
        margin-top: 0;
        width: 100%;
    }
    .process
    > .process-body
    > .process-body-content
    > .process-body-right
    > .active
    > span {
        color: rgba(255, 255, 255, 0.4) !important;
    }
    .process
    > .process-body
    > .process-body-content
    > .process-body-right
    > .tab-item
    > span {
        color: rgba(0, 0, 0, 0.4);
        font-weight: 700;
        font-size: 32px;
        margin-left: 10px;
        vertical-align: sub;
        margin-right: 30px;
        line-height: 50px;
    }

    .process > .process-body > .process-body-content > .process-body-left {
        display: flex;
        justify-content: space-between;
        width: 984px;
    }
    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content {
        background: #f5f5f5;
        display: flex;
        text-align: right;
        border-radius: 20px;

        color: black;
        cursor: pointer;
        transition: box-shadow ease 0.3s;
        display: flex;
        width: 100%;
        height: 100%;
        position: relative;
    }

    /* .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .active {
    display: block !important;
  } */

    .process
    > .process-body
    > .process-body-content
    > .process-body-right
    > .active:hover {
        box-shadow: none;
        transition: box-shadow ease 0.3s;
    }

    .process > .process-body > .process-body-content > .process-body-left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 89%;
        margin: 0 auto;
    }
    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content {
        display: none;
        height: 801px !important;
        margin-top: 24px;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(1) {
        display: none;
        height: 679px !important;
        margin-top: 24px;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(2) {
        display: none;
        height: 686px !important;
        margin-top: 24px;
    }
    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(3) {
        display: none;
        height: 680px !important;
        margin-top: 24px;
    }
    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(4) {
        display: none;
        height: 730px !important;
        margin-top: 24px;
    }
    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(5) {
        display: none;
        height: 601px !important;
        margin-top: 24px;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content
    > div {
        display: flex;
    }
    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content
    > div:nth-child(1) {
        position: absolute;
        top: 10px;
        width: 100%;
    }
    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content
    > div
    > img {
        width: auto;
        height: 330px;
    }
    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(2)
    > div
    > img {
        width: 180.56px;
        height: 258.93px;

        margin: 0 auto;
        margin-top: 31px;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(3)
    > div
    > img {
        margin: 0 auto;
        margin-top: 8px;
        padding-right: 19px;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(5)
    > div
    > img {
        margin: 0 auto;
        margin-top: 8px;
        padding-right: 19px;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(6)
    > div
    > img {
        margin: 0 auto;
        margin-top: 8px;
        padding-right: 11px;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(3)
    > div {
        top: 0;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(4)
    > div {
        top: 0;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(5)
    > div {
        top: 0;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(6)
    > div {
        top: 0;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(5)
    > div
    > img {
        margin-top: 0;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content
    > div:nth-child(2) {
        display: flex;
        flex-direction: column;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content
    > div:nth-child(2)
    > p {
        position: absolute;
        right: 8%;
        width: 85%;
        text-align: justify;
        top: 46% !important;
        font-weight: 400;
        font-size: 18px;
        line-height: 180%;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(1)
    > div:nth-child(2)
    > p {
        top: 51% !important;
    }
    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(2)
    > div:nth-child(2)
    > p {
        top: 51% !important;
    }
    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(3)
    > div:nth-child(2)
    > p {
        top: 49% !important;
    }
    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(5)
    > div:nth-child(2)
    > p {
        top: 55% !important;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content
    > div:nth-child(2)
    > a {
        margin: 0;
        position: absolute;
        right: 6%;
        width: 87%;
        top: 87% !important;
        height: 64px;
        line-height: 55px;
    }


    /* team */
    .team {
        margin-top: 72px;
        width: 100%;
    }
    .team-footer {
        display: flex;
        justify-content: center;
        width: 87%;
        margin: 0 auto;
        margin-right: 24px;
        margin-top: 24px;
        position: relative;
    }

    .team-footer > .btn-secondery {
        margin-left: 0;
        margin-right: 29px;
    }

    .team-footer > .btn-primary {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .team h2 {
        text-align: center;
        margin-left: 0;
    }

    .team h2 span {
        color: #3e65ff;
    }

    .team > .team-header {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }

    .team > .team-header > span {
        font-size: 12px;
        color: #656565;
        margin-bottom: 10px;
    }

    .team .team-body > p {
        text-align: center;
        margin-top: 12px;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 16px;
        width: 88%;
        padding: 0;
    }
    .team > .team-body > .team-slides {
        display: none;
    }
    .team > .team-body > .team-slides-mobile {
        display: flex !important;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        justify-content: space-around;
    }

    .team > .team-body > .team-slides-mobile > ul {
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: center;
        justify-content: space-around;
    }

    .team > .team-body > .team-slides-mobile > ul > li {
        display: flex;
        justify-self: center;
        width: 166.86px;
        height: 408px;
        border-radius: 40px;
        transition: all ease 0.3s;
        cursor: pointer;
    }

    .team > .team-body > .team-slides-mobile > ul > li:hover {
        border: 6px solid #0f3fff;
        box-shadow: 0px 76px 75px -35px rgba(0, 7, 33, 0.24);
        border-radius: 40px;
    }

    .team
    > .team-body
    > .team-slides-mobile
    > ul:nth-child(1)
    > li:nth-child(1):hover {
        background: linear-gradient(
                179.66deg,
                rgba(0, 0, 0, 0) 0.27%,
                #000000 67.32%
        ),
        url("../img/index/team/team1.webp");
        background-size: 100% 100%;
    }
    .team
    > .team-body
    > .team-slides-mobile
    > ul:nth-child(2)
    > li:nth-child(1):hover {
        background: linear-gradient(
                179.66deg,
                rgba(0, 0, 0, 0) 0.27%,
                #000000 67.32%
        ),
        url("../img/index/team/team2.webp");
        background-size: 100% 100%;
    }

    .team
    > .team-body
    > .team-slides-mobile
    > ul:nth-child(2)
    > li:nth-child(2):hover {
        background: linear-gradient(
                179.66deg,
                rgba(0, 0, 0, 0) 0.27%,
                #000000 67.32%
        ),
        url("../img/index/team/team3.webp");
        background-size: 100% 100%;
    }

    .team
    > .team-body
    > .team-slides-mobile
    > ul:nth-child(3)
    > li:nth-child(1):hover {
        background: linear-gradient(
                179.66deg,
                rgba(0, 0, 0, 0) 0.27%,
                #000000 67.32%
        ),
        url("../img/index/team/team4.webp");
        background-size: 100% 100%;
    }

    .team
    > .team-body
    > .team-slides-mobile
    > ul:nth-child(3)
    > li:nth-child(2):hover {
        background: linear-gradient(
                179.66deg,
                rgba(0, 0, 0, 0) 0.27%,
                #000000 67.32%
        ),
        url("../img/index/team/team5.webp");
        background-size: 100% 100%;
    }

    .team
    > .team-body
    > .team-slides-mobile
    > ul:nth-child(4)
    > li:nth-child(1):hover {
        background: linear-gradient(
                179.66deg,
                rgba(0, 0, 0, 0) 0.27%,
                #000000 67.32%
        ),
        url("../img/index/team/team6.webp");
        background-size: 100% 100%;
    }

    .team
    > .team-body
    > .team-slides-mobile
    > ul:nth-child(4)
    > li:nth-child(2):hover {
        background: linear-gradient(
                179.66deg,
                rgba(0, 0, 0, 0) 0.27%,
                #000000 67.32%
        ),
        url("../img/index/team/team7.webp");
        background-size: 100% 100%;
    }

    .team > .team-body > .team-slides-mobile > ul > li:hover > a {
        opacity: 1;
        transform: translateY(0);
        transition: all ease 0.3s;
    }
    .team
    > .team-body
    > .team-slides-mobile
    > ul
    > li:hover
    > span:nth-child(2) {
        margin-bottom: 20px;
        transition: all ease 0.3s;
    }

    .team
    > .team-body
    > .team-slides-mobile
    > ul:nth-child(1)
    > li:nth-child(1) {
        background: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0) 32.6%,
                #000000 91.74%
        ),
        url("../img/index/team/team1.webp");
        background-size: 100% 100%;
        display: flex;
        justify-content: end;
        align-items: center;
        color: white;
        text-align: center;
        flex-direction: column;
        margin-bottom: 20px;
        transition: all ease 0.3s;
    }

    .team
    > .team-body
    > .team-slides-mobile
    > ul:nth-child(2)
    > li:nth-child(1) {
        background: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0) 32.6%,
                #000000 91.74%
        ),
        url("../img/index/team/team2.webp");
        background-size: 100% 100%;
        display: flex;
        justify-content: end;
        align-items: center;
        color: white;
        text-align: center;
        flex-direction: column;
        margin-bottom: 20px;
        transition: all ease 0.3s;
    }

    .team
    > .team-body
    > .team-slides-mobile
    > ul:nth-child(2)
    > li:nth-child(2) {
        background: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0) 32.6%,
                #000000 91.74%
        ),
        url("../img/index/team/team3.webp");
        background-size: 100% 100%;
        display: flex;
        justify-content: end;
        align-items: center;
        color: white;
        text-align: center;
        flex-direction: column;
        margin-bottom: 20px;
        transition: all ease 0.3s;
    }

    .team
    > .team-body
    > .team-slides-mobile
    > ul:nth-child(3)
    > li:nth-child(1) {
        background: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0) 32.6%,
                #000000 91.74%
        ),
        url("../img/index/team/team4.webp");
        background-size: 100% 100%;
        display: flex;
        justify-content: end;
        align-items: center;
        color: white;
        text-align: center;
        flex-direction: column;
        margin-bottom: 20px;
        transition: all ease 0.3s;
    }

    .team
    > .team-body
    > .team-slides-mobile
    > ul:nth-child(3)
    > li:nth-child(2) {
        background: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0) 32.6%,
                #000000 91.74%
        ),
        url("../img/index/team/team5.webp");
        background-size: 100% 100%;
        display: flex;
        justify-content: end;
        align-items: center;
        color: white;
        text-align: center;
        flex-direction: column;
        margin-bottom: 20px;
        transition: all ease 0.3s;
    }

    .team
    > .team-body
    > .team-slides-mobile
    > ul:nth-child(4)
    > li:nth-child(1) {
        background: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0) 32.6%,
                #000000 91.74%
        ),
        url("../img/index/team/team6.webp");
        background-size: 100% 100%;
        display: flex;
        justify-content: end;
        align-items: center;
        color: white;
        text-align: center;
        flex-direction: column;
        margin-bottom: 20px;
        transition: all ease 0.3s;
    }

    .team
    > .team-body
    > .team-slides-mobile
    > ul:nth-child(4)
    > li:nth-child(2) {
        background: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0) 32.6%,
                #000000 91.74%
        ),
        url("../img/index/team/team7.webp");
        background-size: 100% 100%;
        display: flex;
        justify-content: end;
        align-items: center;
        color: white;
        text-align: center;
        flex-direction: column;
        margin-bottom: 20px;
        transition: all ease 0.3s;
    }

    .team > .team-body > .team-slides-mobile > ul > li > span:nth-child(1) {
        font-weight: 600;
        font-size: 12px;
        line-height: 22px;
        color: rgba(255, 255, 255, 0.54);
        margin-bottom: 5px;
        transition: all ease 0.3s;
    }

    .team > .team-body > .team-slides-mobile > ul > li > span:nth-child(2) {
        font-weight: 800;
        font-size: 15px;
        color: #ffffff;
        margin-bottom: -20px;
        transition: all ease 0.3s;
    }

    .team > .team-body > .team-slides-mobile > ul > li > a {
        font-weight: 800;
        font-size: 18px;
        color: #ffffff;
        margin-bottom: 22px;
        width: 53px;
        height: 53px;
        padding: 0;
        background: linear-gradient(159.78deg, #3e65ff 13.46%, #061d7b 102.72%);
        box-shadow: 0px 38px 38px rgba(109, 138, 255, 0.32);
        border-radius: 45px;
        opacity: 0;
        transform: translateY(30%);
        transition: transform 0.5s, opacity 0.5s;
    }

    .team > .team-body > .team-slides-mobile > ul > li > a > img {
        width: 19px;
        height: 19px;
        margin-top: 15px;
    }

    .team-slides {
        display: none;
    }

    /* partners */
    .partners {
        margin-top: 64px !important;
        width: 100%;
    }

    .partners h2 {
        text-align: center;
    }

    .partners h2 span {
        color: #3e65ff;
    }

    .partners > .partners-header {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }

    .partners > .partners-header > span {
        font-size: 12px;
        color: #656565;
        margin-bottom: 10px;
        margin-top: 10px !important;
    }

    .partners .partners-body > p {
        text-align: center;
        margin-top: 12px;
        font-weight: 600;
        padding: 0;
        line-height: 24px;
        margin-bottom: 16px;
        width: 88%;
    }
    .partners .partners-body > .partners-body-mobile > ul {
        display: flex;
        justify-content: space-around;
        margin-top: 18px;
        align-items: center;
    }
    .partners .partners-body > .partners-body-mobile > ul > li > a > img {
        width: 70px;
        height: auto;
    }

    .partners .swiper {
        display: none;
    }
    .partners .partners-body-mobile {
        display: block;
    }

}

@media only screen and (max-width: 480px) {
    .container {
        display: inline-block;
        width: 100% !important;
        margin: 0 auto;
    }
    .testimonials-footer{
        margin-top: 20px !important;
    }
    /* hero */
    .hero {
        display: flex;
        flex-direction: column-reverse;
        padding: 0;
        padding: 0;
        margin: 0;
        width: 100%;
        margin-top: 0;
    }
    .hero > .left-hero {
        width: 100%;
        display: inline-block;
        height: auto;
    }
    .hero > .left-hero > img {
        width: 100%;
        height: auto;
    }
    .hero > .right-hero {
        margin-top: 8px;
        padding: 0 24px;
        width: 88%;
    }
    .hero > .right-hero h1 {
        font-weight: 300;
        font-size: 12px;
        width: 100%;
    }
    .hero > .right-hero > div {
        margin-top: 0;
        line-height: 28px;
        display: flex;
        flex-direction: column;
    }

    .hero > .right-hero > div > p:nth-child(1) {
        margin-top: 0;
        font-weight: 400;
        font-size: 25px;
    }

    .hero > .right-hero > div > p:nth-child(2) {
        font-weight: 900 !important;
        font-size: 25px !important;
        margin-top: 8px !important;
    }
    .hero > .right-hero > div > p:nth-child(2) > span {
        color: #0f3fff;
    }

    .hero > .right-hero > p {
        font-weight: 600;
        font-size: 14px;
        line-height: 180%;
        text-align: justify;
        margin-top: 8px;
        width: 100%;
    }

    .hero > .right-hero > .hero-btns > .btn-primary {
        margin-top: 0 !important;
        width: 100% !important;
        height: 57px;
        font-weight: 700;
        position: relative;
        z-index: 9;
        margin-right: 0;
        margin-left: 12px;
        font-size: 15px;
    }

    .hero > .right-hero > .hero-btns > .btn-secondery {
        margin-top: 0 !important;
        width: 100% !important;
        height: 57px;
        font-weight: 700;
        font-size: 15px;
        margin-right: 0;
    }

    /* services */
    .services {

        width: 100%;
        margin-top: 64px;
        margin-bottom: 64px !important;
    }
    .services h2 {
        text-align: center;
        margin-left: 0;
        font-size: 24px;
    }
    .services h2 span {
        color: #3e65ff;
    }
    .services .services-header {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }
    .services .services-header > span {
        font-size: 14px;
        text-align: center;
        display: block;
        color: #656565;
        margin-bottom: 8px;
    }
    .services .services-body > p {
        text-align: center;
        margin-top: 6px;
        font-weight: 600;
        line-height: 180%;
        font-size: 12px;
        padding: 0 24px;
    }
    .services .services-body > .services-body-row {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        width: 100%;
    }
    .services .services-body > .services-body-row > div {
        background: #ffffff;
        border: 1px solid #eaeaea;
        border-radius: 20px;
        width: 80%;
        height: auto;
        padding-bottom: 0;
        position: relative;
        transition: all ease-in-out 0.3s;
        /* padding: 0 24px; */
        padding: 30px 18px;
        padding-top: 10px;
        margin-right: 0;
        margin-top: 16px;
    }

    .services .services-body > .services-body-row > div:first-child {
        margin-right: 0;
    }

    .services .services-body > .services-body-row > div > img {
        width: 125px;
        height: 72px;
        margin-top: 16px;
    }

    .services .services-body > .services-body-row > div > img {
        width: 80px;
        height: auto;
        margin-top: 16px;
    }


    .services .services-body > .services-body-row > div > h3 {
        font-weight: 800;
        font-size: 16px;
        margin-top: 18px;
    }
    .services .services-body > .services-body-row > div > p {
        font-weight: 500;
        font-size: 13px;
        margin-top: 8px;
        line-height: 180%;
        text-align: right;
    }
    .services .services-body > .services-body-row > div > span {
        position: absolute;
        width: 40px;
        height: 40px;
        left: 24px;
        top: 15px;
        background: white;
        border-radius: 13px;
        opacity: 1;
        transform: translateY(30%);
        transition: transform 0.5s, opacity 0.5s;
    }
    .services .services-body > .services-body-row > div > span a img:nth-child(1){
        display: none;
        margin: 10px;
        border-radius: 13px !important;
    }
    .services .services-body > .services-body-row > div > span a img:nth-child(2){
        display: block;
        margin: 10px;
        width: 20px;
        height: 20px;
        border-radius: 13px !important;
    }
    .services
    .services-body
    > .services-body-row
    > div:hover
    > span
    > a
    > img:nth-child(2) {
        display: none;

    }
    .services .services-body > .services-body-row > div > span > a > img {
        margin: 14px 14px;
    }

    .services .services-body > .services-body-row > div:hover {
        border: 3px solid #0c34d3;
        transition: all ease-in-out 0.3s;
        outline: none;
    }

    .services .services-body > .services-body-row > div:hover > span {
        display: block;
        opacity: 1;
        transform: translateY(0);
        transition: all 0.3s;
        border-radius: 13px;
    }



    /* features */
    .features {
        background: #f4f4f4;
        height: auto !important;
        margin-top: 64px !important;
        padding-bottom: 190px;
        margin-bottom: 94px !important;
    }

    .features > .features-body {
        display: flex;
        flex-direction: row;
        position: relative;
        width: 100%;
        height: 554px;
        display: inline-block;
        flex-direction: column;
    }

    .features > .features-body > .features-body-left {
        width: 100%;
        position: absolute;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 326px !important;
        margin-top: 0px;
    }

    .features > .features-body > .features-body-left > h2 {
        font-size: 16px;
        width: 88%;
        text-align: center;
        margin: 0 auto;
        line-height: 37px;
        margin-right: 0;

    }

    .features > .features-body > .features-body-left > ul {
        display: flex;
        justify-content: space-between;
        margin-right: 0;
        margin-left: 0;
        margin: 0 auto;

        margin-top: 24px;
    }

    .features > .features-body > .features-body-left > div.hero-btns {
        margin-top: 32px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 89%;
    }

    .features
    > .features-body
    > .features-body-left
    > div.hero-btns
    > .btn-primary {
        height: 57px !important;
        width: 89% !important;
        line-height: 57px;
        z-index: 999 !important;
        margin: 0;
        font-size: 15px;
        margin-left: 12px;
    }

    .features
    > .features-body
    > .features-body-left
    > div.hero-btns
    > .btn-secondery {
        background: #e3e3e3;
        height: 57px !important;
        width: 89% !important;
        line-height: 57px !important;
        margin: 0 !important;
    }

    .features > .features-body > .features-body-left > ul > li:nth-child(odd) {
        width: 154px;
    }

    .features > .features-body > .features-body-left > ul > li:nth-child(even) {
        width: 154px;
    }

    .features > .features-body > .features-body-left h3 {
        font-weight: 700 !important;
        font-size: 14px !important;
        text-align: center;
    }

    .features > .features-body > .features-body-left > ul > li > span {
        font-weight: 600;
        font-size: 12px;
        display: block;
        text-align: center;
        line-height: 19px !important;
        margin-top: 6px;
    }

    .features > .features-body > .features-body-right > img:nth-child(1) {
        display: none;
    }
    .features > .features-body > .features-body-right > img:nth-child(2) {
        position: absolute;
        width: 64%;
        height: auto;
        right: 6%;
        top: 22px;
        margin: 0 auto;
        display: block;
    }

    /* process */
    .process {
        margin-top: 32px;
        width: 100%;
        margin-bottom: 94px;
    }

    .process h2 {
        text-align: center;
        margin-left: 0;
        font-size: 20px !important;
    }

    .process h2 span {
        color: #3e65ff;
    }

    .process > .process-header {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }

    .process > .process-header > span {
        font-size: 14px;
        color: #656565;
        margin-bottom: 10px;
        font-size: 12px !important;

    }

    .process > .process-body > p {
        text-align: center;
        margin-top: 8px;
        font-weight: 600;
        line-height: 180%;
        font-size: 12px !important;
        padding: 0 24px;
        width: 88%;

    }

    .process > .process-body > .process-body-content {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin-top: 24px;
    }

    .process > .process-body > .process-body-content > .process-body-right {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 89%;
        margin: 0 auto;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-right
    > .tab-item {
        width: auto;
        margin: 0 auto;
        height: 59px;
        font-weight: 700;
        font-size: 14px;


        color: black !important;
        cursor: pointer;
        transition: box-shadow ease 0.3s;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-right
    > .active {
        width: auto;
        margin: 0 auto;
        height: 59px;
        font-weight: 700;
        font-size: 14px;
        background: radial-gradient(
                210.56% 198.03% at -8.19% -65.79%,
                #5282fd 0%,
                #0034b8 100%
        );
        box-shadow: 0px 37px 50px rgba(0, 51, 255, 0.18);
        border-radius: 20px;

        color: white !important;
        padding: 0 18px;
        margin: 0;
        height: 54px;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-right
    > .tab-item:nth-child(1) {

        width: auto;
        font-size: 14px;
        padding-left: 27px;
    }
    .process
    > .process-body
    > .process-body-content
    > .process-body-right
    > .active
    > span {
        color: rgba(255, 255, 255, 0.4) !important;
    }
    .process
    > .process-body
    > .process-body-content
    > .process-body-right
    > .tab-item
    > span {
        color: rgba(0, 0, 0, 0.4);
        font-weight: 700;
        font-size: 24px;
        margin-left: 10px;
        vertical-align: middle;
        margin-right: 0;
        line-height: 50px;
    }

    .process > .process-body > .process-body-content > .process-body-left {
        display: flex;
        justify-content: space-between;
        width: 984px;
    }
    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content {
        background: #f5f5f5;
        display: flex;
        text-align: right;
        border-radius: 20px;

        color: black;
        cursor: pointer;
        transition: box-shadow ease 0.3s;
        display: flex;
        width: 100%;
        height: 100%;
        position: relative;
    }

    /* .process
      > .process-body
      > .process-body-content
      > .process-body-left
      > .active {
      display: block !important;
    } */

    .process
    > .process-body
    > .process-body-content
    > .process-body-right
    > .active:hover {
        box-shadow: none;
        transition: box-shadow ease 0.3s;
        font-size: 14px;
        padding: 0 18px;
        margin: 0;
        height: 54px;
    }

    .process > .process-body > .process-body-content > .process-body-left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
    }
    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content {
        display: none;
        height: 801px !important;
        margin-top: 24px;
        width: 88%;
        margin: 0 auto;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(1) {
        display: none;
        height: 399px !important;
        margin-top: 24px;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(2) {
        display: none;
        height: 629px !important;
        margin-top: 24px;
    }
    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(3) {
        display: none;
        height: 579px !important;
        margin-top: 24px;
    }
    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(4) {
        display: none;
        height: 660px !important;
        margin-top: 24px;
    }
    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(5) {
        display: none;
        height: 601px !important;
        margin-top: 24px;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content
    > div {
        display: flex;
    }
    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content
    > div:nth-child(1) {
        position: absolute;
        top: 10px;
        width:auto;

    }
    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content
    > div
    > img {
        width: auto;
        height: 207px;
    }
    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(2)
    > div
    > img {
        width: 180.56px;
        height: 258.93px;

        margin: 0 auto;
        margin-top: 31px;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(3)
    > div
    > img {
        margin: 0 auto;
        margin-top: 8px;
        padding-right: 19px;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(5)
    > div
    > img {
        margin: 0 auto;
        margin-top: 8px;
        padding-right: 19px;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(6)
    > div
    > img {
        margin: 0 auto;
        margin-top: 8px;
        padding-right: 11px;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(3)
    > div {
        top: 0;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(4)
    > div {
        top: 0;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(5)
    > div {
        top: 0;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(6)
    > div {
        top: 0;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(5)
    > div
    > img {
        margin-top: 0;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content
    > div:nth-child(2) {
        display: flex;
        flex-direction: column;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content
    > div:nth-child(2)
    > p {
        position: absolute;
        right: 8%;
        width: 85%;
        text-align: justify;
        top: 46% !important;
        font-weight: 400;
        font-size: 12px;
        line-height: 180%;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(1)
    > div:nth-child(2)
    > p {
        top: 51% !important;
        font-size: 12px;
    }
    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(2)
    > div:nth-child(2)
    > p {
        top: 51% !important;
        font-size: 12px;
    }
    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(3)
    > div:nth-child(2)
    > p {
        top: 49% !important;
        font-size: 12px;
    }
    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content:nth-child(5)
    > div:nth-child(2)
    > p {
        top: 55% !important;
        font-size: 12px;
    }

    .process
    > .process-body
    > .process-body-content
    > .process-body-left
    > .tab-content
    > div:nth-child(2)
    > a {
        margin: 0;
        position: absolute;
        right: 6%;
        width: 87%;
        top: 81% !important;
        height: auto;
        line-height: 58px;
    }


    .swiper {
        width: 100%;
        height: 100%;
    }


    /* team */
    .team {
        margin-top: 32px;
        width: 100%;
    }
    .team-footer {
        display: flex;
        justify-content: space-around;
        width: 88%;
        margin: 0 auto;

        position: relative;
        margin: 0 auto;
        margin-right: 24px;
        margin-top: 24px;
    }

    .team-footer > .btn-secondery {
        margin-left: 0;
        margin-right: 29px;
        height: 57px;
        line-height: 57px;
    }

    .team-footer > .btn-primary {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 57px;
    }

    .team h2 {
        text-align: center;
        margin-left: 0;
        font-size: 18px;
    }

    .team h2 span {
        color: #3e65ff;
    }

    .team > .team-header {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }

    .team > .team-header > span {
        color: #656565;
        margin-bottom: 10px;
        font-size: 12px;
    }
    .team .team-body{
        margin-top: 0;
    }
    .team .team-body > p {
        text-align: center;
        margin-top: 10px;
        font-weight: 600;
        line-height: 180%;
        margin-bottom: 16px;
        font-size: 12px;
        width: 88%;
        padding: 0;
    }
    .team > .team-body > .team-slides {
        /*display: none;*/
    }
    .team > .team-body > .team-slides-mobile {
        display: flex !important;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        justify-content: space-around;
    }

    .team > .team-body > .team-slides-mobile > ul {
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: center;
        justify-content: space-around;
    }

    .team > .team-body > .team-slides-mobile > ul > li {
        display: flex;
        justify-self: center;
        width: 158.86px;
        height: 365px;
        border-radius: 47px;
        transition: all ease 0.3s;
        cursor: pointer;
    }

    .team > .team-body > .team-slides-mobile > ul > li:hover {
        border: 6px solid #0f3fff;
        box-shadow: 0px 76px 75px -35px rgba(0, 7, 33, 0.24);
        border-radius: 40px;
    }

    .team
    > .team-body
    > .team-slides-mobile
    > ul:nth-child(1)
    > li:nth-child(1):hover {
        background: linear-gradient(
                179.66deg,
                rgba(0, 0, 0, 0) 0.27%,
                #000000 67.32%
        ),
        url("../img/index/team/team1.webp");
        background-size: 100% 100%;
    }
    .team
    > .team-body
    > .team-slides-mobile
    > ul:nth-child(2)
    > li:nth-child(1):hover {
        background: linear-gradient(
                179.66deg,
                rgba(0, 0, 0, 0) 0.27%,
                #000000 67.32%
        ),
        url("../img/index/team/team2.webp");
        background-size: 100% 100%;
    }

    .team
    > .team-body
    > .team-slides-mobile
    > ul:nth-child(2)
    > li:nth-child(2):hover {
        background: linear-gradient(
                179.66deg,
                rgba(0, 0, 0, 0) 0.27%,
                #000000 67.32%
        ),
        url("../img/index/team/team3.webp");
        background-size: 100% 100%;
    }

    .team
    > .team-body
    > .team-slides-mobile
    > ul:nth-child(3)
    > li:nth-child(1):hover {
        background: linear-gradient(
                179.66deg,
                rgba(0, 0, 0, 0) 0.27%,
                #000000 67.32%
        ),
        url("../img/index/team/team4.webp");
        background-size: 100% 100%;
    }

    .team
    > .team-body
    > .team-slides-mobile
    > ul:nth-child(3)
    > li:nth-child(2):hover {
        background: linear-gradient(
                179.66deg,
                rgba(0, 0, 0, 0) 0.27%,
                #000000 67.32%
        ),
        url("../img/index/team/team5.webp");
        background-size: 100% 100%;
    }

    .team
    > .team-body
    > .team-slides-mobile
    > ul:nth-child(4)
    > li:nth-child(1):hover {
        background: linear-gradient(
                179.66deg,
                rgba(0, 0, 0, 0) 0.27%,
                #000000 67.32%
        ),
        url("../img/index/team/team6.webp");
        background-size: 100% 100%;
    }

    .team
    > .team-body
    > .team-slides-mobile
    > ul:nth-child(4)
    > li:nth-child(2):hover {
        background: linear-gradient(
                179.66deg,
                rgba(0, 0, 0, 0) 0.27%,
                #000000 67.32%
        ),
        url("../img/index/team/team7.webp");
        background-size: 100% 100%;
    }

    .team > .team-body > .team-slides-mobile > ul > li:hover > a {
        opacity: 1;
        transform: translateY(0);
        transition: all ease 0.3s;
    }
    .team
    > .team-body
    > .team-slides-mobile
    > ul
    > li:hover
    > span:nth-child(2) {
        margin-bottom: 20px;
        transition: all ease 0.3s;
    }

    .team
    > .team-body
    > .team-slides-mobile
    > ul:nth-child(1)
    > li:nth-child(1) {
        background: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0) 32.6%,
                #000000 91.74%
        ),
        url("../img/index/team/team1.webp");
        background-size: 100% 100%;
        display: flex;
        justify-content: end;
        align-items: center;
        color: white;
        text-align: center;
        flex-direction: column;
        margin-bottom: 20px;
        transition: all ease 0.3s;
    }

    .team
    > .team-body
    > .team-slides-mobile
    > ul:nth-child(1)
    > li:nth-child(2) {
        background: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0) 32.6%,
                #000000 91.74%
        ),
        url("../img/index/team/team2.webp");
        background-size: 100% 100%;
        display: flex;
        justify-content: end;
        align-items: center;
        color: white;
        text-align: center;
        flex-direction: column;
        margin-bottom: 20px;
        transition: all ease 0.3s;
    }

    .team
    > .team-body
    > .team-slides-mobile
    > ul:nth-child(2)
    > li:nth-child(2) {
        background: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0) 32.6%,
                #000000 91.74%
        ),
        url("../img/index/team/team3.webp");
        background-size: 100% 100%;
        display: flex;
        justify-content: end;
        align-items: center;
        color: white;
        text-align: center;
        flex-direction: column;
        margin-bottom: 20px;
        transition: all ease 0.3s;
    }

    .team
    > .team-body
    > .team-slides-mobile
    > ul:nth-child(3)
    > li:nth-child(1) {
        background: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0) 32.6%,
                #000000 91.74%
        ),
        url("../img/index/team/team4.webp");
        background-size: 100% 100%;
        display: flex;
        justify-content: end;
        align-items: center;
        color: white;
        text-align: center;
        flex-direction: column;
        margin-bottom: 20px;
        transition: all ease 0.3s;
    }

    .team
    > .team-body
    > .team-slides-mobile
    > ul:nth-child(3)
    > li:nth-child(2) {
        background: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0) 32.6%,
                #000000 91.74%
        ),
        url("../img/index/team/team5.webp");
        background-size: 100% 100%;
        display: flex;
        justify-content: end;
        align-items: center;
        color: white;
        text-align: center;
        flex-direction: column;
        margin-bottom: 20px;
        transition: all ease 0.3s;
    }

    .team
    > .team-body
    > .team-slides-mobile
    > ul:nth-child(4)
    > li:nth-child(1) {
        background: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0) 32.6%,
                #000000 91.74%
        ),
        url("../img/index/team/team6.webp");
        background-size: 100% 100%;
        display: flex;
        justify-content: end;
        align-items: center;
        color: white;
        text-align: center;
        flex-direction: column;
        margin-bottom: 20px;
        transition: all ease 0.3s;
    }

    .team
    > .team-body
    > .team-slides-mobile
    > ul:nth-child(4)
    > li:nth-child(2) {
        background: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0) 32.6%,
                #000000 91.74%
        ),
        url("../img/index/team/team7.webp");
        background-size: 100% 100%;
        display: flex;
        justify-content: end;
        align-items: center;
        color: white;
        text-align: center;
        flex-direction: column;
        margin-bottom: 20px;
        transition: all ease 0.3s;
    }

    .team > .team-body > .team-slides-mobile > ul > li > span:nth-child(1) {
        font-weight: 600;
        font-size: 12px;
        line-height: 22px;
        color: rgba(255, 255, 255, 0.54);
        margin-bottom: 5px;
        transition: all ease 0.3s;
    }

    .team > .team-body > .team-slides-mobile > ul > li > span:nth-child(2) {
        font-weight: 800;
        font-size: 15px;
        color: #ffffff;
        margin-bottom: -20px;
        transition: all ease 0.3s;
    }

    .team > .team-body > .team-slides-mobile > ul > li > a {
        font-weight: 800;
        font-size: 18px;
        color: #ffffff;
        margin-bottom: 22px;
        width: 53px;
        height: 53px;
        padding: 0;
        background: linear-gradient(159.78deg, #3e65ff 13.46%, #061d7b 102.72%);
        box-shadow: 0px 38px 38px rgba(109, 138, 255, 0.32);
        border-radius: 45px;
        opacity: 0;
        transform: translateY(30%);
        transition: transform 0.5s, opacity 0.5s;
    }

    .team > .team-body > .team-slides-mobile > ul > li > a > img {
        width: 19px;
        height: 19px;
        margin-top: 15px;
    }

    .team-slides {
        display: flex !important;
    }

    /* partners */
    .partners {
        margin-top: 104px !important;
        width: 100%;
        margin-bottom: 54px !important;
    }

    .partners h2 {
        text-align: center;
        font-size: 18px;
        margin-left: 0;
    }

    .partners h2 span {
        color: #3e65ff;

    }

    .partners > .partners-header {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }

    .partners > .partners-header > span {
        font-size: 20px;
        color: #656565;
        margin-bottom: 10px;
        font-size: 12px;
        margin-top: 10px !important;
    }

    .partners .partners-body > p {
        text-align: center;
        margin-top: 0;
        font-weight: 600;
        padding: 0;
        line-height: 180%;
        margin-bottom: 0;
        width: 88%;
        font-size: 12px;
    }
    .partners .partners-body > .partners-body-mobile > ul {
        display: flex;
        justify-content: space-around;
        margin-top: 18px;
        align-items: center;
    }
    .partners .partners-body > .partners-body-mobile > ul > li > a > img {
        width: 60px;
        height: auto;
    }

    .partners .swiper {
        display: none;
    }
    .partners .partners-body-mobile {
        display: block;
        padding: 20px;
    }
    .news {
        margin-top: 59px !important;

    }

    .map{
        margin-top: 94px !important;
        margin-bottom: 64px !important;
    }

    .blog{
        margin-top: 64px !important;
        margin-bottom:32px !important;
    }
    .back-blog{
        margin-top: 64px !important;
    }

    .testimonials{
        margin-bottom: 64px !important;
        margin-top: 0px !important;
    }

    .team{
        margin-bottom: 0px !important;
        margin-top: 84px !important;
    }
    .faq{
        margin-top: 20px!important;
        margin-bottom: 32px !important;
    }

}
@media only screen and (max-width: 320px) {
    .hero > .right-hero > div > p:nth-child(1) {
        font-size: 20px;
    }
    .hero > .right-hero > div > p:nth-child(2) {
        font-size: 20px !important;
    }
    .left-hero img {
        margin-top: 0;
    }
    h2 {
        font-size: 18px !important;
    }
    .services .services-body > p {
        font-size: 14px;
    }

    .features div {
        background: #f4f4f4;
        height: auto !important;
    }
    .features {
        background: #f4f4f4;
        height: 787px !important;
        margin-top: 42px;
    }
    .features > .features-body > .features-body-left {
        width: 100%;
        position: absolute;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 326px !important;
        margin-top: -62px;
    }
    .services .services-body > .services-body-row > div > img {
        width: 99px;
        height: 62px;
        margin-top: 16px;
    }
    .process > .process-body > p {
        font-size: 14px;
    }
    .news > div > form > input {
        width: 79%;
        height: 78px;
    }

    .hero > .right-hero {
        margin-top: 16px;
        padding: 0;
        width: 88%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .hero > .right-hero > .hero-btns > .btn-primary {
        font-size: 14px;
    }

    .hero > .right-hero > .hero-btns > .btn-secondery {
        font-size: 14px;
    }
    .team-footer > .btn-secondery {
        margin-left: 0;
        margin-right: 0;
        line-height: 57px;

        height: 57px;
    }
    .team-footer > .btn-primary {
        margin-left: 10px;
        height: 57px;
        height: 57px;
        font-size: 14px;
    }
    .team-footer {
        margin: 0 auto;
    }
    .team .team-body > p {
        font-size: 14px;
    }

}
