@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap');
section {
    padding: 0 15px;
    padding-bottom: 50px;
    padding-top: 50px;
}

@media (min-width: 575.98px) {
    section {
        padding: 0 calc(50% - 270px);
    }
}

@media (min-width: 767.98px) {
    section {
        padding: 0 calc(50% - 360px);
    }
}

@media (min-width: 991.98px) {
    section {
        padding: 0 calc(50% - 480px);
    }
}

@media (min-width: 1199.98px) {
    section {
        padding: 0 calc(50% - 590px);
    }
}

@media (min-width: 1199.98px) {
    .container {
        max-width: 1600px;
    }
}

section {
    padding-bottom: 50px;
    padding-top: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-block-start: 0em;
    margin-block-end: 0em;
}

body,
html {
    font-family: 'Inter', sans-serif;
    margin: 0;
    top: 0;
}

body {
    position: relative;
}

#b1 {
    background: url(b1.jpg);
    padding: 50px 0;
}

#navbar {
    margin: 0 auto;
}

#navbar img {
    max-width: 150px;
    position: absolute;
    margin-left: -300px;
}

#desc-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-left: 300px;
}

#desc-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    position: relative;
}

.menu-links a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.menu-links a:hover:after {
    width: 100%;
    left: 0;
}

.menu-links {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.menu-links a {
    margin: 0 30px;
}

.menu-links a:first-child {
    margin-left: 0;
}

.menu-links a:last-child {
    margin-left: 0;
}

.menu-contact a {
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 17px 26px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.menu-contact a:hover {
    background: #FFC20F;
    border: 1px solid #FFC20F;
}

.b1-content h1 {
    margin-top: 150px;
    font-size: 80px;
    line-height: 100%;
    color: #fff;
}

.b1-content p {
    padding: 30px 0 80px;
    font-size: 20px;
    line-height: 140%;
    color: #fff;
    max-width: 600px;
}

.button_sliding_bg {
    color: #fff;
    background: transparent;
    text-decoration: none;
    padding: 12px 17px;
    margin: 25px;
    border-bottom: 3px solid #FFC20F;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    background-image: linear-gradient(225deg, #fff 50%, transparent 50%);
    background-size: 200px 200px;
    background-position: 120px -10px;
    background-repeat: no-repeat;
    transition: all ease 0.8s;
}

.button_sliding_bg:hover {
    background-size: 200% 200%;
    /* 200% because gradient is colored only for 50% */
    background-position: -142px 0px;
    /* bring it fully into view */
    color: #31302B;
}

.swiper-clients {
    position: relative;
    padding: 0 100px;
}

#b2 .swiper-wrapper {
    align-items: center;
}

#b2 .swiper-slide img {
    max-width: 150px;
}

.clients {
    padding: 0 100px;
}

.swiper-clients .client-l,
.swiper-clients .client-r {
    position: absolute;
    left: 0;
    top: 16px;
    display: flex;
    width: 60px;
    height: 60px;
    background: url(client/client-lr.png);
}

.swiper-clients .client-r {
    margin-left: auto;
    margin-right: 0;
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#b3 {
    background: #0033A0;
    text-align: center;
}

#b3 h2 {
    max-width: 477px;
    font-weight: bold;
    font-size: 32px;
    line-height: 140%;
    color: #fff;
    display: block;
    margin: 50px auto;
}

#b3 p {
    font-size: 20px;
    line-height: 160%;
    color: #fff;
    max-width: 900px;
    display: block;
    margin: 80px auto;
}

