@font-face {
    font-family: "Almoni DL AAA";
    src: url("../fonts/AlmoniDLAAALight.woff2") format("woff2"), url("../fonts/AlmoniDLAAALight.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Almoni Neue DL 4.0 AAA";
    src: url("../fonts/AlmoniNeueDL40AAA-Light.woff2") format("woff2"), url("../fonts/AlmoniNeueDL40AAA-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Almoni Neue Light AAA";
    src: url("../fonts/AlmoniNeueLightAAA-Light.woff2") format("woff2"), url("../fonts/AlmoniNeueLightAAA-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Almoni DL AAA";
    src: url("../fonts/AlmoniDLAAA-Light.woff2") format("woff2"), url("../fonts/AlmoniDLAAA-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Almoni DL AAA";
    src: url("../fonts/AlmoniDLAAARegular.woff2") format("woff2"), url("../fonts/AlmoniDLAAARegular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Almoni DL AAA";
    src: url("../fonts/AlmoniDLAAA.woff2") format("woff2"), url("../fonts/AlmoniDLAAA.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Almoni Neue Medium AAA";
    src: url("../fonts/AlmoniNeueMediumAAA-Medium.woff2") format("woff2"), url("../fonts/AlmoniNeueMediumAAA-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Almoni DL AAA";
    src: url("../fonts/AlmoniDLAAABold.woff2") format("woff2"), url("../fonts/AlmoniDLAAABold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Almoni DL AAA";
    src: url("../fonts/AlmoniDLAAA-Bold.woff2") format("woff2"), url("../fonts/AlmoniDLAAA-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Almoni DL AAA";
    src: url("../fonts/AlmoniDLAAA-Black.woff2") format("woff2"), url("../fonts/AlmoniDLAAA-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Almoni DL AAA";
    src: url("../fonts/AlmoniDLAAABlack.woff2") format("woff2"), url("../fonts/AlmoniDLAAABlack.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Almoni Neue Black AAA";
    src: url("../fonts/AlmoniNeueBlackAAA-Black.woff2") format("woff2"), url("../fonts/AlmoniNeueBlackAAA-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}   
body {
    font-family: "Almoni Neue Medium AAA";
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    height: 100%;
    width: 100%;
}

a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

.main-wrpper{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1230px;
}

.btn-main {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #ffffff;
    padding: 12px 36px;
    background: #5956e9;
    border-radius: 20px;
    display: table;
    transition: unset;
}
.btn-main:hover {
    background: #bf59f8;
    border-color: #bf59f8;
    color: #fff;
}

.btn-main1 {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #5956e9;
    padding: 15px 40px;
    background: rgba(89, 86, 233, 0.1);
    border: 1px solid #5956e9;
    border-radius: 20px;
    display: table;
    transition: unset;

}
.btn-main1:hover {
    background: #bf59f8;
    border-color: #bf59f8;
    color: #fff;
}

/* **** Header **** */
header {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 120;
    padding: 15px 0;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar{
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    align-items: center;
}
.navbar-light .navbar-nav{
    margin-right: 40px;
}
.navbar-light .navbar-nav li{
    margin-left:40px;
}
.navbar-light .navbar-nav li:last-child{
    margin: 0;
}
.navbar-light .navbar-nav .nav-link{
    font-size: 18px;
    font-weight: 500;
    color: #5956E9;
    padding: 0;
    font-family: "Almoni Neue Medium AAA";
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #000;
}

/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: 50px;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none;}
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active,
.navbar-toggler:focus {outline: none;}
.navbar-light .navbar-toggler-icon {width: 24px;height: 17px;background-image: none;position: relative;border-bottom: 1px solid #000;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 1px;background-color: #000;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End Header **** */

/* **** Hero **** */
.hero-wrp {
    padding: 190px 0 75px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.page-loader{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(68, 68, 68);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.hero-shap1 {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
}
.hero-shap2 {
    position: absolute;
    top: -10px;
    max-width: 100%;
    right:-20px;
    z-index: -1;
}
.hero-wrp .container {
    max-width: 1100px;
}
.hero-wrp .hero-dt{
    position: relative;
}
.hero-wrp .hero-dt h2 {
    font-style: normal;
    font-family: 'Almoni Neue Light AAA';
    font-weight: 300;
    font-size: 140px;
    line-height: 120px;
    text-align: right;
    color: #000000;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0 0 30px;
}
.hero-wrp .hero-dt h2 span {
    color: #5956e9;
}
.hero-wrp .hero-dt h3 {
    font-style: normal;
    font-family: "Almoni DL AAA";
    font-weight: 300;
    font-size: 40px;
    line-height: 40px;
    text-align: right;
    color: #000000;
    margin: 0 0 80px;
    position: relative;
}
.hero-wrp .hero-dt h3 span {
    color: #5956e9;
    margin: 10px 0 0;
    position: relative;
}
.hero-wrp .hero-dt h3 span:before{
    position: absolute;
    content: "";
    height: 6px;
    width: 120px;
    background:#FFDC60 ;
    left: 0;
    bottom:-10px;
}
.hero-wrp .hero-dt p {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    text-align: right;
    color: #000000;
    margin: 0 0 40px;
}
.hero-wrp .hero-dt ul {
    display: flex;
    align-items: center;
    position: relative;
}
.hero-wrp .hero-dt ul .cursor-imgshp{
    position: absolute;
    right: 5%;
    bottom: -120%;
    max-width:90px;
}
.hero-wrp .hero-dt ul li {
    margin-left: 20px;
}
.hero-wrp .hero-dt ul li:last-child {
    margin: 0;
}
.hero-wrp .hero-dt ul li a {
    padding: 12px 45px;
    text-align: center;
    font-family: "Almoni Neue Medium AAA";
    font-weight: 500;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.hero-wrp .btn-main{
    font-size: 28px;
    line-height: 42px;
}
.hero-wrp .video-link{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.04em;
    text-decoration: underline;
    color: #5956E9;
}
.hero-wrp .video-link:hover{
    color: #000;
}
.hero-wrp .video-link img{
    max-width: 100%;
    margin-left: 15px;
}
.hero-wrp .hero-video {
    border: 10px solid #5956e9;
    height: 520px;
    width: 520px;
    border-radius: 100%;
}
.hero-wrp .hero-video video {
    height: 100%;
    width: 100%;
    border-radius: 100%;
}
/* **** End Hero **** */

/* **** service **** */
.service-wrp {
    padding: 75px 0 150px;
}
.service-wrp .service-block {
    background: #5956e9;
    border-radius: 40px;
    padding: 35px 40px 35px 40px;
    position: relative;
}

.service-wrp .service-block .service-shap1 {
    position: absolute;
    left: 10%;
    top: 10%;
}
.service-wrp .service-block .service-shap2 {
    position: absolute;
    left: 20%;
    top: 25%;
}
.service-wrp .service-block .service-shap3 {
    position: absolute;
    left: 8%;
    bottom: 10px;
}
.service-wrp .service-block .service-shap4 {
    position: absolute;
    left:7%;
    bottom:-10px;
}
.service-wrp .service-block .service-shap5 {
    position: absolute;
    right: 15px;
    bottom: 50%;
}
.service-wrp .service-block .service-shap6 {
    position: absolute;
    right: 15%;
    bottom: 25%;
}
.service-wrp .service-block .service-shap7 {
    position: absolute;
    right: 34%;
    bottom: -30%;
}
.service-wrp .service-block .pose1 {
    position: absolute;
    left:7%;
    top: 20px;
    max-width: 100%;
}
.service-wrp .service-block .service-dt {
    position: relative;
    z-index: 5;
}
.service-wrp .service-block .service-dt h2 {
    font-family: "Almoni Neue Light AAA";
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    text-align: right;
    color: #FFFFFF;
    padding: 0 0 10px;
    margin: 0 0 25px;
    position: relative;
    display: table;
}
.service-wrp .service-block .service-dt h2:after{
    position: absolute;
    content: '';
    width: 150px;
    height: 6px;
    background: #FFDC60;
    bottom: 0;
    left: 0;
}
.service-wrp .service-block .service-dt h2 span{
    color: #FFDC60;
}
.service-wrp .service-block .service-dt p {
    font-family: "Almoni Neue Light AAA";
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 35px;
    text-align: right;
    color: #FFFFFF;
    margin: 0 0 30px;
    width: 100%;
}
.service-wrp .service-block .service-dt p span{
    color: #FFDC60;
    display: block;
    font-weight: bold;
}
.service-wrp .service-block .service-dt p strong{
    display: block;
    margin: 0 0 30px;
    font-weight: 700;
}
.service-info{
    margin: 0 auto -0px;
    display: table;
    position: relative;
}
.service-wrp .service-info{
    bottom: -65px;    
}
.service-info h5 {
    background: #ffffff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    font-style: normal;
    font-family: "Almoni Neue Light AAA";
    font-weight: 300;
    font-size: 40px;
    line-height: 59px;
    color: #000000;
    width: fit-content;
    justify-content: center;
    padding: 0 30px 0 0;
    box-shadow: 0 6px 15px rgba(153,161,170,0.30);
    margin: 0;
}
.service-info h5 .btn-main {
    margin-right: 40px;
    padding: 16px 50px;
    font-family: "Almoni Neue Light AAA";
    font-size: 28px;
    border-radius: 15px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.service-wrp .service-block .row {
    display: flex;
    align-items: center;
}
.press-btn {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #000;
    padding: 15px 45px 18px;
    background: #ffffff;
    border-radius: 20px;
    cursor: pointer;
    margin-left: 0;
    margin-right: auto;
    display: table;
    filter: drop-shadow(0px 14px 20px rgba(35, 34, 87, 0.4)) drop-shadow(0px 48px 48px rgba(0, 0, 0, 0.12));
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.press-btn:hover {
    background: #000;
    color: #fff;
}
/* **** End service **** */

.titlebar h2 {
    font-weight: 300;
    font-size: 60px;
    color: #000000;
    margin: 0 0 20px;
}
.titlebar h2 span {
    color: #5956e9;
}
.titlebar p {
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    margin: 0;
}
/* **** process **** */
.process-wrp {
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0%, #ecf2f6 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%, #ecf2f6 100%);
    background: linear-gradient(to right, #ffffff 0%, #ecf2f6 100%);
    padding: 120px 0;
    position: relative;
}
.process-wrp .service-info {
    position: absolute;
    right: 50%;
    bottom: -40px;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
}
.process-wrp .service-info h5 {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.process-wrp .titlebar {
    width: 822px;
    margin: 0 0 60px;
    position: relative;
    z-index: 9;
}

.process-wrp .circle1 {
    position: absolute;
    left: 0;
    top: 40%;
    max-width: 100%;
}
.process-wrp .circle2 {
    position: absolute;
    left: 8%;
    top: 12%;
    max-width: 100%;
}
.process-wrp .circle3 {
    position: absolute;
    right: 0%;
    bottom: 12%;
    max-width: 100%;
}
.process-wrp .process-block {
    position: relative;
    z-index: 9;
}
.process-wrp .process-block .process-box h2 {
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -0.05em;
    color: #27272e;
    margin: 0 0 10px;
}
.process-wrp .process-block .process-box h3 {
    font-weight: 300;
    font-size: 28px;
    line-height: 41px;
    color: #000000;
    margin: 0 0 12px;
}
.process-wrp .process-block .process-box p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #000000;
    width: 75%;
}
.process-wrp .preview1 {
    position: absolute;
    left: 20%;
    top: 15px;
    max-width: 100%;
}
/* **** End process **** */

/* *** pension **** */
.pension-wrp {
    padding: 140px 0 100px;
    position: relative;
    overflow: hidden;
}
.pension-wrp .circle1{
    max-width: 100%;
    position: absolute;
    top: 25%;
    right: 20%;
}
.pension-wrp .circle2{
    max-width: 100%;
    position: absolute;
    bottom: 15%;
    right:10%;
}
.pension-wrp .circle3{
    max-width: 22px;
    position: absolute;
    left: 10%;
    bottom: 0;
}
.pension-wrp .circle4{
    max-width: 100%;
    position: absolute;
    left: 10%;
    top: 65%;
}
.pension-wrp .pose2 {
    position: absolute;
    left: 20%;
    top: 10%;
    max-width: 100%;
}

.pension-rw{
    padding: 60px 0 60px;
}
.pension-dt{
    padding: 0 40px;
}
.pension-dt h3{
    font-weight: 700;
    font-size: 36px;
    letter-spacing: -0.04em;
    color: #000000;
    margin: 0 0 30px;
    padding: 10px 0 0;
    display: table;
    border-top: 3px solid #5956E9;
}
.pension-dt p{
    font-size: 30px;
    font-weight: normal;
    color: #000;
    line-height: 36px;
    margin: 0;
}
.pension-dt p span{
    color: #5956E9;
    font-weight: bold;
}
.pension-wrp .service-info{
    bottom: 0;
}
.pension-wrp h2{
    padding: 50px 40px 110px;
    font-weight: 400;
    font-size: 50px;
    line-height: 56px;
    text-align: right;
    color: #242424;
    margin: 0;
}
.pension-wrp h2 span{
    color: #5956E9;
}
/*.pension-right-block{
    right: 0;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    width: 25%;
    transform: translate(0, -50%);
}*/
.pension-right-block img {
    width: 100%;
}
.pension-right-block h1 {
    font-weight: 400;
    font-size: 88px;
    line-height: 88px;
    color: #f2f2f2;
    text-align: right;
    margin: 0;
    right:-100px;
    padding:100px 140px 125px 40px;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 9;
    border-radius: 80%;
    background: #5956E9;
}
.pension-right-block img.cursor-imgshp{
    width: auto;
    position: absolute;
    left: 0;
    top:15%;
}
/* *** ENd pension **** */

/* *** How it Works *** */
.how-works-wrp{
    background: linear-gradient(90deg, rgba(236, 242, 246, 0) 16.67%, #ECF2F6 100%);
    border-radius: 40px;
    padding: 55px 0;
    margin: 30px 0;
    position: relative;
    width: 100%;
}
.how-works-wrp h2{
    font-size: 50px;
    font-weight: normal;
    color: #000;
    margin: 0 0 45px;
}
.how-works-wrp h2 span{
    color: #5956E9;
    position: relative;
}
.how-works-wrp h2 span:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 6px;
    border-radius: 15px;
    background: #FFDC60;
    bottom: 0;
    left: 0;
}
.work-box{
    width: 70%;
    margin: 0 0 45px;
    position: relative;
    z-index: 1;
}
.work-box h3{
    font-size: 60px;
    font-weight: bold;
    color: #FFDC60;
    margin: 0 0 0px;
}
.work-box h4{
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin: 0 0 15px;
}
.work-box p span{
    font-weight: bold;
}
.work-box p{
    font-size: 24px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    margin: 0;
}
.how-work-row{
    position: relative;
    padding: 0 0 60px;
}
img.workimg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
img.howsp1{
    position: absolute;
    top: 25px;
    left: 0;
}
img.howsp2{
    position: absolute;
    top:38%;
    right: 0;
}
.how-works-wrp .service-info{
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;

}
/* *** End How it Works *** */

/* **** report-block **** */
.report-wrp {
    padding:150px 0;
    position: relative;
    width: 100%;
}
.report-img img{
    width: 100%;
}
.left-hand {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}
.report-data h2{
    font-family: "Almoni Neue Light AAA";
    font-weight: 300;
    font-size: 50px;
    line-height: 52px;
    color: #000000;
    margin: 0 0 80px;
}
.report-data h2 span{
    color: #5956E9;
    border-bottom: 6px solid #FFDC60;
}
.report-data h4{
    font-family: "Almoni Neue Light AAA";
    font-weight: 300;
    font-size: 28px;
    text-align: right;
    color: #000000;
    margin: 0 0 56px;
}
.report-data ul {
    margin: 0 0 70px;
    padding-left: 0px;
}
.report-data ul li {
    font-style: normal;
    font-family: "Almoni Neue Light AAA";
    font-weight: 300;
    font-size: 24px;
    line-height: 35px;
    text-align: right;
    color: #000000;
    padding-right: 25px;
    margin: 0 0 15px;
    position: relative;
}
.report-data ul li:before {
    position: absolute;
    content: "\f058";
    height: 20px;
    width: 20px;
    right: 0;
    top: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #fab8c4;
    font-size: 16px;
}
.report-data ul li:nth-child(even):before {
    color: #5956e9;
}
.report-data .service-info{
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
}
img.reposhp1{
    position: absolute;
    top: 0px;
    right:25%;
    width: 130px;
}
img.reposhp2{
    position: absolute;
    top:4%;
    left:28%;
    width: 130px;
    opacity: 1;
}
img.reposhp3{
    position: absolute;
    top:55%;
    right: 0;
    max-width: 100%;
    opacity: 1;
}
/* **** End report-block **** */

/* **** founding **** */
.founding-wrp {
    padding: 60px 0 130px;
    position: relative;
    width: 100%;
}
.founding-wrp .container{
    width: 1370px;
    max-width: 1370px;
}
.founding-row{
    position: relative;
    padding: 65px 45px;
    background: linear-gradient(90deg, rgba(236, 242, 246, 0) 16.67%, #ECF2F6 100%);
    border-radius: 40px;
}
img.found-img{
    position: absolute;
    bottom:30px;
    left:10%;
    width: 300px;
}
.founding-row .row{
    margin: 0 -30px;
}
.founding-row .row .col-md-4{
    padding: 0 30px;
}
.founding-wrp .founding-box {
    padding: 30px 0;
    border-top: 1px solid #FAB8C4;
    margin: 0 0 60px;
    position: relative;
    z-index: 1;
}
.founding-wrp .founding-box.evenbtd{
    border-top: 2px solid #5956E9;
    margin: 0;
    padding: 30px 0 0;
}
.founding-wrp .founding-box h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 31px;
    line-height: 40px;
    text-align: right;
    color: #000000;
    margin: 0 0 15px;
}
.founding-wrp .founding-box p {
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    text-align: right;
    color: #000000;
    margin: 0 0 15px;
}
.founding-wrp .founding-box p:last-child{
    margin: 0;
}
.founding-wrp .founding-box.evenbtd h2{
    font-weight: 500;
}
.founding-wrp .founding-box.evenbtd p{
    font-size: 22px;
    line-height: 36px;
}
.founding-wrp .founding-box.evenbtd p span{
    color: #5956E9;
}
.founding-wrp .founding-box a.btn-main {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: #5956E9;
    border-radius: 20px;
    display: table;
    margin: 35px 0 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.founding-wrp .founding-box a.btn-main:hover{
    background: #bf59f8;
    color: #fff;
}
img.found-sp1{
    position: absolute;
    top: 0;
    right: 0;
}
/* **** End founding **** */

/* **** Contact **** */
.contact-wrp {
    padding: 0 0 50px;
}
.contact-wrp .container{
    width: 1370px;
    max-width: 1370px;
}
.contact-wrp .row {
    align-items: center;
}
.contact-block {
    background: linear-gradient(90deg, #ecf2f6 0%, rgba(236, 242, 246, 0) 70.31%);
    border-radius: 40px;
    padding: 115px 140px;
    position: relative;
    z-index: 1;
    border: 1px solid #F0F4F7;
}
.contact-block h2 {
    font-family: "Almoni Neue Light AAA";
    font-weight:300;
    font-size: 50px;
    line-height: 52px;
    text-align: right;
    color: #5956E9;
    position: relative;
    margin: 0 0 30px;
    display: table;
    position: relative;
}
.contact-block h2:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: -6px;
    background: #FFDC60;
    height: 6px;
    width: 150px;
}
.contact-block .form-group {
    margin: 0 0 16px;
}
.contact-block .form-group span{
    font-size: 16px;
    font-family: "Almoni Neue Medium AAA";
    font-weight: 500;
    color: #f00;
    display: none;
    display: none;
    margin: 5px 0 0;
}
.contact-block .form-group.error-box span{
    display: block;
}
.contact-block .form-group .form-control {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #979797;
    padding: 16px 26px;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    border: 1px solid #bdbdbd;
    border-radius: 20px;
    height: auto;
    resize: none;
}
.contact-block .form-group .form-control::placeholder {
    color: #979797;
}
.contact-block button {
    border: none;
    box-shadow: none;
    outline: none;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.cnt-image img {
    max-width:100%;
}
.cnt-image h6{
    font-family: "Almoni Neue Medium AAA";
    font-size: 30px;
    font-weight: 500;
    color: #000;
    margin: 0 0px;
}
.cnt-image h6 span{
    display: block;
}

/* **** End Contact **** */


img.left-hand[data-aos] {
    -webkit-transform: translateY(100px) rotate(30deg);
    -ms-transform: translateY(100px) rotate(30deg);
    transform: translateY(100px) rotate(30deg);
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}
img.left-hand.aos-init.aos-animate {
    -webkit-transform: translateX(-40px) scaleX(1.1);
    -ms-transform: translateX(-40px) scaleX(1.1);
    transform: translateX(-40px) scaleX(1.1);
    opacity: 1;
}

p.thanksmsg{
    font-size: 18px;
    font-weight: normal;
    color: #FFDC60;
    text-align: right;
    margin: 15px 0 0;
    line-height: 26px;
}

.contact-block .form-group .error {
    color: #ff0000;
}

.alert {
    padding: 20px 0 0;
    margin: 0;
    border: none;
}

.alert-success {
    background-color: transparent;
    color: #008000;
}

.alert-danger {
    background-color: transparent;
    color: #ff0000;
}

/* *** video-modal **** */
#video-modal2,
#video-modal{
    background: rgba(0, 0, 0, 0.6);
}
#video-modal2 .modal-dialog,
#video-modal .modal-dialog{
    max-width: 1080px;
}
#video-modal2 .modal-dialog .modal-content,
#video-modal .modal-dialog .modal-content{
    padding: 0;
    border-radius: 20px;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    position: relative;
}
#video-modal2 .modal-dialog .modal-content{
    background: transparent;
}
#video-modal2 .modal-dialog .modal-content video{
    width: 100%;
    height: 600px;
}
#video-modal2 .modal-dialog .modal-content .btn-close,
#video-modal .modal-dialog .modal-content .btn-close{
    position: absolute;
    top: -50px;
    right: -50px;
    height: 40px;
    width: 40px;
    background: #5956e9;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
    box-shadow: none;
    outline: none;
    border: none;
    opacity: 1;
    font-size: 20px;
    color: #fff;
    z-index: 9;
}
#video-modal2 .modal-dialog .modal-content .btn-close:hover,
#video-modal .modal-dialog .modal-content .btn-close:hover{
    background: #bf59f8;
    color: #fff;
}
#video-modal2 .modal-dialog .modal-body,
#video-modal .modal-dialog .modal-body{
    padding: 0;
}
#video-modal .modal-dialog .modal-body .video-box{
    height: 605px;
}
#video-modal2 .modal-dialog .modal-body iframe{
    height: 605px;
}
#video-modal .modal-dialog .modal-body .video-box video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}
/* *** End video-modal **** */


/* **** insurance **** */
.insurance-wrp{
    padding: 150px 0;
    position: relative;
}
.insurance-wrp h2{
    font-family: "Almoni Neue Light AAA";
    font-weight: 300;
    font-size: 50px;
    line-height: 52px;
    text-align: right;
    color: #5956E9;
    margin: 0 0 60px;
}
.insurance-wrp h2 span{
    color: #000000;
    border-bottom: 6px solid #FFDC60;
}
.insurance-wrp p{
    font-family: "Almoni Neue Light AAA";
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    text-align: right;
    color: #000000;
    max-width: 700px;
    margin: 0 0 30px;
}
.insurance-wrp p span{
    color: #5956E9;
}
.founding-img{
    position: absolute;
    top: 15%;
    left: 15%;
    max-width: 100%;
    z-index: -1;
}
.insurance-wrp .insurance-block{
    padding: 100px 0 0;
}
.insurance-wrp .insurance-block .row{
    margin: 0 -50px;
}
.insurance-wrp .insurance-block .row .col-md-4{
    padding: 0 50px;
}
.insurance-wrp .insurance-box{
    border-top: 1px solid #FAB8C4;
    padding: 10px 0 0;
}
.insurance-wrp .insurance-box h3{
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    text-align: right;
    color: #242424;
    margin: 0 0 20px;
}
.insurance-wrp .insurance-box p{
    margin: 0;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    text-align: right;
    color: #000000;
}
.insurance-wrp .service-info{
    margin: 0;
}
/* **** End insurance **** */


.service-block{
    position: relative;
}
.pose-box{
    position: absolute;
    left: 30px;
    top:-65px;
    height: 100%;
    width: 550px;
}
.pose-box video{
    height: 100%;
    width: 100%;
}
.pose-box img{
    width: 100%;
}



/* **** improvement-wrpper **** */
.improvement-wrpper{
    padding: 150px 0 125px;
    position: relative;
}
.improvement-block{
    width: 90%;
    margin-left: 0;
    margin-right: auto;
}
.improvement-bix{
    margin: 0 0 100px;
}
.improvement-bix h2{
    font-family: 'Almoni DL AAA Black';
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 17px;
    text-align: right;
    color: #5956E9;
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}
.improvement-bix h2 img{
    margin-left: 20px;
    max-width: 100%;
}
.improvement-bix p{
    font-family: "Almoni Neue Light AAA";
    font-style: normal;
    font-weight:300;
    font-size: 24px;
    line-height:34px;
    text-align: right;
    color: #000000;
    margin: 0;
    width: 350px;
}
.improvement-bix p span{
    font-weight: 500;
    font-size: 36px;
    color: #5956E9;
}
.improvement-bix h3{
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 29px;
    text-align: right;
    color: #5956E9;
}
.improvement-bix h3 img{
    margin-left: 20px;
    max-width: 100%;
}
.improvement-right{
    position: absolute;
    right: 0;
    top: 10%;
    width: 600px;
    height: 620px;  
    background: #5956E9;
    clip-path: circle(50% at 100% 50%);
    align-items: center;
    justify-content: flex-start;
    padding-right: 50px;
}
.improvement-right h2{
    font-family: 'Almoni Neue DL 4.0 AAA';
    font-style: normal;
    font-weight: 300;
    font-size: 60px;
    line-height: 56px;
    text-align: right;
    color: #FBFBFB;
    margin: 0;
    position: absolute;
    right: 30px;
    top: 40%;
}
.improvement-shap1{
    position: absolute;
    right: 0;
    top: -30px;
}
.improvement-shap2{
    position: absolute;
    right: 0;
    top: 60%;
}
/* **** End improvement-wrpper **** */


/* **** Works-wrpper **** */
.works-wrpper{
    padding: 100px 0;
}
.works-wrpper .works-block{
    padding-right: 50px;
}
.works-wrpper .row{
    margin: 0 -50px;
}
.works-wrpper .col-md-4{
    padding: 0 50px;
}
.works-wrpper .titlebar h2{
    font-family: 'Almoni Neue Light AAA';
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 52px;
    text-align: right;
    color: #000000;
    margin: 0 0 70px;
    display: table;
    position: relative;
}
.works-wrpper .titlebar h2:before{
    position: absolute;
    content: "";
    right: auto;
    left: 0;
    bottom: -10px;
    height: 6px;
    width: 60%;
    background: #ffdc60;
}
.work-bix h3{
    display: flex;
    position: relative;
    align-items: flex-start;
    font-style: normal;
    font-family: "Almoni DL AAA";
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    text-align: right;
    color: #000000;
    margin: 0 0 15px;
    min-height: 64px;
}
.work-bix h3 span{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 45px;
    line-height: 100%;
    color: #27272E;
    position: absolute;
    right: -50px;
    top: -10px;
}
.work-bix p{
    font-family: "Almoni Neue Light AAA";
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    text-align: right;
    color: #000000;
}
.know-block{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 100px auto 30px;
}
.know-block img{
    max-width: 100%;
    margin-left: 25px;
}
.know-block .know-dt{
    width: 350px;

}
.know-block .know-dt h2{
    font-style: normal;
    font-family: "Almoni DL AAA";
    font-weight: bold;
    font-size: 28px;
    line-height: 13px;
    text-align: right;
    color: #000000;
    margin: 0 0 30px;
}
.know-block .know-dt p{
    font-family:"Almoni Neue Light AAA";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 22px;
    text-align: right;
    color: #000000;
}
/* **** End Works-wrpper **** */

.mobile-imgbx .main-imgbx{
    display: none;
    position: relative;
}
.mobile-imgbx .main-imgbx img{
    max-width: 100%;
    width: auto;
    margin: 0 -15px 0 0;
}
.mobile-imgbx .main-imgbx .press-btn{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: table;

}

.mobile-shap1{
    position: absolute;
    left: 15%;
    top: -30px;
    max-width: 100%;
    display: none;
}

img.mobile{display: none;}