@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 {
    border-radius: 40px;
    position: relative;
}

.bg_hero {
    background: url(../images/hero.png) no-repeat;
    position: absolute;
    width: calc(100% - 24px);
    height: calc(100% - 12px);
    background-size: cover;
    z-index: -1;
    right: 12px;
    top: 12px;
    border-radius: 40px;
}

.h_site {
    padding: 69px 0 0;
}

.navs_head ul li.nav-item a:not(.active) {
    color: rgba(255, 255, 255, 0.6);
}

.navs_head ul li.nav-item a {
    font-weight: 400;
    line-height: 20px;
}

.navs_head ul li.nav-item a.active,.navs_head ul li.nav-item a:hover {
    color: #fff;
    background: none;
}

.btn {
    padding: 14px 22px;
    border-radius: 53px;
    font-weight: 700;
}

.btn-primary {
    background: rgba(75, 193, 193, 1);
    border-color: rgba(75, 193, 193, 1);
}

.btn-primary:hover {
    background: rgb(57 148 148);
    border-color: rgb(57 148 148);
}

.hero_sec {
    padding: 65px 0 150px;
}

.hero_sec .brand_name {
    text-align: center;
    margin: 56px 0 33px;
}

.hero_sec .brand_name span {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 48px;
    padding: 10px 27px;
    color: rgba(255, 255, 255, 1);
    display: inline-block;
}

.hero_sec h1 {
    font-size: 60px;
    line-height: 75.6px;
    text-align: center;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}

.text_yellow {
    color: rgba(251, 188, 4, 1);
}

.hero_sec h1 span {
    color: rgba(251, 188, 4, 1);
}

.hero_sec p span {
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}

.hero_sec p {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.81);
    line-height: 28px;
}

ul.social_hero {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

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;}

.stat {
    border-radius: 0 0 42px 42px;
    background: url(../images/head_line.svg),linear-gradient(272.46deg, #E6B934 21.54%, #EBC34D 94.74%);
    padding: 36px 64px;
}
.bx_stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bx_stat span {
    font-size: 54px;
    font-weight: 800;
    line-height: 68px;
}

.bx_stat>div {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
}

.bx_stat>p {
    color: rgba(28, 28, 28, 0.6);
    line-height: 24px;
    margin: 0;
    text-align: center;
    font-weight: 400;
}

.bx_ad_360 {
    background: rgba(75, 193, 193, 1);
    border-radius: 0 0 42px 42px;
    padding: 17px 0;
    text-align: center;
}

.branch {
    padding: 88px 0 0;
}
.our_services .tit_sec .img_contact {
    margin-bottom: 37px;
}
.tit_sec h2 {
    font-size: 70px;
    line-height: 88px;
    font-weight: 300;
}

.tit_sec h2 span {
    font-weight: 800;
}

.tit_desc {
    color: rgba(28, 28, 28, 0.6);
    line-height: 28px;
    margin: 0;
}

.tit_desc span {
    font-weight: 700;
    color: rgba(28, 28, 28, 1);
}

.branch .head_branch {
    margin-bottom: 100px;
}

.bx_branch {
    display: flex;
    align-items: center;
    border: 1.5px solid rgba(28, 28, 28, 0.2);
    padding: 32px;
    border-radius: 32px;
    gap: 32px;
    position: relative;
}

.bx_branch .tit_b_b {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 16px;
}

.bx_branch p {
    color: rgba(28, 28, 28, 0.6);
    line-height: 24px;
    margin: 0;
}

.bx_branch.active {
    background: rgba(28, 28, 28, 1);
    color: #fff;
    box-shadow: 0px 12px 48px 0px rgba(28, 28, 28, 0.25);
    margin-bottom: 48px;
}

.bx_branch.active p {
    color: rgba(255, 255, 255, 0.6);
}

.bx_branch.active:before {
    content: '';
    position: absolute;
    top: -21px;
    right: calc(50% - 48px);
    width: 96px;
    height: 6px;
    background: rgba(28, 28, 28, 1);
    border-radius: 15px;
}
.about {
    background: url(../images/line_know.svg) no-repeat;
    background-position: right center;
    padding-top: 120px;
}
.about p {
    line-height: 32px;
    color: rgba(50, 50, 50, 0.6);
}

.about p span {
    font-weight: 700;
    color: rgba(50, 50, 50, 1);
}

.about .tit_sec {
    margin-bottom: 38px;
}
.about .tit_sec h2 {
    display: inline-block;
    margin: 0;
    position: relative;
}

.about .tit_sec h2:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    height: 220px;
    background: url(../images/arrow_r.svg) no-repeat;
    background-size: 100%;
}
.text_blue {
    color: rgba(75, 193, 193, 1);
}