.helptext {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.helptext h4 {
    font-weight: bold;
    font-size: 32px;
    line-height: 140%;
    color: #0033A0;
    padding-bottom: 60px;
}

.helptext p {
    font-size: 20px;
    line-height: 140%;
}

.helping {
    display: flex;
    flex-direction: row;
    padding: 50px 0;
}

.helpimg {
    position: relative;
    max-width: 500px;
    padding-right: 100px;
}

.helpimg img:first-child {
    max-width: 500px;
}

.helpimg img:last-child {
    position: absolute;
    top: -75px;
    right: 0;
}

.what-offer {
    position: relative;
    padding: 0 100px;
}

.offer {
    max-width: 380px;
    height: 450px;
    position: relative;
}

.offer img {
    position: relative;
    max-width: 100%;
}

.offer .in-text {
    padding: 40px;
    border-radius: 20px;
    background: #fff;
    margin-top: -35px;
    position: absolute;
    bottom: 0;
}

.offer h5 {
    font-weight: bold;
    font-size: 1.3em;
    line-height: 120%;
    padding-bottom: 20px;
}

.offer p {
    font-size: 1em;
    line-height: 140%;
}

.offer-l,
.offer-r {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    display: flex;
    width: 60px;
    height: 60px;
    background: url(offer/offer-lr.png);
}

.offer-r {
    margin-left: auto;
    margin-right: 0;
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#b5 {
    background: linear-gradient(180deg, #fff 50%, #E9EEF3 50%);
    padding-bottom: 50px;
}

#b5 h2 {
    font-weight: bold;
    font-size: 80px;
    padding-bottom: 100px;
    text-align: center;
    color: #0033A0;
}

#b6 {
    padding: 60px 0;
}

#b6 h2,
#b8 h2,
#b9 h2,
#b10 h2 {
    font-weight: bold;
    font-size: 80px;
    padding-bottom: 45px;
    text-align: center;
    color: #0033A0;
}

#b6 p,
#b8 p {
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #323A45;
    max-width: 650px;
    display: block;
    margin: 0 auto;
}

.port {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 0 100px;
}

.port-f {
    padding: 65px 50px 0 0;
}

.port-f img {
    max-width: 500px;
    padding-right: 40px;
}

.port-i {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.port-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 130px;
}

.port-info:last-child {
    padding-bottom: 0;
}

.port-i h4 {
    font-weight: bold;
    font-size: 36px;
    line-height: 120%;
    padding-bottom: 120px;
    margin-left: -30px;
}

.port-text {
    margin-left: 120px;
    font-size: 1em;
    line-height: 140%;
}

.circle {
    font-weight: bold;
    font-size: 24px;
    line-height: 140%;
    position: absolute;
}

.circle::before {
    content: '';
    width: 120px;
    height: 120px;
    position: absolute;
    background: #E9EEF3;
    border-radius: 50%;
    z-index: -1;
    margin: -45px -30px;
}

.circle-yellow::before {
    background: #FFC20F;
}

.circle span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    text-align: center;
}

.port-l,
.port-r {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    display: flex;
    width: 60px;
    height: 60px;
    background: url(client/client-lr.png);
}

.port-r {
    margin-left: auto;
    margin-right: 0;
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#b7 {
    background: #E9EEF3;
    padding-bottom: 100px;
}

#b7 h2 {
    font-size: 80px;
    line-height: 140%;
    color: #0033A0;
    text-align: center;
    padding: 0 80px 100px;
}

.rev {
    background: #fff;
    border-radius: 20px;
    position: relative;
    height: 343px;
    padding-left: 350px;
    padding-right: 100px;
    margin-bottom: 30px;
    max-width: 550px;
    clear: both;
    -webkit-transition: height 0.5s linear;
    -moz-transition: height 0.5s linear;
    -ms-transition: height 0.5s linear;
    -o-transition: height 0.5s linear;
    transition: height 0.5s linear;
}

.rev-right {
    float: right;
}

.rev img {
    position: absolute;
    top: 0;
    left: 0;
}

.rev h5 {
    padding-top: 45px;
    font-weight: bold;
    font-size: 1.6em;
    padding-bottom: 20px;
}

.rev .underh5 {
    font-weight: 300;
    font-size: 1em;
    display: block;
    padding-bottom: 25px;
}

.rev p {
    font-size: 1em;
    line-height: 140%;
}

.rev:last-child img {
    border-bottom-left-radius: 20px;
}

#more {
    display: none;
    transition: all 0.3s
}

.more-show {
    display: inline !important;
    -webkit-transition: height 0.5s linear;
    -moz-transition: height 0.5s linear;
    -ms-transition: height 0.5s linear;
    -o-transition: height 0.5s linear;
    transition: height 0.5s linear;
}

