
:root {
    --primary: #0b486f;
    --secondary: #555555;
    --black: #121212;
    --black-2: #555555;
    --white: #fff;
    --white-2: #999999;
    --action: #FFCD4D;
}

.dark {
    --primary: #FFFFFF;
    --secondary: #999999;
    --black: #121212;
    --black-2: #555555;
    --white: #fff;
    --white-2: #999999;
    --action: #FFCD4D;
}

.header__logo {
    position: relative;
    z-index: 2;
}

.header__search {
    position: relative;
}

.header__nav {
    position: relative;
}

.header__area-6 {
    position: unset;
}

header {
    margin-bottom: -1px;
    z-index: 100;
}

.admin-bar header,
.admin-bar .body-wrapper {
    margin-top: 32px;
}

.header__logo {
    transition: 0.3s;
    margin-top: -10px;
}

.header-area.sticky {
    transition: 0.3s;
}

.header-area.sticky .main-menu li a {
    padding: 15px 20px;
    font-size: 14px !important;
}

.header-area.sticky .main-menu ul.dp-menu li a {
    padding: 10px 0;
}

.header-area.sticky .wc-btn-primary {
    padding: 15px 30px;
}

.header-area.sticky .header-area__inner {
    height: 60px !important;
}

.header-area.sticky .header__logo {
    margin-top: 0px;
}

.header-area.sticky .header__logo img {
}