.visualads p {
    color: rgba(28, 28, 28, 0.6);
    line-height: 31.5px;
    font-weight: 400;
}
.visualads p span {
    color: rgba(28, 28, 28, 1);
    font-weight: 700;
}
.visualads .tit_sec {
    margin-bottom: 30px;
}

.list_fth_va {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.list_fth_va li {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 16px 24px 16px 50px;
    position: relative;
    font-weight: 700;
    line-height: 31.5px;
}

.list_fth_va li:nth-child(2) {
    background: rgba(251, 188, 4, 1);
    box-shadow: 0px 12px 25px 0px rgba(251, 188, 4, 0.25);
}

.list_fth_va li:before {
    content: '';
    position: absolute;
    left: 24px;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(251, 188, 4, 1);
}

.list_fth_va li:nth-child(2):before {
    background: rgba(28, 28, 28, 1);
}

.visualads {
    padding: 80px 0;
    position: relative;
}
.visualads .panel_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    text-align: right;
    z-index: 9;
    height: 100%;
}
.our_services {
    padding-top: 124px;
    background: url(../images/line_services.svg) no-repeat;
    background-position: center -220px;
}
.our_services .tit_sec {
    margin-bottom: 37px;
}

.our_services p {
    color: rgba(28, 28, 28, 0.6);
}

.our_services p span {
    color: rgba(28, 28, 28, 1);
    font-weight: 700;
}

.bx_serv .img_b_s {
    margin-bottom: 16px;
}

.bx_serv h3 {
    color: rgba(28, 28, 28, 1);
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 24px;
}

.bx_serv p {
    color: rgba(28, 28, 28, 0.6);
    line-height: 24px;
    margin: 0;
}

.bx_serv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.call_action {
    margin-top: 290px;
    position: relative;
    padding: 78px 0 44px;
    color: #fff;
}
.call_action:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 594px;
    background: url(../images/contact.png) no-repeat;
    background-position: calc(100% - 50px) bottom;
    z-index: 99;
}
.call_action .container {
    position: relative;
    z-index: 999;
}
.call_action .bg_call_action {
    background: rgba(28, 28, 28, 1);
    position: absolute;
    width: calc(100% - 24px);
    height: 100%;
    background-size: cover;
    z-index: -1;
    right: 12px;
    top: 0;
    border-radius: 40px;
}

.call_action .tit_sec h2 {
    font-size: 50px;
    line-height: 63px;
}

.call_action .tit_sec {
    margin-bottom: 24px;
}

.call_action p {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 28px;
}

.call_action p span {
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}

.btn-white {
    background: rgba(255, 255, 255, 1);
}

.call_action .btn {
    font-size: 14px;
}

.btn-white:hover {
    background: #e7e7e7;
    color: rgba(28, 28, 28, 1);
}

.why {
    padding: 170px 0;
    background: url(../images/why_line.svg) no-repeat;
    background-size: contain;
    background-position: top center;
}

.head_why {
    margin-bottom: 94px;
}

.bx_why {
    border: 1.5px solid rgba(28, 28, 28, 0.2);
    padding: 32px;
    border-radius: 32px;
    position: relative;
    background: rgba(255, 255, 255, 1);
}

.bx_why h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin: 8px 0 32px;
}

.bx_why p {
    color: rgba(28, 28, 28, 0.6);
    margin: 0;
    line-height: 24px;
}