.more-text {
    height: auto;
    -webkit-transition: height 0.5s linear;
    -moz-transition: height 0.5s linear;
    -ms-transition: height 0.5s linear;
    -o-transition: height 0.5s linear;
    transition: height 0.5s linear;
}

.more-img {
    border-bottom-left-radius: 0 !important;
}

.read-more-btn {
    padding: 15px 0 50px;
    display: block;
}

.chevron-down {
    margin: 0 auto;
    display: block;
    width: 60px;
    height: 60px;
    background: url(offer/offer-lr.png);
    transform: rotate(270deg)
}

#b8 {
    padding: 20px 0 100px;
}

.contact {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 60px;
}

.contact-left,
contact-right {
    display: flex;
    padding: 0 100px;
    flex-direction: column;
    width: 50%;
}

input,
textarea {
    background: #E9EEF3;
    border-radius: 1em;
    border: none;
    padding: 20px 35px;
    margin-bottom: 1em;
}

input::placeholder,
textarea::placeholder {
    font-family: Inter;
    font-size: 1em;
    line-height: 140%;
    color: #000;
}

.contact-left button {
    background: #FFC20F;
    border: none;
    border-radius: 1em;
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    padding: 25px 0;
    text-transform: uppercase;
    margin-top: 2em;
}

.contact-right {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-right h4 {
    font-weight: bold;
    font-size: 2em;
    line-height: 120%;
    padding-bottom: 50px;
}

.contact-right p {
    font-size: 1.1em !important;
    padding-bottom: 20px;
    text-align: left !important;
}

.contact-block {
    border: 1px solid #979797;
    border-radius: 1em;
    text-align: center;
    padding: 28px 0;
    max-width: 330px;
    margin-bottom: 15px;
}

.contact-block:last-child {
    margin-bottom: 0;
}

.contact-block h5 {
    font-weight: bold;
    font-size: 1.6em;
    line-height: 120%;
    padding-bottom: 15px;
}

.contact-block p {
    text-align: center !important;
    font-size: 1em !important;
    padding-left: 30px;
    padding-bottom: 0;
    position: relative;
}

.phone-b::before {
    content: url(phone.png);
    position: absolute;
    left: 90px;
    max-height: 1em;
}

.mail-b::before {
    content: url(mail.png);
    position: absolute;
    left: 75px;
    max-height: 1em;
}

#b9 {
    background: #E9EEF3;
    padding: 35px 0 100px;
}

.team-img {
    max-width: 100%;
    width: 100%;
    margin-bottom: -5px;
}

.team {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 50px 0;
}

.team>div {
    width: 50%;
}

.team img {
    max-width: 400px;
}

.team h4 {
    font-weight: bold;
    font-size: 2em;
    line-height: 120%;
}

.team span {
    font-size: 1.1em;
    line-height: 140%;
    color: #686868;
    display: block;
    padding: 1em 0 2em;
}

.team p {
    font-size: 1.3em;
    line-height: 160%;
}

.team-about {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 140px;
}

.team-about h5 {
    font-weight: bold;
    font-size: 1.9em;
    padding: 35px 0;
}

.team-about p {
    font-size: 1em;
}

.team-about>div {
    background: #fff;
    border-radius: 1em;
    padding: 4em 2.5em 2em;
    max-width: 24%;
    position: relative
}

.team-about span {
    position: absolute;
    z-index: 10;
    background: #FFC20F;
    height: 66px;
    width: 66px;
    line-height: 66px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    display: table-cell;
    top: -33px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 0px 0px 25px rgba(255, 194, 15, 0.4);
    -moz-box-shadow: 0px 0px 0px 25px rgba(255, 194, 15, 0.4);
    box-shadow: 0px 0px 0px 25px rgba(255, 194, 15, 0.4);
}

.team-about span.first {
    background: #F57722;
    -webkit-box-shadow: 0px 0px 0px 25px rgba(245, 119, 34, 0.4);
    ;
    -moz-box-shadow: 0px 0px 0px 25px rgba(245, 119, 34, 0.4);
    ;
    box-shadow: 0px 0px 0px 25px rgba(245, 119, 34, 0.4);
    ;
}

