@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

:root {
    --dark: #1F2937;
    --white: #f9f9f9;
    --main: #192989;
    --accent: #EDF5FE;
    --success: #00c75d;
    --footer: #A6AAC3;
    --footer_bg: #171531;
    --gray: #6B7280;
}

body {
    font-family: 'Inter', sans-serif;
}

body section {
    padding: 28px 0;
    margin: 0 auto;
    overflow: hidden;
}

body section .section_title h6 {
    font-weight: 500;
    color: gray;
}

body section .section_title h1 {
    font-weight: 700;
    color: var(--dark);
}

body section .site_btn {
    padding: 12px 24px;
    background: var(--dark);
    border-radius: 50px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    color: var(--white);
}

body section .site_btn:hover {
    color: var(--white);
    background: linear-gradient(90deg, #3B82F6 0%, #BA3BF6 100%);
    box-shadow: 0px 4px 32px rgba(151, 71, 255, 0.4);
}

.top_bar {
    background-color: var(--dark);
    height: 30px;
    display:block;
}

.top_bar .top_bar_action {
    margin: 0;
    padding: 0;
    margin-top: 2px;
}

.top_bar .top_bar_action li {
    display: inline-block;
    padding-bottom: 6px;
}

.top_bar .top_bar_action li a {
    color: var(--white);
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

li.pe-2 ion-icon,
.top_bar .top_bar_action li a ion-icon {
    margin-right: 5px;
}

.top_bar .top_bar_action li a ion-icon {
    font-size: 14px;
}

/* main_nav */
.main_nav {
    padding-top: 6px;
    display:block;
}

.main_nav .logo {
    display: block;
    height: 48px;
    cursor: pointer !important;
}

.main_nav .logo img {
    height: 100%;
    width: auto;
}

.main_nav hr {
    margin: 0 auto;
    opacity: 0.10;
}

.main_nav .btn_fill_acount {
    text-align: right;
}

.main_nav .btn_fill_acount li {
    display: inline-block;
    margin: 5px 0;
    margin-left: 20px;
}

.main_nav .btn_fill_acount li .button {
    display: block;
    padding: 7px 12px;
    background: var(--dark);
    border-radius: 50px;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
    color: var(--white);
    text-align: center;
}

.main_nav .btn_fill_acount li .acount_btn {
    background: var(--main);
    text-align: center;
}

.main_nav .btn_fill_acount li .login_btn {
    background: #0075FF;
}

/* nav_web */
.dropdown>.text-secondary:hover {
    background-color: var(--footer_bg) !important;
    color: var(--white) !important;
}

.main_nav .nav_web .nav-item {
    position: relative;
}

.main_nav .nav_web .nav-item .nav-link {
    color: var(--dark);
    font-size: 16px;
    font-weight: 500;
}

.main_nav .nav_web .nav-item .nav-link:hover {
    background-color: var(--white);
    border-radius: 10px;
}

.main_nav .nav_web .nav-item .dropdown {
    display: none;
    position: absolute;
    width: max-content;
    background-color: var(--white);
    padding: 1px;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.05);
    z-index: 999;
    top: 100%;
    left: 0;
}

.main_nav .nav_web .nav-item .dropdown li {
    display: block;
}

.main_nav .nav_web .nav-item .dropdown li a {
    display: block;
    font-size: 14px;
    color: var(--dark);
    padding: 9px 12px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.main_nav .nav_web .nav-item .dropdown li a:hover {
    color: var(--main);

    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.main_nav .nav_web .nav-item:hover .dropdown {
    display: block;
}

ul.dropdown .nav-link:hover {
    background-color: red;
}

.bottom-nav {
    background-color: #F9FAFB;
    display:none;
}

@media (min-width: 768px) {
    /* Hide submenus by default */
.nav .dropdown-menu {
    display: none;
}

/* Display submenus when hovering over parent item */
.nav .dropdown:hover .dropdown-menu {
    display: block;
}
.main_nav .nav_web .nav-item .nav-link:hover {
    background-color: #181530;
    color: #fff!important;
    border-radius: 0;
}
}





/* Default Page header */
.page_header {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 92px 24px;
    background-size: cover;
    background-position: center;
}






/* header home page */
.carousel .carousel-caption {
    color: var(--white);
    width: 100%;
    max-width: 720px;
    text-align: left;
    margin-bottom: 48px;
    top: 25%;
}

.carousel .carousel-caption h1 {
    font-weight: 700;
    font-size: 64px;
}

.carousel .carousel-caption p {
    margin-bottom: 36px;
}

.carousel .carousel-caption .open_account_btn {
    padding: 16px 32px;
    background: var(--white);
    border-radius: 50px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    color: var(--dark);
    border: 2px solid var(--white);
}

.carousel .carousel-caption .open_account_btn:hover {
    background: linear-gradient(90deg, #3B82F6 0%, #BA3BF6 100%);
    box-shadow: 0px 4px 32px rgba(151, 71, 255, 0.4);
    color: var(--white);
}




/* services_tab */
.services_tab {
    margin: 24px auto;
}

.services_tab .nav-pills li {
    border-bottom: 1px solid #f0f0f0;
}

.services_tab .nav-pills li .nav-link {
    color: var(--dark);
    display: flex;
    align-items: center;
}

.services_tab .nav-pills li .nav-link ion-icon {
    margin-right: 12px;
}

.services_tab .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: transparent;
    color: var(--main);
    border-bottom: 2px solid var(--main);
    border-radius: 0;
    font-weight: 700;
}




/* Products */
.products {
    background-color: #F9FAFB;
}

.products .products_accordion {
    max-width: 420px;
    margin: 32px 0;
}

.products .products_accordion .accordion_item {
    display: flex;
    background: #EFF1F9;
    border-radius: 8px;
    padding: 16px;
    margin: 12px auto;
    align-items: center;
}

.products .products_accordion .accordion_item .icon {
    width: auto;
}

.products .products_accordion .accordion_item .content {
    padding-left: 12px;
}

.products .products_accordion .accordion_item .content h4 {
    font-weight: 700;
    font-size: 20px;
    color: var(--dark);
    margin: 6px 0;
}

.products .products_accordion .accordion_item .content p {
    font-size: 14px;
    color: var(--dark);
    margin-bottom: 0;
    display: block;
    height: 0;
    opacity: 0;
    transition: ease 0.4s;
}

.products .products_accordion .accordion_item:hover {
    background-color: var(--main);
    cursor: pointer;
}

.products .products_accordion .accordion_item:hover .content h4 {
    color: var(--white);
}

.products .products_accordion .accordion_item:hover .content p {
    color: var(--white);
    height: 58px;
    opacity: 1;
}



/* news */
.news {
/*    background-image: url(../resources/images/notice-bg.png);*/
    background-size: cover;
    background-position: center;
    padding: 64px 0;

}

.news .news_card {
    background: #FFFFFF;
    overflow: hidden;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    overflow: hidden;
}

.news .news_card .news_thumb {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.news .news_card .content {
    padding: 16px;
}

.news .news_card .content .date {
    font-size: 12px;
    color: gray;
}

.news .news_card .content .title {
    font-weight: 700;
    font-size: 16px;
}

.news .news_card .content .description {
    font-size: 14px;
    font-weight: 400;
    color: #9CA3AF;
}



/* Mangement */

.management {
/*    background-image: url(../resources/images/management.jpg);*/
    background-size: cover;
    background-position: center;
}

.management .managment_card {
    max-width: 520px;
    background: #f0f0f0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    margin: 12px 0;
    overflow: hidden;
    padding: 16px;
}

.management .managment_card .img_thumb img {
    width: 120px;
    height: 120px;
    border: 6px solid #FFFFFF;
    border-radius: 50%;
}

.management .managment_card .content {
    padding-left: 16px;
}

.management .managment_card .content .title {
    font-weight: 600;
    font-size: 17px;
    color: gray;
}

.management .managment_card .content .name {
    font-weight: 600;
    font-size: 20px;
    color: var(--dark);
}




/* directors */
.directors {
/*    background-image: url(../resources/images/directors-bg.jpeg);*/
    background-size: cover;
    background-position: center;
}

.directors .card_container {
    display: flex;
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    overflow: hidden;
    overflow-x: auto;
}

.directors .card_container .directors_card {
    width: 100%;
    max-width: 280px;
    min-width: 220px;
    height: auto;
    background: rgba(0, 0, 0, 0.05);
    padding: 24px;
    overflow: hidden;
    border-radius: 12px;
    margin: 12px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 6px 24px rgba(206, 227, 232, 0.4);
}

.directors .directors_card img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    border: 5px solid #D1D5DB
}

.directors .directors_card .content {
    margin: 32px auto;
    margin-bottom: 12px;
}

.directors .directors_card .content h5 {
    color: var(--dark);
    font-size: 14px;
    font-weight: 600;
}

.directors .directors_card .content h6 {
    color: gray;
    font-size: 14px;
    font-weight: normal;
}
















/* About US Page */

.about-top-info {
    background-image: linear-gradient(rgba(255, 255, 255, 0.8),
            rgb(255, 255, 255, 0.8)),
        url(../resources/images/about/about-info-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.how-we-work-area {
    overflow: hidden;
}

.how-we-work>span {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
}

.how-we-work>h3 {
    font-weight: 700;
    font-size: 48px;
    color: #000000;
    margin: 0;
}

.how-we-work>small {
    font-weight: 400;
    font-size: 16px;
    color: #6b7280;
    display: inline-block;
    margin-top: 24px;
    margin-bottom: 52px;
}

.how-we-work-area img {
    width: 100%;
    height: 100%;
}

.work-info {
    background: #ffffff;
    box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 10px;
}

.work-info>img {
    width: 52px;
}

.work-info div>h4 {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    margin-bottom: 4px;
}

.work-info div>small {
    font-weight: 500;
    font-size: 16px;
    color: #808080;
}

.background-info {
    margin: 60px 0;
}

.background-info h3 {
    font-weight: 700;
    font-size: 40px;
    color: #000000;
    margin: 0;
}

.background-info p {
    font-weight: 400;
    font-size: 16px;
    color: #4b4b4b;
    margin: 0;
    margin-top: 28px;
}

.background-info p:last-child {
    margin-top: 52px;
    color: #000000;
}

.fin-consult>.col-12 {
    position: relative;
}

.fin-consult>.col-12 img {
    width: 100%;
    height: 100%;
}

.fin-consult .play-vid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #192989;
    display: grid;
    place-items: center;
    border-radius: 50px;
    width: 64px;
    height: 64px;
    outline: 10px solid #192a8975;
}

.fin-consult span {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
}

.fin-consult h3 {
    font-weight: 600;
    font-size: 36px;
    margin: 0;
    color: #000000;
}

.fin-consult p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin: 0;
    margin-top: 36px;
}

.about-insights {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7),
            rgba(0, 0, 0, 0.7)),
        url(../resources/images/about/abi-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.about-insights>small {
    font-weight: 500;
    font-size: 16px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.about-insights>h3 {
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    color: #ffffff;
}

.about-insights .container {
    margin-top: 60px;
}

.insights-info {
    width: max-content;
    margin: auto;
}

.insights-info svg {
    margin-bottom: 28px;
}

.focus-info span {
    font-weight: 400;
    font-size: 24px;
    color: #ffffff;
    display: block;
    margin-bottom: 12px;
}

.focus-info small {
    font-weight: 500;
    font-size: 16px;
    color: #dfdfdf;
    display: inline-block;
    max-width: 260px;
}

@media only screen and (max-width: 991px) {
    .about-insights {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .insights-info {
        text-align: center;
    }
}

.mission {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mission .row {
    align-items: center;
}

.mission img {
    width: 100%;
}

.mission h3 {
    font-weight: 700;
    font-size: 40px;
    color: #000000;
    margin: 0;
    margin-bottom: 28px;
}

.mission ul {
    margin: 0;
    padding: 12px;
}

.mission li {
    font-weight: 400;
    font-size: 16px;
    list-style-type: decimal;
    color: var(--dark);
    margin-bottom: 16px;
}

.vision {
    margin-top: 60px;
    margin-bottom: 60px;
}

.vision .row {
    align-items: center;
}

.vision img {
    width: 100%;
}

.vision h3 {
    font-weight: 700;
    font-size: 40px;
    color: #000000;
    margin: 0;
    margin-bottom: 28px;
}

.mission p {
    font-weight: 400;
    font-size: 20px;
    color: var(--dark);
}




/* Equity Page Start */
.equity-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin: 50px 0;
}

.equity-h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
}

.equity-p {
    color: var(--gray);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

.equity-card {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin: 24px 0;
}

.equity-card h3 {
    color: var(--dark);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.equity-card p {
    color: var(--gray);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

.equity-dark-bg {
    border-radius: 12px;
    background: #111827;
    padding: 60px;
    box-shadow: 0px 0px 33px 0px rgba(70, 99, 99, 0.25);
    margin: 48px 0 100px 0;
}

.equity-dark-bg p {
    color: var(--white);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

/* Equity Page End */

/* News Page Start */
.f-news-card {
    display: flex;
    flex-direction: row;
    gap: 30px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
}
.f-news-card-body {
    padding: 50px 50px 20px 0;
}

.f-news-time{
    color: var(--gray);
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.f-news-card-title{
    color: var(--gray);
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.f-news-card-text{
    color: var(--gray);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.f-news-readmore{
    color: var(--black);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

.news-card{
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
}
.news-card-body{
padding: 28px;
}
.news-time{
color: var(--gray-500, #6B7280);
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.news-card-title{
    color: var(--gray-600, #4B5563);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.news-card-text{
    color: var(--gray-400, #9CA3AF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.pagination .news-page-item {
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #F9FAFB;
    border: 1px solid #E5E7EB;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
  }
.news-page-link{
text-decoration: none;
color:var(--dark);
font-size: 16px;
font-style: normal;
font-weight: 600;
text-align: center;
}
.pagination .news-page-item.news-active {
    background-color: #000;
    color: #fff!important;
  }
  .pagination .news-page-item.news-active a {
    background-color: #000;
    color: #fff!important;
  }
/* News Page End */





/* Contact US Page */
.contact-us-area {
    font-family: 'Inter', sans-serif;
    background: url('../resources/images/contact/contact-bg.png');
    background-repeat: no-repeat;
    background-size: contain;


}



.contact-infos {
    margin-top: 60px;
    margin-bottom: 40px;
}

.contact-info {
    position: relative;
    background: #eff3ff;
    border: 1px solid #192989;
    border-radius: 8px;
    text-align: center;
    padding: 48px 6px 24px;
}

.contact-info-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -36px;
    background: #192989;
    border-radius: 36px;
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    z-index: 1;
}

.contact-info-title {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    margin: 0;
}

.contact-info-details {
    margin-top: 16px;
    font-weight: 400;
    font-size: 14px;
    color: #232323;
}

.contact-form h4 {
    font-weight: 400;
    font-size: 28px;
    color: #000000;
}

.contact-form span {
    font-weight: 400;
    font-size: 16px;
    color: #222f3e;
}

.form-inputs {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 36px;
}

.contact-form input {
    background: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    width: 100%;
    padding: 6px;
    height: 52px;
}

.contact-form textarea {
    background: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    width: 100%;
    padding: 6px;
}

.contact-form button {
    background: #192989;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    color: #ffffff;
    margin-top: 16px;
}

.address-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 16px;
    height: 100%;
}

.address-card h4 {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
}

.address-card>div span {
    font-weight: 400;
    font-size: 14px;
    color: #4d4d4d;
}

.address-card>div svg {
    width: 20px;
}

.contact-map {
    position: relative;
    height: 100%;
}

.address-card-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

@media only screen and (max-width: 991px) {
    .contact-infos>.col-12:not(:last-child) {
        margin-bottom: 52px;
    }

    .contact-form {
        margin-top: 10px;
    }

    .contact-map iframe {
        height: 400px;
    }

    .address-card {
        padding: 10px;
    }

    .address-card-info {
        left: 10px;
        right: 10px;
        bottom: 30px;
    }

    .address-card-sm {
        margin-top: 10px;
    }
}


/* Main Footer */
footer {
    background-color: #FFFFFF;
    margin: 0 auto;
    color:black;
}

footer .left_side img {
    margin: 16px 0;
    height: 54px;
    width: auto;
    border-radius: 8px;
}

footer .left_side p {
    color:#17163175;
    font-size: 14px;
    /*line-height: 25px;*/
    font-weight: 400;
    margin-bottom: 48px;
    padding-right: 48px;
    margin-left: 30px;
    opacity: 1;
}

footer .left_side .social_icon {
    padding: 0;
    margin: 0;
}

footer .left_side .social_icon li {
    display: inline-block;
    margin-right: 12px;
}

footer .left_side .social_icon li a {
        color: var(--white);
    display: block;
    width: 54px;
    height: 54px;
    border: 1px solid #171631;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    padding: 1.1em;
    border-radius: 99px 99px 99px 99px;
}
footer .left_side .social_icon li a:hover {
    border: none;
}

footer .footer_block_title {
    color: #000000;
    font-family: "Be Vietnam Pro", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 1px;
    margin: 0px 0px 42px 0px;
    /*font-weight: 600;*/
    /*color: var(--white);*/
    /*margin-bottom: 12px;*/
    /*font-size: 18px;*/
}
/*==========EmailDesin Start============*/
.ld-sf p {
    margin-bottom: 20px;
    line-height: 1.5em;
}
.pos-rel {
    position: relative;
}
.w-100 {
    width: 100%;
}
.d-block {
    display: block;
}
.pos-rel {
    position: relative;
}
.elementor-8395 .elementor-element.elementor-element-4892dd6e .ld-sf p {
    margin-bottom: 20px;
    color: #171631 !important;
}
.ld-sf--circle [type=email], .ld-sf--circle [type=submit], .ld-sf--circle [type=text] {
    border-radius: 50em;
    border-radius: 50em;
    color: #171631 !important;
    border-color: #171631 !important;
}
.elementor-8395 .elementor-element.elementor-element-4892dd6e .ld-sf button.ld_sf_submit:hover {
    color: #FFFFFF;
    background: #171531;
    border-color: #FFFFFF;
}
button.ld_sf_submit.d-inline-flex.align-items-center.justify-content-center.m-0.border-radius-2.pos-rel {
    display: none !important;
    background: #171531;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50em;
    padding: 20px;
}
.ld-sf .submit-icon i {
    margin: 0;
    vertical-align: bottom;
    color: white;
}
/*========EmailDesin End===========*/
footer .nav_items {
    padding: 0;
    margin: 0;
}

footer .nav_items li {
    display: block;
    padding: 6px 0;
}

footer .nav_items li a {
    color:#171631;
    font-size: 14px;
    /*line-height: 25px;*/
    font-weight: 600;
    text-decoration: none;
    opacity: 1;
}
footer .nav_items li a:hover {
    /*color: white !important;*/
}

footer .ofc_location {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 48px;
    padding-right: 48px;
    opacity: 0.7;
    color: var(--white);
}

footer .stackeholders {
    display: inline-flex;
    height: 70px;
}
@media only screen and (max-width: 768px) {
    footer .stackeholders {
        display: block;
    }
}
footer .stackeholders li {
    display: inline-block;
    margin: 12px 0;
    margin-right: 16px;
}

footer .stackeholders li img {
    height: 100%;
    width: 40px;
}
footer .text-black{
    color:#171631 !important;
}

.copyright {
    color: var(--footer);
    font-size: 16px;
    font-weight: 400;
    text-align: right;
}

.footer-hr {
    border-top: 1px solid var(--footer);
    margin: 24px 0;
}

.login_screen .login_img {
    width: 100%;
    max-width: 420px;
}

.login_screen .login_form {
    width: 100%;
    max-width: 480px;
    height: auto;
    flex-shrink: 0;
    border-radius: 16px;
    background: #EDF5FE;
    padding: 72px 48px;
}

.login_screen .login_form .form-label {
    font-weight: 400;
    font-size: 14px;
}

.login_screen .login_form .btn_login_submit {
    display: block;
    width: 100%;
}


.registration_screen .registration_form {
    background-color: var(--accent);
    padding: 5%;
    border-radius: 12px;
    margin-top: 85px;
}

.registration_screen .registration_form .btn_grp {
    text-align: right;
}

.registration_screen .registration_form .btn_grp .btn_outline {
    height: 42px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: var(--white);
    color: var(--dark);
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 500;
}

.registration_screen .registration_form .btn_grp .btn_outline ion-icon {
    padding-right: 6px;
}

.registration_screen .registration_form .progress_status {
    margin: 24px auto;
    display: flex;
    font-size: 14px;
}
@media only screen and (max-width: 600px) {
    .registration_screen .registration_form .progress_status .state_elements.active .label {
        color: var(--main);
        width: 90px;
    }
}

.registration_screen .registration_form .progress_status .state_elements {
    padding-right: 80px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.registration_screen .registration_form .progress_status .state_elements .scale {
    display: block;
    width: 32px;
    height: 32px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--white);
    border-radius: 50%;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
}

.registration_screen .registration_form .progress_status .state_elements .label {
    display: block;
    padding-left: 10px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
}

.registration_screen .registration_form .progress_status .state_elements.active .scale {
    background-color: var(--main);
    color: var(--white);
}

.registration_screen .registration_form .progress_status .state_elements.active .label {
    color: var(--main);
}

.registration_screen .registration_form .progress_status .state_elements.completed .scale {
    background-color: var(--success);
}

.registration_screen .registration_form .progress_status .state_elements.completed .scale::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--success);
    z-index: 3;
    border-radius: 50%;
}

.registration_screen .registration_form .progress_status .state_elements.completed .scale::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 16px;
    top: 0;
    left: 0;
    background-color: transparent;
    z-index: 9;
    border-radius: 0;
    border: 3px solid var(--white);
    border-left: 0;
    border-top: 0;
    transform: rotate(45deg);
    margin-left: 11px;
    margin-top: 5px;
}

.registration_screen .registration_form .progress_status .state_elements.completed .label {
    color: var(--success);
}

.form_blocks .instruction_sets {
    background-color: #CFE8FF;
    padding: 48px;
    border-radius: 12px;
    margin: 24px 0;
    max-width: 540px;
}

.form_blocks .instruction_sets h6 {
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 24px;
}

.form_blocks .instruction_sets ul {
    margin: 0;
    padding: 0;
}

.form_blocks .instruction_sets ul li {
    display: block;
    margin: 12px 0;
    padding-left: 32px;
    color: var(--dark);
    position: relative;
    font-weight: 400;
}

.form_blocks .instruction_sets ul li ion-icon {
    position: absolute;
    color: var(--main);
    left: 0;
    top: 50%;
    margin-top: -8px;
}





.form_input {
    max-width: 540px;
    padding: 24px;
}

.registration_screen .input_group {
    margin: 24px 0;
}

.registration_screen .input_group .label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: var(--dark);
}

.registration_screen .input_group .form-control {
    display: block;
    max-width: 540px;
    height: 48px;
    margin: 8px 0;
    font-size: 14px;
    border-color: rgba(0, 0, 0, 0.05);
}

.registration_screen .input_group .site_btn {
    margin-top: 16px;
    display: block;
    width: 100%;
    max-width: 540px;
    background-color: var(--main);

}

.registration_screen .btn_group {
    text-align: right;
}

.registration_screen .btn_group .site_btn {
    min-width: 140px;
    background-color: var(--main);
    margin-left: 12px;

}

.registration_screen .input_group .radio_group {
    margin: 12px 0;
    display: flex;
    align-items: center;
    padding-left: 12px;
}

.registration_screen .input_group .radio_group input {
    color: var(--dark);
    margin-right: 6px;
}

.registration_screen .input_group .radio_group label {
    font-size: 14px;
    color: gray;
    line-height: 0;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.lv-alert {
    width: auto;
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 0px;
    padding: 15px;
    padding-right: 45px;
    z-index: 9999;
}



/*===========New==============*/


.elementor-8395 .elementor-element.elementor-element-4892dd6e .ld-sf input[type="email"], .ld-sf input[type="text"] {
    color: #000000;
    border-color: #FFFFFF1F;
}

.elementor-8395 .elementor-element.elementor-element-4892dd6e .ld-sf input {
    font-size: 14px;
    font-weight: 500;
}
.ld-sf--size-sm [type=email], .ld-sf--size-sm [type=submit], .ld-sf--size-sm [type=text] {
    height: 50px;
}
.ld-sf--border-thin [type=email], .ld-sf--border-thin [type=submit], .ld-sf--border-thin [type=text] {
    border-width: 1px;
    border-style: solid;
}
.ld-sf--circle [type=email], .ld-sf--circle [type=submit], .ld-sf--circle [type=text] {
    border-radius: 50em;
}
.ld-sf--input-solid [type=email], .ld-sf--input-solid [type=text] {
    border: 0;
    background-color: #fff;
    color: #000;
}
.ld-sf [type=email], .ld-sf [type=text] {
    padding: 0 1.75em;
    border-width: 1px;
    border-style: solid;
    border-color: #ededed;
    background-color: transparent;
    line-height: 1.5em;
    transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.ld-sf [type=email], .ld-sf [type=submit], .ld-sf [type=text] {
    height: 60px;
    transition-property: opacity, visibility;
    transition-duration: .3s;
}
.w-100 {
    width: 100%;
}
.border-radius-2 {
    border-radius: 2px;
}
.d-block {
    display: block;
}
.elementor-8395 .elementor-element.elementor-element-4892dd6e .ld-sf button.ld_sf_submit {
    color: #FFFFFF;
    background: #171531;
    border-color: #FFFFFF;
}

@media (min-width: 768px) {
    .ld-sf--button-eql.ld-sf--size-sm [type=submit] {
        width: 50px;
    }
}
.ld-sf--size-sm [type=email], .ld-sf--size-sm [type=submit], .ld-sf--size-sm [type=text] {
    height: 50px;
}
.ld-sf--border-thin [type=email], .ld-sf--border-thin [type=submit], .ld-sf--border-thin [type=text] {
    border-width: 1px;
    border-style: solid;
}
@media (min-width: 768px) {
    .ld-sf--button-eql [type=submit] {
        padding: 0;
        width: 60px;
    }
    footer .left_side .social_icon {
        padding: 0;
        margin: 0;
        text-align: center;
    }
}
.ld-sf--button-inside [type=submit] {
    position: absolute;
    bottom: 0;
    right: 0;
    min-height: 100%;
    max-height: 100%;
}
.ld-sf--circle [type=email], .ld-sf--circle [type=submit], .ld-sf--circle [type=text] {
    border-radius: 50em;
}
.ld-sf [type=submit] {
    padding: 0 40px;
    border: 0;
    outline: 0;
    background-color: var(--color-primary);
    color: #fff;
    text-shadow: none;
    transition: background .3s ease, color .3s ease, border .3s ease;
}
.elementor-8395 .elementor-element.elementor-element-4892dd6e .submit-icon {
    font-size: 17px;
}

.ld-sf .submit-icon {
    display: inline-block;
    vertical-align: middle;
    transition: transform .3s ease;
    line-height: 1em;
    font-size: 1.1em;
}
.ld-sf--border-thin .submit-icon, .ld-sf--border-thin .submit-text {
    margin-top: -1px;
}

.ld-sf .submit-icon i {
    margin: 0;
    vertical-align: bottom;
}

.lqd-icn-ess {
    display: inline-block;
    font-family: "lqd-essentials";
    font-size: 1em;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.form-submitting .submit-icon, .form-submitting .submit-text, .ld-sf-spinner {
    opacity: 0;
    visibility: hidden;
}

.ld-sf-spinner {
    display: inline-block;
    width: 35px;
    height: 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5);
    color: inherit;
    transition-property: opacity, visibility, transform;
    transition-duration: .3s;
}
.pos-abs {
    position: absolute;
}
.overflow-hidden {
    overflow: hidden;
}
.border-radius-circle {
    border-radius: 10em;
}
.ld-sf-spinner span {
    text-indent: -99999px;
    transform: rotate(0);
    clip-path: polygon(0 0, 100% 50%, 100% 0, 0 0);
    animation: formRotate360 1s linear both infinite;
}

.ld-sf-spinner span, .ld-sf-spinner:before {
    border: 2px solid;
}
.border-radius-circle {
    border-radius: 10em;
}
.lqd-overlay, .lqd-star-rating-fill:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.d-block {
    display: block;
}
.elementor-8395 .elementor-element.elementor-element-169b087c .ld-fh-element {
    font-size: 14px;
}

.elementor-8395 .elementor-element.elementor-element-169b087c .ld-fh-element, .elementor-8395 .elementor-element.elementor-element-169b087c .ld-fh-element a {
    color: #7F7D7D;
}
.elementor-8395 .elementor-element.elementor-element-ed9bef8 .ld-fh-element {
    font-size: 18px;
    font-weight: 500;
}

.elementor-8395 .elementor-element.elementor-element-ed9bef8 .ld-fh-element, .elementor-8395 .elementor-element.elementor-element-ed9bef8 .ld-fh-element a {
    color: #FFFFFF;
}
.elementor-8395 .elementor-element.elementor-element-ed9bef8 .elementor-repeater-item-af5b4bb {
    font-size: 15px;
}
.elementor-8395 .elementor-element.elementor-element-ed9bef8 .elementor-repeater-item-4743f61 {
    font-size: 13px;
}

.ld-fh-element>:last-child {
    margin-bottom: 0;
}
span.lqd-adv-txt-item.elementor-repeater-item-af5b4bb {
    color: #171631;
}
span.lqd-adv-txt-item.elementor-repeater-item-4743f61 {
    color: #171631;
}
p.ld-fh-element.d-inline-block.pos-rel.lqd-highlight-classic.lqd-highlight-grow-left.p {
    /*color: #17163187 !important;*/
}
img.w160 {
    width: 100px !important;
}
a.a-product {
    color: #ffffff !important;
    font-weight: 700 !important;
}
footer .left_side .social_icon {
    padding: 0;
    margin: 0;
    width:40%;
    text-align: left;
}
.copyright {
    color: var(--footer);
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    margin-top: -30px;
}
@media only screen and (max-width: 768px) {
    footer .left_side .social_icon {
        padding: 0;
        margin: 0;
        text-align: center;
        margin-bottom: 60px;
        width: 100%;
    }
    .copyright {
        color: var(--footer);
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        /*margin-bottom: 60px;*/
        font-size: 12px !important;
    }
    span.lqd-adv-txt-item.elementor-repeater-item-af5b4bb {
        color: #171631;
    }
    span.lqd-adv-txt-item.elementor-repeater-item-4743f61 {
        color: #171631;
    }
    footer .footer_block_title {
        font-weight: 600;
        color: white;
        margin-bottom: 12px;
        font-size: 18px;
    }
    .container.main-footer {
        margin-left: 10px;
    }
    a.a-product {
        color: #ffffff !important;
        font-weight: 700 !important;
    }
    footer .nav_items li a:hover {
        color: white !important;
    }
    p.ld-fh-element.d-inline-block.pos-rel.lqd-highlight-classic.lqd-highlight-grow-left.p {
        color: #17163187;
        margin-bottom: 5px;
    }
    footer .footer_block_title {
        color: #000000;
        font-family: "Be Vietnam Pro", Sans-serif;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.2em;
        letter-spacing: 1px;
        margin: 0px 0px 42px 0px;
        /* font-weight: 600; */
        /* color: var(--white); */
        /* margin-bottom: 12px; */
        /* font-size: 18px; */
    }
}

/*======18/11/2024=======*/

.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #69727d;
    font-size: 15px;
    padding: 12px 24px;
    /* border-radius: 3px; */
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}.elementor-button-icon .e-font-icon-svg {
    height: 1em;
}

.elementor-button-icon svg {
    width: 1em;
    height: auto;
}
.elementor-button-icon .e-font-icon-svg {
    height: 1em;
}

.elementor-button-icon svg {
    width: 1em;
    height: auto;
}
.elementor-button span {
    text-decoration: inherit;
}
.elementor-button-text {
    display: inline-block;
}
/*========Head===========*/
a.phone_btn {
    display: block;
    background: transparent;
    border-radius: 50px;
    border: 1px solid black;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
    color: black;
    text-align: center;
    position: relative;
    cursor:pointer;
    padding: 14px 023px 14px 23px;
}

/*========================Hello==========================*/
a.phone_btn::after{
    position: absolute;
    width: 100%;
    height: 0.175rem;
    left: 0;
    bottom: 0;
    background: red;
    transform: scale(0,1);
    transition: all 0.3s ease;
}
a.phone_btn:hover::after{
    transform: scale(1,1);
}
/*========================End Hello==========================*/
.search_icon {
    width: 35px;
    height: 35px;
    padding: 5px;
    border: 1px solid black;
    border-radius: 50%;
}
.search_icon:hover {
    /*background:red;*/
  animation: shake 5s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
li.left-nav.btn_vibrate:hover {
    /*background:red;*/
  animation: shake 5s;
  animation-iteration-count: infinite;
}

ul.left-header {
    display: inline-flex;
    flex-direction: row;
    list-style: none;
    align-items: center;
}
li.left-nav {
    margin-right: 30px;
}
button.nav-trigger.main-nav-trigger.d-flex.pos-rel.align-items-center.justify-content-center.style-1.txt-left.collapsed {
    background-color: transparent;
    color: white;
    border: none;
    text-align: left;
    font-weight: bolder;
}
.pos-rel1 {
    position: relative;
    line-height: 10px;
    font-weight: bolder;
    color: black;
    text-align: left;
}
button.nav-trigger.main-nav-trigger.d-flex.pos-rel1.align-items-center.justify-content-center.style-1.txt-left.collapsed {
    background-color: transparent;
    border: none;
}
/*===============Button Animation 2024================*/
a.button.acount_btn.acount_btn1 {
    background: linear-gradient(to top, #604083 50%, #182989 50%);
    background-position: top;
    background-size:100% 200%;
    transition: all 0.5s ease-out;
    padding: 14px 23px 14px 23px;
}
a.button.acount_btn.acount_btn1:hover{
    background-position: bottom;
}
.col-4.bottom-space {
    padding-top: 5px;
}
img.akk {
    border-radius: 010px 0px 10px 0px;
}
@media only screen and (max-width: 768px) {
    ul.btn_fill_acount.hide-mobile.text-end {
        width: 50px;
        position: absolute;
        right: 65px;
    }
    li.phone_btn1 {
        display:none !important;
    }
    
    a.logo {
        margin-left: 35px;
    }
    .col-8 {
        flex: 0 0 auto;
        width: 50px;
    }
    .left_side {
        padding: 20px 0px 0px 0px;
    }
}
