@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Bold.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-ExtraLight.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Light.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Medium.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Regular.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-SemiBold.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'Plus Jakarta Sans';
}
h1 {
font-size: 2em;
}

h2 {
font-size: 1.5em;
}

h3 {
font-size: 1.17em;
}

h4 {
font-size: 1em;
}

h5 {
font-size: 0.83em;
}

h6 {
font-size: 0.67em;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
.hero {
    background: url(../images/hero.png) no-repeat;
    background-size: cover;
    padding: 68px 0 76px;
}

.menu_right_head {
    display: flex;
    gap: 32px;
}

.btn {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 28px;
    border-radius: 0;
}

.btn-warning {
    background: rgba(251, 152, 4, 1);
    border-color: rgba(251, 152, 4, 1);
    color: rgba(255, 255, 255, 1);
}

.lang_drop .btn {
    padding-right: 0;
    padding-left: 0;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    background: none;
    border: none;
}
.lang_drop .btn:active, .lang_drop .btn:focus {
    border: none;
    box-shadow: none;
    color: #fff;
}
.lang_drop .btn img {
    margin-right: 16px;
}
.lang_drop .dropdown-item>img {
    margin-right: 5px;
    border-radius: 3px;
}
.logo_head {
    margin-right: 70px;
}

.navs_head li a {
    color: rgba(255, 255, 255, 0.6);
}

.navs_head li .nav-link.active {
    color: rgba(255, 255, 255, 1);
    background: none;
}

.navs_head li a:hover {
    color: rgba(255, 255, 255, 1);
}

.h_site {
    margin-bottom: 86px;
}

.bx_hero>img {
    margin-bottom: 14px;
}

.bx_hero h1 {
    font-size: 60px;
    font-weight: 300;
    color: #fff;
    line-height: 75px;
    margin-bottom: 29px;
}

.bx_hero h1 span {
    font-weight: 800;
}

.text_yellow {
    background: -webkit-linear-gradient(45deg, rgba(142, 58, 53, 1) 16.6%,rgba(209, 64, 12, 1) 33.2%,rgba(234, 124, 26, 1) 49.8%,rgba(242, 163, 67, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bx_hero p {
    color: rgba(166, 166, 166, 1);
    width: 65%;
}

.bx_hero p span {
    color: #fff;
    font-weight: 700;
}

ul.social_hero {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.social_hero li a {
    border: 1px solid rgba(255, 255, 255, 0.34);
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    transition: all 0.3s;
}

ul.social_hero li a.active {
    background: #fff;
}

ul.social_hero li a:hover {
    background: #fff;
}

ul.social_hero li a:hover svg path {
    stroke: #000;
}

.bx_hero {
    margin-bottom: 46px;
}

.list_stat {
    color: #fff;
    display: flex;
    align-items: center;
}

.bx_stat span {
    font-size: 34px;
    font-weight: 800;
    line-height: 42px;
}

.bx_stat p {
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 24px;
}

.bx_stat {
    padding-right: 40px;
    margin-right: 40px;
    position: relative;
}

.bx_stat:last-child {
    margin: 0;
    padding: 0;
}

.bx_stat:before {
    content: '';
    position: absolute;
    top: 20%;
    height: 60%;
    width: 1px;
    background: rgba(255, 255, 255, 0.27);
    right: 0;
}

.bx_stat:last-child:before {
    display: none;
}

.about {
    padding: 125px 0 60px;
}

.about img {
    filter: drop-shadow(0px 0px 54px rgb(229 231 247));
}

.who_we {
    margin-bottom: 12px;
    line-height: 32px;
    font-size: 18px;
    font-weight: 600;
    color: rgba(28, 28, 28, 1);
    display: flex;
    align-items: center;
    gap: 8px;
}
.branch {
    padding-top: 5rem;
}
.tit_sec h2 {
    font-size: 70px;
    font-weight: 300;
}

.tit_sec h2 span {
    font-weight: 600;
}

.about .tit_sec {
    margin-bottom: 38px;
}

.text_desc {
    color: rgba(50, 50, 50, 0.6);
    font-weight: 400;
    line-height: 32px;
    margin: 0;
}

.text_desc span {
    font-weight: 700;
    color: rgba(50, 50, 50, 1);
}

.mobile_content {
    padding: 40px 0 120px;
    background: url(../images/line_mobile.svg) no-repeat;
    background-position: right -300px;
}

.mobile_content .tit_sec {
    margin-bottom: 32px;
}

.mobile_content .text_desc {
    margin-bottom: 10px;
}
.mobile_content .btn {
    margin-top: 30px;
}
.mobile_content img {
    filter: drop-shadow(-74px 31px 71.8px rgba(0, 0, 0, 0.25));
}

.services {
    background: url(../images/bg_services.svg) no-repeat;
    padding: 140px 0 120px;
    color: #fff;
    background-color: rgba(26, 26, 26, 1);
    background-size: cover;
}

.services .list_srv {
    margin-top: 120px;
    justify-content: space-evenly;
}

.bx_srv .img_b_srv,.bx_why .img_b_why {
    width: 94px;
    height: 70px;
    background: rgba(239, 240, 248, 0.25);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.bx_srv .img_b_srv.active {
    background: rgba(239, 240, 248, 1);
}

.bx_srv h3,.bx_why h3 {
    color: rgba(255, 255, 255, 1);
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 8px;
    font-weight: 800;
}

.bx_srv p {
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.tit_sec_srv {
    display: inline-block;
    font-size: 70px;
    font-weight: 600;
    line-height: 88px;
}

.services .desc_tit {color: rgba(255, 255, 255, 0.6);font-weight: 400;line-height: 28px;margin: 0;}

.services .desc_tit span {
    color: rgba(255, 255, 255, 1);
}

.tit_sec_srv span {
    font-weight: 800;
}
.bx_visualmh {
    background: url(../images/line_parent.svg) repeat,linear-gradient(272.46deg, #FB9804 21.54%, #FFAC2F 94.74%);
    padding: 68px 0;
}

.bx_visualmh .tit_sec h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 57px;
}

.bx_visualmh .btn img {
    margin-right: 8px;
}

.bx_visualmh .btn {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.bx_visualmh .btn svg {
    margin-left: 8px;
}
.visualmh {
    padding: 205px 0 100px;
    background: url(../images/line_visualmh.svg) no-repeat;
    background-position: left -100px;
    position: relative;
}

.panel_img {
    position: absolute;
    left: 0;
    top: 20%;
    width: 45%;
    text-align: right;
    z-index: 9;
}

.call_action {
    background-color: rgba(28, 28, 28, 1);
    color: #fff;
    padding: 66px 0 56px;
    position: relative;
    margin-top: 350px;
    background-image: url(../images/bg_contact.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.call_action .container {
    position: relative;
}
.call_action .tit_sec h2 {
    font-size: 50px;
    line-height: 63px;
    margin-bottom: 24px;
}
.call_action p {
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.6);
}
.call_action p span {
    color: rgba(255, 255, 255, 1); 
}
.call_action .btn {
    color: rgba(28, 28, 28, 1);
    font-weight: 600;
}
.call_action:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 671px;
    background: url(../images/mockup.png) no-repeat;
    background-position: calc(100% - 50px) bottom;
}

.call_action:after {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 600px;
    background: url(../images/line_contact.svg) no-repeat;
    z-index: -1;
}

.why {
    padding: 120px 0;
}

.why .sub_tit_why span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.why .sub_tit_why {
    margin-bottom: 16px;
}

.why .desc_tit {
    color: rgba(28, 28, 28, 0.6);
}

.why .desc_tit span {
    font-weight: 700;
}

.why .list_why {
    margin-top: 120px;
}

.why .list_why .img_b_why img {
    filter: invert(1);
}

.bx_why .img_b_why {
    background: rgba(236, 237, 244, 1);
}

.bx_why.active .img_b_why {
    background: rgba(26, 26, 26, 1);
}

.bx_why h3 {
    color: rgba(26, 26, 26, 1);
}

.bx_why p {
    color: rgba(26, 26, 26, 0.6);
    line-height: 26.8px;
    font-weight: 400;
    margin: 0;
}

.bx_testim {
    background: rgba(243, 245, 250, 1);
    border: 1px solid rgba(222, 222, 227, 1);
    display: flex;
    align-items: center;
    padding: 95px 72px;
    gap: 24px;
    color: #323232;
    position: relative;
    margin-top: 9px;
}

.owl-item.active .bx_testim {
    background: rgba(28, 28, 28, 1);
    border-color: rgba(28, 28, 28, 1);
}

.bx_testim>div img {
    width: 120px !important;
    height: 120px !important;
    display: flex !important;
}

.bx_testim .img_b_t {
    display: contents;
}

.bx_testim .body_b_t .head_b_t {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.bx_testim .body_b_t .head_b_t h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin: 0;
}

.bx_testim .body_b_t .head_b_t div {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(50, 50, 50, 1);
}

.bx_testim .body_b_t .head_b_t div:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0 32px;
}

.bx_testim .body_b_t p {
    color: rgba(50, 50, 50, 1);
    line-height: 29px;
    font-weight: 300;
    margin: 0;
}
.owl-item.active .bx_testim .body_b_t p {
    color: rgba(255, 255, 255, 0.6);
}
.owl-item.active .bx_testim .body_b_t .head_b_t div {
    color: rgba(255, 255, 255, 1);
}

.owl-item.active .bx_testim .body_b_t .head_b_t h3 {
    color: rgba(255, 255, 255, 1);
}

.owl-item.active .bx_testim:before {
    content: '';
    position: absolute;
    top: -9px;
    right: calc(50% - 144px);
    width: 288px;
    background: rgba(251, 152, 4, 1);
    height: 9px;
    z-index: -1;
    border-radius: 10px 10px 0 0;
}

.owl_testimonial {
}

.head_testi {
    margin-bottom: 54px;
}

.contact {
    padding: 180px 0 0;
    background-color: #FB9804;
    background-image: url(../images/bg_contact_frm.png);
    background-repeat: repeat-x;
    background-size: contain;
}

.bx_contact {
    background: #FFFFFF;
    box-shadow: 0px 65px 129px 50px #00000017;
    padding: 67px 30px 42px;
    border-radius: 8px;
    position: relative;
    margin-bottom: -200px;
}

.bx_contact:before {
    content: '';
    position: absolute;
    top: -9px;
    width: 288px;
    height: 9px;
    background: #1C1C1C;
    border-radius: 10px 10px 0 0;
    right: calc(50% - 144px);
}

.bx_contact .tit_sec h2 {
    font-size: 47px;
}

.bx_contact .tit_sec {
    margin-bottom: 50px;
}

.frm_contact .input_gp {
    display: flex;
    background: #F4F5FA;
    padding: 23px 28px;
    border-radius: 6px;
    gap: 12px;
    align-items: center;
}

.frm_contact .input_gp input,.frm_contact .input_gp textarea {
    background: none;
    border: none;
    box-shadow: none;
    color: #1c1c1c !important;
    line-height: 28px;
}

.frm_contact .input_gp input::placeholder,.frm_contact .input_gp input, .frm_contact .input_gp textarea::placeholder {
    color: #A6A6A6;
}

.frm_contact .btn {
    border-radius: 4px;
}

.frm_contact .btn svg {
    margin-left: 20px;
}

.btn-dark {
    background: #0B0B0B;
}

.testimonial {
    padding: 50px 0 100px;
}

.f_site {
    background-color: #1C1C1C;
    background-image: url(../images/line_footer.svg);
    background-repeat: no-repeat;
    background-position: center -400px;
    padding: 315px 0 54px;
    color: #fff;
}

.foot-col-1 img {
    margin-bottom: 18px;
}

.foot-col-1 p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
}
.mail_adr {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
}
.mail_adr a {
    text-decoration: none;
    color: #fff;
}
.col-foot h3 {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 42px;
}

.col-foot ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.col-foot ul li a {
    text-decoration: none;
    color: rgba(146, 151, 151, 1);
    display: block;
    transition: all 0.3s;
    margin-bottom: 18px;
}

.col-foot ul li a:hover {
    color: #fff;
}

.col-foot ul li:last-child a {
    margin: 0;
}

.row_2_foot {margin-top: 70px;padding-top: 50px;border-top: 1px solid rgba(255, 255, 255, 0.1);}

.row_2_foot p {
    font-size: 18px;
    font-weight: 500;
    color: rgba(167, 173, 173, 1);
}

.row_2_foot p span {
    font-weight: 700;
    color: rgba(75, 193, 193, 1);
}

ul.social_foot {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 32px;
}
.body_menu_mobile ul li a:not(.btn) {
    color: #323232;
}

.body_menu_mobile .nav-pills .nav-link.active {
    background: #323232;
}
.preloader {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(28, 28, 28, 1);
    z-index: 999999;
}
.preloader .preloader-main {
    position: relative;
}
.preloader .preloader-main span {
    position: relative;
    display: inline-block;
    color: white;
    font-size: 2em;
    margin-top: 50%;
    animation: animate 1s ease-in-out infinite;
    animation-delay: calc(0.1s * var(--i));
}
@keyframes animate {
0%
{
    transform: translateY(0px);
    color: rgba(251, 188, 4, 1);
    opacity: 0.2;
}
20%
{
    transform: translateY(-20px);
    color:rgba(251, 188, 4, 1);
    opacity: 0.3;
}
40%,100%
{
    transform: translateY(0px);
}
}
@media (max-width:1200px){
    .panel_img {
        top: 27%;
        width: 40%;
    }
    .visualmh {
        padding: 205px 0 0;
    }
    .tit_sec h2 {
        font-size: 61px;
    }
    .call_action .tit_sec h2 {
        font-size: 42px;
        line-height: 53px;
    }
    .why {
        padding: 80px 0;
    }
    .bx_testim {
        padding: 50px 30px;
        gap: 15px;
    }
    .bx_testim .body_b_t .head_b_t div:nth-child(2) {
        padding: 0 12px;
    }
    .bx_testim .img_b_t img {
        width: 80px !important;
        height: 80px !important;
    }
    .bx_testim .body_b_t .head_b_t h3 {
        font-size: 18px;
    }
}
@media (max-width:992px){
    .about img,.visualmh img {
        margin-bottom: 50px;
    }
    .services .list_srv {
        margin-top: 80px;
    }
    .panel_img,.call_action:before {
        display: none;
    }
    .visualmh {
        padding: 100px 0 0;
    }
    .tit_sec h2 {
        text-align: center;
    }
    .call_action {
        margin-top: 100px;
    }
    .call_action .tit_sec h2 {
        text-align: left;
    }
    .why .tit_sec h2 {
        margin-bottom: 20px;
    }
    .why .list_why {
        margin-top: 50px;
    }
    .frm_contact .input_gp {
        margin-bottom: 10px;
    }
    .bx_srv h3, .bx_why h3 {
        font-size: 23px;
        line-height: 40px;
    }
    .bx_visualmh .tit_sec h2 {
        margin-bottom: 40px;
    }
}
@media (max-width:768px){
    .bx_hero h1 {
        font-size: 42px;
        line-height: 55px;
    }
    .bx_hero p {
        width: 100%;
    }
    .bx_stat {
        padding-right: 20px;
        margin-right: 20px;
    }
    .bx_srv h3 {
        font-size: 19px;
    }
    .bx_srv p {
        font-size: 14px;
    }
    .tit_sec h2,.bx_contact .tit_sec h2 {
        font-size: 38px;
        line-height: 50px;
    }
    .about .tit_sec {
        margin-bottom: 15px;
    }
    .tit_sec_srv {
        font-size: 50px;
        line-height: 58px;
        margin-bottom: 15px;
    }
    .services {
        padding: 80px 0;
    }
    .bx_why {
        margin-bottom: 35px;
        text-align: center;
    }
    .bx_srv .img_b_srv, .bx_why .img_b_why {
        margin: 0 auto 16px;
    }
    .why {
        padding: 80px 0 0;
    }
    .bx_testim .body_b_t .head_b_t {
        flex-wrap: wrap;
        gap: 15px;
    }
    .bx_testim .body_b_t .head_b_t div:nth-child(2) {
        border: none;
        padding: 0;
    }
    .contact {
        padding: 110px 0 0;
    }
    .mail_adr {
        margin: 25px 0;
    }
    .bx_srv {
        text-align: center;
    }
}
@media (max-width:576px){
    .bx_srv h3, .bx_why h3 {
        font-size: 23px;
        line-height: 40px;
    }
    .bx_srv {
        margin-bottom: 35px;
    }
    .bx_srv p {
        font-size: 16px;
    }
    .mobile_content,.visualmh {
        background-position: right 0;
        background-size: contain;
    }
    .call_action:after,.bx_stat:before {
        display: none;
    }
    .call_action {
        background-size: contain;
    }
    .contact .container > .row {
        padding: 0 20px;
    }
    .bx_hero h1 {
        font-size: 30px;
        line-height: 45px;
    }
    .hero {
        padding: 30px 0;
    }
    .h_site {
        margin-bottom: 40px;
    }
    .list_stat {
        flex-direction: column;
        text-align: center;
    }
    .bx_stat {
        padding-right: 0;
        margin: 0 0 20px 0;
    }
    .logo_head {
        margin-right: 10px;
    }
    .bx_visualmh .tit_sec h2 {
        font-size: 36px;
        line-height: 47px;
    }
}