.team-about span.third {
    background: #FF6998;
    -webkit-box-shadow: 0px 0px 0px 25px rgba(255, 180, 193, 0.4);
    ;
    -moz-box-shadow: 0px 0px 0px 25px rgba(255, 180, 193, 0.4);
    ;
    box-shadow: 0px 0px 0px 25px rgba(255, 180, 193, 0.4);
    ;
}

#b10 {
    padding: 50px 0 20px;
}

.success {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 50px 0;
}

.success h6 {
    font-size: 1.1em;
    font-weight: bold;
    padding: 1.3em 0 1.9em;
}

.success>div {
    text-align: center;
    position: relative;
    background: #E9EEF3;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.success>div img {
    width: 100%;
    position: relative;
    max-width: fit-content;
    margin: 0 auto;
    display: flex;
}

.success>div span {
    font-size: 2.6em;
    color: #0033A0;
}

#footer {
    padding: 60px 0 80px;
    background: #0033A0;
}

.footer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    color: #fff;
}

.footer>div {
    position: relative;
}

.footer>div:first-child p {
    font-size: 0.8em;
    color: #9DBCFF;
    padding-top: 40px;
}

.footer-links {
    display: flex;
    flex-direction: column;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 15px;
    transition: all 0.3s;
}

.footer-links a:hover {
    color: #FFC20F;
}

.get-in-touch {
    display: flex;
    flex-direction: column;
}

.get-in-touch p {
    margin-block-start: 0;
    margin-block-end: 2.3em;
    color: #9DBCFF;
    font-size: 1em;
}

.get-in-touch a {
    padding-bottom: 1.5em;
    padding-left: 40px;
    position: relative;
    text-decoration: none;
    color: #fff;
}

.phone-footer::before {
    content: url(phone-footer.png);
    position: absolute;
    left: 0;
}

.mail-footer::before {
    content: url(mail-footer.png);
    position: absolute;
    left: 0;
}

.footer-fb {
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 10px 15px;
    display: flex;
}

.footer>div:last-child p {
    display: none;
}

.mob-menu,
#myNav,
.swiper4,
.swiper5,
.mob-revs h2 {
    display: none;
}

.tingle-demo {
    display: none;
}