.list_why div:nth-child(2) .bx_why {
    margin-top: 64px;
}

.bx_why.active {
    background: rgba(28, 28, 28, 1);
    color: #fff;
    border-color: rgba(28, 28, 28, 1);
}

.list_why div:nth-child(3) .bx_why {
    margin-top: 128px;
}

.bx_why.active:before {
    content: '';
    position: absolute;
    top: -21px;
    right: calc(50% - 48px);
    height: 6px;
    width: 96px;
    background: rgba(28, 28, 28, 1);
    border-radius: 6px;
}

.bx_why.active p {
    color: rgba(255, 255, 255, 0.6);
}

.bx_testim {
    border: 1px solid rgba(222, 222, 227, 1);
    border-radius: 42px;
    background: rgba(243, 245, 250, 1);
    padding: 53px 160px;
    text-align: center;
    position: relative;
    margin-top: 10px;
}
.bx_testim img {
    width: auto !important;
    margin: 0 auto;
    border-radius: 100%;
}
.bx_testim h3 {
    margin: 16px 0;
    font-size: 24px;
    line-height: 34.5px;
}

.bx_testim p {
    color: rgba(28, 28, 28, 0.6);
    margin: 0;
}

.bx_testim .foot_b_t {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    font-size: 14px;
}

.bx_testim .foot_b_t div {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.bx_testim .foot_b_t>div:first-child {
    padding-right: 32px;
    margin-right: 32px;
    border-right: 1px solid #ccc;
}

.head_testi {
    margin-bottom: 120px;
}

.owl-item.active .bx_testim {
    background: rgba(28, 28, 28, 1);
    color: #fff;
}
.owl-item.active .bx_testim:before {
    content: '';
    position: absolute;
    top: -9px;
    right: calc(50% - 144px);
    width: 288px;
    height: 9px;
    background: rgba(251, 188, 4, 1);
    border-radius: 10px 10px 0 0;
}
.owl-item.active .bx_testim p {
    color: rgba(255, 255, 255, 0.6);
}

.contact_us {
    padding: 94px 0;
    background: url(../images/line_contact.svg) no-repeat;
    background-size: contain;
    background-position: center top;
}

.contact_us .tit_sec {
    text-align: center;
    margin-bottom: 60px;
}

.contact_us .tit_sec .img_contact {
    margin-bottom: 33px;
}

.frm_contact .input_gp {
    border: 1px solid rgba(222, 222, 227, 1);
    background: rgba(249, 249, 250, 1);
    border-radius: 22px;
    padding: 14px 22px;
    transition: all 0.3s;
}

.frm_contact .input_gp label {
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 4px;
}

.frm_contact .input_gp input,.frm_contact .input_gp textarea {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    font-size: 18px;
    color: rgba(50, 50, 50, 1);
    font-weight: 500;
}

.frm_contact .input_gp input::placeholder,.frm_contact .input_gp textarea::placeholder {
    color: rgba(50, 50, 50, 0.3);
}

.frm_contact .input_gp:focus-within {
    box-shadow: 0px 0px 6.1px 0px rgba(0, 0, 0, 0.33);
    border: 1.5px solid rgba(28, 28, 28, 1);
    background: rgba(255, 255, 255, 1);
}

.f_site {
    position: relative;
    color: #fff;
}

.bg_foot {
    background: rgba(28, 28, 28, 1);
    position: absolute;
    width: calc(100% - 24px);
    height: calc(100% - 12px);
    background-size: cover;
    z-index: -1;
    right: 12px;
    top: 0;
    border-radius: 40px;
}

.f_site .container {
    position: relative;
    padding: 66px 0;
}

.f_site .container:before {
    content: '';
    width: 100%;
    height: 50%;
    top: 0;
    right: 0;
    background: rgba(251, 188, 4, 1);
    z-index: -2;
    position: absolute;
    border-radius: 42px;
    transform: rotate(-3deg);
}

.f_site .container:after {
    content: '';
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: rgba(75, 193, 193, 1);
    z-index: -2;
    position: absolute;
    border-radius: 42px;
    transform: rotate(3deg);
}

.foot-col-1 img {
    margin-bottom: 34px;
}

.foot-col-1 p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
}

