@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.ttf) format("truetype")
}



@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.ttf) format("truetype")
}

@font-face {
    font-family: "Inter Display";
    src:  url("../fonts/InterDisplay-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
  
@font-face {
    font-family: "Inter Display";
    src:  url("../fonts/InterDisplay-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
  
@font-face {
    font-family: "Inter Display";
    src:  url("../fonts/InterDisplay-Bold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Etude Noire";
    src: url("../fonts/Etude Noire Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
  
@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("../fonts/PlusJakartaSans[wght].ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("../fonts/PlusJakartaSans[wght].ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:host,
:root {
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-solid, .fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.fa-arrow-right:before {
    content: "\f061";
}
.fa-angle-up:before {
    content: "\f106";
}

.fa-twitter:before {
    content: "\f099"!important;
}

.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands"!important;
    font-weight: 400!important;
}

.fa-instagram:before {
    content: "\f16d";
}

p {
    margin-bottom: 0;
}

.navbar-area {
    transition: all .3s;
}

.navbar-area {
    position: relative;
    z-index: 95;
}

.navbar_home .container.container_home {
    padding: 25px 0 !important;
}

.navbar_home .container.container_home {
    display: flex;
    padding: 0 25px;
}

.navbar_home .nav-container .logo-wrapper .logo img {
    max-width: 203px;
}

.navbar-area .nav-container .logo-wrapper .logo img {
    max-width: 200px;
}

.navbar-area .nav-container {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px 15px;
    padding: 10px;
    border-radius: 7px;
}

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

.navbar_home .nav-container .navbar-collapse .navbar-nav {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    gap: 40px;
}

.navbar_home .nav-container .navbar-collapse .navbar-nav li a {
    display: inline-block;
    font-size: 14px;
    font-family: 'Inter Display';
    text-transform: capitalize;
    color: #131313BF !important;
    font-weight: 500;
    line-height: 19.6px;
    transition: all 0.3sease-in;
}

.navbar_home .nav-container .navbar-collapse .navbar-nav>li>a {
    padding: 0px !important;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children>a {
    position: relative;
    z-index: 0;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children>a::after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3sease-in;
    transition: all 0.3sease-in;
    top: 1px;
    left: 4px;
    position: relative;
    font-size: 15px;
}

.navbar_home .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children>a::after {
    left: 7px;
    font-size: 14px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: absolute;
    text-align: left;
    min-width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
    left: 0;
    top: 100%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    z-index: 992;
    border-bottom: 5px solid var(--main-color-one);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3sease-in;
    transition: all 0.3sease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
    padding-right: 0;
    position: relative;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
    background-color: var(--main-color-one);
    color: #fff !important;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    display: block;
    margin-left: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: -1px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    display: block;
    padding: 10px 30px;
    background-color: #fff;
    white-space: nowrap;
    color: var(--heading-color);
    -webkit-transition: all 0.3sease-in;
    transition: all 0.3sease-in;
}

.navbar_home .navbar-right-flex {
    gap: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-global-search {
    width: 100%;
    max-width: 550px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    background: var(--white);
    padding: 12px;
    border-radius: 10px;
}

.header-global-search-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.header-global-search-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: var(--heading-color);
}

.header-global-search-close {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
    font-size: 16px;
    line-height: 1;
    background-color: var(--danger-color);
    border: 1px solid var(--danger-color);
    color: var(--white);
    cursor: pointer;
    transition: all .3s;
    border-radius: 4px;
}

.fa-close:before, .fa-multiply:before, .fa-remove:before, .fa-times:before, .fa-xmark:before {
    content: "\f00d";
}

.header-global-search-input {
    position: relative;
}

.header-global-search-input-inner {
    position: relative;
    width: 100%;
}

.header-global-search-input-inner-icon {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-right: 1px solid var(--border-color);
    font-size: 14px;
    color: var(--body-color);
}
.fa-magnifying-glass:before, .fa-search:before {
    content: "\f002";
}

.header-global-search-input-inner > input {
    height: 38px;
    border: 1px solid var(--border-color);
    width: 100%;
    padding-right: 120px;
    padding-left: 50px;
}

.header-global-search-select {
    position: absolute;
    right: 5px;
    top: 1px;
    border-left: 1px solid var(--border-color);
    height: calc(100% - 2px);
}

.header-global-search-select select {
    border: 0;
    height: 100%;
    padding-inline: 10px;
}

.header-global-search.active .display_search_result > div {
    padding: 20px 0 0;
    height: fit-content;
    max-height: calc(100vh - 178px);
    overflow-y: auto;
    scrollbar-color: #ddd #f1f1f1;
    scrollbar-width: thin;
}

.search-overlay.active {
    background: rgba(0, 0, 0, 0.7);
    visibility: visible;
    opacity: 1;
}

.search-overlay {
    height: 100%;
    width: 100%;
    left: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
}

.navbar-home-login a {
    padding: 8px 25px 8px 30px;
    background: linear-gradient(to bottom, #042602, #0F4C0A);
  
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 145px;
    height: 56px;
    font-family: 'Inter Display';
    font-weight: 500;
    font-size: 16px;
    line-height: 19.34px;
    color: white;
}

.navbar-home-login a:hover {
    background: var(--secondary-color);
}

.header-global-search-close:hover {
    background-color: var(--white);
    color: var(--danger-color);
}

.header-global-search.active {
    visibility: visible;
    opacity: 1;
}

.global-search-result-inner-item:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.global-search-result-inner-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.global-search-result-inner-item-thumb {
    max-width: 80px;
    flex-shrink: 0;
}

.global-search-result-inner-item-thumb img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.global-search-result-inner-item-contents {
    flex-grow: 1;
}

.global-search-result-inner-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: var(--heading-color);
}

.global-search-result-inner-contents {
    display: flex;
    align-items: center;
    gap: 10px;
}

.global-search-result-inner-price {
    font-size: 14px;
    font-weight: 700;
    color: var(--main-color-one);
}

.helping_service {
    background-color: #f6f4f0;
    margin-top: -105px;
}

.helping_service .container_help {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 220.5px !important;
    padding-bottom: 205px;
    background-repeat: no-repeat;
    background-position: center right;
    position: relative;
}

.helping_service .short_block {
    display: flex;
    justify-content: center;
}

.helping_service .trust {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0 auto;
    background-color: #F6F4F0;
    border-radius: 80px;
    height: 36px;
    border: 1px solid #ECE6DB;
    padding: 8px 16px 8px 12px;
}

.helping_service .title {
    width: 100%;
    max-width: 995px;
    color: #131313;
    font-family: 'Inter Display';
    font-weight: 500;
    font-size: 80px;
    line-height: 88px;
    letter-spacing: calc(80px* -0.04);
    text-align: center;
    margin: 0 auto;
    margin-top: 8px;
}

.helping_service .description {
    width: 100%;
    max-width: 659.76px;
    color: #13131373;
    font-family: 'Inter Display';
    font-weight: 400;
    font-size: 18px;
    line-height: 25.2px;
    text-align: center;
    margin: 0 auto;
    margin-top: 32px;
}

.helping_service .buttons {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.helping_service .buttons a:first-child {
    gap: 17px;
    background: linear-gradient(to bottom, #042602, #0F4C0A);
    color: #FEFEFE;
}

.helping_service .buttons a {
    border-radius: 80px;
    width: 169px;
    height: 56px;
    padding: 8px 25px 8px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-family: 'Inter Display';
    font-weight: 500;
    font-size: 16px;
    line-height: 19.34px;
    letter-spacing: calc(16px* -0.02);
}

.helping_service .buttons a:last-child {
    color: #042602;
}

.helping_service .buttons a:first-child svg {
    stroke: #FEFEFE;
}

.helping_service .buttons a:last-child svg {
    stroke: #042602;
}

.btn_bg1:hover {
    background: var(--secondary-color)!important;
}

.btn_bg2:hover {
    background: linear-gradient(to bottom, #0F4C0A, #042602) !important;
    color: #FEFEFE !important;
}

.btn_bg2:hover svg path {
    stroke: #FFFFFF !important;
}

.helping_service .companies_logo {
    margin: 0 auto;
    max-width: 1900px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0.3) 100%);
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0.3) 100%);
    margin-top: 0px;
    position: relative;
    padding-bottom: 60px;
}

img {
    max-width: 100%;
}

.why_service {
    background-color: #FFFFFF;
    padding-top: 120px;
    padding-bottom: 120px;
}

.why_service .container_home {
    display: flex;
    align-items: center;
    gap: 128px;
}

.why_service .why_service_texts {
    max-width: 522px;
}

.why_service .why_service_blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 20px;
}

.why_service .why_service_block {
    background-color: #F7F7F7;
    border-radius: 16px;
    max-width: 305px;
    padding: 20px;
}

.why_service_blocks .why_service_block2 {
    background-color: #052F02;
    background: #052F02;
    background: linear-gradient(45deg, #052F02 0%, #052F02 56%, #052f02ad 97%, #052F02 102%);
}

.why_service_block .title {
    font-family: 'Inter Display';
    font-weight: 500;
    font-size: 24px;
    line-height: 26.4px;
    letter-spacing: calc(24px* -0.03);
    margin-top: 12px;
    color: #000000;
    min-height: 52px;
}

.home_page_description {
    color: #131313ba;
    font-family: 'Inter Display';
    font-weight: 400;
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: calc(18px* -0.03);
}

.why_service_block .home_page_description {
    color: #00000080;
    margin-top: 39px;
}

.helping_service .trust p {
    color: #131313;
    font-family: 'Inter Display';
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: calc(14px* -0.05);
}

.why_service_blocks .why_service_block2 .title {
    color: #FFFFFF;
}

.why_service_blocks .why_service_block2 .home_page_description {
    color: #FFFFFFB2;
}

.why_choose_us {
    display: inline-flex
;
    align-items: center;
    gap: 6px;
    padding: 8px 16px 8px 12px;
    background-color: #F6F4F0;
    border-radius: 80px;
    height: 36px;
    border: 1px solid #ECE6DB;
}

.why_choose_us p {
    color: #131313;
    font-family: 'Inter Display';
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: calc(14px* -0.04);
}
.why_service .home_page_sub_titles {
    margin-top: 12px;
}

.home_page_sub_titles h2 {
    color: #131313;
    font-family: 'Inter Display';
    font-weight: 500;
    font-size: 60px;
    line-height: 66px;
    letter-spacing: calc(60px* -0.03);
}

.why_service .why_service_texts .home_page_description {
    margin-top: 32px;
}

.why_service .home_page_button a {
    max-width: 157px;
    margin-top: 40px;
}

.home_page_button a {
    background-color: #F6F4F0;
    color: #042602;
    padding: 8px 25px 8px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-family: 'Inter Display';
    font-weight: 500;
    font-size: 16px;
    line-height: 19.34px;
    letter-spacing: calc(16px* -0.02);
    border-radius: 80px;
    height: 56px;
}

.step_by_step {
    background-color: #FFFFFF;
    padding-top: 120px;
    padding-bottom: 120px;
}

.step_by_step .step_by_step_texts {
    max-width: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

.step_by_step .step_by_step_texts h2 {
    text-align: center;
    margin-top: 12px;
}

.step_by_step .step_by_step_texts .home_page_description {
    text-align: center;
    margin-top: 32px;
}

.steps_block.active .title {
    color: #000000;
}

.step_by_step .steps_block .title {
    font-family: 'Inter Display';
    font-weight: 500;
    font-size: 28px;
    line-height: 30.8px;
    letter-spacing: calc(28px* -0.03);
    color: #c2c2c2;
    width: 100%;
    max-width: 315px;
    text-align: right;
}

.step_by_step .steps_blocks {
    margin: 0 auto;
    margin-top: 60px;
    max-width: 865px;
}

.step_by_step .steps_block {
    display: flex
;
    justify-content: space-between;
    gap: 80px;
    margin-bottom: 6px;
}

.steps_block .step {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.steps_block.active .step_order {
    border-color: #0F4C0A;
    background-color: #0F4C0A;
    color: #FFFFFF;
}

.steps_block .step_order {
    padding: 8px 16px;
    border: 1px solid #e8e8e8;
    border-radius: 80px;
    height: 36px;
    min-width: 79px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Inter Display';
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: calc(14px* -0.05);
    color: #b9b9b9;
    column-gap: 3px;
}

.steps_block .line {
    width: 1px;
    height: 288px;
    background-color: #0000001A;
    margin-top: 10px;
}

.steps_block.active .line {
    background-image: linear-gradient(#FFA701, #ffffff);
}

.step_by_step .steps_block .info_block {
    width: 100%;
    max-width: 315px;
}

.steps_blocks .info_block .title {
    text-align: start;
    display: none;
}

.step_by_step .steps_block .title {
    font-family: 'Inter Display';
    font-weight: 500;
    font-size: 28px;
    line-height: 30.8px;
    letter-spacing: calc(28px* -0.03);
    color: #c2c2c2;
    width: 100%;
    max-width: 315px;
    text-align: right;
}

.steps_block.active .title {
    color: #000000;
}

.steps_block .home_page_description {
    margin-top: 12px;
    letter-spacing: calc(18px* -0.035);
}

.steps_block .info_block .button {
    margin-top: 32px;
}


.steps_block .info_block .button a {
    font-family: 'Inter Display';
    font-weight: 400;
    font-size: 18px;
    line-height: 21.78px;
    letter-spacing: calc(18px* -0.03);
    color: #b9b9b9;
    display: flex;
    align-items: center;
    gap: 8px;
}

.steps_block.active .button a {
    color: #131313;
}

.top_services {
    padding: 120px 0px;
}

.top_services .section-title {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.section-title.text-left {
    text-align: left;
    max-width: unset;
    margin-inline: auto;
}

.top_services .home_page_sub_titles {
    max-width: 645px;
}

.append-team .prev-icon, .append-team .next-icon, .append-jobs .prev-icon, .append-jobs .next-icon, .append-project .prev-icon, .append-project .next-icon, .append-freelancer .prev-icon, .append-freelancer .next-icon, .append-search .prev-icon, .append-search .next-icon {
    font-size: 30px;
    cursor: pointer;
    border: 1px solid var(--border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    z-index: 9;
    color: var(--heading-color);
    background-color: var(--border-color);
    border-radius: 50%;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.append-team, .append-jobs, .append-project, .append-freelancer, .append-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.top_services .append-project .prev-icon {
    background-color: #F6F4F0;
}

.top_services .slick-arrow {
    width: 56px;
    height: 56px;
}

.top_services .append-project .prev-icon {
    background-color: #F6F4F0;
}

.append-team .prev-icon:hover, .append-team .next-icon:hover, .append-jobs .prev-icon:hover, .append-jobs .next-icon:hover, .append-project .prev-icon:hover, .append-project .next-icon:hover, .append-freelancer .prev-icon:hover, .append-freelancer .next-icon:hover, .append-search .prev-icon:hover, .append-search .next-icon:hover {
    border-color: var(--main-color-one);
    color: #fff;
    background-color: var(--main-color-one)!important;
}

.append-team .next-icon, .append-jobs .next-icon, .append-project .next-icon, .append-freelancer .next-icon, .append-search .next-icon {
    background-color: var(--main-color-one);
    color: var(--white);
}

.top_services .slider_block {
    margin-top: 60px;
}

.nav-style-one {
    position: relative;
}

.slider-inner-margin .slick-list {
    margin: -12px;
}
.slider-inner-margin .slick-slide {
    margin: 12px;
}

.slick-track {
    margin-left: 0;
}

.slider-inner-margin .slick-slide {
    margin: 12px;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.single-project {
    border: 1px solid #f1f1f1;
    padding: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.radius-10 {
    border-radius: 10px;
}

.top_services .single-project .single-project-thumb {
    position: relative;
}

.single-project-thumb {
    width: 100%;
    max-height: 202px;
    min-height: 202px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_services .single-project .single-project-thumb a {
    display: block;
    width: 100%;
}

.top_services .single-project-content {
    margin-top: 20px;
}

.single-project-content {
    margin-top: 25px;
}

.flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 10px;
}

.top_services .single-project .completed_project_info {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.tooltip_open {
    position: relative;
}

.top_services .completed_project_info>div {
    padding: 6px 12px;
    display: flex;
    align-items: center;
    background-color: #F6F4F0;
    border-radius: 8px;
    color: #131313;
    font-family: 'Inter Display';
    font-weight: 400;
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: calc(18px* -0.03);
    gap: 5px;
    position: relative;
}


.tooltip_open .custom_tooltip {
    right: 0px;
    top: 40px;
}

.custom_tooltip {
    display: none;
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    max-width: 200px;
    z-index: 999;
}

.top_services .single-project-content-title {
    margin-top: 12px;
    min-height: 80px;
}

.single-project-content-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin: 15px 0 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


.top_services .single-project-content-title {
    margin-top: 12px;
}

.single-project-content-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin: 15px 0 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.top_services .single-project-content-title a {
    font-family: 'Inter Display';
    font-weight: 400;
    font-size: 28px;
    line-height: 30.8px;
    letter-spacing: calc(28px* -0.03);
}

.single-project-content-title>a {
    color: inherit;
}

.top_services .description {
    color: #00000080;
    font-family: 'Inter Display';
    font-weight: 400;
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: calc(18px* -0.03);
}


.single-project-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid #f3f3f3;
    padding-top: 20px;
    margin-top: 20px;
}

.top_services .single-project-content-price {
    color: #000000;
    font-family: 'Inter Display';
    font-weight: 400;
    font-size: 28px;
    line-height: 30.8px;
    letter-spacing: calc(28px* -0.03);
}


.top_services .button a {
    stroke: #042602;
}

.top_services .button a {
    color: #042602;
    font-family: 'Inter Display';
    font-weight: 500;
    font-size: 16px;
    line-height: 19.36px;
    letter-spacing: calc(16px* -0.03);
    display: flex;
    gap: 7px;
    align-items: center;
}

.single-project:hover {
    -webkit-box-shadow: 0 0 15px #ececec;
    box-shadow: 0 0 15px #ececec;
    border: transparent;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.single-project-content-title:hover {
    color: var(--main-color-one);
}

.everything_succeed {
    padding: 120px 0px;
}

.everything_succeed .title_block {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 12px;
}

.everything_succeed .home_page_sub_titles {
    max-width: 580px;
}

.everything_succeed .home_page_button {
    max-width: 212px;
}

.everything_succeed .content_block {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 60px;
    gap: 30px;
}


.everything_succeed .image_block {
    max-width: 670px;
    padding: 0 47.31px;
    width: 100%;
    background-color: #F6F4F0;
    position: relative;
    border-radius: 20.46px;
    height: 489.71px;
    display: flex;
    justify-content: center;
}

.everything_succeed .image_block img {
    width: 100%;
    max-width: 575.38px;
    height: 531.91px;
    object-fit: cover;
    border-radius: 16px;
    position: relative;
    top: -42.19px;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0));
}

.everything_succeed .accordion_block {
    width: 100%;
    max-width: 538px;
}


.everything_succeed .accordion_item:first-child {
    border-top: 1px solid #DEDEDE;
}

.everything_succeed .accordion_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DEDEDE;
    padding: 20px 0;
    cursor: pointer;
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.everything_succeed .accordion_button {
    border: 1px solid #dedede;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
}

.everything_succeed .accordion_item .accordion_button svg {
    stroke: #131313;
}


.everything_succeed .accordion_item.active .accordion-title {
    color: #0F4C0A;
    font-weight: 500;
}

.everything_succeed .accordion-title {
    position: relative;
    color: #000000;
    font-family: 'Inter Display';
    font-weight: 400;
    font-size: 28px;
    line-height: 30.8px;
    letter-spacing: calc(28px* -0.03);
    display: flex;
    align-items: center;
    gap: 25px;
}

.everything_succeed .accordion-title span {
    color: #13131380;
    font-family: 'Inter Display';
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: calc(14px* -0.03);
}

.everything_succeed .accordion-panel {
    display: none;
    padding: 10px;
    background: #fff;
    padding-top: 20px;
    padding-left: 42px;
}

.everything_succeed .accordion-panel p {
    color: #000000a8;
    font-family: 'Inter Display';
    font-weight: 400;
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: calc(18px* -0.03);
    max-width: 315px;
}

.everything_succeed .accordion_item.active .accordion_button {
    border: 1px solid #0F4C0A;
    background-color: #0F4C0A;
}

.home_page_button a svg {
    stroke: #042602;
}

.everything_succeed .accordion_item.active .accordion_button svg {
    rotate: -45deg;
}

.everything_succeed .accordion_item.active .accordion_button svg path {
    stroke: #FFFFFF;
}

.everything_succeed .home_page_button.mobile {
    display: none;
}
.everything_succeed .home_page_button {
    max-width: 212px;
}


.about_amajova {
    padding: 120px 0px;
}

.about_amajova .about_amajova_texts, .join_us .join_us_texts {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.about_amajova .about_amajova_texts .home_page_sub_titles {
    max-width: 740px;
}


.about_amajova .testimonials_block {
    width: 100%;
    background-color: #F6F4F0;
    padding: 32px 36px;
    border-radius: 16px;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 60px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 411px;
    background-position: center right;
}


.testimonials_block .active.testimonial_block {
    opacity: 1;
    transform: translateY(0);
    display: flex
;
}

.testimonial_block {
    gap: 72px;
    display: none;
    flex-direction: column;
    align-items: center;
    opacity: 1;
    transform: translateY(20px);
    transition: opacity 0.5sease-in-out, transform 0.5sease-in-out;
}

.about_amajova .testimonials_block .user_info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.about_amajova .testimonials_block .user_info p {
    color: #000000;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: calc(18px* -0.03);
}


.about_amajova .testimonials_block .text {
    color: #000000;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 24px;
    line-height: 33.6px;
    letter-spacing: calc(24px* -0.03);
    text-align: center;
    max-width: 698px;
}


.about_amajova .footer_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.about_amajova .footer_block p {
    color: #000000a3;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: calc(18px* -0.03);
}


.about_amajova .pagination_block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 60px;
}


.about_amajova .pagination_block button {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: unset;
}


.about_amajova .pagination_block .prev {
    rotate: 180deg;
    background-color: #F0F0F0;
}

.about_amajova .pagination_block .next {
    background-color: #0F4C0A;
}

.about_amajova .pagination_block .next path {
    stroke: #FFFFFF;
}

.made_on_amajova {
    padding: 120px 0;
}

.made_on_amajova_texts {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}

.made_on_amajova_texts .home_page_sub_titles {
    max-width: 693px;
}

.made_on_amajova_texts .description_block {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.made_on_amajova_texts .description_block a {
    max-width: 152px;
}


.projects_block {
    -webkit-columns: 3 410px;
    -moz-columns: 3 410px;
    columns: 3 410px;
    column-gap: 24px;
    row-gap: 24px;
    width: 100%;
    margin: 0 auto;
    gap: 24px;
    margin-top: 60px;
}

.projects_block .project_block {
    position: relative;
    max-width: 410px;
    display: inline-block;
    width: 100%;
    border-radius: 16px;
    transition: all .25sease-in-out;
    padding-bottom: 24px;
}

.projects_block div img, .projects_block div iframe {
    width: 100%;
    border-radius: 16px;
    transition: all .25sease-in-out;
}

.projects_block .info_block {
    display: none;
    position: absolute;
    bottom: 24px;
    padding: 20px;
    flex-direction: column;
    gap: 12px;
    background: linear-gradient(to bottom, rgba(245, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.6) 56%, rgba(255, 255, 255, 0.6) 97%, rgb(255, 255, 255) 102%);
}

.projects_block .project_block:hover .info_block {
    display: flex;
}

.projects_block .info_block .title {
    color: #000000;
    font-family: 'Inter Display';
    font-weight: 400;
    font-size: 28px;
    line-height: 30.8px;
    letter-spacing: calc(28px* -0.03);
}

.projects_block .info_block .author {
    color: #00000080;
    font-family: 'Inter Display';
    font-weight: 400;
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: calc(18px* -0.03);
}

.projects_block .info_block .category span {
    background-color: #FFFFFF;
    color: #131313;
    font-family: 'Inter Display';
    font-weight: 400;
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: calc(18px* -0.03);
    padding: 6px 12px;
    border-radius: 8px;
}


.join_us {
    padding: 48px 0px 40px 0px;
}

.about_amajova .about_amajova_texts, .join_us .join_us_texts {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.join_us .join_us_texts .home_page_sub_titles {
    max-width: 806px;
}

.join_us .home_page_description {
    max-width: 650px;
    text-align: center;
    margin: 0 auto;
    margin-top: 32px;
}

.join_us .home_page_button {
    margin: 0 auto;
    margin-top: 40px;
    max-width: 214px;
}

.join_us .home_page_button a {
    color: #FEFEFE;
    background: linear-gradient(to bottom, #042602, #0F4C0A);
}

.join_us .home_page_button a path {
    stroke: #FEFEFE;
}

.about_amajova .about_amajova_texts .home_page_sub_titles h2, .join_us .join_us_texts .home_page_sub_titles h2 {
    text-align: center;
}

.footer-fluid {
    position: relative;
    -webkit-transition: all 1s;
    transition: all 1s;
    overflow: hidden;
}

.footer-area {
    position: relative;
    z-index: 1;
}
.footer-bg-1 {
    background-color: var(--footer-bg-1);
}

.footer-fluid::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    background-color: var(--footer-bg-1);
    z-index: -1;
    -webkit-transition: 1s;
    transition: 1s;
    visibility: hidden;
    opacity: 0;
}

.footer-area-wrapper {
    border-radius: 20px 20px 0 0;
}
.footer-bg-1 {
    background-color: var(--footer-bg-1);
}

.footer-area-top {
    padding: 45px 50px 70px;
}


.white-footer .footer-widget-para {
    color: rgba(255, 255, 255, 0.7);
}

.footer-widget-para {
    color: var(--light-color);
    line-height: 28px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.footer-widget-social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px 20px;
}

.list-style-none {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget-social-list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    font-size: 16px;
    border-radius: 5px;
    background: #fff;
    color: var(--heading-color);
    -webkit-transition: 300ms;
    transition: 300ms;
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.footer-widget-social-list-link:hover {
    color: #fff;
    background: var(--main-color-one);
}

.white-footer .footer-widget-title {
    color: #fff;
}

.footer-widget-title {
    font-size: 24px;
    line-height: 28px;
    margin: -4px 0 0;
}

.footer-widget-link-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-widget-link-list-item:not(:last-child) {
    margin-bottom: 15px;
}

.footer-widget-link-list-item {
    position: relative;
    z-index: 2;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.white-footer .footer-widget-link-list-item a {
    color: rgba(255, 255, 255, 0.7);
}

.footer-widget-link-list-item a {
    font-size: 16px;
    font-weight: 400;
    color: var(--light-color);
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    padding-left: 20px;
}


.footer-widget-link-list-item a::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: -1px;
}

.footer-widget-link-list-item a:hover {
    color: var(--main-color-one);
}

.footer-widget-contact {
    padding: 0;
}

.footer-widget-contact-item:not(:last-child) {
    margin-bottom: 15px;
}

.white-footer .footer-widget-contact-item {
    color: rgba(255, 255, 255, 0.7);
}

.footer-widget-contact-item {
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
    color: var(--light-color);
    -webkit-transition: 300ms;
    transition: 300ms;
}

.fa-telegram-plane:before, .fa-telegram:before {
    content: "\f2c6";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-location-pin:before, .fa-map-marker:before {
    content: "\f041";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-regular, .far {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
}

.footer-widget-contact-item:hover {
    color: var(--main-color-one);
}

.copyright-area.copyright-border {
    border-top: 1px solid rgba(221, 221, 221, 0.2);
}

.copyright-area {
    padding: 30px 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background-color: var(--main-color-one);
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    z-index: 99;
    font-size: 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    display: none;
}

.preloader-inner span:nth-child(1) {
    -webkit-animation: scaling 1s linear infinite;
    animation: scaling 1s linear infinite;
  }
  
.preloader-inner span:nth-child(2) {
    -webkit-animation: scaling 1s linear infinite 0.125s;
    animation: scaling 1s linear infinite 0.125s;
}

.preloader-inner span:nth-child(3) {
    -webkit-animation: scaling 1s linear infinite 0.25s;
    animation: scaling 1s linear infinite 0.25s;
}

.preloader-inner span:nth-child(4) {
    -webkit-animation: scaling 1s linear infinite 0.375s;
    animation: scaling 1s linear infinite 0.375s;
}

.preloader-inner span:nth-child(5) {
    -webkit-animation: scaling 1s linear infinite 0.5s;
    animation: scaling 1s linear infinite 0.5s;
}

.preloader-inner span:nth-child(6) {
    -webkit-animation: scaling 1s linear infinite 0.675s;
    animation: scaling 1s linear infinite 0.675s;
}

.preloader-inner span:nth-child(7) {
    -webkit-animation: scaling 1s linear infinite 0.75s;
    animation: scaling 1s linear infinite 0.75s;
}

.preloader-inner {
    position: fixed;
    height: 100vh;
    width: 100%;
    left: 0%;
    top: 0%;
    z-index: 99990;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .preloader-inner span {
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    font-size: 70px;
    font-weight: 700;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    color: var(--heading-color);
    -webkit-text-stroke: 2px var(--heading-color);
  }

  @-webkit-keyframes scaling {
    0% {
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
      color: var(--main-color-one);
      -webkit-text-stroke: 2px var(--main-color-one);
    }
    20% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      color: var(--main-color-one);
      -webkit-text-stroke: 3px var(--main-color-one);
    }
    50% {
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
      color: var(--main-color-one);
      -webkit-text-stroke: 2px var(--main-color-one);
    }
  }
  
  @keyframes scaling {
    0% {
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
      color: var(--main-color-one);
      -webkit-text-stroke: 2px var(--main-color-one);
    }
    20% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      color: var(--main-color-one);
      -webkit-text-stroke: 3px var(--main-color-one);
    }
    50% {
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
      color: var(--main-color-one);
      -webkit-text-stroke: 2px var(--main-color-one);
    }
  }

  .single-right-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.navbar_home .navbar-right-flex {
    gap: 32px;
}
.navbar-right-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 10px;
}

.navbar-right-chat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 38px;
    width: 38px;
    font-size: 16px;
    background-color: #EAECF0;
    border-radius: 50%;
    color: var(--heading-color);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.fa-comment-dots:before, .fa-commenting:before {
    content: "\f4ad";
}

.nav-right-bookmark-icon, .navbar-right-notification-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    font-size: 18px;
    background-color: #EAECF0;
    border-radius: 50%;
    color: var(--heading-color);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.fa-bookmark:before {
    content: "\f02e";
}

.bookmark-wrap, .navbar-right-notification-wrapper {
    position: absolute;
    top: 120%;
    right: 0;
    z-index: 9998;
    width: 430px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 10px #f3f3f3;
    box-shadow: 0 0 10px #f3f3f3;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #fff;
    border-bottom: 4px solid var(--main-color-one);
    max-height: 600px;
    overflow-y: auto;
    scrollbar-color: var(--main-color-one) #ddd;
    scrollbar-width: thin;
}
.bookmark-wrap {
    padding: 20px;
}

.navbar-right-notification-wrapper-list-item-content-title {
    font-size: 15px;
    font-weight: 400;
    color: var(--heading-color);
    line-height: 24px;
}

.bookmark-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bookmark-header-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    font-size: 16px;
    background-color: rgba(var(--main-color-one-rgb), 0.1);
    color: var(--main-color-one);
    border-radius: 50%;
    flex-shrink: 0;
}

.fa-bookmark:before {
    content: "\f02e";
}

.bookmark-header-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--heading-color);
    line-height: 24px;
}

.bookmark-wrap.active, .navbar-right-notification .navbar-right-notification-wrapper.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    top: 100%;
}

.bookmark_area, .navbar-right-notification {
    position: relative;
}

.fa-bell:before {
    content: "\f0f3";
}

.navbar-right-notification-wrapper-list {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: var(--heading-color);
    border-bottom: 1px solid #f3f3f3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.navbar-right-notification-wrapper-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    background-color: #f7f7f7;
    padding: 20px;
}

.navbar-right-notification-wrapper-list-item-icon.decline {
    background-color: rgba(255, 0, 0, 0.1);
    color: #ff0000;
}

.navbar-right-notification-wrapper-list-item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    font-size: 16px;
    background-color: rgba(var(--main-color-one-rgb), 0.1);
    color: var(--main-color-one);
    border-radius: 50%;
}

.fa-bell:before {
    content: "\f0f3";
}

.navbar-right-notification-wrapper-list-item-content-title {
    font-size: 15px;
    font-weight: 400;
    color: var(--heading-color);
    line-height: 24px;
}

.navbar-author {
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.navbar-author .navbar-author-link {
    display: block;
    border: 0;
}

.navbar-author-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 30px;
}
.flex-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 10px;
}

.navbar-author-thumb {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.navbar-author .navbar-author-link {
    display: block;
    border: 0;
}
.navbar-author-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 30px;
}

.navbar-author-thumb img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.navbar-author-name {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: var(--heading-color);
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    display: none;
}

.navbar-author-wrapper {
    position: absolute;
    top: 130%;
    right: 0;
    z-index: 9998;
    max-width: 200px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 10px #f3f3f3;
    box-shadow: 0 10px 20px #e3e3e3;
    border-radius: 5px;
    overflow: hidden;
}

.navbar-author-wrapper-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    padding: 10px 20px;
    color: var(--heading-color);
    border-bottom: 1px solid #f3f3f3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    white-space: nowrap;
}

.navbar-author-wrapper-list-item svg {
    max-width: 18px;
    flex-shrink: 0;
}
.navbar-author-wrapper-list-item svg path {
    fill: var(--paragraph-color);
    transition: all .3s;
}

.navbar-author-wrapper {
    position: absolute;
    top: 130%;
    right: 0;
    z-index: 9998;
    max-width: 200px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 10px #f3f3f3;
    box-shadow: 0 10px 20px #e3e3e3;
    border-radius: 5px;
    overflow: hidden;
}

.nav-right-bookmark-icon:hover, .navbar-right-notification-icon:hover,
.navbar-right-chat:hover 
{
    background-color: var(--main-color-one);
    color: #fff;
}

.navbar-author-wrapper-list {
    max-height: 300px;
    overflow-y: auto;
    scrollbar-color: var(--main-color-one) #ddd;
    scrollbar-width: thin;
}

.navbar-author:hover .navbar-author-wrapper {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.navbar-author-wrapper-list-item:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.navbar-author-wrapper-list-item:hover svg path {
    fill: var(--white);
}

.click-nav-right-icon {
    display: none;
}

.fa-ellipsis-v:before, .fa-ellipsis-vertical:before {
    content: "\f142";
}

.single-project-thumb img {
    border-radius: 7px;
    height: 100%;
    width: 100%;
    aspect-ratio: 1.675;
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-rss-square:before, .fa-square-rss:before {
    content: "\f143";
}

@media only screen and (min-width: 1400px) {
    .container.container_home {
        max-width: 1280px;
        padding: 0px;
    }
}

@media (min-width: 768px) {
    
    .container_home {
        max-width: unset;
    }
    .companies_logo .last {
        display: none;
    }
    .companies_logo>div {
        max-width: 109px;
    }
}

@media only screen and (max-width: 1400px) {
    .helping_service .img1 {
      right: 0px;
    }
  
    .helping_service .img2 {
      left: 0;
    }
  
    .navbar_home .container.container_home {
      padding: 25px 60px !important;
    }
    .container.container_home{
      max-width: 100%;
      padding: 0px 60px!important;
    }
    #submit_client_verify_info .img_input_block .inputs_block {
      max-width: 430px;
    }
  
    .why_service .container_home{
      flex-direction: column;
      align-items: flex-start;
    }
    .why_service .why_service_blocks{
      justify-content: center;
    }
  }
  
  @media only screen and (max-width: 1250px){
    .helping_service .img1 {
      top: 0px;
      max-width: 108px;
    }
  
    .helping_service .img2 {
      max-width: 161px;
    }
  }
  
  @media only screen and (max-width: 1199px) {
  
    .helping_service .img1 {
      top: -150px;
    }
  
    .helping_service .companies_logo{
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }
    .footer-bg-3 .menus_block .social_widget {
      padding-right: 65px;
    }
 
  }

    @media (min-width: 300px) and (max-width: 991.98px) {
        .navbar-area .nav-container .logo-wrapper {
            height: 18px;
        }

        .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
            margin-bottom: 0;
        }
    }
  
  @media only screen and (max-width: 991px) {
    .navbar-area .navbar-toggler.active .navbar-toggler-icon {
        background: none;
    }
    .navbar-area .nav-container {
        padding: 0px 10px;
        height: 45px;
    }

    .click-nav-right-icon {
        position: absolute;
        right: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 24px;
        color: rgba(0, 0, 0, 0.6);
        display: block;
    }
    .show-nav-content {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 300ms;
        transition: 300ms;
        margin-top: -50px;
        margin-left: auto;
    }
    .show-nav-content.show {
        visibility: visible;
        opacity: 1;
        margin-top: 30px;
    }
    .navbar-area .nav-container .responsive-mobile-menu {
        display: block;
        position: relative;
        width: 100%;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav {
        display: block;
        margin-top: 30px;
        background: var(--border-color);
        -webkit-box-shadow: 0 0 30px rgba(221, 221, 221, 0.3);
        box-shadow: 0 0 30px rgba(221, 221, 221, 0.3);
        border-radius: 10px;
    }
   
    .navbar-area .navbar-toggler .navbar-toggler-icon {
        background: #000000;
        display: inline-block;
        width: 25px;
        height: 3px;
        margin: 10px -4px 10px;
        border-radius: 20px;
        position: relative;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li {
        display: block;
        text-align: left;
        line-height: 30px;
        padding: 5px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .navbar-area .navbar-toggler .navbar-toggler-icon::before, .navbar-area .navbar-toggler .navbar-toggler-icon::after {
        position: absolute;
        content: "";
        height: 3px;
        width: 25px;
        border-radius: 20px;
        background: #000000;
        top: -7px;
        left: 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .navbar-area .navbar-toggler {
        position: absolute;
        right: 25px;
        top: 50%;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 1px solid rgba(0, 0, 0, 0.7);
        outline: none;
    }

    .navbar-area .navbar-toggler .navbar-toggler-icon::after {
        top: auto;
        bottom: -7px;
    }
  
    .navbar-area .navbar-toggler.active .navbar-toggler-icon::before, .navbar-area .navbar-toggler.active .navbar-toggler-icon::after {
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .navbar-area .navbar-toggler.active .navbar-toggler-icon::after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    
    .navbar_home .container.container_home {
      display: block;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li {
        display: block;
        text-align: left;
        line-height: 30px;
        padding: 5px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
        position: initial;
        display: block;
        width: 100%;
        border-top: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-left: 0;
        padding-bottom: 0;
        visibility: hidden;
        opacity: 0;
        height: 0;
        overflow: hidden;
        max-height: 250px;
        overflow-y: scroll;
        -webkit-transition: all 500mslinear;
        transition: all 500mslinear;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        visibility: visible;
        height: auto;
        opacity: 1;
        background-color: transparent;
        border-bottom: none;
        padding-top: 10px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
        padding: 0;
    }

    .everything_succeed .accordion_block {
      max-width: 100%;
    }
  
    .steps_blocks .info_block .title{
      margin-bottom: 20px;  
      display: block;
    }
  
    .step_by_step .step_order span {
      display: none;  
    }
  
    .step_by_step .steps_block>.title{
      display: none;
    }
  
    .helping_service .buttons {
      flex-direction: column;
    }
  
    .steps_block .step_order{
      width: 36px;
      min-width: unset;
    }
  
    .step_by_step .steps_block{
      justify-content: center;
    }
  
    .step_by_step .info_block{
      max-width: 209px;
    }
  
    .everything_succeed .content_block{
      flex-direction: column-reverse;
      align-items: center;
      gap: 90px;
    }
  
    .about_amajova .pagination_block{
      justify-content: space-between;
    }
  
    .made_on_amajova_texts{
      flex-direction: column;
    }
  
    .footer-bg-3 .menus_block {
      gap: 40px;
      flex-wrap: wrap;
      justify-content: flex-start;
    }
  
    .header-style-04 .navbar-area .navbar-toggler .navbar-toggler-icon::before, .navbar-area .navbar-toggler .navbar-toggler-icon::after {
      position: absolute;
      content: "";
      height: 3px;
      border-radius: 20px;
      background: black;
    }
  
    .header-style-04 .navbar-area .navbar-toggler .navbar-toggler-icon {
      border-radius: 20px;
      background: black;  
      height: 3px;
    }
  
    .header-style-04 .navbar_home .navbar-toggler.active .navbar-toggler-icon{
      background: #ffffff!important;
    }
  
    .header-style-04 .navbar-area .navbar-toggler {
      border: unset;
    }
  
    .header-style-04 .navbar-collapse.collapse.show {
      margin-top: 40px;
    }
  
     .navbar_home .nav-container .navbar-collapse .navbar-nav {
      gap: 0px;
    }
  
    .header-style-04 .navbar_home .nav-container .navbar-collapse .navbar-nav li a {
      padding: 15px 20px!important;
    }
  
    .header-style-04 .navbar-right-content{
      margin-top: 20px;
    }
  
    .header-style-04 .navbar-collapse .navbar-nav li.menu-item-has-children:hover .sub-menu {
        visibility: visible;
        height: auto;
        opacity: 1;
        background-color: transparent;
        border-bottom: none;
        padding-top: 10px;
    }
   
  
  }
  @media only screen and (max-width: 991.98px) {
    .navbar-area .nav-container .navbar-collapse .navbar-nav li {
      background: #F7F7F7;
    }
  }
  
  @media only screen and (max-width: 952px) {
    .helping_service .img2{
      top: 425px;
    }
  }
  
  @media only screen and (max-width: 872px){
  
    .helping_service .container_help{
      padding-top: 155px!important;
    }
  }
  
  @media (min-width: 768px) {
    .container_home{
        max-width: unset;
    }
  }

  @media only screen and (max-width: 768px) {
    .about_amajova .testimonials_block {
      background-position: center center;
      background-size: cover;
    }
  
    .projects_status_block {
      flex-direction: column;
      gap: 0px;
    }
  
    .everything_succeed .image_block{
      padding: 0 20px;
      height: 360px;
    }
  
    .everything_succeed .image_block img{
      height: 400px;
    }
  
    .helping_service .container_help{
      background-size: 100% 100%;
      padding-top: 100px !important;
      padding-bottom: 50px !important;
    }
  
    .everything_succeed .home_page_button.mobile{
      display: block;
      margin-top: 60px;
    }
  
    .companies_logo>div{
      max-width: 109px;
    }
  
    .companies_logo .last{
      display: none;
    }
    .footer-bg-3  .social_widget.part_two{
      display: block;
    }
  
    .footer-bg-3  .social_widget.part_one .footer-widget-inner {
      display: none;
    }
   
    .container.container_home {
      padding: 0px 20px !important;
    }
  
    .navbar_home .container.container_home {
      padding: 20px !important;
    }
    .helping_service{
      padding-bottom: 16.24px;
      margin-top: -64px;
    }
  
    .navbar_home .nav-container .logo-wrapper .logo img {
      max-width: 160px;
    }
    .navbar-area .nav-container .logo-wrapper {
      height: 24px;
    }
    .helping_service .img1 {
      top: -130px;
    }
    .helping_service .img1 img{
      max-height: 108px;
    }
  
    .helping_service .title {
      max-width: 323px;
      font-size: 36px;
      line-height: 39.6px;
      letter-spacing: calc(36px * -0.04);
    }
  
    .helping_service .description{
      font-size: 14px;
      line-height: 19.6px;
      letter-spacing: calc(14px * -0.04);
      max-width: 323px;
    }
  
    .helping_service .buttons a {
      width: 134px;
      height: 40px;
      font-family: 'Inter Display';
      font-size: 14px;
      padding: 6px 16px 6px 20px;
    }
    .helping_service .img2 {
      top: 285px;
      left: -54px;
    }
  
    .why_service{
      padding: 40px 0px;
    }
  
    .helping_service{
      padding-top: 0px;
    }
  
    .helping_service .trust p, .why_choose_us p {
      font-size: 12px;
      line-height: 16.8px;
      letter-spacing: calc(12px * -0.05);
    }
  
    .why_service .home_page_sub_titles {
      max-width: 300px;
    }
  
    .home_page_sub_titles h2{
      font-size: 32px;
      line-height: 38.4px;
      letter-spacing: calc(32px * -0.03);
    }
  
    .project_info_block .home_page_sub_titles h2 {
      font-size: 28px;
      line-height: 30.8px;
    }
    .home_page_sub_titles img {
      max-width: 40px;
      max-height: 40px;
    }
  
    .home_page_description {
      font-size: 14px;
      line-height: 19.6px;
      letter-spacing: calc(14px * -0.03);
    }
  
    .home_page_button a {
      padding: 6px 16px 6px 20px;
      font-size: 14px;
      line-height: 16.94px;
      letter-spacing: calc(14px * -0.02);
      height: 40px;
    }
  
    .why_service .container_home {
      gap: 61px;
    }
  
    .why_service .why_service_block {
      max-width: 100%;
      padding: 16px;
    }
  
    .why_service_block .home_page_description {
      margin-top: 20px;
    }
  
    .why_service .why_service_texts .why_choose_us {
      padding: 8px 16px 8px 12px;
    }
  
    .why_choose_us svg {
      width: 16px;
      height: 16px;
    }
  
    .step_by_step{
      padding: 40px 0px;
    }
    
    .step_by_step .steps_blocks {
      margin-top: 45px;
    }
  
    .step_by_step .steps_block .title {
     
      font-size: 20px;
      line-height: 22px;
      letter-spacing: calc(20px * -0.03);
    }
  
    .top_services {
      padding: 40px 0px;
    }
  
    .top_services .mobile{
      display: block;
    }
    
    .top_services .desktop{
      display: none;
    }
  
    .top_services .append-project.mobile{
      display: flex;
      justify-content: space-between;
      margin-top: 60px;
    }
  
    .top_services .append-project .prev-icon{
      background-color: #F6F4F0;
    }
  
    .top_services  .slick-arrow{
      width: 40px;
      height: 40px;
    }
  
    .everything_succeed{
      padding: 40px 0px;
    }
  
    .everything_succeed  .button_block{
      display: none;
    }
  
    .everything_succeed .title_block {
      max-width: 300px;
    }
  
    .everything_succeed .accordion_button {
      min-width: 40px;
      max-width: 40px;
      height: 40px;
    }
  
    .everything_succeed .accordion-title span {
      font-size: 8px;
      line-height: 11.2px;
      letter-spacing: calc(8px * -0.03);
    }
  
    .everything_succeed .accordion_button svg {
      width: 17px;
      height: 17px;
    }
  
    .everything_succeed .accordion-title {
      font-size: 20px;
      line-height: 22px;
      letter-spacing: calc(20px * -0.03); 
      gap: 25px;
    }
  
    .everything_succeed  .accordion_item .description {
      font-size: 11.21px;
      line-height: 15.7px;
      letter-spacing: calc(11.21px * -0.03); 
    }
  
    .about_amajova {
      padding: 40px 0px;
    }
  
    .everything_succeed .content_block .mobile{
      display: block;
    }
  
    .everything_succeed .content_block .mobile a {
      padding: 6px 16px 6px 20px;
      font-size: 11px;
      line-height: 13.83px;
      letter-spacing: calc(11px * -0.02);
      max-width: 154px;
    }
  
    .about_amajova .testimonials_block .testimonial_block{
      gap: 32px;
    }
  
    .about_amajova .testimonials_block .user_info p {
      font-size: 14px;
      line-height: 19.6px;
      letter-spacing: calc(14px * -0.03);
    }
  
    .about_amajova .footer_block{
      font-size: 14px;
      line-height:19.6px;
      letter-spacing: calc(14px * -0.03);
    }
  
    .made_on_amajova, .join_us{
      padding: 40px 0px;
    }
  
    .made_on_amajova_texts .home_page_sub_titles {
      max-width: 300px;
    }
  
    .made_on_amajova .description_block{
      margin-top: 32px;
    }
  
    .join_us .home_page_button a {
      max-width: 176px;
      margin: 0 auto;
    }
  
    .footer-bg-3 .footer_content .menus_block {
      justify-content: flex-start!important;
    }
  
    .footer-bg-3 .widget_block .footer-widget-inner {
      margin-top: 8px;
    }
  
    .footer-bg-3 .menus_block .footer-widget-inner {
      margin-top: 20px;
    }
  
    .footer-bg-3 .footer_content .footer-widget-title {
      font-size: 14px;
      line-height: 19.6px;
      letter-spacing: calc(14px * -0.03);
    }
  
    .footer-widget-link-list-item a {
      font-size: 14px;
      line-height: 19.6px;
      letter-spacing: calc(14px * -0.03);
    }
  
    .footer-bg-3 .copyright-area .col-12 .footer-widget-para p{
      font-size: 14px;
      line-height: 15.4px;
      letter-spacing: calc(14px * -0.05); 
    }
  }
  
  @media only screen and (max-width: 575.98px) {
    .header-style-04 .navbar-area .nav-container.bg-white {
        margin: 0px!important;
    }
  }
  
  @media only screen and (max-width: 450px) {
    .everything_succeed .image_block{
      height: 280px;
    }
  
    .everything_succeed .image_block img{
      height: 320px;
    }
  }

  @media only screen and (max-width: 575.98px) {
    .back-to-top {
        height: 40px;
        width: 40px;
        font-size: 22px;
        line-height: 40px;
        bottom: 20px;
        right: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .preloader-inner span {
      font-size: 50px;
    }
  }