@media screen and (max-width: 768px) {
    .menu-links,
    .menu-email,
    .menu-contact {
        display: none;
    }
    .container,
    section {
        padding: 0 25px;
    }
    #b1 {
        background-position: center;
        background-size: cover;
    }
    #b1 h1 {
        font-size: 13vw;
        padding-top: 150px;
    }
    #b1 p {
        font-size: 4.7vw;
        padding: 30px 0;
    }
    .swiper-clients .client-l,
    .swiper-clients .client-r {
        display: none;
    }
    .swiper-clients {
        padding: 0;
    }
    #b2 .swiper-slide img {
        max-width: 115px;
    }
    #b3 {
        padding: 40px 0;
    }
    #b3 h2 {
        font-size: 8vw;
    }
    #b3 p {
        font-size: 4.7vw;
    }
    .helping {
        flex-direction: column;
    }
    .helpimg {
        padding-right: 0;
    }
    .helpimg img:first-child {
        max-width: 100%;
        width: 100%;
    }
    .helpimg img:last-child {
        max-width: 150px;
        top: -35px;
    }
    .port {
        flex-direction: column;
        padding: 0;
    }
    .port-f img {
        max-width: 100%;
    }
    #b7 section,
    .team-about-desc {
        display: none;
    }
    .contact {
        flex-direction: column;
    }
    .team img {
        max-width: 200px;
        margin: 0 auto;
        display: flex;
    }
    .footer {
        flex-direction: column;
    }
    .helptext h4 {
        padding: 30px 0;
        font-size: 8vw;
        line-height: 120%;
    }
    .helptext p {
        font-size: 4.7vw;
    }
    #b6 h2,
    #b8 h2,
    #b9 h2,
    #b10 h2,
    #b5 h2,
    #b7 h2 {
        font-size: 12vw;
        line-height: 120%;
    }
    #b5 h2 {
        padding-bottom: 40px;
    }
    .offer-l,
    .offer-r {
        display: none;
    }
    .what-offer {
        padding: 0;
    }
    .portfolio {
        margin-left: -25px;
        margin-right: -25px;
        padding-top: 30px;
    }
    .port-l,
    .port-r,
    .chevron-down {
        display: none;
    }
    .port-i h4 {
        font-size: 7vw;
        margin-left: 0;
        padding: 30px 0 35px;
    }
    .port-f {
        padding: 0;
    }
    .port-f img {
        padding-right: 0;
    }
    .port-info {
        padding-bottom: 39px;
    }
    .circle {
        font-size: 3vw;
    }
    .port-text {
        font-size: 3.5vw;
    }
    .circle::before {
        width: 50px;
        height: 50px;
        margin: -18px 7px;
    }
    .port-text {
        margin-left: 75px;
    }
    .port-info:last-child {
        padding-bottom: 30px;
    }
    html,
    body {
        overflow-x: hidden;
    }
    body {
        position: relative
    }
    .contact-left,
    contact-right {
        padding: 0;
        width: 100%;
    }
    input::placeholder,
    textarea::placeholder {
        font-size: 3.5vw;
    }
    .contact {
        padding-top: 30px;
    }
    .contact-right {
        padding-top: 50px;
    }
    .mob-right {
        position: relative;
        font-size: 16px;
        padding-left: 30px;
    }
    .mob-right::before {
        content: url(mob-right.png);
        position: absolute;
        margin-left: -30px;
    }
    .contact-block {
        max-width: 100%;
        padding: 35px 0;
        margin: 30px 0;
    }
    .phone-b::before,
    .mail-b::before {
        left: calc(100% - 66vw);
    }
    .phone-b {
        padding-left: 45px !important;
    }
    .mail-b {
        padding-left: 35px;
    }
    .team {
        flex-direction: column;
        padding: 0;
    }
    .team>div {
        width: 100%;
    }
    .team>div:last-child {
        padding-top: 30px;
        text-align: center;
    }
    .success {
        flex-direction: column;
        padding: 0 0 20px;
    }
    .success>div {
        max-width: 200px;
        max-height: 200px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .success>div img {
        max-width: 30px;
    }
    .success h6 {
        padding: 15px 0 8px;
        font-size: 12px;
    }
    .success>div span {
        font-size: 24px;
    }
    .footer>div:first-child p {
        display: none;
    }
    .footer>div:first-child img {
        padding-bottom: 40px;
    }
    .footer-links a {
        padding-bottom: 0;
    }
    .get-in-touch {
        padding-top: 30px;
        margin-block-end: 20px;
    }
    .get-in-touch a {
        padding-left: 50px;
    }
    .footer>div:last-child p {
        display: flex;
        color: #9DBCFF;
        max-width: 75%;
    }
    .footer-fb {
        position: absolute;
        right: 0;
        top: 15px;
    }
    #footer {
        padding-bottom: 30px;
    }
    #b5,
    #b2 {
        margin-left: -25px;
        margin-right: -25px;
    }
    .overlay {
        height: 100%;
        width: 0;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #0033A0;
        background-color: #0033A0;
        overflow-x: hidden;
        transition: 0.5s;
        z-index: 10000;
    }
    .overlay-content {
        position: relative;
        top: 15%;
        width: 100%;
        text-align: center;
    }
    .overlay a {
        padding: 8px;
        text-decoration: none;
        font-size: 22px;
        color: #fff;
        display: block;
        transition: 0.3s;
        padding-bottom: 30px;
    }
    .overlay a:hover,
    .overlay a:focus {
        color: #f1f1f1;
    }
    .overlay .closebtn {
        position: absolute;
        top: 0px;
        right: 30px;
        font-size: 60px;
        font-weight: 100;
        color: #fff;
    }
    @media screen and (max-height: 450px) {
        .overlay a {
            font-size: 20px
        }
        .overlay .closebtn {
            font-size: 40px;
            top: 15px;
            right: 35px;
        }
    }
    .mob-menu {
        position: absolute;
        right: 30px;
        top: 25px;
        display: flex;
        z-index: 111;
        transition: all 0.3s;
    }
    .mob-menu-img {
        position: absolute;
        z-index: 111;
        max-width: 100px!important;
        top: 20px;
        transition: all 0.3s;
    }
    #myNav,
    .mob-contact {
        display: block;
    }
    .menu-contact a {
        padding: 20px !important;
        display: table !important;
        margin: 0 auto;
        margin-top: 10vw;
    }
    .mob-email {
        position: absolute;
        top: 130vw;
        margin-left: 0;
        margin-right: 0;
        right: 0;
        left: 0;
        display: block;
    }
    .team-about>div {
        max-width: 100%;
        min-height: 360px;
    }
    .swiper4 {
        display: flex;
        margin-left: -25px;
        margin-right: -25px;
    }
    .team-about h5 {
        font-size: 6vw
    }
    .team-about p {
        font-size: 4.5vw;
    }
    .swiper5 {
        display: flex;
    }
    #b7 h2 {
        padding: 50px 0;
    }
    .mob-rev {
        position: relative;
        z-index: -5;
    }
    .yellow-back::before {
        content: '';
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 13vh;
        background: #FFC20F;
        border-radius: 20px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        z-index: -1;
    }
    .mob-rev img {
        margin: 0 auto;
        display: block;
        border-radius: 50%;
        width: 40vw;
    }
    .mob-rev h5 {
        font-size: 8vw;
        padding: 10px 0;
    }
    .mob-rev span {
        color: #686868;
        padding-bottom: 10px;
        display: block;
    }
    .mob-rev p {
        font-size: 4.7vw;
    }
    .mob-rev-text {
        overflow: hidden;
        line-height: 20px;
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        height: calc(20px * 3);
        margin-bottom: 10px !important;
        text-align: left;
    }
    .mob-rev {
        text-align: center;
        background: #fff;
        border-radius: 20px;
        padding: 25px;
    }
    .mob-revs h2 {
        display: block;
    }
    .mob-back-menu {
        position: fixed;
        top: 0;
        width: 100%;
        background: transparent;
        height: 70px;
        z-index: 111;
        transition: all 0.3s;
    }
    .mob-back-menu-scroll {
        background: rgb(0, 51, 160, 0.9);
    }
    .fixed-onscroll {
        position: fixed!important;
        transition: all 0.3s;
    }
}