.col-foot h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 53px;
}

.col-foot h3 span {
    color: rgba(251, 188, 4, 1);
}

.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;
    margin-bottom: 24px;
    transition: all 0.3s;
}

.col-foot ul li:last-child a {
    margin: 0;
}

.col-foot ul li a:hover {
    color: #fff;
}

.row_2_foot {padding-top: 50px;margin-top: 50px;border-top: 1px solid rgba(255, 255, 255, 0.1);}

.row_2_foot p {
    color: rgba(167, 173, 173, 1);
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.row_2_foot p span {
    font-weight: 700;
}

ul.social_foot {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
}
.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:1400px){
    .about .tit_sec h2:before {
        width: 180px;
        height: 180px;
        right: -50px;
    }
    .call_action:before {
        background-size: 500px;
    }
}
@media (max-width:1200px){
    .hero_sec h1 {
        font-size: 56px;
        line-height: 70px;
    }
    .bx_stat span {
        font-size: 44px;
    }
    .about .tit_sec h2:before {
        right: -110px;
    }
    .visualads .panel_img {
        width: 40%;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .about .row {
        align-items: center;
    }
    .call_action:before {
        background-size: 500px;
    }
    .call_action .tit_sec h2 {
        font-size: 40px;
        line-height: 53px;
    }
    .call_action:before {
        background-size: 400px;
    }
}
@media (max-width:992px){
    .hero_sec h1 {
        font-size: 40px;
        line-height: 55px;
    }
    .hero_sec p {
        width: 100%;
    }
    .hero_sec .brand_name {
        margin-top: 0;
    }
    .bx_stat span {
        font-size: 35px;
    }
    .bx_stat>div>img {
        width: 50px;
        height: 50px;
    }
    .bx_ad_360 {
        padding: 10px 0;
    }
    .tit_sec h2 {
        font-size: 50px;
        line-height: 68px;
    }
    .about .tit_sec h2:before,.visualads .panel_img,.call_action:before {
        display: none;
    }
    .about .tit_sec {
        margin-bottom: 18px;
    }
    .visualads .tit_sec {
        margin: 18px 0;
    }
    .our_services {
        padding-top: 60px;
    }
    .call_action {
        margin-top: 60px;
    }
    .why {
        padding: 80px 0;
    }
    .head_why {
        margin-bottom: 64px;
    }
    .list_why div:nth-child(3) .bx_why {
        margin-top: 10px;
    }
    .frm_contact .input_gp {
        margin-bottom: 10px;
    }
}
@media (max-width:768px){
    .hero_sec {
        padding: 65px 0;
    }
    .hero_sec h1 {
        font-size: 32px;
        line-height: 45px;
    }
    .stat {
        border-radius: 0;
        padding: 16px;
    }
    .bx_stat {
        margin-bottom: 10px;
    }
    .tit_sec h2 {
        font-size: 40px;
        line-height: 58px;
    }
    .about {
        padding-top: 50px;
    }
    .bx_serv {
        height: auto;
        margin-bottom: 25px;
    }
    .call_action .tit_sec h2 {
        font-size: 40px;
        line-height: 53px;
    }
    .col-foot h3 {
        margin-bottom: 23px;
    }
    .col-foot {
        margin-bottom: 25px;
    }
}
@media (max-width:768px){
    .bg_hero,.call_action .bg_call_action,.bg_foot {
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        border-radius: 0;
        background-color: rgba(28, 28, 28, 1);
    }
    .branch {
        padding: 58px 0 0;
    }
    .f_site .container:before,.f_site .container:after {
        display: none;
    }
    .f_site {
        padding: 25px;
    }
    .row_2_foot {
        padding-top: 30px;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        gap: 25px;
        align-items: center;
    }
    .f_site .container {
        padding: 0; 
    }
    .hero_sec {
        padding: 35px 0;
    }
}