.widget-item .header {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

@media only screen and (max-width: 1199px) {
    .widget-item .header {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.widget-item .header .widget-title {
    max-width: 129px;
}

@media only screen and (max-width: 1199px) {
    .widget-item .header .widget-title {
        max-width: 100%;
    }
}

.widget-item .header .text {
    max-width: 160px;
    font-size: 14px;
    color: #9FAEB6;
    line-height: 1.2;
}

.header-area.sticky {
    position: fixed !important;
    background-color: var(--white);
}

.header-area.style-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.3s;
}

.header-area.style-2 .header-area__inner {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    border-bottom: 1px solid rgba(18, 18, 18, 0.06);
    height: 80px;
}

.header-area.style-2 .header-area__inner > *:first-child {
    margin-inline-end: auto;
}

.header-area.style-2 .main-menu li a {
    font-size: 16px;
    font-weight: 600;
}

.header-area.style-2 .search-icon {
    color: var(--primary);
    cursor: pointer;
}

.header-area.style-2 .open-offcanvas span {
    color: var(--white);
    font-size: 13px;
}

@media (max-width: 575px) {
    .header-area.style-2 .header__meta {
        display: none;
    }
}

.header-area.style-2 .wc-btn-primary i {
    font-size: 8px;
}

.banner-6 .text-box {
    background-color: #0b486f;
}

.banner-6 .text-box .text {
    color: #ffffff;
}

.banner-6 .text-box .wc-btn-primary {
    background-color: #0b486f;
    color: #ffffff;
    border-color: #ffffff;
}

.banner-6 .text-box .wc-btn-play {
    background-color: #a01d21;
    border-color: #a01d21;
}

.info-area {
    background-color: #fdf0d5;
}

.active {
    color: #a01d21 !important;
}

.banner-6 .customer-box {
    background-color: #8d99ae;
}

.working-step .count::before {
    background-color: #193a4a;
}

.working-step .count::after {
    background-color: #a01d21 !important;
}

.banner-6 .customer-box {
    background-color: #D8E7EF;
}

.banner-6 .customer-box .title {
    color: #0b486f;
}

.banner-6 .customer-box .text {
    color: #0b486f;
}


.footer-area {
    background-color: #103142;
}

.about-area.style-1 .about-inner {
    background-color: #fdf0df;
}

.wcf_iconbox.style-8 {
    background: #e4e8ea;
}

.header-area.style-2 {
    background-color: #ffffff;
}

.offcanvas-3__area {
    background: var(--primary);
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 50px 50px 100px;
    z-index: 1000;
    overflow: hidden;
}

@media only screen and (max-width: 1919px) {
    .offcanvas-3__area {
        padding: 30px 30px 100px;
    }
}

@media (max-height: 500px) {
    .offcanvas-3__area {
        padding: 40px;
    }
}

.offcanvas-3__inner {
    display: grid;
    grid-template-columns: 340px 1fr;
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .offcanvas-3__inner {
        grid-template-columns: 260px 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .offcanvas-3__inner {
        overflow-y: scroll;
        display: flex;
        flex-direction: column;
    }
}

@media (max-height: 500px) {
    .offcanvas-3__inner {
        overflow-y: scroll;
    }
}

.offcanvas-3__inner::-webkit-scrollbar {
    width: 0;
}

.offcanvas-3__meta li {
    font-size: 18px;
    line-height: 20px;
    color: var(--white);
}

.offcanvas-3__meta li:not(:last-child) {
    margin-bottom: 19px;
}

.offcanvas-3__meta li a:hover {
    color: var(--secondary);
}

.offcanvas-3__meta-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: space-between;
}

.offcanvas-3__social .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.offcanvas-3__social-links {
    display: flex;
    gap: 20px;
}

.offcanvas-3__social-links a {
    font-size: 18px;
    color: var(--white);
}

.offcanvas-3__social-links a:hover {
    color: var(--secondary);
}

.offcanvas-3__menu {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.offcanvas-3__menu ul {
    position: relative;
}

.offcanvas-3__menu ul:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #333337;
    inset-inline-start: 8px;
    top: 0;
}

@media only screen and (max-width: 767px) {
    .offcanvas-3__menu ul:before {
        display: none;
    }
}

@media (max-height: 500px) {
    .offcanvas-3__menu ul:before {
        height: 100%;
    }
}

.offcanvas-3__menu li {
    padding-inline-start: 58px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .offcanvas-3__menu li {
        padding-left: 0;
    }
}

.offcanvas-3__menu li:hover > a {
    color: var(--white);
}

.offcanvas-3__menu li:hover:before {
    opacity: 1;
    visibility: visible;
}

.offcanvas-3__menu li:before {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background: var(--white);
    border-radius: 50%;
    border: 4px solid var(--black-2);
    inset-inline-start: 0;
    top: 38%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

@media only screen and (max-width: 767px) {
    .offcanvas-3__menu li:before {
        display: none;
    }
}

.offcanvas-3__menu li:not(:last-child) {
    margin-bottom: 26px;
}

.offcanvas-3__menu li a {
    font-size: 120px;
    font-size: 8vh;
    color: white;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 0.9;
    position: relative;
    transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
    text-decoration: none;
    -webkit-background-clip: text;
    /*-webkit-text-fill-color: transparent;*/
    /*background-image: linear-gradient(90deg, #fff, #fff 50%, #ddd 0);*/
    background-size: 200% 100%;
    background-position: 100%;
    transform: perspective(359px) rotateY(-18deg);
}

.offcanvas-3__menu li a:hover {
    background-position: 0;
    color: #fff;
    letter-spacing: 1.5px;
}

@media only screen and (max-width: 1399px) {
    .offcanvas-3__menu li a {
        font-size: 7vh;
    }
}

@media only screen and (max-width: 1199px) {
    .offcanvas-3__menu li a {
        font-size: 6vh;
    }
}

@media only screen and (max-width: 991px) {
    .offcanvas-3__menu li a {
        font-size: 5vw;
    }
}

.offcanvas-3__menu-wrapper {
    display: flex;
    align-items: flex-end;
    overflow-y: hidden;
}

.offcanvas-3__area {
    left: 0%;
    opacity: 0;
    visibility: hidden;
    transform: perspective(359px) rotateY(50deg);
}

.offcanvas-3__menu ul li {
    opacity: 0;
    top: -100px;
    position: relative;
    transform: perspective(359px) rotateX(50deg);
}

.offcanvas-3__meta {
    opacity: 0;
    top: -30px;
    position: relative;
}

.offcanvas-3__social {
    opacity: 0;
    top: -30px;
    position: relative;
}

.close-button {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: var(--black-2);
    position: relative;
    border: 1px solid #333337;
    transition: all 0.5s;
}

@media only screen and (max-width: 767px) {
    .close-button {
        width: 50px;
        height: 50px;
    }
}

.close-button:hover {
    background-color: var(--secondary);
}

.close-button:hover span {
    background-color: var(--primary);
}

.close-button span {
    width: 26px;
    height: 1px;
    display: inline-block;
    background-color: var(--white);
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 0.5s;
}

@media only screen and (max-width: 767px) {
    .close-button span {
        width: 20px;
    }
}

.close-button span:first-child {
    transform: translateX(-50%) rotate(45deg);
}

.close-button span:last-child {
    transform: translateX(-50%) rotate(-45deg);
}

.footer-area h1,
.footer-area h2,
.footer-area h3,
.footer-area h4,
.footer-area h5,
.footer-area h6 {
    font-family: 'hkgrotesk' !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

.container-preloader .loader-section {
    background-color: #193a4a !important;
}

.container-preloader .animation-preloader .spinner {
    border-top-color: #a01d21 !important;
}

.container-preloader .animation-preloader .txt-loading .characters:before {
    color: #a01d21 !important;
}
.progress-circle path {
    fill: #a01d21 !important;
}
.progress-wrap svg.progress-circle path {
    stroke: rgb(16 49 66) !important;
}