.tingle-modal-box .mob-rev-text {
    display: block !important;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    height: unset;
}

.tingle-modal-box {
    background: transparent;
}

.tingle-modal-box__content {
    padding: 10px;
}

.tingle-modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: unset;
}

.tingle-modal__close {
    position: absolute;
    right: 0;
    top: calc(100% - 95%);
    left: unset;
    background-color: transparent;
    width: auto;
}

@media screen and (device-aspect-ratio: 40/71) {
    .team-about>div {
        max-width: 100%;
        min-height: 55vh;
    }
    .yellow-back::before {
        height: 17vh;
    }
    .tingle-modal__close {
        right: 0px;
        top: -1vh;
    }
}

.footer-fb {
    display: none;
}

terms {
    padding: 20px;
    display: block;
    max-height: 75vh;
    overflow-y: scroll;
    background: #fff;
    border-radius: 20px;
}

terms::-webkit-scrollbar {
    display: none;
}

option:not(first-child) {
    color: #000;
}

.js_language_selector {
    display: none;
}

.lang_change {
    display: flex;
    flex-direction: row;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.lang_change button {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.lang_change button.check {
    color: #FFC20F;
}

loader {
    display: none;
    position: fixed;
    background: #fff;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

loaderblock {
    position: fixed;
    left: 48%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.loader-18 {
    position: relative;
    zoom: 5;
    color: #FFC20F;
}

.loader-18:before,
.loader-18:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    border: 0.1em solid transparent;
    border-bottom-color: currentcolor;
    top: 0;
    left: 0;
    -webkit-animation: 1s loader-18 linear infinite;
    animation: 1s loader-18 linear infinite;
}

.loader-18:before {
    width: 1em;
    height: 1em;
}

.loader-18:after {
    width: 0.8em;
    height: 0.8em;
    top: 0.1em;
    left: 0.1em;
    animation-direction: reverse;
}

@-webkit-keyframes loader-18 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-18 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 768px) {
    .lang_change {
        z-index: 999;
        position: absolute;
        top: 21px;
        right: 85px;
    }
    loaderblock {
        left: 37.5%;
        top: 45%;
    }
}